input.btn-submit {
	padding: 2px 20px;
}

/* Search Page */
ul.search-tabs {
	list-style: none;
}

ul.search-tabs li {
	float: left;
	padding: 10px 0 15px 0;
	width: 110px;
	text-align: center;
}

ul.search-tabs li.active {
	background: #EDEFFF;
}

ul.search-tabs li.active a {
	text-decoration: none;
}

.search-page div.form-container {
	/*width: 100%;*/
	padding: 20px 0;
	/*background: #EDEFFF;*/
    background:#D8E9ED;
    border: 1px solid #B5D3DD;
	/*clear: both;*/
}

.search-page div.form-container table{ 
    margin:0;    
}

.search-page form {
	/*clear: both;*/
	padding: 0 20px;
}

.search-page form br {
	line-height: 27px;
}

.search-page label {
	float: left;
	display: block;
	padding: 4px 0;
	width: 100px;
}

.search-page .grid-view table.items tr.selected{background: inherit;}

.search-page input[type=text] {
	width: 600px;
	height: 25px;
	padding: 0 5px;
	float: none;
	display: inline;
	margin: 0 0;
    border: 1px solid #B5D3DD; 
}


.search-page select {
	width: 515px;
	height: 27px;
	padding: 0 0 0 5px;
	float: none;
	display: inline;
	margin: 0 0;
}

.search-page button {
	float: right;
	margin: 0 0 0 0;
	
	
    /*height: 24px; 
    background: url("/truckauto/images/button.png") no-repeat 0 0;*/
}

div.search-message h4 {
	padding: 25px 5px 15px 0;
    font-size: 12px;
    color: #585858;
}

div.search-message h5
{
    font-size: 12px;
    color: #585858;   
}

div.grid{margin-bottom: 20px;}

div.grid table
{
    border: 1px solid #D9D9D9;
    border-collapse: collapse; 
    padding:1px;
    margin-bottom:0;   
}

div.grid th {
	text-align: center;
    background: #D9E9ED;
    border: 1px dotted #00786A;
    border-bottom: 1px solid #D9D9D9;
	height: 35px;
	
    font-size: 11px;
}

div.grid .grid-view table.items th a{color:black;}

div.grid table.form-container, div.grid table.form-container td 
{
    border:none;
    padding: 0;
    margin: 0;
}

div.grid td {
	height: 35px;
	border: 1px dotted #00786A;
	padding: 0 10px;
	font-size: 11px;
    font-family: Arial;
}

div.grid td.numerical
{
    text-align:right;
}


div.grid td.group
{
    background: #F1F6F7;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #D9D9D9; 
    
}

div.grid td input{
    font-size: 10px;     
}

div.grid td input[type = 'text']{
    height:15px;
    width: 10px;
    padding:0;
         
}

div.grid td a
{
    color:black;
    text-decoration: none;
}

