@charset "utf-8";
/* CSS Document */

/* Глобальные стили */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, ol, li blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	}
html, body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	}
div, img, a {
	border:0;
	}
img {
	vertical-align:top;
	}
a, input, button, textarea, select {
	outline:none;
	}

a {
	color:#cc3333;
	text-decoration:underline;
	cursor:pointer;
	}
a:hover {
	text-decoration:none;
	}
.fleft {
	float:left;
	}	
.fright {
	float:right;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.img-left {
	float:left;
	margin-right:15px;
	}
.img-right {
	float:right;
	margin:0 0 5px 12px;
	}
.center {
	text-align:center;
	}
.clear {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	clear:both;
	}
#wrap {
	width:100%;
	min-width:1000px;
	max-width:1024px;
	min-height:100%;
	margin:0 auto;
	font-size:12px;
	line-height:1.2em;
	font-family:Tahoma, Geneva, sans-serif;
	background:url('/images/wrap-bottom.jpg') center bottom no-repeat;
	position:relative;
	}
#wrap-cont {
	min-height:335px;
	padding-top:122px;
	padding-bottom:143px;
	background:url('/images/wrap-top.jpg') center 64px no-repeat;
	position:relative;
	}
/* ################## */

/* Шапка сайта */
#head {
	width:100%;
	height:69px;
	position:absolute;
	left:0;
	top:0;
	background:url('/images/head-top.jpg') 0 0 no-repeat;
	}
	
/* Меню сайта */
#menu {
	padding-top:38px;
	margin-left:5px;
	}
#menu ul {
	list-style:none;
	}
#menu ul li {
	float:left;
	height:20px;
	padding:0 11px;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
	}
#menu ul li a, #menu ul li.act a:hover {
	color:#fff;
	text-decoration:none;
	position:relative;
	}
#menu ul li a:hover {
	text-decoration:underline;
	}
#menu ul li.act {
	background:url('/images/menu-item-act.png') 0 0 repeat-x;
	}
/* ---------- */

/* Регистрационная форма */
#reg-form {
	width:330px;
	height:64px;
	position:absolute;
	right:0;
	top:0;
	}
#reg-form .bg {
	width:330px;
	height:64px;
	background:#fff;
	opacity:0.15;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15); 
	-moz-opacity: 0.15; 
	-khtml-opacity: 0.15;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	}
#reg-form-cont {
	padding:8px 0 0 9px;
	position:relative;
	z-index:10;
	}
#reg-form-cont h4 {
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color:#ffcc00;
	text-transform:uppercase;
	padding-bottom:13px;
	}
#reg-form-cont label {
	display:block;
	float:left;
	font-size:9px;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	color:#fff;
	line-height:22px;
	margin-right:2px;
	}
#reg-form-cont .text {
	width:68px;
	height:12px;
	float:left;
	padding:4px;
	margin:0 14px 0 0;
	background:#fff;
	font-size:10px;
	color:#333;
	border:1px solid #666;
	}
#reg-form-cont .button {
	width:57px;
	height:20px;
	float:left;
	border:1px solid #666;
	background:#343434 url('/images/btn-bg.png') 0 0 repeat-x;
	position:relative;
	}
#reg-form-cont .button input {
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	font-size:10px;
	color:#c3c3c3;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	background:none;
	border:0 none;
	}
@-moz-document url-prefix()
{
    #reg-form-cont .button input { 
				padding:1px 0 4px 0;
		}
}
/* --------------------- */

/* #### */

/* Элемнеты формы */

/* Кнопки */
.demo-button {
	display:block;
	width:175px;
	height:40px;
	}
.demo-button img, .demo-button input {
	width:175px;
	height:40px;
	background:url('/images/demo-button.png') 0 0 no-repeat;
	}
.order-button {
	display:block;
	width:146px;
	height:40px;
	}
.order-button img, .order-button input {
	width:146px;
	height:40px;
	background:url('/images/order-button.png') 0 0 no-repeat;
	}
.send-button {
	display:block;
	width:146px;
	height:40px;
	}
