﻿/* Всплывающее окно */
.popup-box
{
    position: absolute;   
    width: 450px;            
    z-index:9999;
    margin-left:-10px;
}

.popup-box .tl, .popup-box .tr, .popup-box .bl, .popup-box .br
{
    position:absolute;
    background: transparent url(../img/tb.png) no-repeat 0 0;
    height:26px;    
    width:26px;    
}

.popup-box .tl
{    
    background-position:0 -9px;
    left:-14px;
}

.popup-box .tr
{
    background-position:-26px -9px;
    left:100%;
    margin-left:-12px;
}

.popup-box .bl
{
    background-position:0 -35px;
    margin:-26px 0 0 -14px;
}

.popup-box .br {
    background-position:-26px -35px;
    left:100%;
    margin:-26px 0 0 -12px;
}

.popup-box .top, .popup-box .btm {
    display:block;
    margin:0 12px;    
    background: transparent url(../img/tb.png) repeat-x 0 0;
}

.popup-box .top
{    
    height:9px;    
}

.popup-box  .btm
{
    background-position:0 -61px;
    height:19px;
}

.popup-box .left, .popup-box .right
{
    background: transparent url(../img/lr.png) repeat scroll 0 0;
    bottom:26px;
    position:absolute;
    top:26px;
    width:14px;
}

.popup-box .left {
    left:-14px;
}

.popup-box .right
{
    background-position:-14px 0;
    left:100%;
}

.popup-box .tail 
{    
    height:7px;
    position:absolute;
    top:-7px;
    width:19px;
    background: transparent url(../img/tail-note.png) no-repeat scroll 0 0;
    left: 10px;
}

.popup-box .body
{
    height:100%;
    position:relative;
    font-size: .8em;
    line-height: 1.2em;
    background: #FEFFDD;
    padding: 10px 15px 7px 15px;
}

/* Закладки */
dl.tabsheets
{
    position: relative;
    width: auto;            
}
dl.tabsheets dt.tab
{
    float: left;
    margin: 0 25px 0 0;
    cursor: default;
    white-space: nowrap;
    border-bottom: dotted 1px;
    font-size: 1.02em;
    padding: 0 1px;
}
dl.tabsheets dt.tab.on 
{
    color: #000;
    background: #EBEBEB;
    cursor: default;
    border-style: none;
}

dl.tabsheets dd
{      
    margin: 30px 0 30px 0;
    padding: 0;    
    width: 100%;
}
dl.tabsheets dd .reducer 
{
    padding: 20px 0;
}
dl.tabsheets dd.tab-content
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

dl.tabsheets dd.tab-content.active
{
    display: inline;
}

/* Paging, постраничный вывод */
.pager
{
    font: .8em Tahoma, Sans-Serif;
    text-align: center;
}
.pager a, .pager .curr-page
{
    padding: 3px 7px;
    margin: 0 5px;    
}
.pager .curr-page
{
    background: #000;    
    color: #FFF;
    cursor: default;
}
.pager .curr-page b
{
    font-weight: normal;
}

.pager .driving
{   
    color: #999;
    margin: 0 5px;
    padding: 3px 7px;
}
.pager .driving a
{
    padding: 0;
    margin: 0;
}

/* Продукты интернет-магазина, список */
.product
{
    border-bottom: solid 1px #E6E6E6;
    margin: 20px 0;
    border-collapse: collapse;
}

.product td 
{
    vertical-align: top;
}

.product .row
{    
    padding: 20px 0;
    border-top: solid 1px #E6E6E6;
}

.product .row .name
{
    font: 1.3em Sans-Serif;
    font-weight: 600;
    color: #333;          
}

.product .row .status
{
    background: #CC0000;
    color: #FFF;
    padding: 1px 4px;
    font: normal normal bolder .8em Sans-Serif;
}

.product .row .name img
{
    display: block;
    float: left;
    margin: 0 10px 0 0;    
}

.product .description
{
    padding-left: 25px;    
}

.product .img.thumb
{
    border: solid 1px #CCC;
    padding: 5px;
}

.product #phGallary
{
    display: block; margin: 0 0 15px 0; cursor: pointer; color: #006699; font-size: 110%; text-decoration: underline; background: transparent url(../img/blank_img.gif) no-repeat 0 4px; padding: 0 0 0 24px;
}
.product #phGallary:hover
{
    color: #CC0000;
}

.product .pictures .img.thumb
{
    display: block;
    margin: 0 0 7px 0;
}

.product .attr_group
{
    padding: 35px 0 0 0;
    font-size:125%;
    font-weight:400;
    padding-bottom:5px;
}

.product .capt, .product .val
{
    padding: 0 0 0 0;
}

