/*** Page Reset ***/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0px;
	outline: none;
	padding: 0px;
}
/*** The Guts ***/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2f2d;
	background: #eeeeee url(../img/body_background.png) center repeat-y;
}
/*** Basic Elements ***/
a {
	outline: none;
	color: #b40101;
}
a:hover {
	color: #df0504;
}
input[type="text"], textarea {
	background: #eeeeee url(../img/grad_gray_1.png) repeat-x;
	border: 1px solid #b1b1b1;
	color: #838383;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-shadow: 0px 1px 0px #ffffff;
	width: 200px;
}
input[type="text"]:focus, textarea:focus {
	color: #4d4d4d;
}
input[type="submit"] {
	background: #c90000 url(../img/grad_red_3.png) repeat-x;
	border: 1px solid #9c0000;
	color: #ffffff;
	font-size: 13px;
	padding: 2px;
}
/*** Common Classes ***/
.clear {
	clear: both;
}
.fill {
	display: block;
	height: 100%;
	outline: none;
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
/*** Special Classes ***/
.section {
	display: block;
	list-style: none;
	line-height: 16px;
	border-bottom: 1px dashed #cccccc;
	padding: 15px 0px;
}
.section:last-child, div.section {
	border: none;
	padding: 10px 0px 5px 0px;
}
	.section a {
		color: #cb0000;
		padding: 1px 2px;
		text-decoration: none;
	}
	.section a:hover {
		color: #ffffff;
		background: #cb0000;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.section .thumbnail {
		float: right;
		text-indent: -99999999px;
		background: #ffffff center no-repeat;
		border: 1px solid #dadada;
		padding: 4px;
		height: 155px;
		margin: 0px 0px 0px 10px;
		display: block;
		width: 155px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.section .fullsize {
		background: #ffffff center no-repeat;
		border: 1px solid #dadada;
		padding: 4px;
		margin: 10px 0px 0px 0px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		max-width: 580px;
	}
	.section .title {
		text-shadow: 0px 1px 0px #ffffff;
		margin: 0px 0px 5px 0px;
	}
	.section .properties {
		list-style: none;
	}
		.section .properties li {
			padding: 4px 0px;
			display: block;
			min-height: 16px;
			border-bottom: 1px solid #cccccc;
		}
			.section .properties li a {
				color: #333333;
				text-decoration: none;
			}
			.section .properties li a:hover {
				text-decoration: underline;
				background: none;
			}
	.section .go {
		color: #cf0101 !important;
		font-weight: bold !important;
		text-decoration: none !important;
	}
	.section .go:hover {
		color: #af0101;
	}
	.section .stores, .section .brands, .section .categories {
		display: none;
	}
		.section .stores a, .section .brands a, .section .categories a {
			display: block;
			margin: 4px 0px 0px 10px;
			border-top: 1px dotted #cccccc;
		}
	.section .collapse-stores, .section .collapse-brands, .section .collapse-categories {
		cursor: pointer;
		display: none;
	}
.body-text {
	
}
	.body-text p {
		margin: 5px 0px !important;
		font-size: 13px !important;
		line-height: 22px !important;
	}
.category-item {
	display: block;
	margin: 0px 0px 5px 0px;
}
	.category-item a {
		text-decoration: none;
		font-weight: bold;
		color: #de0403;
		position: relative;
	}
	.category-item a:visited {
		color: #b60706;
	}
	.category-item a:hover {
		color: #ffffff;
		background: #cb0000;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.category-item a:active {
		top: 1px;
	}
.rate {
	
}
	.rate span {
		font-weight: bold;
		position: relative;
		top: 5px;
		text-shadow: 0px 1px 0px #ffffff;
	}
	.rate a {
		position: relative;
		padding: 0px;
		top: 2px;
	}
	.rate img {
		border: none;
	}
	.rate .up, .rate .down {
		width: 22px;
		height: 22px;
		display: inline-block;
		text-indent: -99999px;
		margin: 0px 0px 0px 5px;
	}
	.rate .up {
		background: url(../img/tick.png);
	}
	.rate .up:hover {
		background: url(../img/tick-glow.png);
	}
	.rate .down {
		background: url(../img/cross.png);
	}
	.rate .down:hover {
		background: url(../img/cross-glow.png);
	}
.modal-loader, .rating-form {
	background: #ffffff;
	text-align: center;
	padding: 50px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	.modal-loader .area {
		background: #ffffff;
		padding: 25px;
		width: 350px;
		margin: auto;
		text-align: center;
		-moz-box-shadow: 0px 0px 10px #888888;
		-webkit-box-shadow: 0px 0px 10px #888888;
	}
	.modal-loader .area p {
		margin: 5px 0px;
	}
	.modal-loader .area a {
		color: #cd1203;
		text-decoration: none;
		font-weight: bold;
	}
	.modal-loader .area a:hover {
		color: #960b00;
		top: 1px;
	}
	.rating-form p {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		margin: 0px 0px 5px 5px;
		display: block;
	}
	.rating-form input {
		margin: 10px 0px 0px 0px;
	}
		.rating-form input#username {
			width: 290px;
		}
	.rating-form textarea {
		width: 350px;
	}
.rating-form {
	padding: 0px;
}
.subscription-form {
	
}
	.subscription-form #email {
		width: 234px !important;
	}
	.subscription-form #submit {
		
	}
