@charset "UTF-8";
/*
Theme Name: Tee Directory
Theme URI: http://www.bonsaistudios.com/
Description: The theme for Tee Directory that integrates review site CSS stuff.
Version: 1.0
Author: Bonsai Studios, LLC
Author URI: http://www.bonsaistudios.com
*/

/* @override 
	http://tee-junction.com/teedirectory/wp-content/themes/teedirectory/style.css
	http://localhost/wordpress/wp-content/themes/teedirectory/style.css
*/

body{
	padding:0;
	margin:0;
	background:#2a2622 url(images/bgpattern_b2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

/* GLOBAL STYLES */

.clear {
	clear: both;
}

h2{
	font-size:18px;
}

h1{
	font-size:24px;
}

a{
	text-decoration:underline;
	color:#FFF;
}

#right div.post div.postright a img {
	width: 184px;
	height: 184px;
}

a:hover{
	color:#aa2c13;
}

.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.disclaimer{
	font-style:italic;
	font-size:9px;
}

/* WRAP */

#wrap{
	width:1026px;
	padding:40px;
	position:relative;
	float:left;
}

/* HEADER */

#header{
	width:inherit;
	height:146px;
	position:relative;
}

#header a#homelink{
	display:block;
	width:720px;
	height:120px;
	position:relative;
	text-decoration:none;
}

#header a#homelink #title{
	display:block;
	width:720px;
	height:87px;
	background:url(images/title.gif) no-repeat;
	padding:0;
	margin:0;
	border-top:6px solid #aa2c13;
	border-bottom:6px solid #aa2c13;
	position:absolute;
	top:0;
	left:0;
}

#header a#homelink .tagline{
	position:absolute;
	bottom:0;
	left:2px;
}

#header a#homelink:hover #title{
	background-position:0 -87px;
}

#header #nav{
	width:300px;
	height:120px;
	position:absolute;
	top:0;
	right:0;
}

a.navitem{
	width:95px;
	height:120px;
	display:block;
	position:relative;
	text-decoration:none;
	float: left;
}

#header #nav a#aboutbutton{
	margin:0 6px;
}

a.navitem .icon{
	display:block;
	width:95px;
	height:70px;
	position:absolute;
	top:0;
	background: top center url(images/teebutton.gif) no-repeat;
}

a.navitem .pagetitle{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	display:block;
	width:95px;
	position:absolute;
	bottom:16px;
	text-align:center;
	color:#aa2c13;
}

a.navitem .tagline{
	position:absolute;
	bottom:0;
	display:block;
	width:95px;
	text-align:center;
}

a.navitem:hover .icon{
	background-position:center -70px;
}

a.navitem:hover .pagetitle{
	color:#FFF;
}

/* CONTENT */
#content{
	width:inherit;
	position:relative;
	float: right;
}

#content #left{
	position:relative;
	width:300px;
	float:left;
}

#content #right{
	position:relative;
	width:688px;
	float:right;
	padding:0 0 0 0;
}

#content #right #nextpostslink a{
	width:110px;
	background:#aa2c13;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	display:block;
	float:right;
	text-decoration:none;
	padding:4px 0;
}

#content #right #prevpostslink a{
	width:140px;
	background:#aa2c13;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	display:block;
	float:left;
	text-decoration:none;
	padding:4px 0;
}

#content #right #nextpostslink a:hover, 
#wrap #content #right #prevpostslink a:hover{
	background:#fff;
	color:#aa2c13;
}

/* DIRECTORY */

#directory{
	width:inherit;
	position:relative;
	padding:15px 0 20px 0;
	border-top: 6px solid #aa2c13;
	font-size:14px;
	float: left;
}

#directory a.directorylink{
	text-decoration:none;
	color:#aa2c13;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	margin:0 0 0 3px;
	padding:5px 5px;
}

span#directorystuff {
	padding-top: 5px;
	display: block;
	margin: 0;
	width: 750px;
	float: left;
}

#directory a.directorylink:hover{
	color:#FFF;
}

