@charset "windows-1251";
/* CSS Document */

@import url('reset.css'); 
@import url('typography.css');

body {
	background-color: #E3DDD0;
	width: 100%;
}

#mainBlock {
	width: 1010px; 
	margin: auto;	
	position: relative;
}

#loading, #upd_loading {
    width: 180px; 
    height: 60px;
	background-color: #fff; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: 5px solid #e7e7e7;
}

#loading img, #upd_loading img, #add_loading img {
	width: 150px;
	height: 15px;
	border: 1px solid #888;
	margin-left: 20px;
}

#add_loading {
	background-color: #fff; 
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: 5px solid #e7e7e7;
	padding-right: 15px;
}

#loading p, #upd_loading p, #add_loading p {
	margin-top: 8px;
}

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

.window {
    position:absolute;
    left:0;
    top:0;
    width: 180px; 
    height: 60px;
    display:none;
    z-index:9999;
} 

input[type=button],  input[type=submit] {
	height: 25px;
	background: url(../img/catalogueBg.png) repeat-x;
	border: 1px solid #858585;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/***********************************************************************************
                                    HEADER
***********************************************************************************/
#mainBlock img#boy {
	position: absolute;
	z-index: 2;
	left: 750px;
	top: 0px;
}

#mainBlock img#sliderNew {
	position: absolute;
	z-index: 2;
	left: 1px;
	top: -11px;
}

.navItems {
	text-align: center;
	position: absolute;
	z-index: 2;
	display: block;
	left: 20px;
	top: 320px;
	width: 435px;
}

.navItems a {
	display: inline-block;
	background: url(../img/slider/item.png) no-repeat;
	margin: 3px;
	width: 16px;
	height: 16px;
}

.navItems a:hover {
	background: url(../img/slider/itemHover.png) no-repeat;
}

.navItems a.activeItem {
	display: inline-block;
	background: url(../img/slider/itemActive.png) no-repeat;
	margin: 3px;
	width: 16px;
	height: 16px;
}

#header {
	display: block;
	height: 350px;
	margin-left: 11px;
	margin-top: 16px;
	margin-bottom: 5px;
	width: 1010px;
	background: url(../img/headerBg.png) no-repeat;
	position: relative;
	overflow:hidden;
	
}

#slogan {
	margin-top: 15px;
	display: inline-block;
	width: 300px;
	height: 290px;
	z-index: 3;
}

#slider {
	display: inline-block;
	width: 435px;
	height: 290px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
	border: 3px solid #d3d3d3;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow:hidden;
	
	background-color: rgb(68,68,68); /* Needed for IEs */

    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

    /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;*/
	behavior: url(ie-css3.htc);
}

#slideShow {
	position: absolute;
	top: 0; left: 0;
}

#slideShow img, .activeSlide {
	width: 435px;
	height: 290px;
	display: inline-block;
}

#sliderPrev {
	z-index: 2;
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 67px;
	top: 328px;
	left: -1px;
	background: url(../img/slider/prev.png) no-repeat;
}

#sliderPrev:hover {
	background: url(../img/slider/prevActive.png) no-repeat;
}


#sliderNext {
	z-index: 2;
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 67px;
	top: 328px;
	left: 958px;
	background: url(../img/slider/next.png) no-repeat;
}

#sliderNext:hover {
	background: url(../img/slider/nextActive.png) no-repeat;
}

#sliderMenu {
	z-index: 2;
	position: absolute;
	top: 365px;
	left: 363px;
	
}

#techTime {
	background: url(../img/techBg.png) no-repeat;
	display: block;
	width: 280px;
	height: 44px;
	z-index: 2;
	position: absolute;
	top: 313px;
	left: 690px;
	padding: 5px;
}

