/* Main container - product image + description */
div#ProductMainContainer {
    width:579px;
    margin-right:15px;
    float:left;
}

img#mainimage {
    width: 515px;
    height: 345px;
    border: none;
}

div#HeroImage {
    float:left;
    width:515px;
    position: relative;
}

div#HeroImage img {
    display:block;
}

div#HeroImage img#clickToEnlarge {
    position: absolute;
    z-index: 100;
    bottom: 5px;
    right: 5px;
}

div#ThumbsContainer {
    float:left;
    position: relative;
    margin-left: 5px;
}

div#ThumbsContainer div#container{
    height: 345px;
    width: 48px;
    display:table-cell;
    vertical-align:middle;
}

div#ThumbsContainer img {
    border: none;
    display:block;
    margin-bottom: 5px;
}

div#ProductName {width: 100%; text-align: center;}
div#ProductName h2 {color: #7293CC; font: bold 18px Arial; text-align: center; display: block; margin:0; padding:0;}
div#ProductName p#ProductCode {color: #7293CC; font: 10pt;display: inline;}



div#ProductDescription {
    clear:both;
    width: 100%;
}

/* Price and button */

div#PriceAndButton {
    text-align:left;
    padding-left: 20px;
}

div#PriceAndButton  p#price{
    font: bold 30px Arial;
    color: #7293CC;
    margin: 5px 0 0 0;
    text-align: center;
}

div#PriceAndButton  p#price span{
    font: bold 16px Arial;
    color: #3DB54B;
}

div#PriceAndButton div#price2 {
    float: left;
    width: 120px;
 padding-right: 5px;
    font: bold 30px Arial;
    color: #7293CC;
    margin: 5px 0 0 0;
 text-align: right;
}

div#PriceAndButton div#incvat2 {
    width: 40px;
    float: left;
    font: bold 16px Arial;
    color: #3DB54B;
    position: relative;
    top: 4px;
    text-align:center;
}

input#AddToBasketButton {
    float: left;
    background: url('/images/productpage/Add-to-basket-bright_s.jpg') no-repeat left top;
    margin: 0;
    width:135px;
    height:38px;
    border: none;
    text-align:left;
    color: #fff;
    cursor: pointer;
    padding-left: 30px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: 4px;
}

a:hover input#AddToBasketButton {
    background: url('/images/productpage/Add-to-basket-dark_s.jpg') no-repeat left top;
}

input#AddToBasketButton:hover {
    background: url('/images/productpage/Add-to-basket-dark_s.jpg') no-repeat left top;
}





div#PriceAndButton p#YesInStock, div#PriceAndButton p#YesInStock2 {
    background: url('/images/br/cw-tick.gif') no-repeat 30px top; 
    color: #3DB54B;   
    font: bold 17px Arial;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align:center;
    min-height:23px;
}

div#PriceAndButton p#YesInStock  span{
    position: relative;
    top: 3px;    
}

div#PriceAndButton p#dispatchLine, div#PriceAndButton p#dispatchLine2
{
    color: #606060;
    font: bold 12px Arial;
    line-height: 13px;
    margin: 5px 0px 5px 0px;
    text-align:center;
}

div#PriceAndButton p#YesInStock font
{
    color: inherit;
}

div#PriceAndButton div#instock_details  {
    float: none;
    width: 100%;
    text-align: center;
}

div#PriceAndButton div#Saving {
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    text-align:center;
}

div#Saving span#SavePercent
{
    font: bold 16px Arial;
    color: #7293CC;
}

div#Saving span#RRP
{
    position: relative;
    top: 0;
    font: bold 14px Arial;
    color: #606060;
}

div#deliveryDetails {
    text-align:center;
    margin-top: 15px;
    padding-left: 10px;
    position: relative;
    left: -3px;
    top: -5px;
}

div#deliveryDetails a {
    font: 12px Arial;
    color: #3DB45B;
}

div#deliveryDetails img {
    cursor: pointer;
}

div#deliveryDetails img#alarmClock {
    cursor: auto;
}


div#simplemodal-container {
    width: 330px;
    height: 250px;
    border:none;
}

div#deliveryBanner2 {
    background: #fdfdfd;
    width: 298px;
    height: 250px;
    padding: 10px;
}

div#deliveryBanner, div#deliveryBanner1 {
    width: 860px;
    height: 420px;
    background: #FDFDFD;
}

