/* 
*	Colors 
*/
.burgandy {
	background-color: #9C0000;
}

.candy_apple {
	background-color: #BB0000;
}

.grey {
	background-color: #f1f3f2;
}

.black {
	background-color: #000;
}

/* Formatting Classes
*
*/
.tright {
	text-align: right;
}

.tleft {
	text-align: left;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/*
*	Headers
*/
h4 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 13px;
}

/*
*	Forms
*/
form p {
	margin: 20px 0;
}

form p label {
	float: left;
	font-weight: bold;
	color: #999;
	margin-right: 25px;
}

form input[type=text] {
	font-size: 20px;
}

form input[type=text], form select {
	height: 25px;
}

form input[type=text], form select, textarea {
	width: 250px;
}

textarea {
	height: 150px;
}

/* Remove default padding and margin */
* {
	padding: 0;
	margin: 0;
}

/* 
*	Links 
*/
a {
	color: #9c0000;
	text-decoration: none;
}

a:link, a:visited {
	
}

a:hover, a:active {
	color: #478DA9;
}

.features a:hover {
	color: #ff0000;
}
.features a:active {
	color: #666666;
}

.featuredDudeProds a:hover {
	color:#ff0000;	
	font-size:11px;
}
.featuredDudeProds a {
	color:#6B6B6B;	
	font-size:11px;
}

#hot_productsActive a:hover {
	font-size:14pt; 
	font-weight:bold; 
	color:#999;
}
#hot_productsActive a{
	font-size:14pt; 
	font-weight:bold; 
	color:#900;
}
#hot_productsInActive a:hover {
	font-size:14pt; 
	font-weight:bold; 
	color:#900;
}
#hot_productsInActive a{
	font-size:14pt; 
	font-weight:bold; 
	color:#999;
}

.featuredDudeStores a:hover {
	color:#ff0000;	
	font-size:12px;
}
.featuredDudeStores a {
	color:#6B6B6B;	
	font-size:12px;
	text-decoration:underline;
}

#theAlphaListCell a {
	color:#6B6B6B;	
	font-size:12pt;
	text-decoration:none;
}
#theAlphaListCell a:hover {
	color:#ff0000;	
	font-size:12pt;
	text-decoration:none;
}


#theFeaturedproductTable a:hover {
	color:#FF0000;	
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
#theFeaturedproductTable a {
	color:#5E8BA0;	
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

/* 
*	Global Styles 
*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
html, body {
	color: #fff;
	background: url(../images/body-bg.png) repeat-x bottom #f1f3f2;
	font-family: arial, verdana, helvetica, sans-serif;

}

div#wrapper {
	position: relative;
	min-height: 400px;
	min-width: 910px;
}

div.centered {
	width: 912px;
	margin: 0 auto;
}

div#header div.centered {
	height: 86px;
}

div#header a {
	color: #fff;
}

div#header h1 {
	float: left;
}

h1.logo {
	background: url(../images/shopping_dudes-logo.gif) no-repeat;
	text-indent: -9999px;
	margin: 2px 0 0;
	width: 390px;
	height: 44px;
}

h1.logo a {
	display: block;
}

/*
* Navigation Styles 
*/
ul.nav {
	list-style-type: none;
	font-weight: bold;
}
ul.nav li {
	float: left;
}

ul.nav li a {
	display: block;
}

ul.top-tabs li, ul.bottom-tabs li {
	margin: 0 3px;
}

ul.top-tabs li a, ul.bottom-tabs li a {
	padding: 8px 15px;
}

div#header ul.top-tabs li a:hover, div#header ul.top-tabs li a:active {
	color: #FFF200;
}

ul.top-tabs li.active, ul.bottom-tabs li {
	background: #bb0000;
}


ul.bottom-tabs li.active {
	background: #222;
}

ul.top-tabs li {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.bottom-tabs li {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul#about_nav {
	float: right;
}

ul#about_nav {
	font-size: .8em;
	margin-top: 10px;
}

ul#about_nav li {
	padding: 0 5px;
	border-left: 1px solid #fff;
}

