* {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
}

html {
    -webkit-text-size-adjust: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
	background-color: #333;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:1px;
	font-size: 16px;
	line-height: 18px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #bdff00;
	outline: none;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link {
	color: #bdff00;
	outline: none;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

#top {
	width: 775px;
	height: 90px;
	padding: 15px 0px;
	margin: 0px auto;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	background-color: #000;
}

#leaderboard {
	width: 775px;
	height: 90px;
	padding: 0px;
	background-color: #000;
	margin: 0px;
	text-align: center;
}

#container {
	width: 970px;
	padding: 0px 15px;
	margin: 0px auto;
}

#header {
	width: 970px;
	height: 105px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}

#header-left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 450px;
	height: 105px;
	border: 0px;
}

#header-left .logo {
	display: block;
	background-image: url("/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -600px -380px;
	width: 450px; 
	height: 105px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	z-index: 900;
}

#header-left .logo:hover {
	background-image: url("/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -105px -380px;
}

#header-left .logo span {
	display: none;
}

#header-right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 105px;
}

#follow-buttons {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 200px;
	height: 32px;
	float: right;
	text-align: right;
}

#search {
	background-color: #fff;
	height: 30px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	width: 330px;
	text-align: right;
	float: right;
	display: inline;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	z-index: 900;
}

#search:hover {
	background-color: #fff;
	height: 30px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	width: 330px;
	text-align: right;
	float: right;
	display: inline;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0px 5px #fff;
	-webkit-box-shadow: 0 0px 5px #fff;
	box-shadow: 0 0px 5px #fff;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.search-bar {
	width: 250px;
	height: 18px;
	line-height: 18px;
	margin: 6px 0px 0px 8px;
	padding: 0px;
	font: 15px Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	color: #000;
	float: left;
	border: 0px;
	-webkit-appearance:none;
}

.search-button {	
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
}

#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 970px;
	height: 30px;
	float: left;
}

#nav ul {
	float: left;
	width: 970px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
	
#nav li {
	float: left;
	list-style: none;
	width: auto;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}

#nav li a {
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 32px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
	text-align: center;
	width: auto;
	color: #fff;
	white-space: nowrap;
	background-color: #000;
}

#nav li a:hover {
	color: #000;
	background: #bdff00;
}

#nav li a.active {
	color: #000;
	background: #bdff00;
}

#nav li:first-child a {
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

#nav li:last-child a {
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}

#announcement {
	background-color: #3c3c3c;
	color: #fff;
	width: 955px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 16px;
	height: 30px;
	line-height: 32px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#announcement a {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	color: #bdff00;
}

#middle {
	width: 970px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#middle-content {
	width: 775px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#middle-top {
	width: 745px;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	margin: 0px;
	float: left;
}

#middle-top h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
}

#middle-xl {
	width: 775px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#middle-xl img {
	width: 775px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#middle-xl-light {
	width: 775px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	position: relative;
}

#middle-xl-light:after {
	-moz-box-shadow: inset 0px 0px 55px rgba(51,51,51,.6);
	-webkit-box-shadow: inset 0px 0px 55px rgba(51,51,51,.6);
	box-shadow: inset 0px 0px 55px rgba(51,51,51,.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}

#middle-xl-light img {
	display: block;
	width: 775px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#middle-large {
	width: 770px;
	height: 60px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}

#middle-large-label {
	width: 770px;
	height: 12px;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	float: left;
}

#middle-large .middle-img-th {
	height: 55px;
	width: 55px;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#middle-large .middle-img-th img {
	height: 55px;
	width: 55px;
	margin:  0px;
	padding: 0px;
	border: 0px;
}

#middle-bottom {
	width: 775px;
	height: 125px;
	padding: 0px;
	margin: px;
	float: left;
}

#middle-ad-container {
	width: 775px;
	height: 105px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#middle-ad-label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	width: 775px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	float: left;
	font-weight: 400;
}

#middle-ad {
	width: 775px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}

#middle-back {
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
	float: left;
	position: relative;
	z-index: 599;
}

