﻿/*common styles*/
.clear
{
	clear: both;
}
.hidden
{
    display: none;
}
.show
{
    display: block;
}
.hide
{
    display: none;
}
td.left
{
    text-align: right;
    width: 50%;
}
td.right
{
    text-align: left;
    width: 50%;
}
.div-center-outer
{
    /*overflow: hidden;*/
    display: table;
    #position: relative;
}

.div-center-middle
{
    #position: absolute;
#top:50%;
#left:50%;
width:100%;
display:table-cell;
vertical-align:middle;
}
.div-center-inner
{
    #position: relative;
#top:-50%;
#left:-50%;
width:100%;
}
.PriceBrutto
{
    color: #b2b2b2;
    text-decoration: line-through;
    font-size: 9pt;
    padding-right: 2px;
    font-weight: bolder;
}

.SpecialOfferPriceBrutto
{
    font-size: 10pt;
    color: #FF0000;
    font-weight: bolder;
}
/*Basket.aspx*/
#basketSite #navigate
{
    text-align: right;
}
#basketSite #navigate a
{

} 
#sumAllPrice
{
    text-align: right;
    color: #444;
}
.basket-grid
{
    padding: 5px;
    background: transparent url(../gfx/panel-bg.png);
    color: #444;
    margin-bottom: 15px;
    width:100%;
}
.basket-grid input
{
    text-align: right;
    width: 30px;
}
.basket-grid th, .basket-grid td
{
    padding: 1px 2px;
}
.basket-grid-row td
{
    text-align: center;
}
.basket-grid-row-alternate td
{
    text-align: center;
}
/*ClientOrders.aspx*/
.ClientOrders-table
{
}
.ClientOrders-table
{
}
.ClientOrders-table tr
{
}
.ClientOrders-table th
{
}
.ClientOrders-table td
{
}
/*NewClient.aspx*/
#ctl00_cphMain_pnlNewClient
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 10px;
}
/*OrderConfirmation.aspx*/
#navigation
{
}
#data-confirmation .header
{
    color: #444;
    font-weight: bolder;
}
#data-confirmation .left
{
    text-align: right;
}

#data-confirmation .right
{
    text-align: left;
}
.rowNawigation
{
    text-align: center;
}
.tblConfirmData
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 5px;
    margin: 0 auto;
    color: #444;
}
/*OrderDetail.aspx*/
#order-data
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 5px;
    color: #444;
}
#order-data .payment-type td
{
}
#order-data .payment-type td img
{
}
#order-data h1
{
}
/*OrderResult.aspx*/
#order-result
{
    margin-top: 39px;
    padding: 5px;
    background: transparent url(../gfx/panel-bg.png);
}
/*ProductDetail.aspx*/
#product-detail
{
    position:relative;   
}
#product-detail div
{
}
#product-detail .detail
{
}
#product-detail .description
{
}
#product-detail h1
{
}
.RecommendProduct
{
    position: absolute;
    z-index: 100;
    left: 35%;
    top: 50px;
    border: solid 3px #ffffff;
    display: none;
    background-color: #f3f8fb;
    text-align: center;
    vertical-align: middle;
    height: 200px;
    width: 450px;
}
.RecommendProductWait-background
{
    position: absolute;
    left: 0;
    top: 0; 
	/*display: none;*/
    height: 200px;
    width: 450px;
    z-index: 101;
    opacity: 0.4;
    filter: Alpha(Opacity=40);
    background-color: #5D5E60;
    text-align: center;
    vertical-align: middle;
}
.RecommendProductWait
{
    background-color: White;
    text-align: center;
    vertical-align: 10%;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 9999; 
	/*border: solid 3px #ffa600;*/
    font-size: 1.1em;
    font-weight: bold;
}
.RecommendProductInfo
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.ValidatorInfo
{
    color: Red;
    visibility: hidden;
}
#comments
{
    background: transparent url(../gfx/menu-hov.png);
    -moz-border-radius: 5px;
    padding: 1em;
    margin: 1em 0;
    width: 688px !important;
}

.commentsTable
{
    width: 100%;
    text-align: left;
}

.commentsTable td
{
    padding: 4px 0px;
}

.commentsTable div.author
{
    width: 100%;
    padding-left: 5px;
}

