﻿body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
margin:0;
padding:0;
background-color: #EFEBD6;
}

a:link {
color: #009900;
text-decoration: none;
}
a:visited {
color: #009900;
text-decoration: none;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
#wrap {
width:960px;
margin: 0 auto;
background-color: #EFEBD6;
}
h4 {
border-bottom: solid 1px #333;
}
/****HEADER****/
#header {
min-height: 76px;
background-color: #008200;
}
#header .dragondriving {
font-size: 190%;
color: #DB0909;
text-align: center;
margin: 0 auto;
padding: 0px;
font-weight: normal;
text-shadow: #333 1px 1px;
font-family: trebuchet ms,sans-serif;
text-spacing: 1px;
height:46px;
}
#header h1 {
font-size: 170%;
color: #ffee00;
text-align: center;
margin: 0px;
padding: 0px;
font-weight: normal;
text-shadow: #333 1px 1px;
}
#header .advimg {
float:left;
margin: 0 6px 10px;
}
#header .logo {
margin: 10px 5px;
border: none;
float: right;
}
.clear {clear:both;}

/****TABBED NAVIGATION****/
.TabbedPanels {
	float: none;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	font-weight: normal;
	margin: 0;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 90%;
	background-color: #008200;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFFF00;
	z-index: 10;
}
.TabbedPanelsTab a:hover {
	background-color: #EEE;
	color: #000;
}

.TabbedPanelsTabGroup a {
	color: #fff;
	text-decoration: none;
	display:block;
	padding: 4px 9px;
	font-weight: bold;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 2px #CCC;
	border-top: solid 1px #999;
	border-right: solid 2px #999;
	background-color: #EEE;
	font-size: 100%;
	position: relative;
	z-index: 1;
}
#close {
position:absolute;
right: 10px;
top:10px;
}
#close a {
border: solid 1px #008200;
padding: 1px 5px 3px 5px;
background-color: #fff;
}
#close a:hover {
background-color: #FAB0B0;
color: #fff;
text-decoration: none;
}

.TabbedPanelsContent {
	padding: 4px;
	overflow: auto;
	display:none;
}


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

	width:95%;
}
.TabbedPanelsContent ul.tab25 li {
width: 24%;
}
.TabbedPanelsContent ul.tab33 li {
width: 32%;
}
.TabbedPanelsContent li {
	margin: 0;
	padding: 10px 0;
	float: left;
} 
.TabbedPanelsContent li a{
	color: #008200;
	text-decoration: none;
	padding: 4px 10px;
	font-weight: bold;
}
.TabbedPanelsContent li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #008200;
}
#searchtab {background-color:#0707A8;}
.current {
	background-color: #EEE!important;
	border-bottom: 1px solid #EEE;
	color: #000;
	display:block;
}
.current a {
	color: #008200;
	text-decoration: none;
	padding: 4px 10px;
}
.adtabs {
float: right;
margin: 0;
height: 30px;
}
.adtabs ul {
margin: 0;
padding:0;
}
.adtabs ul li {
font-size: 90%;
list-style: none;
float: right;
	position: relative;
	top: 1px;
	margin: 0 0 0 4px;
	background-color: #DB0909;
	border: solid 1px #DB0909;
	z-index: 10;
}
.adtabs ul li a {
color: #fff;
text-decoration: none;
display: block;
padding: 4px 10px;
}
.adtabs ul li a:hover {
	background-color: #EEE;
	color: #000;
}
/* Tabbed Search */

.TabbedPanelsContent   fieldset {border:none;}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0; 
	width: 200px;
}
.formdiv {
  width: 55%;
  float:left;
  text-align:left;
  margin-bottom: 10px;
  clear:left;
  }
  .formwidediv {
  width: 40%;
  float:right;
  text-align:left;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: right;
  }  