ul form {
	float: right;
}

ul form {
	font-size: .8em;
	margin: 4px;
}

ul form li {
	padding: 0 5px;
	border-left: 1px solid #fff;
}


ul#about_nav li:first-child, ul#about_nav li.first {
	border-left: 0;
}

ul#search_nav {
	float: right;
}

ul#search_nav #theSearchFieldLIa {
height:38px;
width:245px;
}

ul#search_nav #theSearchFieldLIb {
height:38px;
width:150px;
}

ul#main_nav {
	clear: both;
	overflow: hidden;
	padding-top: 5px;
}

ul#main_nav li:first-child {
	margin-left: 0;
}

ul#main_nav li {
	margin-left: 11px;
}

/* 
*	First Content Section 
*/
div#content_heading {
	border-right: 1px solid #9b0000;
	border-bottom: 1px solid #9b0000;
	border-left: 1px solid #9b0000;
	min-height: 50px;
	padding: 15px 0 5px;
}

div#content_headingHomePage {
	border-right: 1px solid #9b0000;
	border-bottom: 1px solid #9b0000;
	border-left: 1px solid #9b0000;
	min-height: 50px;
	padding: 15px 0 5px;
	height:220px;
}

div#content_headingHomePage h1 {
	font-size: 1.7em;
	margin: 0 0 5px;
}

div#content_headingHomePage p {
	font-size: 1.2em;
}

div#content_heading h1 {
	font-size: 1.7em;
	margin: 0 0 5px;
}

div#content_heading p {
	font-size: 1.2em;
}

/*
*	Partners Section
*/
.partners ul {
	list-style-type: none;
}

.partners ul li {
	float: left;
	margin-right: 4px;
}

.bottomFooterLinks ul {
	list-style-type:circle;
}

.bottomFooterLinks ul li {
	margin-right: 4px;
}

div.bottomFooterLinks {
	width: 800px;
	margin: 0 auto;
	padding-bottom:20px;
}

/* 
*	Coupon List Styles 
*/
div.coupons, div.coupons table {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.coupons {
	background: url(../images/coupons-bg.png) repeat-x bottom #f1f3f2;
	color: #999;
	padding: 8px;
}

div.couponsStore, div.couponsStore table {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.couponsStore {
	background: url(../images/coupons-bg.png) repeat-x bottom #f1f3f2;
	color: #999;
	padding: 8px;
}

#couponsNav {
	background: #fff;
	width: 100%;
}
#couponsNav tr td + td + td {
	border-right: 0px;
}
#couponsNav tr td:first-child {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
}
#couponsNav tr td {
	border-bottom: 0px;
	padding: 0 0 0px;
}
#couponsNav tr td a {
	font-weight:bold;
	font-size: 10pt;
	text-decoration:underline;
}

#couponsNav a:hover {
	color:#9C0000;	
	font-size: 10pt;
	font-weight:bold;
	text-decoration:underline;
}
#couponsNav a {
	color:#959595;	
	font-size: 10pt;
	font-weight:bold;
	text-decoration:underline;
}




div.couponsInner a {
	font-weight:normal;
	font-size: 11pt;
}

div.couponsInner td {
	font-weight:normal;
	font-size: 11pt;
}

div.coupons table {
	background: #fff;
	width: 100%;
}

div.coupons table thead {
	text-align: center;
	font-weight: bold;
}

div.coupons table thead td {
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 0px;
}

div.coupons table thead td.last {
	text-align: right;
}

div.coupons table tbody td:first-child {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 3px;
}

div.coupons table tbody td {
	padding: 3px 10px;
	font-size: .8em;
}

div.coupons table tbody td + td, div.coupons table tbody td + td + td {
	border-right: 1px solid #eaeaea;
}

div.coupons table tbody td + td, div.coupons table tbody td + td + td + td {
	border-right: 0;
}


div.couponsStore table {
	background: #fff;
	width: 100%;
}

div.couponsStore table thead {
	text-align: center;
	font-weight: bold;
}