.send-button input, .send-button img {
	width:146px;
	height:40px;
	background:url('/images/send-button.png') 0 0 no-repeat;
	}
	
/* ------ */

/* Название поля */
.form label {
	display:block;
	font-size:13px;
	line-height:15px;
	color:#666;
	font-style:italic;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0 15px 5px;
	}
	
/* Поле формы */
.form .form-field {
	position:relative;
	padding:0 0 30px 15px;
	}
.form .form-field del {
	color:#cc0000;
	font-size:15px;
	text-decoration:none;
	position:absolute;
	left:0;
	top:12px;
	}
	
/* Текстовой поле */
.form .input-text {
	height:31px;
	border:1px solid #999;
	overflow:hidden;
	}
.form .input-text div {
	height:31px;
	margin:0 10px;
	position:relative;
	}
.form .input-text div input {
	width:100%;
	height:16px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	padding:7px 10px 8px;
	position:absolute;
	left:-10px;
	top:0;
	border:0 none;
	background:none;
	}
	
/* Текстовой поле textarea */
.form .textarea {
	height:108px;
	border:1px solid #999;
	overflow:hidden;
	}
.form .textarea div {
	margin:0 10px;
	position:relative;
	}
.form .textarea div textarea {
	width:100%;
	height:93px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	padding:7px 10px 8px;
	position:absolute;
	left:-10px;
	top:0;
	border:0 none;
	background:none;
	}

.form .button-block {
	padding-top:16px;
	margin-bottom:30px;
	}

/* ############## */

/* Основная часть страницы */
#basis {
	width:1000px;
	margin:0 auto;
	}
	
/* Каталог автозапчастей */
#preview {
	padding:0 0 40px 102px;
	}
#preview-cont {
	width:480px;
	margin-left:249px;
	}
#preview .package {
	width:249px;
	height:240px;
	float:left;
	background:url('/images/package-image.png') 0 0 no-repeat;
	}
#preview h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top:14px;
	font-size:40px;
	line-height:46px;
	padding-bottom:20px;
	}
#preview h1 span {
	color:#cc0000;
	}
#preview p {
	font-size:20px;
	line-height:30px;
	padding:0 0 20px 38px;
	}
#preview a {
	color:#000;
	}
#preview .button-block {
	padding:12px 0 0 0 ;
	}
#preview .button-block a {
	float:right;
	margin:0 13px 0 16px;
	}
/* --------------------- */

/* Контент на главной странице */
.home-cont {
	margin:0 38px 0 31px;
	padding-bottom:74px;
	}
.home-cont h2 {
	color:#336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:9px;
	}
.home-cont p, ul {
	font-size:13px;
	line-height:18px;
	color:#666;
	padding-left:31px;
	margin-bottom:9px;
	}
.scrins {
	width:299px;
	height:140px;
	float:right;
	margin-left:45px;
	position:relative;
	}
.scrins img {
	width:299px;
	height:180px;
	background:url('/images/scrins.png') 0 0 no-repeat;
	}
.scrins a {
	position:absolute;
	left:-15px;
	top:165px;
	font-size:11px;
	}
/* --------------------------- */

/* Стрелки */
.arrows {
	width:889px;
	min-height:80px;
	margin-bottom:7px;
	padding-top:27px;
	margin-left:39px;
	background:url('/images/arrows-bg.png') 0 0 no-repeat;
	}
.home-cont .arrows p, .home-cont .arrows h4 {
	padding:0;
	margin:0;
	}
.arrows h4, .home-cont .arrows h4 {
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 22px;
	margin-left:67px;
	}
.arrows h4 a {
	color:#006699;
	}
.arrows p, .home-cont .arrows p {
	margin-left:79px;
	font-size:15px;
	font-style:italic;
	}	
.arrows p a {
	color:#999;
	}
.arrows .arrow-01, .arrows .arrow-02, .arrows .arrow-03 {
	float:left;
	}
.arrows .arrow-01 {
	margin-right:16px;
	}
.arrows .arrow-02 {
	margin-right:14px;
	}
.arrows .arrow-02 h4 a {
	color:#336600;
	font-size: 22px;
	margin-left:0px;
	}