.formdiv label {    
float: left;    
width: 150px;    
margin-right: 10px;
margin-top: 4px;    
text-align: right;  
}
.formdivwide label {    
float: right;    
width: 200px;    
margin-right: 10px;    
text-align: right;  
}
.TabbedPanelsContent form {
display:block;
padding: 10px;
}
#newsletter input {float:none;}
.texthightlight {color:#ff0000;}
/****FOOTER****/
.footer {
	clear: both;
	background-color: #008200;
	width:100%;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #008200;
	border-bottom-color: #008200;
	color: #eee;
}
.footer a:link, .footer a:visited  {
color: #ffffff;
text-decoration: none;
font-weight:normal;
}
.footer a:hover, .footer a:active {
color: #FFEB3B;
text-decoration: underline;
font-weight:normal;
}

.footer #wrapper {
width:960px;
margin: 0 auto;
}
.footer ul {
    padding-left: 20px;
}
.footer li {
	list-style-type: none;
	margin-bottom: 5px;
}
.footboxleft {
	width: 32%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #008200;
	float:left;
}
.footboxright {
	width: 32%;
	float:right;
}

.cleardiv  {
clear:both;
height: 1px;
}

.navbox {
width: 160px;
float: left;
}
.navbutton {
margin: 10px 5px 10px 0;
padding: 0;
float:right;
}
.navbutton li {
	list-style: none;
	margin: 6px 0 0 10px;
}


.navbutton li a {
	width: 145px;
	height: 32px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #eee;
	background-color: #015A01;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 10px;
	-webkit-border-radius:10px;
    -moz-border-radius: 10px;
}
.navbutton li a.special {
	background-color: #DB0909;
}
.navbutton li a.tall {
	height: 52px;
}
.navbutton li a:hover.tall {
 	color: #ffee00;
 	text-decoration: none;
	background-color: #343333;
	height: 52px;
}
.navbutton li a:hover{
 	color: #ffee00;
 	text-decoration: none;
	background-color: #343333;
}
#maincontent {
width: 100%;
Max-width: 100%;
margin: 20px auto 50px;
}
#maincontent h2 {
font-size: 20px;
text-align: center;
padding: 10px 0;
clear:both;
}
.picktype {
width: 90%;
margin: 5px auto 10px;
  background-color: #fef;
  padding: 1%;
  border: solid 1px #008200;
  clear: both;
}
.picktype h2{
font-size: 18px;
}
.picktype h3{
font-size: 16px;
margin: 10px 0;
clear: both;
border-bottom: 1px solid #ddd;
}
.picktype ul {
margin: 0;
padding: 0;
list-style: none;
clear:both;
}
.picktype ul li {

margin-right : 1%;
width: 46%;
margin-bottom: 20px;
font-size: 16px;
margin-left:20px;
text-indent: -20px;
float:left;
}
.picktype ul li:before {
	font-size: 36px;
    content: "*";
    color: #009900;
    float: left;
    width: 22px;
    line-height: .95;
}
.picktype ul li a{
font-weight: bold;
}
.picktype ul li a:hover{
font-weight: bold;
}
.picktype p{
margin: 0 0 10px 0;
color: #777;
clear: both;
}
#breadcrumb {
width: 90%;
text-align:left;
margin: 5px;
}
#breadcrumb a:link {
font-weight:bold;
}
a.bhome:link {
background-color: #008200;
color: #fff;
padding: 3px;
border: 1px solid #008200;
}
a.bhome:visited { 
background-color: #008200;
color: #fff;
border: 1px solid #008200;
}
a.bhome:hover {
	background-color: #EEE;
	color: #000;
	text-decoration: none;
}
/* advert form */
#adform {
  width: 650px;
  margin: 20px auto;
  max-width: 95%;
}

