/* CSS Document */

.name
{
	font-size:11px;
	font-weight:bold;
	color:#0C637D;
	height:40px;
}

.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;
}

.titleFolder
{
	font-weight:bold;
	color:#000000;
	height:30px;
	padding-top:8px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
 
 .productImage
 {
 	border:1px solid #8d8a8a;
	vertical-align:middle;
	text-align:center;	
 }