.product .capt
{
    color: #777;
}

.product .val span  
{
    color: #444;
    position:relative;
    top:0.3em;
}

.product .capt .dots 
{
    background: #4B4B4B url(../img/dash.gif) repeat-x scroll 0 0;
    display:block;
    height:1px;
    overflow:hidden;
}
.product .capt span 
{
    background-color:#FFF;
    position:relative;
    top:0.3em;
    z-index:2;
}
.product .description .extra
{
    margin: 30px 0 0 0;
    padding: 15px 10px;
    background: #f3f3e6;
}

.product .description .extra h2
{
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 1.2em;
}

/* Продукты интернет-магазина, сетка */
.thumbnails
{
    margin: -3.5em 0 0 -3em;    
    text-align: center;
}

.thumbnail
{
    text-decoration: none;    
    display: -moz-inline-box;    
    display: inline-block;
    vertical-align: top;    
    text-align: left;    
    margin: 3.5em 0 0 3em; 
}

.thumbnail .r
{
    width: 210px;
    float: left;
    margin: 0;
}

.thumbnail .r .name
{
    margin: .5em 0 0 0;
    font-size: 1em;
    font-weight: 600;    
}

.thumbnail .r .img.thumb
{
    border: solid 1px #CCC;
    padding: 5px;
}

.order.disabled
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/* Продукты интернет-магазина, с прокруткой */
.new-models-slider-title /* title */
{
    /*
    font: normal normal normal 1em Sans-Serif; 
    margin: 0 0 20px 0;
    padding: 1em 0 0 0;
    background: transparent url(../App_Themes/Ucars/ln.PNG) no-repeat 50% 0;    
    */
}
* html .new-models-slider-title, * html .new-models-slider { background-image: none; }

.new-models-slider
{
    position:relative;
    z-index:2;
    margin: 1.5em 30px 0 30px;    
    height: 160px; 
}

.new-models-slider .arrows
{
    position:absolute;
    width:100%;
    z-index:1;
    height: 100%;    
}
.new-models-slider .arrows .prev, .new-models-slider .arrows .next
{
    position:absolute;
    top:0;
    z-index:4;    
    width: 28px;
    height: 100%;
    display: block;    
}

.new-models-slider .arrows .prev  {
    left:-30px;    
}
.new-models-slider .arrows .next  {
    right:-30px;    
}

.new-models-slider .arrows .prev i, .new-models-slider .arrows .next i
{
    position: absolute;
    top: 50%;
    /*margin: -15px 0 0 0;*/
    width: 14px;
    height: 29px;
    display: block;
    cursor: default;    
    background: #0073AA url('../img/arrows_png.png') no-repeat 0 0;
}

.new-models-slider .arrows .prev i
{                    
    left: 0;
}
.new-models-slider .arrows .next i
{
    right: 0;
    background-position:  -14px 0;
}


.new-models-slider .arrows .prev i:hover, .new-models-slider .arrows .next i:hover
{
    background-color: #CC3333;
}

.new-models-slider .arrows .prev i.disabled, .new-models-slider .arrows .prev i.disabled:hover, .new-models-slider .arrows .next i.disabled, .new-models-slider .arrows .next i.disabled:hover
{
    background-color: #E0E0E0;
}

.new-models-slider .wrapper
{
    position:relative;
    z-index:1;
    overflow: hidden;
    width: 100%;
    height: 100%;        
}

.new-models-slider .wrapper .list
{
    width: 100%;
    position: absolute;
    left: 0;
    white-space: nowrap;       
    /*
        display: table;    
    */
}

.new-models-slider .wrapper .list .item
{    
	/*
        display: table-cell;	
	*/
	text-align: center;
	/*
        при прокрутке глючит в опере!    
	    vertical-align: top;
    */
	display: inline-block;
	width: 33.3%;
}


*+html .new-models-slider .wrapper .list .item
{
    float: left;
	clear: right;	
}
* html .new-models-slider .wrapper .list .item
{
    float: left;
	clear: right;	
}