.loader-arrows {
	background: url(../img/loader_arrows.gif);
	height: 25px;
	width: 25px;
}
.success-bubble {
	width: 100px;
	height: 100px;
	position: absolute;
	margin: -20px 0px 0px 395px;
}
	.success-bubble.good {
		background: url(../img/sprite_status.png) 0px 0px;
		color: #11840b;
		text-shadow: 0px 1px 0px #b2ffa8;
	}
	.success-bubble.average {
		background: url(../img/sprite_status.png) -200px 0px;
		color: #83840b;
		text-shadow: 0px 1px 0px #fffea8;
	}
	.success-bubble.bad {
		background: url(../img/sprite_status.png) -300px 0px;
		color: #770808;
		text-shadow: 0px 1px 0px #d79494;
	}
	.success-bubble.uh-oh {
		background: url(../img/sprite_status.png) -400px 0px;
		color: #480a0a;
		text-shadow: 0px 1px 0px #c58686;
	}
	.success-bubble.just-kill-it-already {
		background: url(../img/sprite_status.png) -100px 0px;
		color: #950a0a;
		text-shadow: 0px 1px 0px #f19b9b;
	}
	.success-bubble .bubble-inner {
		background: url(../img/sprite_status.png) -500px 0px;
		width: 100px;
		height: 100px;
		margin: 1px 0px 0px 1px;
		display: block;
	}
		.success-bubble .bubble-inner span {
			margin: 34px 0px 0px 1px;
			font-weight: bold;
			width: 100px;
			display: inline-block;
			text-align: center;
			text-transform: uppercase;
			font-size: 11px;
		}
.column-listing {
	
}
	.column-listing .col1 {
		float: left;
		border-right: 1px dotted #cccccc;
	}
	.column-listing .col2 {
		float: right;
		margin: 0px !important;
	}
	.column-listing .col3 {
		float: inherit;
		border-right: 1px dotted #cccccc;
	}
	.column-listing ul {
		margin: 10px auto;
	}
	.column-listing li {
		list-style: none;
		display: inline-block;
		height: 20px;
		margin: 0px 10px 0px 0px;
		width: 185px;
		text-align: left;
	}
		.column-listing li a {
			text-decoration: none;
			font-weight: bold;
			color: #444444;
		}
		.column-listing li a:hover {
			color: #cf0101;
		}
		.column-listing li a:active {
			color: #af0101;
		}
