		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline
		}
		
		:focus {outline: 0}
		
		ol, ul {list-style: none}
		
		/* Tables need 'cellspacing="0"' on markup */
		table {
			border-collapse: separate;
			border-spacing: 0
		}
		
		caption, th, td {
			text-align: left;
			font-weight: normal
		}
		
		blockquote:before, blockquote:after, q:before, q:after {content: ""}
		blockquote, q {quotes: "" "" }

/* Body */
	body {
		 line-height: 1.4;
	    font-size: 100%; /* 100% = 16px */
	    color: black;
	    background: white;
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: Tahoma, Arial,Helvetica,sans-serif;
		
	}


/* Headers */
	h2 {font-size: 150%}
	h3 {font-size: 130%}
	h4 {font-size: 110%}
	h5 {font-size: 90%}
	h6 {font-size: 70%}
	
/* Links */
	a {outline: 0}
	a img {border: 0px; text-decoration: none}
	a:link, a:visited {}
	a:hover, a:active {}
	
/* Paragraphs */
	p {
	    margin-bottom: 1.5em;
	    line-height: 1.4;
	    text-align: left
	}
	
	strong, b {font-weight: bold}
	em, i {font-style: italic}

/* Lists */
ul {
  margin: 1em 0 1.5em 1.5em;
  line-height: 1.4;
  list-style: outside disc
}

ol {
  margin: 1em 0 1.5em 1.5em;
  line-height: 1.4;
  list-style: outside decimal
}
/***** Layout *****/
 
p{
	  color: #666;
	  font-size:13px;
	  margin-bottom:15px
}
 
/* Header */
.header-wrapper {
    background:#f8f8f8;
	height: 152px;
	margin: 0 5px 0 0;
    z-index: 999;
    background: url('../img/header-bg.png') repeat-x;
  	border: 1px solid #cccccc !important;
	border: none;
	position: relative;
}

#header {
    width:960px;
   	height: auto;
    margin: 0 auto;
	
}

#logo {
	margin-top:12px;
    margin: 15px 0 0 25px;
    float:left;
	display:inline;
	overflow:hidden;
}

.top-nav{
	float:right;
   	margin-top:20px;
	display:inline;
	overflow:hidden;
	text-align:right;
}
#menu{
	list-style-type: none;
	margin: 38px 0 0em 80px;
    font-size: 13px;
    color: #6e6e3b;;
	padding:0
}

#menu li{
    float: left; 
	margin:0 35px 0 0;
	height:29px;
	
}

#menu li.last{margin:0}

#menu li.current {background: #fff url('../img/bg-nav-left.png') no-repeat}
#menu li.current a{background: url('../img/bg-nav-right.png') no-repeat right;padding:5px 10px 0 10px}

#menu li a{
    display: block;
    color:#6e6e3b;
	height:24px;
	padding-top:5px
}

#menu a:link, #menu a:visited {
    color:#6e6e3b;
    text-decoration:none;
}

#menu a:hover, #menu a:active {
    color:#6e6e3b;
    text-decoration:underline;
}
/* Body */
.body-wrapper{
    background: url('../img/body-bg.png') repeat-x;
    min-height:532px;
    margin-top: -9px;
    position: relative;
    z-index: 99;
}
#body {
    width:960px;
    margin: 0 auto;
    padding: 35px 0 0 0;
}

#content{
    width:590px;
    float:left;
    background-color:#f8f8f8;
    padding:20px;
	border:4px solid white;
	min-height:450px;
}

#search-form {
	background:url('../img/search-bg.png') no-repeat;
	width:461px;
	height:99px;
	padding:20px 0 0 138px;
	color:#fff;
	border:none;
}

#search-form .button{
	vertical-align:middle;
}

#search-form  select {
	background: #9c1517 url('../img/select-bg.png') repeat-x;
	color:white;
	border:1px solid white;
	padding:1px
}

#search-form  select option{
	background: #9c1517 url('../img/select-bg.png') repeat-x;
	color:white;
}


#search-form label {
	display:block;
	margin-bottom:14px;
}

#search-form input.search-term {
	color:#fff;
	border:1px #fff solid;
	background-color:#6b4c15;
	width:405px;
	height:24px;
	font-size:18px;
}

#content h3.intro{
	color:#6d6e3b;
	font-size:16px;
	margin-bottom:10px
}

#content h3.features{
	color:#5f0001;
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}


#content p.intro{
	  color: #666;
	  text-align:left;
	  font-size:13px;
	  margin-bottom:40px
}

