#store #subContent{
	background: url(/images/bg/sub.content.bg.gif) top left no-repeat;
}
	#store #colLeft ul {
		display: block;
	}
	#store #colLeft ul li img{
		display: block;
		height: auto;
		margin: 0 0 12px 0;
	}
		#store #colLeft ul li * {
			float: left;
			clear:left;
		}
		#store #colLeft ul li span {
			text-indent: -9999px;
			width: 0;
			height: 0;
			overflow: hidden;
		}
	
	#store #colMid {
		width: 386px;
		padding: 150px 0 0 10px;
	}
	#store #colLeft, #store #colRight {
		padding-top: 30px;
	}
		#store 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;
		}
		#store h2 {
			font: bold 18px arial;
			width: 370px;
			position: relative;
			height: 15px;
			margin: 0 0 10px 0;
		}
		#store h2 span {
			position: absolute;
			right: 0;
			top: 0;
		}
/*For prod index*/
		#store div.prod {
			width: 187px;
			height: 353px;
			float: left;
			font: 13px arial;
			color: #000;
			line-height: 18px;
			margin: 0 0 15px 0;
			padding: 0 0 0 4px;
		}
		#store div.prod strong a {
			width: 175px;
			display: block;
			color: inheret;
			padding: 0 0 20px 0;
			background: url(/images/misc/plus.btn.gif) left bottom no-repeat;
			font-weight: bold;
			text-decoration: none;
		}
		#store 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;
		}
		#store div.prod span {
			font-size: 15px;
			display: block;
			color: #a3a1a1;
		}
/*For prod detail*/
		#store div.prod#prodDetail img {
			width: 360px;
			height: 352px;
			padding: 9px 13px 15px 9px;
			background: url(/images/bg/product.bg.lg.gif) top left no-repeat;
			display: block;
		}
		#store div.prod#prodDetail span {
			font-size: 15px;
			display: block;
			color: #a3a1a1;
		}
		#store fieldset {
		  display: block;
		  margin: 0 0 4px 0;
		  
		}
			#store fieldset label {
			  font: bold 11px;
			  margin: 0 0 0 0;
			  width: 43px;
			  float: left;
			  line-height: 20px;
			}
			#store fieldset select {
			  width: 120px;
			  font-size: 11px;
			}