.dialog {
	left: 400px !important;
	margin: auto !important;
	top: 300px !important;
	z-index: 100 !important;
}
.category {
	border-bottom: 1px dashed #cccccc;
	display: block;
	padding: 5px;
}
.sort {
	border-bottom: 1px dashed #cccccc;
	padding: 0px 0px 10px 0px
}
	.sort input[type="submit"] {
		margin: 4px 0px 0px 0px;
		padding: 1px 0px 2px 0px !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		width: 78px;
		text-shadow: 0px -1px 0px #B30100;
		font-weight: bold;
		float: right;
	}
.sort.level-2 {
	
}
	.sort.level-2 .level-2-items {
		
	}
		.sort.level-2 .level-2-items .selector {
			width: 232px;
		}
			.sort.level-2 .level-2-items .selector select {
				width: 232px;
			}
	.sort.level-2 input[type="submit"] {
		height: 50px;
	}
.line-vert-right {
	border-left: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	width: 10px;
	height: 10px;
	float: left;
	margin: 7px 4px 0px 3px;
}
.top {
	
}
	.top ul {
		list-style-type: none;
		font-size: 11px;
		text-align: right;
	}
		.top ul li {
			display: inline;
			color: #8e0000;
			padding-right: 30px;
			margin: 0px 2px;
		}
			.top ul li a {
				text-decoration: none;
				color: #8e0000;
			}
			.top ul li a:hover {
				text-decoration: underline;
				color: #000000;
			}
.upmenu {

}
	.upmenu ul {
		list-style-type: none;
		font-size: 11px;
		text-align: right;
	}
		.upmenu ul li {
			display: inline;
			color: #000000;
			padding-right: 20px;
		}
			.upmenu ul li a {
				text-decoration: none;
				color: #000000;
			}
			.upmenu ul li a:hover {
				text-decoration: underline;
				color: #9d0000;
			}
.mainmenu {
	background: url(../img/menubg.jpg) repeat-x;
}
.mainmenu ul {
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
}
	.mainmenu ul li {
		display: inline;
		color: #ffffff;
		padding-left: 2px;
		text-align: left;
	}
		.mainmenu ul li a {
			text-decoration: none;
			color: #ffffff;
		}
		.mainmenu ul li a:hover {
			text-decoration: none;
			color: #fcffb0;
		}
