/*
Theme Name: Light
Theme URI: http://www.hablogs.com/demo/index.php?wptheme=Light
Description: This Wordpress theme will light up your day!
Tags: Clean, White, Nice, Widget ready, three columns, professional, widgets
Version: 1.0
Author: Elad Domb
Author URI: http://wordpress.reviewitonline.net
*/

/***************************************************/
* {
	font-family: arial;
	color: #666;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/***************************************************/
body {
	background: #fff url(images/bg.gif) repeat-x top;
	text-align: center;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	width: 980px;
	height: 173px;
}
/***************************************************/
#pagenav {
	float: left;
	width: 607px;
	height: 45px;
}

#pagenav ul {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	height: 25px;
}

#pagenav ul li {
	float: left;
	height: 25px;
	text-align: center;
	margin-right: 10px;
}

#pagenav ul li a {
	/*background: url(images/nav.gif) repeat-x;
	background-position: center 0px;*/
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
	height: 25px;
	font-size: 15px;
	letter-spacing: -1px;
	color: #aaa;
	font-weight: bold;
}

#pagenav ul li a:hover {
	/*background: url(images/nav.gif) repeat-x;
	background-position: center -30px;*/
	color: #666;
	background: #ddd;
}

#pagenav ul li.current_page_item a {
	/*background: url(images/nav.gif) repeat-x;
	background-position: center -60px;*/
	color: #fff;
	background: #00a8ee;
}

#pagenav ul li.current_page_item a:hover {
	/*background: url(images/nav.gif) repeat-x;
	background-position: center -60px;*/
}
/***************************************************/
#searchform {
	float: left;
	width: 348px;
	height: 45px;
	margin-right: 20px;
}

#searchform form {
	float: right;
	display: inline;
	background: url(images/ico-search.png) no-repeat;
	background-position: left 0px;
	width: 348px;
	height: 45px;
}

#searchform fieldset {
	float: right;
	display: inline;
	padding-top: 10px;
	height: 35px;
}

#searchform label {
	vertical-align: middle;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#searchinput {
	width: 177px;
	height: 20px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	background: url(images/search-input.png) no-repeat;
	color: #999;
}

#searchbutton {
	width: 35px;
	height: 25px;
	line-height: 1.4em;
	background: url(images/search-button.png) no-repeat;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
/***************************************************/
/* Search form CSS */
form#srcform {
	background: #EEE;
	padding: 10px;
}

form#srcform fieldset {
}

form#srcform input {
	vertical-align: middle;
	font-size: 11px;
}

form#srcform #srcinput {
	padding: 4px;
	width: 250px;
	background: #FFF;
	color: #333;
	font-weight: normal;
	border: 1px solid #ddd;
}

form#srcform #srcbutton {
	padding: 2px;
	width: 50px;
	background: #aaa;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
/***************************************************/
#logo {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#logo h1 {
	padding-top: 9px;
	font-size: 22px;
	font-weight: bold;
}

#logo h1 a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #366799;
}

#logo h1 a:hover {
	color: #444;
}

#logo .description {
	color: #999;
	font-size: 11px;
	line-height: 1.4em;
}

#ads {
	float: right;
	display: inline;
	margin-top: 20px;
	width: 468px;
	height: 60px;
}

#ads img {
	display: block;
}

ul.listcat {
	margin-top: 22px;
}

ul.listcat li {
	float: left;
	display: inline;
	margin-right: 1px;
}

ul.listcat li a {
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #366799;
	line-height: 22px;
	height: 22px;
	display: block;
}

ul.listcat li a:hover {
	background: #fffff4;
	color: #333;
}
/***************************************************/
ul.listcat2 {
	margin-top: 22px;
}

ul.listcat2 li {
	float: left;
	display: inline;
	margin-right: 1px;
}

ul.listcat2 li a {
	padding-left: 10px;
	padding-right: 10px;
	background: #458B00;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	height: 22px;
	display: block;
}

ul.listcat2 li a:hover {
	background: #fffff4;
	color: #333;
}
/***************************************************/
ul.listcat3 {
	margin-top: 22px;
}

