@CHARSET "UTF-8";
.products-list-item{
	position: relative;
	float: left;
	width: 178px;
	/*height: 220px;*/
	margin: 5px 2px;
	border: solid 1px #FFFFFF;
	overflow: hidden;
	padding:0 0 25px 0;	
}
.products-list-item-focus{
	border: solid 1px #D8E8F6;
	padding: 0px;
}
.products-list-title{
	text-align: center;
	font-weight: bold;
	margin: 1px;
	height: 30px;
	font-size: 11px;
	overflow: hidden;
}
.products-list-image{
	text-align: center;
	/*margin: 17px 1px 1px 1px;*/
	margin: 1px 1px 1px 1px;
}
.products-list-image img{
	max-height: 117px;
}
.products-list-badge{
	position: relative;
	height: 45px;
	overflow: hidden;
}
.products-list-price{
	position: absolute;
	top: 9px;
	width: 79px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/ico-price.png) 0 0 no-repeat;
	overflow: hidden;
}
.plp-left{
	left: 35px;
}
.plp-center{
	left: 48px;
}
.products-list-promo{
	position: absolute;
	top: 0;
	right: 1px;
	width: 52px;
	height: 45px;
	background: url(../img/ico-promo.png) 0 0 no-repeat;	
}
.products-list-new{
	position: absolute;
	top: 30px;
	right: 1px;
	width: 59px;
	height: 62px;
	background: url(../img/ico-new.png) 0 0 no-repeat;	
}
.products-list-btn{
	width: 100px;
	overflow: hidden;
	margin: 0px auto 0 auto;	
}
.products-btn-mini{
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	margin: 2px;
}
.products-btn-mini-fav{
	background: url(../img/btn-sprite-mini.png) 0 0 no-repeat;
}
.products-btn-mini-compare{
	background: url(../img/btn-sprite-mini.png) 0 -21px no-repeat;
}
.products-btn-mini-order{
	background: url(../img/btn-sprite-mini.png) 0 -42px no-repeat;
}
.products-btn-mini-{
	background: url(../img/btn-sprite-mini.png) 0 -63px no-repeat;
}

/* Details */
.products-view-back{
	background: url(../img/product-form-back.gif) 0 0 repeat-y;
	overflow: hidden;
}
.products-view-left{
	float: left;
	width: 150px;
	margin: 15px 0 15px 15px;
	text-align: center;
}
.products-view-center{
	float: left;
	width: 70px;
	margin: 15px 5px 15px 5px;
}
.products-view-right{
	float: right;
	width: 270px;
	margin: 0 2px 0 0;
	padding: 15px 15px 15px 15px;
}
.products-view-price{
	width: 79px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	margin: 5px auto 0;
	background: url(../img/ico-price.png) 0 0 no-repeat;
}
.products-view-title{
	font-weight: bold;
	margin: 1px;
}
.products-view-desc{
	margin-top: 5px;	
}
.products-view-accent{
	margin-top: 5px;
	text-transform: uppercase;
	background: url(../img/ico-clover.jpg) 0 0 no-repeat;
	min-height: 29px;
	height: auto !important;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 29px;
}
.products-view-description{
	font-weight: bold;
	text-transform: uppercase;
	color: #DFAA3B;
	font-size: 12px;
	margin: 15px 0;
}
.products-view-available{
	margin: 10px 0;
}
.products-view-available span{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.products-view-available span.green{
	color: #61A851;
}
.products-view-available span.orange{
	color: #DFAA3B;
}
.products-view-available span.red{
	color: #BA2F34;
}
.products-view-gift{
	margin: 10px;
	font-weight: bold;	
}
.products-view-gift-desc{
	float: left;
	width: 300px;
}
.products-view-gift-pic{
	float: right;
	width: 200px;
	text-align: right;
}
.products-view-new{
	width: 59px;
	height: 62px;
	margin: 0 auto;
	background: url(../img/ico-new.png) 0 0 no-repeat;
}
.products-view-warranty{
	width: 37px;
	height: 61px;
	margin: 7px auto 0 auto;
	background: url(../img/ico-warranty.jpg) 0 0 no-repeat;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.products-view-promo{
	width: 52px;
	height: 45px;
	margin: 7px auto 0 auto;
	background: url(../img/ico-promo.png) 0 0 no-repeat;
}
.products-view-btn{
	margin-top: 2px;
	overflow: hidden;
}
.products-btn-small{
	display: block;
	float: left;
	width: 72px;
	height: 21px;
	margin: 4px 8px;
}
.products-btn-small-fav{
	background: url(../img/btn-sprite-small-2.png) 0 -42px no-repeat;
}
.products-btn-small-compare{
	background: url(../img/btn-sprite-small-2.png) 0 -21px no-repeat;
}
.products-btn-small-order{
	background: url(../img/btn-sprite-small-2.png) 0 0 no-repeat;
}
.products-btn-small-brochure{
	display: block;
	width: 78px;
	height: 21px;
	margin: 5px 0 10px 10px;
	background: url(../img/btn-brochure.png) 0 0 no-repeat;
}
