html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.msg {
	margin: -13px 0 8px 0;
	padding: 7px 35px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.success {
	background-color: #ccffcc;
	border: 1px solid #4dba4d;
	background-image: url(../images/msg_success.png);
}

.warn {
	background-color: #ffff99;
	border: 1px solid #d4d20e;
	background-image: url(../images/msg_warn.png);
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#header {
	height: 94px;
	position: relative;
}

#header a {
	float: left;
	z-index: 8;
}

#header #shadow {
	position: absolute;
	left: 180px;
	top: 0;
	width: 176px;
	height: 93px;
	background-image: url(../images/header_shadow.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 9999999;
}

#navigation {
	position: relative;
	height: 38px;
	line-height: 38px;
	background-image: url(../images/navigation.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 0 21px 0;
}

#navigation #langs {
	position: absolute;
	top: 8px;
	right: 12px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}

#navigation #lang {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 38px;
	line-height: 38px;
}

#navigation ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0 17px 0 16px;
	background-image: url(../images/navigation_separator.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#navigation ul li a:hover {
	color: #a5a4a2;
}

#navigation ul li a.active {
	font-weight: bold;
}

#navigation ul li.last a {
	background-image: none;
}

#left {
	float: left;
	width: 210px;
	margin: 0 30px 0 0;
}

#right {
	float: left;
	width: 730px;
	margin: 0;
}

#pre_footer {
	border-top: 2px solid #afafaf;
	line-height: 34px;
	text-align: center;
	margin: 30px 0 0 0;
}

#pre_footer a {
	text-decoration: none;
}

#footer {
	height: 24px;
	line-height: 24px;
	padding: 10px 0;
	margin: 0 0 30px 0;
	border-top: 2px solid #afafaf;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	font-size: 11px;
}

#footer img {
	vertical-align: middle;
	padding: 0 3px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

#leftmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 4px solid #cacaca;
}

#leftmenu li {
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#leftmenu li a {
	display: block;
	background-image: url(../images/menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #3a3a3a;
	text-decoration: none;
	padding: 0 18px;
	font-weight: bold;
}

#leftmenu li a:hover {
	background-position: left -29px;
	color: #FFFFFF;
}

#leftmenu li a.active {
	background-position: left -29px;
	color: #FFFFFF;
}

#breadcrumbs {
	background-image: url(../images/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0;
	padding: 0 1px 5px 1px;
	line-height: 12px;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs ul li {
	float: left;
	color: #000000;
	font-size: 11px;
	padding: 0 11px 0 0;
	background-image: url(../images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 11px solid #ffffff;
}

#breadcrumbs ul li#keyword_breadcrumb {
	background-image: none;
}

#breadcrumbs ul li a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-image: url(../images/grey_dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

h1.red_title {
	color: #cc0000;
}

h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}

h4 {
	margin: 0 0 1px 0;
	padding: 6px;
	background-color: #eeeeee;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}

#partners_block {
	padding: 35px 0 0 18px;
}

#partners_block .links {
	padding: 10px 0 0 3px;
}

#partners_block .links a {
	display: block;
	padding: 0 0 6px 0;
}

/*
 * GRID
 */

#product_grid tr td.head {
	padding: 7px 10px;
	background-image: url(../images/filter.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ababab;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 11px solid #ffffff;
}

#product_grid tr td.head_ponudba {
	border-right: 2px solid #ffffff;
	width: 40px;
	text-align: center;
}

#product_grid tr td.new {
	border-right: 2px solid #cc0000 !important;
}

#product_grid tr td.head_model {
	width: 120px;
	border-left: 2px solid #ffffff;
}

#product_grid tr td.head_model input {
	width: 115px;
	font-size: 11px;
	margin: 0;
	padding: 1px;
	border: 1px solid #a7a7a7;
}

#product_grid tr td.head_znamka {
	width: 120px;
	border-left: 2px solid #ffffff;
}

#product_grid tr td.head_znamka select {
	width: 115px;
}

#product_grid tr td.head_tip select {
	width: 220px;
}

