/* Buys.gr CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset css*/


body {
	margin: 0;
	padding: 0;
	background: #e8e9e9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777;
}
strong {
	font-weight:bold;
}
#bg{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/background.jpg) #378da6 no-repeat center;
	height:559px;
	width:100%;
}

#main {
	width:1000px;
	text-align:center;
	margin:0 auto;
}

#header{
	background: url(../images/header_frame.png) #378da6 no-repeat center;
	height:220px;
}

#header_top {
	width:100%;
	height:170px;
}

#logo-link{
	margin: 20px 12px 11px 37px;
	width:300px;
	height:130px;
	float:left;
}

#header_date {
	float:right;
	color:#C7C7C7;
	font-size:11px;
	margin-right: 30px;
    padding: 10px 0 0;
}

#searchbox {
	float:right;
	margin: 0 15px 0 0;
}

#searchbox #searchfield{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    width: 230px;
	vertical-align: middle;
	float:left;
	margin-top: 7px;
	font-size:14px;
}

#searchbox #searchbtn{
	width:24px;
	height:24px;
	margin:5px 0;
	margin: 3px 5px;
	border:none;
}

#header_options {
	margin:32px 10px 0 0;
	width:450px;
	float:right
}

#header_buttons{
	margin:20px 0 0 0;	
}

 #button_rss, #button_contact {display:inline}
 #button_rss {
	margin-right:20px;
}



#button_rss{
	width:29px;
	height:45px;
	background:url(../images/button_rss.png) no-repeat top left;
	display:block;
	float:right;
}

#button_contact{
	width:54px;
	height:45px;
	background:url(../images/button_contact.png) no-repeat top left;
	display:block;
	float:right;
	margin:0 20px 0 0;
}

#menu {
	padding: 10px 10px 10px 45px;
    text-align: left;
	
}

#menu ul {
	display:inline;
	}

#menu ul li {
	margin:0 30px 0 0;
	display:inline;
	padding:26px 18px 10px;
}
#menu ul li.selected, #menu ul li:hover {
	background:#87C500;	
}

#menu ul li a, #menu ul li a:active, #menu ul li a:visited {
	font-size:18px;
	color:#004B77;
	text-decoration:none;
}

#menu ul li.selected a, #menu ul li:hover a {
	color:#ffffff;
}

#fb-top {
	 float: right;	
	 margin-top: 3px;
	}
#google-plus{
	float:right;
	width: 93px; 
	overflow:hidden;
}
#featured {
	background:url(../images/offer_frame.png) transparent no-repeat center;
	width:100%;
	height:303px;
	position:relative;
}

.featured-left {
	width:26px;
	height:50px;
	background:url(../images/offer_prev.png) transparent no-repeat left;
	position:absolute;
	top:120px;
	left:4px;
}

.featured-right {
	width:26px;
	height:50px;
	background:url(../images/offer_next.png) transparent no-repeat left;
	position:absolute;
	top:120px;
	right:4px;
}


.featured-offer {
	padding:22px 0 22px 0;
}

.featured-desc {
	margin: 0 20px 0 40px;
    width: 460px;
	float:left;
}

.featured-img {
	width:450px;
	float:left;
}

.featured-desc h3{
	font-size: 30px;
    margin: 60px 0 25px;
    width: 460px;
	color:#3F6B79;
}

.featured-desc a, .featured-desc a:visited, .featured-desc a:hover{
	color:#3F6B79;
	text-decoration:none;
}

.featured-desc p{
	font-size:13px;
	color:#5a5a5a;
	line-height:1.4em;
}


#content {
	width:100%;
	position:relative;
	background: url(../images/main_frame_pattern.png) transparent repeat-y top left;
	z-index:1;
	margin-top:10px;
}

#content-top {
	background:url(../images/main_frame_header.png) transparent no-repeat top left;
	width:100%;
	height:36px;
	position:absolute;
	top:-10px;
	left:0;
	z-index:-1;
}

