﻿/*  Product Listing  */
ol.productList,
#content ol.productList{
    margin:0;
    padding:0;    
    clear:both;
}
.productList li{
    float:left;
 /*   width:140px;*/
    height:200px;
    overflow:hidden;
    margin-right:8px;
    margin-bottom:20px;
    list-style:none !important;
}
.productList li.rowLast{
 /*   margin-right:0;*/
 
}
.productList li .img{
    padding:0px;
    text-align:center;
    background-color:#fff;
}
.productList li img{
    margin:0px auto;
    border:none;
}
.productList li div{
    padding:5px 10px;
    background-color:#E8EFF5;
    text-align:left;
}
.productList li div .title{    
    text-decoration:underline;
}
.productList li div .price{
    color:#4e464f;
    text-decoration:none;
}


/*  Product  */
.prodLeft{
    float:left;
    width:551px;
}
.prodRight{
    float:right;
    width:365px;
}
.priceRange{
    color:#4e464f;
    font-size:1.3em;
    font-weight:bold;
}
.prodOptions{
    width:550px;
    border:1px solid #005496;
/*
    background:#fdf8fd url(/css/images/bg_prodopt.gif) repeat-x left bottom;
*/
    background-color:#E8EFF5;
    margin-bottom:15px;	
}
.prodOptions ul,
.mainContent .prodOptions ul{
    padding:5px 10px;
    margin:0;
}
.prodOptions li,
.mainContent .prodOptions li{
    clear:left;
    line-height:2;
    margin-bottom:4px;
    margin-left:0;
    padding-left:0;
    list-style:none;
}
.prodOptions label{
    display:block;
    float:left;
    width:115px;
}
.prodOptions .price{
    font-weight:bold;
    color:#4e464f;
    font-size:1.25em;
    line-height:1;
}
.prodOptions .message{
    margin-left:115px;
    padding:3px 0 5px;
}
.prodOptions strong{
    color:#e6415a;
}

.prodImages{
    border:1px solid #005496;
    width:360px;
    padding:15px 0px;
}
.prodImages .img{
    text-align:center;
    margin-bottom:10px;
}

.prodLeft .linkButton{
    width:150px;
    margin-right:10px;
}
.prodRight .linkButton{
    width:150px;
    margin-right:10px;
}
.prodRight .btns{
    margin-left:22px;
}
.prodRight .tile{
    background:#FFF url(/css/images/bg_tile.gif) repeat-x left bottom;
    width:360px;	
}
.prodRight .tile .padLayer{
    padding:10px;
}
.prodRight .DeliveryDetails .padLayer{
    background:url(/css/images/bg_deliverydetails.gif) no-repeat right bottom;
    padding-right:105px;
}


.relatedProducts{
    clear:both;
    margin-top:20px;
}
.relatedProducts h3{
    border-bottom:2px solid #005496;
    padding-bottom:.5em;    
}
#content .relatedProducts .productList{
    padding-left:10px;
    margin-top:10px;
}