#middle-back a {
	display: block;
	background-color: #3c3c3c;
	background-image: url("/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -342px -70px;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline:none;
}

#middle-back a:hover {
	background-color: #444;
	background-position: -230px -70px;
}

#middle-back span {
	display: none;
}

#middle-back-end {
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
	float: left;
}

#middle-back-end a {
	display: block;
	background-color: #3c3c3c;
	background-image: url("/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -565px -70px;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline:none;
}

#middle-back-end a:hover {
	background-color: #444;
	background-position: -454px -70px;
}

#middle-back-end span {
	display: none;
}

#middle-next {
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
	float: left;
}

#middle-next a {
	display: block;
	background-color: #3c3c3c;
	background-image: url("/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -789px -70px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline:none;
}

#middle-next a:hover {
	background-color: #444;
	background-position: -677px -70px;
}

#middle-next span {
	display: none;
}

#middle-next-end {
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 35px 0px 0px 0px;
	float: left;
}

#middle-next-end a {
	display: block;
	background-color: #3c3c3c;
	background-image: url("/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -565px -70px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline:none;
}

#middle-next-end a:hover {
	background-color: #444;
	background-position: -454px -70px;
}

#middle-next-end span {
	display: none;
}

/* DETAILS */

#content {
	width: 930px;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	float: left;
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content-left {
	width: 610px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content-right {
	width: 300px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#content-left h2, h4 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#content-lower {
	width: 930px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
}

.categories {
	padding: 0px;
	margin: 0px;
	width: 610px;
	font-size: 16px;
	font-weight: 400;
	float: left;
	color: #fff;
}

.categories a {
	font-size: 16px;
	font-weight: 400;
	color: #bdff00;
}

.categories a:hover {
	text-decoration: underline;
}

#social-buttons {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 610px;
	float:left;
}

.social-button {
	float: left;
	width: 90px;
	margin: 0px 0px 0px 0px;
}

#mid-ad {
	float: left; 
	width: 300px;
	height: 615px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#mid-ad-label {
	text-align: center;
	margin: 0px; 
	font-size: 11px; 
	width: 300px; 
	height: 15px; 
	line-height: 15px; 
	color: #fff; 
	font-weight: 400;
	float left;
}

#mid-ad-slot {
	float: left; 
	width: 300px;
	height: 600px;
	float: left;
	text-align: center;
}

#comments {
	float: right; 
	width: 930px;
	height: auto;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #fff;
}


#comments h2 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

.comment_button {
	float: left;
	display: block;
	width: auto;
	margin: 0px 15px 0px 0px;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: 500;
	height: 20px;
	line-height: 21px;
	text-decoration: none;
	color: #fff;
	border: 0px;
	background-color: #444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

.comment_button:hover {
	color: #222;
	background-color: #bdff00;
}

.comment_button:hover .bubble {
	background: #222;
}

.comment_button:hover .bubble:after {
	border-color: #222 transparent;
}

.disqus-comment-count {
	width: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.comment-icon {
	width: 15px;
	height: 20px;
	float: left;
	margin: 0px 5px 0px 0px;	
}

.bubble {
	position: relative;
	top: 4px;
	width: 14px;
	height: 9px;
	padding: 0px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 3px 3px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -3px;
	left: 4px;
}

#description {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 610px;
	float: left;
}

#description a {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	color: #bdff00;
	text-decoration: underline;
}

#description a:hover {
	text-decoration: underline;
}

#description .full {
	width: 610px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	float: left;
}

#description .full::selection {
	background-color: #bdff00;
	color: #000;
}

#description .full::-moz-selection {
	background-color: #bdff00;
	color: #000;
}

#description br {
   display: block;
   margin: 5px 0 0 0;
}

#description ul {
	width: 580px;
	margin: 15px 15px 0px 15px;
	padding: 0px;
	float:left;
}

#description ul li {
	width: 565px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

#description h2 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#description h3 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#description h4 {
	font-size: 16px;
	padding: 0px 0px 3px 0px;
	margin: 15px 0px 3px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#content-sub {
	width: 930px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#content-sub ul.tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 30px;
	border: none;
	width: 930px;
	text-indent: 0px;
}