div.couponsStore table thead td {
	border-bottom: 1px solid #eaeaea;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

div.couponsStore table thead td.last {
	text-align: right;
}
/*
div.couponsStore table tbody td:first-child {
	font-weight: bold;
	padding-left: 20px;
}
*/
div.couponsStore table tbody td {
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
}

div.couponsStore table tbody td + td, div.couponsStore table tbody td + td + td {
	border-right: 1px solid #eaeaea;
}

div.couponsStore table tbody td + td, div.couponsStore table tbody td + td + td + td {
	border-right: 0;
}

/*
*	Coupon Buttons
*/
div.coupons .button {
	display: block;
	width: 80px;
}

div.coupons .button:hover, div.coupons .button:active {
	color: #FFFF63;
}

/* 
*	Second Content Section 
*/
div#content {
	background: #fff;
	color: #666;
	border-bottom: 1px solid #ccc;
}

div#content div.centered {
	min-height: 70px;
	padding: 15px 0;
}

/* 
*	Button Styles 
*/
p.buttons input, .button {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	padding: 8px 12px;
	background: url(../images/button-bg.png) repeat-x;
	border: 1px solid #478da9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 
*	Footer Section 
*/

div.featuredDudeProds {
	width:425px;	

}

div.featuredDudeStores {
	width:525px;	

}

div.affiliateStoreAd {
	width:350px;
}

div#footer {
	min-height: 20px;
	color: #444;
	font-size: 12px;
	padding: 20px 0;
}

div#footer p {
	margin-top: 5px;
}

div#footer a:first-child {
	margin-left: 4px;
}

div#footer a {
	padding: 0 5px;
	color: #444;
	border-left: 1px solid #444;
}

div#footer a:hover {
	text-decoration: underline;
}


div#features a:hover {
	text-decoration: underline;
}

div#footer h3 {
	font-weight: normal;
}

div#footer div.partners {
	margin-top: -12px;
	margin-left: 4px;
}

div#footer div.partners li {
	margin-right: 4px;
}

/* 


*	Featured Categories Section 
*/


div#featcat {
	min-height: 5px;
	color: #49A5CC;
	font-size: 12px;
	padding: 10px 0;
}

div#featcat p {
	margin-top: 2px;
}

div#featcat a:first-child {
	margin-left: 4px;
}

div#featcat a {
	padding: 0 5px;
	color: #666;
	border-left: 0px solid #444;
}

div#featcat a:hover {
	text-decoration: underline;
}


div#featcat h3 {
	font-weight: normal;
}

div#featcat div.partners {
	margin-top: -12px;
	margin-left: 4px;
}

div#featcat div.partners li {
	margin-right: 4px;
}

/* 






*	Search Sections 
*/
div#search {
	position: relative;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#search div {
	margin: 10px 0;
}

div#search div.centered {
	margin: 0 auto;
}

div#search div h2 {
	margin: 0 0 10px 0;
}

div#search table.checkboxes {
	background: #fff;
	color: #666;
	font-weight: bold;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 15px 0;
	font-size: .8em;
}

div#search table.checkboxes thead {
	text-align: center;
}

div#search table.checkboxes thead a {
	color: #666;
}

div#search table.checkboxes thead a:link, div#search table.checkboxes thead a:visited {
	text-decoration: underline;
}

div#search table.checkboxes thead a:hover, div#search table.checkboxes thead a:active {
	color: #888;
}

div#search table.checkboxes tbody td {
	padding: 5px 0;
}

/*
* Landing Page Styles 
*/
body#home div#content {
	position: relative;
	z-index: 1;
}

body#home div#content_heading {
	position: relative;
	z-index: 2;
}

body#home div#content_heading div.left-column {
	width: 410px;
}

body#home div#content_heading div.coupons {
	width: 450px;
}

body#home div#content_heading div.couponsStore {
	width: 350px;
}

body#home div#content_heading div.couponsWrapper {
	width: 370px;
	float: right;
}


body#stores div#content {
	position: relative;
	z-index: 1;
}

body#stores div#content_heading {
	position: relative;
	z-index: 2;
}

