@charset "utf-8";
/* CSS Document */

#product_detailed_block, #product_detailed_block a{

font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
color:#666;
}

#category_links{margin-top: 20px;margin-left: 20px;}

#product_image{margin-left:10px;}

#head_product_name{
font-size:24px;
line-height:24px;
}

#product_name{}

#stock_code{}

#in_stock{}

#in_stock_font{font-variant: small-caps;}


#description{ 
text-align: left;
display: block;
width: 90%;
margin-left:40px;
margin-top:5px;
font-size: 12px;
font-weight: lighter;
}

#description ul{
margin-left:40px;
margin-top:20px;
margin-bottom: 10px;
}

#notices{
margin-top:-50px;
	font-size:10px;
	font-style: italic;
	list-style: none;
}

/*---------------Product not in our stock message--------------------------*/
.textBlock{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 12px;
color:#666;
}
#price_enquiry  a{border-bottom:1px dotted #666;}
#price_enquiry a:hover{border-bottom:none; text-decoration:none; color:#FF7C00;}


/* ------------------- Server Description Block ------------------------ */

#description table{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
font-weight: lighter;
	}
#serverDescriptionBlock{ display:block; padding-left:20%;}	
	
/*--------------------BRIEF PRODUCT ------------------------*/
#brief_product_block{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 12px;
color:#666;	
display: block;
height: 100px;
width: 100%;
border: thin;
border-style: solid;
border-color:#666;
}
#brief_product_block a{border-bottom:1px dotted #666;}
#brief_product_block a:hover{border-bottom:none; text-decoration:none; color:#FF7C00;}


#brief_product_image{
display: block;
height: 100px;
width: 100px;
margin: 5px;
float:left;
}
#brief_product_image a{border:none;}

#brief_product_name{margin: 10px 0px 8px 0px;}

#brief_product_detail{
display: block;
width:100%;
}

