.clear
{
	clear:both;
	font-size:0;
	overflow:hidden; /* IE */
}

div
{
	padding: 0;
	margin: 0;
}

.new_cabinet a
{
	outline: 0;
}

.new_cabinet, .new_cabinet td, .new_cabinet input, .new_cabinet select, .new_cabinet div, .new_cabinet .tundra .dijitTextBox
{
	##font-size: 11px;
	font-family: Verdana;
}

.new_cabinet .farial, .new_cabinet .farial td, .new_cabinet .farial input, .new_cabinet .farial select, .new_cabinet .farial div
{
	font-size: 11px;
	font-family: Arial;
}

.new_cabinet div.left_column
{
	width: 187px;
	position: relative;
	float: left;
	left: -187px;
	margin-right: -187px;
}
.new_cabinet div.right_column
{
	width: 600px;
	left: 187px;
	position: relative;
	margin-right: -187px;
}

.new_cabinet table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* title. BEGIN */
.new_cabinet .title
{
	background: #efeeee;
	margin-bottom: 4px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	##border-bottom: 8px solid #8d8e93;
	padding: 0 0px 0 0px;
}

.new_cabinet .title .userinfo
{
	width: 185px;
	border-right: 1px solid #dcdcdc;
	text-align: left;
	padding: 2px 0 4px 5px;
}

.new_cabinet .title .bg
{
	
	#background: url(/i/cabinet/title_bg.png) repeat-y top right;
}

.new_cabinet .title select
{
	font-weight: bold;
}
/* title. COMMIT */

/* left menu. BEGIN */

.new_cabinet .menulist #submenu
{
	height: 1px;
}

.new_cabinet table.menu td
{
	/*border: 1px solid #c8c8c8;*/
	padding: 0px;
}

.new_cabinet table.menu td.passive, .new_cabinet table.menu td.active
{
	/*background: url(/i/cabinet/menu_passive_bg.png) repeat-x top left #e6e6e6;*/
	height: 44px;
	/*font-weight: bold;*/
	font: 14px Verdana !important; color: #404041;
}

.new_cabinet table.menu td.passive
{
	/*color: #505050;*/
	padding-right: 21px;
	/*padding-left: 25px;*/
}

.new_cabinet table.menu td.active
{
	color: #404041;
	/*background: url(/i/cabinet/menu_active_arrow.gif) no-repeat left;*/
	padding-right: 17px;
}

.new_cabinet table.menu td.active div
{
	/*background: url(/i/cabinet/menu_active_arrow.gif) no-repeat left;
	#padding-left: 25px;*/
}

/*
.new_cabinet table.menu td.passive a, .new_cabinet table.menu td.active a
{
	color: #505050;
	display: block;
	text-decoration: none;
	padding: 0 17px 0 25px;
}
*/

.new_cabinet table.menu td.active
{
	/*##background: url(/i/cabinet/menu_active_bg.png) repeat-x top left #de0000;
	
	#font-weight: bold;
	#border-bottom-color: #ad2828;*/
	height: 44px;
}

/*
.new_cabinet table.menu td.active a
{
	color: #fff;
	background: url(/i/cabinet/menu_active_arrow.gif) no-repeat left;
}
*/

.new_cabinet table.menu td.title
{
/*	##background: url(/i/cabinet/menu_title_bg.png) repeat-x top right #dedede;
	##color: #ffffff;*/
	height: 25px;
}

.new_cabinet table.menu .menulist ul
{
	list-style: none;
	padding: 8px 0 10px 0px;
	margin: 0;
}
.new_cabinet table.menu .menulist li
{
	/*##background: url(/i/cabinet/menu_list_passive.png) no-repeat left bottom;*/
	padding: 3px 0 5px 26px;
	margin: 0 0 2px 0;
}
.new_cabinet table.menu .menulist li.active
{
	/*##background: url(/i/cabinet/menu_list_active.png) no-repeat left bottom #eeefef;*/
}
.new_cabinet table.menu .menulist li a
{
	color: #505050;
}

/* left menu. COMMIT */

/* body. BEGIN */
.new_cabinet table.bordered
{
	border-collapse: collapse;
	border-spacing: 0;
	/*#border: 1px solid #cfcfcf;*/
}
.new_cabinet table.w100
{
	width: 90%;
}
.new_cabinet table.bggrey
{
	##background: #efeded;
}
.new_cabinet table.rlpad2 td
{
	padding: 0 2px 0 2px;
}
/* body. COMMIT */

