/* Общие стили */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

a:link, a:visited {
	color: #56627d;
}

a:hover	{
	color: #e72700;
}

input.submit, input.button, input.typefile {
	border: 1px #aaaaaa outset;
	background-color: #5a6277;
	color: #ffffff;
	letter-spacing: 0px;
	font-family: Arial, sans-serif; font-weight: bold;
	cursor: pointer;
}

input.text, input.password {
	border: 1px #cccccc solid;
	color: #5a606e;
}

textarea {
	border: 1px #cccccc solid;
	color: #5a606e;
}

/* Контейнер */


html, body {
	height: 100%;
	color: #5a606e;
	font-family: Tahoma, Arial, sans-serif; font-size: 100%;
}

body {
	padding-left: 10px; padding-right: 10px;
	background-color: #ffffff;
}

#container {
	min-width: 980px;
}

* html #container { 
	width: expression(document.documentElement.clientWidth < 982? "980px" : "auto");
}

/* Шапка */

#header {
	position: relative;
	width: 100%; height: 80px;
}

#logo {
	float: left;
	background: url('/bitrix/templates/generic/images/logo.jpg') left top no-repeat;
	width: 25%; height: 70px;
	margin-top: 10px;			
	cursor: pointer;
}

#phones	{
	float: left;
	background: url('/bitrix/templates/generic/images/v_border.gif') left top repeat-y;
	width: 45%; height: 52px;
	margin-top: 10px;
	padding-left: 40px; padding-top: 8px;
	font-family: Tahoma;
	font-size: 1.2em;
}

#auth_form {
	float: right;
	background: url('/bitrix/templates/generic/images/v_border.gif') left top repeat-y;
	width: 25%; height: 60px;
	margin-top: 10px;
}

#auth_form input.submit {
	font-size: 0.7em;
}

#auth_form table {
	margin-left: 20px;
	height: 58px;
}

#top_bar {
	width: 100%; height: 44px;
	background: url('/bitrix/templates/generic/images/top_bar.jpg') repeat-x;
}

#top_bar div {
	padding-top: 10px;
}

#top_bar table {
	width: 100%; height: 44px;
}
	
#search_bar {
	height: 44px;
	background: url('/bitrix/templates/generic/images/search_bar.jpg') top left no-repeat;
	padding-left: 50px;
	text-align: left;
}

#search_bar input.button {
	font-size: 0.7em;
}

#top_menu {
	height: 44px;
	text-align: center;
	font-size: 0.7em;
}

#top_basket {
	height: 44px;
	background: url('/bitrix/templates/generic/images/top_basket.jpg') top right no-repeat;
	padding-right: 20px;
	text-align: right;
	font-size: 0.7em;
}

.basket_button {
	border: 0px;
	vertical-align: middle;
	padding-right: 5px;
}

/* Основная часть */

#content {
	position: relative;
	clear: left; overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

#content table {
	width: 100%;

}

#left_menu {
	width: 25%;
}

#left_menu a {
	text-decoration: none;
	font-size: 0.8em;
}

#catalog_table .submit {
	font-size: 0.85em;
}

#products_list_pif {
	padding-left: 40px;
	padding-right: 20px;
}

#products_list_pif li {
	list-style-image: url('/bitrix/templates/generic/images/pif_bullet.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #dddddd solid;
}

#page {
	width: 75%; height: 100%;
	font-size: 0.8em;
	background: #ffffff url('/bitrix/templates/generic/images/v_border.gif') top left repeat-y;
}

h1.page_title {
	color: #333333;
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Системная форма авторизации */

#Login {
	border: 1px #aaaaaa outset;
	background-color: #5a6277;
	color: #ffffff;
	letter-spacing: 0px;
	font-family: Arial, sans-serif; font-weight: bold;
	cursor: pointer;
}

/* FOOTER */

#footer {
	min-width: 980px;
	width: 100%; height: 340px;
}

* html #footer { 
	width: expression(document.documentElement.clientWidth < 982? "980px" : "auto");
}

/* TEASER */

#teaser {
	width: 100%; height: 200px;
	background-color: #ededef;
	font-size: 0.8em; font-family: Arial, Tahoma, sans-serif;
	color: #333333;
	overflow: hidden;
	margin-top: 20px;
}

#teaser_table {
	width: 100%; height: 200px;	
}

#teaser_tl {
	height: 10px;
	background: url('/bitrix/templates/generic/images/teaser_tl.jpg') top left no-repeat;
}

#teaser_bl {
	height: 10px;
	background: url('/bitrix/templates/generic/images/teaser_bl.jpg') bottom left no-repeat;
}

#teaser_tr {
	height: 10px;
	background: url('/bitrix/templates/generic/images/teaser_tr.jpg') top right no-repeat;
}

#teaser_br {
	height: 10px;
	background: url('/bitrix/templates/generic/images/teaser_br.jpg') bottom right no-repeat;
}			

#teaser td {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

#teaser h1 {
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 1.4em;	font-weight: normal;
}

#novosti, #anons {
	margin-bottom: 10px;
}

#anons p {
	font-size: 0.85em;
}

#anons hr {
	color:#dddddd;
	background-color:#dddddd;
	height: 1px;
	border-width:0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#novosti td {
	padding: 0px;
}

#novosti a {
	color: #ffffff;
}

#analytics {
	margin-bottom: 10px;
}

#analytics td {
	padding: 0px;
	font-size: 0.85em;
}

#leader {
	width: 100%; height: 140px;
	font-size: 1.2em;
}

#leader td {
	text-align: center;
	font-size: 0.8em;
}

.prod {
	font-weight: bold;
}

.price {
	font-size: 1.2em;
}

#leader td {
	padding: 0px;
}

.tab_active_border {
	width: 10px; height: 20px;
	float: right;
	color: #5a6277;
	background: #d2d3d5 url('/bitrix/templates/generic/images/tab_right_act.jpg') top right no-repeat;
}

.tab_passive_border {
	width: 10px; height: 20px;
	float: right;
	color: #5a6277;
	background: #f2f3f6 url('/bitrix/templates/generic/images/tab_right_pas.jpg') top right no-repeat;
}

.tab_active {
	width:25%; height: 20px;
	margin-right: 5px;
	float: left;
	color: #5a6277;
	background: #d2d3d5 url('/bitrix/templates/generic/images/tab_left_act.jpg') top left no-repeat;
	padding-left: 10px;
	font-size: 0.8em;
}

.tab_passive {
	width:25%; height: 20px;
	margin-right: 5px;
	float: left;
	color: #5a6277;
	background: #f2f3f6 url('/bitrix/templates/generic/images/tab_left_pas.jpg') top left no-repeat;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.8em;
}
			
#kurs_tab {
	display: none;
}

#seminar_tab {
	display: none;
}

.tab_page {
	background: #d2d3d5 url('/bitrix/templates/generic/images/tab_page.jpg') bottom left no-repeat;
	color: #5a6277;
	height: 120px;
	clear: both;
}

.tab_page_left {
	width: 10px; height: 120px;
	background: #d2d3d5 url('/bitrix/templates/generic/images/tab_page_left.jpg') top right no-repeat;
	color: #5a6277;
	float: right;
}

#foot {
	width: 100%; height: 140px;
	font-size: 0.8em;
	font-family: Arial;
}

#foot_table {
	width: 100%;
	margin-top: 30px;
	border-top: 3px solid #FFAE00;
}

#foot_table td {
	width: 30%;
	vertical-align: top;
	white-space: nowrap;
}