﻿#productImages, #uniqueProduct
{
    float: left;    
    color: #6C6C6C;
}

#productImages {
    width: 300px;
}
    
#uniqueProduct 
{
    padding-left: 40px; 
    width: 360px;   
}

.code 
{
    float: right;
    color: #A78A3E;
}

h1.brand 
{
    margin: 0px;
    color: #A78A3E;    
}

h2.title 
{
    margin: 0px;    
}

.description 
{
    padding: 20px 0 20px 0;    
}

.PhotoSwitcher 
{
    display:none;
    position: absolute;
    bottom: 40px;
    left: 0px;
    background:  url(../images/semitransparent.png) repeat scroll 0 0;
    width: 290px;
    padding: 5px;
}

.PhotoSwitcher ul
{
    list-style-type:none;
    margin: 0px 0 0 0;
    padding:0;
}

.PhotoSwitcher ul li
{
    float: left;
    margin: 0 0 0 10px;
}

.PhotoSwitcher ul li.First
{
    margin:0;
}

.PhotoSwitcher ul li a
{
    display: inline-block;
    cursor: pointer;
}

.PhotoSwitcher ul li a:hover, .PhotoSwitcher ul li.Selected a
{
    border: 1px solid #A88B40;
}

.PhotoSwitcher ul li a
{
    border: 1px solid #DFDFDF;
}

.PhotoSwitcher ul li a img
{
    border-style: none;
}

#lnkMorePhotos 
{
    cursor: pointer;
    padding: 8px 25px 8px 8px;
    color: Gray;
    border: 1px solid #DFDFDF;
    font-weight: bold;
    font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
    background-image: url(../images/moreimages.gif);
    background-repeat: no-repeat;
    background-position: 280px 13px;
    text-align: right;
}

h3.sizecolourtitle 
{
    float: none;
    clear: both;
    color: #A88B3F;
    margin-top: 5px;
    margin-bottom: 3px;    
}

.colour, .size, .inactivesize, .inactivecolour, .plaincolour
{
    border:1px solid #CCCCCC;
    color:#333333;
    cursor:pointer;
    float:left;
    display: inline-block;
    font-size:11px;
    font-weight:bold;
    margin:2px;
    padding:1px;
    text-align:center;
    vertical-align:middle;
    font-family: Trebuchet MS,Verdana,Arial,Sans-serif;
}

.colour , .plaincolour
{
    border: 2px solid #CCCCCC;
    width: 40px;
    padding: 10px 1px;
}

.inactivecolour 
{
    width: 40px;
    border: 2px dashed #CCCCCC;
    color: #8E8E8E;    
    padding: 10px 1px;
}

.size 
{
    width: 30px;
    background-color:white;
}

.inactivesize 
{
    width: 30px;
    background-color: #DCDCDC;
    border-style: dashed;
    color: #8E8E8E;    
}

.AddToCartTitle 
{
    background-color: #000000;
    color: #FFFFFF;
    background-image: url(../images/selectiontitle.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    width: 327px;
    padding: 3px 3px 3px 40px;
    border-bottom: 1px solid #FFFFFF;
}

.AddToCartBox 
{
    background-color: #2E2E2E;
    color: #FFFFFF;
    position: relative;
    width: 360px;
    height: 70px;
    padding: 5px 5px 0px 5px;
}

.btnAddToCart
{
    background-image: url(../images/addtocart.gif);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 134px;
    height: 19px;
    padding: 3px 0px 0px 36px;
    font-size: 11px;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
    font-weight: bold;
    cursor: pointer;
}

.quantityspan 
{
    position: absolute;
    bottom: 3px;
     
}
