@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	CONTENTS
------------------------------------------- */
/* Left Column ############################ */
#leftColumn ul {
	margin: 0 0 10px 0;
}
#leftColumn ul.useful li {
	background: none;
	padding: 0 0 2px 0;
}
#leftColumn ul.useful li a {
	display: block;
}
#leftColumn ul.useful li a:hover {
	color: #F8991D;
}
/* Right Column ########################### */
#rightColumn {
	width: 410px; /* The width of the rightColumn with the border-left and the padding-left will be 417px */
	float: left;
}
#rightColumn p {
	margin: 0 0 8px 0;
}
#rightColumn h2.orange {
	color: #F8991D;
	border-bottom: #F8991D solid 1px;
	padding-bottom: 4px;
	margin-bottom: 0;
}
/* Product Box ---------------------------- */
.productBox {
	width: 410px;
	height: auto;
	border-bottom: #BFBFBF solid 1px;
	padding: 8px 0;
	float: left;
}
.productBox a {
	text-decoration: none;
	color: #F8991D;
}
.productBox a:hover {
	text-decoration: underline;
}
/* First Column --------------------------- */
.firstColumn {
	width: 200px; /* The width of the firstColumn = 200px */
	float: left;
	height: auto;
}
.firstColumn h3 {
	font-size: 13px;
	padding: 0 0 0 6px;
	margin: 0;
}
.firstColumn h3.orange {
	color: #F8991D;
	padding-bottom: 8px;
}
.firstColumn p {
	padding-left: 0;
}
/* Second Column -------------------------- */
.secondColumn {
	width: 194px; /* The width of the secondColumn = 205px */
	padding-left: 10px;
	border-left: #BFBFBF solid 1px;
	height: auto;
	float: right;
}
.secondColumn ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
}
.secondColumn ul li {
	padding-top: 5px;
}
.red {
	color: red;
}
.secondColumn ul li.moreInfo {
	padding-top: 15px;
}
.secondColumn ul li a {
	color: #F8991D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.secondColumn ul li a:hover {
	text-decoration: underline;
}
.boxProduct {
	width: 80px;
	height: 100px;
	border: #BFBFBF solid 1px;
	float: right;
}
/* Rightest Column ######################## */
#rightestColumn {
	width: 160px; /* The width of the rightestColumn = 160px */
	float: right;
	height: auto;
	padding-top: 14px;
}
/* Graybox -------------------------------- */
.graybox {
	width: 148px; /* Width of graybox + border = 150px */
	height: auto;
	border: #BFBFBF solid 1px;
	margin: 0 0 10px 0;
	padding: 0 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.floatLeft {
	float: left;
	margin-left: 6px;
}
.floatRight {
	float: right;
	margin-right: 6px;
}
.graybox p {
	margin: 0;
	padding: 0;
}
.graybox p.recoverpassword {
	text-align: center;
	margin: 10px 0;
}
.graybox p.recoverpassword a {
	color: #7F7F7F;
	text-decoration: none;
}
.graybox p.recoverpassword a:hover {
	text-decoration: underline;
}
.graybox h4 {
	font-size: 11px;
	text-align: center;
	color: #F8991D;
	font-weight: bold;
	border-bottom: #BFBFBF solid 1px;
	padding: 3px 0 2px 0;
	margin: 0 0 6px 0;
}
.graybox h1 {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
}
.graybox h4.head_1 {
    background: url(/skin1/images/custom/cart.gif) no-repeat 0 -2px;
	color: #F8991D;
	font-weight: bold;
}
.graybox p.basket {
	padding-bottom: 6px;
}
.graybox h4.head_2 {
	font-weight: bold;
	color: #F8991D;
}
.graybox h4.head_3 {
	color: #F8991D;
}
.graybox h4.head_4 {
	font-weight: bold;
	color: #F8991D;
}
.graybox input {
	width: 140px;
	height: 12px;
	margin: 0 auto 6px auto;
	font-size: 10px;
	padding: 0 0 2px 2px;
}
.graybox p a.grayboxbuttons {
	background: white;
	padding: 2px 10px;
	border: #7F7F7F solid 1px;
	text-decoration: none;
	color: #7F7F7F;
	margin: 0;
	margin-bottom: 10px;
}
.graybox p a.grayboxbuttons:hover {
	background: #7F7F7F;
	color: white;
}
.graybox p a.pad {
	padding: 2px;
}
.graybox p.request {
	padding: 4px 0;
	text-align: center;
	margin: 6px 0;
}
.graybox p.specialoffer {
	padding: 0 0 8px 0;
}