#content .features-list, #content #popular-list{
	width:578px;
	border:1px solid #dfdfdf;
	padding:10px;
	margin-bottom:20px;
	background-color:#fff;
	overflow:hidden;
}

#content #popular-list{
	height:auto
}
#content .features-list ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#content .features-list ul li{
	float:left;
	margin:0 70px 20px 0;
	width:145px;
}

#content .features-list ul li div{
	border:1px solid #696936;
	width:145px;
	height:auto;
	background-color:#d9d9d9;
	text-align:center;
	color:#930200;
	margin:8px auto 8px auto;
	font-size:12px;
	overflow:hidden;
	
}

#content .features-list ul li img{
	display:block;
	border:1px solid #696936;
}

#content .features-list ul li.space{
	display:block;
	height:10px;
	width:500px;
	clear:both;
}

#content .features-list ul li.last{
	margin-right:0px;
}

#content .latest-list {
	width:592px;
	height:auto;
	overflow:hidden;
	margin-bottom: 15px;
}
#content .latest-list ul{
	list-style-type:none;
	margin:0;
	padding:0
}
#content .latest-list ul li{
	float:left;
	width:269px;
	height:auto;
	padding:10px;
	border:1px solid #e0e0e0;
	margin:0 10px 10px 0;
	background-color:#fff;
	font-size:12px;
}

#content .latest-list ul li div.info{
	padding-top:4px;
}

#content .latest-list ul li hr{
	border:none;
	border-top:1px #c7c7c7 solid;
	clear:both;
}

#content .latest-list ul li div.images{
	float:left;
	margin-bottom:7px;
}

#content .latest-list ul li div.desc{
	float:right;
	width:175px;
	color:#808080;
	margin-bottom:5px;
}

#content .latest-list ul li span{
	color:#7c7d4e;
}

#content .latest-list ul li img{
	border:1px solid #cdcdcd;
	display:block;
	width:84px;
}
#content .latest-list ul li .useravatar{
    width:36px;
    height:36px;
}

#content .latest-list ul li a.use-it-now{
	display:block;
	padding:2px;
	width: 79px;
	height:14px;
	border:1px solid #cdcdcd;
	background:url('../img/use-it-now.png') no-repeat;
	text-indent: -9999px;
	margin-top:4px
	
}

#content .latest-list ul li a.avatar{
	display:block;
	width: 36px;
	height:36px;
	border:1px solid #eee;
	/*background:url('../img/avatar.png') no-repeat;*/
	text-indent: -9999px;
	
}

#content .latest-list ul li.last{
	margin-right:0px; 
}

#content span.more-view {float:right}
#content span.more-view a:link, #content span.more-view a:visited{font-size:12px;color:#7c7d4e; text-decoration:none;}
#content span.more-view a:hover, #content span.more-view a:active {text-decoration:underline;}
#sidebar{
    float:right;
    background: url("../img/sidebar-bg") repeat-y #f8f8f8;
    padding: 20px;
    border: 4px solid #fff;
	width: 249px;
}

#sidebar-menu{
	font-size: 14px;
    list-style:none;
	margin:0;
	padding:0
}

#sidebar-menu li{
    padding: 0 0 0 17px;
    margin-bottom: 10px;
    background: url("../img/menu-sidebar-bg.png") no-repeat;
    
}

#sidebar-menu li a {
	font-weight:normal;
    text-decoration: none;
	color:#930200;
}
#sidebar-menu li a:active,#sidebar-menu li a:hover{
    text-decoration:underline;
}

#sidebar a#subscribe-rss{
	display:block;
	background: url('../img/rss.png') no-repeat left;
    padding:0 0 0 55px;
	margin:15px auto 15px auto;
	color:#930200;
}


#login {
    background: url("../img/login-bg.png") no-repeat;
   	color: #ffffff;   
	font-weight: bold;
    margin: 0px 0 0 0px;    
	padding:10px 7px;
    border:1px solid #970605;
	font-size:11px
}

#login label{
   float:left;
   clear:left;
   line-height: 25px;
   display:block;
   margin:0 0px 10px 0;
   vertical-align:middle;
}
#login input{
    float:right;
    margin:0 0px 10px 0;
	display:block;
}



#login a:link, #login a:visited {color: #fff; text-decoration: none;font-size:10px}
#login a:hover, #login a:active {text-decoration: underline;}
#login a#login-btn {display:block;width:61px;height:21px;background: url("../img/login.png") no-repeat;text-indent:-9999px;float:right}
#login a#forgot {display:block;float:left}
#login #signup {display:block;margin:32px 0px 0 30px;border:0;padding:0}