#adform .unhidden {
  float: left;
  width: 650px;
  padding: 0 0 0.75em 0;
  max-width: 95%;
  line-height: 1.5;
  margin: 5px;
}
#adform .forminput {
  float: left;
  width: 650px;
  padding: 0 0 0.75em 0;
  max-width: 95%;
}
#adform .formspecial .forminput {
width:100%;
}
#adform textarea { width: 95%;}
#adform h3 {
	padding-top: 20px;
	font-size: 18px;
	clear:both;
}
#adform #contacttext, #adform #contactemail {background-color:#efebd6;margin-bottom:30px;}
#adform #registration {
    background: #ffee00;
	width: 300px;
	max-width: 100%;
}
#adform #showregButton {
	background: green;
    color: #ffffff;
    padding: 5px;
    width: 290px!important;
	max-width: 90%;
    cursor: pointer;
    border: #ffffff;
    border-radius: 5px;
    margin: 10px;
}
#adform #showregButton:hover {
	background: #343333;
}
#adform #regbox label {
    width: auto;
}
#adform #reg {
    width: 100px;
}
/* Radio and checkbox
The container */
.container {
    display: block;
    position: relative;
    padding-left: 50px;
	padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 250px;
    padding-top: 10px;
    float: left;
    margin: 5px;
    padding-bottom: 10px;
}
.bordercontainer {
	border: 1px solid #111;
	margin-bottom: 30px;
	width: 250px;
	max-width: 70%;
	padding-left: 50px;
}
.labelright {
	padding-left: 70px;
    width: 500px;
}
label.checkright {
	padding-left: 230px;
}
label.checkright .checkmark1 {
    left: 190px;
}
.labelright .checkmark1 {
    left: 10px;
}


/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 7px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	background: white;
}



/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: 7px;
    left: 190px;
    height: 25px;
    width: 25px;
    background-color: #eee;
	border: 1px solid #111;
}
.checkmark2 {
	left: 240px!important;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark1 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark1 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark1:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form label {
  float: left;
  width: 180px;
  padding: 7px 5px;
}


form input, form select {
  float: left;
  width: 250px;
  max-width: 95%;
  padding: 5px;
  margin-left:5px;
}
form textarea {
  float: left;
  width: 430px;
  max-width: 95%;
}
form input[type="radio"] , form input[type="checkbox"] {
float: left;
width: auto;
}
.xradio {
width: 140px!important;
clear: both;
float:left;
}
.statustxt {
float:left;
margin: 0 0 10px 10px;
}
.yn {
	float:left;
	margin-left:40px;
}
.radio {
margin-bottom: 10px;
margin-top: 3px;
}
#adform input[type="submit"] {
  float: right;
  width: auto;
  margin: 20px 30px 0;
  cursor: pointer;
}

input#SubButton {
  background-color: #060;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius: 10px;
}

form div.submit {
  text-align: right;
}
.forminfo { 
display: none;
}
form .secondlabel {
float: left;
}
form .required {
color: #f00;
font-style: italic;
}
form textarea:focus, form input:focus, form select:focus {
  background-color: #F7F9AE;
}

.specialad {
padding: 0;
clear:both;
border: 1px solid red;
margin: 2px;
}
form .specialad {
margin-top: 20px;
padding: 0 2px;
}


#adform .forminput {position: relative; margin-top: 10px;}
#adform .validation01 {
    font-size: 12px;
    padding: 3px 0 5px;
    clear: both;
    display: block;
    margin-left: 195px;
	color: #666;
}
#adform .validation01.withicon {
    padding-left: 25px;
}
#adform .validation02 {
    font-size: 12px;
    padding: 3px 0 5px;
    clear: both;
    display: block;
    margin-left: 5px;
	color: #666;
}
#adform input[type="file"]:focus + .validation01 				{ font-size: 14px;padding-bottom: 3px;color: #000;}
#adform select:focus + .validation01 							{ font-size: 14px;padding-bottom: 3px;color: #000;}
#adform textarea:focus + .validation01							{ font-size: 14px;padding-bottom: 3px;color: #000;}
#adform input:focus + .validation01 							{ font-size: 14px;padding-bottom: 3px;color: #000;}		


#adform input:focus:required:valid + .validation01,
#adform input:focus:valid + .validation01,
#adform textarea:focus:required:valid + .validation01,
#adform select:focus:required:valid + .validation01				{ /* background: #008200; */ }

#adform fieldset input:required:valid
{ 
	/*  background-color: #fff; */
}

/* Enhanced error styling */
#adform input.error
{
	background-color: pink; 
	outline: none; 
}
#adform input.required
{
	background-color: #fff; 
}
#adform input.valid 
{ 
	background-color: #fff;
}
#adform fieldset {
	margin-bottom: 10px;
}
#textarea_feedback {
  width: 90%;
  padding: 10px;
  text-align: right;
  clear: both;
  color: #0065B3;
}
.f3 {
	width: 220px; 
	padding: 4px 2px;
	margin: 0; 
	border: 1px solid #777;
	float: left; -webkit-box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
}