.commentsTable div.content
{
    margin-left: 20px;
}
.commentsTable span.author
{
    font-weight: bolder;
    color: #444;
    font-size: 10pt;
}
.commentsTable span.date
{
    font-size: 10pt;
}
.commentsTable table td span, .commentsTable table td a, .commentsTable table td a:visited
{
    color: #333333;
}
.priceChangesGraph
{
    position: absolute;
    top: 50px;
    left: 55%;
}
.product-detail-addToBasket
{
    padding-top: 3px;
}
.details-price
{
    vertical-align: top;
}
#product-description, .detail div table
{
    background: transparent url(../gfx/panel-bg.png) repeat scroll 0%;
    padding: 5px;
}
#product-price
{
    background: transparent url(../gfx/menu-hov.png) repeat scroll 0%;
    padding: 5px;
}
#product-price a
{

}
div.detail div table
{
    clear: both;
}

/*ProductList.aspx*/
#category-list
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 4px;
    margin-bottom: 8px;
}
#category-list a
{
    text-decoration: none;
    color: #444;
    float: left;
    width: 33%;
}
#category-list h1
{
    margin: 0;
}
#category-list div.categoryItem
{
}
#category-list div.clear
{
}
#producers-list
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 4px;
    margin-bottom: 8px;
}
#producers-list br
{
    display: none;
}
#producers-list a
{
}
#producers-list h1
{
    margin:0px;
}
#producers-list div.producerItem
{
}
#producers-list div.clear
{
}
#searchBox
{
    background: transparent url(../gfx/panel-bg.png);
    margin-bottom: 8px;
    color: #444;
    width:100%;
}
#searchBox h3
{
    margin-bottom: 0;
}
#searchBox div
{
    background-color: transparent !important;
}
#product-list
{
}
#product-list h1
{
    margin-bottom: 0;
}

#page-switch
{
    background: transparent url(../gfx/menu-hov.png);
    margin-top : 4px;
    padding: 6px;
}

#page-switch .left
{
    float : left;
}

#page-switch .right
{
    float : right;
}
#page-switch .sort
{
}
.sort
{
    margin-left: 2px;
}

a.sort, a.sort a:visited
{
    color: #333333;
}
#product-count
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 6px;
    color: #444;
}
#products-on-page
{
    color: #444;
    float: right;
    padding: 4px 5px 0 0;
}

#products-on-page option
{
}
.product-list-item
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 4px;
    margin: 4px 0;
    -moz-border-radius: 4px;
}
.product-list-item .name a, .product-list-item .name a:visited
{
    color: #444;
    font-weight: bolder;
    text-decoration: none;
}
.product-list-item a, .product-list-item a:visited
{
    color: #333333;
}

.product-list-item .name a:hover
{
    text-decoration: underline;
}
.product-list-item table td
{
    vertical-align: top;
}
.product-list-item table td p
{
    color: #444;
}
#page-change
{
}

#page-change a, #page-change a:visited
{
    margin-right: 10px;
    color: #333333;
}
/*ProductsComparer.aspx*/
.compare-grid a
{
}
.compare-grid td
{
	text-align: center;
	padding: 0 5px 0 5px;
	font-size: small;    
	width:130px;
	min-width:130px;
}
.compare-grid-row td
{
}
.compare-grid-row-alternate td
{
}
/*login.aspx*/
.login
{
    background: transparent url(../gfx/panel-bg.png);
    color: #444;
}
/*user control styles*/
/*ctrlWait.ascx*/
#wait-processing-background
{
	z-index:9998;
	opacity: 0.6;
	filter: Alpha(Opacity=80);
	background-color: #5D5E60;
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0;
	left: 0;
	text-align:center;
	vertical-align:middle;
}
#wait-processing
{
	width: 150px;
	height: 90px;
	z-index:9999;
	position:fixed;
	left:50%;
	top:40%;
}

#wait-processing-border
{
	background-color: White;
	width: 150px;
	height: 90px;
	text-align:center;
	z-index:9999;
	border: solid 3px #d6e3ef;
	position:relative;
	left:-50%;
	font-size: 1.1em;
	font-weight:bold;
}
/*ctrlProductsToCompare.ascx*/
#comparsion-menu .even
{
}
#comparsion-menu .odd
{
}
/*ctrlNews.ascx*/
#news h4
{
}
#news .even
{
}
#news .odd
{
}
/*ctrlCustomerData.ascx*/
#send-abroad-info div
{
}
#send-abroad-info ul
{
}
.ctrlCustomerData table
{
    width: 500px !important;
}
.ctrlCustomerData th
{
    color: #444444;
    text-align: left;
    padding: 5px 0;
    margin-top: 30px;
}

.ctrlCustomerData table td.right
{
    text-align: left !important;
    padding: 2px !important;
    width: 50%;
}

