/**---------------------------------- Default ----------------------------------**/
*
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table 
{
	border-collapse: collapse;
}

a
{
	color: #000000;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 160%;
	color: #bc372b;
	
	font-weight: normal;
	font-family: Georgia, Times;
	
	cursor: default;
}

h2
{
	cursor: default;
}

#center_full_2 .content ul
{
	list-style: disc;
	margin-bottom:10px;
	padding-bottom:20px;
}

#center_full_2 .content ul li
{
	margin-left:30px;
	margin-right:30px;
	padding: 10px 13px 0px 0px;
}


ul
{
	list-style: none;
}

.clear
{
	clear: both;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

/**---------------------------------- Main ----------------------------------**/
body
{
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper
{
	width: 100%;
	min-width: 1000px;
}

/**---------------------------------- Header ----------------------------------**/
#header
{
	height: 80px;
	
	background: url("/images/header_bg.gif") top left repeat-x;
	
	padding: 22px 0px 0px 14px;
}

#header_2
{
	height: 101px;
	
	background: url("/images/header_grad.jpg") top left repeat-x;
}

#header_2_bk2
{
	height: 101px;
	
	background: url("/images/header_left.jpg") top left no-repeat;
}

#header_2_bk3
{
	height: 101px;
	
	background: url("/images/header_right.jpg") top right no-repeat;
}

#logo2
{
	margin: 6px 0px 0px 0px;
	
	display: block;
	float: left;
}

#login
{
	display: block;
	float: left;
}

#phone
{
	float: left;
	color: #b02b1f;
	
	margin: 8px 0px 0px 45px;
	padding: 14px 0px 0px 3px;
	
	font-weight: bold;
	cursor: default;
	
	font-size: 125%;
	
	background: url("/images/phone_bg.png") left top no-repeat;
	font-family: "Times New Roman", Times, serif;
	
	width: 141px;
	height: 51px;
}

#phone2
{
	float: left;
	
	margin: 26px 0px 0px 26px;
	padding: 14px 0px 0px 3px;
	
	background: url("/images/phone_bg2.png") left top no-repeat;
	
	width: 164px;
	height: 61px;
}

/**---------------------------------- Menus ----------------------------------**/
.header_menus
{
	float: left;
	
	padding: 4px 0px 0px 0px;
}

.header_menus2
{
	float: left;
	
	padding: 5px 0px 0px 0px;
}

.header_menus li
{
	float: left;
	margin: 8px 13px 0px 0px;
}

.header_menus2 li
{
	float: left;
	margin: 8px 10px 0px 0px;
}

#header_menu_1
{
	margin: 0px 0px 0px 29px;
}

#header_menu_2
{
	float: right;
	margin: 0px 20px 0px 0px;
}

#header_menu_1_2
{
	margin: 0px 0px 0px 41px;
}

#header_menu_2_2
{
	margin: 0px 6px 0px 0px;
	float: right;
}

#catalog
{
	margin: 7px 0px 0px 0px;
	width: 220px;
	
}

#catalog a
{
	text-decoration: none;
	display: block;
	
	font-weight: bold;
	color: #4c4c4c;
	
	font-size: 75%;
}

#catalog a:hover
{
	text-decoration: underline;
	color: #bc372b;
}

#catalog .first_level_item_expand .first_level_item_expand_a
{
	background: url("/images/minus.gif") left center no-repeat;
	
	padding: 0px 0px 0px 13px;
}

#catalog .first_level_item_closed a
{
	background: url("/images/plus.gif") left center no-repeat;
	
	padding: 0px 0px 0px 13px;
}

#catalog .first_level_item_none a
{
	background: none;
	
	padding: 0px 0px 0px 14px;
}

#catalog .second_level
{
	margin: 2px 0px 2px 0px;
}

#catalog .second_level .selected
{
	color: #bd372b;
	font-weight: bold;
}

#catalog .tree_level
{
	margin: 0px 0px 0px 18px;
}

#catalog .four_level
{
	margin: 1px 0px 2px 14px;
}

#catalog .second_level a
{
	font-weight: normal;
	margin: 0px 0px 0px 15px;
}

#catalog .second_level li
{
	margin: 0px 0px 0px -4px;
}

#catalog .second_level_item_closed a
{
	background: url("/images/plus.gif") left center no-repeat;
	padding: 0px 0px 0px 13px;
}

#catalog .second_level_item_none a
{
	background: none;
	padding: 0px 0px 0px 13px;
}

#catalog .second_level_item_expand .second_level_item_expand_a
{
	background: url("/images/minus.gif") left center no-repeat;
	padding: 0px 0px 0px 13px;
}

#catalog .tree_level_item_expand .tree_level_item_expand_a
{
	background: url("/images/minus.gif") left center no-repeat;
	padding: 0px 0px 0px 13px;
}

#catalog .tree_level_item_closed a
{
	background: url("/images/plus.gif") left center no-repeat;
	padding: 0px 0px 0px 13px;
}


#catalog .tree_level_item_none a
{
	background: none;
	padding: 0px 0px 0px 13px;
}

#catalog .four_level_item_none a
{
	background: none;
	padding: 0px 0px 0px 13px;
}

#catalog four_level_item_closed .four_level_item_expand a
{
	background: none;
	padding: 0px 0px 0px 13px;
}

/**---------------------------------- Center ----------------------------------**/
#center
{
	display: table;
	
	padding: 0px 0px 150px 0px;
	clear: both;
}

#center_2
{
	display: table;
	
	padding: 0px 0px 150px 0px;
	
	margin: -10px 0px 0px 0px;
	clear: both;
}

#center_tr
{
	display: table-row;
}

/**---------------------------------- Left ----------------------------------**/
#left
{
	display: table-cell;
	vertical-align: top;
	
	width: 263px;
	padding: 4px 0px 10px 15px;
}

#links a
{
	color: #bc372b;
	
	padding: 0px 1px 0px 1px;
}

#links
{
	color: #4c4c4c;
	font-size: 90%;
	
	cursor: default;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	margin: 0px 0px 0px -1px;
}

.links_separator
{
	color: #4c4c4c;
	margin: 0px 4px 0px 4px;
}

#find
{
	margin: 11px 0px 0px 0px;
}

#find_2
{
	margin: 2px 0px 0px 0px;
}

.find_input
{
	border: 1px solid #b2b2b2;
	width: 144px;
	height: 19px;
	
	vertical-align: middle;
}

.find_input_2
{
	border: 1px solid #b2b2b2;
	width: 111px;
	height: 19px;
	
	vertical-align: middle;
}

.find_submit
{
	background: url("/images/find_submit.gif") top left no-repeat;

	width: 62px;
	height: 22px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: 0px 0px 0px 4px;
}

.find_advance
{
	display: block;	
	color: #bc372b;
	
	margin: 5px 0px 0px 0px;
	
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.find_advance_2
{
	display: block;	
	color: #bc372b;
	
	margin: 5px 0px 0px 0px;
	
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/**---------------------------------- Right ----------------------------------**/
#right
{
	display: table-cell;
	vertical-align: top;
	
	width: 218px;
	padding: 4px 15px 10px 15px;
}

#enter
{
	color: #cccccc;
	font-size: 80%;
}

#enter_full
{
	float: right;
	
	color: #cccccc;
	font-size: 90%;
	
}

#enter_full a
{
	color: #cccccc;
}

#cart_left
{
	float: left;
}

#enter a
{
	color: #cccccc;
}

.sb2
{
	margin: 23px 0px 0px 0px;
}

/**---------------------------------- Center Center ----------------------------------**/
#center_center
{
	display: table-cell;
	vertical-align: top;
	
	padding: 4px 50px 10px 17px;
}

#center_center_full
{
	display: table-cell;
	vertical-align: top;
	
	padding: 4px 50px 10px 26px;
	
	width: 100%;
}

#center_center_full_2
{
	display: table-cell;
	vertical-align: top;
	
	padding: 4px 50px 10px 42px;
	
	width: 100%;
}

#center_full
{
	margin: 34px 0px 0px 0px;
}

#center_full_2
{
	margin: 34px 0px 0px 0px;
}

#cart
{
	color: #666666;
	font-size: 80%;
	
	margin: 0px 0px 17px 0px;
}

#cart_full
{
	color: #323232;
	font-size: 80%;
	
	margin: 0px 0px 16px 0px;
	
	width: 100%;
}

#cart_full_2
{
	color: #666666;
	font-size: 80%;
	
	margin: 0px 0px 16px 0px;
	
	width: 100%;
}

#cart_left a
{
	color: #bc372b;
}

#cart a
{
	color: #bc372b;
}

#news
{
}

#news dt
{
	margin: 2px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	
	background: url("/images/splitter.gif") top left repeat-x;
}

#news dt a
{
	font-size: 150%;
	font-weight: normal;
	
	color: #c40000;
	text-decoration: none;
	
	font-family: Georgia, Times;
}


#news dt .comments
{
	font-size: 100%;
	font-weight: normal;
	
	color: #c40000;
	text-decoration: none;
	
	font-family: Georgia, Times;
}

#news dd .footer a
{
	color: #007cc3;
	text-decoration: none;
}

#news dd
{
	padding: 0px 0px 29px 0px;
	width: 100%; overflow: hidden; margin: 0px 0px 0px 0px;
}

#news dd .footer_left
{
	float: left;
}

#news dd .footer a:hover
{
	text-decoration: underline;
}

#news dd .footer .commentaries
{
	display: block;
	float: right;
}

#news dd .title
{
	font-size: 80%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	margin: 5px 0px 3px 0px;
	
	cursor: default;
}

#news dd .footer
{
	font-size: 80%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	padding: 13px 0px 0px 0px;
	
	cursor: default;
}

#news dd .title a:hover
{
	text-decoration: underline;
}

#news dd p
{
	font-size: 85%;
	font-family: Georgia, Times;
	cursor: default;
	
	color: #4c4c4c;
}

#news dt a:hover
{
	background: #c40000;
	color: #ffffff;
}

#news .data
{
	color: #007cc3;
	text-decoration: none;
}

#news .author
{
	color: #007cc3;
	text-decoration: none;
}



#news #form label
{
	color: #4c4c4c;
	font-size: 80%;
	
	margin: 10px 0px 0px 0px;
	display: block;
}

#news #form .author
{
	color: #4c4c4c;
	font-size: 85%;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	
}

#news #form .input
{
	display: block;
	border: 1px solid #b1b1b1;
	
	width: 171px;
	height: 19px;
}

#news #form .input_text
{
	display: block;
	border: 1px solid #b1b1b1;
	
	width: 400px;
	height: 150px;
}

#news #form .submit
{
	

	width: 130px;
	height: 20px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: 10px 0px 0px 0px;
}



#specblok
{
	margin: 4px 0px 5px 0px;
}

.all_news
{
	color: #bc372b;
	font-size: 90%;
}

.all_news:hover
{
	color: #bc372b;
}

.item_left
{
	width: 300px;
	
}

.item_left .type
{
	font-size: 120%;
	color: #4c4c4c;
	
	cursor: default;
	font-family: Georgia;
	
	margin: 0px 0px 0px 1px;
}

.item_left .articul
{
	font-size: 80%;
	color: #4c4c4c;
	
	cursor: default;
	
	margin: 2px 0px 0px 1px;
}

.item_left .zoom
{
	background: url("/images/zoom.gif") left bottom no-repeat;
	display: block;
	padding: 0px 0px 2px 16px;
	
	font-size: 90%;
	
	color: #bc372b;
}

.item_left .full_image
{
	padding: 0px 0px 0px 20px;
}

.item_left .zoom:hover
{
	color: #bc372b;
}

.item_left .price
{
	font-size: 115%;
	color: #bc372b;
	
	margin: 22px 0px 11px 0px;
	
	cursor: default;
	font-family: Georgia, Times;
}

.item_left .old
{
	color: #4c4c4c;
	text-decoration: line-through;
}

.item_left .size
{
	font-size: 80%;
	color: #7f7f7f;
	
	cursor: default;
	
	font-weight: bold;
}

.item_left .size select
{
	border: 1px solid #666666;
}

.item_left .comments
{
	cursor: default;
	color: #999999;
	
	font-size: 65%;
}

.item_buttons
{
	margin: 11px 0px 0px 0px;
}

.item_buttons li
{
	padding: 2px 0px 0px 33px;
	margin: 0px 0px 5px 0px;
	
	height: 22px;
}

.item_buttons li a
{
	color: #bc372b;
	
	font-size: 90%;
}

.sled
{
	background: url("/images/sled.gif") left top no-repeat;
}

.level
{
	background: url("/images/level.gif") left top no-repeat;
}

.cart
{
	background: url("/images/cart.gif") left top no-repeat;
}

.boy_submit
{
	background: url("/images/boy_submit.gif") top left no-repeat;

	width: 62px;
	height: 21px;
	
	vertical-align: middle;
	
	cursor: pointer;
}

.item_right
{
	padding: 7px 0px 0px 20px;
}

.item_right .gallery_1
{
}

.item_right .gallery_1 li
{
	float: left;
	height: 72px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
}

.item_right .gallery_1 .last_item
{
	background: none;
}

.descriptions
{
     margin: 55px 0px 0px 0px;
     clear: both;
     
     width: 350px;
}

.descriptions li
{
     padding: 0px 0px 0px 15px;
     margin: 0px 0px 3px 0px;
     
     background: url("/images/description_element_bg.gif")  left 3px no-repeat;
     
     font-size: 90%;
     
     cursor: default;
     font-family: Georgia, Times;
}

.gallery_1 .last_item
{
	background: none;
}

.gallerys_2
{
	
}

.gallerys_2 .gallery_title
{
	margin: 22px 0px 22px 0px;
	
	font-size: 80%;
	font-weight: bold;
	color: #7f7f7f;
	
	cursor: default;
	clear: both;
}

.gallerys_2 .gallerys_2_item_gallery_row
{
	clear: both;
	
	background: url("/images/splitter.gif") bottom left repeat-x;
	
	padding: 0px 0px 0px 0px;
	width: 370px;
}

.gallerys_2 .gallerys_2_item_gallery_row_last
{
	clear: both;
	
	background: none;
	
	padding: 0px 0px 0px 0px;
	width: 370px;
}

.gallerys_2 .gallerys_2_item_gallery_image
{
	float: left;
	
	width: 120px;
	
	padding: 0px 0px 5px 0px;
	
	font-size: 65%;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
}

.gallerys_2 .gallerys_2_item_gallery_image_last
{
	float: left;
	
	width: 120px;
	
	padding: 0px 0px 4px 0px;
	
	font-size: 70%;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
	
	background: none;
}

.gallerys_2 img
{
	padding: 0px 0px 10px 0px;
}


.center_two_cell_table td
{
	vertical-align: top;
}

#center_full #sort
{
	font-size: 75%;
	font-weight: bold;
	
	color: #7f7f7f;
	
	cursor: default;
	
	margin: -5px 0px 0px 0px;
}

#center_full #sort a
{
	font-weight: normal;
	color: #bc372b;
}

#center_full #sort  .splitter
{
	font-weight: normal;
	color: #000000;
	
	font-size: 120%;
}

#center_full #sort .current_sort
{
	color: #b2b2b2;
}

#sort .cost_sort
{
	display: block;
	float: left;
}

#sort .cost_sort a
{
	font-size: 120%;
}

#sort .size_sort
{
	display: block;
	float: left;
	
	margin: 0px 0px 0px 19px;
}

#sort .size_sort a
{
	font-size: 120%;
}

#size_sort_item
{
	width: 76px;
	margin: 0px 16px 0px 4px;
	
	border: 2px inset #000000;
}

.catalog
{
	margin: 22px 0px 0px 0px;
}

.paginates
{
	float: left;
	margin: -6px 0px 0px 0px;
}

.paginates a
{
	text-decoration: underline;
}

.paginates .pages a
{
	padding: 1px 6px 3px 6px;
	margin: 0px 4px 0px 0px;
	
	background: #e5e5e5;
	border: 1px solid #c0c0c0;
	color: #bc372b;
	
	font-weight: bold;
	font-size: 80%;
}

.paginates .pages .current
{
	padding: 1px 5px 3px 8px;
	margin: 0px 4px 0px 0px;
	
	background: #ffffff;
	border: 1px solid #c0c0c0;
	color: #b2b2b2;
	
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	
	font-family: Arial;
}

.paginates .last
{
	padding: 1px 15px 3px 15px;
	margin: 0px 0px 0px -6px;
	
	background: #e5e5e5;
	border: 1px solid #c0c0c0;
	color: #bc372b;
	
	font-weight: bold;
	font-size: 80%;
	
	font-family: Arial;
}

.paginates .first
{
	padding: 1px 15px 3px 15px;
	margin: 0px -2px 0px 0px;
	
	background: #e5e5e5;
	border: 1px solid #c0c0c0;
	color: #bc372b;
	
	font-weight: bold;
	font-size: 80%;
	
	font-family: Arial;
}


.pages_count
{
	float: right;
	
	font-size: 80%;
	font-weight: bold;
	
	color: #7f7f7f;
	
	cursor: default;
}

.pages_count a
{
	font-weight: normal;
	color: #bc372b;
}

.pages_count .selected
{
	color: #b2b2b2;
}


.paginates table td
{
	padding: 1px 4px 3px 4px;
	margin: 0px -2px 0px 0px;
	
	background: #e5e5e5;
	border: 1px solid #c0c0c0;
	color: #bc372b;
	
	font-weight: bold;
	font-size: 80%;
	
	font-family: Arial;
}

.catalog_footer table td
{
	padding: 1px 4px 3px 4px;
	margin: 0px -2px 0px 0px;
	
	background: #e5e5e5;
	border: 1px solid #c0c0c0;
	color: #bc372b;
	
	font-weight: bold;
	font-size: 80%;
	
	font-family: Arial;

}

.pags table td
{
	height:10px;
	padding: 1px 4px 3px 4px;
	margin: 0px -2px 0px 0px;
	
	background: #e5e5e5;
	border: 1px solid #c0c0c0;
	color: #bc372b;
	
	font-weight: bold;
	font-size: 80%;
	
	font-family: Arial;

}



.catalog_body
{
	margin: 18px 0px 19px -20px;

	width: 100%;
	clear: both;
	
}

.catalog_body .catalog_body_item
{
	padding: 5px 10px 0px 15px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
	
	
}

.catalog_body .catalog_body_item img
{
	margin: 5px 0px 0px 0px;
}

.catalog_body .catalog_body_item_last
{
	padding: 0px 15px 0px 20px;
	text-align: left;
	background: none;
}

.catalog_body .catalog_body_item_last img
{
	margin: 5px 0px 0px 0px;
}

.catalog_body .title a
{
	font-size: 110%;
	color: #bc372b;
	text-decoration: none;
	
	font-family: Georgia, Times;
}

.catalog_body .type
{
	cursor: default;
	font-size: 11px;
	font-family: Georgia, Times;
}

.catalog_body .count_persent
{
	background: url("/images/persent.gif") top right no-repeat;
	
	cursor: default;
	
	font-size: 80%;
	font-weight: bold;
	color: #a31e12;
	
	margin: 0px 0px 0px 0px;
	
	width: 146px;
	height: 40px;
	
	padding: 10px 0px 0px 0px;
}

.catalog_body .count_new
{
	background: url("/images/new.gif") top right no-repeat;
	
	cursor: default;
	
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	
	margin: 0px 0px 0px 0px;
	
	width: 146px;
	height: 40px;
	
	padding: 10px 0px 0px 0px;
}

.catalog_body .count
{
	background: none;
	
	cursor: default;
	
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	
	margin: 0px 0px 0px 0px;
	
	width: 146px;
	height: 40px;
	
	padding: 10px 0px 0px 0px;
}

.catalog_body .catalog_body_row
{
	background: url("/images/splitter.gif") bottom right repeat-x;
	
	padding: 5px 0px 6px 0px;
}

#cart
{
}

#cart h1
{
	margin: 37px 0px 0px 0px;
	color: #4c4c4c;
	
	font-weight: bold;
}

#cart table
{
	margin: 20px 0px 0px 0px;
	color: #000000;
	
	width: 577px;
}

#cart table thead
{
	font-size: 90%;
	cursor: default;
	
	background: url("/images/splitter.gif") bottom left repeat-x;
}

#cart table thead th
{
	padding: 0px 0px 5px 0px;
	text-align: left;
	
	color: #000000;
}

#cart table tbody td
{
	height: 120px;
	vertical-align: middle;
	
	background: url("/images/splitter.gif") bottom left repeat-x;
}

#cart table thead .size_title
{
	text-align: center;
}

#cart table thead .count_title
{
	text-align: center;
}

#cart table thead .cost_title
{
	text-align: center;
}

#cart table tbody .image
{
	
}

#cart table tbody .title
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	cursor: default;
	
	padding: 0px 0px 0px 12px;
}

#cart table tbody .size
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
}

#cart table tbody .count
{
	text-align: center;
}

#cart table tbody .count input
{
	border: 1px solid #b2b2b2;
	
	width: 23px;
	height: 19px;
	
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	text-align: center;
}

#cart table tbody .cost
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
}

#cart table tbody .action
{
	font-size: 90%;
	color: #4c4c4c;
	text-align: center;
}

#cart table tbody .action a
{
	display: block;
	background: url("/images/del.gif") center left no-repeat;
	
	padding: 0px 0px 0px 11px;
	
	color: #cb0100;	
}

#cart table tfoot
{
	font-weight: bold;
}

#cart table tfoot td
{
	padding: 8px 0px 0px 0px;
	cursor: default;
	
	color: #4c4c4c;
}

#cart table tfoot .red
{
	color: #cb0100;
}

#cart table tfoot input
{
	background: url("/images/of.gif") top left no-repeat;

	width: 130px;
	height: 20px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: -12px 0px 0px 16px;
}


#zakaz
{
	width: 650px;
}

#zakaz .top
{
	margin: 0px 0px 0px 0px;
}

#zakaz h1
{
	color: #4c4c4c;
	
	display: block;
	font-size: 110%;
	font-weight: bold;
	
	float: left;
}

#zakaz .edit
{
	font-size: 80%;
	
	display: block;
	float: left;
	
	color: #cb0100;
	
	margin: 9px 0px 0px 13px;
}

#zakaz #form
{
	clear: both;
	float: left;
	
	width: 173px;
	
	margin: 3px 0px 0px 0px;
}

#zakaz #zakaz_info
{
	float: left;
	width: 352px;
	
	margin: 22px 0px 0px 30px;
}

#zakaz #zakaz_info table
{
	margin: 0px 0px 0px 0px;
	color: #000000;
	
	width: 352px;
}

#zakaz #zakaz_info table thead
{
	font-size: 80%;
	cursor: default;
	
	background: url("/images/splitter.gif") bottom left repeat-x;
}

#zakaz #zakaz_info table thead th
{
	padding: 0px 0px 5px 0px;
	text-align: left;
	
	color: #000000;
}

#zakaz #zakaz_info table tbody td
{
	height: 64px;
	vertical-align: middle;
	
	background: url("/images/splitter.gif") bottom left repeat-x;
}

#zakaz #zakaz_info table thead .size_title
{
	text-align: center;
}

#zakaz #zakaz_info table thead .count_title
{
	text-align: center;
}

#zakaz #zakaz_info table thead .cost_title
{
	text-align: center;
}

#zakaz #zakaz_info table tbody .image
{
	
}

#zakaz #zakaz_info table tbody .title
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	cursor: default;
	
	padding: 0px 0px 0px 12px;
}

