/*** PRODUCT GRID ***/



#Content-Container ul.Products{
	float: left;
	list-style: none;
	padding: 0 0 10px 1px;
	margin: 0;
}

#Content-Container ul.Products > li{
	position: relative;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
	width: 184px;
	border-top: 4px solid #ececec;
	border-left: 4px solid #ececec;
	border-right: 4px solid #ececec;
}

#Content-Container ul.Products li .sv-lbl {
	position: absolute;
	left: 120px;
	top: 10px;
	width: 56px;
	height: 42px;
	padding: 14px 0 0 0;
	background-image: url(http://images.esellerpro.com/2660/images/objects/save-lbl.png);
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

#Content-Container ul.Products li .P-Now {
	float: left;
	width: 100px;
	height: 30px;
	text-align: right;
}

#Content-Container ul.Products li .saving {
	float: left;
	width: 80px;
	height: 30px;
}

#Content-Container ul.Products li > a {
	float: left;
	width: 100%;
	height: 150px;
	padding: 10px 0 0 0;
	text-align: center;
}

#Content-Container ul.Products > li > a > img{
	margin: 0 0 0;
	max-height: 150px;
	max-width: 184px;
}

#Content-Container ul.Products li h4{
	float: left;
	font-size: 0.75em;
	width: 164px;
	height: 90px;
	line-height: 15px;
	text-align: center;
	padding: 0 10px;
	font-weight: normal;
}

#Content-Container ul.Products li h4 a{
	color: #000;
	text-decoration: none;
}
#Content-Container ul.Products li h4 a:hover{text-decoration: underline;}

#Content-Container ul.Products li .short{
	display: none;
}

#Content-Container ul.Products li div.Prices{
	float: left;
	width: 100%;
	padding: 12px 0 0;
	text-align: center;
	background-color: #ececec;
}

#Content-Container ul.Products li span.Price-Title{
	color: #666666;
	font-size: 0.9em;
}

#Content-Container ul.Products li span.Price{
	color: #000;
	font-size: 1.5em;
}

#Content-Container ul.Products li span.Price-RRP-Title{
	color: #000;
	font-size: 0.7em;
	padding: 0 0 0 5px;
	line-height: 14px;
}

#Content-Container ul.Products li span.Price-RRP{
	color: #000;
	font-size: 0.7em;
	line-height: 14px;
}

#Content-Container ul.Products li div.Buttons{
	float: left;
	width: 100%;
	padding: 6px 0 0 0;
	text-align: center;
	background-color: #ececec;
}

#Content-Container ul.Products li div form{
	display: inline;
}

#Content-Container ul.Products li input{
	font-size: 0.8em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 22px;
	width: 95px;
	height: 36px;
	line-height: 32px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/2660/images/objects/buttons/add.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-color: transparent;
}

#Content-Container ul.Products li input:hover{}

#Content-Container ul.Products li input.Button-Soldout{
	width: 150px;
	background-image: url(http://images.esellerpro.com/2660/images/objects/buttons/soldout.gif);
}

#Content-Container ul.Products li input.Button-Soldout:hover{
	background-color: #777777;
}

#Content-Container ul.Products li div.Free-Delivery{
	float: left;
	background-image: url(http://images.esellerpro.com/2660/images/elements/product-bg.gif);
	background-position: left bottom;
	height: 40px;
	width: 100%; 
	
}

/*** PRODUCT LIST ***/




#Content-Container ul.Products-List{
	float: left;
	list-style: none;
	padding: 0 0 10px 15px;
	margin: 0;
}

#Content-Container ul.Products-List > li{
	position: relative;
	float: left;
	margin: 0 0;
	padding: 15px 0;
	width: 100%;
	border-top: 3px solid #ececec;
}

#Content-Container ul.Products-List > li:first-child{
	border: 0;	
}

#Content-Container ul.Products-List li > a {
	float: left;
	width: 150px;
	padding: 0;
	text-align: center;
}

#Content-Container ul.Products-List > li > a > img{
	max-height: 120px;
	max-width: 150px;
}

#Content-Container ul.Products-List li h4{
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	width: 460px;
	padding: 0 0 10px 15px;
}

#Content-Container ul.Products-List li h4 a{
	color: #333;
	text-decoration: none;
}

#Content-Container ul.Products-List li h4 a:hover{ text-decoration: underline; }

#Content-Container ul.Products-List li .short{ 
	float: left;
	width: 460px; 
	padding: 0 0 10px 15px;
	font-size: 0.75em;
}

#Content-Container ul.Products-List li p{
	width: 460px;
	padding: 0;
	font-size: 1em;
}

#Content-Container ul.Products-List li div.Prices{
	position: absolute; 
	top: 15px;
	right: 0px;
	text-align: right;
}

#Content-Container ul.Products-List li span.Price-Title{
	color: #666666;
	font-size: 0.9em;
}

#Content-Container ul.Products-List li span.Price{
	color: #186DA9;
	font-weight: bold;
	font-size: 1.2em;
}

#Content-Container ul.Products-List li span.Price-RRP-Title{
	color: #999999;
	font-size: 0.7em;
	padding: 0 0 0 5px;
}

