@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}

td {
    margin: 0px;
    padding: 3px;
}

#head ol, ul {
list-style: none;
}
 
#content ul {
    list-style:disc;
    margin: 15px;
}
#content li {
    margin: 2px;
}
#content p {
    margin-top: 5px;
}

img {
border: 0;
}

h1 {
font-size: 100%;
font-weight: normal;
}

#content h1 {
    font-size:1.4em;
    margin-left:0px;    
    margin-top:5px;
    margin-bottom:5px;    
    font-weight:bold;
    padding:0px 0px 0px 0px;
}

h2  {
    font-size:1.2em;
    margin-top:0px;
    margin-bottom:3px;    
}

h3  {
    font-size:1em;
    margin-top:0px;
    margin-bottom:3px;    
}

h4  {
    font-size:1.1em;
}

h5  {
  font-size:1em;
}

h6 {
  font-size:0.8em;
}

table {
border-collapse:collapse;
border-spacing:0;
}

html, body {
width:100%;
height:100%;
}

body {
font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size:12px; 
line-height: normal;
color: #454646;
background: url(../images/bg.png) top left repeat-x;
}

a {
color: #006699;
text-decoration: none;
}

a:hover {
color: #006699;
text-decoration: underline;
}

input,select,textarea {
    font-size:12px;
}

input[type=submit] {
	padding:5px;
}
input[type=button] {
	padding:5px;
}
input[type=file] {
	padding:5px;
}
    
.input {
    border:1px solid #323334;
    padding-left:5px;
}

acronym {
    cursor: help;
    color: #003366;
}

legend {
    padding:0 0.2em;
}

hr {
    height:1px;
    color:#CCCCCC;
    width:100%;
}
.systemmessages {
    padding-left:5px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;    
    color:#FF0000;
    font-size:12px;
    background-color:#FFFF66;
    font-weight: bold;
}

.pages {
    text-align:center;
    border:1px solid #CCCCCC;
    padding:5px 5px 5px 5px;
    margin:5px 0px 5px 0px;
    background-color:#FFFFFF;
}

.topHeader {
text-align: center;
line-height: 15px;
}

#wrapper {
width: 902px;
margin: 0 auto;
min-height:100%;
height:auto !important;
height:100%;
padding: 0px 50px 0px 50px;
}

#head {
width: 902px;
height: 135px;
position: relative;
background: url(../images/shadow.png) 0px 96px no-repeat;
}

#logo {
height: 51px;
width: 252px;
position: absolute;
left: 22px;
top: 41px;
}

#logo a {
background: url(../images/logo.jpg) no-repeat;    
display: block;
height: 100%;
width: 100%;
}

#logo a span {
position: absolute;
top: -3000px;
}

#regionName {
position: absolute;
left: 322px;
top: 0;
height: 96px;
width: 270px;

}

#regionName img {
float: left;
margin-right: 5px;
}

#regionName h1 {
color: #ff3300;
font-size: 17px;
font-weight: bold;
letter-spacing: -1px;
margin-top: 60px;
position: relative;
}

#regionName h1 span {
/*position: absolute;
width: 100%;
height: 100%;
background: url(../images/town_name.png) 0px 5px no-repeat;
*/
}

#headerBookmarks {
position: absolute; 
left: 604px;
top: 15px;
overflow: hidden;
}

ul.userMenu {
float: right;
margin-top: 59px;
padding-right: 5px;
list-style: none;
}

ul.userMenu li {
float: left;
width: 142px;
height: 33px;
background: url(../images/user_link.png) no-repeat;
margin-left: 9px;
}

ul.userMenu li a {
display: block;
height: 33px;
line-height: 32px;
font-size: 13px;
color: #2a2828;
text-align: center;
}

ul.userMenu li a:hover {
color: #2a2828;
}

#search {
height: 59px;
background: url(../images/top_search.png) top left no-repeat;
padding-left: 8px;
}

.searchInput {
width: 171px;
height: 15px;
border-bottom: 1px solid #e3e9ef;
border-left: 1px solid #e2e3ea;
border-right: 1px solid #e2e3ea;
border-top: 1px solid #abadb3;
font-size: 12px;
}

.searchIcon {
width: 24px;
}

#content {
float: left;
overflow: hidden;
width: 730px;
}

.boxheader {
background: url(../images/content_head.png) top left no-repeat;
height: 33px;
}

.boxheader h3 {
font-weight: bold;
padding-left: 8px;
line-height: 30px;
}

.breadcrumbs {
padding:3px 0px 0px 0px;
}

.categories {
background: url(../images/categories.png) top left repeat-y;
}

.c_top{
background: url(../images/categories_top.png) top left no-repeat;
padding-top: 10px;
}

