@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  	   url('../../../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
	   url('../../../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
	   url('../../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}

html, body {
	color: #555555;
	font-family: MyCustomFont, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
}
ul, li, span, input, select, textare, label, div, p, a {
	font-family: MyCustomFont, Tahoma, Geneva, sans-serif;
}
a {
	outline: medium none;
	cursor:pointer
}
img {
	border: medium none;
}
form {
	margin: 0;
}
select, textarea, input, button {
	outline: none;
	font-family: MyCustomFont, Tahoma, Geneva, sans-serif;
}
h1 {
	font-weight: normal;
	margin: 0;
	text-transform: capitalize
}
h5 {
	color: #000;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 7px;
	font-weight: normal;
	text-transform: none
}
h5 a {
	font-weight: bold
}
h2 {
	color: #777777;
	font-size: 12px;
	margin: 0 0 8px;
}
h3 {
	color: #555555;
	font-size: 18px;
	margin: 0 0 20px;
	text-decoration: underline;
}
input {
	border: 1px solid #CCCCCC;
	color: #555555;
	font-size: 12px;
	height: 15px;
	margin: 0;
	padding: 4px;
}
select {
	border: 1px solid #CCCCCC;
	color: #555555;
	font-size: 12px;
	height: 30px;
	margin: 0;
	padding: 4px;
}
textarea {
	border: 1px solid #CCCCCC;
	color: #555555;
	font-size: 12px;
	margin: 0;
	padding: 4px;
	resize: none;
}
textarea:focus, textarea:hover, select:focus, select:hover, input:hover, input:focus {
	border: 1px solid #999999;
	box-shadow: 0 0 2px #999999;
}
input.button:hover, input.button:focus {
	box-shadow: none;
}
.button {
	background: url("../images/button.png") repeat-x scroll center center transparent;
	border: 1px solid #E5E5E5;
	border-radius: 3px 3px 3px 3px;
	color: #4C4C4C !important;
	cursor: pointer;
	font-weight: bold;
	height: 27px;
	padding: 4px 10px 6px !important;
	width: auto !important;
	font-family: Tahoma, Geneva, sans-serif, MyCustomFont;
}
.buttonactiv, .button:hover {
	background: url("../images/button_hover.gif") repeat-x scroll center center transparent;
	border: 1px solid #BA0E00;
	color: #FFFFFF !important;
}
p {
	margin: 0 0 5px;
}
.load {
	height: 19px;
	margin: 0px 0 0 0;
	text-align: center;
	width: 130px;
	display: none;
	position: absolute;
	background: url(../images/loadbg.png) repeat-x center;
	padding-top: 9px;
}
.addload {
	height: 21px;
	margin: 0px 0 0 213px;
	text-align: center;
	width: 263px;
	display: none;
	position: absolute;
	background: url(../images/loadbg.png) repeat-x center;
	padding-top: 9px;
}
#content {
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
#content .logos {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}
.tableheader {
	display: table-row;
	position:relative
}
#frame {
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 1000px;
}
#header .header {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 98%;
	padding: 10px 0
}
#header .header .td {
	color: #444;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}
#header .header .col1 {
	width: 20%;
}
#header .header .col1 img {
	position: relative;
	z-index: 2
}
#header .header .col3 {
	text-align: right;
	white-space: nowrap;
	float: right;
	margin: 35px 0 0;
}
#header .header .col3 .language a {
	text-decoration: none;
	border: 1px #fff solid
}
#header .header .col3 .language a:hover {
	background-image: url("../images/tabhover.gif");
	background-repeat: repeat-x;
	border: 1px #B60906 solid;
	border-radius: 3px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	text-decoration: none
}
#header .header .col3 #loginslide {
	background-color: #F81E0C;
	background-image: url("../images/loginpopup.png");
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #B60906;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	display: none;
	height: 85px;
	padding: 10px;
	position: absolute;
	right: 0;
	min-width: 285px;
	z-index: 3;
}
#header .header .col3 #loginslide img {
	margin-top: 35px;
}
#header .header .col3 #loginslide a {
	border: medium none;
	color: #FFFFFF;
}
#header .header .col3 input {
	margin: 0;
	width: 200px;
	border: 1px #890200 solid
}
#header .header .col3 .button {
	border: 1px #ccc solid
}
#header .header .col3 .button:hover {
	border: 1px #B50802 solid
}
#header .header .col3 input:focus {
	box-shadow: none;
	border: 1px #890200 solid
}
#header .header .col3 a {
	color: #555;
	cursor: pointer;
	padding: 1px 5px;
	text-decoration: underline;
	border: 1px #fff solid
}
#header .header .col3 a.active {
	background-image: url("../images/tabhover.gif");
	background-repeat: repeat-x;
	border: 1px #B60906 solid;
	border-radius: 3px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	text-decoration: none
}
#header .header .col3 a img {
	vertical-align: middle;
	margin: -1px 3px 0 0
}
#middle {
	display: table-row;
	height: 100%;
}
#middle .middle {
	margin: 0 auto;
	width: 98%;
}
#middle .middle .td {
	padding: 0 10px;
	vertical-align: top;
}
#middle .middle .left {
	padding-left: 0;
	width: 200px;
}
#middle .middle .left h2 {
	font-size: 20px;
	font-weight: normal
}
#middle .middle .right {
	padding: 0;
	vertical-align: top;
	padding-right: 10px;
}
#middle .middle .right .box {
	position: relative;
	width: 98%;
	float: left;
	margin-top: 15px;
	border: 1px #ccc solid;
	padding: 10px;
	overflow: hidden
}
#middle .middle .right .bottomshadow {
	background: url("../images/bottomshadow.jpg") no-repeat scroll 0 0 transparent;
	float: right;
	height: 388px;
	margin-right: -15px;
	margin-top: -370px;
	width: 343px;
}
#middle .middle .auction {
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
#middle .middle .auction a {
	background: url("../images/auctionbg.png") repeat-x scroll center center transparent;
	border: 1px solid #9C0D0D;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: normal;
}
#middle .middle .auction a:hover {
	background: url("../images/auctionbg1.png") repeat-x scroll center center transparent;
	border: 1px solid #4E4E4E;
}
#middle .middle .auction a.col3, #middle .middle .auction a.col1 {
	width: 20%;
}
#middle .middle .auction a.col2 {
	width: 58%;
}
#middle .middle .auction a.col2 img {
	margin: 0 -20px 0 40px;
}
#middle .middle .auction a span {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	width: 1000px;
}
#middle .middle .auction a span img {
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}
#middle .middle .auction a span span.button {
	display: block;
	float: right;
	font-size: 12px;
	height: 15px;
	line-height: 18px;
	margin-right: 10px;
	text-transform: none;
}
#footer {
	background: url(../images/footerbg.png) repeat-x center;
	height: 50px;
	margin-top: 10px
}
#footer .footer {
	display: block;
	height: 50px;
	line-height: 50px;
	width: 98%;
	margin: 0 auto;
	position:relative
}
#footer .footer a {
	color: #333;
}
#footer iframe.studio {
	text-align: right;
	white-space: nowrap;
	font-size: 12px;
	  float: right;
}
#footer iframe.studio img {
	vertical-align: middle;
	margin-left: 10px
}
#footer iframe.studio a {
	color: #333;
	text-decoration: none;
	margin-top: -3px;
}
#footer div.copyright {
	float: left;
	position:relative
}
#footer .social{
position: absolute;
top: 3px;
left: 40%;
width: 260px;
height: 35px;
z-index:1000
}
#footer .social div{
	    display: inline-block;
}
#footer .social div i{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 19px;
	color: #fff
}
#footer .social div i.fa-facebook{
	background-color: #54658B
}
#footer .social div i.fa-twitter{
	background-color: #51ADC4
}
#footer .social div i.fa-google-plus{
	background-color: #983421
}
#footer .social div i.fa-tumblr{
	background-color: #23384D
}
#footer .social div i.fa-digg{
	background-color: #1C4467
}
#footer .social div i.reddit-share{
	background-color: #B52D04
}
#footer .social div i.linkedin-share{
	background-color: #005480
}
.formbox {
	border: 1px #ccc solid;
	padding: 10px 20px
}
.formbox h1 {
	font-size: 22px
}
.formstyle {
	padding: 10px 0
}
.formstyle .search-box {
	float: left;
	margin-right: 50px;
}
.formstyle h2 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #555;
	border-bottom: 1px #ccc solid;
}
.formstyle p {
	margin-bottom: 10px;
	position: relative
}
.formstyle p label {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 200px;
}
.formstyle p .spanselect {
	display: inline-block;
	width: 200px;
}
.formstyle p .spanselect label.error {
	margin-left: 0;
}
.formstyle p label span {
	color: #f00;
	font-size: 20px;
	margin: -2px 0 0 2px;
	position: absolute;
}
.formstyle p input {
	padding: 6px;
	width: 250px;
}
.formstyle p select {
	width: 264px;
}
.formstyle p .currency {
	height: 31px;
	width: 90px;
}
.formstyle p.pcurrency {
	display: inline-block;
	vertical-align: top;
}
.formstyle p.pcurrency label.error {
	margin-left: 0;
}
.formstyle p.pprice {
	display: inline-block;
}
.formstyle p .price {
	width: 156px;
}
.formstyle p.prooms1, .formstyle p.prooms {
	display: inline-block;
}
.formstyle p.prooms label {
	width: 64px;
}
.formstyle p .rooms1, .formstyle p .rooms {
	width: 90px;
}
.formstyle p textarea {
	height: 100px;
	width: 40%;
}
.formstyle p a.button {
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
}
.formstyle p.pagree {
	margin-bottom: 40px;
	position: relative;
}
.formstyle p.pagree label {
	float: right;
	margin-right: 0;
	text-align: left;
	width: 224px !important;
	margin-bottom: 10px;
}
.formstyle p.pagree label a {
	color: #E30D03;
}
.formstyle p.pagree label span {
	margin-left: -237px;
}
.formstyle p input.agree {
	border: medium none;
	margin-left: 155px;
	margin-right: 10px;
	padding: 0;
	vertical-align: top;
	width: auto !important;
}
.formstyle p.pcaptcha {
	clear: both;
}
.formstyle p.pcaptcha #captcha {
	background: url("../images/captcha.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 67px;
	text-align: center;
	width: 200px;
	margin-left: 188px;
}
.formstyle p.searchbutoon {
	margin-top: 43px
}
.formstyle p.searchbutoon input {
	background: url("../images/button_hover.gif") repeat-x bottom center #FB1103;
	border: 1px #DA0600 solid;
	color: #fff !important;
	height: 35px;
	font-size: 16px;
	font-weight: normal;
}
.formstyle p.searchbutoon a {
	margin: 8px 0 0 40px;
	display: block;
	float: left;
	font-size: 14px;
	text-decoration: none;
}
.success {
	background: url("../images/ok.png") no-repeat scroll 10px -2px transparent;
	color: #096709;
	display: table-cell;
	font-size: 14px;
	height: 44px;
	padding: 3px 70px;
	vertical-align: middle;
	margin: 10px 0 0 10px;
}
.success img {
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}
#linktitle {
	display: none;
	font-size: 14px;
	margin-top: -3px;
	text-transform: none;
}
#middle a {
	color: #555;
	font-family: MyCustomFont, Tahoma, Geneva, sans-serif !important
}
#map-canvas {
	border: 1px #ccc solid;
	float: left;
	width: 100%;
	min-height: 400px !important
}
.raquo {
	font-size: 15px;
	color: #9A9A9A;
	margin: 0 5px
}
.boxtitle {
	margin-top: 15px;
	margin-left: 33px;
}
.boxtitle a {
	color: #990101;
	text-decoration: none;
	font-weight: bold
}
#main_menu {
	background: url("../images/menubg.png") repeat-x scroll center center transparent;
	text-transform: uppercase;
	z-index: 2;
	height: 109px;
	padding: 3px 0 0;
	width: 100%
}
#main_menu ul {
	margin: 0 auto;
	padding: 0;
	width: 98%;
	height: 51px;
}
#main_menu ul li {
	display: inline-block;
}
#main_menu ul li a {
	color: #fff;
	line-height: 51px;
	font-size: 12px;
	height: 51px;
	padding: 0 10px;
	text-decoration: none;
	display: block
}
#main_menu ul li a.active, #main_menu ul li a:hover {
	background: url("../images/menubghover.png") repeat-x scroll center center transparent;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#main_menu li ul {
	display: none;
	position: absolute;
	width: auto;
	z-index: 2;
}
#main_menu li ul li {
	background: none repeat scroll 0 0 transparent;
	display: block;
}
#main_menu ul li li a.active {
	background: none repeat scroll 0 0 #343434;
}
#main_menu li ul li a {
	background: none repeat scroll 0 0 #343434;
	color: #CCCCCC !important;
	display: block;
	height: 27px;
	line-height: 27px;
	min-width: 100px;
}
#main_menu li ul li a:hover {
	background: url("../images/button_hover.gif") repeat-x scroll center center transparent;
	color: #FFFFFF !important;
}
.latest_news {
	margin: 0;
	padding: 0;
	width: 200px;
}
.latest_news li:first-child {
	padding-top: 0;
}
.latest_news li {
	border-bottom: 1px dashed #DDDDDD;
	color: #777777;
	list-style: none outside none;
	padding: 10px 0;
	text-align: justify;
}
.latest_news li h1 {
	font-size: 12px;
}
.latest_news li h1 a {
	color: #000000 !important;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.latest_news li img {
	display: block;
	margin-bottom: 5px;
	max-width: 200px;
}
.viewall {
	color: #0078F0;
	float: right;
	margin-top: 5px;
	text-decoration: none;
}
#logininfo {
	background: url("../images/header_bg.png") repeat scroll 0 0 transparent;
	bottom: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 20px 20px;
	position: fixed;
	right: 0;
	box-shadow: 0 0 5px #000;
	border: 1px solid #fff;
	border-bottom: none;
	border-right: none;
	display: none
}
.close {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer
}
.result {
	background: none repeat scroll 0 0 #04B108;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	left: 50%;
	margin-left: -75px;
	padding: 5px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 150px;
	display: none;
	z-index: 1000;
}
#body {
	background: #fff;
	opacity: 0;
	filter: alfa(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}
