*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a img {
	border: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

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

strong {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right !important;
}

.last {
	margin-right: 0px !important;
}

.no-border {
	border: none !important;
}

.blue {
	color: #3b78f0;
}

.orange {
	color: #f26722;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #333 url(../im/bg.jpg) repeat-x;
	color: #333;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0px auto;
}

/* Header */

#header .up_nav {
	float: right;
	margin: 10px 0;
}

#header .up_nav li {
	float: left;
	font-size: 11px;
	color: #fff;
	margin-left: 3px;
}

#header .up_nav li a {
	color: #fff;
}

#header .up_nav li a:hover {
	text-decoration: underline;
}

#header .logo {
	float: left;
	clear: both;
}

#header .header_text {
	width: 685px;
	height: 172px;
	background: url(../im/header.png) no-repeat;
	float: right;
	padding: 28px 25px 0 0 ;
	text-align: right;
	margin-bottom: 20px;
}

#header .header_text .x1,
#header .header_text .x2
 {
	color: #fff;
	display: block;
	font-weight: bold;
}

#header .header_text .x2 {
	font-size: 16px;
}

#header .header_text .x1 {
	font-size: 24px;
}

#header .header_text ul {
	margin-top: 23px;
	width: 200px;
	text-align: left;
	float: right;
}

#header .main_nav {
	width: 958px;
	height: 46px;
	background: url(../im/main_nav.png) no-repeat;
	clear: both;
	display: block;
	padding: 1px 0 0 2px;
	}

#header .main_nav ul li {
	float: left;
}

#header .main_nav ul li a {
	padding: 12px 23px 0;
	height: 25px;
	font-size: 14px;
	color: #333;
	background: url(../im/main_nav_li.jpg) repeat-x;
	border-left: 1px solid #fdfefe;
	border-right: 1px solid #b8b8b8;
	display: block;
	font-weight: bold;
}

#header .main_nav ul li a.first {
	background: url(../im/main_nav_first.jpg) no-repeat;
	border-left: none;
	padding-right: 23px;
}

#header .main_nav ul li a.last {
	background: url(../im/main_nav_last.jpg) top right no-repeat;
	border-right: none;
	padding-left: 27px;
}

#header .main_nav ul li a:active,
#header .main_nav ul li a:hover {
	background: url(../im/main_nav_active.jpg) repeat-x;
	color: #fff;
}

#header .main_nav ul li a.first:active,
#header .main_nav ul li a.first:hover {
	background: url(../im/main_nav_act_first.jpg) no-repeat;
}

#header .main_nav ul li a.last:active,
#header .main_nav ul li a.last:hover {
	background: url(../im/main_nav_act_last.jpg) top right no-repeat;
}

#header .main_nav ul li a span {
	height: 8px;
	background: url(../im/tick.png) top center no-repeat;
	width: 100%;
	margin-top: 11px;
	display: none;
	position: relative;
	z-index: 1000000005;
	font-size:1px;
}

#header .main_nav ul li a:hover span {
	display: block;
}

#header .main_nav ul ul li {
	display: block;
	float:none;
	clear:both;
}

/* Container */

#container {
	padding-top: 20px;
}

#container .left_side {
	width: 227px;
	float: left;
}

#container .content {
	width: 708px;
	float: right;
}

#container .left_side .box,
#container .content .box {
	margin-bottom: 20px;
}

#container .left_side .box_top,
#container .content .box_top  {
	background: url(../im/box_top.jpg) no-repeat;
	height: 27px;
	padding: 10px 0 0 15px;
	color: #fff;
	font-size: 12px;
	position: relative;
	font-weight: bold;
}

#container .left_side .box_top span,
#container .content .box_top span {
	color: #333;
	position: absolute;
	top: 9px;
	left: 14px;
	font-weight: bold;
}


#container .left_side .box_bottom,
#container .content .box_bottom {
	background: #fff url(../im/box_bottom.jpg) left bottom no-repeat;	
	padding: 14px 16px;
	line-height: 1.6;
}

#container .left_side .search_form {
	color: #3b78f0;
	font-size: 12px;
	font-weight: bold;
}

#container .left_side  input {
	background: url(../im/input.png) no-repeat;
	width: 188px;
	padding: 7px 0 8px 8px;
	border: none;
	color: #3b78f0;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#container .left_side .search_form .select  {
	background: url(../im/input_inactive.png) no-repeat;
	color: #4781f1;
	padding:6px 6px 6px 11px;
	font-weight:normal;
	font-size:11px;
}
#container .left_side .search_form select.hidden  {
	position:relative;
	height:23px;
	font:11px Tahoma, Geneva, sans-serif;
	padding:3px; width:100%;
	display:block;
	top:-27px;
}