/***********************************************************************************
                                    MENU
***********************************************************************************/
#menu {
	background: url(../img/menu/menu.png) no-repeat;
	/*background-color: #4C130C;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 40px;
	width: 929px;
	padding-left: 50px;
	margin-left: 10px;
	margin-top: 20px;
        position: relative;
	behavior: url(ie-css3.htc);
}

#menu #search-form {
    position: absolute;
    top: 9px;
    right: 23px;
    width: 150px;
}

#menu #search-form input[type="submit"] {
    display: none;
}

#menu #search-form input[type="text"] {
    width: 144px;
}

#menu a {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	height: 40px;
}

a#indexItem {
	width: 65px;
	background: url(../img/menu/index.png) no-repeat;
}

a#indexItem.current {
	background: url(../img/menu/indexCurrent.png) no-repeat;
}

a#logOutItem {
	width: 65px;
	background: url(../img/menu/logOut.png) no-repeat;
}

a#viewgoodsItem {
	width: 140px;
	background: url(../img/menu/viewgoods.png) no-repeat;
}

a#viewgoodsItem.current {
	background: url(../img/menu/viewgoodsCurrent.png) no-repeat;
}

a#cartItem {
	width: 80px;
	background: url(../img/menu/cart.png) no-repeat;
}

a#cartItem.current {
	background: url(../img/menu/cartCurrent.png) no-repeat;
}

a#sendLetterItem {
	width: 140px;
	background: url(../img/menu/sendLetter.png) no-repeat;
}

a#sendLetterItem.current {
	background: url(../img/menu/sendLetterCurrent.png) no-repeat;
}

a#priceXlsItem {
	width: 140px;
	background: url(../img/menu/priceXls.png) no-repeat;
}

a#priceXlsItem.current {
	background: url(../img/menu/priceXlsCurrent.png) no-repeat;
}

a#adminPanelItem {
	width: 190px;
	background: url(../img/menu/adminPanel.png) no-repeat;
}

a#adminPanelItem.current {
	background: url(../img/menu/adminPanelCurrent.png) no-repeat;
}

a#settingsItem {
	width: 107px;
	background: url(../img/menu/settings.png) no-repeat;
}

a#settingsItem.current {
	background: url(../img/menu/settingsCurrent.png) no-repeat;
}

a#importItem {
	width: 170px;
	background: url(../img/menu/import.png) no-repeat;
}

a#importItem.current {
	background: url(../img/menu/importCurrent.png) no-repeat;
}

a#exportItem {
	width: 165px;
	background: url(../img/menu/export.png) no-repeat;
}

a#exportItem.current {
	background: url(../img/menu/exportCurrent.png) no-repeat;
}

a#partnersItem {
	width: 100px;
	background: url(../img/menu/partners.png) no-repeat;
}

a#partnersItem.current {
	background: url(../img/menu/partnersCurrent.png) no-repeat;
}

a#siteItem {
	width: 82px;
	background: url(../img/menu/site.png) no-repeat;
}

a#siteItem.current {
	background: url(../img/menu/siteCurrent.png) no-repeat;
}

/***********************************************************************************
                                    CONTENT
***********************************************************************************/
/*------------- Каталог товаров -------------------*/

.catalogueTitle {
	margin-top: 10px;
	background: url(../img/catalogueTitle.png) no-repeat;
	position: relative;
	display: block;
	width: 280px;
	height: 30px;
}

.catalogue {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/basketBg.png) repeat-y;
	background-color: #039;
}

.leftBlock #search-form {
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/basketBg.png) repeat-y;
	background-color: #039;
}

.leftBlock #search-form input[type="submit"] {
    display: none;
}

.leftBlock #search-form input[type="text"] {
    width: 250px;
    margin-left: 15px;
}

.cat {
	padding-right: 10px;
	padding-top: 2px;
	height: 18px;
	border-bottom: 1px solid #fff;
}

.menu_body {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	display: none;
}

.cat a, .cat .current_cat{
	padding-left: 10px;
	display: block;
	width: 265px;
}

.menu_body a, .menu_body_curr p, .menu_body_curr a{
	display: block;
	width: 240px;
	margin-left: 25px;
	margin-right: 10px;
	padding-left: 5px;
	/*height: 17px;*/
	margin-top: 2px;
	border-bottom: 1px dotted #fff;
	overflow: hidden;
}

