@charset "utf-8";
/* CSS Document */

.5pxSpacer{
clear:both;
width:5px;
height:5px;
}

/*DETAILS PAGE-detailBlock.asp CSS*/

#detailPageBlock{
width:700px;
/*width:100%;*/
}

#productName{

margin-bottom:20px;
}

.productNameTitle{
text-transform:uppercase;
font-size: 16px; 
font-family: Arial,Verdana, Helvetica, sans-serif;

text-align:center;
}

/*Image part:detail Image , thumb image*/
#image{
float:left;

width:300px;
}

#image img{
border:0px;
}

#detailImage{
margin-left:10px;
}

#detailImage img{
/*margin-left:10px;*/
/*border:#000000 1px solid;*/
max-width:300px;
max-height:300px;
}


#thumbImage{
margin-left:10px;
margin-top:10px;
}

#thumbImage li{
display:inline;
}


#thumbImage  img{
border:#000000 1px solid;
width:90px;
height:90px;
}




/*Detail information part: sale logo, brand image, info list, add basket*/

#detail{
margin-left:10px;
width:370px;
float:right;
}

#brandThumbImage{
}

#brandThumbImage img{
max-height:120px;
max-width:120px;
}  


#sale{
text-align:center;
margin-top:10px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FF0000;
}

#infoList{
margin-right:10px;
text-align:justify;
}

#infoList ul{
display:block;
}

#infoList li{
margin-top:10px;
display:block;
}

.boldItemType{
font-weight:bold;
}

#backLogo{
float:left;
}

#addtobasketLogo{
float:right;
}

#optionList{
clear:both;
}

/*Product Description*/
#productDesc{
clear:both;
padding-left:20px;
padding-right:20px;
text-align:justify;
}

.productDesc{
font-size:12px;
font-weight:normal;
}

/*Option list part*/
#optionList{
margin-bottom:20px;
margin-top:20px;
}

#optionListBody{
border-left:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;
border-bottom:#CCCCCC 1px solid;
}

#optionList ul{
height:30px;
display:block;
width:700px;
}


#optionListBanner{
height:30px;
width:700px;
background:url(../images/CSS_images/optionListBanner.jpg);
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

#optionList li{
margin-left:15px;
text-align:center;
padding-top:10px;
float:left;
height:20px;
/*width:70px;*/
display:inline;
}

.optionListLiNo{
width:20px;
}

.optionListLiField{
width:70px;
}

/*extra page part*/
#extraPage{
}