input[type="file"].f3::-webkit-file-upload-button {
  float: right; 
  position: relative; 
  top: -1px; 
  right: -1px;
}

/* paypal button */
input[type="image"] {
    width: auto;
    height: auto;
    max-width: 100%;
}
  
/* Progressbar */
#progressbox {
	border: 1px solid #ff0000;
	padding: 1px;
	position:relative;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:center;
	clear:both;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	background-color: #006699;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}
#uploadResults {
clear:both;
width: 100%;
}
.miniimg {
list-style: none;
padding: 0 10px;
margin: 0;
}
.miniimg li {
display: inline;
margin-right: 10px;
}
.advertitem {
display: block;
background-color: #F3EDCC;
padding: 0;
margin-bottom: 20px;
margin-right: 10px;
border: solid 2px #83A27E;
}
.advertitem h3{
background-color: #83A27E;
margin: 0;
padding-right: 5px;
font-size: 16px;
}
.advertitem h3 .price {
float: right;
margin-right: 20px;
}
.advertitem  p{
padding: 10px 5px;
margin: 0;
}
.checkitem {
display: block;
background-color: #F3EDCC;
padding: 0;
border: solid 2px #83A27E;
color: #333;
margin: 0 10px 20px;
}
.checkitem .adtitle{
background-color: #83A27E;
margin: 0;
padding: 0 5px;
font-size: 16px;
font-weight: bold;
}
.checkitem .adtitle .ttitle{
float:left;
line-height: 2;
}
.checkitem  .price {
float: right;
margin-right: 20px;
text-align: right;
width: 50px;
line-height: 2;
}
.checkitem  p{
padding: 0 5px;
margin: 0;
font-size: 14px;
line-height: 1.5;
}
.checkform {
  float: right;
}

.checkform div {
  width: 100%;
  padding: 0;
  margin:  0;
}
.checkform input[type="submit"] {
    float: right;
    margin: 3px 30px;
    width: auto;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
}
.checkitem .extraad {
background-color: #f3e0cc;
padding: 5px 2px 0;
}
.clear {
clear:both;
}
#basket { 
float: right;
margin-right: 10px;
margin-bottom: 20px;
margin-top: 10px;
}
#basket a {
display: block;
background-color: #015a01;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
padding: 10px 20px;
color: #eee;
}
#basket a:hover {
background-color: #db0909;
color: #eee;
text-decoration: none;
}
#anotherad { 
float: left;
margin-left: 10px;
margin-bottom: 20px;
margin-top: 10px;
}
#anotherad a {
display: block;
background-color: #015a01;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
padding: 10px 20px;
color: #eee;
}
#anotherad a:hover {
background-color: #db0909;
color: #eee;
text-decoration: none;
}
.totalprice {
font-weight: bold;
text-align: right;
margin-right: 40px;
}
#actionform {
  width: 100%;
}

#actionform div {
  width: 100%;
  padding: 0;
  margin: 5px 0 0 0;
}
#actionform input[type="submit"] {
    float: right;
    margin: 5px 30px;
    width: auto;
}
.imageuphint {
color: #666;
	padding: 3px;
	position: absolute;
	top: -17px;
	width: 160px;
	left: 450px;
}
.imageuphint .fileexists{
color: #009900;
}
.traderhint {
color: #666;
	padding: 3px;
	position: absolute;
	top: -17px;
	width: 390px;
	left: 280px;
	font-size: 14px;
}
.formhint {
float: left;
margin-left: 10px;
width: 430px;
font-size: 14px;
}
.formspecial {
clear:both;
}
.formspecial label{
margin-bottom: 20px;
}