.c_bot {
background: url(../images/categories_bottom.png) bottom left no-repeat;
padding: 0px 0px 10px 0px;
}

.categories ul {
padding: 5px 0px 5px 8px;
float: left;
margin: 0px;
list-style: none;
}

#content .categorieslinks ul {
margin: 0px;
list-style: none;
}

.categorieslinks li {
margin-top: 2px;
}

#content #CategorySelector ul {
list-style: none;
padding: 0px;
margin: 0px; 
}

#CategorySelector li {
margin: 0px;
}
.quicksearchform{
    font-weight:normal;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px dotted #BBBBBB;
}

.searchformfield {
padding: 5px 0px 5px 0px;
}

.action_button {
float: left;
height: 28px;
position: relative;
left: 50%;
}

.action_button a {
background: url(../images/but_r.png) top right no-repeat;
float: left;
display: block;
height: 28px;
line-height: 26px;
font-size: 12px;
font-weight: normal;
color: #454646;
position: relative;
right: 50%;
}

.action_button a span {
background: url(../images/but_l.png) top left no-repeat;
display: block;
float: left;
padding: 0 27px;
height: 28px;
cursor: pointer;
}

.action_button a:hover, .action_button a span:hover {
text-decoration: underline;
color: #454646;
}



#side {
float: right;
overflow: hidden;
width: 166px;
}

.boxheaderright {
background: url(../images/right_head.png) top left no-repeat;
padding: 5px 0 14px;
}

.boxheaderright h3 {
padding: 0px 3px 0px 3px;
font-weight: bold;
text-align: center;
}

.boxheaderright h3 span {
font-weight: normal;
}

.boxcontent {
padding-bottom: 10px;
}

.boxcontentright {
padding: 3px;
}

.emptyFooter {
clear: both;
height: 95px;
}

#footer {
background: #edeeee;
clear: both;
margin-top: -95px;
height: 95px;
text-align: center;
}

.footerLinks {
padding-top: 22px;
}

.footerLinks a {
padding: 0 14px ;
}

.copyright {
padding-top: 30px;
}


/* --------------------clear float -------------------- */
* html .clearfix {
    height: 1%; /* IE5-6 */
}

.clearfix {
    display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
    display: block;  
}

.clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* old styles */

.comments    {
    font-size:10px;
}

/* Categories view*/
#cats {
    padding:0 0 15px 0
}
#cats ul {
    margin:0px; padding:1px 0px 1px 0px; list-style: none;
}
#cats ul li {
    list-style:none; padding:0 5px 10px 15px;
}
#cats ul li a {
    font: bold 100%  Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}
#cats ul li p {
    margin:2px 0 0 12px;color:#444444; 
}
#cats ul li p a {
    font:normal 100%  Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;; line-height: 170%
}
#cats ul li p a:hover {
    color:#ff0000; font:normal 100%  Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;; line-height: 170%
}
.image{margin:0 7px 5px 0;position:relative;}
.image img{border:1px solid #999999;}
.image:hover img{border:1px solid #D00327}

a.button {
    background-color:#DDDDDD;
    text-transform:uppercase;
    font-size:0.9em;
    padding:10px 10px;
    margin:5px 0px 5px 0px;
    text-decoration:none;
    font-weight:bold;
}    
a.button:hover {
    background-color:#999999;
    font-weight:bold;
    
}

/* prcies and products*/

.source {
    color:#444444;
}    
.source a {
    color:#444444;
}    
.source a:hover {
    color:#FF0000;
}    

.adcode {
    width: 95%;
    font-size:1em;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#content .adcode a {
    text-decoration:underline;
}

.topadcode .adcode {
	text-align:center;
    font-size:1em;
    margin: auto;
    padding: 5px 0px 20px 0px;
 
}
 .offer {
    font-size:12px; 
    width: 95%;
    margin:0px;
    padding-top:5px;
    padding-bottom:20px;
    padding-left:8px;
    /* border-bottom:1px solid #CCCCCC; */
}    


#content .offer h1 {
    font-size:14px;
    margin-left:0px;    
    margin-top:5px;
    margin-bottom:5px;    
    font-weight:bold;
    padding:0px 0px 0px 0px;
    color:#444444;
}

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

#content .offer h2 {
    font-size:1em;
    margin-top:0px;
    margin-bottom:1px;    
}

#content .offer h3 {
    font-size:1em;
    margin-top:0px;
    margin-bottom:1px;
}


.offer .source {
    color:#444444;
    padding-bottom:0px;
}    

.offer .source a {
    color:#444444;
}    

.offer p {
    text-align: justify;
    padding: 0px 0px 0px 0px; 
    margin: 0px 0px 0px 0px;
}    


.offerdetail {
    width: 95%;
    font-size:1em;
    margin:0px;
    padding-bottom:10px;
    /* border-bottom:1px solid #CCCCCC; */
}    

