/* @override 
	http://itsydeal.com/css/mainstyles.css
	http://itsydeal.com/labs/css/mainstyles.css
*/

*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #f5f5f5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Menu */

#topheader {
	color: #fff;
	background: #75af3d url(imgs/header-green.png) repeat-x;
	height: 87px;
	padding-left: 80px;
	overflow: hidden;
}

#topheader h1 a {
	width: 254px;
	height: 71px;
	background-image: url(imgs/logo-en.png)
	width: 254px;
	height: 71px;
	background-image: url(imgs/logo-en.png);
	text-indent: -500em;
	float: left;
	margin-top: 5px;
	display: block;
}

#topheader h2 {
	display: none;
}




li {
	list-style-type: none;
}

div#topheader #topmenu li a {
	color: #fff;
	text-decoration: none;
	float: right;
	margin-top: 26px;
	margin-left: 40px;
}

.big-buttons {
	width: 170px;
	height: 45px;
	background-image: url(imgs/back-button-big.png);
	display: block;
	padding-top: 5px;
	padding-left: 4px;
}

.big-buttons strong {
	width: 160px;
	display: block;
}

div#navbar {
	background-image: url(imgs/subheader.png);
	height: 39px;
	padding-top: 15px;
	padding-left: 80px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #534d40;
	background-color: #f0dbb0;
}

/* Body */

div#content {

}

#content ul.hfeed {
	float: left;
	margin-right: 300px;
	margin-left: 80px;
}




#content ul.hfeed h2 {
	font: 38px Georgia, "Times New Roman", Times, serif;
	color: #424242;
	margin-top: 30px;
	margin-bottom: 20px;
}

#content ul.small-thumbs li.hlisting {
	display: block;
	width: 210px;
	float: left;
	height: 300px;
	margin: 15px 30px 30px 0;
}

#content ul.small-thumbs li.hlisting.offer-sale div.photoframe {
	background-image: url(imgs/photoframe.png);
	line-height:200px;
	text-align: center;
	width: 200px;
	height: 200px;
	padding: 7px 9px 27px;


}

#content ul.small-thumbs li.hlisting.offer-sale div.photoframe img {
	vertical-align: middle;
	border-width: 0;
}



h3.date {
	text-align: left;
	width: 100%;
	display: block;
	height: 20px;
	float: left;
	clear: both;
	color: #747474;
	font: italic 25px/20px Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 10px;
	
}

h3.summary {
	font-size: 14px;
	color: #2c2c2c;
	margin-left: 5px;
}

#content ul.hfeed li.hlisting.offer-sale ul.actions {
	width: 210px;
	height: 210px;
	background-image: url(imgs/actionsframe.png);
	overflow: hidden;
	opacity:.8;
	float: right;
	margin-top: -232px;
	margin-left: 5px;
	display: none;
}

#content ul.hfeed li.hlisting.offer-sale ul.actions li a {
	text-transform: uppercase;
	font-weight: bold;
	width: 40px;
	height: 15px;
	position: relative;
	left: 170px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 24px;
	border-style: none;
	border-color: #424242;
	color: #fff;
	padding-top: 30px;
	display: block;
}

#content ul.hfeed li.hlisting.offer-sale ul.actions li.zoom a  {
	background: url(imgs/icons.png) -2px -5px;
}
#content ul.hfeed li.hlisting.offer-sale ul.actions li.love a {
	background: url(imgs/icons.png) -2px -45px;
}
#content ul.hfeed li.hlisting.offer-sale ul.actions li.more a{
	background: url(imgs/icons.png) no-repeat -2px -85px;
}

#content ul.hfeed li.hlisting.offer-sale ul.actions li.zoom:hover a{
	background-position:-42px -5px;
}
#content ul.hfeed li.hlisting.offer-sale ul.actions li.love:hover a{
	background-position:-42px -45px;
}
#content ul.hfeed li.hlisting.offer-sale ul.actions li.more:hover a{
	background-position:-42px -85px;
}


#content ul.hfeed li.hlisting.offer-sale ul.actions li a {
	color: #424242;
	text-decoration: none;
	font-size: 11px;
}

#content ul.hfeed li.hlisting.offer-sale span.description strong.price {
	font-size: 40px;
	color: #70ab39;
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}

#content ul.hfeed li.hlisting.offer-sale span.description strong.price sup {
	font-size: 50%;
	border-bottom: 2px solid #d2e9be;
	vertical-align: 15px;
}

#content ul.hfeed li.hlisting.offer-sale span.description strong.price sup span {
	display: none;
}

#content ul.hfeed li.hlisting.offer-sale span.description strong.lister.vcard a.url.fn.org {
	font-size: 10px;
	color: #8a8a8a;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 15px;
	margin-left: 5px;
	display: block;
}