div#deliveryBanner div.deliveryOption,div#deliveryBanner1 div.deliveryOption {
    height: 355px;
    width: 370px;
    float: left;
    margin: 15px;
    padding: 15px;
    border: 1px solid #C0BDBD;
}

div#deliveryBanner1 input#postcode {

}

div#deliveryBanner1 p {margin: 10px 0px;}

div#deliveryBanner1 span.deliveryCharge {color: #3DB45B; font: bold 16px Arial;}
div#deliveryBanner1 p#postcodeHint {color: #3DB45B; font: bold 10px Arial; width: 140px; margin-top: 2px; margin-bottom: 5px; float: left;}
div#deliveryBanner1 p#postcodeError {color: #F00; font: bold 12px Arial; margin-top: 2px; margin-bottom: 5px; float: left;}
div#deliveryBanner1 p#timeRemaining {clear: both; color: #3DB45B; font: bold 16px Arial; text-align:center;}
div#deliveryBanner1 div#countdown {position: absolute; right: 80px; bottom: 20px;}
div#deliveryBanner1 img#refresh {margin-right: 5px; position: relative; top: -3px;}

div#delDetailsCountdown {width: 136px; height: 52px; position: absolute; right: 10px; top: 0px; }
div#delDetailsImg {float: left; width: 150px;}
div#delDetailsText {clear:both; text-align: center; font-size: 12px;}
img#alarmClock {position: absolute; cursor: auto; right: 130px; top: 0px;}


div#deliveryBanner_Ireland {
    position: absolute;
    width: 330px;
    height: 250px;
    display: none;
    border: 1px solid #606060;
}

div#deliveryBanner_Ireland h4 {
    color: #3DB45B;
    margin: 5px;
    text-align: center;
    font: bold 16px Arial;
}

span.deliveryBoxClose {
    position: absolute;
    bottom: 7px;
    right: 4px;
    cursor:pointer;
    width: 62px;
    height: 19px;
    background: url(/images/productpage/closeDeliveryBox.jpg) no-repeat left top;
}

p#deliveryInfo {
    margin: 0px;
    padding:0px;
}

/* Sidebar */

div#ProductSidebar {
    width: 336px;
    float:left;
}


/* Product options */

div#ProductOptions, div#RelatedProducts
{
    clear: both;
    float:left;
    border: 1px solid #C0BDBD;
    padding: 0;
    width: 334px;
    margin-bottom: 15px;
    /*margin-top: 15px;*/
    position: relative;
}

div#ProductOptions .svg
{
    position: absolute; 
    z-index: -1; 
}

div#ProductOptions h4, div#RelatedProducts h4
{
    color: #7293CC;
    font: bold 16px Arial;
    margin: 0;
    padding: 10px;
}

div#ProductOptions h4 span, div#RelatedProducts h4 span
{
    font: bold 12px Arial;
    color: #afafaf;
}
div#ProductOptions div.ProdOptRow {
    float: left;
    width: 314px;
    padding: 5px 10px 10px 10px;
}

div#ProductOptions div.ProdOptRow  div.ProdOptInfo {
    float:left;
    /*width: 125px;*/
}

div#ProductOptions div.ProdOptRow  div.ProdOptInfoSelect { float: none; padding-right: 15px;}


div#ProductOptions div.ProdOptRow p.ProductOptionProdName, div#RelatedProducts p{
    color:#777777;
    float:left;
    font: bold 13px Arial;
    margin:0;
    padding-right:15px;
}

div#ProductOptions div.ProdOptRow p.ProductOptionProdName font {
    font-size: 1em;
    color: inherit;
}

div#ProductOptions div.ProdOptRow a.ProductOptionMoreInfo {
    clear:both;
    display:block;
    font: bold 10px Arial;
    color: #7293CC;
}

div#ProductOptions div.ProdOptRow div.ProductOptionRow {
    color:#777777;
    float:right;
    font: bold 14px Arial;
    text-align: left;
    width: 80px;
    position: relative;
}
div#ProductOptions div.ProdOptRow div.Select {float: none; width: 314px; clear: both; font-size: 12px;}
div#ProductOptions div.ProdOptRow div.Select span.advanced_order_due {color: #002F6A;}

div#ProductOptions div.ProdOptRow div.ProductOptionRow input {
    position: relative;
    top: 2px;
    left: 0px;
    margin: 0px;
}

div#ProductOptions div.ProdOptRow div.ProductOptionRow input[type=radio] { margin-right: 10px;}