div.grid tr:hover{background-color:#ECFBD4;}




/* Orders */
div.orders-form table
{
    margin:0;
}

div.orders-form form {
	background:#D8E9ED;
    border: 1px solid #B5D3DD;
	clear: both;
	padding: 8px;
}

div.orders-form form input {
	height: 22px;
	padding: 0 5px;
    
	width: 80px;
}

div.orders-form form select {
	height: 24px;
	width: 160px;
	padding: 0 0 0 5px;
    border:1px solid #bbbbbb;
}

div.orders-form form button {
	float: right;
	margin: 6px 0 0 0;
	vertical-align: top;
}

div.orders-container {
	padding: 10px 20px;
	font-size: 11px;
}

div.orders-container a{
    text-decoration: none;    
}

div.orders-container th {
	text-align: center;
	height: 30px;
	border: 1px solid #FFF;
}

div.orders-container td {
	height: 25px;
	border-bottom: 1px solid #CCC;
	padding: 0 10px;
	background: none;
    background-color: #E0E0E0;
}

div.orders-container td.group
{
    height: 35px;
    text-align: left; 
    background: none; 
    font-weight: bold;  
    font-size: 12px;
}

div.orders-container td.active
{
    background-color: #F5F5F5;
}

div.search-history
{
    position: relative;
    float: right;
    /*margin: -110px -165px;*/
    margin-right: -160px; 
    width: 140px;
    
    background: white;
    font-size: 11px;
}
    div.search-history table
    {
        
        border-collapse: collapse;
        border-spacing: 0;
        border: 1px solid #B3D6DD;
    }
    
    div.search-history th
    {
        font-size: 12px;
        margin-top: 3px;
        font-weight: bold;
        background: #D9E9ED;
        color:#00758C;
        border: 1px solid #B3D6DD; 
        padding:7px;
        text-align: center; 
               
    }
    
    div.search-history td
    {
        padding-left: 20px;
    }
    
    div.search-history a
    {
        color: #656565;
    }
    
    

#logo-block-container div.user-balance, div.user-balance
{
    font-size: 12px;
    float:left;
    padding: 5px 10px;
    border: 1px solid #B3D6DD;
    width:230px;
    background-color: white;
        
}
    #logo-block-container div.user-balance ul {margin:0; padding:0;}
    #logo-block-container div.user-balance li, div.user-balance li
    {
        list-style-type: none;       
    }
    
    #logo-block-container div.user-balance span, div.user-balance span
    {
        font-weight: bold;
        color: #00758C;       
    }
    
    #logo-block-container div.user-balance li ul{display:none; }
    #logo-block-container div.user-balance li:hover ul{display:block;}

a.button-download
{
    background: url("../images/download_bill.png") no-repeat 0 0;
    display: block;
    height: 24px;
    width: 24px;
    float: right;
    margin-top:-4px;
    margin-left: 10px;
}

ul.first-lvl
{
    color:#097A90;
}

div.basket label
{
    color: #00758C;
}

div.basket input
{
    border-color: #00758C;
}

div.item-card-description table
{
    width:900px;
   
}

div.item-card-description td
{
    vertical-align: top;
    text-align: left;    
}

div.item-card-description div.photo
{
    border:1px solid #097A90;
    width:200px;
    height: 200px;
    color: #097A90;
    background-color: #D8E9ED;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    
     
}

div.item-card-description div.photo img
{
    width:200px; 
    
    margin:0; 
}
div.item-card-description div.photo span
{
    
    
        
}



a.btn-delete
{
    background: url(../images/icn_delete.png) no-repeat;
    display: block;
    width:16px;
    height:16px;
    margin-left:15px;   
}

div.status {width: 16px; height:16px;}
div.loading {background: url(../images/loading.gif) no-repeat;}
#count {color:blue;}

div.offers{ height: 40px; width: 212px; margin-bottom: 30px;}
div.offers td.first{ height: 40px; width: 200px; background-color: #E5E5E5; padding-left: 20px;}
div.offers td.first a{text-decoration: none; font-size: 16px; font-weight: bold;}
div.offers td.last{ height: 40px; width: 12px; background-color: #00758C;}

img.right-banner {padding:0; margin:0;}

div.portal-banners{position: relative; top: 23px; padding-left:5px;}
div.portal-banners img {height: 70px; width:265px;}
div.counters {float: right; position: relative; top: -30px; opacity:0.5; -moz-opacity:0.5; filter:alpha (opacity=50);}
div.counters:hover { opacity:1.0; -moz-opacity:1.0; filter:alpha (opacity=100); cursor: pointer; }

div.ad-nav, div.ad-controls{display: none;}

#button-basket{width:75px; height: 27px; float:left; background: url(../images/btn_basket.png) no-repeat; margin-right: 3px; margin-bottom: 5px;} 
#button-exit{width:62px; height: 27px; float:left; background: url(../images/btn_exit.png) no-repeat; margin-bottom: 5px;}

#button-basket a, #button-exit a{text-decoration: none; color: #00738B; position:relative; left: 23px; top: 7px; text-shadow: 1px 1px 1px white;} 

div.anounce img{margin:0;}
div.anounce td{vertical-align: top;}
div.anounce td.anounce-content{padding-left:15px; margin:0; }
div.anounce td.anounce-image{width:100px;}

div.anounce{border-bottom: 1px dashed #00758C;}
div.anounce h2 {border-bottom: 1px solid #00758C;}
div.anounce table{margin:0; padding:0; }
div.anounce td{margin:0; padding:0; }

div.front-container div.anounce table td{border:none;}

#copyright, #social{float:left;}
#content ul{margin:5px 0; }

div.form div.checkbox label{display: inline;}
div.front-container table td{border: 1px solid #333333; }
div.front-container table{border-collapse: collapse;}

div.mark div.top-group {margin-top: 10px; margin-bottom:5px; overflow: hidden;}
div.mark div.top-group a {text-decoration: none;}
div.mark div.top-group ul, div.mark div.sub-group ul{padding-left:0;}
div.mark div.top-group ul li{list-style: none; float:left; display: block; padding:10px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #B5D3DD; background-color: #D8E9ED;}

.post p{height: auto;}

div.result-group{float:left; width: 600px; padding-top: 4px;}
div.result-group .group3{float:left;}

.ajax-loader{background: url('/images/ajax-loader.gif') no-repeat; width:60px; height: 9px; display: block; margin-top:2px; margin-left:20px; float:left;}

.green-row{background-color: #D2F8D2;}
.yellow-row{background-color: #FAFFC3;}


.currency-select > ul {cursor: pointer; color: #00758C;}
.currency-select ul ul{display: none; position: absolute; background: white; border: 1px solid #B3D6DD; margin:0; padding: 0;}
.currency-select li{list-style: none; padding:5px;}
/*.currency-select ul li:hover > ul{display:block;}*/

.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #000;
border-right: 4px solid rgba(0, 0, 0, 0);
border-left: 4px solid rgba(0, 0, 0, 0);
content: "";

position: relative;
top: 6px;
left: -2px;
}

.caret-asc {
border-bottom: 4px solid #000;
border-top: none;
}

.basket-count{width:30px; text-align:right; float:right; padding-right:5px;}

.grid .level-1{background-color: #CDCDCD; font-weight: bold;}
.grid .level-2{background-color: #EAEAEA;}

.current-top-group{background-color: #76868A !important; border-color: #7E8385 !important;}
.current-top-group a{color:white;}

.gallery a img{    
    /* округления старт */
    -webkit-border-radius: 0px;
    -moz-border-radius:  0px;
    border-radius:  0px;
    /* округления конец */
    
    /* transition старт */
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;
    /* transition конец */
    
    /* Тень старт */
    -webkit-box-shadow: 0px 2px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 2px 4px 1px #DFDFDF;
    box-shadow: 0px 2px 4px 1px #DFDFDF; 
    /* Тень конец */
    
    /* Прозрачнсоть старт */
    -moz-opacity: 0.90;
    opacity: 0.90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    /* Прозрачнсоть конец */
    
    margin-right:10px;     /* Отступ справа */
    padding:10px; /* Внутренние отступы */
    display:block; /* отображение */
    height:174px; /* Высота */
}

.gallery a img:hover{
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	display:block;
	height:174px;
}
.gallery a:focus img{
    position: relative;  /* Позиционирование */
    height:640px; /* Высота */
    cursor: pointer;    /* Вид курсора */
    
    /* transition старт */
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;
    /* transition конец */
    
    /* Тень старт */
    -webkit-box-shadow: 0px 4px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 4px 4px 1px #DFDFDF;
    box-shadow: 0px 4px 4px 1px #DFDFDF;
    /* Тень конец */    
}
.gallery a{
    outline:0; border:0;
}

.docfiles {
	padding: 2px 10px;
	height: 22px;
}

.docfiles img {
	height: 16px;
	width: 16px;
	margin: 0 10px 0 0;
	padding: 0;
}

.docfiles a label{
	font-weight: normal;
	height: 22px;
	cursor: pointer;
	vertical-align: top;
	text-decoration: underline;
	color: #097a90;
	line-height: 15px;
}

.docfiles a:hover label{
	color:  #09f;
}

div.grid td.doctd {
	padding-top: 5px;
}

div.grid a {
	position: relative;
}
div.grid a img.order_dd {
	margin: 0;
	position: absolute;
	top: 1px;
	height: 10px;
	width: 10px;
}

div.grid a span.order_dd_text {
	margin-left: 20px;
} 
