/* CSS Document */

.products_list
{ 
	border-bottom:1px solid #D6D6D6;
}
 
.products_list #send_message
{  
   margin-top:12px;
}

.products_list #send_message a
{  
   text-align:center;
   font-size:10px;
   color:#000000;
}

   
.products_list #time
{  
  text-align:center;
  font-size:10px;
  color:#8181b6;
}

.products_list #made
{ 
	color:#7474af;
	font-size:11px;
}

.products_list #img
{ 
	margin-top:10px;
}

.products_list #image
{
    width:105px;
	height:103px;
	border:1px solid #d2d2d2;
	vertical-align:middle;
	text-align:center;
}
 
.products_list #title a
{
	font-size:16px;
	color:#ff3a3a;
	font-style:normal;
}

.products_list #quote
{
	font-size:11px;
}

.products_list #company a
{
	color:#666666; 
	font-size:12px;
}

.products_list #company a:hover
{
	color:#ff3a3a; 
}

.products_item
{
	border-left:10px solid #D6D6D6;
	border-bottom:2px solid #D6D6D6;
}

.products_item #name
{
	font-size:13px;
	color:#C00;
}

.products_item #name:hover
{
	text-decoration:underline;
}

.products_item #company
{
	color:#0000FF;
}

.description
{
	vertical-align:top;
	color:#0C637D;
	font-size:11px;
	text-align:justify;
	padding-right:5px;
}

.detail
{
	height:19px;
	width:50px;
	background-image:url(../../images/hpec/detail_left.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	background-color:#1B6685;
}

.detail a
{
	font-size:11px;
	padding-top:2px;
	font-weight:bold;
	color:#81D1F2;
	height:19px;
}

.price
{
	background-image:url(../../images/hpec/price_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FF8B31;
	padding-left:10px;
	font-weight:bold;
	color:#FFFFFF;
	height:19px;
}


/*Shopping cart*/
.buy_now
{
	background-image:url(../../images/hpec/add_to_cart.gif);
	background-repeat:no-repeat;
	height:32px;
	padding-left:33px;
}

.buy_now a
{
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.tbl_your_cart
{
	margin-top:20px;
}

.tbl_your_cart td
{
	padding:3px;
}

.tbl_your_cart a
{
	color:#1b6685;
}

.listCartHeader td
{
	color:#969696;
	font-weight:bold;
	font-size:11px;
	border-bottom:2px solid #969696;
}

.listCartItem td
{
	border-bottom:1px solid #969696;
	font-size:11px;
}

.cart_textbox_number
{
	width:40px;
	height:18px;
	border:1px solid #696969;
	font-size:10px;
}

.listCartFooter
{
	text-align:right;
}

.select_checkbox a:link{ 
    font-weight: bold;
    text-decoration:none;
    color:#000000; 
}

.select_checkbox a:visited{
    font-weight: bold;
    text-decoration:none;
    color:#000000;
}
