/*
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
--- CSS v.2 FILE FOR NORTHLAND SLOVAKIA SITE CREATED BY MARTIN FUSKO 2009 ---
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
*/

/*
--------------
--- GLOBAL ---
--------------
*/

body {
	margin: 0px;
	padding: 0px; /* for Opera */
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;	/* for IE */
	color: #5f5f5e;
	background-color: #ffffff;
	background-image: url(../i/body_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

html:first-child body {	/* for Opera 9 */
	font-size: 80%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.separator {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}

#left_title_1 {
	position: absolute;
	left: 70px;
	top: 26px;
	width: 23px;
	height: 489px;
	background-image: url(../i/left_title_1_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#left_title_2 {
	position: absolute;
	left: 102px;
	top: 426px;
	width: 11px;
	height: 230px;
	background-image: url(../i/left_title_2_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
------------
--- MAIN ---
------------
*/

#main {
	position: relative;
	padding: 23px 0px 0px 0px;  /* top right bottom left */	
	margin: 0px 0px 0px 151px;  /* top right bottom left */	
	width: 953px;
	text-align: left;	/* for IE */
	background-image: url(../i/main_background.gif);
	background-repeat: repeat-y;
	background-position: 212px top;
}

/*
----------------
--- COLUMN_1 ---
----------------
*/

#main .column_1 {
	float: left;
	width: 198px;
	padding: 0px 0px 0px 0px;  /* top right bottom left */	
}

#column_1_top {
	position: absolute;
	left: -12px;
	top: 6px;
	width: 212px;
	height: 24px;
	background-image: url(../i/column_1_top_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#main .column_1 #logo {
	position: relative;
	width: 198px;
	height: 62px;
	padding: 0px 0px 20px 0px;  /* top right bottom left */	
	padding: 0px 0px 2px 0px;  /* top right bottom left */
	border-bottom: 1px solid #b3b3b3;
}

#main .column_1 #logo .flash_box{
	position: absolute;
	width: 198px;
	height: 62px;
	top: 0px;
	left: 0px;
}

/*
--------------
--- MENU_1 ---
--------------
*/

.menu_1_box h2 {
	padding: 18px 0px 0px 0px;  /* top right bottom left */
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #b3b3b3;
}

.menu_1_box .menu_1 {
	width: 178px;
	margin: 0px;
	padding: 0px 0px 0px 23px;  /* top right bottom left */
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
}

.menu_1_box .menu_1 li {
	padding: 3px 0px 0px 0px;  /* top right bottom left */
	color: #b3b3b3;
}

.menu_1_box .menu_1 a {
	font-weight: bold;	
	color: #d8231c;
}

.menu_1_box .menu_1_inner_1 {
	padding: 0;
	margin: 0 0 0 20px;
}

.menu_1_box .menu_1_inner_1 a {
	font-weight: bold;	
	color: #5f5f5e;
}

/*
----------------
--- COLUMN_2 ---
----------------
*/

#main .column_2 {
	float: left;
	width: 717px;
	padding: 0px 0px 0px 38px;  /* top right bottom left */	
}

* html #main .column_2 {
	padding: 0px 0px 0px 30px;  /* top right bottom left */	
}

#main .column_2 #header_image {
	position: relative;
}

#main .column_2 #header_image .flash_box {
	position: absolute;
	width: 717px;
	height: 180px;
	top: 0px;
	left: 0px;
}

#main .column_2 #breadcrumbs h1, #main .column_2 #breadcrumbs #arrow {
	float: left;
	margin: 0px;
	padding: 10px 0px 5px 18px; /* top right bottom left */
	font-family: Times New Roman, Times, serif;
	font-size: 190%;
	color: #da3a00;
	font-weight: normal;
	background-image: url(../i/h1_background.png);	
	background-repeat: no-repeat;
	background-position: 0px -9px;
}

#main .column_2 #breadcrumbs #arrow {
	height: 25px;
}

#main .column_2 .small {
	margin: 0px;
	padding: 15px 0px 5px 18px; /* top right bottom left */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-weight: normal;	
	color: #5f5f5e;
	background-image: url(../i/h1_small_background.png);	
	background-repeat: no-repeat;
	background-position: -2px -2px;	
}

#main .column_2 .small a {
	color: #5f5f5e;
	text-decoration: underline;
}

/*
------------------------
--- QUICK SEARCH_BOX ---
------------------------
*/

#quick_search_box {
	float: right;	
	height: 29px;
	font-size: 100%;
}

#quick_search_box table {
	position: relative;
	top: 10px;
	padding: 0px;
	border-collapse: collapse;
}

#quick_search_box td {
	vertical-align: middle;
	padding: 0px;
}

#quick_search_box #quick_search_input {
	width: 131px;
	height: 14px;
	padding: 3px 2px 2px 2px; /* top right bottom left */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5f5f5e;
	border: 1px solid #767675;
}

#quick_search_box #quick_search_button {
	padding: 0px 0px 0px 5px; /* top right bottom left */	
}

/*
---------------
--- CONTENT ---
---------------
*/

#content {
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content .top_box {
	float: left;
	width: 717px;
	height: 5px;
	font-size: 0px; /* IE 6 hack */
	background-image: url(../i/content_top_box_background.gif);	
	background-repeat: no-repeat;
	background-position: left top;
}

