* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table#root {
	width: 100%;
}
table#root td#col1 {width: auto;}
table#root td#col2 {width: 870px;}
table#root td#col3 {width: auto;}


/*******************************************************************/
/** ШАПКА САЙТА (с навигационной панелью)
/*******************************************************************/

/** Структура шапки **/

table#header {
	width: 870px;
	background: url("images/header_bg.jpg") top left no-repeat;
}

table#header td {
	font-family: "Tahoma", sans-serif;
}

table#header td#label_top {
	width: 173px;
	height: 128px;
	background: url("images/header_flag_top.gif") bottom left no-repeat;
}
table#header td#label_middle {
	height: 30px;
	background: url("images/header_flag_middle.gif") top left no-repeat;
}
table#header td#label_bottom {
	height: 40px;
	background: url("images/header_flag_bottom.gif") top left no-repeat;
	border-bottom: 1px solid #cccccc;

}
table#header td#navigation_bar {
	background: url("images/header_navigation_bar_bg.gif") top left repeat-x;
	background-color: #99ccff;
}
table#header td#registration {
	border-bottom: 1px solid #cccccc;
}

/** Заголовок страницы с контекстом (контакты и ссылка на Корзину) **/

table#header div#content {padding-top: 65px;}

table#header div#content div#sub_1 {
	height: 51px;
	width: 165px;
	border-right: 1px solid #99ccff;
	float: left;
}
table#header div#content div#catchwords {
	padding-top: 13px;
	text-align: left;
}

table#header div#content div#sub_2 {
	height: 51px;
	width: 202px;
	border-right: 1px solid #99ccff;
	float: left;
}
table#header div#content div#title {
	padding-top: 13px;
	text-align: center;
}

table#header div#content div#sub_3 {
	height: 51px;
	width: 214px;
	border-right: 1px solid #99ccff;
	float: left;
}
table#header div#content div#contacts {
	padding-top: 13px;
	text-align: right;
	padding-right: 15px;
}

table#header div#content div#sub_4 {
	height: 51px;
	float: right;
}
table#header div#content div#basket {
	padding-top: 13px;
	text-align: right;
	padding-right: 3px;
}

table#header div#content div#catchwords div.class_1 {
	font-size: 15px;
	letter-spacing: 1px;
	color: #99ccff;
}
table#header div#content div#catchwords div.class_2 {
	font-size: 12px;
	letter-spacing: 1px;
	color: #ffffff;
}
table#header div#content div#title div.class_1 {
	font-size: 15px;
	letter-spacing: 1px;
	color: #99ccff;
}
table#header div#content div#contacts div.class_1 {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
	font-weight: bold;
}
table#header div#content div#basket div.class_1,
table#header div#content div#basket div.class_1 a
{
	font-size: 15px;
	letter-spacing: 1px;
	color: #999999;
	text-decoration: none;
}
table#header div#content div#basket div.class_1 img {margin-top: 4px;}


/** Нижняя часть шапки сайта (с регистрационной формой) **/

table#header td#label_bottom div#mail_us,
table#header td#label_bottom div#mail_us a {
	padding-top: 24px;
	padding-left: 7px;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

/* регистрационная форма */
table#header td#registration table#form td {
	font-family: "Tahoma";
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
}

table#header td#registration table#form,
table#header td#registration table#form input {
	line-height: 12px;
	font-size: 10px;
	color: #000000;
}
table#header td#registration table#form input.sized {
	width: 100px;
	height: 14px;
}

table#header td#registration table#form input.submit {
	background:url(images/header_icon_enter.gif) no-repeat;
	width: 17px;
	height: 17px;
	border-style: none;
}

table#header td#registration table#form a {color: #000000;}
table#header td#registration table#form a:link {text-decoration: none;}
table#header td#registration table#form a:active {text-decoration: none;}
table#header td#registration table#form a:visited {text-decoration: none;}
table#header td#registration table#form a:hover {text-decoration: underline;}


/*******************************************************************/
/** ТЕЛО САЙТА (с left.menu и контентом сайта)
/*******************************************************************/

table#body {width: 100%}

table#body td#left_menu {width: 174px;}
table#body td#left_menu div#left_menu_padding {padding: 2px 4px 16px 12px; width: 174px;}




/** БАННЕРЫ **/

div#banners {
	padding-top: 150px;
	padding-left: 16px;
}


/** ПАРТНЕРЫ **/


/** КОНТЕНТ САЙТА **/


table#body td#content {
	padding: 20px;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	color: #333366;
	letter-spacing: 1px;
}
table#body td#content a {
	color: #333366;
}
table#body td#content a:link {text-decoration: underline;}
table#body td#content a:active {text-decoration: underline;}
table#body td#content a:visited {text-decoration: underline;}
table#body td#content a:hover {text-decoration: none;}





/*******************************************************************/
/** ПОДВАЛ САЙТА
/*******************************************************************/

td#footer {
	padding-top: 3px;
	padding-left: 8px;
}
td#footer div#copyright,
td#footer div#copyright a {
	padding-top: 3px;
	padding-left: 1px;
	padding-bottom: 20px;
	font-family: "Tahoma";
	font-size: 10px;
	color: #99ccff;
	border-top: 1px solid #99ccff;
	text-decoration: none;
}
td#footer div#copyright a:link{text-decoration: none;}
td#footer div#copyright a:active{text-decoration: none;}
td#footer div#copyright a:visited{text-decoration: none;}
td#footer div#copyright a:hover{text-decoration: underline;}

.auth_ext
{
    background: url("/images/spacer.gif") repeat scroll 0 0 transparent;
    left: 0;
    margin-top: -140px;
    overflow: hidden;
    padding: 80px 0;
    position: fixed;
    top: 50%;
    z-index: 100;
}