#zakaz #zakaz_info table tbody .size
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
}

#zakaz #zakaz_info table tbody .count
{
	text-align: center;
	
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	cursor: default;
}

#zakaz #zakaz_info table tbody .count input
{
	border: 1px solid #b2b2b2;
	
	width: 23px;
	height: 19px;
	
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	text-align: center;
}

#zakaz #zakaz_info table tbody .cost
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
}

#zakaz #zakaz_info table tbody .action
{
	font-size: 90%;
	color: #4c4c4c;
	text-align: center;
}

#zakaz #zakaz_info table tbody .action a
{
	display: block;
	background: url("/images/del.gif") center left no-repeat;
	
	padding: 0px 0px 0px 11px;
	
	color: #cb0100;	
}

#zakaz #zakaz_info table tfoot
{
	font-size: 80%;
	font-weight: bold;
}

#zakaz #zakaz_info table tfoot td
{
	padding: 8px 0px 0px 0px;
	cursor: default;
	
	color: #4c4c4c;
}

#zakaz #zakaz_info table tfoot .red
{
	color: #cb0100;
}

#zakaz #zakaz_info table tfoot input
{
	background: url("/images/of.gif") top left no-repeat;

	width: 130px;
	height: 20px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: -12px 0px 0px 16px;
}

#zakaz #zakaz_info h2
{
	font-size: 130%;
	color: #c20000;
	font-family: Georgia, Times;
	font-weight: normal;
}