#content-sub ul.tabs li {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	line-height: 30px;
	border: none;
	background-color: #555;
	color: #fff;
	text-align: center;	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

#content-sub ul.tabs li a {
	text-decoration: none;
	height: 30px;
	line-height: 32px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 0px;
	border: 0px;
	outline: none;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

#content-sub ul.tabs li a:hover {
	background-color: #bdff00;
	color: #000;
}

#content-sub ul.tabs li.active a {
	color: #fff;
	background-color: #222;
}

#content-sub ul.tabs li.active a:hover {
	color: #bdff00;
}

#find {
	float: left; 
	width: 900px;
	margin: 0px;
	padding: 15px 15px 0px 15px;
	background-color: #222;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#find h2 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#find #via {
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: auto;
	float: left;
}

#find .store {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	height: 30px;
	float: left;
	width: 900px;
}

#find .store a {
	display: inline-block;
	padding: 0px 10px;
	margin: 0px;
	font-size: 16px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #bdff00;
	background-color: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#find .store a:hover {
	color: #222;
	background-color: #bdff00;
	text-decoration: none;
}

#find .store a span {
	color: #fff;
}

#find .store a:hover, #find .store a:hover span {
	color: #222;
}

#find .offer {
	font-size: 12px;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	width: 300px;
	height: auto;
	line-height: 18px;
	color: #fff;
	border: 1px dashed #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

#find .offer .offer-name {
	width: 300px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold; 
	margin: 0px;
	float: left;
}

#find .offer .offer-code {
	width: 300px;
	height: auto;
	padding: 0px; 
	margin: 8px 0px 0px 0px;
	float: left;
	
}

#find .offer .offer-code a {
	color:#000; 
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold; 
	background-color: #bdff00; 
	padding: 7px 10px 5px 10px; 
	margin: 0px;
	text-decoration: none;
	float: left;
}

#find .offer .offer-code a:hover {
	color:#bdff00; 
	background-color: #555; 
}

#find .offer .offer-details {
	width: 300px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	margin: 8px 0px 0px 0px;
	float: left;
}

#find .offer .offer-expires {
	width: 300px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0px 0px 0px;
	float: left;
}

#find .find-it-on {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	height: 30px;
	float: left;
	width: 900px;
}

#find .find-it-on a {
	display: inline-block;
	padding: 0px 10px;
	margin: 0px;
	font-size: 16px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#find .find-it-on a:hover {
	color: #222;
	background-color: #bdff00;
	text-decoration: none;
}

#find .find-it-on a span {
	color: #fff;
}

#find .find-it-on a:hover, #find .find-it-on a:hover span {
	color: #222;
}

/* RELATED OFFERS */

#find #offers {
	width: 900px;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	float: left;
	border-top: 1px dashed #555;
}

#find #compare {	
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #fff;
}

#find #compare h2 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	border: none;
	color: #fff;
}

#find #compare .compare-offer {
	float: left;
	width: 290px;
	height: auto;
	padding: 15px 0px 0px 0px;
	margin: 0px 15px 15px 0px;
}

#find #compare .compare-offer .compare-offer-image {
	max-height: 125px;
	width: 125px;
	height: 125px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	text-align: center;
}

#find #compare .compare-offer .compare-offer-image img {
	max-width: 125px;
	max-height: 125px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#find #compare .compare-offer .compare-offer-details {
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: auto;
	float: left;
	border: none;
}

#find #compare .compare-offer .compare-offer-details h3 {
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#find #compare .compare-offer .compare-offer-details h3 a {
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #bdff00;
}

#find #compare .compare-offer .compare-offer-details h3 a:hover {
	text-decoration: underline;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-price {
	margin: 0px;
	padding: 0px;
	width: 155px;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-price a {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-price a:hover {
	text-decoration: underline;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-merchant {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width: 155px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	color: #fff;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-merchant a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	color: #fff;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-merchant a:hover {
	text-decoration: underline;
}

#find #compare .compare-bottom {
	width: 900px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	color: #fff;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	border-top: 1px dashed #555;	
}

#find #compare .compare-bottom a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

#find #compare .compare-bottom a:hover {
	text-decoration: underline;
}

/* Right Now On */

#find #right-now  {
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #fff;
}

