/********************************
 * Standard HTML elements
********************************/

* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background: #FFF;
	color: #002a5f;
	font: 14px sans-serif, Arial;
}

a {
	color: #1198d5;
}

a:visited {
	color: #EC008C;
}

a:hover,
a:focus {
	color: #110000 !important;
}

img {
	border: 0;
}

p,
address,
blockquote {
	margin: 0;
}

address {
	font-style: normal;
}

small {
	font-size: 10px;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #664D4D;
	height: 0;
}

fieldset{
	background: none;
	border: none;
}

dl,
ul {
	margin: 0 0 5px 0;
}

ol {
	margin: 0 0 5px 7px;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 2px;
}

dt {
	font-weight: normal;
	margin: 0;
}

dd {
	margin: 0 0 3px 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	color: #03224b;
	font-family: sans serif, arial;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 15px 1px;
	position: relative;
	text-transform: uppercase;
}

h2 {
	color: #002a5f;
	font-family: sans serif, arial;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	position: relative;
	text-transform: none;
}

h2 b {
	color: #EE1E25;
	font-weight: normal;
}

h3 {
}

h4 {
}

h5 {
}


table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/********************************
 * Standart presets
********************************/

.width_fix {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clearleft {
	clear: left;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}


.contetnblock p {
	padding-bottom: 6px;
}

.contetnblock ul {
	margin: 5px 5px 10px 25px;
}

.contetnblock ul li {
	list-style: disc;
	margin-bottom: 3px;
	padding: 0 0 0 5px;
}

table.styled{
	width: 99%;
	font-size: 13px;
	color: #FFF;
	margin: 4px 0;
}

table.styled td,
table.styled th{
	border: 1px solid #5B0000;
	padding: 6px 5px 6px 6px;
}

table.styled th{
	background-color: #5B0000;
	font-weight: bold;
}

p.news-announce {
	color: #999999;
	font-size: 9px !important;
	padding-top: 4px;
	padding-bottom: 5px;
}

.news-announce a,
a#news-all-list{
	color: #CCCCCC;
	font-family: tahoma;
	font-size: 11px;
	padding-left: 10px;
}

a#news-all-list{
	background: transparent url(/images/arrow_right.png) right 7px no-repeat;
	display: block;
	float: left;
	padding: 3px 8px 2px 0;
}

.bimage-float{
	float: left;
}


h1.top-header{
	background: url(/images/h1_right.png) right top no-repeat;
	height: 40px;
	margin: 0 50px 20px 0;
	padding-right: 181px;
}

h1.top-header span{
	background: url(/images/header_bg.gif) left top repeat-x;
	display: block;
	height: 28px;
	padding: 12px 0 0 45px;
}

h1.catalog-title {
	margin: -5px 0 0px 0;
	padding: 0;
	text-decoration: none;
}

.red {
	color: #FF0000;
}