#zakaz #zakaz_info table
{
	width: 352px;
}

#zakaz #form label
{
	color: #4c4c4c;
	font-size: 80%;
	
	margin: 10px 0px 0px 0px;
	display: block;
}

#zakaz #form .input
{
	display: block;
	border: 1px solid #b1b1b1;
	
	width: 171px;
	height: 19px;
}

#zakaz #form .input_text
{
	display: block;
	border: 1px solid #b1b1b1;
	
	width: 171px;
	height: 99px;
}

#zakaz #form .submit
{
	background: url("/images/of.gif") top left no-repeat;

	width: 130px;
	height: 20px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: 10px 0px 0px 0px;
}


#search
{
	width: 650px;
}

#search #form #pos
{
	display:block;
	margin: 10px 0px 0px 0px;
	
}
#search #form table tr td
{
	padding: 10px 10px 0px 0px;
	
}

#search #form  label
{
	color: #4c4c4c;
	font-size: 80%;
	
	margin: 10px 0px 0px 0px;
	
}

#search #form .input
{
	
	border: 1px solid #b1b1b1;
	width: 171px;
	height: 19px;
}

#search #form select
{
	
	border: 1px solid #b1b1b1;
	width: 171px;
	height: 19px;
}

#search #form .input_text
{
	
	border: 1px solid #b1b1b1;
	
	width: 171px;
	height: 99px;
}