#find #right-now #right-now-top { 
	width: 900px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #fff;
}

#find #right-now .right-now-logo  {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 100px;
	height: 35px;
	border: none;
	float: left;
}

#find #right-now .right-now-logo img {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 35px;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#find #right-now #right-now-top h2 {
	font-size: 16px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	color: #fff;
	line-height: 35px;
	border: none;
}

#find #right-now .right-now-item {
	float: left;
	width: 290px;
	height: auto;
	padding: 15px 0px 0px 0px;
	margin: 0px 15px 15px 0px;
}

#find #right-now .right-now-item .right-now-image {
	max-height: 125px;
	width: 125px;
	height: 125px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	text-align: center;
}

#find #right-now .right-now-item .right-now-image img {
	max-width: 125px;
	max-height: 125px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#find #right-now .right-now-item .right-now-details {
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: auto;
	float: left;
	border: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

#find #right-now .right-now-item .right-now-details h3 {
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	padding: 0px;
	border: none;
}

#find #right-now .right-now-item .right-now-details h3 a {
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #bdff00;
	border: none;
}

#find #right-now .right-now-item .right-now-details h3 a:hover {
	text-decoration: underline;
}

#find #right-now .right-now-item .right-now-price {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 155px;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
}

#find #right-now .right-now-item .right-now-price a {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

#find #right-now .right-now-item .right-now-price a:hover {
	text-decoration: underline;
}

#find #right-now .right-now-item .right-now-details .right-now-bids {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 155px;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
}

#find #right-now .right-now-item .right-now-details .right-now-bids a {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

#find #right-now .right-now-item .right-now-details .right-now-bids a:hover {
	text-decoration: underline;
}

#find #right-now .right-now-bottom {
	width: 900px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	color: #fff;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}

#find #right-now .right-now-bottom a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

#find #right-now .right-now-bottom a:hover {
	color: #bdff00;
	text-decoration: underline;
}

.hidden {
	display: none;
}

/* FEATURES */

#features {
	float: left; 
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 15px;
	display: none;
	font-size: 16px;
	background-color: #222;
	color: #fff;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#features h2 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#features ul {
	width: 900px;
	margin: 0px;
}

#features ul li {
	width: 885px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

/* TAGS */

#tags {
	float: left; 
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 15px;
	display: none;
	font-size: 16px;
	background-color: #222;
	color: #fff;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#tags h2 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#tags a {
	margin: 0px 10px 15px 0px;
	padding: 3px 10px;
	text-transform: capitalize;
	color: #bdff00;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	float: left;
	background-color: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#tags a:hover {
	color: #555;
	background-color: #bdff00;
	text-decoration: none;	
}

#tags .more-full {
	color: #fff;
	margin: 0px 10px 0px 0px;
	float: left;
}

#tags .more {
	color: #fff;
	margin: 0px;
}

#tags .more a {
	cursor: pointer;
	color: #fff;
}

#tags span {
	display: none;
}

/* MORE */

.more {
	width: 930px;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	float: left;
	background-color: #000;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.more-container {
	width: 930px;
	height: auto;
}

.more h2 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: 1px dashed #555;
}

.show-all {
	padding: 0px;
	margin: 1px 0px 0px 0px;
	color: #fff;
	float: left;
	text-align: center;
	width: 970px;
}

.show-all a {
	display: block;
	width: 970px;
	padding: 0px;
	margin: 0px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #000;
	font-size: 16px;
	color: #bdff00;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.show-all a:hover {
	text-decoration: none;
	background-color: #bdff00;
	color: #000;
}