.menu_head, .menu_head_curr {
	float: right;
	height: 13px;
	width: 15px;
	margin-top: 2px;
	margin-right: 10px;
}

.menu_head:hover {
	cursor: pointer;
}

/**********************************************/

.leftBlock {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin-left: 10px;
	margin-top: 10px;
}

.bottom {
	background: url(../img/bottomBg.png) no-repeat;
	display: block;
	width: 280px;
	height: 5px;
}
/*------------- Корзина -------------------*/
.basketTitle {
	background: url(../img/basketTitle.png) no-repeat;
	position: relative;
	display: block;
	width: 280px;
	height: 30px;
}

.basket {
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../img/basketBg.png) repeat-y;
}

.cartSwitcher {
	display: block;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#cart_form, #empty_cart, #cartShow, #cartHide {
	display: none;
}

.cart_good {
	background: url(../img/cartGood.png) repeat-y;
}

input[type=button].refresh {
	margin-left: 40px;
}

input[type=submit].get_order, input[type=button].refresh {
	border: 1px solid #06F;
}


#basketImg {
	z-index: 2;
	position: absolute;
	left: 220px;
	top: -7px;
}

#basketImg {
	z-index: 2;
	position: absolute;
	left: 220px;
	top: -7px;
}

#catalogImg {
	width: 45px;
	height: 45px;
	z-index: 2;
	position: absolute;
	left: 220px;
	top: -7px;
}

#cart_good {
	width: 262px;
	margin-left: 6px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	/*background: url(../img/subcat_bg.png) no-repeat;*/
	position: relative;
	/*background: url(../img/textBg.png) repeat-y;*/
}

#not_found {
	display: none;
}

#get_by_id_form {
	margin-bottom: 3px;
}

#get_by_id_code {
	width: 100px;
	border: 1px solid #06F;
	margin-left: 87px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
	behavior: url(ie-css3.htc);
}

#good_count {
	width: 35px;
	border: 1px solid #06F;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
	behavior: url(ie-css3.htc);
}

#cart_price {
	height: 22px;
	width: 70px;
	margin-left: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#cart_total {
	width: 197px;
	margin-left: 6px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 70px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../img/cartTotal.png) repeat-y;
}

#cart_sum {
	height: 22px;
	width: 63px;
	display: inline-block;
}

#price_splitter {
	height: 22px;
	width: 10px;
	padding-left: 5px;
	display: inline-block;
}

#sum_splitter {
	height: 22px;
	width: 10px;
	display: inline-block;
}

#cart_name {
	width: 240px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input[type=button].del_bt {
	position: absolute;
	left: 250px;
	top: 3px;
	height: 12px;
	width: 12px;
	border: none;
	background: url(../img/del_bt.png) no-repeat;
	cursor: pointer;
}

input[type=button].del_bt:hover {
	background: url(../img/del_bt_active.png) no-repeat;
}


.clock_block {
	display: block;
}

#not_enough, #technical_time {
	margin-top: 5px;
	margin-bottom: 5px;
	display:none;
}

#content_table{
	width: 100%;
}

#content td {
	vertical-align: top;	
}

#cart_head, #store_head {
	border: 1px solid #3B6598;
	background-color: #4082C4;
}

#settings_head {
	border: 1px solid #3B6598;
	background-color: #4082C4;
}

#cart_body, #store_body {
	border: 1px solid #3B6598;
	padding-top: 5px;
	height: 25px;
}

#day_time, #part_tbl, #nilStores, #store_tbl {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 945px;
	margin-left: 5px;
}

#cart_head th, #settings_head th, #store_head th{
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_tname {
	width: 380px;
}

.cart_tpartname {
	width: 190px;
}

.cart_tcount, .store_tcount {
	width: 100px;
}

.cart_tstore {
	width: 90px;
	padding-left: 5px;
	padding-right: 5px;
}

.cart_tprice, .cart_tsum{
	width: 80px;
}

#cart_body td, #store_body td{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

#cart_foot tr{
	background-color: #ABD144;
	border: 1px solid #3B6598;
}

#total, #total_sum, #tbl_total_sum {
	padding-top: 9px;
	padding-bottom: 5px;
	vertical-align: middle;	
}