/* doc table. BEGIN */
.new_cabinet .docList thead
{
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #dadada;
}
.new_cabinet .docList th
{
	background: url(/i/cabinet/doc_title_bg.png) repeat-x top left;
	padding: 2px 0 2px 10px;
	white-space: nowrap;
}
.new_cabinet .docList th span
{
	color: #505050;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px 0 0;
}
.new_cabinet .docList th a
{
	color: #505050;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	background: url(/i/cabinet/doc_arrow_grey_asc.gif) no-repeat 100% 10%;
	padding: 0 10px 0 0;
}
.new_cabinet .docList th.active a
{
	background: url(/i/cabinet/doc_arrow_green_asc.gif) no-repeat 100% 10%;
}
.new_cabinet .docList th a:hover
{
	text-decoration: underline;
}
.new_cabinet .docList th.desc a
{
	background: url(/i/cabinet/doc_arrow_green_desc.gif) no-repeat 100% 10%;
}
.new_cabinet .docList .ac
{
	text-align: center;
}
.new_cabinet .docList .ar
{
	text-align: right;
}
.new_cabinet .docList .ar input.dijitReset
{
	text-align: right;
}
.new_cabinet .docList .al
{
	text-align: left;
}
.new_cabinet .docList tbody
{
	padding: 1px 10px 1px 10px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	color: #333333;
}
.new_cabinet .docList tbody tr.odd
{
	background: #fff;
}
.new_cabinet .docList tbody tr.even
{
	background: #fafafa;
}
.new_cabinet .docList tbody a
{
	color: #333333;
}
.new_cabinet .docList tbody td
{
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
}
.new_cabinet .docList tbody td
{
	border-bottom: 1px solid #f0f0f0;
}
.new_cabinet .docList tfoot td
{
	border-top: 2px solid #dadada;
	padding: 5px 0 0 0;
}
.new_cabinet .docList tfoot .sa_amount
{
	color: #333333;
	background: #ebebeb;
	padding-right: 10px;
	text-align: right;
}
.new_cabinet .docList .nw
{
	white-space: nowrap;
}
/* doc table. COMMIT */

/* doc entry table. BEGIN */

.new_cabinet .docTable
{
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8; 
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #fcfcfc; 
}

.new_cabinet .docEdit, .new_cabinet .docEdit span
{
	color: #505050;
}
.new_cabinet .docEdit input.brd, .tundra .new_cabinet .docEdit .brd .dijitTextBox .dijitInputField input.dijitReset,
.new_cabinet .tundra .brd .dijitTextBox input
{
	border-top: 1px solid #a5acb2;
	border-left: 1px solid #a5acb2; 
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background: #fcfcfc; 
}