#links{
   	margin: 20px 0 20px 0;
	padding: 0;
    overflow:hidden;
	font-size:12px;
}
#links li {
    list-style:none;
    padding: 0;
    float: left;
    margin: 0 0 8px 0;
}

#links li a{
    text-decoration:none;
    color:#60622e;
}

#links li.list-first {width:100px; margin-right:30px;}
#sidebar a:link, #sidebar  a:visited {text-decoration:none}
#sidebar a:hover, #sidebar li  a:active {text-decoration:underline;}
#links li  a:link, #links li  a:visited {padding-left:10px; }


.list-first a,.list-last a {  vertical-align:middle;}
.list-first img,.list-last img {  vertical-align:middle;}

.facebook{
	display:block;
    height:28px;
    background: url("../img/add-fb.png") no-repeat;
   	width:217px;
	color:white;
	padding:4px 0 0 40px;
}


#tagcloud{
    background: url("../img/tag-bg.png") repeat-x ;
  	margin: 30px 0 0 0;
    border: 2px solid #ad1110;
}
#tagcloud h3 {color:white;font-size:18px;text-align:center;margin-top:6px}
#tagcloud ul{
   margin:0;
   padding:10px;
}

#tagcloud ul a.small, #tagcloud ul a.small:link{
    padding-right:6px;
    font-size:0.7em;
    color:#9bb3c6;
}
#tagcloud ul a.medium, #tagcloud ul a.medium:link{
    padding-right:7px;
    font-size:0.9em;
    color:#f09d5f;
}
#tagcloud ul a.large, #tagcloud ul a.large:link{
    padding-right:8px;
    font-size:1.1em;
    color:#e86808;
    font-weight: bold;
}




#top {
   
    background: url("../img/top-bg.png") repeat-x ;
    margin: 20px 0 0 0;
    border: 2px solid #a86d05;
}

#top h2 {
    text-align:center;
}

#top h4 {
	color:#936d05;
	font-size:0.9em;
    text-align:center;
}

#top ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#top ul li {
	background:#e5e5e5;
	color:#6b4c15;
	font-size:0.8em;
	padding-left:10px;
	margin-bottom:3px;
}

#top ul li span.number-coupons{
	color:red;
}


/* Footer */
.footer-wrapper{
   
    background: url("../img/footer-bg.png") repeat-x;
    margin: 40px 0px 0 0;
}

#footer{
    width:952px;
    margin: 0 auto;
    font-size: 12px;
    color: #ffffff;
	padding:40px 0 20px 0
    
}
#footer li a:link, #footer li a:visited { text-decoration:none; color:white;}

#footer li a:hover,#footer li a:active {text-decoration:underline;color:white;}

.nav-footer{ list-style: none;padding:0px 0 0 0px; margin:0}

.nav-footer li{
    float:left;
    padding: 0 70px 0 0px;
	display:block
}

ul#secondary {padding-top:30px}

.nav-footer li#store-childs{
   padding: 0 0px 0 105px;
}

.nav-footer li#coupon-childs{
   padding: 0 0px 0 27px;
}


.nav-footer li.sub {padding: 0 0px 0 0px;}


.nav-footer li.sub ul{
    margin:0;
	padding:0;
	list-style-type:none;
}

.nav-footer li.sub ul li{
   	float:none;
    padding: 0 0px 0 0px;
	width:auto;

   
}
.nav-footer li.last {padding:0}


#copyright {
    font-size: 11px;
 	text-align:center;
	margin:40px auto 0 auto
}
#copyright span{
    font-size: 10px;
}
/***** Sections *****/
.clearfix {clear:both}

.faq, .contact {font-size:0.8em}
.faq h2, .faq h4 {color:#5f0001;font-weight:bold}
.faq h2 {margin-bottom:0.3em}
.faq p{color:#5f0001}
.faq a:link, .faq a:active { text-decoration:underline; color:#0000ff;}
.faq a:hover,.faq a:visited {text-decoration:none;}
.logo-heading {margin:5px 0}
ul.pagination {
	float:right;
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none
}
ul.pagination li {
	float:left;
	padding:0 4px;
	border-right:1px solid #666666;
	font-size:12px
}
ul.pagination li.last{
	border-right:none
}
ul.pagination li a:link, ul.pagination li a:active{
	color:#666666;
	text-decoration:none;
}
ul.pagination li a:hover,ul.pagination li a:visited {text-decoration:underline;}

.contact h2 {font-weight:normal;color:#5f0001}
.contact #contact-form {border:none;width:510px;margin:15px 0 40px 0;}
.contact #contact-form label {clear: left;margin-right: 14px; float:left;width:85px;color:#5f0001;line-height: 25px}
.contact #contact-form input.text, .contact #contact-form textarea.text {
		float:left;
		height: 18px;
		margin-bottom: 14px;
		font-size: 1.05em;
		color:#5f0001;
		border:1px solid #a5a4a4;
		width:300px
	}
.contact #contact-form textarea.text {
	width:400px;
	height:150px
}

.contact #contact-form div.button-group {
	
	clear:left;
	margin:10px 0px 0 99px;
}

.contact #contact-form input.button{
	border:1px #6d6c6c solid;
	color:#fff;
	background: url("../img/button-bg.png") repeat-x;
	width:90px;
	height:24px;
	
}
.contact #contact-form input.reset {
	margin-left:30px
}
h2.store {
	color:#5f0001;
	font-size:18px;
	margin:5px 0;
	letter-spacing:1px
}
.list-store {}
.list-store ul {
	margin:0;
	padding:0;
	list-style-type:none
}