#container .left_side .submit {
	background: url(../im/submit.png) no-repeat !important;
	text-align: left !important;
	width: 194px !important;
	cursor: pointer;
	color: #F26722;
	font-weight: bold; 
	margin-top: 5px;
	display: block;
}

#container .left_side .submit:hover {
		background: url(../im/submit2.png) no-repeat !important;
		color: #fff;
}


#container .left_side .submit {
	padding: 5px 0 8px 12px !important;
	display: block;
}

#container .left_side .box_bottom .blue,
 #container .content .width .blue {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

#container .left_side a.map {
	margin: 15px 0;
	display: block;
}

#container .content .box_top {
	background: url(../im/big_box_top.jpg) no-repeat;
}

#container .content .box_top h1 {
	font-size: 12px;
}

#container .content .box_bottom {
	background: #fff url(../im/big_box_bottom.jpg) no-repeat left bottom;
}

#container .content .offer {
	background: url(../im/top_offer.jpg) no-repeat;
	color: #333;
}

#container .content .offer span {
	color: #fff;
}

#container .content .vehicle {
	float: left;
	margin: 0px 10px 20px 0;
}

#container .content .vehicle_top {
	background: url(../im/offer_bg.jpg) no-repeat;
	width: 317px;
	padding: 15px 0 0 12px;
}
#container .content a {
	color:#F36924;
	text-decoration: underline;
}

#container .content a:hover {
	text-decoration: none;
}

#container .content .vehicle_top h2 {
	font-weight: bold;
}

#container .content .vehicle_inner img {
	padding: 1px;
	border: 1px solid #ddd9d9;
	margin: 0px 10px 10px 0;
}

#container  .vehicle_inner {
	background: url(../im/offer_inner.png) left bottom no-repeat;
	width: 320px;
	padding: 0px 9px 10px 0px;
	line-height: 1.5;
}

#container .content .vehicle_inner .blue {
	font-weight: bold;
}

#container .content .vehicle_inner .topic {
	display: block;
	margin: 5px 0px;
}

#container  .vehicle_inner .properties {
	float: right;
	clear: both;
}

#container  .vehicle_inner .properties a,
#container  .vehicle_inner .properties span {
	float: right;
	padding: 4px 0px;
	margin-left: -5px;
	text-align: center;
	text-decoration: none;
}

#container  .vehicle_inner .properties a.first_level {
	background: url(../im/first_level.png) right top no-repeat;
	color: #333;
	width: 76px;
}

#container  .vehicle_inner .properties a.second_level {
	background: url(../im/second_level.png) right top no-repeat;
	color: #fff;
	width: 92px;
}

#container  .vehicle_inner .properties .third_level {
	background: url(../im/third_level.png) right top no-repeat;
	font-weight: bold;
	color: #fff;
	width: 149px;
}

#container .big_vehicle {
	position: relative;
	z-index: 1;
	float:none !important;
}

#container .open {
	padding-top: 20px;
}

#container .big_vehicle .vehicle_top {
	background: url(../im/big_offer.png) no-repeat;
	width: 678px;
	padding-left: 0px;
}

#container .big_vehicle .vehicle_inner {
	background: url(../im/big_offer_bottom.jpg) left bottom no-repeat;
	width: 644px;
	padding: 0px 10px 20px 24px;
	line-height: 1.5;
}

#container .big_vehicle a.close {
	width: 88px;
	background: url(../im/close.jpg) no-repeat;
	height: 24px;
	float: right;
	padding:  2px 0 0 11px;
	font-weight: bold;
	color: #fff;
	z-index: -1;
	right: 0px;
	text-decoration: none;
}
#container .big_vehicle a.close.show {
	display:block;
}
#container .big_vehicle .right {
	width: 302px;
}

#container .open .right {
	margin-top: -15px;
}

#container .big_vehicle .left {
	width: 337px;
}

#container .big_vehicle .right .properties {
	margin-top: 25px;
}

#container .big_vehicle .small {
	border: none !important;
	padding: 0px !important;
	float: left;
}

#container .vehicle .image_holder {
	width: 315px;
	height: 244px;
	position: relative;
	display: block;
}

#container .vehicle .image_holder .zoom {
	width: 37px;
	height: 37px;
	background: url(../im/zoom.png) no-repeat;
	position: absolute;
	display: block;
	left: 143px;
	top: 103px;
	display: none;
}

#container .vehicle .image_holder:hover .zoom {
	display: block;
} 

#container .content p {
	padding-bottom: 15px;
	display: block;
	text-align: justify;
	font-size: 12px;
	line-height: 1.2;
}

#container .content p img {
	margin-bottom: 10px;
}