.arrows .arrow-02 p, .home-cont .arrows .arrow-02 p {
	margin-left:63px;
	}
.arrows .arrow-03 h4 a {
	color:#990033;
	}
.arrows .arrow-03 p, .home-cont .arrows .arrow-03 p {
	margin-left:89px;
	}
/* ------- */

/* Контент основной части */
.basis-cont {
	padding:84px 0 100px 110px;
	}
.basis-cont h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	line-height:28px;
	font-style:italic;
	font-weight:normal;
	color:#000;
	padding-bottom:53px;
	}
.basis-cont h1 span {
	color:#cc0000;
	}
.basis-cont h3 {
	font-size:16px;
	line-height:18px;
	color:#cc0000;
	font-weight:normal;
	padding-bottom:22px;
	}
.basis-cont ul {
	list-style:none;
	}
.basis-cont ul li {
	padding:0 0 8px 10px;
	background:url('/images/list-dot.gif') 0 4px no-repeat;
	}
.basis-cont ul li a {
	text-decoration:none;
	color:#336699;
	}
.basis-cont ul li a:hover {
	text-decoration:underline;
	}

	
/* Список каталога */
.catalog-list {
	margin-left:158px;
	}
.catalog-list ul {
	width:180px;
	margin-right:10px;
	float:left;
	}

/* *************** */

/* Блок результатов */
.result-block {
	width:735px;
	margin-left:12px;
	}
.full-size {
	width:auto;
	margin-right:23px;
	}
.result-block .table-result th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#cc0000;
	}
.result-block .table-result th .td-cont {
	padding:0 0 6px;
	}
.result-block .table-result td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	line-height:15px;
	}
.result-block .table-result td .td-cont {
	padding:8px 0 9px 1px;
	}
.result-block .table-result td.list-dot .td-cont {
	padding:8px 0 9px 8px;
	background:url('/images/list-dot.gif') 0 14px no-repeat;
	}
.result-block .table-result td a {
	color:#003786;
	}
.result-block .table-result .td-select select {
	width:55px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	position:relative;
	top:1px;
	margin-left:6px;
	}
	
/* Левая часть блока */
.result-block-left {
	width:335px;
	float:left;
	}
