@CHARSET "UTF-8";
body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 20px 10px 10px;
}

table {
	width: 100%;
}

img {
	border: 0;
}

h2 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	margin: 0px;
}

h2 > img {
	margin-bottom: -3px;
}

a {
	color: #800000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}

#logo {
	padding-bottom: 10px;
	width: 250px;
}

#header {
	font-size: 14px;
	font-weight: bold;
}

.inverse {
	background-color: black;
	color: white;
}

/* Главное меню */
#menu_obj {
	background-color: black;
	color: white;
}

#menu_obj ul {
	margin: 0;
	padding: 0;
	/*list-style-type: none;*/
}

#menu_obj li {
	display: inline;
}

#menu_obj a {
	color: white;
	font-weight: bold;
	font-size: 15px;
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#menu_obj a:hover {
	background-color: #800000;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-weight: bold;
	text-decoration: none;
}

#menu_obj li.selected a {
	background-color: #800000;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: white;
}


#content {
	padding-left: 10px;
	padding-top: 15px;
}

/* Паджинатор */
.paginator {
	text-align: left;
}

.paginator ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.paginator li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

/* объекты сайта */
.so_caption {
	padding: 3px;
	background-color: black;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.so_content {
    border: 1px solid black;
    padding: 5px;
}

.so_content a {
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
}

.so_group_header {
    font-weight: bold;
}

.so_content .selected {
	font-size: 11px;
}

/* Каталог  */
.folder_path {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
}

.folder_path li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

.folder_path li.selected {
	color: gray;
}

.lv_item, .lv_folder, .lv_item_admin {
	float: left;
	height: 210px;
	width: 160px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	border: 1px solid black;
	cursor: pointer;
    cursor: hand;
}

.lv_item_deleted {
	background-color: black;
	color: white;
}

.lv_item_hover, .lv_folder_hover {
	border: 1px solid red;
    color: maroon;
}

.lv_selected {
	border: 1px solid red;
}

.lv_item_icon {
	height: 150px;
	width: 160px;
    padding-top: 5px;
}

.lv_item_title {
	font-size: 12px;
	height: 55px;
	overflow: hidden;
}

.lv_item a, .lv_folder a {
	color: black;
}

.lv_item_text a:hover {
	text-decoration: none;
	color: #800000;
}

#catalog_tooltip {
	width: 100px;
	height: 30px;
	background-color: black;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

/* Корзина */
#order .order_code {
	color: gray;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#order .order_quant, #order .order_summ {
	border-bottom: 1px solid black;
	text-align: right;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#order .order_total_code {
	font-weight: bold;
	text-align: right;
	border-top: 1px solid black;
	padding-top: 5px;
}

#order .order_total_summ {
	color: #800000;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid black;
	padding-top: 5px;
}

/* Поле поиска */
#catalog_search {
	margin-top: 15px;
}

#catalog_search input {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
}

/* Заказ */
#order_correct {
}

#order_correct .client_addr td {
	padding-bottom: 5px;
	padding-left: 10px;
}

#order_correct .client_value {
	font-size: 15px;
	font-weight: bold;
}

#order_correct .order_caption {
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#order_correct .order_spec {
	margin-top: 10px;
	margin-bottom: 15px;
}

#order_correct .model th {
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

#order_correct .model_delete {
	cursor: pointer;
	cursor: hand;
}

#order_correct .model th.model_name {
	text-align: left;
	vertical-align: top;
}

#order_correct .model td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid black;
}

#order_correct .model td.model_value {
	text-align: right;
}

#order_correct .model td.model_sum {
	text-align: right;
	font-weight: bold;
}

#order_correct .model .total_name, .total_value {
	font-weight: bold;
	text-align: right;
	border-bottom: none;
}

#order_correct .model .total_value {
	color: #800000;
	border-bottom: none;
}

#order_correct .input_quant {
	border:1px solid gray;
	text-align: right;
}

.counters {
    float: right;
    padding: 5px 0px 0px 5px;
}

#news .begin_news {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
}

#map h1 > a {
    font-size: x-large;
    color: black;
    font-weight: bold;
}

#map ol > a {
    font-size: x-small;
    color: black;
    font-weight: bold;
}

#map li {
    margin-left: 15px;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    font-size: x-small;
    font-weight: normal;
}

#map .map_block {
    float: left;
    width: 47%;
    margin-bottom: 15px;
}