#container .content p .left_img {
	margin-right: 10px;
}

#container .content p .right_img {
	margin-left: 20px;
}

#container .content ul {
	margin: 10px 0;
}

#container .content ul li {
	margin: 5px 0px 5px 30px;
	background: url(../im/right_arrow.jpg) no-repeat 0px 5px;
	padding-left: 13px;
}

#container .content .left_content {
	float: left;
	width: 467px;
	padding-right: 20px;
	border-right: 1px dotted #ddd;
}

#container .content .right_nav {
	float: left;
	width: 165px;
	padding-left: 20px;
}

#container .content .right_nav  ul li a {
	font-size: 12px;
	color: #f36924;
	background: url(../im/orange_arrow.gif) no-repeat 0px 7px;
	padding-left: 18px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none ;
	font-weight: bold;
}

#container .content .right_nav  ul li a:hover {
	text-decoration: underline ;
}

#container .content .right_nav ul li {
	background: none;
	margin: 0px;
}

#container .content .submit {
	background: url(../im/submit_right.jpg) top right no-repeat;
	height: 30px;
	padding: 0px 27px 0px 0px;
	float: left;
	margin-bottom: 10px;
	text-decoration: none !important;
}

#container .content .submit:hover,
#container .content .submit:active {
	background: url(../im/submit_right-rollover.jpg) top right no-repeat;
}

#container .content .submit span {
	background: url(../im/submit_left.jpg) top left no-repeat;	
	height: 24px;
	color: #f36924;
	float: left;
	padding: 6px 12px 0px 12px;
	font-weight: bold;
}

#container .content .submit:hover span,
#container .content .submit:active span {
		background: url(../im/submit_left-rollover.jpg) top left no-repeat;
		color: #fff;
}

#container .content .contact_form {
	width: 430px;
	float: left;
}

#container .content .contact_form label {
	font-size: 12px;
	float: left;
	width: 165px;
	clear: both;
	margin-top: 10px;
	text-align: right;
	padding-right: 10px;
}

#container .content .contact_form input {
	background: url(../im/input.jpg)  no-repeat;
	border: none;
	height: 23px;
	padding: 7px 0 0 6px;
	width: 269px;
	margin: 5px 0;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#container .content .contact_form input:focus {
	background: url(../im/input_fokus.jpg) no-repeat;
	color: #fff;
}

#container .content .contact_form #phone,
#container .content .contact_form #mail {
	width: 169px;
	background: url(../im/phone_input.jpg) no-repeat;
}

#container .content .contact_form #phone:focus,
#container .content .contact_form #mail:focus {
	background: url(../im/phone_input_focus.jpg) no-repeat
}

#container .content .contact_form #code {
	width: 110px;
	background: url(../im/code_input.jpg) no-repeat;
	text-align: center;
}

#container .content .contact_form #code:focus {
	background: url(../im/code_input_focus.jpg) no-repeat;
}

#container .content .contact_form textarea {
	width: 270px;
	height: 73px;
	background: url(../im/textarea.jpg) no-repeat;
	float: left;
	border: none;
	margin: 5px 0;
	padding:  7px 0 0 6px;
	overflow: auto;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
}


#container .content .contact_form textarea:focus {
	background: url(../im/textarea_focus.jpg) no-repeat;
	color: #fff;	
}

#container .content .contact_form .order {
	color: #E76F00;
	font-weight: bold;
	float: left;
	margin: 0 0 10px 110px;
}

#container .content .contact_form img {
	float: left;
	margin-top: 5px;
}

#container .content .contact_form .arrow {
	margin: 13px 10px 0 10px !important;
}

#container .content .contact_form .submit {
	margin-top: 5px;
}

#container .content .contact_form .submit span {
	width: 178px;
}

#container .content .width {
	width: 230px;
}

#container .content .width a.map {
	margin-top: 15px;
	display: block;
}

#container .content .width a.map img {
	padding: 1px;
	border: 1px solid #e1e1e1;
}

#container .content .center_form {
	width: auto;
	margin-left: 60px;
}

#container .content .contact_form .field {
	width: auto;
	position: relative;
	float: left;
}

#container .content .contact_form .field  .tooltip {
	width: 153px;
	height: 24px;
	background: url(../im/tooltip.png) no-repeat;
	padding: 7px 0 0 18px;
	position: absolute;
	top: 4px;
	right: -175px;
	color: #fff;
	display: none;
}

#container .content .contact_form .bold {
	float: left;
	margin: 5px 0;
	height: 25px;
	padding-top:  5px;
	width: 175px;
}

#container .content .sitemap {
	float: left;
	margin: 0px 25px 25px 0;
}

#container .content .sitemap  li {
	background: none;
	padding-left: 0px;
}