#bodysave {
	background: #fff;
	opacity: 0.5;
	filter: alfa(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}
#saveloader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	display: none;
	z-index: 11
}
.zip_code {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -170px;
	margin-top: -150px;
	border: 7px #BA0B03 solid;
	width: 300px;
	height: 150px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #000000;
	z-index: 11;
	padding: 10px;
	display: none
}
.zip_code h2 {
	color: #9b0601;
	font-size: 22px;
	margin-top: 10px
}
.zip_code b {
	margin-right: 10px;
	margin-top: 30px
}
.zip_code input {
	border-radius: 3px;
	border: 1px #ccc solid;
	padding: 5px;
	font-size: 12px;
	margin-top: 30px
}
.zip_code .close {
	border-radius: 15px;
	padding: 3px 6px;
	background: #BA0B03;
	color: #fff;
	font-family: verdana;
	font-weight: bold;
	margin-top: 2px;
	margin-right: -7px;
}
#errorzip {
	display: none;
	color: #F00;
	margin-left: 57px
}
#myform {
	margin: 0 auto;
	width: 600px;
}
.creataccount {
	padding: 20px;
	width: 825px;
	margin: 0 auto
}
.creataccount h1 {
	font-size: 24px;
	margin: 0 0 20px
}
.creataccount > div {
	border: 1px #ccc solid;
	background: #fff;
}
.login1 {
	float: left;
	width: 300px;
	padding: 10px 15px;
}
.login1 label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px
}
.login1 input {
	float: left;
	width: 170px;
	margin-bottom: 13px;
}
.login1 input.button {
	float: right;
	margin-right: 10px;
}
.register1 {
	float: left;
	width: 430px;
	margin-left: 20px;
	padding: 10px 15px;
}
.register1 label {
	width: 170px !important;
}
.register1 input {
	width: 220px !important;
}
.register1 select {
	width: 234px !important
}
.register1 input.button {
	width: auto !important
}
.rightbanner {
	vertical-align: top;
	width: 200px;
	text-align: center
}
.mapContent {
	width: 500px;
	height: 150px;
	font-family: MyCustomFont, Tahoma, Geneva, sans-serif !important
}
.mapContent a.more {
	float: right;
	margin-top: 28px;
}
.mapContent img.basket {
	cursor: pointer;
	float: none;
	margin: -3px 0px 0 10px;
	vertical-align: middle;
	border:none
}
.mapContent img {
	float: left;
	margin-right: 10px;
}
div.mapContent h1 {
	font-size: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
.outpanel, .vehic{
	padding: 20px;
	width: 840px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.outpanel .addres, .vehic .addres {
	font-size: 18px;
	color: #9A0302;
	margin-bottom: 10px;
	float: left
}
.outpanel img, .vehic img {
	border: 1px #A71C15 solid;
	padding: 2px;
	margin-right: 10px;
	max-width: 530px;
}

.photos div{
	float:left;
	margin-bottom: 5px;
}
.outpanel img.basket, .vehic img.basket {
	float: right;
	border: none;
	cursor: pointer;
	margin-top: 6px;
}
.outpanel .additional, .vehic .additional{
	border: 1px #A71C15 solid;
	padding: 10px;
	margin: 5px 14px 0 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.outpanel .additional, .vehic .vehaddit{
border: 1px #A71C15 solid;
padding: 10px;
margin: 5px 0 10px 0;
text-align: justify;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.outpanel h2, .vehic h2{
	font-weight: normal;
	margin: 0;
	color: #fff;
	font-size: 14px;
	height: 32px;
	line-height: 15px;
	display: table-cell;
	vertical-align: middle;
}
.outpanel .characteristics, .vehic .characteristics{
	border-left: 1px #DF8C1E solid;
	border-top: 1px #DF8C1E solid;
	margin-bottom: 5px;
}
.outpanel .characteristics td, .vehic .characteristics td{
	padding: 5px 10px;
	border-bottom: 1px #DF8C1E solid;
	border-right: 1px #DF8C1E solid;
	vertical-align: top
}
.outpanel #maps {
	height: 200px;
	clear: both;
	border: 1px #DF8C1E solid;
	padding: 2px;
	z-index: 9
}
.outpanel #mapsfull{
	height: 600px;
	width: 700px;
	clear: both;
	border: 1px #DF8C1E solid;
	padding: 2px;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -300px;
	box-shadow: 0 0 10px #000;
	position: fixed !important;
	display: none
}
.vehic #vehmaps {
	height: 500px;
	clear: both;
	border: 1px #DF8C1E solid;
	padding: 2px;
	z-index: 9
}
.vehic #vehmapsfull{
	height: 80%;
	width: 90%;
	clear: both;
	border: 1px #DF8C1E solid;
	padding: 2px;
	z-index: 11;
	top: 10%;
	left: 50%;
	margin-left: -45%;
	box-shadow: 0 0 10px #000;
	position: fixed !important;
	display: none
}
.outpanel .fullscreen, .vehic .fullscreen {
	position: absolute;
	right: 21px;
	z-index: 10;
	bottom: 27px;
	background: #fff;
	border: 1px #666 solid;
	box-shadow: 0px 2px 2px #999;
	text-align: center;
	cursor: pointer;
	padding: 3px;
}
.outpanel .fullscreen_exit, .vehic .fullscreen_exit {
	position: fixed;
	z-index: 12;
	top: 50%;
	right: 50%;
	margin-right: -345px;
	cursor: pointer;
	display: none;
	margin-top: 265px;
	background: #fff;
	border: 1px #666 solid;
	box-shadow: 0px 2px 2px #999;
	padding: 3px;
}
.outpanel .fullscreen_exit, .vehic .fullscreen_exit {
	
}
.vehic input{
	float:right;
	margin-left: 5px;
	width: 15px;
	margin-top: -4px;
}
#carcas {
	margin-bottom: 10px;
	z-index:10
}
.cart, .cartcompare {
	margin-bottom: 10px;
	display: none;
	width: 200px;
	border: 1px #999 solid;
	background: #FFF;
	text-align: left;
}
.cart a, .cartcompare a{
	text-decoration:none
}
.cart h3, .cartcompare h3 {
	background: url(../images/carthead.png) repeat-x center;
	margin: 0 0 5px;
	text-decoration: none;
	padding: 3px 10px;
	font-size: 16px;
	text-shadow: 0px 1px 1px #fff;
	color: #333;
}
.cartcompare h3{
	margin-bottom: 0;
}
.cart h3 img, .cartcompare a img {
	vertical-align: top;
	margin-right: 5px;
}
.cart .info {
	padding: 5px;
}
.cart .info span {
	display: inline-block;
	width: 100px;
	font-size: 11px;
}
.cart .info span img, .cartcompare .info span img {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 2px
}
.cart .info b, .cartcompare .info b {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
}
.cart .info hr, .cartcompare .info hr {
	border-bottom: 0px #eee dotted;
}
.cart a.continue, .cartcompare a.continue {
	background: url(../images/carthead.png) repeat-x center;
	height: 30px;
	width: 134px;
	display: block;
	float: left;
	color: #000 !important;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 20px;
	font-weight: bold;
	border-top: 1px #999 solid;
}
.cart #clear {
	background: url(../images/carthead.png) repeat-x center;
	float: right;
	height: 16px;
	border-top: 1px #999 solid;
	padding: 7px 5px;
	cursor: pointer;
}
.cartcompare #clearcompare {
	background: url(../images/carthead.png) repeat-x center;
	float: right;
	height: 14px;
	border-top: 1px #999 solid;
	padding: 5px;
	cursor: pointer;
	margin: -4px -10px 0 0px;
}
.cart ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.cart ul li {
	display: table-row
}
.cart ul li.th {
	background: url(../images/carthead.png) repeat-x center;
	height: 45px
}
.cart ul li.th div {
	color: #000;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	font-size: 11px;
	text-align: center;
	vertical-align: middle
}
.cart ul li div {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
	height: 33px;
	font-size: 10px
}
.cart ul li div img {
	float: left;
	margin-right: 5px;
	border: 1px #ccc solid;
}
.cart ul li div img.remove {
	border: 0;
	cursor: pointer
}
.cart ul li.libg {
	background: url(../images/libg.gif) repeat-x center
}
.cart ul li.libgwhite {
	background: #fff
}
.basket {
	margin: 0 auto;
	padding: 1px;
	border: 1px #ccc solid;
}
.basket tr {
	padding: 5px 10px;
	margin: -9px -9px 0;
}
.basket tr.th {
	background: url(../images/tbhead.png) repeat-x center;
	height: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.basket tr.th td {
	font-size: 12px
}
.basket tr.th td span {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-shadow: none;
	display: block;
	white-space: nowrap;
}
.basket tr > td {
	padding: 5px 10px;
	vertical-align: middle;
	border-right: 1px #DB861F solid;
	border-bottom: 1px #DB861F solid;
}
.basket tr > td:first-child {
	border-left: 1px #DB861F solid;
}
.basket tr > td img {
	vertical-align: middle;
	margin-right: 5px;
}
.basket tr > td img.help {
	background: none;
	border: none;
	margin: 1px 5px;
	vertical-align: top;
}
.basket tr > td img.remove {
	border: none;
	cursor: pointer
}
.sidetab {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px #990101 solid;
	height: 24px;
}
.sidetab li {
	float: left;
	display: block;
	background-image: url(../images/tbhead.png);
	color: #fff;
	border-radius: 5px 5px 0 0;
	margin: 0 5px 0 0px;
	padding: 5px 20px;
	cursor: pointer;
}
.sidetab li:hover, .sidetab li.active {
	background: url(../images/menubg.png) 0 -3px;
}
.fulhomemap {
	position: absolute;
	right: 24px;
	z-index: 1;
	bottom: 20px;
	background: #fff;
	width: 22px;
	padding: 1px 0;
	border: 1px #666 solid;
	box-shadow: 0px 2px 2px #999;
	text-align: center;
	cursor: pointer;
}
.fulhomemap_exit {
	z-index: 100;
	display: none;
	position: absolute;
	right: 24px;
	bottom: 20px;
	background: #fff;
	width: 22px;
	padding: 1px 0;
	border: 1px #666 solid;
	box-shadow: 0px 2px 2px #999;
	text-align: center;
	cursor: pointer;
}
#searchmap {
	position: relative;
}
.fulmaps {
	position: fixed !important;
	width: 86%;
	height: 90% !important;
	top: 4%;
	z-index: 11;
	left: 20px;
	box-shadow: 0 0 10px #666;
	display: none
}
.fulmaps #mapcanvas {
	height: 100% !important
}
.mapcontent {
	min-height: 400px;
	height: 100%;
	position: relative
}
.total {
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: none;
	margin: 0 1px 0 0;
	width: 200px;
	border-right: none;
	background: #C04F20;
	color: #fff;
}
.total li {
	width: 180px;
	display: inline-block;
	border: 1px #ccc solid;
	border-left: none;
	border-top: none;
	padding: 5px 10px;
}
.total li.continue {
	text-align: right;
	background: url(../images/menubg.png) repeat-x 0px -4px;
	padding: 0;
	height: 40px;
	width: 200px;
	cursor: pointer
}
.total li.continue:hover {
	background: url(../images/menubghover.png) repeat-x 0px -4px;
}
.total li.continue a {
	text-decoration: none;
	color: #fff !important;
	display: block;
	height: 40px;
	line-height: 39px;
	text-align: center;
	font-size: 18px;
}
.total span {
	width: 80px;
	float: left;
	display: block;
}
.total b {
	float: left;
	display: block;
	padding-left: 10px
}
.basket tfoot td {
	text-align: right;
	border: none;
	padding: 0
}
.folder_name button, .basket tfoot td div, .basket tfoot td a {
	background: url(../images/menubg.png) repeat-x 0 -4px;
	float: right;
	color: #fff !important;
	padding: 7px 20px 6px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	border: 1px #990101 solid;
	margin-top: 1px;
}
.folder_name button:hover, .basket tfoot td div:hover, .basket tfoot td a:hover {
	background: url(../images/menubghover.png) repeat-x 0 -4px
}
.folder_name {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 60px;
	padding: 20px;
	margin: -50px 0 0 -200px;
	border: 1px #ed6a6a solid;
	background: #fff;
	box-shadow: 0 0 30px #990101;
	display: none;
	z-index: 11
}
#folder_name {
	display: none
}
.folder_name select {
	padding: 3px;
	margin-top: 12px;
	width: 240px;
	height: 35px;
}
.folder_name input {
	width: 208px;
	padding: 9px 25px 9px 5px;
	margin-top: 12px;
}
.folder_name button {
	height: 35px;
	margin-top: 12px;
	line-height: 0;
}
.folder_name img {
	position: absolute;
	margin: 16px 0 0 -21px;
	display: none
}
.emptycart {
	border: 1px #ccc solid;
	text-align: center;
	padding: 100px;
	font-size: 22px;
}
.office_table {
	position: absolute;
	bottom: 0;
	z-index: 1;
	right: 0;
}
.folders {
	margin: 20px;
	padding: 0;
	position: relative;
	z-index: 2;
	min-height: 600px;
}
.folders li {
	float: left;
	list-style: none;
	text-align: center;
	margin: 10px 20px;
	font-size: 14px;
	width: 150px;
	height: 170px;
	padding: 10px;
	color: #9A0302 !important;
	cursor: pointer
}
.folders li img {
	display: block;
	margin: 0 auto 10px;
}
.folders li input {
	width: 120px
}
.folders li a {
	text-decoration: none;
}
.folders li:hover, .folders li.context-menu-active {
	border: 1px #e87d7d solid;
	background: #fcd9d9;
	width: 148px;
	padding: 9px 10px
}
.send {
	position: fixed;
	top: 50%;
	left: 50%;
	background: #f5f5f5;
	box-shadow: 0 0 15px #333;
	padding: 20px;
	width: 460px;
	height: 230px;
	margin: -135px 0 0 -250px;
	display: none;
	z-index: 11
}
.send textarea {
	width: 450px;
	height: 160px;
	margin-bottom: 10px;
	background: #fff;
}
.send input {
	margin-bottom: 8px;
	width: 98%;
}
.send .button {
	float: right;
	background: url("../images/button_hover.gif") repeat-x scroll center center transparent;
	border: 1px solid #BA0E00;
	color: #FFFFFF !important;
}
#popupmap {
	width: 85%;
	height: 80%;
	box-shadow: 0 0 20px #000;
	position: fixed;
	top: 7%;
	left: 2%;
	z-index: 11;
	background: #fff;
	display: none;
}
#popupmap img.load {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px;
}
.loginapp {
	position: fixed !important;
	left: 50%;
	top: 50%;
	width: 350px;
	margin-left: -175px;
	margin-top: -75px;
	box-shadow: 0 0 10px #333;
	height: 150px !important;
	z-index:12 !important
}
.loginapp > div{
	margin: 30px 23px;
}
.at4-share-btn, .at-share-close-control{
	border-right:1px #ccc solid;
}
.at4-share-btn:first-child{
	border-top:1px #ccc solid;
}
.at-share-close-control{
	border-bottom:1px #ccc solid
}
#at4-soc{
	border:1px #ccc solid
}
#popupmail{
	width:300px;
	height:100px;
	border:5px #990101 solid;
	background:#fff;
	position:fixed;
	top:50%;
	margin-top:-70px;
	left:50%;
	margin-left:-170px;
	padding:20px;
	box-shadow:0 0 10px #333;
	text-align:center;
	display:none
}
#popupmail input{
	width: 200px;