#search #form .submit
{
	background: url("/images/find_submit.gif") top left no-repeat;

	width: 130px;
	height: 22px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: 10px 0px 0px 0px;
}

#register
{
	width: 650px;
}

#register h1
{
	color: #4c4c4c;
	
	display: block;
	font-size: 110%;
	font-weight: bold;
	
	float: left;
}


#register #form #pos
{
	display:block;
	margin: 10px 0px 0px 0px;
	
}
#register #form table tr td
{
	padding: 10px 10px 0px 0px;
	
}

#register #form  label
{
	color: #4c4c4c;
	font-size: 80%;
	
	margin: 10px 0px 0px 0px;
	
}

#register #form .input
{
	
	border: 1px solid #b1b1b1;
	width: 171px;
	height: 19px;
}

#register #form select
{
	
	border: 1px solid #b1b1b1;
	width: 171px;
	height: 19px;
}

#register #form .input_text
{
	
	border: 1px solid #b1b1b1;
	
	width: 171px;
	height: 99px;
}

#register #form .submit
{
	

	width: 130px;
	height: 22px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: 10px 0px 0px 0px;
}



#campare
{
}

#campare h1
{
	margin: 32px 0px 0px 0px;
	color: #4c4c4c;
}

#campare table
{
	margin: 24px 0px 0px 0px;
	color: #000000;
	
	width: 577px;
}

