a.noborder, #buttons3 a {border: none;}
#tbl_main {
	height:100%;
	min-height:1px!important;
}
.button {
	color: #00A1E4;
	text-decoration: underline;
	background: transparent none;
	border: 1px solid #aaaaaa;
}
/* ======================== ЛОГОТИП ========================== */
#mainlogo {background: url( "/images/logo.gif" ) no-repeat left top;}
#logo_click {
	width: 250px;
	height: 83px;
	margin-left:27px;
	padding: 0;
}
#logo_click a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	text-decoration: none;
}
/* ======================== Ячейка номер телефона ========================== */
#t_number {
	margin: 0;
	width: 162px;
	height: 27px;
	text-align:center;
	vertical-align: bottom;
	font-size: 12pt;
	position: relative;
	right: -207px;
}
#t_number div {
	width: 100%;
	text-align:center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
/* ======================== Верхнее меню ========================== */
#tbl_topmenu {margin: 0;}
#tbl_topmenu td {
	padding: 17px 20px 0 0;
	text-align: left;
	vertical-align: top;
}
#tbl_topmenu a {
	white-space: nowrap;
	color:#00A1E4;
	border-bottom: 1px dashed #00A1E4;
	line-height: 1.5em;
}
#tbl_topmenu a:hover {
	border-bottom: 1px solid #00A1E4;
	text-decoration: none;
}
/* Корзина */
#div_order_info {
	width: 185px;
	height: 45px;

	margin: 0;
	padding: 2px 4px 4px 4px;

	text-align:left;
	float: right;

	background-color: #fffeeb;
	/*background: #FEFACE none;*/
	color: #777777;

	border: 1px dotted #aaaaaa;
	font-size: 85%;
	white-space: nowrap;

}
#div_order_info A,#div_order_info A:link,#div_order_info A:hover,#div_order_info A:visited {
	border-bottom: 0;
}
#div_order_info b {color: #000000;}
/* "Корзина" сравнения */
#div_goods_compare_info {
	width: 185px;

	margin : 0;
	padding: 2px 4px 4px 4px;

	position: relative;
	top: -20px;

	background-color: #f0f0f0;
	border: 1px dotted #aaaaaa;
	float: right;
	font-size: 85%;
	cursor: pointer;
}
#div_goods_compare_info A,#div_goods_compare_info A:link,#div_goods_compare_info A:hover,#div_goods_compare_info A:visited {
	color: #00A1E4;
	border-bottom: 0;
}
#div_order_info b {color: #000000; }
/* ======================== ПУТЬ ========================== */
#breadcrumbs {
	padding-top:16px;
	text-align: right;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
	background: url( "/images/topline.gif" ) repeat-x top;
}
#breadcrumbs A, #breadcrumbs A:link, #breadcrumbs A:visited {
	text-decoration: underline;
	font-weight: normal;
	border: none;
}
#breadcrumbs A:hover {color: #777;}
#breadcrumbs span {color: #00A1E4;}
/* ======================== Окно поиска ========================== */
#find_cell {
	height: 31px;
	width: 182px;
	text-align: left;
	vertical-align: top;
	margin: 110px 0 0 146px;
	background: url( "/images/find.gif" ) no-repeat right top;
}
#find_cell #search_form {
	display: block;
	height: 31px;
	width: 182px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}