body#stores div#content_heading div.left-column {
	width: 410px;
}

body#stores div#content_heading div.coupons {
	width: 450px;
}

body#stores div#content_heading div.couponsStore {
	width: 350px;
}

body#stores div#content_heading div.couponsWrapper {
	width: 370px;
	float: right;
}


.imgPosition {
	bottom:0px;
}


body#home div#content_headingHomePage {
	position: relative;
	z-index: 2;
}

body#home div#content_headingHomePage div.left-column {
	width: 410px;
}

body#home div#content_headingHomePage div.coupons {
	width: 450px;
	float: right;
}

body#home div#content p.buttons {
	position: absolute;
	top: 26%;
}

body#home div#content p.buttons input {
	margin: 0 15px;
}

body#home div#subcontent {
	color: #444;
}

body#home div#subcontent div.centered {
	overflow: hidden;
	padding-top: 15px;
}

/*
*	Features List on Landing Page
*/
body#home .features {
	width: 210px;
	height: 215px;
	margin-right: 8px;
	float: left;
}

body#home dl.features dt {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 10px 70px;
}


body#home dl.features dd + dt {
	margin-top: 15px;
}

body#home .features:last-child, body#home div#subcontent .last {
	width: 250px;
	margin-right: 0;
}

body#home dt#email {
	background: url(../images/home/email.png) no-repeat left top;
}

body#home dt#trophy {
	background: url(../images/home/trophy.png) no-repeat left top;	
}

body#home dt#robot {
	background: url(../images/home/robot.png) no-repeat left top;	
}

body#home dt#coupon {
	background: url(../images/home/twitter.png) no-repeat left top;	
}

body#home dl.features dt {
	height: 98px;
}

body#home dl.features dd, .features p {
	font-size: 70%;
}

body#home div#average-savings {
	background: url(../images/home/average_savings.png) no-repeat center center;
	width: 160px;
	height: 40px;
	padding: 30px 0 20px;
	margin: 0 0 12px;
}

body#home div#average-savings h2 {
	color: #47ADF8;
	font-size: 34px;
	text-align: center;
	font-weight: normal;
}

body#home .features h3 {
	font-weight: normal;
}

body#home div#subcontent {
	clear: both;
}

body#home div#newBottomLinks {
	position: relative;
	z-index: 1;
}

body#home div#footer {
	position: relative;
	z-index: 1;
}

/*
*	Coupon Codes Pages
*/
body.coupon-listing div.coupons table thead tr:first-child td {
	font-size: 80%;
	padding-bottom: 15px;
}

body.coupon-listing div.coupons table thead tr:first-child td:last-child, body.coupon-listing div.coupons table thead tr:first-child td.last {
	text-align: right;
}

body.coupon-listing div.coupons table thead tr:first-child td:last-child a:first-child, body.coupon-listing div.coupons table thead tr:first-child td.last a:first-child {
	border-right: 1px solid #666;
	padding-right: 5px;
}

body.coupon-listing div.coupons table thead tr:first-child td.last span.nextPage a {
	border-right: 0;
}

body.coupon-listing div.coupons table thead td:first-child {
	padding-left: 30px;
}

body.coupon-listing div.coupons table thead td {
	text-align: left;
	border-top: 0;
	border-bottom: 0;
	color: #999;
}

body.coupon-listing div.coupons table thead td a {
	text-decoration: underline;
	color: #ccc;
}

body.coupon-listing div.coupons table tbody td {
	border-right: 0;
	border-top: 1px solid #EAEAEA;
}

body.coupon-listing div.coupons table tbody td {
	width: 280px;
}

body.coupon-listing div.coupons table tbody td:first-child {
	width: 32px;
	padding-right: 0;
}

body.coupon-listing div.coupons table img {
	vertical-align: middle;
}

body.coupon-listing .coupon-nav {
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
}

body.coupon-listing .coupon-nav a:first-child {
	padding-right: 5px;
	border-right: 1px solid #ccc;
}

body.coupon-listing .coupon-nav a {
	color: #ccc;
	text-decoration: underline;
}

