
.prod_feature {
	margin:0px 0px 45px 0px;
}

.prod_img_lg { 
	float:left;
}

.prod_details {
	float:left;
	width:360px;
	margin:0px 0px 0px 70px;
}

.content .imagefield {
  float: left;
  margin: 0 10px 10px 0;
  text-align: left;
}

.product-image {
  float: left;
  margin: 0 10px 10px 0;
  padding-bottom: 70px;
}

.prod_name {
	font-size:1.6em;
	color:#c63300;
}
.prod_region {
	font-weight:bold;
	text-transform:uppercase;
}
.prod_size {
	font-weight:bold;
	text-transform:uppercase;
}
.prod_description {

}
.prod_price {
	float:left;
}

.prod_additional_details {
	border-bottom:1px solid #663300;
	margin:35px 0px 10px 0px;
	padding-bottom:15px;
}

.prod_additional_details, .prod_additional_details a {
	font-weight:bold;
	color:#663300;
	text-decoration:none;
}


.related {
	font-weight:bold;
	color:#663300;
	padding-top:10px;
}

.related ul li {
	float:left;
	margin: 10px 40px 0px 0px;
}
.related ul li.last {
	margin-right:0;
}
.related ul li a{
	display:block;
	text-align:center;
	color:#663300;
	font-style:italic
}


/* new styles */
.product-node-image {
  xfloat: left;
  xmargin: 0 10px 10px 0;
}


.content .add-to-cart {
  xfloat: left;
}

#content ul.prod li {
	float:left;
	width:500px;
	border-bottom:1px solid #f2f2f2;
}


#content .prod_head {
	
}
#content .prod_head  li {
	float:left;
	background-color:#663300;
	padding:3px;
}
#content .prod_head  li a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

#content .prod_head  li.sort_brand {
	width:290px;
	text-indent:5px;
}
#content .prod_head  li.sort_price {
	width:84px;
}
#content .prod_head  li.sort_quantity {
	width:110px;
}



#content ul.prod li ul li {
	border:none;
	margin-top:25px;
	padding:0px 0px 15px 0px;
}

#content ul li ul li.prod_img {
	width:80px;
}
#content ul li ul li.prod_info {
	width:220px;
	line-height:18px;
}
#content ul li ul li.prod_info a {
	color:#cc3300;
	font-size:1.4em;
}

#content ul li ul li.prod_price {
	width:90px;
	font-weight:bold;
}
#content ul li ul li.prod_buy {
	width:105px;
}

.prod_buy_2 {
	margin-left:25px;
}
.prod_price {
	margin:10px 0px 0px 0px;
}
.prod_price div {
	float:left;
	font-weight:bold;
}


.quantity {
	xbackground: url(../images/field_add_to_cart.png) 0 -1px no-repeat;
	height:22px;
	vertical-align:top;
	width:25px;
	float:left;
}
.quantity input {
	border:none;
	background:none;
	margin:2px 0px 0px 3px;
	width:25px;
}
.add_to_cart {
	border:none;
	background:none;
	xbackground: url(../images/button_add_to_cart_vert.png) 0 0 no-repeat;
	line-height:1px;
	text-indent:-999em;
	height:54px;
	width:46px;
	float:left;
	margin:0px 0px 0px 7px;
	cursor:pointer;
}

.add_to_cart_2{
	border:none;
	background:none;
	xbackground: url(../images/button_add_to_cart_horiz.png) 0 -3px no-repeat;
	line-height:1px;
	text-indent:-999em;
	height:34px;
	width:83px;
	float:left;
	margin:0px 0px 0px 7px;
	cursor:pointer;
	display:block;
}