#campare table thead
{
	font-size: 80%;
	cursor: default;
	
	background: url("/images/splitter.gif") bottom left repeat-x;
}

#campare table thead th
{
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#campare table tbody td
{
	height: 120px;
	vertical-align: middle;
	
	background: url("/images/splitter.gif") bottom left repeat-x;
}

#campare table thead .size_title
{
	text-align: center;
}

#campare table thead .count_title
{
	text-align: center;
}

#campare table thead .cost_title
{
	text-align: center;
}

#campare table tbody .image
{
	
}

#campare table tbody .title
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	cursor: default;
	padding: 0px 0px 0px 13px;
}

#campare table tbody .size
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
}

#campare table tbody .description
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	text-align: left;
	
	cursor: default;
	padding: 0px 0px 0px 13px;
}

#campare table tbody .count
{
	text-align: center;
}

#campare table tbody .count input
{
	border: 1px solid #b2b2b2;
	
	width: 23px;
	height: 19px;
	
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	
	text-align: center;
}

#campare table tbody .cost
{
	font-size: 90%;
	font-family: Georgia, Times;
	color: #4c4c4c;
	text-align: center;
	
	cursor: default;
}

#campare table tbody .action
{
	font-size: 90%;
	color: #4c4c4c;
	text-align: center;
}

