/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Product dividers. */

.productbox {
	border-top:1px solid #000000; 
	margin:20px 10px 10px 5px;
	padding-top:20px;
	text-align:left
}

.productbox img.thumb {
	border:1px solid #000000;
	height:120px;
	margin-right:15px
}

.productbox p.desc {font-size:13px}
.productbox p.piecename {
	color:#030244;
	font-size:14px;
	font-weight:bold;
}

.productbox b.price {
	color:#030244;
	font-size:16px;
	font-weight:bold;
}

.productbox b.pcode {
	font-family:Verdana,Arial;
	color:#030244;
	font-size:10px;
	font-weight:bold;
}

.productbox b.xprice {
	text-decoration:line-through;
	color:#030244;
	font-weight:bold;
	font-size:16px
}

.productbox b.onsale {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

.productbox input.buynow {
	vertical-align:middle;
	margin-left:30px
}

.productbox a:hover img.thumb {border:1px solid #ff0000}
