@charset "utf-8";

/* Main */

.boxwrapper {
	width: 620px;
	margin-right: -10px;
	clear: both;
	margin-top: 9px;
}

/* Category Box */

.categorybox {
	background-color: #D7E6F0;
	width: 197px;
	height: 190px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;

	text-align: center;
}

.categorybox img {
	padding: 1px 1px 0px 1px;
	display: block;
}

.categorybox a 
{
	display: block;
	cursor: pointer;
	
}
.categorybox a:hover span {
	text-decoration: underline;
}

.categorybox span {
	background-color: #E8F1F6;
	margin: 1px;
	padding: 0 20px 0 0;
	display: block;
	height: 27px;
	line-height: 27px;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/minibullet3.gif);
	background-repeat: no-repeat;
	background-position: 181px;
}

/* Product Listing */

.producttable 
{
	width: 100%;
	border-top: solid #F5B4D6 1px;
	margin-top: 6px;
	clear: both;
}

.producttable td.pic
{
	width: 80px;
}

.producttable td.summary
{
	width: auto;
}

.producttable td.info
{
	width: 85px;
	text-align: center;
	vertical-align: middle;
}

.producttable td.buy
{
	width: 50px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(/images/layout/chevron.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px; 
}

.producttable tr td {
	border-bottom: solid #F5B4D6 1px;
}

.producttable img {
	margin: 5px 0;
}

.producttable p {
	margin: 0 0 5px 10px;
}

.ptbl_title {
	margin: 2px 0 2px 10px;
	font-size: 1.3em;
	line-height: 1.6em;
}

.ptbl_code {
	color: #999999;
	font-size: 0.8em;
	font-weight: bold;
}

.ptbl_price {
	font-size: 1.2em;
	color: #00629F;
	margin-bottom:0;
}

.ptbl_vat 
{
	margin-top:0;
	font-size: 1em;
	color: #666666;
}

.ptbl_qty {
	color: #666666;
	font-weight: bold;
}

.ptbl_ship {
	color: #CD1283;
	font-size: 0.8em;
}

.ptbl_was {
	color: #CD1283;
	font-size: 0.8em;
	font-weight: bold
}

/* Quick Buy */

.quickbuy_img 
{
	float:left;
	padding-right:10px;
}