/* for the product layout */
.btocomptab	{width:600px; border:1px solid grey; margin-bottom:3px; padding-left:3px; padding-right:3px; background:#eeeeee;}

.btohide	{display:none;}

.btoshow	{display:block;}

.btohidenojs	{}

.btonametab	{width:100%;}

.btoname	{}

.btooption	{float:right; padding-right:20px;}

.btoselect	{}

.btoinfo	{float:right;}

.btocompname	{font-size:14px; font-weight:bold; color: grey;}

.btoexpand	{margin-right:20px;color:red !important; text-decoration:underline !important;}

.btountick	{height:14px;}

.btotick	{height:14px; background-image:url('bto_green_tick.png')}

.btoprogress	{font-size:12px; font-weight:bold; color: grey;}

.btoitem	{padding-bottom:3px;}

.btoitemtab	{border:1px solid silver; width:100%; background:#ffffff;}

.btoicon	{cursor:crosshair; border:0px;}

.btoimagecell	{}

.btodesccell	{width:100%;}

.btoprodname	{font-weight:bold;}

.btodetail	{}

.btopricecell	{}

.btoprice	{font-weight: bold;}

.btobuttons	{width:100%; text-align:center;}

.btonxtbutt	{cursor:pointer;}

.btobackbutt	{cursor:pointer;}

.btomorelink	{color:red !important; text-decoration:underline !important;}

.btototal	{}

/* for the option display */
.cartwidthtable {width:250px; border:1px solid silver;}
.cwrow		{}
.cwname		{}
.cwvalue	{text-align:right;}
.cwimgrow	{}
.cwimgcell	{text-align:center;}
.cwimage	{width:140px;}
.cwsuffix	{}

/* for the tooltip image */
#btopreview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
	