div#ProductOptions div.ProdOptRow div.ProductOptionRow select {
    position: relative;
    top: 4px;
    left: 0px;
    margin: 0px;
    text-align: left;
}
div#ProductOptions div.ProdOptRow div.Select select {max-width: 300px;}

div#ProductOptions div.ProdOptRow div.ProductOptionRow span {
    position: relative;
    right: 0px;
}

div#ProductOptions div.ProdOptRow div.ProductOptionRow font {
    color: inherit;
}

div#RelatedProducts img{
    float:left;
    margin-left:5px;
}
div.RelatedProdRow{
    clear:both;    
    margin: 3px 0px;
    padding-left:2px;    
}

div#RelatedProducts p{
    width:250px;
    float:right;    
}
div#RelatedProducts div.chk{
    width:20px;
    float:left;    
}
div#creditCards,
div#creditCards2,
div#sagePayBanner,
div#showroomBanner 
{
    position: relative;
    margin-bottom: 15px;
}

div#sagePayBanner {
    width: 336px;
    height: 175px;
}

div#sagePayBanner img#webguardiantested {
    position: absolute;
    left: 32px;
    top: 24px;
}

div#showroomBanner {
    position: relative;
    width: 334px;
    height: 108px;
}

div#showroomBanner span.s1 {
    position: absolute;
    top: 10px;
    left: 130px;
    color: #F00;
    font-size: 30px;
    font-weight: bold;
}

div#showroomBanner  span.s2 {
    position: absolute;
    top: 40px;
    left: 120px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

div#showroomBanner a#getdirections_link, div#showroomBanner a#getdirections_link2{
    position: absolute;
    bottom: 5px;
    left: 107px;
    color: #7293CC;
    font-size: 16px;
    font-weight: bold;
}

div#showroomBanner a#getdirections_link:hover {
    color: #3DB45B;
}


p#SorryBut
{
    color:red;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}

p#SorryBut2
{
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}

p#SorryBut font,
p#SorryBut2 font
{
    font-size: 1em;
    color: inherit;
}

p#WeExpect
{
    color: #444;
    text-align: center;
    margin-top:5px;
}

p#WeExpect font
{
    color: inherit;
    font-size: 1em;
}

div#ProductDescription {
    font: 12px Arial;
    color: #606060;
    line-height: 18px;
}

span.headersred {
    display: block;
    font: bold 14px Arial;
}

span.advanced_order_due {
    font: bold 12px Arial;
}


div#ProductDescription table tr td.normaltext11[width='150'] {
    padding-top: 40px;
}

a.rel_prod_link{
    padding-right:15px;
    background: url(/images/button/Button-blue-small.gif) no-repeat right bottom;
    display:block;
    color:#3DB54B;
    width:auto;
    font-weight:100;
    margin-top:3px;
    width:75px;   
}

a.rel_prod_link:hover{
    background: url('/images/button/Button-green-small.gif') no-repeat right bottom;   
}

.prod_option_select{
   /* padding-right:18px;*/
   /* background: url(/images/button/Button-blue-small.gif) no-repeat right center;*/
    display:block;
    color:#3DB54B;    
    font-weight:bold;
    
    width:auto;
   /* border:1px solid #f00;*/
   /*margin: 3px 0px;*/
}
div.prod_option_select_b,div.prod_option_select_g{
    background: url(/images/button/Button-blue-down.gif) no-repeat right 70%;
    display:inline;    
    width:20px;
    height:20px;
    margin-left:5px;
    font-size:22px;
    
    position:relative;
    top:2px; 
}

div.prod_option_select_g{
    background: url('/images/button/Button-green-down.gif') no-repeat right 70%;   
}
div.ProductOptionRow input[type=checkbox]{
    display:block;
    float:left;   
}
div.ProductOptionRow div.opt_description{
    float:right;   
    width:221px;
}

/* WebOpt Tests */
div#deliveryDetails_test1 {
    display:none;
}

div#deliveryDetails_test2 {
    display:none;
}

div#PriceAndButton2 {
    display:none;
}
div.productDetails_test1 {
    display:none;
}

div.productDetails_test2 {
    display:none;

}

div.optionInfoDescription input {
    margin:0px;
    padding:0px;   
}
div#ProductOptions div.ProdOptRowSelectOne{
    border-top:1px solid #C0BDBD;  
}
div.bulletPoint{
    padding-left:20px;
    background: url('/images/br/ticks/smallTick.jpg') no-repeat left top;
    margin-left: 15px;
}

div#PriceAndButton p#YesInStock2 img{
    position:relative;
    top:3px;
}