.store_des {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}
.store_name {
	font-size: 18px;
	color: #a25f5f;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
.store_letter {
	font-size: 14px;
	color: #a25f5f;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
.icon-social {
	background: #ffffff;
	border: 1px solid #9f9f9f;
	float: right;
	margin: 0px 0px 4px 0px;
	padding: 1px;
}
.side-info {
	background: #ffffff;
	border: 1px solid #cccccc;
	float: right;
	margin: 0px 0px 5px 5px;
	min-width: 110px;
	padding: 5px;
	text-align: center;
}
	.side-info img {
		border: 2px solid #cccccc;
		margin: 0px 0px 5px 0px;
	}
	.side-info #rating img {
		border: none;
	}
.content-item {
	background: #eeeeee;
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.content-item h1 {
		background: #c90000 url(../img/grad_red_3.png) repeat-x;
		border: 1px solid #9c0000;
		color: #ffffff;
		display: block;
		margin: -6px -6px 10px -6px;
		padding: 4px 5px;
		text-shadow: 0px 1px 0px #b30101;
		-moz-border-radius: 3px 3px 0px 0px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
	}
	.content-item p {
		font-size: 13px;
		line-height: 19px;
		margin: 0px 190px 10px 0px;
	}
.expired {
	position: relative;
	top: 5px;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	display: block;
}
.button {
	background: #c90000 url(../img/overlay_white_1.png) 0px -10px repeat-x !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px 15px !important;
	position: relative;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	width: auto;
	-moz-border-radius: 5px !important;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px !important;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.button:hover {
	background-color: #b20000 !important;
}
.button:active {
	top: 1px;
}
.buttons {
	margin: 10px 0px 0px 0px;
	background: #e0e0e0 url(../img/grad_gray_5.png) top repeat-x;
	padding: 5px 8px;
	border: 1px solid #e1e0e0;
	border-bottom: 1px solid #eeeeee;
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*.button {
	background: #a40101 url(../img/grad_red_1.png) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #7e0100;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	color: #eeeeee;
}
.button:active {
	padding: 2px 6px 4px 6px;
}*/
.button-bubble {
	background: url(../img/bubble_background.png);
	color: #ffffff;
	display: block;
	float: right;
	font-weight: bold;
	height: 20px;
	margin: 5px 0px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.button-bubble:hover {
	color: #eeeeee;
}
.button-bubble:active {
	padding: 7px 0px 3px 0px;
}
.button-rounded {
	background: url(../img/button_rounded_background.png);
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 15px;
	margin: 5px 0px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.button-rounded:hover {
	color: #eeeeee;
}
.button-rounded:active {
	padding: 7px 0px 3px 0px;
}
.trieur {
	background: #c4c4c4;
	color: #303030;
	font-weight: bold;
	padding: 2px;
}
.coupon-large {
	margin: 5px 0px;
}
	.coupon-large img {
		border: 5px solid #cccccc;
	}
	.coupon-large:active img {
		border: 5px solid #c2c2c2;
	}
.deal-item {
	padding: 5px;
}
.sub-deal-item {
	
}
	.sub-deal-item tr {
		display: block;
		padding: 5px;
	}
.item-header, .newbg {
	background: #dfe0e0 url(../img/grad_gray_3.png) repeat-x;
	border: 1px solid #cccccc;
	color: #383838;
	text-shadow: 0px 1px 0px #ffffff;
}
.deals-letter {
	background: #dfe0e0 url(../img/grad_gray_3.png) repeat-x;
	border: 1px solid #cccccc;
	color: #383838;
	font-weight: bold;
	padding: 2px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
}
.form {
	margin: auto;
	width: 80%;
}
	.form input[type="text"], .form textarea {
		background: #eeeeee url(../img/grad_gray_1.png) repeat-x;
		border: 1px solid #b1b1b1;
		color: #838383;
		font-size: 13px;
		margin: 0px 10px 0px 0px;
		padding: 3px;
		text-shadow: 0px 1px 0px #ffffff;
		width: 100%;
	}
	.form input[type="submit"] {
		background: #c90000 url(../img/grad_red_3.png) repeat-x;
		border: 1px solid #9c0000;
		color: #ffffff;
		float: right;
		font-size: 13px;
		margin: 0px -8px 5px 0px;
		padding: 2px;
		text-shadow: 0px 1px 0px #e80000;
	}
	.form label {
		font-size: 12px;
		margin: 5px 0px;
		text-transform: uppercase;
	}
/** Uniform Plugin **/
.checker {
	height: 18px;
	width: 18px;
	overflow: hidden;
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff url(../img/grad_gray_4.png) repeat-x left 10px;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
}
	.checker.focus {
		border-color: #999;
	}
	.checker.focus span {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.checker span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}
		.checker span.checked {
			background: url(../img/check.gif) no-repeat center center;
		}
		.checker span input {
			position: absolute;
			opacity: 0;
		}
/* Radio Boxes */
.radio {
	height: 19px;
	width: 19px;
	overflow: hidden;
	background: #fff url(../img/grad_gray_4.png) repeat-x left 10px;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 9px;
	border: solid 1px #ddd;
}
	.radio.focus {
		border-color: #999;
	}
	.radio.focus span {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-position: center center;
	}
	.radio span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}
		.radio span.checked {
			background: url(../img/radio.gif) no-repeat center center;
		}
		.radio span input {
			position: absolute;
			opacity: 0;
		}
/* Select Box */
.selector {
	display: inline-block;
	width: 250px;
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	background: url(../img/grad_gray_4.png) repeat-x left 12px;
	line-height: 22px;
	margin-top: 3px;
	text-shadow: 0 1px 0 #fff;
	height: 22px;
	color: #444;
}
	.selector select {
		width: 250px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.selector.focus {
		border-color: #999;
	}
	.selector span {
		position: absolute;
		left: 6px;
		top: 0px;
		font-size: 1.1em;
		padding: 0;
		display: block;
		padding-right: 20px;
		background: url(../img/select.gif) no-repeat right 60%;
		right: 0;
	}
	.selector.focus span {
		left: 5px;
	}
	.selector select {
		position: relative;
		font-size: 1.1em;
		padding: 0;
		line-height: 23px;
		border: 0;
		margin: 0;
		padding-right: 40px;
	}
/*** Divisions ***/
/** Container **/
#container {
	background: #ffffff;
	margin: auto;
	padding: 0px 10px;
	width: 940px;
}
/** Content **/
#content {
	float: left;
	width: 600px;
}
/** Top Module **/
#navigation {
	float: right;
	margin: 5px 0px 0px 0px;
}
	#navigation ul {
		
	}
		#navigation ul li {
			display: inline;
			font-size: 13px;
			font-weight: bold;
			line-height: normal;
		}
			#navigation ul li a {
				color: #444444;
				padding: 5px;
				text-decoration: none;
				text-transform: capitalize;
			}
			#navigation ul li a:hover {
				color: #c90000;
			}
			#navigation ul li.active a {
				background: #c90000 url(../img/grad_red_2.png) repeat-x;
				border: 1px solid #a40101;
				color: #ffffff;
				-moz-border-radius: 0px 0px 2px 2px;
				-webkit-border-bottom-left-radius: 2px;
				-webkit-border-bottom-right-radius: 2px;
			}
