html, body {
    margin:0;
    padding:0;
    height: 100%;
}
strong {
    font-weight: bold;
}
body {
    background: #d1d5d8 url(../img/front_background.jpg) top left repeat-x;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
    text-align: center;
}
a {
    color: #003d4c;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #003d4c;
    text-decoration:none;
}
a img {
    border:none;
}
form {
    display: inline;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    color: #003d4c;
    font-size: 130%;
    margin: 0.1em 0;
}
h2 {
    color: #e32;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 190%;
    margin: 0.3em 0;
    padding-top: 0.8em;
}
h3 {
    color: #993;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 165%;
    margin: 0px 0px 10px 0px;
}
h4 {
    color: #993;
    font-weight: normal;
    padding-top: 0.5em;
}
ul, li {
    /*margin: 0 12px;*/
    list-style: none;
    padding: 0;
}
input, select, textarea {
    font-size: 11px;
}
p {
    margin: 5px 0px 7px 0px;
}
/* form */
.input label{
    display:block;
    line-height: 18px;
}

.input {
    float: left;
    padding: 5px 10px 0px 0px;
}
.select select{
    width: 125px;
}
.checkbox label{
    display:inline;
    line-height: 18px;
}

.featuregroup {
    width: 190px;
    margin-bottom: 10px;
}
.featuregroup form {
    margin-top: 5px;
    display: block;
    padding: 0;
}
.featuregroup form .buttons{
    margin-top: 2px;
}
/* Layout */
.hidden {
    display: none;
}
.subcontent {
    padding: 0px 10px 0px 5px;
}
.floatclearer{
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

/* slightly enhanced, universal clearfix hack */
.floatclearer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.floatclearer { display: inline-block; }
/* start commented backslash hack \*/
* html .floatclearer { height: 1%; }
.floatclearer { display: block; }
/* close commented backslash hack */

.floatleft{
    float: left;
}
.leftcolumn {
    width:250px;
}
.floatright{
    float: right;
}
#container {
    margin: 0px auto 0px auto;
    text-align: center;
    width: 992px;
    overflow: hidden;
    background: url(../img/container_background.png) repeat-y;
    min-height: 400px;
    /*background: url(../img/container_background.png) repeat-y;*/
    /*padding: 0px 15px;*/
    /*padding: 0px 10px 0px 10px;*/
}
.btop {
    margin: 15px auto 0px auto;
    width: 992px;
    height: 6px;
    overflow:hidden;    
    background: url(../img/container_top.png) no-repeat;
}
.bbottom {
    width: 992px;
    height: 12px;
    overflow:hidden;
    margin: auto;
    background: url(../img/container_bottom.png) no-repeat;
}

#header {
    height: 97px;
    overflow:hidden;
    text-align: center;
    width: 969px;
    margin: 0 auto;
    /*background: url(../img/header_background.png) no-repeat;*/    
    background-position:center;
    background: url(../img/header_background.png) no-repeat;
}

#header h1 {
    /*background: url('../img/gmotors_logo_ie.png') no-repeat left;*/
    height: 68px;
    width: 264px;
    padding: 0px 0px;
    margin-top: 15px;
    margin-left: 15px;
    float: left;
}

#header .hed_text {
    float: left;
    margin-top: 45px;
    color: #afb2b6;
    font-family: 'Arial';
    font-size: 14px;
    margin-left: 10px;
}

#header .rightwrapper {
    padding-top: 5px;
    float: right;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial';
    color: #c2ccd7;
}

#header .rightwrapper .headerlinks {
    text-align: right;
    padding-right: 30px;
    color: #c2ccd7;
}

#header .rightwrapper .headerlinks a {
    text-align: right;
    color: #c2ccd7;
    text-decoration: none;
}

