body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #FFF;
	text-align: left;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

A:link {
	color: #000033;
	text-decoration: none;
}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}

.product {
	width:230px;
	height: 161px;
	background-image: url(images/product_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	position: relative;
	line-height: 100%;
	font-size: 95%;
	margin-right: 10px;
	margin-bottom: 8px;
}
.product .prodimage {
	float: left;
	height: 106px;
	width: 106px;
}
.product .listprice {
	color: #999999;
}
.product   .btn_addToCart,.product .btn_addToCart2 {
	position: absolute;
	left: 8px;
	top: 120px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	height: 25px;
	width: 113px;
	line-height: 24px;
}
.product .btn_moreInfo {
	position: absolute;
	height: 24px;
	width: 106px;
	left: 8px;
	top: 148px;
}

.product .prodInfo {
	display: block;
	width: 116px;
	float: right;
}

.prodname, .proddescription, .listprice, .prodprice, .price {
	text-align: left;
	margin-bottom: 3px;
}
.prodname {
	font-weight: bold;
}
.proddescription {
}
.listprice {
}
.prodprice {
}
.price {
	font-size: 100%;
}
.prodoption  {
	font-size: 90%;
	width: 114px;
}

.product .prodcurrency {
	text-align: left;
}
.feature {
	margin-bottom: 10px;
}
.cobtbl td {
	padding: 3px;
}