/** Header **/
#header {
	margin: 10px 0px 20px 0px;
}
	#header .right {
		width: 670px;
	}
#search {
	float: right;
	height: 30px;
	margin: 10px 0px 10px 0px;
}
	#search input[type="submit"] {
		background: #dcdcdc url(../img/grad_gray_2.png) repeat-x;
		border: 1px solid #b1b1b1;
		color: #4d4d4d;
		padding: 2px;
		text-shadow: 0px 1px 0px #ffffff;
	}
	#search input[type="submit"]:active {
		color: #111111;
	}
#tabs {
	height: 21px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
	#tabs ul {
		
	}
		#tabs ul li {
			display: inline;
			list-style: none;
			margin: 0px 0px 0px 5px;
		}
			#tabs ul li a {
				color: #444444;
				padding: 5px 10px;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
			}
			#tabs ul li a:hover {
				
			}
			#tabs ul li.active a {
				background: #c90000 url(../img/grad_red_3.png) repeat-x;
				border: 1px solid #c90000;
				border-bottom: none;
				color: #ffffff;
				text-shadow: 0px 1px 0px #b30101;
				-moz-border-radius: 6px 6px 0px 0px;
				-webkit-border-top-left-radius: 6px;
				-webkit-border-top-right-radius: 6px;
			}
			#tabs ul li.active a:hover {
				color: #eeeeee;
			}
#logo {
	background: url(../img/logo.jpg);
	height: 79px;
	width: 239px;
}
#sub-menu {
	background: #a40101 url(../img/grad_red_1.png) repeat-x;
	height: 14px;
	padding: 8px 0px;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	#sub-menu ul {
		margin: 0px 5px;
	}
		#sub-menu ul li {
			display: inline;
			list-style: none;
			margin: 0px -3px 0px 0px;
		}
			#sub-menu ul li a {
				color: #ffffff;
				font-weight: bold;
				padding: 8px 5px;
				text-decoration: none;
				text-shadow: 0px 1px 0px #7f0001;
			}
				#sub-menu ul li.active-sub a {
					color: #eeeeee;
				}
			#sub-menu ul li a:hover {
				color: #eeeeee;
			}
			#sub-menu ul li a:active {
				color: #cccccc;
			}
			#sub-menu ul li span {
				color: #ffffff;
				font-weight: bold;
				margin: 0px 5px 0px 0px;
				font-style: italic;
				text-shadow: 0px 1px 0px #7f0001;
				text-transform: uppercase;
			}