#header .headerbutton {    
    margin-top: 20px;
    text-align: right;
    margin-right: 27px;

}
#header .headerbutton a {
    position: relative;
    text-align: center;
    padding-bottom: 0.6em;
    padding-left: 2em;
    padding-right: 2em;
    background: url('../img/button_bg_big.png') repeat-x 50% 50%;
    text-decoration: none !important;
    padding-top: 0.58em;
    border: 2px solid #ffb11b;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #353d44;
    font-weight: bold;
    font-family: "Arial";
    font-size: 16px;
}
#navbar {
    height:26px;
    width: 967px;
    margin: 0 auto;
    text-align: left;
    padding:1px;
    background: url(../img/button_back.png) left top no-repeat;
}
/*
*r-menu CSS
*
*/
.r-menu-button {
    padding: 7px 12px;
    width:auto;
    height: 12px;
    cursor:pointer;
    line-height: 1;
    font-family: "Arial";
    font-size: 13px;
    /*background: url('../img/arrow.png') no-repeat 100% 60%;*/
    text-decoration:none;
    float: left;
}
.r-menu-button:hover {
    background-color: #fec612;
}
.r-menu-button a {
    text-decoration:none;
}
.r-menu-selected {
    background-color: #fec612;
}
.r-menu-submenu {
    display: none;
    overflow:hidden;
    color:black;
    background-color:#fafbfc;
    clear:both;
    padding: 5px 15px;
    z-index:1000;
    max-width: 120px;
}
.r-menu-submenu ul {
    /*display: inline;*/
    list-style: none;
    margin: 0;
}
.r-menu-submenu ul li {
    margin: 0;
    padding:5px;
}
.r-menu-submenu ul li a{
    text-decoration: none;
}
.r-menu-submenu ul li a:hover{
    text-decoration: underline;
}


/*#navbar ul {
    /*margin: 2px 0px 0px 5px;* /
    font-size: 14px;    
    list-style: none;
    /*padding-top: 3px;* /
    margin: 0;
    display: inline;
}
#navbar ul li {
    float: left;
    color: black;
    margin: 0;
    margin-top: 1px;
    padding: 4px 3px 0px 3px;
    width: 55px;
    height: 21px;
}
#navbar ul li:hover {
    background-color: #fec612;
}
*/
.hidden {
    position:absolute;
    top:0; left:-9999px;
    width:1px;
    height:1px;
    overflow:hidden;
}
#navbar .selects{
    height:35px;
}
#navbar .selects form{
    margin: 3px 10px 0px 0px;
}

#navbar .none {
    border: none;
}
/*#navbar a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}*/

#content{
    background-color: #fff;
    clear: both;
    color: #333;
    padding: 6px 0px 0px 0px;
    margin: 0px 12px;
    background: url('../img/content-bg.png') repeat-x;
    width: 969px;
}

#content .top {
    background: url(../img/content_top.png) no-repeat;
}
#content .left {
    width: 185px;
}
#content .center {
    width: 615px;
}
#content .widecenter{
    width: 790px !important;
    padding-bottom: 20px;
}
#content .wider {
    width: 955px !important;
    padding-bottom: 20px;
}
#content .right {
    width: 180px;
}


.box {
    background: #778ba4;
    margin: 0px 5px 5px 0px;
    min-height:150px;
    color: #fff;
}
.box ul {
    margin:0;
    padding: 0;
    list-style: none;
}
.box ul li {
    margin:2px 0px 2px 0px;
    padding: 0;
}
.boxbakk{
    background: #778ba4 url(../img/box_bakk.png) bottom right no-repeat;
}
.boxpad {
    padding: 12px 12px 0px 12px
}
.boxpadsmall {
    padding: 5px 0px 0px 12px
}
.boxpad hr {
    margin-left: 0;
    padding-left: 0;
    width: 152px;
}
.box a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
.feed {
    margin: 0px 5px 5px 0px;
    padding: 0px 0px 5px 0px;
}
.feed a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    display:block;
    margin: 0 0 3px 0;
    padding: 0 2px 0 2px;
    background: #fafafa;
}
.feed a:hover{
    text-decoration: underline;
}
.box .searchbutton {
    width: 20px;
    margin-top: 4px;
    background: #fff url(../img/search_arrow.png) top left no-repeat;
    border: none;
}
.boxheader{
    border-bottom: 2px solid #d9d9d9;
    margin: 0px 5px 5px 0px;
}
.boxheader div.inside {
    border: 1px solid #a5a5a5;
    color: #b34800;
    font-weight: bold;
    padding: 5px 5px 6px 8px;
    overflow: auto;
    background: #ffa01d url(../img/boxheader_bakk.png) top right repeat-x;
}
.extcombo {
    display: block;
    margin: 0px 0px 2px 0px;
}
.customfeatureform {


}