#azindex-1 div.azlinks {
	width: 100%;
	font-size: 14px;
}

#azindex-1 div.azlinks span.azlink a {
	color: #aa2c13;
	text-decoration: none;
	font-weight: bold;
}

#azindex-1 div.azlinks span.azlink a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.azindex ul {
	padding: 0 !important;
}

.azindex ul li a {
	font-size: 14px;
	color: #aa2c13;
	text-decoration: none;
	font-weight: bold;
}

.azindex ul li a:hover {
	color: #aa2c13;
	font-weight: normal;
}

#azindex-1 div.azlinks span.azlink {
	margin-right: 13px;
}

/* AUTOCOMPLETE */

#searchform {
	width: 250px;
	display: block;
	float: right;
}

#searchbox {
	width: 155px;
}

input#searchsubmit.button {
	width: 70px;
	background: #aa2c13;
	text-transform: uppercase;
	border: none;
}

.ac_results {
	padding: 0px;
	width: 163px !important;
	color: white;
	background: #6c6865;
	overflow: hidden;
	z-index: 99999;
}

.comment-contents.deal em {
	display: block;
	float: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #625e5b;
}

.ac_over {
	background-color: #aa2c13;
	color: white;
}

/* SINGLE COUPON / DEAL */

#viewall a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 8px;
	background: #aa2c13;
	font-size: 14px;
}
#viewall a:hover {
	color: #aa2c13;
	background: #fff;
}

/* PAGE */

#comments-template p.nocomments {
	display: none;
}

/* POSTS */

#content #right .post{
	width:688px;
	height:218px;
	border-top:6px solid #aa2c13;
	border-bottom:6px solid #aa2c13;
	position:relative;
	margin:0 0 40px 0;
}
.no-border {
	border-top: none !important;
}

#content #right .single{
	height:auto;
	min-height:289px;
	border-bottom:none;
}

#content #right .page,
.single {
	height:auto;
	border-bottom:none;
}

#content #right .post h1{
	padding:20px 0;
	margin:0;
	border-bottom:6px solid #aa2c13;
}

#content #right .post h1 a{
	text-decoration:none;
}

#content #right .post .postleft{
	width:300px;
	height: 218px;
	float: left;
}

#content #right .post .postright {
	width:388px;
	height:218px;
	position:absolute;
	right:0;
	top:0;
	background: 10px 10px url(images/thumbless.gif) no-repeat;
}

#content #right .post .postright a img {
	position: absolute;
	top: 15px;
	left: 10px;
}

#content #right .post .description{
	position:relative;
	height: 100px;
	overflow: hidden;
}

#content #right .post.page .description,
#content #right .post.single .description {
	height: auto;
}

#content #right .post .description ul.related_post{
	padding:0;
	margin:0;
	list-style:inside;
	width:300px;
}

#content #right .post .post_rss{
	position:absolute;
	bottom:-20px;
	right:140px;
	width:200px;
}

#content #right .post .post_rss .pagetitle,
#content #right .post .post_rss .tagline{
	width:inherit;
}

#content #right .post .post_rss .icon{
	left:50%;
	margin-left:-38px;
}

#jump-title {
	float: left;
	color: #bfbfbf;
	margin: 0;
	padding: 0;
	margin-right: 7px;
	font-size: 16px;
}
#jump-links {
	border-bottom: 6px solid #aa2c13;
	//width: 300px;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}
.jump-link {
	display: block;
	margin: 0;
	padding: 0;
	float: left !important;
	background: url(images/jump-to.gif) no-repeat;
	width: 23px !important;
	height: 23px;
	margin-left: 5px;
}
.jump-link.jump-info {
	background-position: 0 0;
}
.jump-link.jump-reviews {
	background-position: -29px 0;
}
.jump-link.jump-deals {
	background-position: -55px 0;
	width: 33px !important;
	height: 25px;
}
.jump-link.jump-comment {
	background-position: -88px 0;
	height: 25px;
	width: 27px !important;
}