#left {
	float:left;
	width:665px;
	margin:0 0 0 25px;
	height: 100%;
	min-height: 600px;
}

#cities-menu {
	background:url(../images/filter_frame.png) transparent no-repeat left;
	margin:12px 0 0;
	padding: 10px 10px 10px 28px;
	height:45px;
	text-align:left;
	font-size:15px;
}
#cities-menu h2{
	background-color: #87C500;
    color: #FFFFFF;
    display: inline;
    margin-top: 0;
    padding: 11px 20px 10px;
    position: absolute;
	font-weight:bold;
	font-size:16px;
}
#cities-menu ul {
	margin-top:11px;
}

#cities-menu ul li {
	display:inline;
	padding:12px 18px 8px;
	position: relative;
}
#cities-menu ul li.selected, #cities-menu  ul li:hover {
	background:#87C500;	
}

#cities-menu ul li a, #menu ul li a:active, #cities-menu  ul li a:visited {
	
	color:#004B77;
	text-decoration:none;
}

#cities-menu ul li.selected a, #cities-menu ul li:hover a {
	color:#ffffff;
}

#cities-menu li ul {
	position: absolute;
	top:38px;
	left:-999em;
	height: auto;
	width: 210px;
	margin: 0px;
	padding: 0px;
	display:block;
	z-index: 4;
}

#cities-menu li ul li{
	display:block;
	background:#E8E9E9;
	padding:7px 0;
	border-bottom:1px dashed #c6c6c6;
}

#cities-menu li ul li .selected{
	background:#87C500;
}

#cities-menu #other-cities a, #cities-menu #other-cities a:visited{
	color: #004b77;
    display: block;
    padding: 2px 0 2px 11px;
    width: 100%;
}

#cities-menu #other-cities .selected a,#cities-menu #other-cities a:hover{
	color:#fff;
}

#cities-menu #other-cities{	
	z-index:10;
}

#cities-menu li:hover ul, #cities-menu li li:hover ul, #cities-menu li li li:hover ul, #other-cities:hover {
	left: 0;
	background:#CCC;
		
	min-width:80px;
	z-index:100;
}

#cities-menu .small-menu{
	font-size:12px;
}

#cities-menu .small-menu li{
	display:block;
}

#oles {
 	background:url(../images/down_arrow1_up.png) transparent no-repeat right center;
}

#right {
	float:left;
	width:305px;
	height: 100%;
	position:relative;
}

#newsletter_box {
	background:url(../images/newsletter_frame.png) transparent no-repeat top left;
	width:100%;
	height:167px;
	right: 0;
    position: absolute;
    top: -5px;
}

#email_error {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 2px solid #99BA16;
    border-radius: 3px 3px 3px 3px;
    bottom: -36px;
    color: #87A413;
    left: 22px;
    padding: 5px;
    position: absolute;
    font-weight: bold;
}

#city-select {
    position: relative;
}

.clear {
	clear:both;
	float:none;
}
#sorting {
	background:url(../images/sort-desc.png) transparent no-repeat center left;
 	margin-left: 5px;
    padding-left: 27px;
}

#sorting li{
	display:inline;
	font-size:14px;
}
#sorting .clean, #sorting .clean li:hover{
	background:none !important;
	margin:0 2px;
	padding:0;
	
}



#sorting a, #sorting a:visited{
	color:#777777;
	text-decoration:none;
}

#sorting a:hover, #sorting .selected a{
	color:#FF6900;
	text-decoration:underline;
}

#grid-or-not {
	float:right;
	margin-right: 15px;
}

#container-info{
	font-size:20px;
	color:#ff6900;
	margin: 35px 0 20px;
}

.offer {
	margin-right:8px;
	float:left;
}

.offer-box {
	width:210px;
	height:325px;
	border:1px solid #C9C9C9;
/*	position:relative;*/
}

.offer-box:hover{
	background-color:#CAEA4A;
}
	

.offer-bottom {
	background:url(../images/plaisio_shadow.png) transparent no-repeat top left;
	width:210px;
	height:20px
}

