#product #subContent{
	background: url(/images/bg/sub.content.bg.gif) top left no-repeat;
}
	#product #colLeft ul {
		display: block;
	}
	#product #colLeft ul li img{
		display: block;
		height: auto;
		margin: 0 0 12px 0;
	}
		#product #colLeft ul li * {
			float: left;
			clear:left;
		}
		#product #colLeft ul li span {
			text-indent: -9999px;
			width: 0;
			height: 0;
			overflow: hidden;
		}
	
	#product #colMid {
		width: 386px;
		padding: 150px 0 0 10px;
	}
	#product #colLeft, #product #colRight {
		padding-top: 30px;
	}
		#product h1 {
			background: url(/images/header/ajb.store.header.gif) top left no-repeat;
			display: block;
			height: 19px;
			text-indent: -999px;
			margin: 0 0 25px 0;
		}
		#product h2 {
			font: bold 18px arial;
			width: 370px;
			position: relative;
			height: auto;
			margin: 0 0 10px 0;
		}
		#product h2 span {
			position: absolute;
			right: 0;
			top: 0;
		}
/*For prod index*/
		#product div.prod {
			width: 187px;
			float: left;
			font: 13px arial;
			color: #000;
			line-height: 18px;
			margin: 0 0 20px 0;
			padding: 0 0 0 4px;
		}
		#product div.prod strong a {
			width: 175px;
			color: #000;
			padding: 0 85px 2px 0;
			background: url(/images/misc/plus.btn.gif) 100% 2px no-repeat;
			font-weight: bold;
			text-decoration: none;
		}
		#product div.prod img {
			width: 168px;
			height: 205px;
			padding: 9px 9px 15px 9px;
			background: url(/images/bg/product.bg.sm.gif) top left no-repeat;
			display: block;
			position: relative;
			left: -4px;
		}
		#product div.prod span {
			font-size: 15px;
			display: block;
			color: #a3a1a1;
		}

/*For prod detail*/
		#product div.prod#prodDetail {width: 360px;}
		#product div.prod#prodDetail a.prodPic { 
			width: 363px;
			height: 356px;
			overflow: hidden;
			display: block;
			padding: 9px 13px 15px 9px;
			margin-bottom: 20px;
		}
			#product div.prod#prodDetail img {
				width: 363px;
				height: auto;
				/*padding: 9px 13px 15px 9px;*/
				background: url(/images/bg/product.bg.lg.gif) top left no-repeat;
				display: block;
			}
		#product div.prod#prodDetail h2 strong {
			width: 320px;
	}
		#product div.prod#prodDetail span {
			font-size: 15px;
			display: block;
			color: #a3a1a1;
		}
		#product fieldset {
		  display: block;
		  margin: 0 0 4px 0;
		  
		}
			#product fieldset label {
			  font: bold 11px;
			  margin: 0 0 0 0;
			  width: 80px;
			  float: left;
			  line-height: 20px;
			}
			#product fieldset select {
			  width: auto;
			  float:left;
			}