.list-store ul li{
	padding:10px;
	width:575px;
	height:85px;
	border:1px solid #565555;
	background:#fff;
	margin-bottom:25px
}

.list-store ul li.newest-coupon{
	height:150px;
}

.list-store ul li img {
	float:left;
	margin:20px 10px 10px 10px;
}
.list-store ul li div {
	float:left;
	width:230px;
	font-size:12px;
	margin:20px 20px 0 30px;
}

.list-store ul li.newest-coupon div {
	margin:20px 20px 0 20px;
	width:250px;
}

.list-store ul li div span.label {
	display:block;
	width:145px;
	float:left;
}

.list-store ul li.newest-coupon div span.label-description {
	width:100px;
	float:left;
}

.list-store ul li.newest-coupon div span.description{
	float:left;
	overflow:hidden;
	clear:right;
	width:140px;
}

.list-store ul li div span.small-label {
	display:block;
	width:100px;
	float:left;
	
}


a:link.button, a:active.button {
	display:block;
	float: right;
	border:1px #373636 solid;
	color:#fff;
	background: url("../img/button-bg.png") repeat-x;
	width:120px;
	height:24px;
	padding-left:10px;
	text-decoration:none;
	margin:-40px 10px 0 0;
}
a:hover.button, a:visited.button {text-decoration:none}

.list-store ul li.newest-coupon a:link.button, a:active.button {
	margin:-120px 10px 0 0;
}

.list-store ul li.newest-coupon a.avatar{
	float: none;
	display:inline	
}
.list-store ul li.newest-coupon span.user {float:none;display:inline;vertical-align:top;}
.list-store ul li.newest-coupon a.avatar img {float:none;margin:0 0 0 30px}