.offer-inner {
	margin:5px;	
}

.offer-image {
	margin:0 0 10px 0;
/*	position:relative;*/
	width:200px;
	height:120px;
	text-align:center;
}

.offer-image span {
	background:#000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=60);
	/* Netscape */
	-moz-opacity: 0.6;
	/* Safari 1.x */
	-khtml-opacity: 0.6;
    /* Good browsers */
	opacity: 0.6;
	float:left;
	width: 200px;
	height:25px;
	margin-top:-25px;
}

.offer-image .special-image {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=60);
	/* Netscape */
	-moz-opacity: 0.6;
	/* Safari 1.x */
	-khtml-opacity: 0.6;
    /* Good browsers */
	opacity: 0.6;
	float:left;
	width: 80px;
	height:80px;
	margin-top:-120px;
	margin-left: 120px;
}

.offer-image span label {
	color:#fff;
	display: block;
    padding: 4px;
}

.button-more {
	width:117px;
	height:27px;
}

.more-offers{
	background:url(../images/button_more_offers.png) transparent no-repeat top center;
	padding: 4px;
	height:24px;
}	
.more-offers a, .more-offers a:visited{
	text-align: center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
}
.more-offers a:hover{
	text-decoration:underline;
}
.offer-button {
	margin-top: 5px;
	display:inline;
	float: right;
	margin-right: -5px;
}
.left-side-desc {
	width: 280px;
	float:left;
}

.under-image{
	margin-left:10px;
}
.offer .pricebox {
	border-top: 1px solid #D1D1D1;
	margin: 7px 1px 4px;
    padding: 0 2px;  
   
}

.offer .sm-offer-desc{
	color:#5A5A5A;
	height:52px;
	
}

.offer .sm-offer-desc strong{
	font-weight:bold;
}

.offer .sm-offer-desc .big-link{
	display:block;
	width:200px;
	height:150px;
	text-decoration:none;
	color:#5A5A5A;
}
.offer .offer-disc {
	float:right;
	margin-top: 5px;
	padding-left:12px;
	min-width: 88px;
	border-left:1px solid #D1D1D1;
}

.offer .offer-endtime {
	border-top: 1px dashed #CCCCCC;   
    padding:6px 0 6px;
	height:13px;
}
.offer .offer-endtime .big-small-text{
	font-size:16px;
}
.offer .big-price {
	font-size:25px !important;	
	
	
}
.offer .pricebox.last {
	border-right: none;
}

.offer .pricebox label {
	font-size:13px;
	color:#8E8E8E;
	margin-bottom:10px;
	
}
.offer .offer-price{
	display: block;
    margin-top: 15px;
    text-align: right;
	color: #FF6900;
}

.offer .pricebox span {
	font-size: 14px;
    margin: 5px 0 0;
}

.offer .pricebox span.smalltext {
	font-size:13px;
	display:inline;
	margin-top: -1px;
	float:right;
}

.offer-last {
	margin-right:0;	
}

#back-to-top {
	padding:10px;
	text-align:right;
}

#back-to-top a, #back-to-top a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#thecity {
	display:block;
	width:175px;
	height:22px;
	margin: 80px 10px 0 106px;
	cursor:pointer;
}

input#email{
	margin: 24px 8px 0 28px;
	border: 0px;
	display:inline;
	width:168px;
}
input#sub_button{
	display:inline;
    margin: -2px 0px 0 0;
	vertical-align:text-top;
}
#newsletter-space{
	width:305px;
	height:161px;
	display:block;
}
.side_category{
	margin:23px 0px 23px 15px;
}

.side_category h3{
	font-size:21px;
	color:#004B77;
	margin-bottom:18px;
}

.side_category li{
	
	list-style:none;
	background:url(../images/bullet.png) transparent no-repeat center left;
	padding:10px 0 10px 18px;
	width:120px;
	float:left;
	margin-right:6px;
	
}
.side_category ul{
	
}
.side_category li a, .side_category li a:visited{
	text-decoration:none;
	color:#004B77;
	font-size:14px;
	border-bottom:1px dashed #C6C6C6;
	padding-bottom: 5px;
	
}
.side_category li a:hover, .side_category li:hover {
	background-color:#f5f5f5;
	
}
.side_category li:hover a{
	color:#87C500;
}

