body, div, p, th, td, li, dd  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
}

th, td, tr {
	border-spacing: 0;
	border-collapse: collapse;
}

legend {
	font-weight: bold;
	color:  black;
}

A:link          {COLOR: #363636; text-decoration:none;}
A:active        {COLOR: #563636; text-decoration:none;}
A:visited       {COLOR: #563636; text-decoration:none;}
A:hover         {COLOR: #f61616; text-decoration:none;}

.basic_side_box {
	padding: 1px;
	margin: 1px;
	margin-top: 3px;
	border: 1px solid #D61819;
	width: 130px;
}

.basic_side_box_header {
	text-align: center;
	font-weight: bold;
	margin:-1px;
	border-bottom: 1px solid #D61819;
	margin-bottom: 2px;
	background-color: #f0c0c0;
}
.basic_side_box_footer {
	text-align: center;
	margin:-1px;
	border-top: 1px solid #D61819;
	background-color: #f7d0d0;
}
.basic_box {
	border: 1px solid #D61819;
	background: #fff;
	padding: 3px;
	margin: 3px;
}

.basic_view_box {
	border: 1px solid #D61819;
	background: #fff;
	padding: 5px;
	text-align: justify;
}

.box_shadow_1 {
	background:#e0e0e0; 
	margin: 3px 0 0 3px;
	margin-left: 3px;
}
.box_shadow_2 {
	background:#c0c0c0; 
	margin:0; 
	position:relative; 
	top:-1px; 
	left:-1px;
}
.box_shadow_3 {
	background:#fff; 
	margin:0; 
	padding:0;
	position:relative; 
	top:-1px; 
	left:-1px;
}

.login_box {
	border: 1px solid #D61819;
	height: auto;
	padding: 3px;
	margin: 3px;
	width: 10em;
}

.login_field {
	width: 8em;
	color: #D61819;
}

.basic_edit_box {
   	border: 1px solid #D61819;
	padding: 3px;
	margin: 3px;
	background : #FFF7F7;
}

.footer {
	font-size: smaller;
}


.index_footer:hover { text-decoration: none; }  {
	font-size: xx-small;
	border: 1px solid #D61819;
}

.edit_accent_box {
	border-style: dotted;
	border-width: 1px;
	border-color: #D61819;
	padding: 3px;
	margin: 3px;
}

.illustration_box {
	background-color: #E5E5E5;
	color: #D61819;
	width: 100px;
	margin: 0;
	padding: 0;	
}

.illustration_right { float: right; }
.illustration_left { float: left; }
.illustration_caption {
	margin: 5px;
	padding: 0px;
	border: 0px;
	background: #fff;
	color: #D61819;
	font-size: xx-small;
	text-align: center;
}

.item_list_box {
	background: #fff;
	margin: 3px;
	background: url(/icons/gr_line_corner.jpg) no-repeat top left;
}

.article_list_box {
	background: #fff;
	margin: 3px;
}

.article_title {
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	font-size: 16px;
}

.head_letter {
	color: #EC6D5B;
	font-family: sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	float: left;
	margin-right: 4px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
}

.attention_header {
	font-size: larger;
	font-variant: small-caps;
	font-weight: bolder;
	color: #D61819;
	text-align: center;
}

.news {
	border: 1px solid red;
}

.section_header {
	font-size: x-large;
	font-weight: bolder;
	color: #D61819;
	text-align: center;
}

.video_chapters {
	float: right;
	list-style: none;
	padding: 5px;
	width: 10em;
	margin: 2px;
	border: 1px solid #D61819;
}

.video_section_head {
	font-size: x-large;
	font-weight: bolder;
	color: #D61819;
	text-align: center;
}

.video_subsection_head {
	font-size: large;
	font-weight: bolder;
	color: #D61819;
	text-align: left;
	border: 1px solid #D61819;
	padding: 0 5px 0 5px;
}

.video_annotation {

}

.video_with_buttons_box {
	float: right;
	border: 1px solid black;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.video_box {
	padding: 3px;
}
.video_video_box {
	background: url(/icons/buttons/video-background.png) no-repeat center;
}

.video_buttons_box {
	padding: 3px;
}

.button_box {
	border: 0px dotted red;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	background-color: White;
	clear: both;
}

.error_message {
	margin: 1px 1px 1px 1px;
	padding: 3px 5px 3px 5px;
	border: 1px solid red;
	color: #904040;
}

.good_message {
	margin: 1px 1px 1px 1px;
	padding: 3px 5px 3px 5px;	
	border: 1px solid green;
	color: #40D040;
}

.list_pager_box {
	border: 1px solid #D61819;
	padding: 3px;
	margin: 3px;
	height: auto;
}

.list_pager_item {
	border: 1px solid black;
	color: gray;
	margin: 2px;
}

.list_pager_current_item {
	border: 1px solid red;
	color: red;
	margin: 2px;
}

.cbicon {
	background-color:#D61819;
	background-image: url(/icons/cb/bg_rounded.gif);
	background-repeat: no-repeat;
}

.cbicon_gray {
	background-color:gray;
	background-image: url(/icons/cb/bg_rounded.gif);
	background-repeat: no-repeat;
}

.admin_show_header {
	background-color:#D61819;
	color: white;
	font-size: larger;
	font-variant: small-caps;
	font-weight: bolder;
}

.right_hiding_box_div {
     visibility: hidden;
     position: absolute; 
	 top: 162px;
     left: 786px;
}

.right_hiding_box {
}

.right_ad_box {
     width: 180px;
     border: 1px solid #D61819;
	 margin: 1px;
	 padding: 1px;
}

.right_top_box {
     width: 180px;
     border: 1px solid #D61819;
	 margin: 1px;
	 padding: 1px;
}

.float_picture {
	position: absolute;
	visibility: hidden;
	border: 1px solid #D61819;
	padding: 2px;
	width: auto;
}

.shop_subcats {
	border: 1px solid #D61819;
	background-color: #FFF7F7;
	margin: 3px;
	padding: 2px;
}

.tovar_show_box {
	margin: 3px;
	padding: 3px;
	border: 0px solid #E98889;
}

.order_section_header {
	background-color: #Ffd0d0;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 2px;
}
.order_section_box {
	border: 2px solid #Ffd0d0;
	margin: 10px;
	margin-top: 0px;
	padding: 2px;
	text-align: center;
}

.dagger_sign {
	color:#D61819;
	font-weight:bold;
	vertical-align:super;
	cursor:help;
}

.tab_unselected {
    background-color:#F4C5C5; 
	border:1px solid #D61819; 
	margin-right:5px; 
	padding:1px; 
	padding-bottom:0px;
}

.tab_selected {
	background-color:#EA8B8B; 
	border:1px solid #D61819; 
	margin-right:5px; 
	padding:5px; 
	padding-bottom:0px; 
	font-weight:bold;
}

.disabled_element_bg {
	background-image: url(/icons/graystrips.png);
	background-repeat: repeat;	
}

#horizon        
		{
		color: black;
		background-color: #fff;
		text-align: center;
		position: fixed;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 0px;
		overflow: visible;
		visibility: hidden;
		display: block
		}
#content    
		{
		font-family: Verdana, Geneva, Arial, sans-serif;
		background-color: #fff;
		margin-left: -330px;
		position: absolute;
		top: -230px;
		left: 50%;
		width: 659px;
		height: 450px;
		visibility: visible
		filter:alpha(opacity=70);
		opacity:0.70;	
		z-index: 1;	
		}
#centercontent {
	position: absolute;
	top: 230px;
	left: 330px;
}

.shop_sm_list_descr {
	font-weight:bold;
}

.shop_sm_list_price, .shop_sm_list_price A {
	font-weight:bold;
	color: #D61819; 
}