ul.listcat3 li {
	float: left;
	display: inline;
	margin-right: 1px;
}

ul.listcat3 li a {
	padding-left: 10px;
	padding-right: 10px;
	background: #9E0508;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	height: 22px;
	display: block;
}

ul.listcat3 li a:hover {
	background: #fffff4;
	color: #333;
}
/***************************************************/
#column {
	float: left;
	width: 540px;
	margin-right: 20px;
	background: #fff;
}

.post {
	margin-top: 10px;
}

.post a {
	color: #366799;
}

.post a:hover {
	color: #444;
}

.post-top {
	width: 540px;
	height: 10px;
}

.post-bottom {
	width: 540px;
	height: 10px;
}

.entry {
	background: #FFF;
}

.entry h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
        padding-bottom: 15px;
	line-height: 1.3em;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 20px;
	letter-spacing: -1px;
}

.entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #aaa;
	padding-bottom: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
}


/********* CSS For Post Info Below Header ***************/
.info {
	background: #fff;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}

.info .cat {
	float: left;
	color: #aaa;
}

.info .comments {
	float: right;
}

.info .cat a {
	line-height: 26px;
	background: url(images/ico-date.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.info .comments a {
	line-height: 26px;
	background: url(images/ico-comment.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}
/********* CSS For Article CONTENT ***************/
.content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.content .more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.content h1 {
	letter-spacing: -2px;
	font-size: 20px;
	color: #366799;
}

.content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #5a94bd;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
}

/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 20px 5px;}
.content ol {margin: 5px 5px 20px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #999;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color: #999;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
/* End CSS for UL/OL lists */

/* Additional post tags */
blockquote {
	padding: 20px;
	padding-left: 40px;
	background: #eaf3fa url(images/blockquote.png) no-repeat;
        border: 1px solid #eee;
	background-position: 18px 18px;
	margin-bottom: 0px;
}

blockquote p {
	font-family: georgia, arial;
	line-height: 2.0em;
	font-size: 12px;
	color: #366799;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #e1e1e1;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #999;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}
/* Thanks! */

.tags {
	border-top: 1px solid #eee;
	border-bottom: 0px solid #eee;
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
}

.tags a {
	font-weight: normal;
	color: #6792ab;

	text-transform:lowercase;
}

.tags a:hover {
	color: #ff9600;
}

.follow {
	background: #f9f9f9;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #eee;
	font-weight: bold;
	font-size: 11px;
}

.follow a {
	font-weight:bold;
	background: url(images/rss.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.state {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5em;
}

.state a {
	line-height: 1.5em;
}
/***************************************************/
.navigation {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.navigation a {
	color: #333;
}

.navigation a:hover {
	color: #ff9000;
}

.navleft {
	float: left;
	width: 48%;
}

.navright {
	float: right;
	width: 48%;
	text-align: right;
}
/***************************************************/
.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #ccc;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	display: inline;
}

.alignnone {
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	color: #999;
}
/***************************************************/
#sidebar {
	float: left;
	width: 420px;
}
/***************************************************/
.box {
	width: 420px;
}

.box h2 {
	margin-top: 20px;
	display: block;
	width: 418px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	background: #eee;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}
/***************************************************/
.ads {
	padding: 10px;
	border: 1px solid #eee;
	background: #FFF;
}

.ads ul {

}

.ads ul li {
	float: left;
	display: inline;
	width: 125px;
	height: 125px;
	margin-left: 5px;
	margin-right: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
}

.ads ul li a {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}

.ads ul li a img {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}
/***************************************************/
.ads1 {
	padding: 10px;
	border: 1px solid #eee;
	background: #FFF;
}

.ads1 ul {

}

.ads1 ul li {
	float: center;
	display: inline;
	width: 300px;
	height: 250px;
	margin-left: 5px;
	margin-right: 2px;
}

.ads1 ul li a {
	float: center;
	display: block;
	width: 300px;
	height: 250px;
}

.ads1 ul li a img {
	float: center;
	display: block;
	width: 300px;
	height: 250px;
}
/***************************************************/
.categories {
	padding: 10px;
	border: 1px solid #eee;
	background: #FFF;
}

.categories ul {

}

.categories ul li {
	float: left;
	display: inline;
	width: 210px;
	height: 20px;
	margin-left: 5px;
	margin-right: 2px;
}

.categories ul li a {
	float: left;
	display: block;
	width: 210px;
	height: 20px;
}

.categories ul li a img {
	float: left;
	display: block;
	width: 210px;
	height: 20px;
}



/***************************************************/
.new_merchants {
	padding: 20px;
	border: 1px solid #eee;
	background: #FFF;
}


.new_merchants a {
	color: #366799;
}

.new_merchants a:hover {
	color: #333;
}







/***************************************************/
.subscribe {
	padding: 10px;
	border: 1px solid #eee;
	background: #fffff9;
}

.rssfeed {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.rssfeedlinks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	font-size: 11px;
}

.rssfeedlinks a {
	float: left;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 22px;
	line-height: 1.5em;
	color: #366799;
	margin-right: 40px;
}

.rssfeedlinks a:hover {
	color: #ff9600;
	line-height: 1.5em;
}

.subscribe form {
	display: inline;
}

.subscribe fieldset {
	display: inline;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#rssinput {
	width: 300px;
	height: 16px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
}

#rssinput:focus {

}

#rssbutton {
	background: #ff9000;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}

#rssbutton:hover {background: #ff3000}
/***************************************************/
.tabs {
	margin-top: 20px;
	width: 420px;
	overflow: hidden;
}

.tabs li {
	float: left;
	display: inline;
	margin-left: 1px;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}

.tabs li a {
	float: left;
	display: block;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	height: 26px;
	background: #eee;
}

.tabs li a:hover {
	display: block;
	background: #ddd;
}

.tabs li a.selected {
	display: block;
	background: #ff9000;
	color: #FFF;
}

.tabs li a.selected:hover {
	display: block;
	background: #ff9000;
	color: #FFF;
}
/***************** CSS For TAB Content *******************/
.tabcontent {
	display: none;
	border: 1px solid #eee;

	overflow: hidden;
	font-size: 11px;
}

.tabcontent a, .tabcontent a strong {
	color: #366799;
	line-height: 1.4em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #444;
}

.tabcontent ul li {
	display: block;
	border-bottom: 1px dotted #ddd;
	color: #999;
	line-height: 1.4em;
	font-size: 11px;
	padding: 5px;
}

.tabcontent ul li:hover {background:#f9ffe6}

.tabcontent ul li a {
	color: #366799;
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
	color: #444;
}

.tabcontent ul li span {
	display: block;
	color: #999;
}
/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}
/***************************************************/
.sidebar {
	float: left;
	width: 200px;
	margin-right: 20px;
	font-size: 11px;
}

.sidebar a {
	color: #366799;
}

.sidebar a:hover {
	color: #666;
}

.sidebar ul li h2 {
	margin-top: 20px;
	display: block;
	background: #eee;
	width: 198px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
	margin-bottom: 5px;
}

.sidebar ul li div {
	padding: 10px;
	background: #FFF;
	line-height: 1.4em;
	font-size: 11px;
}
/***********************************************/
.sidebar ul ul {
}

.sidebar ul ul ul {
}

.sidebar ul li ul li {
	display: block;
}

.sidebar ul li ul li a {
	display: block;
	color: #366799;
	line-height: 1.4em;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: 5px solid #ddd;
	margin-bottom: 1px;
	border-bottom: 1px solid #eee;
}

.sidebar ul li ul li a:hover {
	border-left: 5px solid #ff9000;
}
/***************************************************/
.rss {
	float: left;
	font-size: 11px;
}

.rss a {
	float: left;
	display: block;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 25px;
	line-height: 1.5em;
	color: #366799;
	margin-right: 25px;
}

.rss a:hover {
	color: #333;
	line-height: 1.5em;
}

.property {
	float: right;
	color: #366799;
	line-height: 1.5em;
	font-size: 11px;
}

.property a {
	font-weight: bold;
	color: #366799;
}

.property a:hover {
	text-decoration: underline;
}
/***************************************************/
/* CSS for Search Results Only Optional */
.result {
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.result h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result h3 a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result .rdate {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #aaa;
	font-weight: bold;
}

.result .rcomment a {
	color: #366799;
}

.result .rcomment a:hover {
	color: #ff9600;
}

.result .rsummary {
	line-height: 1.7em;
}

.result .rsummary p {
	font-size: 12px;
	margin:0;
	padding:0;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcat a {
	color: #999;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #ff9600;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #aaa;
}

.result .rtags a {
	color: #999;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #a2d700;
}
/***************************************************/
/*           Commenting System CSS        */
#combox {
	border-top: 5px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}

h3#comments {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #ff9000;
}

ol.commentlist li {
	background: #f8fcef;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

.avatar {
	float: left;
	display: inline;
	width: 32px;
}

.avatar img {	border: 3px solid #ddddd4}

.commentbody {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 410px;
}

.commentbody em {
	font-size: 11px;
}
/***************************************************/
p.comment_author, p.comment_author a {
	font-weight: bold;
	color: #666;
	font-size: 11px;
}

p.comment_author a:hover {
	font-weight: bold;
	color: #ff9000;
}

p.comment_time {
	line-height: 1.5em;
	color: #999;
	font-size: 11px;
	font-family: tahoma;
}

.comment_text {
	line-height: 1.5em;
	color: #666;
	margin-top: 15px;
	font-size: 11px;
}
/***************************************************/
.reply form {
	width: 488px;
}

.reply p {
	margin-top: 10px;
	font-size: 11px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #eee;
	width: 200px;
	padding: 5px;
	color: #366799;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	border: 1px solid #eee;
	line-height: 1.5em;
	padding: 5px;
	width: 470px;
	height: 120px;
	color: #366799;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #366799;
	cursor: pointer;
}
/***************************************************/


.cat_desc h2 {
	margin-top: 20px;
	display: block;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	background: #eee;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}
/***************************************************/
.cat_desc2 {
	padding: 10px;
	border: 1px solid #eee;
	background: #FFF;
}

.cat_desc2 ul {

}

.cat_desc2 ul li {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 8px;
}

.cat_desc2 ul li a {
	float: left;
	display: block;
}

.cat_desc2 ul li a img {
	float: left;
	display: block;
        padding: 0px 15px 0px 0px;
        
}

.cat_desc2 a {
	color: #366799;
text-decoration: underline;
        font-size: 20px;
}

.cat_desc2 a:hover {
	color: #333;
text-decoration: none;
}




---------------------------------------------------------------------

/********* CSS For Goldencan Feed ***************/

.goldencanfeed a {
	font-size: 13px;
	font-weight: bold;
        color: #FF0000;
}

.goldencanfeed font {
	font-size: 13px;
        color: #366799;
}

.goldencanfeed font:hover {
	color: #444;
}




--------------------------------------------------

/***************************************************/
.couponsbox {
	width: 508px;
}

.couponsbox h2 {
	margin-top: 20px;
        margin-bottom: 0px;
	display: block;
	width: 508px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	background: #eee;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}
/***************************************************/
.couponsdisplay {
	padding: 10px;
        margin-bottom: 5px;
	border: 1px solid #eee;
	background: #f7fcea;
        font-size: 12px;
        line-height: 25px;
}



.couponsdisplay a {
        text-decoration: underline;
}


.expires {
        float: right;
	text-align: center;
        font-size: 10px;
        margin-right: auto;
	margin-left: auto;
        line-height: 12px;
}

-------------------------

.couponsbox1 {
	width: 508px;
}

.couponsbox1 h1 {
	margin-top: -15px;
        margin-bottom: 0px;
	display: block;
	width: 508px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	background: #eaf3fa;
        text-align: center;
        line-height: 22px;
	font-size: 18px;
	color: #333;
        font-family: Times;
}



---------------------------

.subnav {	padding-top: 4px; padding-left: 1px;	}			
	.subnav li {	float: left; list-style: none; margin: 0 0 0 4px;	}
		.subnav a, .subnav strong {	display: block; padding: 1px 2px;	}
		
		.stores .subnav a, .stores .subnav strong {	padding: 10px 6px;	}
		.stores .subnav ul {	float: right; margin-right: 3px;	}
			.stores .subnav ul li {	margin: 0 1px;	}	
		.stores .subnav h2 {	float: left; margin-left: 20px;	}
		
		.alphabet h3 {	float: left; width: 70px;	}
			.alphabet > li {	clear: both;	}
				.alphabet ul li {	float: left; width: 25%;	}





#main {
        float: right;
	text-align: center;
        font-size: 12px;
        margin-right: 10px;
	margin-left: 10px;
        line-height: 12px;
}






.about_merchants {
        margin-top: 5px;
	display: block;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	background: #eee;
	color: #333;
	line-height: 22px;
	font-weight: bold;
        text-align: center;
	text-indent: 10px;
	font-size: 13px;
}












div#footer_wrapper {
	clear: both;
	height: 300px;
        margin-top: 20px;
	width: 100%;
	background: #ededed;
	border-top: 5px solid #e1e1e1;
	padding-top: 15px;
	padding-bottom: 15px;
}



/* footer layout */

div#footer {
	position: relative;
        width: 960px;
        text-align: left;
	margin-right: auto;
	margin-left: auto;
        padding-left: 25px;
        padding-right: 25px;
}

#footer_copyright {
	width: 40%;
	position: absolute;
	left: 0;
	top: 0;
}



#footer_col1 {
	width: 20%;
	position: absolute;
	left: 40%;
	top: 0;
}

#footer_col2 {
	width: 20%;
	position: absolute;
	left: 60%;
	top: 0;
}

#footer_col3 {
	width: 20%;
	position: absolute;
	left: 80%;
	top: 0;
}

#footer p {
	margin: 1em;
}

#footer ul {
	margin: 0.7em 1em 1em 3em;
	margin-bottom: 10px;
}