/*
*	Coupons to Your Inbox Page
*/
body#couponstoyourinbox form {
	overflow: hidden;
}

body#couponstoyourinbox form p {
	text-align: right;
}

body#couponstoyourinbox fieldset, body#couponstoyourinbox .accordion {
	margin-bottom: 80px;
}

body#couponstoyourinbox fieldset, body#couponstoyourinbox .accordion {
	padding: 10px 30px;
}

body#couponstoyourinbox .accordion {
	color: #666;
	margin-bottom: 20px;
	border: 1px solid #666;
	min-height: 450px;
}

body#couponstoyourinbox .accordion h3 {
	background: #eee;
	cursor: pointer;
	margin: 10px 0 0;
	padding: 10px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

body#couponstoyourinbox .accordion h3.active, body#couponstoyourinbox .accordion h3.ui-state-active {
	background: #65ceff;
	color: #fff;
}

body#couponstoyourinbox .accordion table {
	width: 100%;
}

body#couponstoyourinbox .accordion table td {
	padding: 5px 0;
	font-weight: bold;
}

body#couponstoyourinbox .accordion table thead td {
	text-align: center;
	color: #ccc;
	font-size: 13px;
}

body#couponstoyourinbox .accordion table thead a {
	color: #666;
	text-decoration: underline;
}

body#couponstoyourinbox .accordion table thead a:hover, body#couponstoyourinbox .accordion table thead a:active {
	text-decoration: none;
}

body#couponstoyourinbox #subcontent {
	clear: both;
}

/*
*	Personal Shopper Service
*/
body#personalshopperservice form {
	overflow: hidden;
}

body#personalshopperservice fieldset div {
	padding: 0 20px;
}

body#personalshopperservice fieldset + p {
	width: 600px;
}

/*
*	About the Dudes and Privacy
*/
body#aboutthedudes div#content, body#privacy div#content {
	color: #666;
}

body#aboutthedudes div#content p, body#aboutthedudes div#content h3, body#privacy div#content p, body#privacy div#content h3 {
	margin: 0 0 15px;
}

/*
*	Contact Us Page
*/
body#contactus form {
	overflow: hidden;
}

body#contactus form fieldset {
	padding: 0 20px;
}
body#contactus form p {
	text-align: right;
}

/*
	Blog
*/

div#menu{
	background: #fff;
	border: 7px #F1F3F2 solid; 
	min-height: 200px;
	padding: 15px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#wp_sidebar{
	list-style-type: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#wp_sidebar li ul{
	list-style-type: circle;
	padding-left: 25px;
}
div.wp_post{
	border-bottom: 1px #F1F3F2 solid;
	padding: 10px 0;
}
div#wp_left{
	width: 650px;
}
div#wp_left h2{
	padding: 10px 0;
}
div#content div.centered.wp {
	min-height: 520px;
}
h3.postTitle{
	background: url(/images/small_red_arrow.png) no-repeat left center;
	padding-left: 15px;
}
li.categories{
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}
h2#comments, h2#postcomment{
	font-size: 14pt;
}


div.autosuggest {
position:relative;
float:left;
}
input.autosuggestinput { z-index:0; }
div.autosuggestcontainer {
position:absolute;
top:1.5em;
width:100%;
}
div.autosuggestcontainer .yui-ac-content {
position:absolute;
width:100%;
border:1px solid #CCCCCC;
background-color:#fff;
overflow:hidden;
z-index:9050;
}
div.autosuggestcontainer .yui-ac-shadow {
position:absolute;
margin:.1em;
width:100%;
background:#ffffff;
z-index:9049;
}
div.autosuggestcontainer ul {
padding:5px 0;
width:100%;
margin:0;
padding:0;
}
div.autosuggestcontainer li {
padding:0 5px;
height:20px;
width:100%;
cursor:default;
white-space:nowrap;
margin:0;
padding:0;
color:#333;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
background-color: #fff;
}

div.autosuggestcontainer li.yui-ac-highlight { background:#ffffff; }
div.autosuggestcontainer li.yui-ac-prehighlight { background:#AADEFF; }