/*Account*/
.ciao {text-align:right;color:#b9a57e}
.ciao .hi {color:#c20000}
.ciao a:link, .ciao a:active {text-decoration:underline;color:#8c5a00}
.ciao a:hover, .ciao a:visited {text-decoration:none}
.ciao a:link.logout, a:active.logout  {color:#c20000}

.account-summary {width:589px;height:187px;border:4px solid #fff;margin-top:15px}
.summary {float:left;padding:40px 20px;width:382px;height:107px;color:#6b4c15;background: url("../img/summary-bg.png") no-repeat;text-align:right;font-weight:bold}
.summary span {float:left;display:block;width:270px;height:17px;margin-bottom:20px}
.avatar-setting {float:right;background: url("../img/avatar-bg.png") no-repeat;width:137px;height:177px;padding:10px 10px 0 10px}
.summary .point {display:block;float:right;width:36px;height:17px;background: url("../img/point-bg.png") no-repeat;color:#a80100;padding:4px 20px;clear:right;text-align:center}

.avatar-setting a:link, .avatar-setting a:active {text-decoration: none}
.avatar-setting a:hover, .avatar-setting a:visited {text-decoration: none}
.avatar-setting img {border:4px solid #fff}

.avatar-setting a:link.gray-button, .avatar-setting a:active.gray-button {
	display:block;
	color:#6b4c15;
	background: url("../img/gray-button.png") no-repeat;
	width:93px;
	height:21px;
	padding:5px 20px;
	text-decoration:none;
}
.avatar-setting a:hover.gray-button, .avatar-setting a:visited.gray-button {text-decoration:none}

.edit-info {width:589px;height:auto;border:4px solid #fff;margin-top:30px;background: url("../img/edit-setting-bg.png") repeat-x;color:#6b4c15}

/* Edit setting */
#edit-setting-form {border:none;width:510px;margin:15px auto 40px auto;}
#edit-setting-form  img.guide {margin:0;padding:0}
#edit-setting-form label {clear: left;margin-right: 14px; float:left;width:160px;color:#6b4c15;line-height: 25px;text-align:right;font-weight:bold}
#edit-setting-form input.text, #edit-setting-form #contact-form textarea.text,#edit-setting-form select.text {
		float:left;
		font-size: 1.05em;
		color:#5f0001;
		border:1px solid #a5a4a4;
		width:300px;
		margin:4px 0 5px 0;
		padding:3px 0;
	}
#edit-setting-form .date {
	width:255px;
	float:left;
		height: 18px;
		font-size: 1.05em;
		color:#5f0001;
		border:1px solid #a5a4a4;
		margin:4px 0 5px 0;
		padding:3px 0;
		vertical-align:middle;
}
#edit-setting-form input.button{
	display:block;
	color:#6b4c15;
	background: url("../img/dark-gray-button.png") no-repeat;
	width:133px;
	height:31px;
	text-decoration:none;
	border:0;
}

#edit-setting-form  div.button-group {
	
	clear:left;
	margin:15px 0px 30px 174px;
	
}


/* Comments Form */

#comment-form, #forgot-password-form {margin: 0 0 1em 0; overflow: hidden; height: 1%}

#comment-form div {background: #fff; padding: 1.8em; margin-bottom: 15px; overflow: hidden; height: 1%; border: 1px solid #9e9e9e;}



#comment-form label, #forgot-password-form label {

	display: block;

	float: left;

	margin-bottom: 15px;

	line-height: 20px;

	width: 147px;

	clear: left

}

#comment-form .text, #comment-form textarea, #forgot-password-form textarea, #forgot-password-form .text{
	border: 0;
	display: block;
	float: left;
	margin-bottom: 15px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif;
	font-size: 100%;
	padding: .2em .5em;
	width: 480px;
	color: #888;
	background: #fff;
	border: 1px solid #9e9e9e;

}



#comment-form textarea, #forgot-password-form textarea {float: none; width: 555px; height: 125px}

#comment-form .button, #forgot-password-form .button {background: #ce0d10; border: 0px; padding: .25em 3em; text-align: center; font-size: 1.2em; cursor: pointer;color:#fff}

#comment-form .button, #forgot-password-form .button{
	float: right;
	margin-right:25px
}
.logged {font-size:12px}
#login .logged a:link, #login .logged a:visited {font-size:12px}
.login-area fieldset, .register-area fieldset{border:0;padding-left:0}
.register-area .select {float:left;margin-left:4px} 
.login-area #comment-form div {clear:left}
.datepicker-link {float:left;margin:2px 0 0 15px;}
#forgot-link {float:left} 
a.reportEx:link, a.reportEx:visited {color: #808080;margin-top:8px;display:block;text-decoration: none;height:16px;background:url('../images/error-trans.png') no-repeat;padding-left:19px}
a.reportEx:hover, a.reportEx:active {text-decoration: underline}
.select{
	border: 0;

	display: block;

	float: left;

	margin-bottom: 15px;

	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif;

	font-size: 100%;


	width: 100px;

	color: #888;

	background: #fff;

	border: 1px solid #9e9e9e;
}
.label{
	display: block;

	float: left;

	margin-bottom: 15px;

	line-height: 20px;

	width: 50px;

	clear: left
}
.register-area #submit {margin-top:20px}


.letters {
	text-align: center;
	width: 595px;
	height: 25px;
	margin: 27px 0 15px 0;
	padding: 9px 0 9px 0;
	background: #e6e6e6;
	list-style: none;
}

.letters li {
	padding: 0;
	display: inline;
	text-align: center;
}

.letters li a {
	padding: 2px 4px;
	background: #FFF;
	text-align: center;
	color: #f1592a;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
	margin:0 5px 0 0;
}

.letters li a:hover {
	color: #FFF;
	background: #f1592a;
}

.letters li a.active {
	color: #FFF;
	background: #f1592a;
}

.store-list li a:link, .store-list li a:visited
{
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 13px;
line-height: 26px;
font-stretch: normal;
color: #028e98;
text-decoration: none;
}

.store-list li a:hover, .store-list li a:active
{
text-decoration: underline;
}
.cf {clear:both}
#flashMessage {margin:6px 0;text-align:center;font-size:12px;color:red;font-weight:bold}
#forgot-password-form label{font-size:13px;margin-bottom: 8px;} 
#forgot-password-form {margin-bottom: 8px;}
#forgot-password-form .button{float:left}
.forgot-password #flashMessage {margin:6px 0;text-align:left;font-size:12px;color:red;font-weight:bold}