/*.quicksearch{
    padding: 5px 12px 5px 12px;
}
.quicksearch .wide{
    width: 143px;
}
.quicksearch .narrow{
    width: 61px;
    text-align: right;
}
.quicksearch .extcombo{
    margin-top: 3px;
}
.quicksearch .narrower{
    width: 61px;
    text-align: right;
}*/
.frontpageitem{
    width: 123px;
    height: 150px;
    overflow:hidden;
    text-align: center;
    margin-top: 15px;
}
.featured {
    border: 1px solid #FFA01D;
    padding: 5px 0px 5px 5px;
    margin: 0px 5px 5px 0px;
    color: #B34800;
}
.featured .frontpageitem{
    width: 120px;
    color: #000;
}
.frontpageitem .iteminfo{
    width: 117px;
    height: 65px;
    font-size: 10px;
    text-align: center;
    margin: auto;
    background: #fff url(../img/frontcars_bakk.png) top left repeat-x;
}
.frontpageitem .iteminfo div{
    padding: 10px 5px 10px 5px;
}
#footer {
    width: 993px;
    margin: auto;
    clear: both;
    margin-top: 3px;
    padding: 6px 6px 6px 6px;    
    color: #666c75;
    text-align: center;
    font-size: 11px;
    height:12px;
}
#footer a{
    font-size: 11px;
    color: #666c75;
    text-decoration: underline;
    font-weight: normal
}

table.admintable {
    width: 99%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table.admintable td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.admintable .altrow {
    background: #f4f4f4;
}
/* Extjs extending */
.x-form-text, .x-combo-list-item, x-form-field {font-size: 11px; text-align: left;}
.ext-ie .x-form-trigger {margin-top: 1px;}
table.cardata {
    width:250px;
    text-align:left;
}
table.cardata td {
    color: #768AA2;
    padding: 4px 4px 4px 0px;
}
table.cardata td.label {
    color: #333333;
    padding: 4px 4px 4px 10px;
    width: 110px;
}
table.cargear {
    margin-left: 20px;
}
table.cargear td {
    width: 140px;
}
/* Paging */
div.paging {
    color: #ccc;
    margin-bottom: 2em;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: #000;
}
div.paging span a {
}
.cartable {
    border:1px solid #f4f4f4;
    text-align: left;
}

.cartable td.navbar {
    height: auto;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}

.altrow {
    background-color: #f4f4f4;
}
.featrow td{
    border-bottom:1px solid #ffa01d;
}
.featrow td.navbar {
    border-bottom:1px solid #ffa01d;
}

/* buttons */
.buttons {
    overflow: hidden;
    margin-bottom: 10px;
}
.cartable td.navbar div.buttons {
    overflow: auto;
    margin-bottom: 2px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 5px 4px 3px; /* Links */
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:2px 5px 1px 3px; /* IE6 */
}
.buttons button[type]{
    padding:2px 5px 2px 3px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 5px 1px 3px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* ACTIVE */
.buttons.active a {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
/* Notices and Errors */
div.message {
    clear: both;
    color: #900;
    margin: 0px 5px 5px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px dotted #999933;
    background:#f5fbfe;
}
div.error-message {
    clear: both;
    border: 2px solid red;
    margin: 0px 0px 0px 0px;
    width: 30px;
    height: 0px;
}
.requiered {
    color: red;
    font-size: 9px;
}
p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    color: #000;
    font-weight: normal;
}
.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    background-color: green;
    color: #FFF;
}

#bigpicture {
    margin:0px 5px 0px 0px;
    text-align: center;
    height: 0px;
    overflow: hidden;
}
#bigpicture img {
    padding:0px 0px 5px 0px;
}
div.carfeatures{

}
div.carfeaturesitems{
    float: left;
    width: 160px;
    margin-top: 10px;
}
div.carfeaturesitems ul{
    padding: 0;
    margin: 0;
}
div.carfeaturesitems ul li {
    padding: 0;
    margin:  5px 0px 5px 0px;
    list-style: none;
}
div.more_info {
    margin: 10px 0px 0px 5px;
    padding-left: 15px;
}
#CarYearto, #CarYearfrom {
    width: 53px;
}

#CarPricefrom, #CarPriceto {
    width: 50px
}

.addafeature {
    width: 190px;
    margin: 5px 0px 0px 0px;
}
.addafeature a {
    width: 172px;
}
.customfeatures {
    /*width: 180px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}
.customfeatures div {
    padding: 8px 5px 3px 5px;
    background:#FFFFFF url(/js/ext/resources/images/default/form/text-bg.gif) repeat-x scroll 0 -1px;
}
.customfeatures img {
    margin-top: 5px;
    cursor: pointer;
    vertical-align: middle;
}
.customfeatures .x-form-text{
    width: 140px;
    margin-top: 5px;
}
.x-combo-list {
    height: 1px;
}
/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:10px 0px 0px 20px;
    border-bottom:1px solid #77879c;
    height:20px;
    width: 230px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0px 1px 0px 0px;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    background: #99A5B5;
    font-size:11px;
    display:block;
    height: 20px;
    line-height:20px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    padding:0px 8px 0px 8px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background: #77879C;
    color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background: #77879c;
    cursor:default !important;
    color:#fff !important;
}

/* initially all panes are hidden */
div.panes div.pane {
    display:none;
}


/* tab pane styling */
div.panes div {
    display:none;
    width: 220px;
    padding:15px 0px 0px 20px;
    border-top:0;
    background-color:#fff;
    text-align: left;
}
div.panes div form label {
    clear: both;
    display: block;
    padding: 5px 0px 3px 0px;
}



/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 380px;
    height:70px;

    /* custom decorations */
    padding:2px 0;
    background-color:#efefef;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;

    /* decoration */
    margin-left:4px;
}