padding: 8px;
}
#popupmail input#submitemail{
margin-top: 10px;
height: 32px;
padding: 5px 10px;
width: auto;
cursor: pointer;
}

.blogtitle {
	color: #fff;
	font-size: 18px !important;
	margin-bottom: 7px;
}
.blog-last-news {
	padding: 10px;
margin-bottom: 20px;
border: 1px #ccc solid;
box-shadow: 0 0 10px #999;
background:#fff;
clear:both;
position:relative
}
.blog-last-news .img {
	float: left;
	margin-right: 25px;
	width: 150px;
	text-align: center;
	border: 1px #ccc solid;
	background: #fff;
}
.blog-last-news .one {
	width: auto;
}
.blog-last-news .info {
	color: #444;
	font-size: 14px !important;
}
.blog-last-news .info > p{
	margin-top:0
}
.blog-last-news h3 {
margin-bottom: 7px;
margin-top: 0;
font-size: 20px;
}
.blog-last-news h3 a {
	color: #333;
	text-decoration: none
}
.blog-last-news .blogfooter{
	border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;
margin-top: 10px;
height: 40px;
}
.blog-last-news .blogfooter .date{
	float: left;
margin-top: 11px;
padding-right: 10px;
}
.icon-data:before{
	content: "\f073";
	font-size: 16px;
}
.blog-last-news .blogfooter .comments{
	float: left;
border-right: 1px #ccc solid;
margin-top: 11px;
padding: 0 10px;
}
.icon-comment:before{
	content: "\f086";
position: relative;
top: -1px;
color: #1978b1;
font-size: 16px;
}
.blog-last-news .blogfooter .comments a{
	color:#1978b1;
	text-decoration:none
}
.blog-last-news .readmore {
float: right;
color: #fff !important;
margin-top: 1px;
background: #9C0605;
text-decoration: none;
padding: 9px 20px 11px;
}
.blog-last-news .readmore:hover{
	background:#333
}
.blog-last-news .readmore .icon-readmore:before{
	content: "\f138";
margin-left: 7px;
font-size: 18px;
position: relative;
top: 2px;
}
.prev .icon-prev:before {
	content: "\f137";
margin-right: 7px;
font-size: 18px;
position: relative;
top: 2px;
}
#addnew{
float: right;
font-size: 16px;
border: 1px #9A0302 solid;
padding: 5px 10px;
margin-top: -15px;
color: #fff !important;
background: rgb(175,45,35); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(175,45,35,1) 0%, rgba(154,2,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,45,35,1)), color-stop(100%,rgba(154,2,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(175,45,35,1) 0%,rgba(154,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(175,45,35,1) 0%,rgba(154,2,2,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(175,45,35,1) 0%,rgba(154,2,2,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(175,45,35,1) 0%,rgba(154,2,2,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2d23', endColorstr='#9a0202',GradientType=0 ); /* IE6-9 */
}
.icon-add:before{
content: "\f067";
color: #049604;
margin-right: 5px;
position: relative;
top: 1px;
}
.oferselect{
	border:1px #ccc solid;
	padding:10px;
	margin-top:-5px
}
.oferselect > div{
	float:left;
	width: 270px;
}
.requestoffer{
background: rgb(252,110,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,110,85,1) 0%, rgba(153,1,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,110,85,1)), color-stop(100%,rgba(153,1,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,110,85,1) 0%,rgba(153,1,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,110,85,1) 0%,rgba(153,1,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,110,85,1) 0%,rgba(153,1,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,110,85,1) 0%,rgba(153,1,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e55', endColorstr='#990100',GradientType=0 ); /* IE6-9 */
color: #fff !important;
padding: 5px 10px;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
margin-bottom: 5px;
border: 1px #990101 solid;
display: block;
text-decoration: none;
text-shadow: 1px 0px 1px #000;
}
#requestoffercont{
background: #fff;
border: 1px #990101 solid;
box-shadow: 0 0 10px #333;
position: fixed;
top: 50%;
left: 50%;
width: 600px;
height: 500px;
margin: -250px 0 0 -300px;
z-index: 10;
display: none;
}
#requestoffercont > div{
padding: 30px;
font-size: 16px;
height: 88%;
position: absolute;
overflow-x: hidden;
overflow: auto;
}
#requestoffercont > div h2{
	font-size: 24px;
}
#requestoffercont > div a{
	text-decoration:underline;
	color:#9B0403
}
#myformcontact span.captcha{
	margin-left:213px !important
}
#myformcontact input.captcha{
	margin-left: 213px;
}
.vehiclepanel{
	display:table;
	width:500px
}
.vehiclepanel .basket{
border: none;
position: relative;
cursor: pointer;
top: 2px;
float: right;
}
.vehiclepanel input{
float: right;
width: 20px;
margin-right: 2px;
padding: 1px;
margin-top: 2px;
}
.vehiclepanel a.panelimages{
	display:table-cell;
	margin-right:10px;
	vertical-align:top;
	width:200px;
	padding-right:15px
}
.vehiclepanel div.info{
	display:table-cell;
	vertical-align:top
}
.vehiclepanel div.info h3{
	margin-bottom:10px;
	font-size:16px
}
.vehiclepanel div.info > div{
	margin-bottom:5px
}
.vehiclepanel div.info a.more{
	float:right;
	text-decoration:underline
}
.vehiclenumbers{
	width:350px
}
.vehiclenumbers .infos{
	float:left
}
.vehiclenumbers img{
	float:left; margin-right:10px
}
.vehiclenumbers a{
	text-decoration:none;
	clear:both;
}
.vehiclenumbers .icon{
	margin-top:-2px
}
.topmenu{
	position: absolute;
	left: 20%;
	top: 85px;
}
.topmenu ul{
	margin:0;
	padding:0
}
.topmenu ul li{
	float:left;
	list-style: none;
	margin-right:2px
}
.topmenu ul li a{
color: #fff;
text-decoration: none;
padding: 7px 10px;
display: block;
text-transform: uppercase;
background: #969696; /* Old browsers */
background: -moz-linear-gradient(top,  #969696 0%, #7a7a7a 49%, #6d6d6d 51%, #afafaf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(49%,#7a7a7a), color-stop(51%,#6d6d6d), color-stop(100%,#afafaf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #969696 0%,#7a7a7a 49%,#6d6d6d 51%,#afafaf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #969696 0%,#7a7a7a 49%,#6d6d6d 51%,#afafaf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #969696 0%,#7a7a7a 49%,#6d6d6d 51%,#afafaf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #969696 0%,#7a7a7a 49%,#6d6d6d 51%,#afafaf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#afafaf',GradientType=0 ); /* IE6-9 */

border-radius:5px 5px 0 0
}
.topmenu ul li a:hover, .topmenu ul li a.active{
	background: #b02f23; /* Old browsers */
background: -moz-linear-gradient(top,  #b02f23 0%, #990101 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b02f23), color-stop(100%,#990101)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b02f23 0%,#990101 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b02f23 0%,#990101 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b02f23 0%,#990101 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b02f23 0%,#990101 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02f23', endColorstr='#990101',GradientType=0 ); /* IE6-9 */
}
.mapicon{
	cursor:pointer;
	float:right !important
}
.popupmapicon{
	position:fixed;
	width:400px;
	height:400px;
	top:0;
	left:0;
	box-shadow:0 0 10px #333;
	background-color:rgba(172,38,28,0.3);
	z-index: 100;
	text-align:center;
	cursor:move;
}
.popupmapicon .head{
	height: 30px;
background: #AC261C;
color: #fff;
line-height: 27px;
padding: 0 10px;
cursor: move;
font-size: 16px;
}
.popupmapicon .head a{
	color:#fff;
	float: left;
}
.popupmapicon .head input{
	padding: 0px 5px;
position: relative;
top: -2px;
}
.popupmapicon .head img{
	border: none;
position: relative;
top: 3px;
cursor:pointer
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -182px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.icon-check:before{
	content: "\f00c";
	color: #079941;
}
#comparepopup{
	position:fixed;
	background:#fff;
	box-shadow:0 0 10px #333;
	width:700px;
	max-height:600px;
	top:20%;
	left:50%;
	margin:0 0 0 -350px;
	z-index:1000;
	display:none
}
#comparepopup > div{
	padding: 20px;
	font-size: 16px;
	max-height:500px;
	overflow:auto;
	overflow-x:hidden
}
#comparepopup > div .close{
	background: #9B0302;
color: #fff;
padding: 2px 5px;
font-size: 12px;
right: 3px;
}
.compare{
	border:1px #ccc solid;
	border-top:none;
	border-left:none
}
.compare td{
	border:1px #ccc solid;
	border-bottom:none;
	border-right:none;
	padding: 5px;
}
.compare td img{
	margin-right:5px
}
.compare td a{
	color: #222;
	text-decoration:none;
	font-size: 14px;
}
.compare td a img{
	vertical-align: middle;
margin-top: -3px;
margin-right: 2px;
}
#minimap{
	position:relative
}
#minimap img{
	position:absolute;
	bottom:5px;
	right:5px;
	background:#fff;
	border:1px #666 solid;
	padding:1px;
	cursor:pointer
}
.bigmap{
	position:fixed !important;
	width:80%;
	height:80%;
	left:10%;
	top:10%;
	z-index:1000;
	box-shadow:0 0 10px #333;
}
.bigmap > div{
	width:100% !important;
	height:100% !important;
	margin-top:0 !important
}