#update {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	padding-right: 5px;	
}

.cart_title {
	padding-left: 10px;
}

.cart_img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #3B6598;
}

#comment {
	margin-top: 5px;
	padding: 5px;
	max-width: 944px;
	min-width: 944px;
	max-height: 48px;
	min-height: 48px;
	height: 48px;
	width: 944px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #c7c7c7;
}

#comment_label {
	margin-top: 5px;
	width: 945px;
	display: block;
}

input.del_button, input.del_order {
	background: url(../img/del_button.png) no-repeat;
	border: none;
	height: 25px;
	width: 25px;
	cursor: pointer;
}

input.export_order, input.export_orders {
	background: url(../img/excel.png) no-repeat;
	border: none;
	height: 25px;
	width: 25px;
	cursor: pointer;
}


input.export_order:hover, input.export_orders:hover {
	background: url(../img/excel_active.png) no-repeat;
}

input.change_partner, .change_store {
	background: url(../img/edit.png) no-repeat;
	border: none;
	height: 25px;
	width: 25px;
	cursor: pointer;
}

.change_partner:hover, .change_store:hover {
	background: url(../img/edit_active.png) no-repeat;
}

#empty_cart {
	padding: 10px;
}

.del_bt {
	position: absolute;
	left: 185px;
	top: 3px;
	height: 12px;
	width: 12px;
	border: none;
	background: url(../img/del_bt.png) no-repeat;
	cursor: pointer;
}

.del_bt:hover {
	background: url(../img/del_bt_active.png) no-repeat;
}

.cart_del img {
	border: 1px solid #777777;
}

#count_input {
	width: 40px;
	margin-left: 30px;
}

/*------------------------------------------------*/


#content {
	vertical-align: top;
	display: inline-block;
	width: 660px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	padding-left: 14px;
	background-color: #F4F1E8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(ie-css3.htc);
}

#content_wide {
	vertical-align: top;
	display: inline-block;
	width: 955px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	padding-left: 14px;
	background-color: #F4F1E8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(ie-css3.htc);
}

/*------------- Форма входа -------------------------*/
.formContent {
	width: 437px;
	margin: auto;
	margin-top: 10px;
	padding: 20px;
	background-color: #F4F1E8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(ie-css3.htc);
}

.logFormBlock {
    margin: auto;	
	width: 350px;
}

#logForm label{
	display: block;
	margin-bottom: 5px;
}

.textInput {
	margin-top: 3px;
	display: block;
	background-color: #FFC;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(ie-css3.htc);
}

.textInputSend {
	background-color: #FFC;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(ie-css3.htc);
}

#login, #pass {
	width: 340px;
}

input#login_disabled {
	background-color: #777;
}

#login_dialog {
	width: 180px;
}

#msgbox {
	margin: 10px;
	display: none;
}

#send_order {
	margin-top: 5px;
	margin-left: 400px;
	cursor: pointer;
}

/*------------- Товары -------------------*/
#pages {
	float: right;
	margin-right: 13px;
}

#change_show {
	margin-left: 7px;
}

.good {
	display: inline-block;
	vertical-align: top;
	width: 188px;
	height: 290px;
	margin: 7px;
	padding: 8px;
	background-color: #fff;/*#D5CEC0;*/
	border: 1px solid #9C0;
	background: url(../img/goodBg.png) repeat-y;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	overflow: hidden;
}

.good .mini_img {
	width: 188px;
	height: 188px;
	border: 1px solid #858585;
}

.good p {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 188px;
	height: 50px;
	overflow: hidden;
}

p.price {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 75px;
}

p.storeCount {
	display: block;
	height: 12px;
	width: 188px;
}

.good input {
	margin-top: 3px;
	vertical-align: top;
}

.good input[type=text] {
	width: 27px;
	padding: 2px;
	height: 19px;
	
	border: 1px solid #858585;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;

}

input[type=button].addToCart {
	width: 70px;
	padding-top: 0px;
	background-color: #FC0;
	background: url(../img/catalogueBg.png) repeat-x;
}