#content .offerdetail h1 {
    font-size:1.3em;
    margin-left:0px;    
    margin-top:5px;
    margin-bottom:5px;    
    font-weight:bold;
    padding:0px 0px 0px 0px;
    color:#444444;
}

#content .offerdetail h1 a {
    text-decoration:underline;
}

#content .offerdetail h2 {
    font-size:1em;
    margin-top:0px;
    margin-bottom:1px;    
}

#content .offerdetail h3 {
    font-size:1.5em;
    margin-top:0px;
    margin-bottom:1px;
}


.offerdetail .source {
    color:#444444;
    font-size:90%;
    padding-bottom:2px;
}    

.offerdetail .source a {
    color:#444444;
}    

.offerdetail p {
    text-align: justify;
    padding: 0px 0px 0px 0px; 
    margin: 0px 0px 0px 0px;
}    

.buttons {
float: right; 
/* text-align: left; */
overflow: hidden;
margin-top:7px;
/*margin-top:7px;
margin-bottom:7px;*/
}


.imageslist {
float: left; padding: 0px 3px 0px 0px; margin: 3px 0px 3px 0px;
}

.clear    { font-size: 1px; line-height: 1px; clear: both; }

.filterform input{
    margin:3px 0px 3px 0px;
}
.filterform form{
    margin:0px;
}



.locationField {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    font-weight:bold;
}

a.locationField {
    font-weight:bold;
}

.comment {
    font-size:9px;
}
.listing {
    font-size:11px;
}
.warning {
    color:#FF0000;
}

.orderByRow{
    border:1px solid #CCCCCC;
    padding:5px 5px 5px 5px;
    background-color:#EEEEEE;
    text-align:right;
}

a.sitemapselect
{
    font-size:10px;
    color:#999999;
}

a.sitemapselect:hover
{
    font-size:10px;
}
a.sitemapselect:visited
{
    font-size:10px;
    color:#999999;
}

#ChangeLocation{margin: 2px 0px 5px 0px; padding: 5px; background: #FFFFFF; border: 1px #AAAAAA solid; width: 890px;  /* position:absolute;   top: 107px; */ }
#ChangeLocationAdd{margin: 2px 0px 5px 0px; padding: 5px; background: #FFFFFF; border: 1px #AAAAAA solid;}

#CategorySelectorForm{ position: relative; top:0px;}
#CategorySelector{margin: 2px 0px 5px 0px; padding: 0px; background: #FFFFFF; border: 1px #AAAAAA solid; width: 720px; position: absolute; top:14px; overflow: auto; left:0;}




.linkButton {
    margin: 7px;
}
a.linkButton {
    background-color:#EEEEEE;
    text-transform:uppercase;
    font-size:0.8em;
    padding:2px;
    text-decoration:none;
    border:1px solid #CCCCCC;  
}    
a.linkButton:hover {
    background-color:#DDDDDD;
}

.subtitle    {
    font-weight:normal;
}
.subtitleline    {
    height: 25px; 
    background-color: #EFEFEF;
    text-align:center;
}

.price {
    color: red;
}

.beguncode {
    background-color:#EEEEEE;
    /* border:1px solid #CCCCCC; */
   width:100%;
    margin-top: 70px;
    margin-bottom: 15px;
}

.offeradslist {
    /* border:1px solid #CCCCCC;  */
    padding-left: 5px;
    background-color: #FFFFFF;
}
.offeradsdetails {
    border:1px solid #CCCCCC; 
    margin-top: 5px;
    padding: 3px;
    background-color: #FFFFFF;
}


#share42 { z-index:1 !important; }
.share42init a {opacity: 0.5}
.share42init:hover a {opacity: 0.7}
.share42init a:hover {opacity: 1}
#share42 {
  padding: 6px 6px 0;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
#share42:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  box-shadow: 0 0 5px #DDD;
}

.offer .imageslist {
	display: none; !important;
}

