body {margin:0px; padding:0px}

.top {background:url(images/top_arrow.jpg) bottom left no-repeat}
.top a {color:#7C868A; font-family:tahoma; font-size:12px; margin:0 0 0 12px; text-decoration:none; border: 0px;}

input .auth {width:110px; height:20px; border-style:solid; border-width:1px; border-color:#4A565E; font-family:tahoma; font-size:11px; color:#6B7C87; padding:3 0 0 3px}
.main  {
border-style:solid; 
border-width:1px; 
border-color:#4A565E; 
font-family:tahoma; 
font-size:11px; 
color:#6B7C87; 
padding:3 0 0 3px
}

.main a {
 text-decoration: none;
}

input { border-style:solid; border-width:1px; border-color:#4A565E; font-family:tahoma; font-size:11px; color:#6B7C87; padding:3 0 0 3px}

*{
	font-size: 12px;
	color:#525E64;
	font-family: Tahoma,Verdana,Arial,Helvetica;
}

.bordertop{

	border: 1px solid #E6E6E6;
}


.site_content b{
 color: red;
}

.site_content strong{
 color: red;
}


img {padding-top:2px; border: 0px;}

.text {font-family:tahoma; font-size:12px; color:#525E64; line-height:14px}
.text strong {font-family:tahoma; font-size:12px; color:#525E64; margin:0 0 0 1px}
.text ul {margin:0px; padding:0px; list-style:none; line-height:14px}
.text li {line-height:14px; background:url(images/list2.jpg) bottom left no-repeat}
.text a { font-family:tahoma; font-size:10px; color:#839098; margin:0 0 0 9px; text-decoration:none; line-height:13px}

.price {font-size:12px; color:#FE6000; font-weight:bold; font-family:tahoma;}
.price a {font-size:11px; color:#4D93A8; margin:0px}

.list ul {margin:2 0 0 18px; padding:0px; list-style:none; background:url(images/1_list1.jpg) top left no-repeat; line-height:22px}
.list a {font-family:verdana; font-size:11px; color:#484E53; line-height:22px; text-decoration:none; margin-left:12px}

.more1 {background:url(images/1_arrow1.gif) bottom left no-repeat; line-height:14px; margin:16 0 3 19px}
.more1 a {line-height:13px; color:#4D93A7; font-weight:bold}

.pr {margin:14 0 0 16px}
.pr img {border-style:solid; border-width:1px; border-color:#A3A3A3;}

.priv {font-family:tahoma; font-size:12px; color:#839098; margin-top:10px}
.priv a {font-family:tahoma; font-size:12px; color:#839098; text-decoration:underline}

.searchbut{
	background: url(images/but.jpg) no-repeat left;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0 0 0 0px;
	height: 36px;
	width: 21px;
	border: 0px;
	text-transform: uppercase;
}

.name{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 30px;
	color: #6F6E6E;
	text-transform: lowercase;
	font-style: italic;
	line-height: 30px;
}

.name2{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 30px;
	color: #6FABBC;
	text-transform: uppercase;
	line-height: 30px;
}

.infotop{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 30px;
        font-weight:bold;
}

.infotop2{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 18px;
	color: #30343E;
	text-transform: lowercase;
	line-height: 30px;
        font-weight:bold;
}

.infotop3{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 16px;
	color: #30343E;
	text-transform: lowercase;
	line-height: 30px;
        font-weight:bold;
}






small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/header_bg.gif) repeat-x;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}



h1
{
	margin:0; padding:0;
	font-size:11px;
	color: #ffffff;
	font-family: Tahoma,Verdana,Arial,Helvetica;

}

h2
{
		margin:0; padding:0;
	font-size:11px;
	color: #ffffff;
	font-family: Tahoma,Verdana,Arial,Helvetica;
}

h3{
			margin:0; padding:0;
	font-size:11px;
	color: #ffffff;
	font-family: Tahoma,Verdana,Arial,Helvetica;
}


h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:180px;
	margin-bottom:16px;
}

.information-block-head
{
	color:#BC262C;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#F5F5F5;
	margin-bottom:5px;
	width:100%;
}

.content-block-head
{
	background-image:url(images/content_block_bg.gif);
	font-weight:bold;
	font-size:95%;
	margin:2px;
	padding: 5px 9px;
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}