.side_category .selected{
	background-color:#f5f5f5;
}

.side_category .selected a, .side_category .selected a:visited{
	color:#87c500;
	
}

.side_category .full-line{
	float:none;
	width: 260px;	
}

.side_category .category-break{
	float:none;
	width:200px;
	width: 270px;
	display:block;
	height: 15px;
	padding:0;	
	clear:both;
	background:none;
	padding:5px 0;
}
.side_category .category-break hr{

	height:1px;
	background-color:#A1CF3E;
	border: 0;
}
.side_category .category-break:hover{
	background:none;
}

.side-line{
	height:1px;
	display:block;
	background-color:#D7D7D7;
	margin-top:28px;
}

.times-range li {
	float:none;
	width:88%;
	border-bottom:1px dashed #C6C6C6;
}

.times-range li a{
	border:none;
	padding: 8px 160px 8px 0px;
}

.deal-sites li a{
	font-size:13px;
}

.offer-number{
	color: #8E8E8E;
    font-size: 12px;
}

#footer {
	width:100%;
	height:460px;

}

#footer-head{
	font-size:11px;
	
	padding:1px 0 0 0;
	color:#fff;
	background:url(../images/footer_top.png) transparent no-repeat top left;
	height:98px;
}

#footer-head #copyright{
	margin:65px 10px 2px 30px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer-head #footer-menu{
	float:right;
	margin:64px 38px 0 0;
}

#footer-head #footer-menu li{
	display: inline;
	list-style:none;
}

#footer-head #footer-menu a {
	color:#fff;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
}

#footer-line{
	background: #FFF;
	height:1px;
	margin:0 5px 25px 9px ;
	color:#000;
}
#footer-main{
	padding: 20px 30px 0px;
	color:#FFF;
	font-size:14px;
	background:url(../images/footer-slice.gif) transparent repeat-y top left;
}
#footer-main-text{
	width:540px;
	float:left;	
	padding:0 8px 1px 8px;
	line-height:185%;
	
}
#footer-main-text h3{
	font-size:18px;
	font-weight:bold;
	padding: 0 0 20px 0;
}
#footer-main-text a, footer-main-text a:visited{
	color:#fff;
}
#footer-main-text p{
	margin-bottom:10px;
}
#footer-main-fb{
	width:380px;
	background-color:#000;
	height:308px;
	float:left;
}

#footer #kerdizo-text{
	background-color:#ccc;
	color:#000;
	padding-left:5px;
	margin-top:30px;
}

#footer #kerdizo-text a, #footer #kerdizo-text a:visited, #footer #kerdizo-text a:hover{
	color:#AC761F;
	text-decoration:none;
}

#footer-ending{
	background:url("../images/footer_bottom.png") transparent no-repeat top left;
	height:26px;
}
.big-ad{
	text-align:center;
	margin-top:-15px;
	background: url("../images/main_frame_pattern.png") repeat-y scroll left top transparent;
}
.main-fr-top{
	background:url("../images/main_frame_header.png") transparent no-repeat top left;
	height:26px;
}
.main-fr-bottom{
	background:url("../images/ads_fr_bottom.png") transparent no-repeat top left;
	height:16px;
	margin-top: -11px;
}
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:980px;
	height:241px;
	overflow:hidden; 
	}	

#slider .slider-bar {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
    /* Good browsers */
	background: none repeat scroll 0 0 #fff;
    color: #222;
    float: left;
    font-size: 20px;
    height: 27px;
    margin-top: -36px;
    opacity: 0.7;
    padding: 7px 10px 4px;
    text-align: right;
    width: 430px;
	text-decoration:none !important;
	cursor:pointer;
}



p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-160px;
	}	