.payitem {
background-color: beige;
padding: 3px;
margin: 0 auto 0 auto;
color: #333;
width: 650px;
font-weight: bold;
max-width: 90%;
}
.payitem .price {
float: right;
text-align: right;
}
.itempara {
padding: 3px;
margin: 0 auto 20px auto;
color: #333;
width: 650px;
font-size: 14px;
max-width: 90%;
}
.refno {
color: red;
font-size: 120%;
padding: 0 2px;
background-color: #fff;
}
.hidden { display: none; }
.unhidden { 
display: block;
background: #FFEEEE;
margin: 25px auto 5px;
font-size: 16px;
border-radius: 5px;
-webkit-border-radius:5px;
-moz-border-radius: 5px;
}
.unhidden li{
line-height: 18px;
}
.unhidden p {
padding: 0 5px; 
margin: 0;
}
.close {
margin-right: 10px;
text-align: right;
display: block;
}
.notice { 
display: block;
background: #FFEEEE;
margin: 5px 20px 10px 20px;
font-size: 16px;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
text-align: center;
padding: 10px;
}
.icon {
font: 16px/26px Arial, sans-serif;
float:left;
width: 20px;
margin-right: 3px;
}
.icon a:link{
	text-decoration: none;
    padding: 1px 8px;
    border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius: 20px;
    color: #fff;
    background: #0065B4;
}
.icon a:visited {
    color: #fff
}
.icon a:hover {
    color: #0065B4;
    background: #fff;
}
.sym {
float:left;
}
#online {
position: relative;
/*height: 400px;*/
}
#online .paypal {
/*position: absolute;*/
/*top: 0;*/
width: 650px;
margin: 0 auto;
max-width: 90%;
}
#online .paypal form {
float: right;
}
#online .cheque {
/*position: absolute;*/
/*top: 200px;*/
}
#bypost {
position: relative;
/*height: 400px;*/
width: 650px;
margin: 0 auto;
max-width: 90%;
}
#bypost .paypal {
/*position: absolute;*/
/*top: 200px;*/
}
#bypost .cheque {
/*position: absolute;*/
/*top: 0;*/
}
#helpform h2{
margin-top: 50px;
background-color: #ccc;
}
#helpform h3{
margin-bottom: 0;
}
#helpform p{
margin-top: 0;
}
#advertform ul {
margin: 0 20px;
}
#advertform p {
padding: 6px
}
#advertform {
width: 670px;
margin: 0 auto;
background-color: lightblue;
max-width: 100%;
}
.mainpanel { width: 700px;
max-width:100%;
margin: 0 auto;
}
.question {
background: pink;
margin-bottom: 0;
padding: 2px;
}
.answer {
background: palegreen;
margin-top: 0;
padding: 2px;
}
/*------------resize image html5------------------------*/
form div.photos {
margin-right: -19px;
overflow: hidden;
}
form div.photos > div {
border-radius: 3px;
-webkit-border-radius:3px;
-moz-border-radius: 3px;
float: left;
height: 76px;
/*margin: 19px 19px 0 0;*/
width: 100px;
}
form div.photos > div.uploading {
border: 1px #ccc solid;
}
form div.photos > div.uploaded {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
form div.photos > div.uploading span.progress {
background: blue;
border-radius: 2px;
-webkit-border-radius:2px;
-moz-border-radius: 2px;
display: block;
height: 10px;
margin: 32px 5px;
overflow: hidden;
}
form div.photos > div.uploading span.progress span {
background: #090;
display: block;
height: 100%;
}
#image1, #image2, #image3, #image4, #image5, #image6, #image7, #image8, #image9, #image10 {float:left; margin-left: 10px;}
/*------------select advert type------------------------*/
.pickad {
width: 98%;
margin: 0 auto 10px;
}
.pickad h2{
margin: 10px 0 0 0;
}
.pickad h3{
font-size: 16px;
margin: 10px 0;
clear: both;
border-bottom: 1px solid #ddd;
text-align:center;
}
.pickad p  {
text-align:center;
color:#222;
margin-top:0;
}
.pickad .endoptions {
	clear:both;
	border-top: 1px solid #333;
	margin-top: 20px;
    padding: 20px;
}
.pickad ul {
margin: 0 0 0 30px;
padding: 0;
list-style: none;
}
.pickad ul li {

}

.pickad ul li a{
	font-weight: bold;
	width: 80%;
    border: 1px solid #333;
    padding: 10px;
    margin: 10px auto;
	display: block;
    text-align: center;
	background-color: #efebd6;
}
.pickad ul li a:hover{
	text-decoration: none;
    background-color: #ffee00;
}
.pickad ul li a span {
    font-weight: normal;
    color: #000;
    display: block;
    margin-top: 5px;
}


#alladtypes { 
clear:both;
margin: 20px;
text-align:center;
}
#alladtypes a {
background-color: #015a01;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
padding: 5px;
color: #eee;
}
#alladtypes a:hover {
background-color: #db0909;
color: #eee;
text-decoration: none;
}
#adtypes {
display:none;
margin-top: 20px;
clear: both;
border-top: solid 2px #060;
}
.selform {
text-align:center; 
background-color:#060;
padding:5px;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
margin:10px;
color:#fff;
}
.selform h2{margin:0;}
#adcat {
float:none;
width:auto;
}
#go {
width:auto;
float:none;
margin: 20px;
}
/*------------chat widget------------------------*/
.btn-mini {width:auto;}

