/* Comparation list */
#comparation-header-text,
#coupons-header-text{
	padding-bottom:10px;
	padding-top:10px;
	margin:0 0 10px 0;
}

#comparation-header-text h2,
#coupons-header-text h2{
	margin:0px;
}

#comparation-list{
	height:300px;
	margin-top:5px;
	overflow:hidden;
}

#comparation-list-ctrl{
	clear:both;
	text-align:right;
	margin-top:5px;
	display:none;
}

.up, .down{
	cursor:pointer;
}

/* Coupons */
.coupon{
	padding: 10px 0;
	text-align:center;
	float:right;
}

.coupon-title{
	font-weight:bold;
}

.coupon-date{
	font-variant:small-caps;
}

.coupon-picture{
	margin: 5px 0;
}

.coupon-picture img{
	border:1px solid #56741A;
}
	
.coupon-content{
	text-align:left;
}

.right-column .align-right{
	border-left:1px dotted #888E51;
	margin-left:10px;
}

table h2{
	margin:0px;
	color:#56741A;
}

.review-input,
.review-select,
.review-textarea
{
	width:100%;
}

.review{
	border-bottom:1px dotted #888E51;
	margin-bottom:10px;
}

.review div{
	margin-bottom:5px;
}

.review img{
	margin-right:1px;
}	

.review .review-author,
.review .review-recommend
{
	font-size:14px;
	font-weight:bold;
	color:#56741A;
	margin-right:5px;
}

.review .review-date{
	font-size:14px;
	color:#56741A;
	margin-right:5px;
}

.review .review-subject{
	font-weight:bold;
	font-style:italic;
}

.captcha{
	cursor:pointer;
	border:1px dotted #888E51;
}

.error{
	border:1px dotted #FF0000;
	color:#FF0000;
	text-align:center;
	margin-top:20px;
	padding:20px;
}

.message{
	border:solid 1px #56741A;
	color:#56741A;
	text-align:center;
	margin-top:20px;
	padding:20px;
}

.twitter-ico{
	position:absolute;
	left:0px;
}

#content-bottom{
	margin-left:50px;
}

#twitter-container{} /*Juitter container*/

#twitter-container .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#twitter-container .twittLI{list-style:none;background:#FFFFFF;margin:0;padding:5px 0 0 0;border-bottom:dotted 1px #888E51;padding:3px;clear:both;height:55px;} 
#twitter-container .twittList SPAN.time{color:#777;font-size:0.9em; clear:both;}
#twitter-container .twittList A{color:#1D4958;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#twitter-container .juitterAvatar{float:left;border:solid 1px #888E51;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#twitter-container .jRM{float:right;clear:both} /*read it on twitter link*/

#twitter-container .extLink{} /*CSS for the external links*/

#twitter-container .hashLink{} /*CSS for the hash links*/