#footer li {
	margin: 0.3em;
        float: left;
        
	margin-right: 20px;
	padding-right: 20px;
	line-height: 1.4em;
	color: #999;
	background: url(images/bulletfooter.jpg) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

div#footer a.footer_h { padding-bottom: 1em; }






/* footer color */



div#footer a { color: #999; }
div#footer a:hover { color: #333; }
div#footer a.footer_h { color: #333; }
div#footer a.footer_h:hover { text-decoration: none; }





#footer { font: normal 0.8em Arial, Verdana, Helvetica, sans-serif; }
div#footer a.footer_h { font-weight: bold; }







/***************************************************/
.triboxes {
border:0;
width:550px;
height:67px;
margin:10px 0 0 0px;
padding:0;
}

.tribox1 {
border:solid #c3c3c3 1px;
float:left;
width:270px;
height:69px;
background-image:url(images/icons/littleboxbg.jpg);
background-repeat:no-repeat;
background-position:bottom right;
margin:0;
padding:0;
}

.tribox2 {
border:solid #c3c3c3 1px;
float:right;
width:270px;
height:69px;
background-image:url(images/icons/littleboxbg.jpg);
background-repeat:no-repeat;
background-position:bottom right;
margin:0 0 0 4px;
padding:0;
}

.triboxitems {
border:0;
height:67px;
margin:0;
padding:0;
}

