#Layout h2{
	font-size: 2em; 
	color:#DD1B22; 
	margin: 15px 0;
	font-weight:normal;
	font-family: 'Tahoma', Verdana, sans-serif;
}
	#Layout h2 a{
		color:#DD1B22;
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	}

#Product {
	display:inline-block;
	float:left;
	margin-bottom:20px;
	/*width:447px;*/
}

#rcol #Product #Sidebar{
	margin-top:31px;
}

#prodrcontent{
clear:left;
float:left;
padding:0 10px 0;
position:relative;
width:645px;
}

#Breadcrumbs p{
	font-size:1.4em;
	width:600px;
	}
#Breadcrumbs a.right{
	float:right;
	}

.product_details{
	color: #666;
	overflow: hidden;
	float:left;
	margin-right:10px;
	width:645px;
}

.product_details span.ptitle{
	border-bottom:1px solid #787878;
	color:#fff;
	display:block;
	font-size:16px;
	font-weight:200;
	line-height:20px;
	margin:5px 0;
	padding:0px 0 6px;
}

.product_img{
	margin:10px 0;
	width:auto;
	height:auto;
	display:block;
}

.product_img .bg{
	padding:10px;
	background: url('../images/productbg.png') repeat-x top left;
	float:left;
}

.product_img img{
	background:#fff;
	border:3px solid #fff;
}

.price_display{
	font-weight:bold;
	color:#4694c4;
	font-size:1.2em;
}

.product_content{
	width:auto;
	height:auto;
	padding:10px;
	background: url('../images/productbg.png') repeat-x top left;
	float:left;
	display:block;	
}

a#pback{
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:200;
	line-height:20px;
	margin:0 0;
	float:right;
}




.featured,
.quantityBox {
display:inline-block;
float:left;
margin-bottom:20px;
width:447px;
}

span.qhead{
color:#DD1B22;
font-size:18px;
font-weight:500;
letter-spacing:0.02em;
line-height:20px;
}

#variationsbox{
background: url('../images/vbg1.png') repeat-x top left;
display:inline-block;
float:left;
width:447px;
margin-top:10px;
}

.endvariations{
background: url('../images/vbg2.png') no-repeat bottom left;
display:inline-block;
float:left;
width:447px;
height:94px;
}

/* QUANTITY BOX STYLES -- TABLE ADD TO CART*/
.quantityBox table{
	width:427px;
	float:left;
	display:inline-block;
	margin:10px;
}


.quantityBox table th{
	font-size:1.4em;
	padding:4px 4px 10px 4px;
	color: #DD1B22;
	text-align:left;
}
.quantityBox table th.addcol{
	text-align:right;
}

.quantityBox table td.addcol{
	text-align:right;
	padding:4px 4px 4px 4px;
}

.quantityBox table td{
	font-size:11px;
	padding:4px 30px 4px 4px;
}


	.featured {
		background: none;
		border: #4694c4;
		color: #4694c4;
	}
		.quantityBox a {
			vertical-align: middle;
			color: #DD1B22;
		}
		.quantityBox a:hover {
			text-decoration: none !important;
		}
	.productActions {
		margin-top: 10px;
	}
		.productActions li {
			text-align: right;
			list-style: none;
		}
		.quantityBox .productActions a {
			color: #78a33b !important;
			line-height: 1.5em;
			font-weight: normal;
		}
		
		.quantityBox table a.addme {
		background:url("../images/arrw_feature.png") no-repeat scroll right 1px transparent;
		color:#FFF;
		font-size:10px;
		font-weight:400;
		margin-left:0;
		padding-right:14px;
		text-decoration:none;
		text-transform:uppercase;
		}


form#options label {
	font-size: 10px;
}

form#options fieldset input#Quantity {
	width:30px;
}