#content #right .post .post_share{
	position:absolute;
	bottom:34px;
	right:92px;
}

#content #right .post .postright a img{
	border:0;
}

#content #right .post .buttonwrap {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 12px;
	left: 0;
}

#content #right .post a.button {
	text-align:center;
	background:#aa2c13;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 5px;
	display:block;
	float: left;
	text-transform:uppercase;
	margin-right: 4px;
}

#content #right .post a.button:hover {
	background:#fff;
	color:#aa2c13;
}

div.post.page,
div.post.single {
	float: left;
}

div.post.page div.logo-box,
div.post.single div.logo-box {
	float: left;
	display: block;
	margin: 10px 15px 0 0;
	padding: 0;
}

div.post.page div.logo-box img.site-logo,
div.post.single div.logo-box img.site-logo {
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	width: 184px;
	height: 184px;
}

div.post.page div.logo-box div.store-link,
div.post.single div.logo-box div.store-link {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#right div.post.single div.logo-box div.store-link a {
	float: left;
	display: block;
	padding: 5px 25px 5px 5px;
	width: 154px;
	margin: 0;
	background: #aa2c13 center right url(images/visit-link.gif) no-repeat;
	text-decoration: none;
	font-size: 16px;
}

div.post.page div.logo-box div.store-link a:hover,
div.post.single div.logo-box div.store-link a:hover {
	background: #fff center right url(images/visit-link.gif) no-repeat !important;
	color: #aa2c13 !important;
}

#review-overall ul.ratings li label.rating_label a:hover {
	text-decoration: underline;
}

div.post.page div.description {
	width: 688px;
}
div.post.single div.description {
	float: left;
	width: 488px;
	margin: 0;
	padding: 0;
}

div.post.page div.description p,
div.post.single div.description p {
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
}

h2.comment-section-header {
	float: left;
	position: relative;
	padding: 8px 0 10px 75px;
	font-size: 30px;
	margin: 0;
}

div.comment-section-header {
	float: left;
	position: relative;
}

h3#comment-header {
	font-size: 30px;
	margin: 0;
	float: left;
	padding-left: 75px;
}

h2#user-reviews-comments div#icon-review {
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	width: 38px;
	height: 50px;
	background: center center url(images/icon-review.png) no-repeat;
}

span.spacer {
	height: 10px;
	width: 64px;
	display: block;
}

h2#user-reviews-comments div#icon-review {
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	width: 38px;
	height: 50px;
	background: center center url(images/icon-review.png) no-repeat;
}

h2#user-coupons-comments div#icon-coupon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 55px;
	background: center center url(images/icon-coupon.png) no-repeat;
}

h2#user-deals-comments div#icon-deal {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 69px;
	height: 64px;
	background: center center url(images/icon-deal.png) no-repeat;
}

div#user-submit-comments div#icon-submit {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 69px;
	height: 64px;
	background: center center url(images/icon-submit.png) no-repeat;
}

div#icon-information {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 64px;
	height: 55px;
	background: center center url(images/icon-information.png) no-repeat;
}

div#user-submit-comments {
	padding-top: 0;
	padding-bottom: 0;
}

h3#comment-type {
	margin: 0;
	font-size: 14px;
	display: block;
	padding: 0 0 5px 75px;
	float: left;
}

/* SIDEBAR */

ul.sidebar{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	float: left;
}

ul.footbar{
	padding:40px;
	float: left;
}

ul.footbar li.widget{
	float:left;
	margin:0 61px 0 0;
}

ul.sidebar li.widget ul{
	list-style:square inside;
	padding:0;
	margin:0;
}

ul.sidebar li.widget ul li{
	padding:3px 0;
}

li.tshirtgallery li.noimages {
	list-style: none;
	width: 300px;
	text-align: center;
	font-size: 16px;
}

#recentcoupons,
#recentdeals {
	list-style: none;
}

#recentcoupons li,
#recentdeals li {
	margin-bottom: 10px;
	list-style-position: outside;
	font-size: 13px;
	float: left;
}