.tip {
    color: #1d1d1d;
    background: #FFF;
	border: 1px solid #AED247;
    display:none;
	width: 350px;
    padding:10px;
    position:absolute;
    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	overflow: hidden;
	behavior: url(ie-css3.htc);
}

.tip img{
	width: 350px;
	/*height: 350px;*/
}
/*------------- Прайсы -------------------*/
.xls_cat {
	width: 99%;
	padding-bottom: 10px;
}

.xls_cat p{
	background-color: #4082C4;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.xls_cat label {
	display: inline-block;
	width: 185px;
	margin-top: 5px;
}

.p_check {
	margin-top: 10px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-right: 15px;
}

.check {
	padding-left: 2px;
}

#please_check_cats {
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

hr {
	width: 420px;
	border-color: #f3f3f3;
	margin-left: 0px;
	/*display: none;*/
}

.margin_top {
	margin-top: 10px;
}

#excell_download, #please_check_cats {
	display: none;
}
/***********************************************************************************
									SENDMAIL
***********************************************************************************/
#email p {
	margin-top: 5px;
	margin-bottom: 3px;
}

#email input[type='text'], #email textarea {
	padding: 2px;
}

#email textarea {
	max-width: 500px;
	min-width: 500px;
	min-height: 100px;
	height: 100px;
	width: 500px;
}

#captcha {
	border: 1px solid #a0a0a0; 
	margin-top: 5px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	vertical-align: middle;
}

#new_captcha {
	display: inline-block;
	margin-left: 10px;
}

/***********************************************************************************
                                    FOOTER
***********************************************************************************/
#footer {
	/*background: url(../img/menu/menu.png) no-repeat;
	background-position: 0px 6px;*/
	background: url(../img/footer.png) no-repeat;
	background-color: #4C130C;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 30px;
	width: 949px;
	padding-left: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	behavior: url(ie-css3.htc);
}

/*************************************************************************************
									ADMIN
*************************************************************************************/

#dialog-form, #dialog-upd-form, #dialog-store, #dialog-upd-store, #dialog-del-store, #dialog-not-del, #order_close, #dialog-form-store, #excell_download, #please_check_cats, .menu_body {
	display: none;
}

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 8px 10px 65px; }
.ui-timepicker-div td { font-size: 80%; }

#change_time {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #3B6598;
}

#change_time {
	display: none;
}

#change_time p {
	margin-bottom: 3px;
}


.timePicker, #delim {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #c7c7c7;
	margin-left: 3px;
	margin-right: 3px;
}

.day {
	width: 20px;
	display: inline-block;
}

.check_box {
    position: relative;
    top: 2px;
}

#dialog-form p, #dialog-upd-form p {
	margin-top: 5px;
	margin-bottom: 3px;
}

.validateTips {
	margin-top: 5px;
}

.td_number {
	padding-left: 55px;
}

.td_name {
	padding-left: 15px;
}

.td_sum, #tbl_total_sum {
	padding-right: 10px;
}

#save_changes {
	cursor: pointer;
	margin-top: 5px;
	margin-left: 280px;
}

#imports {
	padding-top: 10px;
	padding-bottom: 5px;
}

#imports  li{
	width: 215px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dotted #777777;
}

.label_im {
	display: block;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	margin-top: 5px;
}

#priceInput {
	margin-left: 5px;
	background-color: #fff;
}

/********************************************************************
                     PRINT
********************************************************************/
#print_form {
	background-color: #fff;
}

#print_title, #receiver {
	margin-left: 5px;
	margin-bottom: 10px;
}

#print_table {
	margin-left: 5px;
	width: 600px;
}

#print_table td, #print_table th {
	border: 1px solid #000;
	height: 16px;
	padding: 3px;
}

.img_print {
	vertical-align: middle;
	margin-right: 5px;
}

#changePartnerFilter {
	width: 250px;
	margin-left: 3px;
}

.filterBlock {
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#from, #to {
	height: 13px;
}

#export_bt {
	margin-left: 6px;
}

#useFilter {
	margin-left: 10px;
}