/* box */
.item-box { 
	display: inline-block; //display: inline; 
	margin: 0 0 2% 0; //margin-top: -10px; 
	vertical-align: top; 
	width: 100%; 
	position: relative; left: -2%
	}

/* pix cover (shadow) */
.pix-box { float: left; position: relative; left: 5px }
.pix-box a.pix-holder { display: block; width: 129px; height: 160px; overflow: hidden }
.pix-box .pix-holder img { height: 100% }
.pix-overview { 
	width: 142px; height: 173px; 
	background: url(../i/items-set_pix-bg.png) no-repeat; 
	position: absolute; left: -6px; top: -6px;
	/* ie fix */
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/items-set_pix-bg.png', sizingMethod='crop');
	}
 /*{ width: 144px; height: 175px; position: absolute; left: -1px; top: -1px; z-index: 9999999; border: 1px solid red } */

/* model */
.items-set { text-align: left; display: table; //height: 100%; width: 100%; padding: 10px 0 }
.items-set h2 { padding: 0 0 20px 5px }
.items-set h2 a { font: normal 23px/20px "Trebuchet MS" !important; color: #017ecd; text-decoration: none; margin: 0 }
.items-set h2 a:hover { text-decoration: underline }

.items-set .set { margin: 0 3px 0 147px; text-align: left }
.items-set .set a { font: normal 14px "Trebuchet MS"; color: #cd2301; margin: 0 10px 0 0 }
.items-set .set a:hover { text-decoration: none }
.items-set .set h2 { padding: 0 0 10px 0 }
.items-set .set h2 span { font: normal 12px"Trebuchet MS"; color: #9fceec; float: right }
.items-set .set h2 a { font: normal 23px/20px "Trebuchet MS" !important; color: #017ecd; text-decoration: underline; margin: 0 }
.items-set .set h2 a:hover { text-decoration: none }

.set-price { list-style: none; position: relative; margin-top: -7px }
.set-price li {margin-left:0;}
.set-price a { color: #017ecd !important; font: normal 14px "Trebuchet MS" !important; float: right; margin: 0 !important }
.set-price strong { color: #cd2301; font: normal 26px "Trebuchet MS" }
.set-price strike { color: #cd2301; font: normal 14px "Trebuchet MS" }
.set-price span.discount { color: #b3b9c3; font: normal 12px/14px "Trebuchet MS"; position: relative; top: -8px }





.items-set .set .order-form-box { border: 1px solid #e4e2d8; background: #fef2d9; margin: 6px 0 0 0; padding: 5% 0 2% 0; text-align: center }
.items-set .set .order-form-box form { width: 100%; text-align: center; margin: 0 auto; //margin-left: -3px }
.items-set .set .order-form-box form select { 
	width: 90%; 
	font: normal 14px "Trebuchet MS"; 
	background: #fff7a4; 
	border: 1px solid #b3b9c3; 
	color: #cd2301 
	}


div.btn { width: 90%; height: 43px; display: inline-block; margin: 7px 0 0 0 }
div.btn a { 
 	color: #215003 !important; 
	font: normal 100% "Trebuchet MS" !important; 
	text-decoration: none;
	text-align: right;
	display: block;
	height: 43px;
	margin: 0 7px 0 0 !important;
	background: url(../i/btn_bg.gif) no-repeat
	}
div.btn a ins { display: block; text-align: center; position: relative; top: 10px; right: -20px; text-decoration: none }	
div.btn span { 
	float: right; 
	//margin: 0 0 0 -7px; 
	overflow: hidden;
	width: 7px; height: 43px; 
	background: url(../i/btn_angle.gif) left center no-repeat 
	}

.btn a.hover { background: url(../i/btn-hover_bg.gif) no-repeat }
.btn span.hover { background: url(../i/btn-hover_angle.gif) left center no-repeat  }