#recentcoupons li .desc,
#recentdeals li .desc {
	float: left;
	display: block;
	margin-top: 3px;
	font-size: 10px;
}

#recentcoupons li .header,
#recentdeals li .header {
	float: left;
	display: block;
	font-size: 12px;
	width: 300px;
}

#recentcoupons li a,
#recentdeals li a {
	text-decoration: none;
	color: #aa2c13;
}

#recentcoupons li a.viewlink,
#recentdeals li a.viewlink {
	display: block;
	background: #aa2c13;
	color: #fff;
	padding: 2px 3px;
	width: auto;
	margin: 3px 0 0 5px;
	font-size: 10px;
	float: right;
}

#recentcoupons li a.viewlink:hover,
#recentdeals li a.viewlink:hover {
	background: #fff;
	color: #aa2c13;
}

ul.sidebar li.widget{
	padding:0 0 40px 0;
	position:relative;
	width:300px;
	float: left;
}

ul.sidebar li.widget h2.widgettitle{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:6px solid #aa2c13;
}

ul.sidebar li.widget #newsletter label{
	padding:5px 0;
	color:#aa2c13;
	display:block;
}

ul.sidebar li.widget #newsletter input{
	padding:5px 10px;
	width:278px;
	background:#1d1105;
	border:1px solid #aa2c13;
	color:#FFFFFF;
}

ul.sidebar li.widget #newsletter input[type=submit]{
	background:#aa2c13;
	width:92px;
	padding:4px 0;
	color:#FFFFFF;	
	text-align:center;
	text-transform:uppercase;
	margin:12px 0 0 208px;
	border:none;
	cursor:pointer;
	font-size:12px;
}

ul.sidebar li.widget #newsletter input[type=submit]:hover{
	background:#FFF;
	color:#aa2c13;
}

ul.sidebar li.widget_links ul{
	list-style:none;
}

ul.sidebar li.widget_links ul li{
	float:left;
}

ul.sidebar li.widget_links ul li a img{
	border:none;
	padding:4px;
}

ul.sidebar li.widget_links ul li a:hover img{
	border:4px solid #aa2c13;
	padding:0;
}

#newslettericon{
	position:absolute;
	right:0;
	top:-15px;
}

/* SIDEBAR WIDGETS */

ul.imagelist {
	list-style: none;
	float: left;
	width: 310px;
}

ul.imagelist li {
	padding: 0;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}

ul.imagelist li a {
	border: none;
}

ul.imagelist li a img {
	display: block;
	border: none;
	float: left;
	height: 52px;
	width: 52px;
}

ul.gallerylist {
	float: left;
	width: 310px;
	display: block;
	list-style: none;
}

li.gallery-item {
	float: left;
	display: block;
	padding: 0;
	margin: 0 11px 11px 0;
	width: 144px;
	height: 145px;
}

.gallerylist .gallery-item img {
	border: none;
	float: left;
	padding: 0;
	margin: 0;
}

li.widget.tshirtgallery ul p {
	text-align: center;
	width: 100%;
}

/* FOOTER */

#footer{
	width:100%;
	background:#625e5b;
	float:left;
}

/* COMMENTS */

#comments-template{
	width:690px;
	margin: 0;
	padding: 0;
}

.pagination span,
.pagination a {
	color: #aa2c13;
	text-decoration: none;
	padding: 4px 6px;
	margin-right: 3px;
}

#comments-template .comment-section {
	margin-bottom: 45px;
	width: 100%;
	float: left;
}

.comment-contents {
	float: left;
	width: 500px;
}

#comments-template ul.deals {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments-template ul.deals li {
	width: 100%;
	position: relative;
	float: left;
}

#comments-template ul.deals li span.deal-name {
	display: block;
	font-size: 200%;
	font-weight: bold;
}

#comments-template ul.deals li span.ds-vote-links {
	display: block;
	float: left;
	position: absolute;
	z-index: 2;
	top: 110px;
	right: 0;
}

