.product_div {
	width: 235px;
}
.product_td h4 {
	color: #ee8b50;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.product_td {
	padding: 0 5px 20px 0;
	vertical-align: top;
}

.product_div .product_img {
	float: left;
	margin: 0 5px 0 0;
	width: 90px;
}
.product_img a {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.product_img img { border: solid 1px #c3c3c3;}

.product_img a.add_to_basket, .product_actions a.add_to_basket {
	height: 20px;
	background: url(../img/add_to_basket_bg.jpg) top center repeat-x;
	line-height: 19px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 10px;
}

.product_td .product_img a.add_to_basket { padding: 0;}

.product_actions a.add_to_basket { float: left; margin: 0 10px 0 0;}
.product_actions table a.add_to_basket { margin: 0;}

.product_img a.add_to_basket:hover {
	color: #a9591e;
	text-decoration: none;
}
.product_content {
	float: left;
	width: 135px;
	padding: 0 5px 0 0;
	font-size: 11px;
}

.product_content p {
	line-height: normal;
	margin: 0 0 3px 0;
	color: #98b538;
}

.view_details a{
	color: #eec040;
	background: url(../img/catalogue/view_details.jpg) center left no-repeat;
	padding: 0 0 0 15px;
}

.price span {
	color: #ee8b50;
	font-weight: bold;
}

.price.old { text-decoration: line-through; color: #000;}

.product_content .option { color: #b8b8b8;}
.product_content .option b { color: #98b538;}

.product_content .quantity { color: #666; width: 20px; border: solid 1px #ccc;}

/* --- Product Details --- */

/*** PRODUCT ***/

.product {
	margin: 0 0 10px 0;
}

.product p {
	line-height: 14px;
}

.product .info {
	background: #fdfefb; border: solid 1px #e9eedf; padding: 10px; margin: 10px 0 10px;
}

.productimg {
	display: block;
	border: 1px solid #c8c8c8;
}

.info .productimg { float: left;}

a.productimg:hover {
	border: 1px solid #b1b1b1;
	text-decoration: none;
}

.productimg img {
	border: 1px solid #fff;
}

/* PRODUCT RIGHT PART */


.product .rightpart {
	float: right;
	width: 226px;
}

#maincolumn_left .product .rightpart, #maincolumn_right .product .rightpart {
	float: right;
	width: 445px;
}

#maincolumn_full .product .rightpart {
	float: right;
	width: 655px;
}

.product .description {
	margin: 0 0 10px 0;
}

span.options {
	font-weight: 700;
	padding: 0 2px 0 0;
}

.product .rightpart a.cats {
	color: #888;
}

.product p.last_product {
	margin: 0 0 6px 0;
}

.product .oldprice {
	text-decoration: line-through;
}

.product .price {
	font-size: 12px;
	font-weight: 700;
	color: #E8AB00;
}

.product .line {
	float: right;
}

.product .line tr td {
	float: right;
	padding: 0;
	margin: 0;
}

p.outofstock {
	color: #DF581C;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
	padding: 0 8px 10px 0;
}

.quantity {
	border: 1px solid #cfcfcf;
	color: #666;
	padding: 2px;
	width: 30px;
	height: 14px;
}

/* PRODUCT PARAMETERS */


.product .parameters {
	padding: 0 0 10px 0;
}

.product strong.parameters_strong {
	float: left;
	width: 100px;
}

select {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #666;
}

#parameters_info {
	display: none;
	padding: 0 0 10px 0;
}

#parameters_info span {
	font-weight: 700;
}

/* PRODUCT FEATURES */

.product li.feature {
	padding: 0 0 10px 0;
}

.product li.feature strong {
	color: #E8AB00;
}

/* PRODUCT GALLERY */

.product .info.last .productimg {
	margin: 0 10px 10px 0;
}

.product .info.last .productimg.last_gal_img {
	margin: 0 0 10px 0;
}

/* PRODUCT RELATED */

.product .info.last .related {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
}

.product .info.last .related.last_img {
	margin: 0 0 10px 0;
}

.product .info.last .related .productimg {
	margin: 0;
}

.product .info.last .related a {
	color: #666;
}

#catalogue .product ul { margin: 0; padding: 0; list-style: none;}
#catalogue .product ul li { margin: 0; padding: 0;}

#catalogue .catalogue_content { background: #fdfefb; border: solid 1px #e9eedf; padding: 10px; margin: 0 0 10px;}

#catalogue p.qty { overflow: hidden;}
#catalogue p.qty label  { float: left;}

#catalogue p.qty .inputbox {
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	width: 47px;
	margin: 0 2px 0 8px;
	padding: 1px;
	font-size: 11px;
}

#catalogue a.qty_plus {
	float: left;
	background: url(../img/qty_plus.png) no-repeat top left;
	height: 17px;
	width: 17px;
	margin: 0 0 0 2px;
}

#catalogue  a.qty_plus:hover {
	background: url(../img/qty_plus.png) no-repeat bottom left;
}

#catalogue  a.qty_minus {
	float: left;
	background: url(../img/qty_minus.png) no-repeat top left;
	width: 17px;
	height: 17px;
	margin: 0;
}

