/* reset */
* {
	outline-style:none;
}
html, body, h1, h2, h3, h4, p, a, ul, ol, li, form, fieldset, label, select, option, map, area, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol { list-style: none; }
a {	text-decoration: none;}
.hide {	display: none !important;}
html {
	background: #fff url('../gfx/html.png') center top no-repeat;
	}
body {
	height: 100%;
	/**background: url('../gfx/body2.png') center bottom no-repeat;**/
	font-family: Helvetica, Arial, Verdana;
	color: #000;
        z-index: 9;
        position: relative;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url('../gfx/footer.png') -120px bottom no-repeat;
}
#top {
	width: 1000px;
	height: 350px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#top h1 a {
	top: 60px;
	left: 180px;
	position: absolute;
	width: 350px;
	height: 70px;
	text-indent: -9999px;
}
#top h2 {text-indent: -9999px;}
#topMenu {
	display: block;
	background: url('../gfx/topMenuBg.png') center top no-repeat;
	width: 565px;
	height: 46px;
	position: absolute;
	top:  162px;
	left:  219px;
	font-size: 0.95em;
}
#topMenu ul {
	margin: 16px 0 0 15px;
}
#topMenu li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#topMenu li a {
	color: #000;
}
#topMenu li a:hover {
	color: #0b73ca;
}
#menu {
	width: 910px;
	height: 74px;
	position: absolute;
	bottom: 68px;
	left: 45px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	height: 74px;
	text-indent: -9999px;
}
#newAccount {
	width: 255px;
	background: url('../gfx/menu.png') 0 0 no-repeat;
}
#newAccount a:hover {
	background: url('../gfx/menu.png') 0 -74px no-repeat;
}
#userAccount {
	width: 200px;
	background: url('../gfx/menu.png') -255px 0 no-repeat;
}
#userAccount a:hover {
	background: url('../gfx/menu.png') -255px -74px no-repeat;
}
#sell {
	width: 200px;
	background: url('../gfx/menu.png') -455px 0 no-repeat;
}
#sell a:hover {
	background: url('../gfx/menu.png') -455px -74px no-repeat;
}
#userAdvert {
	width: 255px;
	background: url('../gfx/menu.png') -655px 0 no-repeat;
}
#userAdvert a:hover {
	background: url('../gfx/menu.png') -655px -74px no-repeat;
}
/*end menu*/
#search {
	position: absolute;
	left: 257px;
	top: 277px;
	width: 480px;
}
#searchInput {
	position: absolute;
	top: 7px;
	width: 363px;
	font-size: 1em;
	color: #0b73ca;
	padding: 5px 8px 3px 4px;
	background: transparent;
        border: 0;
}
#searchBtn {
	position: absolute;
	top: 8px;
	right: 11px;
	width: 88px;
	height: 26px;
}
#advanceSearch {
	position: absolute;
	top: 38px;
	left: 140px;
	border-bottom: 1px dotted #000;
	color: #000;
	font-size: 0.75em;
}
#advanceSearch:hover {
	border-bottom: 1px solid #000;
}
#calendar {
	background: url('../gfx/calendarMini.png') left center no-repeat;
	padding: 0 10px 0 33px;
}
#carInfo {
	background: url('../gfx/carInfoMini.png') left center no-repeat;
	padding: 0 10px 0 30px;
}
#guide {
	background: url('../gfx/guideMini.png') left center no-repeat;
	padding: 0 10px 0 20px;
}
#forum {
	background: url('../gfx/forumMini.png') left center no-repeat;
	padding: 0 0 0 30px;
}
#main {
	width: 1000px;
	/**background: url('../gfx/mainBg.png') left bottom no-repeat;**/
	padding-bottom: 60px;
	overflow: hidden;
	margin: 0 auto;
}
#main h2.title {
	color: #56affa;
	font-weight: 100;
        font-size: 1.4em;
}
.options {
	font-size: 0.7em;
	margin: 5px 0 10px 20px;
}
.options li {
	display: inline;
}
.options li a {
	color: #000;
	border-bottom: 1px dotted #000;
}
.options li.active a {
        border-bottom: 1px solid #0b73ca;
        font-weight: 700;
}
.options li a:hover {
	color: #0b73ca;
	border-bottom: 1px solid #0b73ca;
}
#leftSidebar {
	float: left;
	width: 270px;
	background: url('../gfx/leftSideBar.png') center top no-repeat;
}
#categoryTitle {
	background: url('../gfx/categoryTitle.png') left center no-repeat;
	padding: 2px 0 2px 30px;
	margin: 30px 0 10px 40px;
}
#categories {
	width: 230px;
	margin: 15px auto;
	font-size: 1em;
}
#categories li {
	background: url('../gfx/categoriesBg.png') top repeat-x;
}
#categories li a {
	padding: 5px 8px 5px 30px;
	display: block;
	color: #000;
}
#categories li a.mainCategory {padding: 5px 8px 5px 15px;}
#categories li a.back {padding: 5px 8px 5px 5px;}
#categories li a:hover {
	background: #f6e877;
}
#content {
	float: left;
	width: 600px;
	background: url('../gfx/contentBg.png') no-repeat;
        position: relative;
}
#contentTitle {
	background: url('../gfx/contentTitle.png') left center no-repeat;
	padding: 2px 0 2px 30px;
	margin: 40px 0 10px 40px;
}
#content p {
	font-size: 0.9em;
	line-height: 1.5;
	padding: 5px 15px 5px 20px;
	text-align: justify;
	text-indent: 15px;
}
#content p.right {
    text-align: right;
    padding: 0 20px 0 0;
    font-size: 0.85em;
}
#content h4 {
    margin: 2px 5px;
    padding: 5px;
}
#content h4 a {
    color: #0b73ca;
}
#content p a {
	color: #0b73ca;
}
#content p a:hover {
	border-bottom: 1px dotted #0b73ca;
}
#offers {
	width: 560px;
	margin: 0 auto;
	border-spacing: 0;
	font-size: 0.9em;
}
#offers tbody tr {
	background: #fafafa;
}
#offers tbody tr.alt {
	background: #f4f4f4;
}
#offers tbody tr.hover {
	background: #e7f4fe;
}
#offers tbody tr.promo {
	background: #f6e877 !important;
}
#offers tr .thumb {
	width: 80px;
}
#offers tr .thumb img {
	border: 2px solid #ddd;
	text-align: center;
	margin: 4px auto;
	display: block;
}
#offers tbody .infoRow td {
   padding: 5px 0 5px 15px;
   font-size: 0.85em;
}
#offers tr .price {
	width: 80px;
}
#offers tr .price span {
	background: #f6e877;
	padding: 4px 5px;
        width: 65px;
        display: block;
        text-align: right;
}
#offers tbody a {
	color: #000;
	border-bottom: 1px dotted #000;
}
#offers tbody a:hover {
	border-bottom: 1px solid #000;
}
#rightSidebar {
	float: right;
	width: 130px;
}
#adv {
	width: 120px;
	margin: 0 auto;
}
#footer {
	clear: both;
	height: 189px;
	width: 100%;
	margin: 0 auto;
}
#footerMenu {
	font-size: 0.9em;
	padding-top: 108px;
	text-align: center;
}
#footerMenu li {
	display: inline;
	padding: 0 5px;
}
#footerMenu li a {
	color: #000;
	border-bottom: 1px dotted #000;
}
#footerMenu li a:hover {
	color: #0b73ca;
	border-bottom: 1px solid #0b73ca;
}
#footer .copyright {
	padding-top:  40px;
	font-size: 0.9em;
	text-align: center;
}
#add {
    width: 100%;
    font-size: 0.9em;
    overflow: hidden;
    padding: 0 0 0 20px;
}
#add .description {
    color: #999;
    font-size: 0.85em;
    padding: 5px;
}
#add div {
    margin: 5px 0;
    overflow: hidden;
}
#content form dd {
    margin: 0;
    padding:0;
}
#add legend {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    clear: both;
}
#add div.text, #add div.select {
    float: left;
    width: 300px;
}
#add label {
    width: 95px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