#nextBtn { 
	left:800px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/offer_prev.png) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../images/offer_next.png) no-repeat 0 0;	
	}
ol#controls {
	margin:10px 0 0 38px;
}
ol#controls li {
	display:inline;
}
ol#controls li a{
	display:inline;
	height:30px;
	line-height:28px;
	background:url(../images/offer_numbering_roll.png) no-repeat 2px 2px;
	color:#fff;
	padding:5px 12px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:url(../images/offer_numbering_up.png) no-repeat 2px 2px;
	color:#fff;
	}
	
/*Contact Form*/	
#contact-form form{
    background: #eee;
    border:1px solid #ccc;
    padding:10px;
	margin: 10px;
    width: 608px;
}

#contact-form h3 {
    margin: 5px 0 5px 0 !important;
	font-size:16px;
	font-weight:bold;
}

#contact-form legend, #contact-form label {
    display: block;
    margin:0 0 2px 0;
}

#contact-form input, #contact textarea {
    display: block;
    margin:0 0 6px 0;
}
#contact-message{
	text-align:center;
}

.post{
	margin:10px 20px 10px 10px;
	line-height:180%;
}

.post p{
	margin:8px 0;
}

.post h2{
	margin:20px 0;
	font-size:15px;
	font-weight:bold;
	color:#000;
}

.post strong{
	font-weight:bold;
}
.post a, .post a:visited{
	color:#004B77;
	text-decoration:none;
}

.post a:hover{
	color:#87C500;
}

.post .post-box{
	width:190px;
	height:212px;
	float:left;
	padding:5px;
	margin-right:8px;
	border:1px solid #999;
	text-align:center;
	display:table-cell;
}
.post .post-box h3{
	font-weight:bold;
	color:#004B77;
	text-align:center;
	margin:8px 0;
	font-size: 14px;
}
.post .post-box p{
	line-height:125%;
	margin:10px;
}
#deal_head{
	height:70px;
	background:url(../images/filter_frame.png) transparent no-repeat bottom;
	margin-top:20px;
}

.deal_head_box{
	float:left;
	margin: 10px 20px 0 20px;
}
.deal_menu_stext{
	display: block;
    margin-bottom: 11px;
	font-size:13px;
	color:#929292;
	font-weight:normal;
}
#deal_head .right_line{
	border-right: 1px solid #8C8C8C;
    float: left;
    height: 24px;
    margin-top: 32px;
}

#deal_city_top{
	font-size:20px;
	font-weight:bold;
	color:#004B77;
	display:block;
}
#deal_cat_top{ 
	font-size:20px;
	color:#004B77;
}
#deal_head .no_right_marg {
	margin-right:0;
}

#deal_head .time-ends{
	float:right;
	margin-right:25px;
	background:url(../images/clock_icon.png) transparent no-repeat left top;
	padding: 0 0px 4px 46px;
	color:#ff6900;
	font-size:15px;
}
#deal_main_details{
	margin:20px 20px 0 0;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom:10px;
	color: #5A5A5A;
}

#deal_main_details #deal_image{
	background:url(../images/photo_frame.png) transparent no-repeat left top;
	padding:4px 12px 0 6px;
	height:215px;
	width:260px;
	float:left;
}
#deal_main_details #deal_description{
    float: right;
    font-size: 15px;
    line-height: 150%;
    width: 355px;
}
#deal_main_details #deal-social{
	float:right; 
	width:105px; 
	padding:0 0 0 6px; 
	text-align:left;
	display:none;
}

#deal_main_details #deal-social .deal-s-fb{
	margin-bottom:10px;
}

#deal_main_details #buy-now{
	margin:25px 0 12px 0;
	float:right;
	width:335px;
	text-align:right;
}

#deal_main_details .show-price{
	text-align:right;
	font-weight:bold;
	font-size:13px;
	display:block;
	padding:4px 2px;
}

#deal_main_details .big-price{
	color:#ff6900;
	font-size:40px;
	
}
#sub-details {
    color: #FF6900;
    font-size: 28px;
    margin: 14px 20px;
}