.result-block-left a {
	display:block;
	padding-bottom:5px;
	color:#003399;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	}
.result-block-left a:hover, .result-block-left div .node-tree:hover {
	text-decoration:none;
	color:#cc0000;
	}
.result-block-left a.tree-img {
	width:7px;
	height:12px;
	float:left;
	padding:3px 0px 0px;
	clear:both;
	}
.result-block-left a.tree-item-link {
	clear:both;
	color:#000;
	}
.result-block-left img {
	width:4px;
	height:7px;
	position:relative;
	top:1px;
	vertical-align:top;
	}
.result-block-left a.tree-item-link img {
	margin-right:5px;
	top:0;
	vertical-align:middle;
	}
.result-block-left div {
	padding:0px 0px 0px 12px;
	clear:both;
	}
.result-block-left .tree-act, .result-block-left div .tree-act {
	color:#cc0000;
	text-decoration:none;
	}
	
/* Правая часть блока */
.result-block-right {
	width:515px;
	float:right;
	}
.result-block .result-block-right .table-result td {
	font-size:11px;
	line-height:13px;
	}
.result-block .result-block-right .table-result .td-center .td-cont {
	padding-right:33px;
	padding-bottom:52px;
	}
.result-block .result-block-right .table-result .img-right {
	margin-left:33px;
	}
.result-block .result-block-right .table-result .img-left {
	margin-right:33px;
	}
.result-block-right .shopping-cart {
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	position:relative;
	top:4px;
	}
.result-block-right .shopping-cart img {
	width:15px;
	height:10px;
	position:relative;
	top:4px;
	}
.result-block-right .shopping-cart span {
	text-decoration:underline;
	margin-right:5px;
	}
.result-block-right .shopping-cart:hover {
	text-indent:0;
	}
.result-block-right .shopping-cart:hover span {
	text-decoration:none;
	}
/* ******************* */

.spacer {
	height:25px;
	overflow:hidden;
	clear:both;
	}
	
/* Страницы */
.pages {
	height:32px;
	line-height:32px;
	clear:both;
	}
.pages .pages-left {
	float:left;
	}
.pages .pages-right {
	float:right;
	padding-right:30px;
	}
.pages .pages-right .prev, .pages .pages-right .numbers, .pages .pages-right .next {
	height:32px;
	float:left;
	}
.pages .pages-right .prev a, .pages .pages-right .next a {
	text-decoration:none;
	}
.pages .pages-right .prev a span, .pages .pages-right .next a span {
	text-decoration:underline;
	}
.pages .pages-right .prev a span {
	margin-left:4px;
	}
.pages .pages-right .next a span {
	margin-right:4px;
	}
.pages .pages-right .prev a:hover, .pages .pages-right .next a:hover {
	text-indent:0;
	}
.pages .pages-right .prev a:hover span, .pages .pages-right .next a:hover span {
	text-decoration:none;
	}
.pages .pages-right .numbers {
	padding:0 7px 0 12px;
	}
.pages .pages-right .numbers a {
	display:block;
	height:32px;
	float:left;
	color:#000;
	font-weight:bold;
	margin-right:5px;
	}
.pages .pages-right .numbers a.act {
	text-decoration:none;
	font-weight:normal;
	}
/* *********** */

/* Контент формы */
.form-content {
	width:460px;
	margin-left:158px;
	}
.form-content p {
	font-size:13px;
	line-height:22px;
	color:#666;
	padding-bottom:38px;
	}
.form-content h4 {
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:17px;
	}
.form-content h4 b {
	display:block;
	font-weight:normal;
	}
.form-content h4 span {
	display:block;
	font-size:12px;
	line-height:13px;
	color:#cc0000;
	}
/* ************* */
	
/* ---------------------- */

/* ######################### */

/* Низ сайта */
#footer {
	width:100%;
	height:57px;
	text-align:left;
	padding-top:86px;
	color:#003366;
	font-size:11px;
	position:absolute;
	left:0;
	bottom:0;
	margin-left: 38px;
	}
/* ######### */
.top_reg_form {color: gray;}
.top_reg_form a {	
	font-size:10px;
	text-decoration: none;
	font-family: Tahoma, Arial;
	line-height:12px;
	font-weight:normal;
	color:#ffcc00;
	text-transform:uppercase;
	/*padding-bottom:13px;*/
	margin-bottom: 12px;
}


/*added by naider*/
.contacts{
	margin: 30px 0;	
}

.contacts-left {
	padding: 0 5px 0 0;
	border-right: 1px dashed #999999;
	width: 500px;
}
.contacts-left span{ 
	font-weight: bold;
}
#YMapsID{
	margin: 10px 0;
	padding:2px;
	width: 450px;
	height: 400px;
	border: 1px solid #AAAAAA;
}
.contacts dl{
	padding: 5px 0;
}
.contacts dl dt{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	line-height:22px;
}
.contacts dl dd{
	padding-top: 2px;
}
.contacts-right {
	float:right;
	margin:0 125px 0 0;
	padding:0 5px 0 10px;
	position:relative;
	width:245px;
}
.ajax{
	position: relative;
}
.loading {
	display: none;
	position: absolute;
	background:url('/images/loading64.gif') 0 0 no-repeat;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
}
div.popup-container{
	display: none;
}

.popup-content{
	font-family:Tahoma,Geneva,sans-serif;
	color:#666666;
	font-size:13px;
	line-height:18px;
	width: 500px;
}

.popup-content h4{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	line-height:22px;
	padding-bottom:17px;
}

.popup-content ul{
	padding: 5px;
}
.popup-content ul li{
	margin: 10px;
}
.top_reg_form span{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	color: #fff;
}
#logout{
	float:right;
	position:absolute;
	margin: 25px 0;
	z-index: 500;
}
.popup-link{
	border-bottom:1px dashed #999999;
	color:#999999;
	text-decoration:none;
}
.popup-link:hover{
	border-bottom: 0 none;
}
