.details
{
	float:left;
	width:82px;
	height:26px;
	background: url('/layout/detailsBG.png') left top no-repeat;
	line-height:26px;
	padding-left:30px;
	text-decoration:none;
	margin:0 0 30px 0;
}

.item
{
	clear:both;
}

* html .item
{
	margin-top:-15px;
}

.item img, img.bord
{
	float:left;
	padding:1px;
	border:1px solid #b8b8b8;
	margin:0 15px 20px 0;
}

.item h3
{
	font-size:16px;
	color:black;
	margin:0 0 15px 0;
}

h2#subh2
{
	font-size:18px;
	background:url('/layout/subh2BG.png') left top no-repeat;
	margin:0;
}

#crumb
{
	color:#f28319;
	margin: 0px 0 25px 30px;
	font-size:12px;
}

#crumb a
{
	font-size:12px;
	text-decoration:none;
}

#detail
{
	float:left;
	width:375px;
}
#detail p
{
	margin:20px 0;
}

#detail li
{
	height:12px;
}

#detail h3, #provide h3
{
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
}

#detail .divide
{
	/*margin:0 0 0 -135px;*/
	/*position:relative;*/
	/*left:-50px;*/
}

#provide h3, ul.bullet, #cart_spec
{
	margin:0 0 0 135px;
}

#provide h3
{
	margin-bottom:15px;
}

ul.bullet li
{
	height:15px;
	background:url('/layout/submenu_bull.gif') left top no-repeat;
	padding:5px 0 0 20px;
}

.cart_box, .cart_spec
{
	width:296px;
	height:42px;
	background:url('/layout/cartBG.png') left top no-repeat;
	/*margin:25px 0 20px 0;
	padding:8px 0 0 130px;*/
	
	margin:25px 0 5px 0px;
	padding:8px 0 0 20px;
}

.cart_box label
{
	color:white;
	float:left;
	width:85px;
	margin:8px 0 0 0;
	font-weight:bold;
}

.cart_box label input
{
	width:17px;
	height:17px;
	border:1px solid #447e49;
	text-align:center;
}

.cart_box a
{
	
	float:left;
	font-size:12px;
	color:white;
	margin:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
}

.cart_box a:hover
{
	color:#f28319;
}

.cart_spec
{
	margin-top:0;
	/*height:84px;*/
	height:auto;
	width:276px;
	background:#F28319 url('/layout/product_detailBG1.png') left top no-repeat;
}


.cart_spec  li
{
	height:20px;
	font-size:13px;
	font-weight:bold;
	color:white;
	list-style-type:none;
}

.cart_spec span
{
	float:left;
	width:95px;
	font-size:11px;
	font-weight:normal;
}

.cart_spec li.cart_spec_bottom
{
  height:17px;
  overflow:hidden;
  background:#F28319 url('/layout/product_detailBG1.png') left bottom no-repeat;
  margin-left:-40px;
}

#purchase_form
{
	color:#4D4D4D;
}

#purchase_form fieldset
{
	margin:10px;
	border:1px solid #61B469;
	padding:10px;
}

#purchase_form legend
{
	margin:5px;
	color:#F28319;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}

#purchase_form label
{
	color:#4D4D4D;
	font-weight:bold;
}

#purchased_products
{
	width:100%;
}

#purchased_products td, #purchased_products th
{
	margin:5px;
	padding:5px;
	color:#4D4D4D;
	background:#D1EFD4;
	border-bottom:2px solid white;
	border-right:1px solid white;
}

#purchased_products .total_price td
{
	font-size:16px;
	font-weight:bold;
}

.form_row
{
	margin:5px 0;
}

.form_row label
{
	float:left;
	width:100px;
}

.form_error
{
	color:red;
	padding:3px 0 3px 100px;
}

.ui-datepicker-trigger
{
	cursor:pointer;
}

