﻿/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET CSS*/

body {
    color: #292929;
    font-family: Arial, Tahoma, Times New Roman;
    font-size: 14px;
    line-height: 18px;
    background: url("/Content/Images/main_bg.jpg") repeat-x scroll left 0px #FEFFFF;
}
input, textarea
{
    border: solid  1px #D3D3D3;
}
a {
    text-decoration: none;
}
p
{
    padding-bottom: 5px;
    text-align: justify;
    text-indent: 25px;
}
table tr th p,
table tr td p
{
    text-indent: 0px;
    text-align: center;
}
table tr th
{
    font-weight: bold;
    background: #e3e3e3;
}
table tr th,
table tr td
{
    vertical-align: middle;
    padding: 5px;
    text-align: center; 
    border-bottom: 1px solid #D3D3D3;
}
.ecmsSEContent table tr th,
.ecmsSEContent table tr td,
.ui-dialog table tr th,
.ui-dialog table tr td,
.ui-dialog table tr th p, 
.ui-dialog table tr td p
 {
    text-align: left;
}
table tr td.separator
{
    border-top: 1px solid #D3D3D3;
}
table tr th.price,
table tr td.price,
table tr th.price p,
table tr td.price p
{
    text-align: right;
}
table tr th.name,
table tr td.name,
table tr th.name p,
table tr td.name p
{
    text-align: left;
}
a, a:link, a:visited, a:hover 
{
    color: #107BB3;
    outline-color: invert;
    outline-width: medium;
}
.left
{
    float: left !important;
}
.right
{
    float: right !important;
}
div.generalContainer
{
    width: 100%;
    color: #191512;
}
div.mainContainer
{
    min-width:1000px;
    text-align: center;
}
div.centralContainer
{
    width: 962px;
    display: inline-block;
    text-align: left;
    padding: 10px 15px 0 24px;
    min-height: 400px;
    background: #f5f4f4 url('/Content/Images/content_bg_left.png') no-repeat top left;
    margin-bottom: -4px;
}
div.centralContainerMain
{
    width: 1001px;
    display: inline-block;
    padding-right: 9px;
    background: #f5f4f4 url('/Content/Images/content_bg_right.png') no-repeat top right;
    margin-top: -198px;
}
h1
{
    color: #222222;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 0 15px 0;
}
h2
{
    color: #222222;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
h3
{
    color: #222222;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
input[type="checkbox"]
{
    background: #FFFFFF !important;
    height: 13px !important;
    width: 13px !important;
}

/* top */
div.headerContainer
{
    /*background: url(/Content/Images/fon.jpg) no-repeat center top;*/
    position: relative;
}
div.headerRight
{
    width: 732px;
    float: right;
}
div.headerRightTop
{
    width: 100%;
    float: left;
    height: 140px;
    position: relative;
}
div.welcomeContainer
{
    display: none;
    color: #000000;
    font-weight: bold;
    height: 15px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
div.welcomeContainer a.lsLogin
{
    float:right;
}
div.languagesCotainer
{
    overflow: hidden;
    padding: 20px 10px 0 0;
}
div.languagesCotainer ul
{
    float:right;
    margin: 0;
    padding: 0;
    list-style: none;
}
div.languagesCotainer li
{
    float: left;
    padding: 2px 4px 2px 4px;
    margin-left: 2px;
}
div.languagesCotainer li.item-selected
{
    background: #FCAD1B;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
div.languagesCotainer li a
{
    font-weight: bold;
    color: #1C1815;
    float: left;
    font-size: 11px;
    line-height: 16px;
}
div.header
{
    margin: 0 auto;
    width: 992px;
    padding: 0 0 49px 0;
    overflow: hidden;
    background: #fff url("/Content/Images/body_bg.gif") repeat-x top;
}
div.loginControl
{
    max-width:350px;
    color: blue;
    font-weight: bold;
    font-size: 13px;
    float: right;
    padding: 10px;
    position: relative;
    *width: 115px;
}
div.loginControlBG
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    -moz-opacity: 0.70;
    opacity: 0.70;
    background: #FFFFFF;
    z-index: 5;
    -moz-border-radius: 10px;
    border-radius: 10px;
    *filter: alpha(opacity=70);
}
@media \0screen {
  div.loginControlBG { filter: alpha(opacity=70); }
}
div.loginControl a
{
    text-decoration: none;
    color: #1C1815;
    font-weight: bold;
}
div.logo, div.logo2, div.logo2 a
{
    float: left;
}
div.logo img
{
    max-width: 250px;
    height: 196px;
    margin: -10px 0 0 5px;
}
.underLogoText
{
    color: #43440C;
    float: left;
    font-size: 30px;
    line-height: 30px;
    margin-top: 17px;
    padding-left: 52px;
    text-align: left;
    width: 450px;
    text-transform: uppercase;
    font-weight: bold;
}
.upLogoText
{
    color: #43440C;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    margin-top: -115px;
    padding-right: 300px;
    text-align: right;
    width: 330px;
}
/* end top */


/* main container */
div.mainContainer img
{
    -moz-box-shadow: 5px 5px 5px rgba(148,148,148,0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(148,148,148,0.4);
    box-shadow: 5px 5px 5px rgba(148,148,148,0.4);
    border: 1px solid #E5E5E5;
    padding: 5px;
    background: #f5f5f5;
}
.pikachoose img
{
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
}
div.mainLeft
{
    min-width: 330px;
    width: 25%;
    float: left;
}
#contentPage
{
    padding-left: 10px;
}
div.main
{
    overflow: hidden;
    min-width:660px;
}
div.mainLogin
{
    margin: 0 auto;
}
div.panelContainer
{
    margin: 0 auto;
}
#contentLeft /*div.siteContentContainerRight*/
{
    width: 232px;
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-top: 188px;
}
#contentRight /*div.siteContentContainerLeft*/
{
    width: 720px;
    float: right;
    margin-top: 140px;
    padding-bottom: 20px;
    position: relative;
    background: url('/content/images/map.jpg') no-repeat 20px 30px;
    min-height: 653px;
}
.siteContentContainerLeft
{
    min-width: 232px;
    min-height: 10px;
    float: left;
}
.menuDevider
{
    background: #FCAD1B;
    float: left;
    height: 4px;
    margin-left: -10px;
    margin-top: 3px;
    width: 250px;
}
.siteContentContainerLeft ul.leftMenu
{
    padding-top: 10px;
    float: left;
    width: 100%;
    background: url('/Content/Images/menu_background.png') no-repeat top right;
}

.siteContentContainerLeft h2
{
    background: #f6af19;
    width: 240px;
    margin-left: -15px;
    padding: 10px;
    text-align: center;
}
/* end main container */

/* main menu*/
.mainMenuContainer
{
    font-size:15px;
    text-align: center;
    width: 100%;
    float: left;
}
.mainMenu
{
    width: 100%;
    display: inline-block;
    padding: 15px 0 15px 0;
    padding-bottom: 15px;
    position: relative;
    background: #fcad1b;
    /*background: #FEFFFF url('/Content/Images/content_bg_left.png') no-repeat top left;*/
}
.mainMenuMain
{
    width: 100%;
    display: inline-block;
    padding-right: 9px;
    position: relative;
    background: #f5f4f4 url('/Content/Images/content_bg_right.png') no-repeat top right;
}
.mainMenuBottom
{
    width: 992px;
    height: 4px;
    float: right;
    background: transparent url('/Content/Images/menu_bottom_bg.png') repeat-x bottom left;
    position: absolute;
    left: 9px;
}
.mainMenu ul li.firstLevel
{
   float: left;
   padding: 0 10px 0 10px;
}
.mainMenu ul li.firstLevel a
{
    color: #000000;
    border-bottom: 1px solid #a9771b;
}
.mainMenu ul li a.firstLevel
{
    font-size: 16px;
}
.mainMenu ul li.firstLevel a:hover
{
    color: #555555;
    border-bottom: 1px solid #117776;
}
.mainMenu ul li.firstLevel a.selected
{
    font-weight: bold;
    border-bottom: 0;
}
.mainMenu ul li.firstLevel ul
{
    display: none;
    position: absolute;
    width: 992px;
    left: 0;
    top: 0;
    margin-top: 32px;
    padding: 7px 0 7px 0;
    background: url('/Content/Images/menu_bg.png') no-repeat top left;
}
.mainMenu ul li.secondLevel
{
   float: left;
   font-size:16px;
   padding: 0 10px 0 10px;
}
.mainMenu ul li.secondLevel a
{
   color: #440000;
   border-bottom: 1px dotted #A4A4A4;
}

/* end main menu*/
/* left menu*/
#contentLeft ul a
{
    font-size: 16px;
    font-weight: bold;
    float: left;
    color: #43440c;
    width: 240px;
    margin-left: -10px;
    padding-left: 10px !important;
    border-bottom: 1px solid #FEFFFF;
}
#contentLeft ul a:hover,
#contentLeft ul .item-selected > a
{
    background: #e3e3e3;
}
#contentLeft .thirdLevelCnt {
    display: none;
}
#contentLeft li.firstLevel,
#contentLeft li.secondLevel
{
    width: 100%;
    *width: 240px;
    float: left;
}
#contentLeft li.firstLevel a.firstLevel
{
    padding: 5px 0 5px 0;
}
#contentLeft li.secondLevel a.secondLevel 
{
    padding: 2px 0 2px 20px !important;
    font-size: 14px;
}
#contentLeft li.secondLevel a
{
    font-size: 13px;
    width: 230px;
}
/* end menu*/

/* footer */
div.footerContainer
{
    font-size:14px;
    float: left;
    text-align: center;
    width: 100%;
    background: #1C1815;
}
.siteFooterContent .copyLeft
{
    float:left;
    color: #FFFFFF;
    padding: 10px 0 10px 10px;
}
.siteFooterContent .copyRight
{
    float:right;
    padding: 10px 0 10px 0px;
}
.siteFooterContent a
{
    color: #FFFFFF;
}
.siteFooterContent li.firstLevel
{
    padding: 0 5px 0 5px;
    float: left;
}
div.footer
{
    width: 992px;
    display: inline-block;
}
.googlePlusOneFaceBook
{
    display:inline-block;
    *float:right;
    padding: 0 20px 0 40px;
}
.googlePlusOneFaceBook .mageby
{
    padding-top: 3px;
    padding-right: 30px;
    float: left;
    display:block;
}
.googlePlusOneFaceBook .google
{
    padding-top: 8px;
    float: left;
    display:block;
}
.googlePlusOneFaceBook .facebook
{
    padding-top: 8px;
    float: left;
    display:block;
}
.googlePlusOneFaceBook .rambler
{
    padding-top: 3px;
    float: left;
    display:block;
}
.bottom0
{
    position: absolute;
    bottom: 0;
}
/* end footer */

/* login */
div.loginContainer
{
    width: 400px;
    font-size: 14px;
    overflow: hidden;
    padding-top: 300px;
}
div.loginContainer h1
{
    padding-left: 32px;
}
div.loginContainer label em
{
    font-style: normal;
}
div.loginContainer label
{
    width: 80px;
    display: block;
    float: left;
    padding-top: 5px;
}
div.loginContainer span
{
    padding-left:4px;
}
div.loginContainer input[type="text"], div.loginContainer input[type="password"]
{
    height: 20px;
    width: 270px;
    line-height: 20px;
    padding-left: 3px;
}
div.AspNet-Login-UserPanel, div.AspNet-Login-PasswordPanel
{
    padding-bottom: 15px;
    width: 370px;
    float: left;
}
div.AspNet-Login-RememberMePanel
{
    padding-top: 3px;
    float: left;
}
div.AspNet-Login-RememberMePanel label
{
    width: 150px !important;
    padding-top: 0 !important;
}
div.AspNet-Login-RememberMePanel input
{
    margin-left: 78px !important;
    width: 20px !important;
    height: 13px !important;
    float: left !important;
    background: #EDEDED;
    border: none;
}
div.AspNet-Login-FailurePanel
{
    width: 100%;
    padding-left: 80px;
    font-size: 10px;
    color: Red;
    float: left;
}
div.AspNet-Login-SubmitPanel
{
    float: right;
    height: 30px;
    padding-top: 10px;
    *padding-bottom: 10px;
    width: 71px;
}
div.AspNet-Login
{
    float: left;
    padding-left: 35px;
}


/*Message form*/
div.formRow
{
    width: 650px;
    padding-bottom: 10px;
    overflow: hidden;
}
div.buttonRow
{
    width: 650px;
    overflow: hidden;
}
div.buttonRow a
{
    float: right;
    margin-right: 18px;
}
div.messageForm label
{
    width: 130px;
    float: left;
}
div.messageForm span.decorInput
{
    width: 300px;
    float: left;
}
div.messageForm input
{
    width: 500px;
}
div.messageForm textarea
{
    width: 500px;
    height: 300px;
}
span.errorMesage
{
   color: Red; 
}


/*Old Messages*/
div.oldMessageTitle
{
    min-width: 180px;
    width: 70%;
    *width: 69%;
    float:left;
    padding-top: 2px;
    padding-bottom: 2px;
}
div.oldMessageTitle a
{
    color: #000000;
}
div.oldMessageTitle a:hover
{
    text-decoration: underline;
}
div.oldMessageTheme
{
    min-width: 340px;
    width: 100%;
    float:left;
    font-weight: bold;
}

div.oldMessageTheme .plus
{
    height: 13px;
    width: 13px;
    display: inline-block;
    padding-right:2px;
    cursor: pointer
}

div.oldMessageData
{
    min-width: 80px;
    width: 30%;
    float:left;
}
div.oldMessageContainer
{
    min-width: 340px;
    width: 100%;
    padding-bottom: 10px;
    float: left;
}
div.oldMessagesByTheme
{
    float:left;
    width: 100%;
    display: none;
}
.messageContainer
{
    width: 100%;
    float: left;
}
.messageContainer 
{
    width: 100%;
    float: left;
}
.messageContainer .leftContent
{
    width: 25%;
    float: left;
}
.messageContainer .rightContent
{
    width: 75%;
    float: left;
}
.messageContainer .itemLine
{
    padding:10px;
    overflow: hidden;
}
.messageContainer .title
{
    width: 120px;
    float: left;
}
.messageContainer .data
{
    font-weight: bold;
    
}
.messageContainer .itemTitle
{
    padding:10px;
}
.messageContainer .itemBody
{
    padding:10px;
}

/*Search*/
.searchboxContainer
{
    position: relative;
    float: right;
    width: 200px;
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    margin: 11px 10px 0 0;
}
.searchItemContainer
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.serchButton
{
    background: url("/Content/Images/search_box.png") no-repeat right top;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

.searchItemUrl
{
    color:#009933;
}
.searchboxContainer input
{
    color: #43440C;
    border: none;
    width: 175px;
    padding-left: 5px;
    float: left;
    background: transparent;
    height: 16px;
}
.searchboxContainer a
{
    color: #FFFFFF;
    font-weight: bold;
}
.searchItemTitle
{
    font-size: 16px;
}
#pageNotFound
{
    padding-left: 10px;
}

a.doc
{
    background: url(/Content/Images/word.gif) left top no-repeat;
    padding-left: 20px;
}
a.rar
{
    background: url(/Content/Images/rar.gif) left top no-repeat;
    padding-left: 20px;
}
a.xls
{
    background: url(/Content/Images/xls.gif) left top no-repeat;
    padding-left: 20px;
}
a.pdf
{
    background: url(/Content/Images/pdf.gif) left top no-repeat;
    padding-left: 20px;
}
#contactUs
{
    padding-left: 10px;
}
.contactUsHeader, .contactUsGoogleMaps
{
    width: 44%;
    padding-right: 1%;
    float: left;
    margin-bottom: 15px;
}
.contactUsGoogleMaps
{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.contactUsGoogleMaps img
{
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important; 
    box-shadow: none !important;
    background: none !important;
}
#mapgoogle 
{
    width: 100%; 
    height: 500px;
    border: 1px solid #D3D3D3;
}
.zoomLupa
{
    background: url(/Content/Images/zoom-in-icon.png) left top no-repeat;
    position: absolute;
    height: 24px;
    width: 24px;
    right: 7px;
    bottom: 12px;
    cursor: pointer;
}
.popup
{
    display: none;
    position: absolute;
    margin: 0 auto;
    z-index: 10010;
    width: 100%;
    text-align: center;
}
.popupImg
{
    padding: 15px;
    background: #EBF1F1;
    margin: 100px auto 0 auto;
    max-width: 800px;
    position: relative;
}
.popupImg a.closePopup
{
    position: absolute;
    top:-16px;
    right: -16px;
    width: 32px;
    height: 32px;
    background: url(/Content/Images/panelClose.png) left top no-repeat;
    cursor: pointer;
}
.popup img
{
    max-width: 800px;
    max-height: 600px;
}
.overlay
{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #ffffff;
    text-align: center;
}
.wrapImage
{
    float: left;
    margin-right: 9px;
    margin-bottom: 5px;
}

#contactUs
{
    padding: 0 10px;
}
.contentBodyLeft
{
    position: relative;
}
.withContactForm .contentBodyLeft 
{
    width: 35%;
    float:left;
}
.withContactForm .contactUsMailForm
{
    width: 55%;
    float:left;
}
.contactUsMailForm, .sendOkPanel
{
    width: 55%;
    float: left;
    margin-bottom: 10px;
}
.sendOkPanel
{
    color: #9A6C13;
}
.withContactForm .contactUsMailForm,
.withContactForm .sendOkPanel
{
    width: 65%;
    float: left;
}
.contactUsMailForm .contactFormLine
{
    width: 100%;
    float: left;
    margin-bottom: 8px;
    position: relative;
}
.contactUsMailForm .contactFormLine .errorRequired
{
    position: absolute;
    top: 2px;
    right: -8px;
    color: Red;
}
.contactUsMailForm .headerLine
{
    margin-bottom: 10px;
    font-weight: bold;
}
.contactUsMailForm .contactSendButtonLine
{
    margin-bottom: 0;
}
.contactUsMailForm .errorEmail,
#loginPage .errorEmail,
#forgotPasswordPage .errorEmail
{
    bottom: -12px;
    font-size: 9px !important;
    font-weight: normal !important;
    left: 121px;
    position: absolute;
}
#forgotPasswordPage .errorEmail
{
    bottom: -6px;
}
#loginPage .errorEmail
{
    bottom: -4px;
}
.contactUsMailForm .contactFormLine span
{
    float: left;
    font-size: 14px;
}
.contactUsMailForm .contactFormLine input
{
    float: right;
    width: 261px;
    padding-left: 4px;
    padding-right: 4px;
}
.contactUsMailForm .contactFormLine textarea
{
    float: right;
    height: 150px;
    width: 264px;
    width: 263px\0/IE8;
    padding-left:5px;
    overflow-y: auto;
}
.contactUsMailForm .button
{
    float: right;
}
.sendOkPanel span
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.headerAndContactForm
{
    width: 100%;
    float: left;
}

/* ProgressIndicator */
.updateProgressPopup
{
    background-color:#FFFFFF; /* Background-color */
    }
    
.updateProgressPopup
{
    -moz-border-radius:5px; 
    border-radius:5px; 
    -webkit-box-shadow: 0px 3px 3px #cececc; 
    -moz-box-shadow: 0px 3px 3px #cececc; 
    box-shadow: 0px 3px 3px #cececc;
  	float:left;
	padding:20px;
	z-index:100;
	width:560px;
    position: fixed;
	z-index: 100003;
	margin-left: -100px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	z-index: 1000004;
	width: 150px;
	text-align: center;
    }
    
.updateProgressPopup img
{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.updateProgressPopup .imgProgress,
.updateProgressPopup .lblProgress{
    margin:0 auto;
    }

.updateProgressPopup .controlContentContainer{
	min-height:1px !important;
	display: block;
	float: left;
	width: 100%;
	}

.updateProgressPopup p{
	font-weight: bold;
	width:100%;
	text-align:center;
	}

.UpdateProgressHideSelect 
{
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    filterrogidXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
    filter: alpha(opacity=30);
    -moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1000000;
}
/* End Login Control */
input, textarea,
div.centralContainerMain,
div.loginControlBG,
.searchboxContainer,
.mainMenu ul li.firstLevel ul
{
    border-radius:6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}



.siteHeader
{
    width: 100%;
    float: left;
    background: #ebe9e8;
    background: #EBE9E8 url("/Content/Images/site_header_shadow.png") repeat-x bottom;
}
.siteContent
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.siteContentContainer
{
    padding: 0 50px 0 50px;
}
.siteContentRight
{
    width: 146px;
    padding: 34px 0 0 20px;
    padding-top: 33px\0/IE89;
    float: right;
}
.siteContentLeft
{
    overflow: hidden;
    
}
.topLogoContainer
{
    max-width: 200px;
    max-height: 200px;
    margin-left: 14px;
    float: left;
}
.topLogo
{
    padding: 5px 10px 10px 20px;
    position: relative;
    min-height: 55px;
    min-width: 200px;
}
.topLogoContainer img
{
    max-width: 210px;
    max-height: 210px;
    position: absolute;
    top: -70px;
    left: 16px;
}
.mainSearchLine
{
    width: 790px;
    float: left;
}
.mainSearchLine input
{
    width: 200px;
    float: left;
    margin-right: 5px;
}
.mainSearchLine a
{
    float: left;
    margin-right: 8px;
}
.addSearchBoxUrl
{
    margin: 2px 0 0 10px;
    float: left;
    display: inline-block;
}
.addSearchChBoxCont a
{
    float: left;
    margin-top: 2px;
}
.addSearch
{
    display: none;
    position: absolute;
    width: 430px;
    top: 1px;
    left: 350px;
    background: #EBE9E8 url("/Content/Images/bg_add_search.png") no-repeat bottom;
    text-align: center;
    height: 63px;
}
.marginBottom2px
{
    margin-bottom: 2px;
}
.addSearch #Brand
{
    width: 188px;
}
.topFilterContainer
{
}
.topFilter
{
    position: relative;
    margin: 20px 0 10px 20px;
    max-width: 750px;
    float: left;
}
.topFilterLine
{
    display: inline-block;
    padding-bottom: 10px;
}
.topFilterItem
{
    float: right;
    padding-left: 3px;
    padding-right: 3px;
    max-width: 290px;
    overflow: hidden;
}
.topFilterItem input
{
    float: left;
    margin-top: -2px\0/IE89;
}
.topFilterItem label
{
    margin-top: -2px;
    padding-left: 5px;
    padding-left: 2px\0/IE89;
    *padding-left: 2px;
    float: left;
}
.mainMenuContainer
{
    font-size: 15px;
    font-size: 14px\0/IE8;
    *font-size: 14px;
    width: 100%;
    float: left;
    background: #1c1815 url("/Content/Images/mainMenuBG.png") repeat-y left;
    border-top: 5px solid #F1B21D;
    border-bottom: 1px solid #CCCCCC;
    color: #ffffff;
    min-height: 43px;
}
.mainMenuControl
{
    float: left;
    margin-left: 263px;
}
.mainMenuControl ul
{
    float: left;
}
.mainMenuControl ul li.firstLevel
{
    float: left;
    margin-right: 10px;
    font-variant:small-caps;
    font-weight: bold;
}
.mainMenuControl ul li.firstLevel a.firstLevel
{
    color: #FFFFFF;
    padding: 11px 5px 14px 5px;
    padding: 12px 5px 13px 5px\0/IE8;
    *padding: 12px 5px 13px 5px;
    float: left;    
    text-decoration: none;
    height: 18px;
}
.mainMenuControl ul li.firstLevel a.firstLevel:hover,
.mainMenuControl ul li.firstLevel.item-selected a
{
    background: #F1B21D;
    color: #191512;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom: 1px solid #b98d26;
    padding-bottom: 13px;
    padding-bottom: 12px\0/IE8;
    *padding-bottom: 12px;
}
.mainMenuControl ul li.withChildren a.firstLevel:hover, .mainMenuControl ul li.withChildren a.selected
{
    border-radius: 0 !important;
    -moz-left-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.mainMenuControl ul li.firstLevel ul {
    background: none repeat scroll 0 0 #1C1815;
    border: 1px solid #CCCCCC;
    border-top: 0;
    display: none;
    margin-top: 20px;
    padding: 0 0 5px 0;
    position: absolute;
    top: 58px;
    width: auto;
    z-index: 50;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.mainMenuControl ul li.secondLevel {
    font-size: 13px;
    font-size: 12px\0/IE8;
    *font-size: 12px;
    margin: 0;
    text-align: left;
}
.mainMenuControl ul li.secondLevel a.secondLevel {
    color: #FFFFFF;
    text-decoration: none;
    min-width: 114px;
    padding: 5px 10px;
    overflow: hidden;
    display: inline-block;
}
.mainMenuControl ul li.secondLevel a.secondLevel:hover {
    color: #191512;
    background: #F1B21D;
}
.loginControlContainer
{
    width: 100%;
    float: left;
    color: #1C1815;
    min-height: 28px;
}
.topHeaaderBG
{
    float: right;
    background: url("/Content/Images/header-bg.png") no-repeat right;
    width: 183px;
    height: 30px;
    margin-right: 100px;
}
.loginControlContainer .topHeaaderContainer
{
    margin-left: 268px;
    float: left;
    padding-top:7px;
}
.loginControlContainer .topHeaaderContainer a
{
    margin-right: 20px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
}
.loginControlContainer .topHeaaderContainer a.topHeaderPhone
{
    background: url("/Content/Images/phone.png") no-repeat left;
    padding-left: 16px;
}
.loginControlContainer .topHeaaderContainer a.topHeaderEmail
{
    background: url("/Content/Images/email.png") no-repeat left;
    padding-left: 20px;
}
.loginControl
{
    float: right;
    margin: 11px 5px 0 0;
    *width: 330px;
}
.loginControl div
{
    float: left;
    position: relative;
}
.loginControl form
{
    position: relative;
    float: right;
}
.loginControl input
{
    margin: 0 5px 3px 0;
    width: 120px;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
.button
{
    	/* border styles */
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 		3px; 
	/* Shadow styles */
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 		inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3); 
	/* background styles */
	background: 		#f2a447; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:         -moz-linear-gradient(top, #f2a447 0%, #ed8509 100%); /* FF3.6+ */
	background: 		-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2a447), color-stop(100%,#ed8509)); /* Chrome,Safari4+ */
	background: 		-webkit-linear-gradient(top, #f2a447 0%,#ed8509 100%); /* Chrome10+,Safari5.1+ */
	background: 		-o-linear-gradient(top, #f2a447 0%,#ed8509 100%); /* Opera 11.10+ */
	background: 		-ms-linear-gradient(top, #f2a447 0%,#ed8509 100%); /* IE10+ */
	background: 		linear-gradient(top, #f2a447 0%,#ed8509 100%); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a447', endColorstr='#ed8509',GradientType=0 ); /* IE6-8 */
    border:0; color:#000; height:20px; display:block; line-height:20px; font-size: 13px !important; cursor:pointer; margin:9px 0 8px 0; float: left; 
    padding: 0 5px 3px 5px !important;
    padding-bottom: 1px\0/IE89 !important;
    text-decoration: none; 

}
.button:hover  
{
    background:#ed8509;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8509', endColorstr='#ed8509',GradientType=0 ); /* IE6-8 */
}
a.button
{
    line-height: 19px;
}
input[type="submit"] {
    padding: 3px 5px 7px 5px;
    padding-top: 0\0/IE89;
    line-height: 20px\0/IE89;
}
@media all and (-webkit-min-device-pixel-ratio:0) 
{
    input[type="submit"] {
        padding-top: 0;
    }
}
.inputButton span.title
{
    margin: 0;
    width: 50px;
    height: 15px;
}
.inputButton .title
{
    margin: 0;
}
.deleteButton
{
    width: 62px;
}
.deleteButton span.title, .deleteButton input
{
    width: 60px !important;
}
.deleteButton input
{
    left: 3px;
}
:root .deleteButton input[type="submit"]
{
    line-height: 18px\0/IE9;
}
.pagingContainer
{
    width: 100%;
    float: left;
    text-align: center;
}
.pagingContainer .paging
{
    display: inline-block;
}
.pagingContainer .paging a
{
    padding: 5px;
    float: left;
}
.wellcome
{
    padding-top: 1px;
    margin-right: 8px;
    height: 19px;
    max-width: 260px;
    overflow: hidden;
    text-align: right;
}
.selected
{
    font-weight: bold;
}
/* footer */
div.footerContainer {
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
div.footer {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
.siteFooterContent .copyRight {
    float: right;
    padding: 10px 5px 10px 0;
}
.siteFooterContent .copyLeft {
    color: #FFFFFF;
    float: left;
    padding: 10px 0 10px 10px;
}
.siteFooterContent a {
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 5px;
}
.leftContentImageContainer
{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
}
.leftContentImageContainer img
{
    border: none !important;
    padding: 0 !important;
    -moz-box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0;
    float: left;
}
.infoLine
{
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    line-height: 24px;
}
.label
{
    width: 114px;
    width: 108px\0/IE89;
    float: left;
}
.value
{
    left: 0;
    margin-left: 114px;
}
.value select
{
    float: left;
}
.contactUsMailForm textarea
{
    width: 200px;
}
.validation-summary-errors > ul
{
    list-style: none;
}
.field-validation-error,
.validation-summary-errors > ul > li,
.validation-summary-errors > span,
.errormessages > div, 
.errormessages > span,
.errormessage {
    background: url("images/iconErrorSmall.png") no-repeat scroll left 3px transparent !important;
    clear: both;
    padding: 1px 0 0 20px;
    color: Red;
    display: block;
    line-height: 21px;
}
.input-validation-error {
    background-color: #FFEEEE;
    border: 1px solid #FF0000 !important;
}
.okmessage
{
    background: url("images/ok.png") no-repeat scroll left 3px transparent !important;
    clear: both;
    padding: 1px 0 0 20px;
    color: Green;
    display: block;
    line-height: 21px;
}
.field-validation-error
{
    float: left;
}
.searchInfo {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.ishareactive {
    background-image: none !important;
}
.addthis_toolbox {
    background: #F5F4F4;
    padding-top: 20px;
    padding-left: 38px;
    width: 202px;
    float: left;
}
.validation-summary-errors {
    float: left;
    margin-bottom: 7px;
    width: 100%;
}