@import url(../../white-background.css);
@import url(../../tables.css);/*Styling info for table*/
@import url(../../pagination.css);/*Styling info for pagination*/
img#kitimg {
	margin: 0 0 20px 0;
	width: 976px;
	height: 138px;
}
div#contentholder form {
	margin-top: 20px;
}
/*Products*/
div#contentholder div.productholder {
	width:964px;
	border: 1px solid #CCCCCC;
	background-color:#E6E9EA;
	padding: 5px;
	margin: 0 0 10px 0;
}
div#contentholder div.even {
	background-color:#FFFFFF;
}
/*image*/
div#contentholder div.productholder div.imageholder {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	float: left;
	margin-right: 10px;
}
/*Used to H & V center image*/
div#contentholder div.productholder div.imageholder a {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 120px;
	height: 120px;
}
div#contentholder div.productholder div.imageholder a * {
	vertical-align:middle;
}
/*The below valid hack targets ie7*/
*:first-child+html div#contentholder div.productholder div.imageholder a {
	display: block;
}
*:first-child+html div#contentholder div.productholder div.imageholder a span {
    display: inline-block;
    height: 100%;
}
/*The below valid hack targets ie6*/
* html div#contentholder div.productholder div.imageholder a {
	display: block;
}
* html div#contentholder div.productholder div.imageholder a span {
    display: inline-block;
    height: 100%;
}
/*End Of - Used to H & V center image*/
/*description*/
div#contentholder div.productholder div.descriptionholder {
	width: 650px;
	float: left;
	margin: 10px 10px 0 0;
}
div#contentholder div.productholder div.descriptionholder p.producttitle {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 14px 0;
}
div#contentholder div.productholder div.descriptionholder img.smallicons {
	vertical-align:middle;
	margin: 0 0 0 20px;
}
/*price*/
div#contentholder div.productholder div.priceholder {
	width: 140px;
	float: right;
	margin: 10px 0 0 0;
	text-align: center;
}
div#contentholder div.productholder div.priceholder p.productprice {
	font-weight: bold;
	font-size:1.2em;
	margin: 0 0 20px 0;
}
div#contentholder div.productholder div.priceholder label {
	font-weight: bold;
}
div#contentholder div.productholder div.priceholder input.qtyipt {
	width: 30px;
	border: 1px solid #999999;
	padding: 1px;
	margin: 0;
	text-align:center;
}
div#contentholder div.productholder div.priceholder .addtobasket {
	margin: 20px 0 0 0;
}
#qoorder_all {
	float: right;
	margin: 0 0 20px 0;
}