#add input, #add textarea, #add select {
    border: 2px solid #56AFFA;
    width: 170px;
    padding: 1px 3px;
    margin: 0;
}

#add textarea {clear: both; width: 470px;height: 200px;}
#add .textaera {clear: both;}
#add fieldset {
    overflow: hidden;
}
#add .group .check {
    width: 290px;
    float: left;
}
#add .group .check input {
    width: 14px;
    height: 14px;
    float: left;
    border: 0;
    padding: 0.8px;
    margin: 0;
}
#add .group .check label {
    width: 265px;
    float: right;
}
/*Group slect*/
#add .group .select {
    width: 290px;
}
#add .group .select select {
    width: 120px;
}
#add .group .select label {
    width: 160px;
}
/*Group text*/
#add .group .text {
    width: 290px;
    margin: 6px 0;
}
#add .group .text input {
    width: 110px;
}
#add .group .text label {
    width: 160px;
    padding: 1px 0 1px 0;
    margin-top: 4px;
}

#content #submit-element input {
    float: right;
    width: 120px;
    background: #56AFFA;
    font-weight: 700;
    font-size: 1.1em;
    border: 0;
    margin-right: 20px;
}
#add .errors {
    color: red;
    font-size: 0.85em;
}


#registerForm {
    overflow: hidden;
    padding-left: 20px;
    clear: both;
}
#registerForm fieldset {
    display: block;
    margin: 10px 0;
}
#registerForm legend {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin: 3px 0;
}
#registerForm div {
    clear: both;
    margin: 10px 0;
    overflow:hidden;
}
#registerForm .errors {
    clear: both;
    font-size: 0.8em;
    color: red;
    padding: 2px 0 2px 15px;
}
#registerForm .description {
    clear: both;
    font-size: 0.8em;
    margin: 5px 15px 5px 0;
    padding: 0;
    color: #999;
}
#registerForm label {
    float: left;
    width: 140px;

}
#registerForm input, #registerForm textarea, #registerForm select {
    float: left;
    width: 350px;
    border: 2px solid #56AFFA;
    padding: 3px 3px;
}
#registerForm textarea {
    height: 200px;
}
#registerForm .check label {
    float: left;
    width: 200px;
}
#registerForm a {
    color: #56AFFA;
}
#registerForm select {
    width: 360px;
}
#registerForm .check input {
    float: left;
    width: 14px;
    height: 14px;
    border: 0;
    
    margin-right: 20px;
}
#loginForm {
    margin: 20px 0 10px 50px;
}
#loginForm div{
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}
#loginForm label {
    float: left;
    width: 100px;

}
#loginForm input {
    float: left;
    width: 230px;
    border: 2px solid #56AFFA;
    padding: 3px 3px;
}
#loginForm .errors {
    clear: both;
    font-size: 0.8em;
    color: red;
    padding: 2px 0 2px 15px;
}
#loginForm #submit-element input {
    margin-right: 200px;
}