.new_cabinet .docEntry thead
{
	border-top: 1px solid #c8c8c8;
	/*
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	*/
	border-bottom: 1px solid #dadada;
}
.new_cabinet .docEntry th
{
	background: #f0f0f0;
	padding: 7px 0 5px 10px;
	white-space: nowrap;
	font-size: 10px;
}
.new_cabinet .docEntry th span
{
	color: #787878;
	font-size: 10px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.new_cabinet .docEntry th a
{
	color: #787878;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	background: url(/i/cabinet/doc_arrow_grey_asc.gif) no-repeat 100% 10%;
	padding: 0 10px 0 0;
}
.new_cabinet .docEntry th.active a
{
	background: url(/i/cabinet/doc_arrow_green_asc.gif) no-repeat 100% 10%;
}
.new_cabinet .docEntry th a:hover
{
	text-decoration: underline;
}
.new_cabinet .docEntry th.desc a
{
	background: url(/i/cabinet/doc_arrow_green_desc.gif) no-repeat 100% 10%;
}
.new_cabinet .docEntry .ac
{
	text-align: center;
}
.new_cabinet .docEntry .ar
{
	text-align: right;
}
.new_cabinet .docEntry .al
{
	text-align: left;
}
.new_cabinet .docEntry tbody
{
	padding: 1px 10px 1px 10px;
	color: #505050;
}
.new_cabinet .docEntry tbody a
{
	color: #505050;
}
.new_cabinet .docEntry tbody td
{
	padding: 10px 10px 10px 10px;
	color: #505050;
}
.new_cabinet .docEntry tbody td
{
	border-bottom: 1px solid #f0f0f0;
}
.new_cabinet .docEntry tbody .amount
{
	background: #f5f5f5;
}
.new_cabinet .docEntry tfoot td
{
	padding: 5px 0 0 0;
}
.new_cabinet .docEntry tfoot .amount_title
{
	color: #505050;
	text-align: right;
}
.new_cabinet .docEntry tfoot .amount
{
	color: #505050;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.new_cabinet .docEntry .nw
{
	white-space: nowrap;
}
.new_cabinet .docEntry .bg1
{
	background: #fff8f8; 
}
.new_cabinet .docEntry .w1
{
	width: 1%; 
}

.tundra .new_cabinet .dijitTabPaneWrapper
{
	border-color: #dcdcdc;
}
.tundra .new_cabinet .dijitTabContainerTop-dijitContentPane
{
	padding: 0;
}
.tundra .new_cabinet .dijitTabContainer { display: none;}
.tundra .new_cabinet .dijitTab
{
	/* border-top-color: #c8c8c8; */
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	##background: url(/i/cabinet/doc_tab_bg.png) top repeat-x;
}
.tundra .new_cabinet .dijitTabInnerDiv
{
	padding: 0;
}
.tundra .new_cabinet .dijitTabContainerTop-tabs .dijitTabChecked
{
	border-bottom-color: #f5f5f5;
}
.tundra .new_cabinet .dijitTabChecked
{
	border-bottom-color: #f5f5f5;
	background: url(/i/cabinet/doc_tab_bg_active.png) top repeat-x;
}
.tundra .new_cabinet .dijitTabContent
{
	background: url(/i/cabinet/doc_tab_bg_left.png) top left no-repeat;  
}
.tundra .new_cabinet .dijitTabChecked .dijitTabContent
{
	background: url(/i/cabinet/doc_tab_bg_active_left.png) top left no-repeat;
}
.tundra .new_cabinet .dijitTabInnerDiv
{
	background: url(/i/cabinet/doc_tab_bg_right.png) top right no-repeat; 
}
.tundra .new_cabinet .dijitTabChecked .dijitTabInnerDiv
{
	background: url(/i/cabinet/doc_tab_bg_active_right.png) top right no-repeat;
}

.tundra .new_cabinet .dijitTabContent
{
	padding: 5px 25px 0px 23px; /* 3px */
}

/* doc table. COMMIT */

/* styles. BEGIN  */
.new_cabinet .s1
{
	color: #505050;
}
.new_cabinet .s2
{
	color: #505050;
	font-weight: bold;
}
.new_cabinet .s3
{
	color: #333333;
}
.new_cabinet .s4
{
	color: #787878;
}

.new_cabinet .r1
{
	color: #ed1c24;
}
.new_cabinet .r2
{
	color: #ed1c24;
	font-weight: bold;
}
.new_cabinet .r3
{
	color: #ed1c24;
	font-weight: normal;
}

.new_cabinet .a1
{
	color: #505050;
	text-decoration: none;
}
.new_cabinet .a1:hover
{
	text-decoration: underline;
}
.new_cabinet .bb1
{
	border: 1px solid #7f9db9;
}
.new_cabinet .sb
{
	padding: 0 3px 0 3px;
	margin: 0;
}
.new_cabinet .bg1
{
	background: #e0dfe3;
}
.new_cabinet .dotbg
{
	background: url(/i/cabinet/2dot.png) repeat-x;
}
.new_cabinet .vac
{
	vertical-align: center;
}
.new_cabinet .noviceTooltip
{
	display: none;
}

.wait
{
	text-align: center;
	padding: 30px;
	background: url(http://fast.ulmart.ru/etc/ajax.1.0.gif) center center no-repeat;
	display: none;
}
.new_cabinet .ar
{
	text-align: right;
}

.new_cabinet .notGoodsInfo
{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.new_cabinet .notGoodsInfo a
{
    color: #336600;
}

#errorDialog_underlay
{
	background: #f6e8e8;
}

/* styles. COMMIT */