.new-models-slider .wrapper .list .item .name
{
    margin: .5em 0 0 0;
    font: normal normal 600 .9em Sans-Serif; 
        
    width: 14.1em;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.new-models-slider .wrapper .list .item img.thumb
{
    /*
        UNDONE : MOVE TO AUTOPORT THEME
    */
        border: solid 1px #CCC;
        padding: 5px;     
    /*
        UNDONE : MOVE TO UCARS THEME
        border: solid 3px #333;
    */
}

/* Карта сайта */
.sitemap { list-style-type: none; }
.sitemap ul { margin-left: 20px; list-style-type: none; }

/* Корзина */
.shopping-cart-summary { border-top: solid 1px #E5E5E5; width: 100%; margin: 5px 0 0 0; font-size: 90%; }
.shopping-cart-summary td { padding: 7px 0 0 0; text-align: right; }

/* Форма заказа */
.order-form td { padding: 0px 15px 10px 0px; text-align: left; vertical-align: top; }
.order-form td .input { width: 300px; padding: 0px 2px 0px 2px; font-size: 90%; }
.order-form td .input.multi { height: 150px; }
.order-form td .input.s { width: 100px; }

/* Форма обратной связи */
#feedback-form { }
#feedback-form label { }
#feedback-form .input { display: block; width: 300px; margin: 7px 0; }
#feedback-form .input.multi { height: 100px; }
#feedback-form .input.s { width: 70px; }

/* блок со скругленнымы уголками, звёздочка */
.rounded
{        
   	position:relative;
	overflow:hidden;
	padding:10px 0;
	z-index: 1;
}

.rounded .cn {    
    background: url('Shared/img/r-star.PNG') no-repeat 0 0;
    height:20px;
    width:20px;
    left:-10px;
    top:-10px;
    position:absolute;    
}

* html .rounded .cn { display: none; }

.rounded .content
{
    padding:10px 20px;
    background-color: #E3DFE0;
}

.rounded .cn.tr, .rounded .cn.br {
	margin-left:100%;
}

.rounded .cn.bl, .rounded .cn.br {
	top:auto;
}

.rounded .cn.tl, .rounded .cn.bl {
	width:100%;
}

/* форма поска по каталогу */
#filter { text-align: right; }

#filter #switch 
{
    margin: 0 20px 0 0;
    padding: 0 0 0 15px;
    text-decoration: none;
    background: transparent url("Shared/img/search.gif") no-repeat 0 50%;
    cursor: default;
    color: #3399CC;
}
#filter #switch:hover { color: #CC0000; }
#filter #switch b { font-weight: normal; border-bottom: dashed 1px; }
#srch_wr
{
    background: #F5F5EA;
}

/* STORE NAVIGATION */
.store-navigation { }
.store-navigation ul { list-style-type: none; margin: 0; }
.store-navigation ul ul { margin: 0 0 0 14px; }
.store-navigation ul li { margin: .15em 0; float: none; }

.store-navigation .tree-node, .store-navigation .tree-node, .store-navigation a:link.tree-node { display: block; float: left; width: 11px; height: 11px; font-size: 1px; margin: 3px 0 0 0; padding-right: 5px; text-decoration: none; }
.store-navigation .tree-node.e { background: transparent url(Shared/img/toggle.png) no-repeat 0 0; }
.store-navigation .tree-node.c { background: transparent url(Shared/img/toggle.png) no-repeat 0 -11px; }
.store-navigation .tree-node.l { background: transparent url(Shared/img/toggle.png) no-repeat 0 -22px; }

.store-navigation a, .store-navigation a:link { text-decoration: underline; color: #3399CC; }
.store-navigation a:visited {color: #993399;}
.store-navigation a:hover { color: #CC0000; }
.store-navigation a:active {color: #CC0000;}

.store-navigation li.current b { color: #CC0000; cursor: default; font-weight: normal; }

.store-navigation .edit-node { margin: 0 1px 0 0; display: inline-block; width: 16px; height: 16px; background: transparent url(Shared/img/edit.gif) no-repeat 0 0; }
.store-navigation .loader { margin: 0 0 0 18px; display: block; font-size: 1px; width: 16px; height: 16px; background: transparent url(ajax-loader.gif) no-repeat 0 0; }

/* html select styling */
.html-select { text-align: left; color: #333; cursor: default; background: transparent url(Shared/img/s-bg-l.gif) no-repeat 0 0; height: 24px; width: 220px; font: 9pt Sans-Serif; position: relative; display: inline-block; }
.html-select b { padding: 0 15px 0 5px; line-height: 24px; font-weight: normal; background: transparent url(Shared/img/s-bg-r.gif) no-repeat right center; display: block; height: 24px; }
.html-select b input { border: none 0; width: 190px; margin: 3px 0 2px 0; padding: 0; }

.html-select .options { width: 350px; height: 200px; overflow-y: scroll; position: absolute; margin: 1px 0 0 0; background: #F4EEE9; z-index: 99; }
.html-select .options .li { display: block; padding: 0 5px; margin: 1px 0; font: 1em Tahoma, Sans-Serif; }
.html-select .options .li:hover { background: #F0E4D7; }

.html-select .options .li.selected { text-decoration: underline; }
.html-select .options { -moz-outline:none; outline:none; ie-dummy:expression(this.hideFocus=true); }