#Content-Container ul.Products-List li span.Price-RRP{
	color: #999999;
	font-size: 0.7em;
}

#Content-Container ul.Products-List li div.Buttons{
	float: right;
	clear: right;
	margin: 15px 0 0 0;
}

#Content-Container ul.Products-List li input{
	float: right;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 22px;
	width: 95px;
	height: 36px;
	line-height: 32px;
	cursor: pointer;
	background: none;
	background-image: url(http://images.esellerpro.com/2660/images/objects/buttons/addl.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#Content-Container ul.Products-List li input.Button-Soldout{
	width: 150px;
	background-image: url(http://images.esellerpro.com/2660/images/objects/buttons/soldoutl.gif);
}

#Content-Container ul.Products-List li div.Free-Delivery{
	display: block;
	position: absolute;
	bottom: 15px;
	left: 165px;
	background-image: url(http://images.esellerpro.com/2660/images/elements/product-bg.gif);
	background-position: left bottom;
	height: 40px;
	width: 184px; 
	
}

/*** PRODUCT 2 ***/



#Content-Container ul.Products2{
	float: left;
	list-style: none;
}

#Content-Container ul.Products2 > li{
	position: relative;
	float: left;
	padding: 20px 0;
	width: 334px;
	border-top: 1px solid #cecece;
}

#Content-Container ul.Products2 li .sv-lbl {
	position: absolute;
	left: 120px;
	top: 10px;
	width: 56px;
	height: 42px;
	padding: 14px 0 0 0;
	background-image: url(http://images.esellerpro.com/2660/images/objects/save-lbl.png);
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

#Content-Container ul.Products2 li > a {
	float: left;
	height: 80px;
	width: 100px;
	text-align: center;
}

#Content-Container ul.Products2 > li > a > img{
	margin: 0 0 0;
	max-height: 80px;
	max-width: 100px;
}

#Content-Container ul.Products2 .R{
	float: left;
	width: 214px;
	padding: 0 0 0 20px;
}

#Content-Container ul.Products2 li h4{
	float: left;
	font-size: 0.75em;
	width: 214px;
	line-height: 15px;
	text-align: left;
	font-weight: normal;
}

#Content-Container ul.Products2 li h4 a{
	color: #000;
	text-decoration: none;
}
#Content-Container ul.Products2 li h4 a:hover{text-decoration: underline;}

#Content-Container ul.Products2 li .short{
	display: none;
}

#Content-Container ul.Products2 li div.Prices{
	float: left;
	width: 114px;
	padding: 15px 0 0 0;
	text-align: left;
}

#Content-Container ul.Products2 li span.Price{
	color: #dd0c0c;
	font-size: 1.25em;
}

#Content-Container ul.Products2 li span.Price-RRP{
	color: #7f7f7f;
	font-size: 0.75em;
	text-decoration: line-through;
	line-height: 18px;
}

#Content-Container ul.Products2 li div.Buttons{
	float: left;
	width: 100px;
	padding: 15px 0 0 0;
	text-align: center;
}

#Content-Container ul.Products2 li div form{
	display: inline;
}

#Content-Container ul.Products2 li input{
	width: 94px;
	height: 31px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/2660/images/objects/more-info.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#Content-Container ul.Products2 li input:hover{}


#Content-Container ul.Products2 li div.Free-Delivery{
	float: right;
	background-image: url(http://images.esellerpro.com/2660/images/objects/free-dev.png);
	height: 13px;
	width: 89px;
	margin: 10px 10px 0 0;
	
}






/*** PRODUCT 3 ***/



#Content-Container ul.Products3{
	float: left;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

#Content-Container ul.Products3 > li{
	position: relative;
	float: left;
	margin: 40px 15px 0 0;
	padding: 0 0 0 0;
	width: 250px;
}

#Content-Container ul.Products3 li > a {
	float: left;
	width: 100%;
	height: 150px;
	padding: 0 0 0 0;
	text-align: center;
}

#Content-Container ul.Products3 > li > a > img{
	margin: 0 0 0;
	max-height: 150px;
	max-width: 250px;
}

#Content-Container ul.Products3 li h4{
	float: left;
	width: 100%;
	height: 102px;
	line-height: 17px;
	text-align: left;
	padding: 0;
	font-weight: normal;
}

#Content-Container ul.Products3 li h4 a{
	color: #000;
	text-decoration: none;
}
#Content-Container ul.Products3 li h4 a:hover{text-decoration: underline;}


#Content-Container ul.Products3 li div.Prices{
	float: left;
	clear: both;
	padding: 5px 10px 0 0;
	text-align: center;
	line-height: 25px;
}

#Content-Container ul.Products3 li span.Price{
	color: #dd0c0c;
	font-weight: bold;
	font-size: 1.35em;
}

#Content-Container ul.Products3 li div.Buttons{
	float: left;
	padding: 5px 0 0 0;
	text-align: left;
}

#Content-Container ul.Products3 li div form{
	display: inline;
}

#Content-Container ul.Products3 li input{
	width: 61px;
	height: 25px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/2660/images/objects/buy2.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#Content-Container ul.Products3 li input:hover{}