#product_grid tr td.head_foto {
	border-left: 2px solid #ffffff;
	width: 35px;
	text-align: center;
}

#product_grid tr td.head_letnik {
	border-left: 2px solid #ffffff;
	width: 45px;
}

#product_grid tr td.head_letnik select {
	width: 55px;
}

#product_grid tr td.head select {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 1px solid #a7a7a7;
}

#product_grid tr td.cell {
	padding: 10px;
	border-bottom: 2px solid #ffffff;
	vertical-align: middle;
}

#product_grid tr.odd {
	background-color: #ededed;
}

#product_grid tr.even {
	background-color: #e5e5e5;
}

#product_grid tr.highlight_on {
	background-color: #dde4cc;
	cursor: pointer;
}

#product_grid tr td.ponudba {
	text-align: center;
	border-right: 2px solid #ffffff;
}

#product_grid tr td.letnik {
	text-align: center;
	border-left: 2px solid #ffffff;
}

#product_grid tr td.foto {
	text-align: center;
	border-left: 2px solid #ffffff;
}

#product_grid tr td.tip {
	font-size: 11px;
	color: #333333;
	font-style: italic;
}

#product_grid tr td.tip a {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

/*
 * SINGLE PRODUCT
 */

#product_left {
	float: left;
	width: 304px;
	margin: 0 15px 0 0;
}

#product_left a img {
	border: 1px solid #cacaca;
	padding: 1px;
}

#product_right {
	float: left;
	width: 410px;
}

#product_right .title, #product_left .title {
	background-image: url(../images/menu.gif);
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 29px;
	height: 29px;
	padding: 0 10px;
	font-weight: bold;
}

#product_right .even, #product_left .even {
	background-color: #f4f4f4;
}

.product_data {
	padding: 4px 8px;
}

.product_data span {
	float: right;
}

.data_text_box {
	padding: 5px 10px;
	background-color: #f4f4f4;
}

.data_text_box a {
	line-height: 20px;
	height: 20px;
	vertical-align: baseline;
	display: block;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
}

/*
 * FORMS
 */

#form .field_wrapper {
	padding: 0;
	margin: 0 0 5px 0;
	position: relative;
	zoom: 1;
}

#form .submit_wrapper {
	padding: 17px 0 0 0;
	margin: 17px 0 0 0;
	zoom: 1;
	width: 316px;
	background-image: url(../images/darkgrey_dot.gif);
	background-position: 235px top;
	background-repeat: repeat-x;
	border-left: 235px solid white;
}

#form .captcha_wrapper {
	height: 78px;
}

#form .field_wrapper input.field {
	float: left;
	border: 1px solid #a7a7a7;
	padding: 2px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 310px;
}

#form .field_wrapper select.select {
	float: none;
	border: 1px solid #a7a7a7;
	padding: 1px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 316px;
}

#form .field_wrapper textarea.area {
	float: left;
	border: 1px solid #a7a7a7;
	padding: 1px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 312px;
	height: 70px;
	overflow: auto;
	resize: none;
}

#form .field_wrapper img#captcha {
	position: absolute;
	left: 235px;
	top: 21px;
	border: 1px solid #a7a7a7;
	border-top: none;
}

#form .field_wrapper input.file {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#form .submit_wrapper input.button {
	float: left;
	line-height: 26px;
	height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 74px;
	text-align: center;
	background-image: url(../images/button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}

#form .field_wrapper label {
	float: left;
	width: 225px;
	line-height: 21px;
	height: 21px;
	text-align: right;
	padding: 0 10px 0 0;
}

#form .fieldset {
	padding: 8px 0 6px 235px;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

#form_intro {
	color: #333333;
	padding: 0 0 20px 0;
}

#company_intro {
	padding: 20px 0 12px 0;
	background-image: url(../images/grey_dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#company_intro .title {
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 16px 0;
}

#company_intro a.readmore {
	display: block;
	text-align: right;
	padding: 5px 0 0 0;
	color: #666666;
}
