﻿

#product-detail
{
    color: #666;
    font-family: Verdana, Arial, Sans-Serif;
    position: relative;
    width: 566px;
}

#product-detail-left
{
    float: left;
    margin-bottom: 15px;
    width: 255px;
}

#product-detail-right
{
    float: right;
    margin-bottom: 15px;
    width: 300px;
}

#product-detail-right h1
{
    text-transform: uppercase;
}

#product-detail-right img
{
    display: block;
    margin: 0 auto;
}

.product-detail-bottom
{
    border: solid 1px #ccc;
    clear: both;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: auto;
    width: 566px;
}

.product-detail-bottom-header
{
    background-image:url('../i/greyCheck.gif'); 
    background-position:0 0; 
    border-bottom:1px solid #eee;
    color: #222;
    font-weight: bold;
    padding: 5px;
}

.product-detail-bottom-body
{
    color: #222;
    font-size: 11px;
    line-height: 1.6;
    padding: 10px;
}

.product-detail-bottom-body p
{
    color: #222;
    font-size: 11px;
}

.product-detail-bottom-body a
{
	color: #222;
	font-size: 11px;
	line-height: 1.7;
	text-decoration: underline;
}

.product-detail-bottom ul
{
    list-style-type: square;
}

.product-detail-bottom li
{
    color: #222;
    font-size: 11px;
    line-height: 1.5;
    margin-left: 2em;
}

.enhanced-view
{
    background-image:url('../i/greyCheck.gif'); 
    background-position:0 0; 
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
    color: #222;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    width: 238px;
}

.enhanced-view a
{
    display: block;
    text-align: center;
}

#product-detail-right h1
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 5px;
}

#item-number
{
    clear: left;
    font-size: 10px; 
}

#item-short-description
{
    clear: left;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 10px;
}

.product-detail-separator
{
    border-bottom: 1px dotted #ccc;
    clear: both;
    height: 10px;
}

#more-info
{
    color: #666;
    clear: left;
    font-size: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 130px;
}

#options
{
    font-size: 11px;
    margin: 15px 0;
}

.options-left
{
    float: left;
    width: 40px;
}

.options-right
{
    float: right;
    margin-top: -5px;
    width: 217px;
}

#colours
{
    padding-top: 5px;
    overflow: auto;
}

#rblColours
{
    margin: -4px 0 0 0;
}

#sizes
{
    padding-top: 5px;
    overflow: auto;
}

#prices
{
    margin: 5px 0;
    overflow: auto;
}

#rrp-price
{
    float: left;
    text-align: center;
    width: 50%;
}

#our-price
{
    float: left;
    text-align: center;
    width: 50%;
}

.rrp, .ourprice
{
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

#rrp-price .price 
{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: line-through;
}

#our-price .price
{
    color: #576729;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

#buy-now
{
    margin: 15px 0;
    width: 300px;
}

#buy-now-left
{
    float: left;
    width: 180px;
}

#buy-now-right
{
    float: right;
    width: 94px;
}


#txtQty
{
    margin-left: 10px;
}