#comments-template ul.deals li span.ds-vote-links a.ds-vote-link {
	text-decoration: none;
	padding: 4px 5px;
	display: block;
	float: left;
	width: 85px;
	text-align: center;
	font-size: 30px;
}

#comments-template ul.deals li span.ds-vote-links a.ds-vote-link:hover {
	background: #fff;
	cursor: pointer;
}

#comments-template .results {
	float: left;
	width: 100%;
	border-top: 5px solid #aa2c13;
	padding: 10px 0;
	margin-bottom: 5px;
}

#store-information-line {
	float: left;
	width: 100%;
	border-top: 5px solid #aa2c13;
	padding: 0;
	margin: 0;
}

#storeTags {
	margin: 0;
	padding: 0;
}
#storeTags li {
	list-style: none;
	display: block;
	float: left;
	padding: 5px 6px;
	margin: 0 1px 1px 0;
	color:  #fff;
	font-size: 10px;
	background: #aa2c13;
}
#storeTags li a {
	text-decoration: none;
}
#storeTags li a:hover {
	color:  #fff;
	text-decoration: underline;
}
#tagCloud {
	margin-bottom: 20px;
}
#tagCloud .orange {
	color:  #aa2c13;
	text-transform: uppercase;
}
.clearboth {
	clear: both;
}

.pagination a:hover {
	color: #fff;
}

#comments-template ol.commentlist {
	list-style:none;
	padding:0;
	margin:0;
	float: left;
}

div.coupon {
	width: 674px;
	position: relative;
}

div.coupon-info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 674px;
	position: relative;
}

.coupon-info .label {
	font-weight: bold;
	font-size: 14px;
}

span.coupon-title {
	display: block;
	margin: 0 0 3px 0;
	width: 445px;
	color: #aa2c13 !important;
}

span.coupon-desc {
	display: block;
	margin-bottom: 15px;
	width: 445px;
}

span.coupon_expiry {
	margin-left: 15px;
	color: #aa2c13;
}

span.coupon-works,
span.deal-works {
	float: right;
	display: block;
	width: 64px;
	position: relative;
}

span.coupon-works .label {
	margin: 10px 10px 0 0;
	position: absolute;
	bottom: 10px;
	left: -103px;
}

a.cs-vote-link,
a.ds-vote-link {
	display: block;
	position: absolute;
	top: -10px;
	cursor: pointer;
}

a.cs_up_vote,
a.ds_up_vote {
	background: url(images/vote_up.png);
	left: 7px;
	width: 21px;
	height: 20px;
}

a.cs_down_vote,
a.ds_down_vote {
	background: url(images/vote_down.png);
	right: 7px;
	width: 18px;
	height: 19px;
}

span.cs-vote-links,
span.ds-vote-links {
	background: #aa2c13;
	float: right;
	display: block;
	padding: 5px 7px;
	width: 50px;
	position: relative;
}

span.coupon-value,
span.deal-value {
	float: right;
	display: block;
	background: #aa2c13;
	padding: 5px 7px;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

span.coupon-vote-section,
span.deal-vote-section {
	float: right;
	display: block;
	width: 64px;
}

span.coupon-name {
	background: #aa2c13;
	padding: 4px 6px;
	font-size: 16px;
	position: relative;
}

.coupon-tool-tip {
	background: #625e5b;
	border: 1px solid #aa2c13;
	position: absolute;
}
.click-to-reveal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/reveal.gif);
}
.show-button {
	background: #aa2c13;
	text-decoration: none;
	padding: 6px 6px;
	float:  left;
	margin: -4px 5px 0 0;
	font-size: 13px;
	color: #fff;
}

span.coupon-name strong.hover {
	text-decoration: underline;
}

div.coupon-info .label {
	color: #fff;
}

.coupon div.comment-author.vcard {
	width: auto;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
}

#coupons-results li.comment {
	background: #6c6865;
	border: #aa2c13 1px solid;
	padding: 7px;
	width: 674px;
}

