p, div, form,
h1, h2, h3, h4, h5, h6,
img, a img, body, html {
	margin: 0;
	padding: 0;
	border: none;
}

p {margin-bottom: 5px}

.test {border: 1px solid red}

*:focus {outline:none}

html {height:100%; overflow: auto}

body.page {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

a {color: #005f8f}
a:hover {text-decoration: none}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #003854;
}

h1 {font-size: 18px}
h2 {font-size: 18px; color: #000;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 180px;
	background: url('../../images/header.jpg') 0 0 no-repeat;
	position: relative;
}

.logolink {
	display: block;
	width: 730px;
	height: 130px;
}

.certlink {
	position: absolute;
	width: 100px;
	height: 40px;
	top: 70px;
	right: 30px;
}

#body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
	padding: 0 190px;
	overflow: hidden;
}

#body2 {
	padding-left: 190px;
	width: 100%;
	overflow: hidden;
}


#content, #left, #right {
	float: left;
}

#content {
	width: 100%;
	overflow: hidden;
}

	#content_inner {
		width: 477px;
		margin: 0 auto;
		background: url('../../images/main.jpg') 0 0 no-repeat;
		padding-top: 340px;
	}
	
	.content_inner2 {
		width: 680px !important;
		padding-top: 0 !important;
		margin: 0;
	}

#left {
	width: 190px;
	margin-left: -100%;
	position: relative;
	right: 190px;
}

#right {
	width: 190px;
	margin-right: -100%;
}

.clear {clear: both}

#footer {
	padding: 20px 0;
	margin-top: 30px;
	border-top: 1px solid black;
}

.rb1, .rb2, .rb3 {
	height: 1px;
	font-size: 0;
}

.rb3 {margin: 0 3px;}
.rb1 {margin: 0 1px;}

.rb-inner {padding: 2px 5px}

.rb-grey .rb-inner, .rb-grey .rb1, .rb-grey .rb3 {
	background-color: #f2f2f2;
}

.rb-blue .rb-inner, .rb-blue .rb1, .rb-blue .rb3 {
	background-color: #c0f3ff;
}

.rb-grey, .rb-blue {
	margin-bottom: 10px;
}

input, select, textarea {
	font-size: 11px;
}


.inp {
	border: 1px solid #73b1be;
	height: 20px;
	vertical-align: middle;
}

.but {
	background-color: #107c92;
	color: white;
	border: 1px solid transparent;
	height: 18px;
	vertical-align: middle;
}

.c {text-align: center}

.menu {

}

.menu div {
	line-height: 1.6em;
	background: url('../../images/menu_bg.png') 0 0 repeat-y;
	margin-bottom: 3px;
	padding: 10px 10px;
	font-size: 14px;
}

.menu div.current {
	background: url('../../images/menu_bg_selected.png') 0 0 repeat-y;
}

.menu ul {
	margin-left: 20px;
	padding: 0;
}

.menu ul li {
	background:none;
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 15px;
}

.p10 {padding: 10px}

.fs10 {font-size: 10px}
.fs11 {font-size: 11px}

.grey {color: #aaa}

hr {
	color: #e5e5e5;
	background-color: #e5e5e5;
	font-size:0;
	border:none;
	margin: 10px 0;
	height: 1px;
}

ul.subs {
	margin-left: 40px;
	padding: 0;
	color: #369;
}

.subs li {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

#basketdiv {
	padding: 20px 0;
	border-top: 1px dashed #b6d3bc;
	border-bottom: 1px dashed #b6d3bc;
	position: absolute;
	right: 0;
	width: 190px;
	bottom: 0;
}

#tovarkolvo, #summa {
	color: #c15804;
}

table.products {
	color: #005f8f;
}

.shop_input {
	width: 50px;
	font-size: 10px;
	border: 1px solid #005f8f;
	padding:0 1px;
}

table.product td {
	height: 30px;
	font-size: 11px;
	vertical-align: middle;
	color: #005f8f;
}

.alert {
	padding: 10px;
	color: red;
}

.hide {display: none}

.nav, .nav a {
	font-size: 11px;
	color: 728e78;
}

iframe {
	border: 1px solid black;

}