/* single scrollable item */
div.scrollable div.items div {
    float:left;

    /* custom decoration */
    text-align:center;
    width:90px;
    padding:4px 0px;
    font-size:11px;
    margin-right: 4px;
}

/* active item */
div.scrollable div.items div.active img{
    border-bottom: 1px solid red;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
    display:block;
    width:19px;
    height:37px;
    background:url(../img/arrowleft.jpg) no-repeat;
    float:left;
    margin:20px 10px;
    cursor:pointer;
}

/* mouseover state */
/*a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background:url(../img/arrowrighthover.jpg) no-repeat;
}*/

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

/* next button uses another background image */
a.next, a.nextPage {
    background-image:url(../img/arrowright.jpg);
    clear:right;
}

/*********** navigator ***********/

/* position and dimensions of the navigator */
div.navi {
    margin-left:328px;
    width:200px;
    height:20px;
}


/* items inside navigator */
div.navi a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(http://flowplayer.org/tools/img/navigator.png) 0 0 no-repeat;
    cursor:pointer;
}

/* mouseover state */
div.navi a:hover {
    background-position:0 -8px;
}

/* active state (current page state) */
div.navi a.active {
    background-position:0 -16px;
}
div#gallery img {

}
div#preloader {
    position: relative;
    top:0px;
    left:0px;
    z-index:9999;
    width:40px;
    height:40px;
    background:url(../img/loader.gif) center center no-repeat;
}
.header {
    border-bottom:1px solid #99A5B5;
    /*padding-left: 20px;*/
}
.textlabel {
    position: relative;
    top: -20px;
    left: 400px;
    float:left;
    background: #99A5B5;
    font-size:11px;
    display:block;
    height: 20px;
    line-height:20px;
    text-align:center;
    color:#fff;
    padding:0px 8px 0px 8px;
    margin-bottom: -20px;
    width: 60px;
    font-weight: bold;    
}
#other_interiour_color {
    display: none;
}
.addCarHeader {
    background:url(../img/step1.jpg);
}
.addBlockHeader {
    background-color:#77879c;
    color:white;
    font-weight:bold;
    width:120px;
    height:13px;
    padding:4px 0 4px 0;
    margin-left:25px;
    text-align:center;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px 5px 0 5px;
    opacity: 0.9;
}
#tooltip h3 {
    color: black;
    font-size: 14px;
}
#upimages .upimage {
    width: 215px;
    height: 185px;
    border: solid 1px #77879c;
    float: left;
    margin: 8px;
    text-align: center;
    color:#99a5b4;
    font-size:16px;
}
.publish .pubheader {
    color: #fda947;
    font-size: 20px;
    font-weight: bold;
}

.publish .subheader {
    color: #77879c;
    font-size: 16px;
}
.publish .middle {
    height: 88px;
    background-color: #f1f3f5;
    border: 1px solid #d6dbe1;
    margin-top: 30px;
    text-align: left;
    padding: 10px 0 0 90px;
}
.publish .middle .addname {
    float: left;
    color: #5d6d7f;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    text-decoration: none;
}
.publish .whatnext {
    text-align: left;
    font-size: 20px;
    color: #ffa830;
    margin-top: 40px;
    margin-bottom: 10px;
}
.links {
    text-align: left;
}
.publish .links a {
    text-decoration:none;
}
.publish .links a:hover {
    text-decoration:underline;
}

#tool a {
    width: 20px;
    height: 19px;
    background: url('../img/info.jpg') no-repeat;
    display: block; 
}
#tool .fixed a {
    background-image: none;
    width: auto;
    height: auto;
    text-decoration: none;
}

#tool a:hover {
    width: 20px;
    height: 19px;
    background: url('../img/greeninfo.jpg') no-repeat;
    display: block;
}
/*
*Search
*/
.search {
    border-top: 3px solid #8d939b;
    padding-top: 20px;
    background: url('../img/search-bg.png') no-repeat;
    width: 900px;
    margin: auto;
    color: #454e5e;
    font-size: 12px;
    font-weight: bold;
}

.search table{
    margin: auto;

    text-align: left;
}