#campare table tbody .action a
{
	display: block;
	background: url("/images/del.gif") center left no-repeat;
	
	padding: 0px 0px 0px 15px;
	
	color: #cb0100;	
}

#campare table tfoot
{
	font-weight: bold;
}

#campare table tfoot .red
{
	color: #cb0100;
}

#campare table tfoot input
{
	background: url("/images/of.gif") top left no-repeat;

	width: 130px;
	height: 20px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: 0px 0px 0px 4px;
}

#campare .descriptions
{
	margin: 0px;
	padding-right:4px;
}
/**---------------------------------- Footer ----------------------------------**/
#footer
{
	padding: 0px 1px 0px 1px;
}

#footer_2
{
	background: url("/images/footer_bg2.gif") top left repeat-x;
	padding: 18px 0px 0px 0px;
}

#footer_bk1
{
	border-top: 1px solid #b2b2b2;
	
	padding: 7px 33px 12px 13px;
	
	font-size: 80%;
}

#banner
{
	float: left;
	height: 61px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
}

#banner a
{
	display: block;
	margin: 11px 20px 0px 20px;
}

#copyright
{
	float: left;
	
	line-height: 105%;
	
	padding: 7px 7px 0px 0px;
	
	height: 67px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
	
	color: #4c4c4c;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#copyright2
{
	float: left;
	
	line-height: 105%;
	
	padding: 7px 20px 0px 20px;
	
	height: 55px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
	
	color: #4c4c4c;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#copyright2 a
{
	color: #4c4c4c;
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#copyright2 a:hover
{
	text-decoration: underline;
}

#copyright a
{
	color: #4c4c4c;
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#copyright a:hover
{
	text-decoration: underline;
}

.menu_3
{
	float: left;
	
	padding: 7px 11px 12px 14px;
	height: 57px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
}

.menu_3_2
{
	float: left;
	
	padding: 7px 20px 12px 20px;
	height: 51px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
}

.menu_3_2 li
{
	margin: 0px 0px 0.5px 0px;
}

.menu_3_2 a
{
	text-decoration: none;
	color: #4c4c4c;
}

.menu_3_2 a:hover
{
	color: #4c4c4c;
	text-decoration: underline;
}

.menu_3 li
{
	margin: 0px 0px 0.5px 0px;
}

.menu_3 a
{
	text-decoration: none;
	color: #4c4c4c;
}

.menu_3 a:hover
{
	color: #4c4c4c;
	text-decoration: underline;
}

.login_form
{
	float: left;
	height: 57px;
	
	padding: 7px 7px 0px 9px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
}

.login_form_2
{
	float: left;
	height: 57px;
	
	padding: 7px 7px 0px 9px;
}

#footer_links
{
	float: left;
	height: 57px;
	
	padding: 7px 0px 0px 15px;
}

#footer_links a
{
	color: #4c4c4c;
	text-decoration: none;
}

#footer_links a:hover
{
	color: #4c4c4c;
	text-decoration: underline;
}

#footer_links_2
{
	float: left;
	height: 57px;
	
	padding: 7px 20px 0px 20px;
	
	background: url("/images/splitter_ver.gif") top right repeat-y;
}

#footer_links_2 a
{
	color: #4c4c4c;
	text-decoration: none;
}

#footer_links_2 a:hover
{
	color: #4c4c4c;
	text-decoration: underline;
}

.login_form td
{
	vertical-align: top;
}

.login_form .login_form_submit
{
}

.login_form .login_form_item .labels
{
	text-align: right;
	color: #666666;
	
	padding: 0px 10px 0px 0px;
}

.login_form .login_form_item .inputs input
{
	border: 1px solid #b2b2b2;
	width: 89px;
	height: 19px;
	
	margin: 0px 0px 5px 0px;
}

.login_form_2 td
{
	vertical-align: top;
}

.login_form_2 .login_form_submit
{
}

.login_form_2 .login_form_item .labels
{
	text-align: right;
	color: #666666;
	
	padding: 0px 10px 0px 0px;
}

.login_form_2 .login_form_item .inputs input
{
	border: 1px solid #b2b2b2;
	width: 89px;
	height: 19px;
	
	margin: 0px 0px 5px 0px;
}

.registr
{
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.login_form_submit a
{
	color: #bc372b;
	
	margin: 9px 0px 0px 10px;
	display: block;
}

.enter_submit
{
	background: url("/images/enter_submit.gif") top left no-repeat;

	width: 62px;
	height: 21px;
	
	vertical-align: middle;
	
	cursor: pointer;
	
	margin: 0px 0px 0px 10px;
}

/**---------------------------------- Forms ----------------------------------**/


/**---------------------------------- Links ----------------------------------**/

/**---------------------------------- Othen ----------------------------------**/
.color_black
{
	color: #000000;
}

.splitter
{
	width: 100%;
	height: 2px;
	
	background: url("/images/splitter.gif") top left repeat-x;
}

.logo2_img
{
	width: 234px;
	height: 88px;
}

.menu_item_img2
{
	width: 53px;
	height: 88px;
}
.center_two_cell_table
{
     width: 99%;
     
     table-layout: fixed;
}
