@charset "utf-8";
@import url("/css/reset.css");

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body  {
	margin: 20px;
	padding: 0;
	background: #fff;
	color: #000;
}
p {
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 10px;
}
a {
	font-size: inherit;
	text-decoration: underline;
	padding: 0;
	background: none;
	color: #464646;
}
a:hover {
	text-decoration: none;
	color: #464646;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-bottom: 7px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
hr {
	border: none;
	background: transparent url(../images/seperator.gif) no-repeat;
	border-color: #fff;
	height: 15px;
	margin: 10px 0;
}
input,select {
	font-family: Arial, Helvetica, sans-serif;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 0;
    line-height: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
.invisible {
	visibility: hidden;
	display: none;
}
.specialprice {
	color: #f00;
}
table td,
table th {
	padding: 5px;
}


#productsprint {
	background-color: #fff;
}
#productsprint .productframe {
	margin-bottom: 30px;
	clear: both;
}
#productsprint .productframe .photo {
	width: 164px;
	height: 180px;
	background: transparent url(../images/products/border.gif) no-repeat;
	text-align: center;
}
#productsprint .productframe .photo img {
	margin: 11px 8px 0 8px;
}
#productsprint .productframe .details {
	color: #0055a5;
}
#productsprint .productframe .details .buyme {
	padding: 0 5px;
}
#productsprint .productframe .details .viewdetails a {
	color: #0055a5;
	padding: 6px 0 11px 30px;
	text-decoration: none;
	background: transparent url(../images/icons/information-products.gif) no-repeat;
}
#productsprint .productframe .details .viewdetails a:hover {
	text-decoration: underline;
}
#productsprint .right .productframe .details .new {
	margin: 0 18px 0 0;
	float: right;
}
#productsprint .product_item {
	width: 164px;
	height: 180px;
	background: transparent url(../images/products/border.gif) no-repeat;
	padding: 8px 8px 40px 8px;
	margin-right: 10px;
	float: left;
}
#productsprint .product_item .image {
	margin: 0 auto;
	width: 214px;
	height: 237px;
	overflow: hidden;
}

#productsprint .colProductImage {
	width: 169px;
	vertical-align: top;
}
#productsprint .colProductDesc {
	vertical-align: top;
}

#productsprint #dlItems table td {
	padding: 5px;
}



#products #product_details .product_item {
	width: 237px;
	height: 237px;
	padding: 8px 8px 40px 8px;
	margin-right: 10px;
	background: transparent url(../images/products/border-big.gif) 0 0 no-repeat;
	float: left;
}
#products #product_details .product_item .image {
	margin: 0 auto;
	width: 214px;
	height: 237px;
	overflow: hidden;
}
#products #product_details ul {
	margin-left: 239px;
	padding-left: 10px;
}
#products #product_details ul li {
	color: #eb2a2e;
	font-size: 13px;
	padding-left: 40px;
	height: 35px;
	padding-top: 9px;
}
#products #product_details ul li a {
	color: #eb2a2e;
	font-weight: bold;
	text-decoration: none;
}
#products #product_details ul li a:hover {
	text-decoration: underline;
}
#products #product_details ul li.blank,
#products #product_details ul li.new {
	height: 50px;
}
#products #product_details ul li.purchase {
	background: transparent url(../images/buttons/cart-products.gif) no-repeat;
}
#products #product_details ul li.addtoshoppinglist,
#products #product_details ul li.sendproduct,
#products #product_details ul li.viewprojects {
	background: transparent url(../images/buttons/tick-off-products.gif) no-repeat;
}
#products #product_details ul li.addtoshoppinglist:hover,
#products #product_details ul li.sendproduct:hover,
#products #product_details ul li.viewprojects:hover {
	background: transparent url(../images/buttons/tick-on-products.gif) no-repeat;
}
#products .right #product_description {
	margin: 50px 20px 30px 0;
}