.search table td {
    /*width: 160px;*/
}
.search table td input{
    width: 125px;
}
.fronthr {
    width: 900px;
    margin: auto;
    padding-top: 25px;
    text-align: left;
    color: #878d95;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial';
}
.searchbutton {
    float: right;
    /*width: 873px;*/
    text-align: right;
    margin-right: 7px;
}
.searchbutton a {
    position: relative;
    text-align: center;
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
    background: url('../img/button_bg.png') repeat-x 50% 50%;
    text-decoration: none !important;
    padding-top: 0.4em;
    border: 2px solid #ff8a17;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #353d44;
    font-weight: bold;
}

.motorcheck {
    width: 175px;
}
.featuredCars {
    margin: auto;
    border-top: 3px solid #8d939b;
    height: 500px;
    width: 900px;
}

#loginPopup {
    position:absolute;
    top:0; left:0;
    width:100%;
    z-index:1000;
    display:none;
    text-align:left;
}
.loginpopupwrapper {
    width: 600px;
    min-height: 240px;
    z-index: 200;
    background: #000;
    top: 10%;
    margin: auto;
    margin-top: 120px;
    padding: 20px 10px;
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.loginpopupcontent {
    margin: auto;
    width: 560px;
    min-height: 210px;
    background: #FFF;
    text-align: center;
    padding: 10px;
    /*-moz-opacity: 1;
    opacity: 1;*/
}

.loginpopupcontent input {
    width: 220px;
    border: #9c9c9c solid 1px;
}

.loginpopupcontent table {
    margin:auto;
}
.loginpopupheader {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}
.smallbutton {
    float: right;
    text-align: right;
}
.smallbutton a {
    position: relative;
    text-align: center;
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
    background: url('../img/button_bg.png') repeat-x 50% 50%;
    text-decoration: none !important;
    padding-top: 0.4em;
    border: 2px solid #ff8a17;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #353d44;
    font-weight: bold;
}

#registerPopup {
    position:absolute;
    top:0; left:0;
    width:100%;
    z-index:1000;
    display:none;
    text-align:left;
}
.registerpopupwrapper {
    width: 600px;
    height: auto;
    z-index: 200;
    background: #000;
    top: 10%;
    margin: auto;
    margin-top: 120px;
    padding: 20px 10px;    
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.registerpopupcontent {
    margin: auto;
    width: 560px;
    height: auto;
    background: #FFF;
    text-align: center;
    padding: 10px;
    /*-moz-opacity: 1;
    opacity: 1;*/
}

.registerpopupcontent input{
    width: 200px;
    border: #9c9c9c solid 1px;
}
.registerpopupcontent textarea {
    width: 205px;
    border: #9c9c9c solid 1px;
}

.registerpopupcontent table {
    margin:auto;
}
.registerpopupheader {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}
.reginput input {
    width: auto;
}

.regformtable td.regformcol1{
    width:215px;
    text-align: right;
}
.regformtable td.regformcol2{
    width:145px;
    text-align: left;
}

.headerlinks .loggedin {
    font-weight: normal;
}
.loginform {
    width:150px;
}

.popupclosebuttonwrapper {
    float: right;
    padding-right: 28px;
    margin-top: -15px;
}

.popupclosebutton {
    position: absolute;

}

.gm-combobox-margin {    
    width: 58px;
    height: 100%;
    float:left;
}
input.erroredField {
    border: 1px solid red;
}
textarea.erroredField {
    border: 1px solid red;
}
.hasbutton {
    position: relative;
    text-align: center;
    cursor: pointer;
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
    background: url('../img/button_bg.png') repeat-x 50% 50%;
    text-decoration: none !important;
    padding-top: 0.4em;
    border: 2px solid #ff8a17 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #353d44;
    font-weight: bold;
}
.registerpage {
    background: none;
}

#forgotPass {
    font-weight: normal;
}
.editMyAd a {
    float: left;
}

.regstaticform td.regformcol1{
    text-align: right;
    width: 150px;
}
.regstaticform td.regformcol2{
    width:208px;
    text-align: left;
}
.regstaticform input {
    width:200px;
}
ul.my-profile-menu {
    
}
ul.my-profile-menu li {
    float:left;
    background-color: #9a9a9a;
    padding: 5px;
    margin-right: 10px;
    -moz-border-radius: 15px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

ul.my-profile-menu li:hover {
    background-color: #ff9b19;
}

td.dealerTitle {
    color:black;
    font-size:17px;
    text-align: left;
}

td.dealerField {
    color: #898b90;
    font-size:17px;
    text-align: left;
}