h2.deal-header {
	border-bottom: 5px solid #aa2c13;
	float: left;
	width: 300px;
	position: relative;
	margin: 14px 0;
}

span.deal-works {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
}

span.deal-desc span.label {
	font-weight: bold;
}

span.deal-works span.label {
	font-size: 12px;
	margin-right: 4px;
	position: absolute;
	bottom: 0;
	width: auto;
	float: right;
	left: -90px;
}

span.deal-name {
	display: block;
	float: left;
	width: 200px;
	min-height: 45px;
  	height: auto !important;
  	height: 45px;
}

span.deal-value {
	font-size: 13px;
	min-height: 20px;
  	height: auto !important;
  	height: 20px;
}

span.deal-value.no-votes {
	font-size: 10px;
}

span.deal-desc {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

span.deal_expiry {
	display: block;
	float: left;
	width: auto;
}

span.deal_expiry span.label {
	font-weight: bold;
}

div.deal-info {
	float: left;
}

.deal div.comment-author.vcard {
	float: left;
	font-size: 13px;
}

.deal span.says {
	font-weight: bold;
}

.deal a.redeem {
	float: right;
	background: #aa2c13;
	text-decoration: none;
	margin: -3px 20px 0 0;
	padding: 3px 5px;
}

.deal a.redeem:hover {
	background: #fff;
}

/* FORMS */

textarea {
	background:#6c6865 !IMPORTANT;
	border:1px solid #aa2c13 !IMPORTANT;
	width:665px !IMPORTANT;
	padding:10px !IMPORTANT;
	color:#fff !IMPORTANT;
	outline: none;
}

input {
	background: #6c6865;
	color:#fff;
	border:1px solid #aa2c13;
	font-size: 12px;
	padding: 3px 4px;
	outline: none;
}

input[type=submit] {
	background:#aa2c13;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	padding:4px 10px;
}

input.submit {
	background:#aa2c13;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	padding:4px 10px;
}

input[type=submit]:hover {
	background:#fff;
	color:#aa2c13;
}


#common-inputs {
	float: left;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}

#common-inputs input {
	width: 205px;
	font-size: 14px;
	padding: 5px 7px;
}

#common-inputs p {
	width: 230px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#common-inputs p label {
	float: left;
	display: block;
	padding:0 0 0 2px;
}

/* COMMENTS */

.comment {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.comment ul.ratings {
	margin-right: 15px;
}

.comment .deal ul.ratings {
	display: none;
}

#deals-results li.comment {
	width: 340px;
	float: left;
}

.comment .deal {
	padding: 10px;
	width: 320px;
	float: left;
}

#review-overall {
	float: left;
	width: 180px;
}

#review-overall h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 17px;
}

#review-control {
	font-size: 17px;
	font-weight: normal;
	color: #aa2c13;
	margin-top: 0;
}

#review-hide {
	cursor: pointer;
	background: url(images/hide-button.gif) no-repeat top right;
	padding-right: 23px;
}

#review-hide.show {
	background: url(images/show-button.gif) no-repeat top right;
}

#review-control,
#review-results,
#review-pagination {
	float: right;
	width: 500px;
}

#review-bar {
	padding: 0;
	margin: 0;
}

#review-hide {
	float: right;
}

div.comment-author.vcard {
	font-size: 16px;
	margin-bottom: 6px;
}

div.comment-author.vcard cite.fn {
	font-style: normal;	
}

div.comment-author.vcard cite.fn a.url {
	text-decoration: none;
	color: #aa2c13;
}

div.comment-author.vcard cite.fn a.url:hover {
	color: #fff;
}

img.avatar.avatar-16.photo {
	margin-bottom: -2px;
}

.expand {
	cursor: pointer;
}

/* LITTLE STARS */