.triboximage {
border:0;
float:left;
width:48px;
height:48px;
margin:2px 0 0 4px;
padding:0;
}

.triboxtext {
border:0;
float:right;
width:195px;
height:50px;
margin:0;
padding:7px 0 0;
}

.triboxtexttitle {
color:#0089fe;
triboxtexttitleacolor:#0089fe;
font-weight:700;
font-size:80%;
text-decoration:none;
}

.triboxtextowner {
font-size:95%;
}

.triboxtexttotal {
font-size:95%;
font-weight:700;
}
/******************************************************/


/***************************************************/
.maincontent {
	width: 540px;
}

.maincontent h2 {
	margin-top: 0px;
	display: block;
	width: 508px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 3px;
	background: #eee;
	color: #333;
	line-height: 16px;
	font-weight: bold;
	text-indent: 0px;
	font-size: 13px;
}

.maincontent1 {
	padding: 10px;
	border: 1px solid #eee;
	background: #FFF;
}

/***************************************************/
.hot_coupon {
	width: 420px;
}


.hot_coupon h2 {
	margin-top: 20px;
	display: block;
	border-left: 1px solid #9E0508;
	border-right: 1px solid #9E0508;
	border-top: 1px solid #9E0508;
	height: 22px;
	background: #9E0508;
	color: #ffffff;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}
/***************************************************/
.hot_coupon2 {
	padding: 10px;
	border: 1px solid #eee;
	background: #FFFFFF;
}

.hot_coupon2 ul {

}

.hot_coupon2 ul li {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 8px;
}

.hot_coupon2 ul li a {
	float: left;
	display: block;
}

.hot_coupon2 ul li a img {
	float: left;
	display: block;
        padding: 0px 15px 0px 0px;
        
}

.hot_coupon2 a {
	color: #366799;
text-decoration: underline;
        font-size: 20px;
}

.hot_coupon2 a:hover {
	color: #333;
text-decoration: none;
}



/***************************************************/
.categorydisplay {
        width: 488px;
	padding: 10px;
        margin-bottom: 5px;
	border: 1px solid #eee;
	background: #ffffff;
        font-size: 12px;
        line-height: 15px;
}



.categorydisplay a {
        text-decoration: underline;
}

.categorydisplayimage {
        width: 45%;
        float: left;
	padding: 5px;
	background: #ffffff;
        font-size: 12px;
        line-height: 15px;
}



.categorydisplayimage a {
        text-decoration: underline;
}

.categorydescription {
        width: 45%;
        float: right;
	text-align: left;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: auto;
        margin-right: auto;
	margin-left: auto;
        line-height: 12px;
}



.categorydescription a {
        text-decoration: underline;
}



/***************************************************/

/***************************************************/
.relatedmerchants1 {
        width: 237px;
        height: 150px;
        float: left;
	padding: 10px;
        margin-bottom: 5px;
	border: 1px solid #eee;
	background: #ffffff;
        font-size: 12px;
        line-height: 15px;
}



.relatedmerchants1 a {
        text-decoration: underline;
}



.relatedmerchantsdescription1 {
        width: 100%;
        float: right;
	text-align: left;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: auto;
        margin-right: auto;
	margin-left: auto;
        line-height: 12px;
}


.relatedmerchantsdescription1 a {
        text-decoration: underline;
}



/***************************************************/
/***************************************************/
.relatedmerchants2 {
        width: 237px;
        height: 150px;
        float: right;
	padding: 10px;
        margin-bottom: 5px;
	border: 1px solid #eee;
	background: #ffffff;
        font-size: 12px;
        line-height: 15px;
}



.relatedmerchants2 a {
        text-decoration: underline;
}



.relatedmerchantsdescription2 {
        width: 100%;
        float: right;
	text-align: left;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: auto;
        margin-right: auto;
	margin-left: auto;
        line-height: 12px;
}


.relatedmerchantsdescription2 a {
        text-decoration: underline;
}



/***************************************************/

.subnavhome {	padding-top: 1px; padding-left: 22px;	}			
	.subnavhome li {	float: left; list-style: none; margin: 0 0 0 4px;	}
		.subnavhome a, .subnavhome strong {	display: block; padding: 1px 10px;	}
		
		.stores .subnavhome a, .stores .subnavhome strong {	padding: 10px 6px;	}
		.stores .subnavhome ul {	float: right; margin-right: 3px;	}
			.stores .subnavhome ul li {	margin: 0 1px;	}	
		.stores .subnavhome h2 {	float: left; margin-left: 20px;	}
		
		.alphabet h3 {	float: left; width: 70px;	}
			.alphabet > li {	clear: both;	}
				.alphabet ul li {	float: left; width: 25%;	}

/***************************************************/

.subnav2 {	padding-top: 1px; padding-bottom: 15px; padding-left: 22px;	}			
	.subnav2 li {	float: left; list-style: none; margin: 0 0 0 4px;	}
		.subnav2 a, .subnav2 strong {	display: block; padding: 1px 10px;	}
		
		.stores .subnav2 a, .stores .subnav strong {	padding: 10px 6px;	}
		.stores .subnav2 ul {	float: right; margin-right: 3px;	}
			.stores .subnav2 ul li {	margin: 0 1px;	}	
		.stores .subnav2 h2 {	float: left; margin-left: 20px;	}
		
		.alphabet h3 {	float: left; width: 70px;	}
			.alphabet > li {	clear: both;	}
				.alphabet ul li {	float: left; width: 25%;	}



/***************************************************/


.red_banner {
        margin-top: 20px;
	padding: 10px;
	border: 2px solid #9E0508;
	background: #EEE;
        line-height: 1.8em;
}

.red_banner ul {

}

.red_banner ul li {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 8px;
}

.red_banner ul li a {
	float: left;
	display: block;
}

.red_banner ul li a img {
	float: left;
	display: block;
        padding: 0px 15px 0px 0px;
        
}

.red_banner a {
	color: #366799;
text-decoration: underline;
        font-size: 20px;
}

.red_banner a:hover {
	color: #333;
text-decoration: none;
}


/***************************************************/

.newsletter {
	padding: 0px;
	border: 1px solid #eee;
}


/***************************************************/
.about_featuredproducts {
        margin-top: 5px;
	display: block;
	border-left: 1px solid #458B00;
	border-right: 1px solid #458B00;
	border-top: 1px solid #458B00;
	height: 22px;
	background: #458B00;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
        text-align: center;
	text-indent: 10px;
	font-size: 13px;
}
/***************************************************/

.featuredproducts1 {
        width: 233px;
        height: 150px;
        float: left;
	padding: 10px;
        margin-bottom: 5px;
	border: 1px solid #eee;
	background: #ffffff;
        font-size: 12px;
        line-height: 15px;
}



.featuredproducts1 a {
        text-decoration: underline;
}



.featuredproductsdescription1 {
        width: 100%;
        float: right;
	text-align: left;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: auto;
        margin-right: auto;
	margin-left: auto;
        line-height: 12px;
}


.featuredproductsdescription1 a {
        text-decoration: underline;
}



/***************************************************/
/***************************************************/
.featuredproducts2 {
        width: 233px;
        height: 150px;
        float: right;
	padding: 10px;
        margin-bottom: 5px;
	border: 1px solid #eee;
	background: #ffffff;
        font-size: 12px;
        line-height: 15px;
}



.featuredproducts2 a {
        text-decoration: underline;
}



.featuredproductsdescription2 {
        width: 100%;
        float: right;
	text-align: left;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: auto;
        margin-right: auto;
	margin-left: auto;
        line-height: 12px;
}


.featuredproductsdescription2 a {
        text-decoration: underline;
}


/***************************************************/

.feed {
	line-height: 1.8em;
	color: #999;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	
}

.feed a {
	color: #366799;
}

.feed a:hover {
	color: #333;
}

/***************************************************/
.popular_merchants {
	padding: 20px;
	border: 1px solid #ff3000;
	background: #FFF;
}


.popular_merchants a {
	color: #ff3000;
        font-size: 11px;
}

.popular_merchants a:hover {
	color: #333;
}


/***************************************************/
.popular_merchants2 {
	width: 420px;
}


.popular_merchants2 h2 {
	margin-top: 20px;
	display: block;
	border-left: 1px solid #ff3000;
	border-right: 1px solid #ff3000;
	border-top: 1px solid #ff3000;
	height: 22px;
	background: #eee;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}