#container .content .sitemap  li a {
	background: url(../im/orange_arrow.gif) no-repeat 0px 6px;
	padding-left: 15px;
}

#container .content .sitemap  li a:hover {
	background: url(../im/right_arrow.jpg) no-repeat 0px 6px;	
	color: #333;
}

#container .content .pager a {
	color: #008000;
	text-align:center;
	text-decoration:none;
	padding:4px 7px 5px;
}

#container .content .pager a:hover {
	color: #fff;
	background: #6893BE;
}

#container .content .pager .inactive {
	border-bottom: 2px solid #008000;
	padding:4px 7px 3px;
}

/* Footer */

#footer {
	background: url(../im/footer_bg.jpg) no-repeat;
	padding: 12px 0 20px;
}

#footer a {
	color: #5c8ab3;
}

#footer .left {
	margin: 12px 0 0 100px;
	font-size :12px;
	font-weight: bold;
	color: #fff;
}

#footer .right ul {
	float: right;
	clear: both;
	margin-right: 20px;
}

#footer .right ul li {
	float: left;
	margin-left: 3px;
	color: #5c8ab3;
}

#footer .right ul li a:hover {
	text-decoration: underline;
}

#footer .right ul.arrow li a {
	background: url(../im/right_arrow.jpg) no-repeat 0px 4px;
	padding-left: 10px;
}

#footer .right ul.arrow li {
	margin-left: 10px;	
}

#footer .right ul.arrow {
	margin-bottom: 12px;
}

#footer .stenik {
background: url(../im/logo_stenik.jpg) no-repeat;
color:#666666;
float:right;
font-size:11px;
margin-top:25px;
padding:0 0 2px 20px;
clear: both;
}

#footer .stenik a {
	color: #666;
}


/* Select Styles */


select {
    display: block;
    width: 99px;
}

select.replaced {
    display: none;
}

ul.selectReplacement {
    background: url(../im/select.png) no-repeat;
    margin: 0 !important;
    padding: 0;
    height: 30px;
    width: 194px;
    z-index: 100;
    position: relative;
}


ul.selectReplacement li {
    text-align: left;
    cursor: pointer;
    display: none;
    padding: 7px 0 0 12px;
    width: 188px;
    height: 23px;
	background: url(../im/select_li.jpg) no-repeat;
}

ul.selectOpen li {
    display: block;
}

ul.selectReplacement li.selected {
    background: url(../im/select.png) no-repeat;
    display: block;
}

ul.selectOpen li.selected {

   display: block;
    text-align: left;
    cursor: pointer;
    padding: 7px 0 0 12px;
    width: 188px;
    height: 23px;
}

ul.selectOpen li:hover, ul.selectOpen li.hover, ul.selectOpen li.selected:hover {
	color: #F26722;
}

ul.selectOpen, ul.selectReplacement li.last {
	background: url(../im/input1.png) no-repeat;
}

.holder {
    position: relative;
    width: 194px;
    height: 30px;
	float: left;
	margin: 0px 5px 10px 0;
}
.holder.hidden {
	display:none;
}

ul.selectOpen {
	position: relative;
	z-index: 101;
}

/* end of select styles */

.images {
}
.images.show {
	height:auto; overflow: auto;
}
.smOW ul {min-width:120px;}
.print {
	float:right;
	color:#069 !important;
	background:url(../im/icon-print.gif) left 4px no-repeat;
	padding-left: 16px;
}

.warning {
	background:#804000;
	color:white;
	text-align:center;
	padding: 4px;
	margin-bottom:10px;
}

.notice {
	/*background:#009900;*/
	color:black;
	text-align:center;
	padding: 4px;
	margin-bottom:10px;
        font-weight: bold;
}

.pageMessage 
{
    color:#3c74e6;
    /*color:white;*/
    text-align:center;
    padding: 4px;
    margin-bottom:10px;
    font-size: 14px;
    /*border:1px solid #f26821;*/
    text-align: center;
}

/*** Dimitar ***/
.floatLeft
{
    float: left;
}
.marginLeft4px
{
    margin-left: 4px;
}
.itemCategory
{
    font-size: 12px;
    font-weight: normal;
    display: inline;
}
.equalHeight3
{
    padding-bottom: 10px;
}
.equalHeight3 h4
{
    font-size: 16px;
}
.equalHeight3 h4 strong
{
    font-weight: bold;
}
.clear
{
    clear: both;
}
.homeProductImage
{
    height:223px;
    width:229px;
    margin:0 0px 10px 13px;
}
.homeProductInfo
{
    margin:0 0px 10px 13px;
}
.displayNone
{
    display: none;
}
/*** END Dimitar ***/