.thumbs {
	float: left;
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 20px 15px 0px 0px;
	border: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.thumbs-content {
	float: left;
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #222;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.thumbs-content:hover {
	background-color: #333;
}

.thumbs-categories {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 20px;
	float: left;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

.thumbs-categories a {
	display:block;
	margin: 0px;
	padding: 0px 10px;
	width: auto;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #bdff00;
	text-decoration: none;
	background-color: #222;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.thumbs-categories a:hover {
	color: #000;
	background-color: #bdff00;
}

.thumbs-image {
	width: 300px;
	height: 250px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}

.thumbs-image img {
	width: 300px;
	height: 250px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

.thumbs-title {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	width: 270px;
	height: auto;
}

.thumbs-title a {
	display: block;
	margin: 0px;
	padding: 0px; 
	font-size: 16px;
	line-height: 16px;
	height: auto;
	font-weight: 400;
	color: #bdff00;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.thumbs-summary {
	float: left;
	width: 270px;
	height: auto;
	padding: 15px 15px 0px 15px;
	margin: 0px;
	border: 0px;
	font-size: 14px;
	color: #fff;
}

.thumbs-summary a {
	display: block;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

.thumbs-summary a:hover {
	text-decoration: none;
}

.thumbs-link {
	float: left;
	width: 270px;
	height: 24px;
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 20px 0px;
	border: 0px;
	color: #bdff00;
}

.thumbs-link a {
	float: left;
	width: 250px;
	height: 20px;
	line-height: 20px;
	padding: 2px 10px;
	font-size: 15px;
	margin: 0px;
	border: 0px;
	color: #fff;
	text-align: right;
	background-color: #555;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.thumbs-link a:hover {
	text-decoration: none;
	background-color: #bdff00;
	color: #000;
}

.thumbs-link span {
	font-size: 14px;
	margin: 0px 0px 0px 5px;
	color: #bdff00;
}

.thumbs-link a:hover span {
	color: #000;
}

.thumbs-ad-label {
	margin: 0px; 
	font-size: 12px;
	text-align: center;
	width: 300px; 
	height: 15px; 
	line-height: 15px; 
	color: #fff;
}

.thumbs-ad-lg {
	width: 300px; 
	height: 600px;
	text-align:center; 
}

.thumbs-ad-sm {
	width: 300px; 
	height: 250px;
	text-align:center; 
}

.stc-recent {
	float: left;
	width: 930px;
	height: auto;
	padding: 20px 20px 15px 20px;
	margin: 20px 0px 0px 0px;
	border: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #000;
}

.stc-recent h3 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

.stc-logo {
	display: block;
	background-image: url("/img/so-thats-cool-recent-logo.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 150px; 
	height: 150px;
	margin: 0px 6px 0px 0px;
	padding: 0px;
	border:0px;
	float: left;
}

.stc-logo:hover {
	background-position: 0px -155px;
}

.stc-logo span {
	display: none;
}

.stc-thumbs {
	float: left;
	width: 150px;
	height: auto;
	padding: 0px;
	margin: 0px 6px 0px 0px;
	border: 0px;
}

.stc-thumbs-content {
	float: left;
	width: 150px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #000;
}

.stc-thumbs-content:hover {
	background-color: #c00;
}

.stc-thumbs-content:hover .stc-thumbs-title a { color: #fff; }


.stc-thumbs .stc-thumbs-image {
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}

.stc-thumbs .stc-thumbs-image:hover {
}

.stc-thumbs .stc-thumbs-image img {
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.stc-thumbs .stc-thumbs-title {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: auto;
	float: left;
}

.stc-thumbs .stc-thumbs-title a {
	display:block;
	margin: 0px;
	padding: 3px;
    vertical-align:middle; 
	text-align: center; 
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

/* Contact */

.contact-short-input {
	width: 440px;
	height: 18px;
	margin: 5px 0px 5px 0px;
	padding: 2px 10px;
	font-size: 16px;
	font-weight: 400;
	color: #555;
	border: 0px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contact-short-input:hover {
	-moz-box-shadow: 0 0px 5px #fff;
	-webkit-box-shadow: 0 0px 5px #fff;
	box-shadow: 0 0px 5px #fff;
}

.contact-long-input {
	width: 440px;
	height: 240px;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #555;
	border: 0px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contact-long-input:hover {
	-moz-box-shadow: 0 0px 5px #fff;
	-webkit-box-shadow: 0 0px 5px #fff;
	box-shadow: 0 0px 5px #fff;
}

.contact-submit {
	font: 15px Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	width: 175px;
	height: 22px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	background-color:#555;
	color: #bdff00;
	float: left;
	border: 0px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

.contact-submit:hover {
	background-color:#bdff00;
	color: #000;
}

/* Footer */

.footer {
	width: 950px;
	color: #fff;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 10px 20px;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

.footer a {
	color: #bdff00;
}

.footer .clmn {
	width: 290px;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	border: 0px;
}

.footer .clmn-wide {
	width: 300px;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	border: 0px;
}

.footer .clmn-wide .clmn-wide-content {
	float: left; 
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.footer .clmn-wide .clmn-wide-content ul, li {
	width: 300px;
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}

.footer .clmn-wide .clmn-wide-content li {
	width: 300px;
	height: 75px;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	list-style-type: none;
	border-bottom: 1px dashed #555;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item {
	width: 300px;
	height: 75px;
	margin: 0px; 
	padding: 0px; 
	float: left;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item .clmn-wide-item-image {
	width: 75px;
	height: 75px;
	margin: 0px; 
	padding: 0px;
	float: left;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item .clmn-wide-item-image img {
	width: 75px;
	height: 75px;
	margin: 0px; 
	padding: 0px;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item .clmn-wide-item-details {
	width: 215px;
	height: 75px;
	margin: 0px; 
	padding: 0px;
	float: right;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item .clmn-wide-item-details .clmn-wide-item-container {
	display: table-cell; 
	vertical-align: middle;
	width: 215px;
	height: 75px;
	margin: 0px; 
	padding: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item .clmn-wide-item-details .clmn-wide-item-container a {
	float: left;
	width: 215px;
	color: #bdff00;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item .clmn-wide-item-details .clmn-wide-item-container a:hover {
	text-decoration: underline;
}

.footer .clmn-wide .clmn-wide-content .clmn-wide-item .clmn-wide-item-details .clmn-wide-item-container span {
	margin: 5px 0px 0px 0px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	width: 215px;
	color: #fff;
}

.footer h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dashed #555;
}

.footer .footer-about {
	float: left;
	width: 290px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

.footer .footer-nav {
	float: left;
	width: 290px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.footer .footer-nav span {
	float: left;
	width: 290px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.footer .footer-nav span a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.footer .footer-nav span a:hover {
	text-decoration: underline;
}

.footer .footer-email {
	float: left;
	width: 290px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.footer .footer-email .footer-email-box {
	float: left;
	background-color: #333;
	padding: 15px 15px 5px 15px;
	margin: 0px;
	width: 260px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: 400;
}

.footer .footer-email .footer-email-box p {
	float: left;
	width: 260px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.footer .footer-email form {
	border: none;
	padding: 0px;
	margin: 0px;
}

.footer .footer-email .footer-email-box .footer-email-input {
	width: 195px;
	height: 18px;
	margin: 0px 5px 0px 0px;
	padding: 6px 10px;
	line-height: 16px;
	font: 15px Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	color: #000;
	float: left;
	border: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.footer .footer-email .footer-email-box .footer-email-input:hover {
	-moz-box-shadow: 0 0px 5px #fff;
	-webkit-box-shadow: 0 0px 5px #fff;
	box-shadow: 0 0px 5px #fff;
}

.footer .footer-email .footer-email-box .footer-email-submit {
	font: 15px Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	width: 40px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	background-color:#bdff00;
	color: #000;
	float: left;
	border: 0px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

.footer .footer-email .footer-email-box .footer-email-submit:hover {
	background-color:#000;
	color: #bdff00;
}

#copyright {
	text-align: center;
	background-color: #000;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	width: 970px;
	padding: 12px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	float: left;
}

#copyright a {
	color: #bdff00;
}

#copyright a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}