#content ul.hfeed li.hlisting.offer-sale span.description em.dtlisted {
		font-size: 12px;
	color: #6a6a6a;
}

a#nextpage {
	text-align: center;
	width: 100%;
	display: block;
	height: 20px;
	float: left;
	clear: both;
	vertical-align: middle;
	color: #70ab39;
	text-decoration: none;
	font: italic 35px/20px Georgia, "Times New Roman", Times, serif;
	background-color: #e9e9e9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* sidebar */

ul#sidebar {
	width: 200px;
	float: left;
	margin-left: -280px;
	margin-right: 80px;
}

#sidebar h3 {
	color: #424242;
	margin-top: 30px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
}

#sidebar li ul li {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	height: 24px;
	line-height:24px;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
	clear: both;
}

#sidebar li ul li.freeheight {
	overflow: visible;
	height: auto;
	padding-top: 12px;
	float: left;
	margin-right: 10px;
	width: 200px;
}


#sidebar li a {
	color: #000;
	text-decoration: none;
}


#sidebar li a:hover {
	color: #70ab39;
	border-bottom: 1px solid #c9c9c9;
	background-color: #fff;
}

#content ul.hfeed li.hlisting.offer-sale span.description strong.lister.vcard a.url.fn.org:hover {
	color: #70ab39;
	border-bottom: 1px solid #c9c9c9;
	background-color: #fff;
}

a#nextpage:hover {
	background-color: #70ab39;
	color: #e9e9e9;
}

#sidebar li ul li span.importance {
	color: #70ab39;
	margin-left: 7px;
	font-size: 116%;
	height: 20px;
	float: right;
}

/* big products */

#content ul.hfeed.big-thumbs li.hlisting.offer-sale {
	clear: left;
}

#content ul.hfeed.big-thumbs li.hlisting.offer-sale div.photos a.thumbs img {
	margin-left: 10px;
	margin-bottom: 10px;
}

#content ul.hfeed.big-thumbs li.hlisting.offer-sale div.photos {
	width: 360px;
	float: left;
	margin-right: 10px;
}

ul.big-thumbs li.hlisting.offer-sale  {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 90px;
	float: left;
}

ul.big-thumbs li.hlisting.offer-sale h3.summary {
	color: #101010;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: normal;
}

ul.big-thumbs li.hlisting.offer-sale strong.lister.vcard a.url.fn.org {
	color: #888;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

ul.big-thumbs li.hlisting span.description span {
	font-size: 12px;
}

 ul.big-thumbs span.description ul  {
	border-top: 1px solid #d3d3d3;
	margin-top: 10px;
	width: 310px;
	margin-left: 370px;
}

ul.big-thumbs span.description ul li {
	font-size: 12px;
	height: 21px;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 4px;
	color: #80906e;
}

ul.big-thumbs li.hlisting.offer-sale a {
	color: #86b84b;
	font-weight: bold;
	text-decoration: none;
}

ul.big-thumbs div.buy-box {
	height: 70px;
	display: block;
	margin-left: 370px;
	border: 2px solid #86b84b;
	padding-top: 18px;
	padding-left: 10px;
	font: bold 53px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #434343;
	margin-top: 10px;
	width: 280px;
}

ul.big-thumbs div.buy-box strong.price {
	float: left;
	padding-right: 10px;
}

span.currency {
	color: #c2dba5;
	font: small-caps bold 35px Georgia, "Times New Roman", Times, serif;
	vertical-align: 13px;
}

ul.big-thumbs div.buy-box strong.price sup {
	font-size: 30px;
	color: #979797;
}

div.buy-box ul {
	float: right;
	display: block;
	border-left: 1px solid #86b84b;
	width: 60px;
}

div.buy-box a#buy-link {
	font: bold 12px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	color: #434343;
	width: 40px;
	height: 40px;
	text-decoration: none;
	float: left;
	margin-left: 10px;
}

#content ul.hfeed.small-thumbs li.hlisting.offer-sale div.photoframe a.photohover {
	display: block;
	float: right;
	background: #f00 url(imgs/zoom.png) no-repeat left top;
	height:84px;
	width: 84px;
	line-height: 50px;
	position: relative;
	bottom: 50px;
	text-indent: -50em;
	overflow: hidden;
}



/* footer */

#footer ul   {
	margin-left: 250px;
	height: 60px;
	display: block;
}


#footer ul li  {
	float: left;
	margin-top: 50px;
	margin-right: 60px;
	height: 60px;
}

#footer ul li a {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #534d40;
	text-transform: uppercase;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #70ab39;
	text-decoration: underline;
}