.little-star-rating {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

.little-star-rating li {
	display: block;
	float: left;
	width: auto;
}

.little-star-label {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.little-stars {
	display: block;
	float: left;
	padding: 0;
	margin: 0 9px 0 0;
	width: 60px;
	height: 10px;
}

.little-star {
	display: block;
	padding: 0;
	margin: 0;
	width: 12px;
	height: 10px;
	float: left;
}

.little-star.full {
	background: url(images/star-little.png) no-repeat 0 0;
}

.little-star.empty {
	background: url(images/star-little.png) no-repeat -12px 0;
}

/* PAGINATION */

.pagination span,
.pagination a {
	display: none;
}

.pagination .prev,
.pagination .next {
	display: block;
	width: 100px;
}

.pagination .prev {
	float: left;
	padding-left: 23px !important;
	background: url(images/prev-button.gif) no-repeat top left;
}

.pagination .next {
	float: right;
	text-align: right;
	padding-right: 23px !important;
	background: url(images/next-button.gif) no-repeat top right;
}

/* @group Coupons */

#commentform ul.coupons {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

#commentform ul.coupons li {
	margin-bottom: 5px;
	font-size: 10px;
}

#commentform ul.coupons li label {
	display: block;
	float: left;
	padding: 4px 0 0 0;
	width: 130px;
	font-size: 14px;
	font-weight: bold;
}

#commentform ul.coupons li input {
	width: 200px;
	font-size: 14px;
	padding: 5px 7px;
}

#commentform ul.coupons li textarea#cs_desc {
	float: left;
	display: block;
	font-size: 14px;
	width: 528px !important;
	height: auto;
}

/* @end */

/* @group Deals */

#commentform ul.deals {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

#commentform ul.deals li {
	margin-bottom: 5px;
	font-size: 10px;
}

#commentform ul.deals li label {
	display: block;
	float: left;
	padding: 4px 0 0 0;
	width: 130px;
	font-size: 14px;
	font-weight: bold;
}

#commentform ul.deals li input {
	width: 200px;
	font-size: 14px;
	padding: 5px 7px;
}

#commentform ul.deals li textarea#ds_desc {
	float: left;
	display: block;
	font-size: 14px;
	width: 528px !important;
	height: auto;
}

/* @end */

/* @group Rating */

h2#comments {
	background: #f3f2ed;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	color: #333;
	padding: 10px;
}

h3#respond {
	clear: right;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
	color: #c00;
	padding: 0;
	border-bottom: 2px solid #c00;
}

#comments h3.review {
	clear: right;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	color: #333;
	font-family: Arial;
	font-size: 10pt;
}

#comments p {
	margin-top: 5px;
	font-size: 9pt;
	color: #333;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	display: inline;
}

#comments .rating_value {
	padding-right: 10px;
}

.ratings_box {
	width: 179px;
	margin: 0;
	padding: 0;
	float: right;
	/*position: absolute;
	right: 0;
	top: 0;*/
}

.ratings_box h3 {
	margin: 0;
	padding: 13px 0 3px 0;
	font-size: 14px;
}

ul.ratings {
	width: 179px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

ul.ratings li {
	background: #aa2c13;
	margin-bottom: 5px;
	float: left;
	width: 179px;
}

.rating_label {
	display: block;
	float: left;
	font-size: 13px;
	padding: 4px 0 4px 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.rating_label a {
	text-decoration: none;
}

.rating_label a:hover {
	color: #fff;
}

.rating_value img {
	padding-right: 1px;
}

.rating_value {
	padding: 4px 10px 4px 0;
	font-family: Arial;
	font-size: 13px;
	display: block;
	float: right;
}

.rating_value .no_ratings {
	color: #666;
	
}

#commentform ul.ratings {
	float: left;
	width: 100%;
}

#commentform ul.ratings li {
	float: left;
	width: 171px;
	margin: 0;
	margin-right: 1px;
}

#commentform .rating_value a {
	width: 16px;
	height: 15px;
	cursor: pointer;
}

#commentform .rating_value {
	padding-right: 15px;
}

#commentform .rating_label {
	padding: 7px 0 0 15px;
	font-size: 9px;
}

/* @end */