#catalogue a.qty_minus:hover {
	background: url(../img/qty_minus.png) no-repeat bottom left;
}

a.brand { color: #A8AC37; }

/* --- Step 1 --- */

#content_left #step1 .catalogue_content, #content_right #step1 .catalogue_content {
	width: 760px;
}

#content_full #step1 .catalogue_content {
	width: 950px;
}

#step1 .leftpart {
	float: left;
	width: 92px;
}

#step1 .rightpart {
	float: right;
	width: 350px;
}
#maincolumn_left #step1 .rightpart, #maincolumn_right #step1 .rightpart {
	float: right;
	width: 560px;
}

#maincolumn_full #step1 .rightpart {
	float: right;
	width: 770px;
}

#step1 .rightpart .heading , #step1 .rightpart .heading a{ font-size: 12px; color: #E8AB00; background: none; padding: 0; margin: 0 0 5px; font-weight: 700;}

#step1 h4 {
	margin: 0 0 8px 0;
}

#step1 h4 a {
	color: #666;
	font-size: 12px;
}

#step1 h4 span {
	color: #DF581C;
}

#step1 .parameters {
	float: left;
	width: 190px;
}

#step1 .parameters span {
	font-weight: 700;
}

#step1 .cash {
	float: right;
	width: 300px;
	text-align: right;
}

#step1 .cash label {
	float: left;
	width: 200px;
	color: #666;
}

#step1 .cash p {
	color: #888;
	font-weight: 700;
	line-height: 16px;
	margin: 0 0 5px;
}

#step1 p.total {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	padding: 8px 5px;
	color: #E8AB00;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

#step1 p.total label {
	float: left;
	color: #666;
}

/* STEP 2 */

#step2 p {
	line-height: 17px;
}

#step2 p.zip {
	margin: 0 0 10px 0;
}

#step2 p.zip span {
	font-size: 10px;
}

#step2 label {
	float: left;
	width: 80px;
	color: #666;
}

#step2 input, #step2 select {
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
	margin: 0 10px 0 0;
}

#step2 a.calc {
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	padding: 1px 10px;
	float: left;
}

#step2 a.calc:hover {
	color: #999;
	text-decoration: none;
}

#step2 #loader {
	display: none;
	margin: 20px auto;
	width: 32px; 
	height: 32px; 
}

#step2 #shipping_info {
	margin: 10px 0 0 0;
}

#step2 #shipping_info .shipping_item_error {
	margin: 0 0 10px 0;
}

#step2 #shipping_info p.error {
	color: #ff0000;
}

#step2 .list {
	padding: 0 5px;
}

#step2 .item {
	border-bottom: 1px dashed #ccc;
	padding: 0 5px 10px 5px;
	margin: 0 0 10px 0;
}

#step2 .item.first {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
}

#step2 .param {
	float: left;
	width: 250px;
}

#step2 .cash {
	float: right;
	width: 270px;
	text-align: right;
}

#step2 .cash p {
	color: #DF581C;
	font-weight: 700;
}

#step2 .cash label {
	width: 109px;
}

#step2 p.total {
	background: #eee;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 8px 5px;
	color: #DF581C;
	line-height: normal;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

#step2 p.total label {
	float: left;
	width: 310px;
	color: #666;
}

#step2 .legend {
	margin: 10px 0 0 0;
	color: #999;
}

#step2 .legend, #step2 .legend p {
	font-size: 10px;
}

/* PAYPAL ERROR */

#paypal_err h2.error {
	color: #ff0000;
	text-align: center;
	font-size: 12px;
	border: 0;
}

#paypal_err p.error {
	color: #ff0000;
	margin: 0 0 10px 0;
	font-size: 11px;
	text-align: center;
}

#paypal_err p.error_details {
	margin: 0 0 6px 0;
	text-align: center;
}

#paypal_err .payment_info {
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 4px;
	margin: 0 auto 20px auto;
	width: 300px;
}

/* PAYPAL THANK U */

#paypal_ok h2 {
	border: 0;
	color: #008000;
	text-align: center;
	font-size: 12px;
}

#paypal_ok p.info {
	margin: 0 0 10px 0;
}

#paypal_ok .payment_info {
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 4px;
	margin: 0 auto;
	width: 300px;
}

#paypal_ok p.payment_details {
	margin: 0 0 6px 0;
	text-align: center;
}

#paypal_ok span.price {
	color: #DF581C;
	font-weight: 700;
}

#paypal_ok p.itemlist {
	margin: 20px 0 4px 0;
}

#paypal_ok table {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#paypal_ok table th {
	background: #eee;
}

#paypal_ok table tr td, #paypal_ok table th {
	padding: 4px;
	border: 1px solid #ccc;
}

#checkout_info fieldset { background: #FDFEFB; border: 1px solid #E9EEDF; padding: 10px; margin: 0 0 10px; }
#checkout_info fieldset b { color: #818F13; }
#checkout_info fieldset p { overflow: hidden; }
#checkout_info fieldset label { float: left; cursor: default; height: 24px; width: 150px; line-height: 24px; }

#checkout_info fieldset input, #checkout_info fieldset textarea {
	float: left;
	background: #F2F5E7;
	border: solid 1px #98B538;
	font-size: 12px;
	padding: 3px;
}