/** Right Column **/
#right {
	float: right;
	width: 330px;
}
	#right .box {
		background: #eeeeee;
		border: 1px solid #cccccc;
		margin: 0px 0px 10px 0px;
		padding: 5px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
		#right .box h2 {
			background: #c90000 url(../img/grad_red_3.png) repeat-x;
			border: 1px solid #9c0000;
			color: #ffffff;
			display: block;
			margin: -6px -6px 10px -6px;
			padding: 4px 5px;
			text-shadow: 0px 1px 0px #b30101;
			-moz-border-radius: 3px 3px 0px 0px;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-top-right-radius: 3px;
		}
		#right .box p {
			font-size: 12px;
			line-height: 18px;
			margin: 0px 0px 10px 0px;
		}
#social {
	
}
	#social img {
		position: relative;
	}
	#social img:hover {
		bottom: 1px;
	}
	#social img:active {
		bottom: -1px;
	}
#recent-comments {
	list-style: none;
}
	#recent-comments li {
		border-bottom: 1px solid #cccccc;
		padding: 5px 0px;
		margin: 0px;
	}
	#recent-comments li:first-child {
		margin: 0px 0px 5px 0px;
	}
	#recent-comments li:last-child {
		border: none;
	}
		#recent-comments li strong {
			text-transform: capitalize;
			font-size: 13px;
		}
		#recent-comments li p {
			margin: 5px 0px !important;
			padding: 2px 10px;
			border: 1px dashed #cccccc;
			background: #f4f4f4;
		}
		#recent-comments li p:after {
			content: close-quote;
		}
		#recent-comments li p:before {
			content: open-quote;
		}
		#recent-comments li a {
			color: #cd0101;
			text-decoration: none;
			font-weight: bold;
			text-transform: capitalize;
			position: relative;
		}
		#recent-comments li a:hover {
			color: #a60101;
		}
		#recent-comments li a:active {
			color: #8c0000;
			top: 1px;
		}
		#recent-comments li a:visited {
			color: #a60101;
		}
/** Content **/
#deals-tabs {
	display: block;
	margin: 10px 0px 2px 0px;
}
	#deals-tabs li {
		display: inline;
		list-style: none;
	}
		#deals-tabs li a {
			background: #dcdcdc url(../img/grad_gray_2.png) repeat-x;
			border: 1px solid #b1b1b1;
			border-bottom: none;
			color: #4d4d4d;
			font-size: 13px;
			padding: 3px 5px;
			text-decoration: none;
			text-shadow: 0px 1px 0px #ffffff;
			-moz-border-radius: 6px 6px 0px 0px;
			-webkit-border-top-left-radius: 6px;
			-webkit-border-top-right-radius: 6px;
		}
#deals-head {
	background: #dcdcdc;
	border: 1px solid #b1b1b1;
	border-bottom: none;
	display: block;
	padding: 10px 5px 15px 5px;
}
#deals-body {
	background: #dcdcdc;
	border: 1px solid #b1b1b1;
	border-top: 1px dashed #b1b1b1;
	display: block;
	padding: 5px;
}
#deals-full {
	background: #dcdcdc;
	border: 1px solid #b1b1b1;
	display: block;
	padding: 5px;
}
#pagination {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
	#pagination strong, #pagination a {
		padding: 2px;
		min-width: 20px;
		display: inline-block;
		text-align: center;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 1px solid #cccccc;
		background: #eeeeee;
		margin: 0px 0px 0px 5px;
		text-shadow: 0px 1px 0px #ffffff;
	}
	#pagination strong {
		background: #cccccc;
		border: none;
		padding: 3px;
		text-shadow: 0px 1px 0px #eeeeee;
	}
	#pagination a {
		color: #d10201;
		position: relative;
		text-decoration: none;
	}
	#pagination a:hover {
		color: #970100;
	}
	#pagination a:active {
		top: 1px;
	}
#comments {
	list-style: none;
}
	#comments li {
		border-bottom: 1px solid #cccccc;
		padding: 10px 0px;
	}
		#comments li span {
			color: #dddddd;
			float: right;
			font-size: 35px;
			font-style: italic;
			background: #eeeeee;
		}
		#comments li:hover span {
			color: #cccccc;
		}
		#comments li p {
			margin: 5px 0px 0px 0px;
			padding: 5px 0px 0px 0px;
			border-top: 1px dashed #cccccc;
		}