#sub-details li {
    float: right;
    text-align: center;
    padding:0 30px;
	border-left: 1px solid #D8D8D8;	
}

#sub-details .vsm-title {
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sub-details .deal-vsm-company{
	float:left;
	padding:0;
	border:none;
}
.plaisio_shadow{
	display:block;
	height:20px;
	background:url(../images/plaisio_shadow_big.png) transparent no-repeat center top;
}
#map {
	height:220px;
	width:240px;
	border:1px solid #D8D8D8;	
	
}

#deal-more-details{
	margin-top:20px;
}
#deal-more-details #deal-more-left{
	width:240px;
	float:left;
	border-right:1px solid #D8D8D8;
	padding-right:16px;
	overflow:hidden;
	
}

#deal-more-details .deal-more-options{
	display:block;
	font-size:16px;
	margin-bottom:10px;
	
}

#deal-more-details #deal-more-right{
	float:left;
	padding:8px;	
	line-height:150%;
	color:#5A5A5A;
}

#deal-more-details .fixed-width {
	width:390px;
}

#deal-more-details #deal-more-right p{
	margin:8px 0;
}

#deal-more-line{
	width:1px;
	background-color:#666;
	float:left;
}

#fb-comments{
	margin:20px 20px 0 0;
	display:block;
}

#relative-offers{
}

#relative-offers h3{
	margin: 2px 0 15px 0;
	font-size:18px;
	font-weight:bold;	
}

.fb-line{
	margin:8px 0 0 10px;
	
}

.deal-comp-box{
	float:left;
	border: 1px solid #8e8e8e;
	margin:0 12px 12px 0;
	text-align:center;
	padding:4px;
}

.deal-comp-box .deal-comp-title{
	text-align:center;
	display:block;
	padding-top:8px;
}

.deal-comp-box .deal-comp-site{
	text-align:center;
	display:block;
	padding-bottom:8px;
	font-size:11px;
}

#my-filters{ 
	color:#838383;
	font-size:13px;
	margin-top:8px;
}
#my-filters h2{
	display:inline;
	font-size:14px;
	font-weight:bold;
}
#my-filters li{
	display:inline;
	margin:0 10px;
	padding-bottom:4px;
	border-bottom:1px dashed #C6C6C6;
}
#my-filters li img{
	vertical-align:middle;
}

/* Pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #B1D43A;
	
	text-decoration: none; /* no underline */
	color: #B1D43A;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #5D9800;

	color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
	border: 1px solid #B1D43A;	
	font-weight: bold;
	background-color: #B1D43A;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	color: #bbb;
}
.old-offer-text{
    color: #FF6900;
    display: block;
    font-weight: bold;
    margin: 0 !important;
    text-align: center;
}
#message{
	background:url(../images/newsletter_thanks.png) transparent no-repeat top left;
    height: 85px;
    padding: 40px 20px;
    width: 265px;	
}

#message h2{
	color: #004B77;
    font-size: 22px;
    margin: 0 0 10px 7px;
}

#message p{
	color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 150%;
	padding: 0 8px;
}

#tagcloud{
	margin-right:8px;
	line-height:180%;
}
#tagcloud a{
	display:inline;
	text-decoration:none;
	color:#004B77;
	
}

#tagcloud a:hover{
	color:#87c500;
	text-decoration:underline;
}
#no-offers{
	color:#888;
	margin-top:20px;
}
#no-offers p{
	margin:10px 0;
}

.no-offers-dealer{
	color:#ccc !important;
}
.orange{
	color:#ff6900;
}
.offer-old-price{
  	border-right: 1px dotted #DDDDDD;
    float: left;
    margin-top: 4px;
    padding: 5px 0 0;
    width: 93px;
}

.offer-logo{
	float: left;
    padding: 5px;
}

.g-plus1 {
    float: left;
    margin: 4px 0 0 8px;
    width: 40px;
}
.text-list{
	list-style:inside;
}
.text-list li{
	margin:10px 20px;
	line-height: 140%;
}