#extraOptions .check {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin: 3px 0;
}
#extraOptions .check input {
    width: 14px;
    height: 14px;
    float: left;
    border: 0;
    padding: 0.8px;
    margin:0;
}
#extraOptions .check label {
    width: 400px;
    float: left;
    margin-left: 10px;
}
#priceHead {
    text-align: right;
    font-size: 1.6em;
    font-weight: 100;
    margin: 10px 0 0;
    padding: 0;
}
#priceBrutto {
    text-align: right;
    font-size: 0.9em;
    font-weight: 200;
    margin: 0;
    padding: 0;
}
#confirmBtn {
    margin: 10px 0;
}
#confirmBtn a {
    color: #000;
    border:0 none;
    font-size:1.1em;
    font-weight:700;
    width:150px;
    text-align:center;
    display: block;
    padding: 4px 0;
}
#confirmBtn .redBtn a {
    float: left;
    background:#F6E877;
}
#confirmBtn .blueBtn  a{
    float: right;
    background:#56AFFA;
}
#mainContent {
    margin: 5px 10px;
}
#mainContent h3 {
    margin: 5px 0 10px 25px;
    font-size: 1.1em;
    font-weight: 500;
}
#mainContent .reset {
    clear: both;
    padding: 15px 0;
}
#mainContent .price {
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 40px;
    right: 15px;
}
#mainContent .down {
    position:static;
}
#mainContent .price h4 {
     float: right;
     color: #000;
     font-weight: 300;
     margin-right: 60px;
}
#dealerOptions {
    margin: 10px 0 10px 20px;
}
#dealerOptions div {
    margin: 3px 0;
}
#dealerOptions label {
    margin-left: 10px;
}
#dealerOptions .select {
    margin: 5px 0;
    overflow: hidden;
}
#dealerOptions .select label {
    width: 130px;
    float: left;
    padding-top: 5px;
}
#dealerOptions select {
    float: left;
    width: 360px;
    border: 2px solid #56AFFA;
    padding: 3px 3px;
}
#notice {
    clear: both;
    background: #F6E877;
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    width: 80%;
    margin: 15px auto 5px auto;
    font-size: 0.9em;
}
#notice h4 {
    margin: 0;
    padding: 0;
}
#notice h4 a { color: #56AFFA;}
#userQuickMenu {
    overflow: hidden;
    float: right;
    display: block;
    margin: 0 3px 10px 0;
    font-size: 0.85em;
}
#userQuickMenu li {
    float: left;
    margin: 0 5px;
}
#userQuickMenu li a {
    color: #56AFFA;
    border-bottom: 1px dotted #000;
    display: block;
}
#userQuickMenu li a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
#flashMessage {
    background: #F6E877;
    border: 1px solid #000;
    padding: 3px 0;
    width: 500px;
    text-align: center;
    z-index: 99;
    position: absolute;
    top: 0;
    font-size: 0.9em;
    
}
#flashMessage h4 {
    font-weight: 200;
    margin: 0;
    padding: 0;
}
#flashMessage .close {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 0.7em;
    color: #56AFFA;
    font-weight: 800;
}
#flashMessage h4 a { color: #56AFFA;}
#photos {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 500px;
}
#photos .photo {
    float: left;
    margin: 5px;
}
#photos .photo a {
    color: #000;
    font-weight: 500;
}
#photos .photo a.image {
    display: block;
    padding: 2px;
    background: #56AFFA;
    height: 150px;
}
#photos .photo a:hover {
    background: #F6E877;
}

.pagination {
				text-align: center;
				margin: 0 auto 5px auto;
			}
				.pagination li {
					display: inline;
					color: #27a5dc;
					font-size: 0.8em;
					margin: 0 3px;
				}
					.pagination li a {
						color: #27a5dc;
						padding: 3px 5px;
					}
					.pagination li.active a {
						color: #fff;
						background-color: #56AFFA;
					}
					.pagination li a:hover {
						background-color: #56AFFA;
						color: #F6E877;
                                    }

#tree {
    font-size: 0.95em;
    font-weight: 200;
    margin: 10px 5px 10px 25px;
}
#tree a {
    color: #999;
}
#tree a:hover {
    text-decoration: underline;
}
#tree small {
    padding-left: 10px;
}
