﻿body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 75%;
	font-family: tahoma, arial, serif;
	line-height:150%;
	color: #343424;
	}

a {
	color:#343424;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#a2834a;
	text-decoration:none;
}

a.more {
	color:#a2834a;
	background: url("../img/sf.png") center left no-repeat;
	padding: 0 0 0 20px;

}

a.morebig
{
    /*color: #a2834a;*/
    color:#FF8902;
    background: url("../img/sf.png") center left no-repeat;
    padding: 0 0 0 20px;
    font-size: 14px;
}

a.moreRight {
	color:#a2834a;
	background: url("../img/sf.png") center left no-repeat;
	padding: 0 0 0 20px;

}

a.moreRightBrown {
	color:brown;
	background: url("../img/sf.png") center left no-repeat;
	padding: 0 0 0 20px;

}

h1, h2, h3 {
	margin:1em 0 .5em 0;
	padding:0;
	text-transform:uppercase;
}

h1 {
	font-size: 120%;
}


h2 {
	font-size: 100%;
	color:#a2834a;
}


p {
	margin:.4em 0 .8em 0;
	padding:0;
}

img {
	margin:10px 0 5px;
}

img.news {
	float:left;
	margin:5px 10px 5px 0px;
}

#ads img {
	display:block;
	padding-top:10px;
}

.marker {
	color:#a2834a;
	font-weight:bold;
}
.marker14 {
	color:#a2834a;
	font-weight:bold;
	font-size:14px;
}


.narrow {
	clear:both;
	margin:0px auto;
	width:980px;
}

.wide {
	clear:both;
	width:100%;
}

/* Header styles */

#header_spacer {
	background-image:url('../img/rb.png');
	background-repeat:repeat-x;
	background-position:left top;
	margin-top:0px;
	height:191px;
}

#header_top {
	background-image:url('../img/op.png');
	background-repeat:repeat-x;
	background-position:bottom left;
	height:35px;
	margin-top:30px;
}

#header_bottom {
	background-image:url('../img/up.png');
	background-repeat:repeat-x;
	background-position:bottom left;
	height:47px;
}

#header_background {
	background-image:url('../img/ru.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-top:0px;
	height:191px;
}

#header_spacer p,
#header_spacer h1,
#header_spacer h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#menu ul {
	clear:right;
	float:right;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	position:relative;
	left:25px;
	line-height:1.3em;
	text-transform:uppercase;
	width:70px;
	color:#9f9685;
	background: url("../img/os.png") bottom right no-repeat;
}

#menu ul li a:hover {
	color:#a2834a;
}
#menu ul li a.active,
#menu ul li a.active:hover {
	color:#a2834a;
}
#menu ul li a span {
	display:block;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	margin-top:-30px;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}



/* 2 Column (left menu) settings */
.leftmenu {
	background:transparent;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	background:transparent;	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

.leftmenu .col3 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:90%;			/* (right column left and right padding) plus (left column left padding) */
}



/* Footer styles */
#footer {
	clear:both;
	float:left;
	margin-top:-30px;
	width:100%;
	color: #9f9685;
}

#footer p {
	text-align:center;
	padding:0px;
	margin:0;
}

#footer a {
	color: #9f9685;
}

#footer_spacer {
	background-image:url('../img/eg.png');
	background-repeat:repeat-x;
	background-position:left top;
	height:108px;
}

#logo {
	margin-top:-30px;
}

#slogan {
	/*margin-left:-180px;*/
	margin-left:20px;
	margin-top:30px;

}

.H1Style
{
	font-size:11pt;
}

.OrderTable
{
	border-style: solid;
	border-width: thin;
}

.BrownText
{
	color: #800000;
}

.BrownTextBold
{
	color: #800000;
	font-weight:bold;
}

.AlignCenter
{
    text-align: center;
    vertical-align: middle;
    background-position: center center;
   display: block;   
   margin-left: auto;   
   margin-right: auto;
}
.BrownTextBoldUnderline
{
	color: #800000;
	font-weight:bold;
	font-size:14px;
    text-decoration:underline;
}

.Font10Black
{
	color:Black;
	font-size:9pt;
}

.Font10Brown
{
	color:brown;
	font-size:10pt;
}



#contentwrapper3fl{
float: left;
width: 100%;
}

#contentcolumn3fl{
margin: 0 20% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn3fl{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;
/*background: #C8FC98;*/
}

#rightcolumn3fl{
float: left;
width: 20%; /*Width of right column in pixels*/
margin-left: -20%; /*Set margin to that of -(RightColumnWidth)*/
/*background: #FDE95E;*/
}

.innertube3fl{
margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#contentwrapper2fx{
float: left;
width: 100%;
}

#contentcolumn2fx{
margin: 0 200px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn2fx{
float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
background: #C8FC98;
}

#rightcolumn2fx{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #FDE95E;
}



#contentwrapper{
float:left;
width:100%;
margin: 0 auto;
}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#contentcolumn{
margin: 0 280px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column in pixel*/
margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
/*background: #C8FC98; */
}

#rightcolumn{
float: left;
width: 280px; /*Width of right column*/
margin-left: -280px; /*Set left margin to -(RightColumnWidth)*/
/*background: #FDE95E;*/
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube50{
margin: 50px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#contentcolumn2{
margin: 0 300px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn2{
float: left;
width: 220px; /*Width of left column in pixel*/
margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
/*background: #C8FC98; */
}

#rightcolumn2{
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth)*/
/*background: #FDE95E;*/
}

.WordWrap
{ 
    width:300px;
}
    
  .BlockWordWrap 
 {
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	color: #800000;
	font-weight:bold;
	width:700px;
	}
 

.CustomTabStyle .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 14px;
    
}

.CustomTabStyle .ajax__tab_outer
{
    margin: 3px;
    padding: 3px;
    border-style: none none none solid;
    border-width: medium;
    font-family: verdana,tahoma,helvetica;
}

.CustomTabStyle .ajax__tab_body
{
    margin: 0px;
    padding: 4px;
    border-style:none;
    border-width: thin;
    font-family: verdana,tahoma,helvetica;
}