.ctrlCustomerData table td.left
{
    width: 50%;
    text-align: right !important;
    padding-right: 2px;
}

.order-text
{
    text-align: left;
}
/*ctrlSearchInCategory.ascx*/
#ctrlSearch
{
}
#ctrlSearch h3
{
    font-size:1.2em;
    text-align:left;
    margin:0px;
}
.ctrlSearchInCategory th
{
    
}

.ctrlSearchInCategory th input
{
    font-size:9px;
}
.ctrlSearchInCategory td
{
    
}
/*ctrlBasket.ascx*/
#basket-content
{
    color: #444;
}
#basket-content a
{
}
#basket-sumprice
{
}
#basket-checkout
{
}
.basket-empty
{
}
/*ctrlPageSwitch*/
.pageSwitchCurrent
{
    font-weight : bold;
}
.pageSwitchDigits
{
}
/*ctrlPromotedProduct.ascx*/
.promoted-product-panel
{
    margin-bottom: 15px;
    -moz-border-radius: 2px;
}
.promoted-product-panel td
{
    vertical-align: top;
}
.promoted-product-panel .name a
{
    font-weight: bold;
}

.promoted-product-item-background
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 5px;
    height:120px;
}

.promoted-product-item-image-background
{
    width:100%;
    height:100%;
    background-color:#fff;
    text-align:center;
}


.promoted-detail-box
{
    background: transparent url(../gfx/promo-bg.png) repeat-x;
    height: 100px;
}

.promoted-product-item
{
    float: left;
    width: 220px;
    margin: 5px 5px;
    height: 220px;
}
#content .promoted-name a
{
    color: #444;
    font-size: 11pt;
}
.promoted-name
{
    margin-left: 5px;
}

.promoted-product-panel .div-center-outer
{
    height: 120px;
    width: 210px;
}

.promoted-image
{
    background: #fff;
    width: 210px;
    height: 130px;
    text-align: center;
    vertical-align: bottom;
}

.promoted-detail-box .description
{
    color: #444;
    font-size: 8pt;
    margin: 0 5px;
}
.promoted-product-item .price
{
    text-align: right;
    padding-right: 10px;
    color: #FF0000;
}
/*ctrlPartners.ascx*/
.partners h3
{
    padding-left: 10px;
}
.partners-item
{
    width: 200px;
    margin: 5px 10px;
}
.partners-item-baner
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 5px;
    width: 190px;
    text-align: center;
}
.partners-item-baner img
{
    max-width: 190px;
    max-height: 50px;
}
.partners .div-center-outer
{
    height: 50px;
    width: 190px;
}
/*ctrlBestsellers.ascx*/
.bestseller h3
{
    padding-left: 10px;
}
.bestseller-item
{
    width: 200px;
    margin: 10px;
}
.bestseller-item-miniature
{
    background: #fff;
    width: 190px;
    height: 140px;
    text-align: center;
}
.bestseller-item-miniature img
{
    max-width: 190px;
    max-height: 140px;
}
.bestseller-item-miniature-background
{
    background: transparent url(../gfx/panel-bg.png);
    padding: 5px;
    width: 190px;
}

.bestseller-item-detail
{
    background: transparent url(../gfx/promo-bg.png) repeat-x;
    height: 60px;
}

.bestseller-item-name
{
    margin-left: 5px;
}

.bestseller-item-name a
{
    color: #444;
    font-size: 11pt;
    text-decoration: none;
}

.bestseller-item-name a:hover
{
    text-decoration: underline;
}

.bestseller-item-price
{
    text-align: right;
    padding-right: 10px;
    color: #FF0000;
}

.bestseller .div-center-outer
{
    height: 140px;
    width: 190px;
}
/*ctrlClientChangePassword.ascx*/
 .password-recovery, .change-password
{
    background: transparent url(../gfx/panel-bg.png);
    color: #444;
}
.password-recovery
{
    width: 300px;
}
.change-password
{
    width: 300px;
}
/*ctrlMenu.ascx*/
.SubcategoryLevel1 li
{
 
}
.SubcategoryLevel2 li
{
   
}
.SubcategoryLevel3 li
{
   
}
#MenuAccordion a
{
}

#MenuAccordion
{
}

ul#MenuAccordion li, ul#MenuAccordion li ul
{
}

ul#MenuAccordion li ul li img
{
}

.subcategory li
{
}

/*ctrlQuickSearch*/
.ctrlQuickSearch
{
    margin: 0px 10px;   
}

.ctrlQuickSearchButton
{
    width:60px;
}

.ctrlQuickSearchTextBox
{
    width:130px;
}