﻿
*
{
	padding: 0; margin: 0;
}

html
{
	padding: 0;
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}

body
{
	position: relative;
	font: 11pt Georgia, times, serif;
	background-color: #e8f5f5;
	background-image: url(/img/bg_blue.gif);
	background-repeat: repeat;
	line-height: 1.6;
	color: #353535;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 0px;
	padding: 0;
	z-index: 1;
}

p
{
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

a
{
	color: #299aad;
	text-decoration: none;
}

a:hover
{
	color: #299aad;
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

ul
{
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 30px;
	list-style-type: circle;
	vertical-align: middle;
}

ol 
{
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 30px;
	list-style: decimal;
	vertical-align: middle;
}

h1
{
	font: 19pt "normal Arial", Geneva, Helvetica, sans-serif;
	margin-bottom: 12px;
	color : #f49130;
}

h2
{
	font: 13pt Georgia, times, serif;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #f49130;
}

h1.fullContent
{
	padding-left: 30px;
	margin-top: 15px;
	width: 750px;
	float: left;
}

textarea,
input
{
	font: 10pt Tahoma;
}

input.button
{
	padding: 1px 8px 1px 8px;
}

img
{
	border: none;
}

img.border
{
	border: #c2c2c2 1px solid;
	padding: 5px;
}

div.question
{
	padding-bottom: 3px;
	padding-top: 10px;
	color: #f07c2e;
}

div.answer
{
	padding-bottom: 5px;
}

div.product100,
div.product
{
	letter-spacing : 0px;
	padding-bottom: 20px;
	padding-right: 15px;
	width: 210px;
	float: left;
}

div.product100
{
	height: 148px;
}

div.product100 .name,
div.product .name
{
	font: bold 11pt/1.3 Arial, Geneva, Helvetica, sans-serif;
	text-align: center;
	color: #299aad;
	width: 210px;
}

div.product100 .name,
div.product100
{
	width: 110px;
}

div.product .description
{
	text-align: center;
	height: 18px;
	width: 210px;
}

div.fullProduct
{
	padding-bottom: 20px;
	float: left;
}

div.fullProduct .photo-150,
div.fullProduct .photo
{
	padding-right: 15px;
	width: 210px;
	float: left;
}

div.fullProduct .photo-150
{
	width: 160px;
}

div.fullProduct .name
{
	font: bold 11pt/1.3 Arial, Geneva, Helvetica, sans-serif;
	padding-bottom: 7px;
	color: #299aad;
	width: 500px;
	float: left;
}

div.fullProduct .description
{
	width: 500px;
	float: left;	
}

div.fullProduct div.content-200 .description,
div.fullProduct div.content-200 .name,
div.fullProduct div.content-200
{
	padding-right: 15px;
	width: 130px;
	float: left;
}

div.fullProduct div.content-150 .description,
div.fullProduct div.content-150 .name,
div.fullProduct div.content-150
{
	padding-right: 15px;
	width: 180px;
	float: left;
}

div.questionnaire
{
	padding-left: 3px;
}

div.questionnaire .title
{
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 20px;
	color: #299aad;
}

div.questionnaire .answer
{
	padding-left: 5px;
	height: 20px;
}

div.questionnaire .vote-button
{
	padding-left: 5px;
	padding-top: 5px;
}

div.questionnaire .error
{
	padding-top: 10px;
}

div.questionnaire .vote-count
{
	padding-top: 10px;
	padding-left: 5px;
	font-size: 70%;
}

div.questionnaire .procent
{
	padding-left: 5px;
}

div.questionnaire .procent div
{
	background-color: #f49130;
	border: 1px solid #f49130;
	float: left;
}

.required
{
	font-size: xx-small;
	color: #cf6008;
}

.bold
{
	font-weight: bold;
}

.important
{
	color: #f07c2e;
}

.error
{
	color: #cf6008;
}

.sample
{
	font-size: 11px;
	color: #707070;
}

.price
{
	color: #883f0e;
}

.grid th
{
	background: url(/img/bg_th.gif) #dddedf repeat-x;
	padding: 0px 8px 0px 8px;
	font-weight: normal;
	height: 25px;
}

.grid tr
{
	background-color: #f2f1f1;
}

.grid td
{
	padding: 0px 8px 0px 8px;
	height: 25px;
}

.grid .saveBasket
{
	width: 50px;
}

.addToBasket img
{
	margin-top: 5px;
	cursor: pointer;
}

#panel
{
	width: 991px;
	height: auto;
	background-color: #ffffff !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden !important;
	z-index: 1;
}

#header
{
	position: relative;
	padding-top: 20px;
	padding-left: 15px;
	float: left;
	width: 255px;
	height: 75px;
	z-index: 2;
}

#headerCenter
{
	position: relative;
	float: left;
	padding-top: 10px;
	width: 360px;
	height: 85px;
	z-index: 2;
}

#search
{
	border: #346b94 1px solid;
	margin-left: 60px;
	height: 22px;
}

#basket
{
	background: url(/img/bg_basket.gif) no-repeat;
	padding-left: 130px;
	padding-top: 3px;
	padding-right: 10px;
	position: absolute;
	font: 10pt Tahoma;
	margin-left: 70px;
	margin-top: 7px;
	height: 44px;
}

#search .searchButton
{
	background: url(/img/search.gif) #fff no-repeat;
	display: inline-block;
	border-width: 0px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 1px;
	float: right;
}

#search .searchTextBox
{
	font-size: italic;
	border-width: 0px;
	color: #aaa;
	height: 19px;
	width: 270px;
	padding-left: 5px;
	padding-top: 3px;
	float: left;
}

#search .focusTextBox
{
	color: #000;
}

#phone
{
	position: relative;
	background-image: url(/img/phone.jpg);
	background-position: 70px 19px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	width: 360px;
	height: 60px;
	z-index: 2;
}

#order
{
	font: 12pt Tahoma;
	text-align: right;
	padding-right: 53px;
	width: 307px;
	height: 26px;
	z-index: 2;
	float: left;
}

#departure
{
	font: 12pt Tahoma;
	text-align: right;
	border-bottom: #ececec 2px solid;
	margin-right: 15px;
	padding-right: 159px;
	width: 187px;
	float: right;
	height: 35px;
}

#order a,
#departure a
{
	text-decoration: underline;
}

#order a:hover,
#departure a:hover
{
	text-decoration: none;
}

#content
{
	position: relative;
	background-color: transparent;
	width: 991px;
	z-index: 1;
	height: auto;
}

#publish-buttons
{
	padding-right: 25px;
	padding-top: 13px;
	float: right;
}

#title
{
	z-index: 10;
	border-bottom: #8fcbd3 1px solid;
	position: relative;
	background-color: transparent;
	margin-top: 5px;
	width: 971px;
	float: left;
	height: 60px;
	margin-left: 10px;
}

#fullContent
{
	padding-right: 40px;
	padding-left: 40px;
	font: 10pt Tahoma;
	width: 911px;
	float: left;
}

#centerContent
{
	width: 615px;
	float: left;
}

#centerContent img
{
	margin-bottom: 10px;
}

#photos a img
{
	border: #c2c2c2 1px solid;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	float: left;
}

#photos a.selected img
{
	border: #cf6008 1px solid;
}

#separator
{
	background-image: url(/img/bg_green.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	width: 971px;
	height: 32px;
	z-index: 15;
	float: left;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 991px;
}

#copyright
{
	background-color: transparent;
	position: relative;
	text-align: right;
	height: 25;
	z-index: 16;
	float: left;
	font: 8pt Arial;
	width: 637px;
}

#seo
{
	position: relative;
	padding-bottom: 3px;
	text-align: right;
	width: 672px;
	float: left;
}

#seo a
{
	font: 9pt/1.5 Arial, Geneva, Helvetica, sans-serif;
	color: #135d69;
}

#counters
{
	width: 100px;
	padding-right: 13px;
	float: right;
}