#comment-form {
	margin: 5px 0px 0px 0px;
}
	#comment-form textarea {
		width: 340px;
		margin: 0px 10px 0px 0px;
	}
	#comment-form input {
		width: 222px;
		margin: 1px 0px 0px 0px;
	}
	#comment-form input#submit {
		width: 230px;
		margin: 9px 0px 0px 0px;
	}
/** Deal Submission Form **/
#submission-form {
	
}
	#submission-form td {
		padding: 10px;
	}
	#submission-form input[type="text"], #submission-form textarea, #submission-form select {
		background: #eeeeee url(../img/grad_gray_1.png) repeat-x;
		border: 1px solid #b1b1b1;
		color: #838383;
		font-size: 13px;
		margin: 0px 10px 0px 0px;
		padding: 3px;
		text-shadow: 0px 1px 0px #ffffff;
		width: 223px;
	}
	#submission-form input[type="submit"] {
		margin: 0px 10px 0px 0px;
	}
	#submission-form select {
		width: 231px;
	}
	#submission-form option {
		background: transparent;
	}
/** Bottom Area **/
#sub-bottom {
	background: #f4f0ef;
	border-top: 1px solid #cccccc;
	margin: 20px -10px 0px -10px;
	padding: 5px 10px;
}
#submit-deal {
	border-bottom: 1px dashed #cccccc;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
	#submit-deal h2 {
		text-shadow: 0px 1px 0px #ffffff;
	}
	#submit-deal p {
		font-size: 13px;
		margin: 5px 0px 10px 0px;
	}
	#submit-deal input[type="text"] {
		background: #eeeeee url(../img/grad_gray_1.png) repeat-x;
		border: 1px solid #b1b1b1;
		color: #838383;
		font-size: 13px;
		padding: 3px;
		text-shadow: 0px 1px 0px #ffffff;
		width: 200px;
	}
	#submit-deal input[type="submit"] {
		background: #c90000 url(../img/grad_red_3.png) repeat-x;
		border: 1px solid #9c0000;
		color: #ffffff;
		font-size: 13px;
		padding: 2px;
		text-shadow: 0px 1px 0px #e80000;
	}
#social-footer {
	padding: 10px 0px 0px 0px;
}
	#social-footer td {
		padding: 0px 0px 10px 10px;
	}
	#social-footer h5 {
		color: #cd0101;
		font-size: 14px;
		margin: 0px 0px 2px 0px;
	}
	#social-footer img {
		margin: 0px 10px 0px 0px;
	}
	#social-footer p {
		line-height: 16px;
	}
		#social-footer p a {
			color: #cd0101;
			font-weight: bold;
			text-decoration: none;
		}
		#social-footer p a:hover {
			color: #900000;
		}
	#social-footer .first {
		padding: 0px 0px 10px 0px;
	}
/** Footer **/
#footer {
	background: #c0bebe;
	border-top: 1px solid #a9a9a9;
	margin: 0px -10px;
	padding: 5px 10px;
	text-align: center;
}
	#footer p {
		line-height: 18px;
		width: 400px;
		margin: auto;
		display: block;
	}
		#footer p a {
			color: #111111;
			text-decoration: underline;
		}
		#footer p a:hover {
			color: #000000;
			text-decoration: none;
		}
	#footer .go-up {
		width: auto;
	}
		#footer .go-up a {
			font-size: 15px;
			background: #ffffff;
			border: 1px solid #a9a9a9;
			position: relative;
			padding: 3px;
			color: #d70203;
			text-decoration: none;
			font-weight: bold;
			display: block;
			margin: 5px 0px 0px 0px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		#footer .go-up a:hover {
			color: #930001;
			background: #eeeeee;
		}
		#footer .go-up a:active {
			color: #470000;
			top: 1px;
		}