.im-center{
	text-align: center;
}
@media only screen and (max-width: 760px) {	

	body {
		font-size: 1em;
	}
	.systemmessages {
	    font-size: 1em;
	}
	
	.share42init {
		 display: none; !important;
	}		
	#content {
		float: left;
		overflow: hidden;
		width: 100%;
	}
	#side {
		display: none; !important;
	}
	#wrapper {
		width: 100%;
		margin: 0 auto;
		min-height:100%;
		height:auto !important;
		height:100%;
		padding: 5px;
	}	
	.topHeader {
		display: none;
	}

	#head {
		width: 100%;
	}
    #headerBookmarks {
		display: none;
    } 	
    #logo{	
		width: 60%;
		max-width: 252px;
		position: absolute;
		left: 5px;
		top: 41px;
		overflow: hidden;
    }
	#logo a {
		background-size: 100% 100%;
	}    
	#regionName {
		position: absolute;
		left: 65%;
		top: -10px;
		height: 96px;
		width: 35%;
		overflow: hidden;
	}
	#regionName h1 {
		color: #ff3300;
		font-size: 17px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-top: 60px;
		position: relative;
	}
    #regionName img {
		display: none;
    } 

	ul.userMenu {
		float: left;
		margin-top: 0px;
		padding-right: 5px;
		list-style: none;
	}
    	
	#ChangeLocation {
		width: 100%; height: 100%; top: 20px;
		margin-top:30px;
	}
	#ChangeLocation td {
		display: block; 
		width:100%;
	}
	#ChangeLocation a {
	  display: inline-block;
	  padding: 3px;
	  font-size:100%;
	  
	}	


	#search  {
		height: auto;
	}
	#search .searchIcon  {
		display: none;
	}	
	
	#search td {
		display: block; 
		width:100%;
	}
		
	.searchInput {
		width: 171px;
		height: 15px;
	}

	.categories td {
		display: block; 
		width:100%;
	}
	.categories a {
	  display: inline-block;
	  padding: 5px;
	  font-size:100%;
	}
		
	.offer .imageslist {
		display: block;
	}	
	.imageslist .image {
		width:80px;
	}
	.offer .source img {
		display: none;
	}
			
	a.linkButton {
	    background-color:#FFFFFF;
	    border:0px solid #FFFFFF; 
	    font-weight:bold; 
	}    
	a.linkButton:hover {
	    background-color:#FFFFFF;
	}
			
	.offeradslist {
	    padding-left: 0px;
	}
	
	.offerintro {
	 width: 100%; 
	}	
   
	.offer {
	    font-size:1em; 
	}
	#content .offer h1 {
	    font-size:1em;
	    word-wrap: break-word!important;
	}
	#content .offer .offertitle {
	    font-size:1.3em;
	    word-wrap: break-word!important;
	}	
	.offer strong a { 
		font-size:1.1em;
		word-wrap: break-word!important; 
	}  
	
	.comment {
	    font-size:1em;
	}
	.comments    {
	    font-size:1em;
	}

	.offeradslist {
	    padding-left: 0px;
	    margin:20px 0px 20px 0px;
	    border-bottom: 1px solid #DDDDDD;
	    border-top: 1px solid #DDDDDD;
	}
		
	.listing {
	    font-size:1em;
	}
	a.sitemapselect
	{
	    font-size:1em;
	}	
	a.sitemapselect:hover
	{
	    font-size:1em;
	}	
	a.sitemapselect:visited
	{
	     font-size:1em;
	}	

	.offerdetail td {
		display: block; 
		width:100%;		
	}
	
	.detailedcontent {
		border-bottom: 1px solid #DDDDDD;
		margin-bottom: 10px;
		text-align:left;
	}

	.image img {
		width:100%;
	}
	
	#footer {
		height: 100%;
		font-size: 0.9em;
		line-height: 15px;
	}    
	   
    /* nee classes */

	.sitemaptable td {
		display: block; 
		width:100%;			
	}
	.sitemaptable a {
	  display: inline-block;
	  padding: 5px;
	  font-size:100%;
	}  
 	.offerdetailsleftbtn {
		display: none;
	}
	  
	.offerdetailcontactform input {
		width:100px;
	}		  
	.offerdetailcontactform textarea {
		width:auto;
	}   
	
	.catstree td {
		display: block; 
		width:100%;			
	}
	.catstree a {
	  display: inline-block;
	  padding: 5px;
	  font-size:100%;		
	}
	.categorieslinks td {
		display: block; 
		width:100%;			
	}
	.categorieslinks a {
	  display: inline-block;
	  padding: 5px;
	  font-size:100%;		
	}	
	#CategorySelectorForm input {
		width:200px;
	}
	#CategoryAutocompleter {
		width:100%;
	} 
		
	form td {
		display: block; 
		width:100%;			
	}

	form input, textarea, select {
		max-width:90%;
	}		
		
}

.modal { display: none; }
.im-w100 {width: 100%;}
.pure-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%; /* @ac added */
}
/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    text-decoration:none; /* @ac added */
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.pure-button-hidden {
    display: none;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}
.pure-button-normal { background-color: #1e88e5 !important; color: #fff !important;} 
.pure-button-active {background-color: #fb8c00 !important; color: #fff !important;}
.pure-button-red {background-color: #e53935 !important; color: #fff !important;}
.im-p {padding: 5px 0px 5px 0px;}
.im-p1 {padding: 10px 0px 10px 0px;}
.im-p2 {padding: 20px 0px 20px 0px;}
.center { text-align:center; }
.im-featured { background-color: #fff9c4; }
