﻿#products
{
	min-height: 272px;
}

#products table
{
	width: 100%;
}

#products table th 
{
	background:#65A95C none repeat scroll 0 0;
	color:#FFFFFF;
}

#products ul
{
	list-style: none;
	margin-top: 0;/*18px;*/
	margin-left: 0;
}

#products ul li
{
	padding-bottom: 16px;
	float: none;
	padding-top: 0;
	height: auto;
}

#products h2
{
	width: 650px;
	height: auto;
	margin-bottom: 8px;
}

#products img
{
	width: 175px;
	height: 130px;
	border: 1px solid #494949;
}

#products hr
{
	display: block;
	/*color: #FF8C00;*/
	margin-bottom: 22px;
	clear:left;
	background: #494949 none repeat scroll 0 0;
	border: none;
}

.row
{
	margin: 4px 0;
	clear:both;
}

.row select
{
	height:auto;
	width:auto;
}

.row label
{
	float: left;
	width: 120px;
	margin-top: 2px;
}

.row span
{
	margin-top: 2px;
}

.row label.desc
{
	width:300px;
}

.row input
{
	height: auto;
	text-align: center;
}

.row input.quantity
{
	width: 12px;
}

.row input.add
{
	margin-left: 10px;
}

.row p, .row span
{
	margin: 0;
	margin-top: 3px;
	float: left;
}

.row p
{
	/*height: 14px;*/
}

.row label.size
{
	/*width: 100px;*/
	width:436px;
}

#checkout img
{
	height: auto;
	width: auto;
	float: right;
	border: none;
}

#shopping-cart th, #shopping-cart td
{
	text-align: center;
	padding: 4px;
}

#shopping-cart table input[type="text"]
{
	width: 20px;
	text-align: center;
}

#shopping-cart a
{
	margin-left: 6px;
	margin-right: 6px;
	color: #ffffff;
}

#paypal-checkout
{
	clear: both;
	margin-top: 10px;
}

#paypal-checkout input[type="image"]
{
	margin-top: 22px;
	float: right;
	margin-right: 4px;
}

#shopping-cart table input[type="submit"]
{
	margin: 0;
}

#shopping-cart input[type="submit"]
{
	margin-top: 8px;
}

#paypal-review th, #paypal-review td
{
	text-align: left;
	padding: 0 14px;
}

#paypal-review-totals label, #paypal-review-totals span
{
	float: right;
	width: 49px;
}

#paypal-review-totals .label
{
	width: 90px;
	padding-right: 6px;
	text-align: right;
}

#paypal-review-totals label
{
	width:84px;
}

#product-detail
{
	/*padding: 0 40px;*/
	text-align: justify;
}

#product-detail label
{
	float: left;
	width: 80px;
}

#product-detail .row
{
	margin: 4px 0;
	position: relative;
}

#imgCheckout
{
	margin-top: 20px;
}

#paypal-receipt label
{
	float: left;
	width: 80px;
}

#personal-details label
{
	width: auto;
}

#personal-details .row label.key
{
	width: 100px;
}

legend
{
	color: White;
}

#prod .row
{
	clear:none;
}

.img-popup img
{
	position: absolute;
	display:none;
	right:121px;
	top:-56px;
}

.img-popup img.show
{
	display:block;
}

/*#shopping-cart .img-popup img
{
	left: -180px;
	
}*/

.emphasize
{
	color:#44C729;	
}

.multi-image
{
    background:url("../_img/icons/multi_image.png") no-repeat scroll left top transparent;
    height:25px;
    left:4px;
    position:absolute;
    top:1px;
    width:27px;
}