#content .content_box {
	float: left;
	width: 679px;
	font-size: 90%;
	padding: 17px 20px 20px 16px; /* top right bottom left */		
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

#content .bottom_box {
	float: left;
	width: 717px;
	height: 5px;
	font-size: 0px; /* IE 6 hack */
	background-image: url(../i/content_bottom_box_background.gif);	
	background-repeat: no-repeat;
	background-position: left top;
}

#content .content_box .left_box {
	float: left;
	width: 270px;
}

#content .content_box .big_thumbnail, #content .content_box .small_thumbnail {
	float: left;
	/*width: 266px;**/
	height: 239px;
	margin: 0px 0px 12px 0px; /* top right bottom left */
	padding: 0px; /* top right bottom left */	
	text-align: center;	
	background-image: url(/i/icon_zoom.gif);
	background-repeat: no-repeat; 
	background-position: bottom right;
	border: 1px solid #b3b3b3;
}

#content .content_box .small_thumbnail {
	width: 65px;
	height: 60px;
	margin: 0px 6px 12px 0px; /* top right bottom left */
}

#content .content_box .right_box {
	float: left;
	width: 390px;
	padding: 0px 0px 0px 16px; /* top right bottom left */
}

#content .content_box h1, #content .content_box h2{
	font-family: Times New Roman, Times, serif;
	font-size: 170%;
	font-weight: bold;
	color: #da3a00;
	margin: 0px;
	padding: 0px 0px 5px 0px; /* top right bottom left */
	border-bottom: 1px solid #b3b3b3;
}

.velke{
	/*font-family: Times New Roman, Times, serif;**/
	font-weight: bold;
	color: #da3a00;
	/*font-size: 16px;**/
}

#content .content_box .right_box .product_description {
	font-size: 100%;
	color: #da3a00;
	margin: 0px;
	padding: 10px 0px 0px 0px; /* top right bottom left */
}

.content_box .right_box ul  {
	margin: 0px;
	padding: 0 0 0 20px;  /* top right bottom left */
}

p{
	margin: 0;
	padding: 12px 0;
}

.content_box .right_box ul li {
	color: #b3b3b3;
}

.content_box .right_box .value {
	color: #da3a00;
}


.content_box .right_box h3 {
	font-size: 100%;
	font-weight: normal;
	color: #da3a00;

	margin: 0px 0px 11px 0px;
	padding: 30px 0px 5px 0px;

	border-bottom: 1px solid #b3b3b3;
}

.right_box .icon_box img {
	float: left;
	padding: 0px 8px 8px 0px; /* top right bottom left */
}

/*
--------------
--- FOOTER ---
--------------
*/

#footer {
	position: relative;
	width: 953px;
	height: 56px;
	margin: 0px 0px 0px 151px;  /* top right bottom left */		
	padding: 20px 0px 10px 0px; /* top right bottom left */	
	text-align: right;	/* for IE */
	font-size: 90%;
	color: #b3b3b3;
}

#footer a {
	color: #b3b3b3;
}

#footer a:hover {
	text-decoration: underline;
}
.no{
	display: none;
}
.bl{
	display: block;
}

.vr{
	border: 1px solid #E0E0E0;
	text-align: center;
	width: 219px;
	margin: 0 5px 15px 0;
	height: 220px;
	float: left;
	background: #FFFFFF;
	font-size: 11px;
}
.vr_h3{
	font-size: 11px;
	color: #D8231C;
}
.vr a, .vr a:hover{
	color: #D8231C;
	text-decoration: none;
}
.vr a:hover{
	text-decoration: underline;
}
.vr img{
	width: 200px;
}
.c{
	clear: both;
}
.zob{
	width: 205px;
	border: 1px solid #D0D0D0;
	margin-bottom: 14px;
}
.zob_sub{
	border: 1px solid #D0D0D0;
	font-weight: bold;
	background: #FFFFFF;
}
.nav{
	font-weight: bold;
	float: right;
	background: #FFFFFF;
	padding: 3px;
}
.nav #ozn{
	color: #FF0000;
	border: 1px solid;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-color: #FF0000;
}
.it{
	border: 1px solid #C0C0C0;
	width: 250px;
}
.pasik{
	width: 230px;
	height: 16px;
	overflow: hidden;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 115%;
	padding: 5px;
	margin-top: 6px;
	background: url(/i/pasik_mini.jpg) no-repeat;
}
.p1, .p2, .p3, .p4{
	float: left;
	width: 55px;
	display: block;
}
.p2, .p3{
	width: 58px;
}
.p3{
	text-align: right;
}
.p4{
	width: 49px;
	text-align: right;
}

.content_box a{
	color: #D8231C;
	text-decoration: none;
	font-weight: bold;
}
.content_box a:hover{
	text-decoration: underline;
}
.part{
	float: left;
	width: 300px;
}
.part table{
	width: 100%;
}

#zle2, #zle{
	font-weight: bold;
	color: red;
}
.tp{
	margin: 0;
	padding: 5px 0;
}
.sutaz label{
	display: block;
	color: #000000;
	margin-left: 12px;
	font-weight: normal;
}