#nofind {height: 31px;width: 182px;margin: 110px 0 0 146px;display: none;}
#find_cell #btn_submit {
	border: none;
	margin:0;
	width:36px;
	height:31px;
	position: absolute;
	top: 0;
	left:0;
}
#find_cell #txt_search {
	width: 135px;
	height: 18px;
	text-align: left;
	margin: 0;
	position: absolute;
	left: 42px;
	top: 6px;
	font-size: 10px;
	border: 1px solid #aaaaaa;
}
/* ======================== Ячейка для ЛЕВОГО МЕНЮ ========================== */
#menu_cell {background: url( "/images/gorelka.jpg" ) no-repeat left 30px;}
#outer {
	min-height: 100%;
	height:100%;
	border:1px solid green;
	position:relative;
}
#inner {
	text-align:left;
	margin-left:50px;
	position: absolute;
	left:0;
	bottom: 0;
	border:1px solid red;
}
/* ====================== МЕНЮ ====================== */
UL.menu {
	width: 275px;
	margin:7px 0px 0 50px;
	padding:0;
	vertical-align:top;
}
UL.menu LI {
	margin:0;
	padding:2px 0 3px 12px;
	text-align: left;
	min-height:20px;
	text-transform:uppercase;
	background: none;
}
UL.level2 {
	padding:0 0 5px 0px;
	margin:4px 0 2px 12px;
	border-bottom:2px dotted #777;
}
UL.level2 LI {
	margin:0;
	padding:0 0 0 12px;
	text-transform: none;
	min-height: 15px;
	vertical-align:top;
	list-style: none;
	background-image: none;
	border: none;
}
UL.level3 {
	padding:0;
	margin:0px 0 0px 15px;
}
UL.level3 UL {
	padding:0;
	margin:0px 0 0px 15px;
}
/* выбранный пункт меню - элемент LI */
#choosen {
	background: transparent url("/images/marrow.gif") no-repeat left 4px;
}
ul.level2 #choosen {
	background-position: left 1px;
}
/* ============= Ссылки пунктов меню ================== */
UL.menu A, UL.menu A:visited, UL.menu A:link, /*UL.menu a:active,*/
UL.menu UL A, UL.menu UL A:visited, UL.menu UL A:link /*, UL.menu UL a:active*/
{
	padding-bottom:4px;
	font-size:10pt;
	display: block;
	text-decoration: none;
	border-bottom:2px dotted #777;
	color: #000000;
}
UL.menu A:hover {
	color: #00A1E4;
	text-decoration: underline;
}
/* Активный (выбранный) пункт меню */
UL.menu LI a.current,
UL.menu LI a.current:hover,
UL.menu LI a.current:visited,
UL.menu LI a.current:link {
	color:#00A1E4;
	text-decoration: none;
	padding-bottom:5px;
}
div.level1:first-letter {color: #00A1E4;}
UL.menu UL.level2 A {
	width:100%;
	border: none;
}
UL.menu UL.level2 LI A {font-size: 9pt;}
UL.menu UL.level2 LI A:hover{
	color: #00A1E4;
	text-decoration: underline;
}
UL.menu UL.level3 LI A {
	color: #777777;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: normal;
}
/* ======================== ПРОФИ ========================== */
#copyright_profi {
	text-align: left;
	padding-left: 50px;
	font-size: 11px;
	color: #808080;
}
#copyright_profi A, #copyright_profi A:visited {
	color: #808080;
	border: none;
	text-decoration: underline;
}
#copyright_profi A:hover {
	padding:0;
	color: #ff0000;
}
/* ======================== Оформление подвала ========================== */
.b_border {
	height: 38px;
	vertical-align: bottom;
	border-bottom: 3px solid #686868;
}
/* ======================== Ячейка для FOOTER ========================== */
#footer {
	height: 49px;
	width: 100%;
	text-align: right;
	vertical-align: top;
	padding: 8px 8px 0 0;
	white-space: nowrap;
	font-size:10pt;
	font-weight: bolder;
	color: #686868;
}
#div_bottom {
	position: relative;
	right: 43px;
	top: -57px;
}
/* ======================== Колонтитулы для печати ========================== */
.print_top, .print_bottom {
	display: none;
	/*visibility: hidden;*/
}
/* ============================================================================== */
#content_cell {padding: 0;}
/* =====================  Для гл. стр. модуля Товары ======================= */
#tbl_outer {background: transparent url( "/images/bckgr.gif" ) repeat left top;}
#tbl_outer #firstcell {
	height: 100%;
	vertical-align: top;
	background: url( "/images/kwadrat.gif" ) repeat-y left top;
}
#tbl_cats {
	width: auto;
	height: 100%;
}
#tbl_cats td {vertical-align: top;}
#tbl_cats td a {
	display: block;
	font-size:100%;
	border:none;	
}
#tbl_cats div {
	display: block;
	padding:0;
	margin-top: -7px;
	font-size: 24pt;
	font-family: "Arial Black";
	font-weight: bolder;
	vertical-align: top;
	color: #ffffff;
}
#tbl_cats td a:hover {
	color: #00A1E4;
	text-decoration: none;
}
#tbl_cats a:hover div {
	color: #fff207;
	text-decoration: none;
}
#rt_border {border-right: 3px dotted #8A8A8A;}
#div_dirt1 {padding-left:2px;}
/* ======================== Спецпредложения ======================== */
.offers_list {
	width: 263px !important;	
	margin: 10px 0px 20px 0px;
/*	border: 1px solid #000000; */
}

.offer_header {
	background: url("/images/bckgr.gif") repeat scroll left top transparent;
	font-weight: bold;
	line-height: 23px;
	font-size: 10pt !important;
	padding: 0 10px 0 10px;
	text-transform:uppercase;
}
.offer_header:first-letter {
	color: #00A1E4;
}
.offer_header a,
.offer_header a:link,
.offer_header a:visited,
.offer_header a:active {
	color: #000000;	 	
	font-size: 10pt !important;	
}
.offer_header a:hover {
	color: #00A1E4;	
}
.offers_list td {
	vertical-align: top;
	text-align: left;	
	overflow: hidden !important;
	
}

.offers_list .offer_title {
	margin-bottom: 10px;		
	margin-top: 16px;
	padding: 0px;		
}

.offers_list .offer_title a,
.offers_list .offer_title a:link,
.offers_list .offer_title a:visited,
.offers_list .offer_title a:active {
	color: #00A1E4;	 	
	font-size: 14px !important;	
}

.offers_list .offer_anons {
	margin-bottom: 5px;		
	margin-top: 10px;		
	padding: 0px;
}
.offer_img {
	position: relative;
	top:0px;
	left:0px;
	float:left;
	padding-right: 10px;
}

.offers_list .offer_link {
	text-align: left;
	padding-bottom: 20px;
			
}

.offers_list .offer_link img.offer_arrow{
	position: relative;
	top: 2px;
	left: 3px; 
			
}

.offers_list .offer_link a,
.offers_list .offer_link a:link,
.offers_list .offer_link a:visited,
.offers_list .offer_link a:active{
	color: #000000;			
}

div.of_list_container {
	width: 263px !important;
	padding: 0px;
	margin: 10px 10px 20px 62px;
	overflow: hidden;	
	/*border: 1px solid red; */
}