.warning-message {
width: 95%;
margin: 15px auto;
line-height: 1.4;
}
.warning-head {
text-align: center;
background: pink;
padding: 15px;
color:#520303;
margin-top: 30px;
font-weight:bold;
}

/*------------2016------------------------*/
ul.adsteps {
	list-style: none;
	padding: 0;
	text-align: center;
}
ul.adsteps li {
	display:inline-block;
	margin-right: 3px;
	color: #777;
}
ul.adsteps li.done {
	font-weight: bold;
	color: #000;
}
.select-adtype   {
    text-align: center;
}
.select-adtype ul  {
	list-style: none;
	padding: 0;
}
.select-adtype ul li {
    width: 45%;
    display: inline-block;
    border: #008200 1px solid;
    margin: 1%;
	line-height: 2;
}
.select-adtype ol {
	width: 80%;
	text-align: left;
	line-height: 1.4;
	margin: 0 auto;
}
.select-adtype li {
    margin-bottom: .5em;
}
.select-adtype ul li  a:link, .select-adtype ul li  a:visited{
	background-color: #008200;
	color: #eee;
	border: solid 1px #aaa;
	padding: 5px 10px;
}
.select-adtype ul li  a:hover, .select-adtype ul li  a:active{
	text-decoration: none;
	color: #008200;
	background-color: yellow;
}
.select-adtype ul li a:link:after {
    content: ">>";
    color: #eee; 
	padding: 0 0 0 10px;
	
}
.select-adtype ul li  a:hover:after {
    color: #008200; 

	
}
.basketcount {
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #008200;
    font-weight: bold;
}

#seltypeform select {
	float:none; 
	margin:2px 5px;
}
#seltypeform .SelTypeButton {
	float:none; 
	width:95px;
	background-color: #008200; 
	color: #eee;
	border: solid 1px #aaa;
}

#container-box {
   background-color:#000000ad;
   position:fixed;
	top:0;
	left:0;
   width:100%;
   height: 100%;
   text-align:center;
   z-index: 900;
}
#overlay-box {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color: black; 
	background: #fff; 
	z-index: 1000;
	padding: 10px;
}
#container-box input#OKButton {
    margin: 0 auto;
    float: none;
}


@media screen and (max-width: 980px) {
	#wrap {
     max-width:100%;
	}
	.footer #wrapper {
	max-width: 100%;
	}
	.adcontainerrow{
      margin: 0 1% 10px 2%;
	}
	.googlead {width: 468px; height: 60px;}
	
	#margin: 20px auto; {
	max-width: 95%;
	margin: 20px auto;
	}
	form textarea {
	float: none;
	clear:both;
	max-width: 100%;
	display:block;
	}
	.icon {
	margin-bottom: 3px;
	}
	#header .logo {
		margin: 0;
	}
	#header h1 {
		font-size: 160%;
	}
	.select-adtype ul li {
		width: 85%;
	}
	#seltypeform select {
		margin:10px 5px;"
	}
	#seltypeform .SelTypeButton {
		display: block;
		margin: 10px auto;
	}
}

@media screen and (max-width: 800px) {
    #header h1 span{
	display:none;
	}
	#header h1 {
		font-size: 145%;
	}
	.adcontainerrow{
      margin: 0 0 10px 1%;
	}
	.TabbedPanelsContent ul.tab25 li {
	width: 32%;
	}
	.TabbedPanelsContent ul.tab33 li {
	width: 49%;
	}
	.widetitle {display:none;}
	.formdiv label {
	text-align:left;
	}
	.formwidediv {
	margin-top: 25px;
	}	
	.footboxright{ 
	width: 100%;
	clear:both;
	}
	.footboxleft{ 
	width: 49%;
	}
	.widefoot {
	width: 49%; 
	float:left;
	}
	.widefoot p {
	margin-left: 40px;
	}

}
@media screen and (max-width: 660px) {
	#tabsplit {clear:both;}
	.TabbedPanelsTab { margin-top:3px;}
	#header h1 {
		font-size: 135%;
	}
	.picktype {
	width: 80%;
	}
	.picktype ul li {
	margin-left: 10%;
	width: 85%;
	}
	.imageuphint {display:none;}
	.labelright { 
	    width: 95%;
		margin-left: 5px;
		padding-top: 50px;
	}
	.bordercontainer { margin-bottom: 10px; }
}

@media screen and (max-width: 580px) {
  #wrap {
     max-width: 100%;
	}
	#header .dragondriving {
       font-size: 150%;
	}
	#header .advimg {
	display: none;
	}
	#header h1 {
		font-size: 125%;
	}
	.imglist {
	width: 100%;
	text-align: center;
	padding:0;
	float:none;
	}
	#breadcrumb {float:none;}
	.adtabs {
	float:none;
	height: auto;
	text-align:center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #222;
	}
	.adtabs ul li {
	float:none;
	width: 80%;
	margin: 2px auto;
	font-size:100%;
	}
	.current {
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #999;
	}
	#tabsplit {clear:none;}
	.TabbedPanelsTab { margin-top:0px;}
	.TabbedPanels {
	width:100%;
    text-align:center;
	border-bottom: solid 1px #222;
	}	
	.TabbedPanelsTabGroup {
	width: 100%;
	}
	.TabbedPanelsTab { 
	width:80%;
	float:none;
	margin: 0 auto;
	font-size:100%;
	}
  .TabbedPanelsContentGroup {
  border-left: none;
  border-right:none;
  }
	.TabbedPanelsContent ul.tab25 li {
	width: 45%;
	}
	.TabbedPanelsContent ul.tab33 li {
	width: 90%;
	}
	.formwidediv {
	float:none;
	margin-top: 5px;
	}
	.titlebox h3 {
	margin:0;
	font-size: 100%;
	text-align:center;
	}
	.pagelist ul{
	padding:0;
	}
	.pagelist .normal {
	display:none;
	}
	.pagelist .pagenav {
	display: inline-block!important;
	}
	#sidebar{
	display:none;
	}
	.AdvertPanel{
	margin:0;
	}
	.AdvertContainer {
	margin: 0 auto 5px;
	padding: 0;
	}

	.footer {
	max-width:100%;
	}
	.footer #wrapper {
	max-width:100%;
	}
	.footer li {
	  margin-bottom: 10px;
	}
	.footboxleft {
		width: 100%;
	}
	.widefoot {
	width: 95%; 
	float:left;
	}
	.widefoot p {
    margin-left: 20px;
	}
	form textarea {width: 95%}
	.formspecial label {
	margin: 5px 0 0 0;
	}

	#adform .validation01 {
		margin-left: 5px;
	}
	label.checkright {
		padding-left: 40px;
	}
	label.checkright .checkmark1 {
		left: 0;
	}
	#adform form input, #adform form select {
		clear: both;
	}
	.checkform input[type="submit"] {
		margin: 3px 10px;
	}

}
@media screen and (max-width: 480px) {

	.sharebox { float:none;}
	.googlead {width: 320px; height: 50px;}
	#header h1 {font-size: 120%;}
	.picktype {
	width: 95%;
	}
	.picktype ul li {
	margin-left: 10%;
	width: 90%;
	}
	#adform .forminput {
    max-width: 100%;
	}
}