html {
	overflow-y: scroll;
}

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

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

a:hover {
	text-decoration: none;
}

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

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.hidden {
	display: none;
}

#wrapper {
	background-color: #FFFFFF;
	width: 775px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/line.gif);
	background-position: right 46px;
	background-repeat: no-repeat;
	margin: 0 25px;
	height: 86px;
	position: relative;
	border-bottom: 3px solid #ec460c;
}

#logo {
	position: absolute;
	top: 16px;
	left: 0;
}

#slogan {
	position: absolute;
	left: 41px;
	top: 58px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	height: 20px;
	line-height: 20px;
}

#info {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 11px;
	color: #707070;
	line-height: 16px;
}

#info a {
	font-size: 11px;
	color: #707070;
	text-decoration: none;
}

#info span.separator {
	color: #f03701;
	padding: 0 4px;
	vertical-align: middle;
}

#user {
	position: absolute;
	right: 0;
	bottom: 11px;
	font-size: 11px;
	color: #333333;
	line-height: 19px;
}

#user a {
	font-size: 11px;
	color: #333333;
}

#user span.separator {
	color: #f03701;
	padding: 0 5px;
	vertical-align: middle;
}

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

#navigation ul {
	background-image: url(../images/navigation_border.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
}

#navigation ul li {
	background-image: url(../images/navigation_separator.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 12px;
	float: left;
	line-height: 30px;
	height: 30px;
}

#navigation ul li a {
	text-decoration: none;
	color: #333333;
}

#navigation ul li a:hover, #navigation ul li a.active {
	color: #eb3d00;
}

#navigation ul li.home a {
	background-image: url(../images/home_off.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 11px;
}

#navigation ul li.home a:hover, #navigation ul li.home a.active {
	background-image: url(../images/home_on.gif);
}

#b2b_button {
	float: right;
	width: 55px;
	height: 30px;
	line-height: 30px;
}

#b2b_button a {
	display: block;
	width: 55px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/b2b_off.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#b2b_button a:hover, #b2b_button a.active {
	background-image: url(../images/b2b_on.gif);
}

.success {
	background-image: url(../images/msg_success.png);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-color: #ccffcc;
	border: 1px solid #5ac95a;
	margin: 0 25px 15px 25px;
	padding: 7px 0 7px 30px;
	font-weight: bold;
}

.error {
	background-image: url(../images/msg_warn.png);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-color: #ffffce;
	border: 1px solid #ff9b08;
	margin: 0 25px 15px 25px;
	padding: 7px 0 7px 30px;
	font-weight: bold;
}

#main {
	min-height: 590px;
	height: auto !important;
	height: 590px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 18px 19px 20px 19px;
	line-height: 24px;
	height: 24px;
	width: 775px;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer span.separator {
	vertical-align: middle;
	color: #4d4d4d;
	padding: 0 6px;
}

#spletko {
	float: right;
	font-size: 11px;
	color: #666666;
	line-height: 24px;
	height: 24px;
}

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

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

#left {
	background-image: url(../images/left.gif);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
	display: inline;
	width: 209px;
	margin: 0 20px 20px 19px;
	overflow: hidden;
}

#right {
	float: left;
	display: inline;
	width: 502px;
	overflow: hidden;
	line-height: 16px;
	margin: 0 0 20px 0;
}

#top {
	background-image: url(../images/left_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
}

#bottom {
	background-image: url(../images/left_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
}

#column {
	margin: 0 0 0 6px;
	padding: 0 0 60px 0;
}

#column h3 {
	background-image: url(../images/h3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 0 7px;
	margin: 0 0 10px 0;
	color: #eb3d00;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	height: 22px;
}

#menu li {
	line-height: 21px;
}

#menu li a {
	text-decoration: none;
	padding: 0 10px 0 10px;
	display: block;
}

#menu li a:hover {
	color: #eb3d00;
}

#menu li a.active, #menu li a.active:hover {
	background-image: url(../images/menu_bullet.gif);
	background-position: 195px center;
	background-repeat: no-repeat;
	background-color: #d8d8d8;
	font-weight: bold;
	color: #000000;
}

#menu li.submenu a {
	padding: 0 10px 0 25px;
}

#menu li.submenu {
	background-image: url(../images/dot_grey.gif);
	background-position: 12px center;
	background-repeat: no-repeat;
}

#main h2 {
	line-height: 25px;
	height: 25px;
	background-image: url(../images/h2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 10px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-weight: bold;
}

#main h2 span {
	float: right;
}

#main h1 {
	color: #ee3d00;
	font-size: 16px;
	padding: 5px 0 10px 0;
}

#map_header {
	margin: 10px 0 0 0;
	border: 1px solid #999999;
	border-bottom: 0;
	background-color: #eeeeee;
	color: #4c4c4c;
	padding: 10px;
}

#map {
	width: 500px;
	height: 509px;
	overflow: hidden;
	background-color: #f6f6f6;
	border: 1px solid #999999;
}

#right ul {
	list-style-type: square;
	padding: 10px 20px;
	margin: 0;
}

#card .item {
	line-height: 24px;
	padding: 0 5px;
	font-size: 11px;
}

#card .even {
	background-color: #ececec;
}

#card .item span {
	float: left;
	font-weight: bold;
	width: 150px;
	line-height: 24px;
}

.form_wrapper {
	padding: 7px 0;
}

.form_wrapper label {
	float: left;
	color: #2b2b2b;
	line-height: 21px;
	width: 125px;
	padding: 0 5px 0 0;
	text-align: right;
}

.form_text {
	border: 1px solid #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	padding: 2px;
	height: 15px;
	width: 355px;
}

.form_textarea {
	border: 1px solid #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	padding: 2px;
	height: 100px;
	overflow: auto;
	width: 355px;
}

#captcha {
	float: left;
	margin: 0 0 0 130px;
	border: 1px solid #d5d5d5;
	border-top: 0;
}

.submit_wrapper {
	border-top: 1px solid #d5d5d5;
	padding: 10px 0 10px 130px;
	margin: 7px 0 0 0;
}

.form_button {
	border: 1px solid #adadad;
	background-image: url(../images/button.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 11px;
	color: #666666;
	height: 22px;
	width: 101px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#search_box {
	padding: 0 10px 40px 10px;
}

#search_submit {
	margin: 0;
	padding: 0;
	border: 1px solid #adadad;
	background-color: #dddddd;
	background-image: url(../images/button.gif);
	background-position: left center;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 22px;
	line-height: 20px;
}

#search_field {
	border: 1px solid #d5d5d5;
	margin: 0 0 7px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	width: 172px;
}

#search_category {
	border: 1px solid #d5d5d5;
	margin: 0 0 7px 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	width: 180px;
}

#newsletter_box {
	padding: 0 10px 40px 10px;
}

#newsletter_submit {
	margin: 0;
	padding: 0;
	border: 1px solid #adadad;
	background-color: #dddddd;
	background-image: url(../images/button.gif);
	background-position: left center;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 22px;
	line-height: 20px;
}

#newsletter_field {
	border: 1px solid #d5d5d5;
	margin: 0 0 7px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	width: 172px;
}

#newsletter_instructions {
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #d5d5d5;
	padding: 0 5px 10px 0;
	margin: 0 3px 10px 0;
}

#program {
	position: relative;
	width: 502px;
	height: 228px;
	margin: 0 0 10px 0;
}

#program .item .image_1 {
	border: 1px solid #d1d1d1;
	position: absolute;
	left: 0;
	top: 0;
}

#program .item .image_2 {
	border: 1px solid #d1d1d1;
	position: absolute;
	right: 0;
	top: 0;
}

#program .item .image_3 {
	border: 1px solid #d1d1d1;
	position: absolute;
	right: 0;
	bottom: 0;
}

#cloud {
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
}

#cloud a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	line-height: 28px;
	padding: 0 10px 0 0;
}

#cloud a:hover {
	color: #eb3d00;
}

.cloud_1 {font-size: 11px;}
.cloud_2 {font-size: 13px;}
.cloud_3 {font-size: 15px;}
.cloud_4 {font-size: 17px;}
.cloud_5 {font-size: 18px;}
.cloud_6 {font-size: 20px;}
.cloud_7 {font-size: 22px;}

#shop_note {
	padding: 15px 10px;
	margin: 0;
	border: 1px solid #eb5c2a;
	font-weight: normal;
	background-image: url(../images/shop_note_shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: justify;
	line-height: 16px;
}

#shop_note ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.product {
	padding: 10px 10px 5px 10px;
	margin: 0 0 10px 0;
	background-image: url(../images/product_shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.product .picture {
	float: left;
	width: 109px;
	height: 109px;
	border: 1px solid #cfcfcf;
}

.product .picture img {
	vertical-align: bottom;
}

.product .picture .smaller a {
	float: left;
	display: inline;
	margin: 8px 5px 0 0;
}

.product .picture .smaller img {
	border: 1px solid #cfcfcf;
	width: 50px;
}

.product .contents {
	float: left;
	width: 370px;
	min-height: 111px;
	height: auto !important;
	height: 111px;
}

.product_haspics .contents {
	min-height: 170px;
	height: auto !important;
	height: 170px;
}

.product .contents .code {
	float: right;
	color: #707070;
	font-size: 11px;
}

.product .contents .info {
	min-height: 85px;
	height: auto !important;
	height: 85px;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.product_haspics .contents .info {
	min-height: 144px;
	height: auto !important;
	height: 144px;
}

.product .contents .info a {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.product .contents .line {
	background-image: url(../images/product_line.gif);
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 26px;
	height: 26px;
	margin: 0 0 0 10px;
	color: #707070;
	font-size: 11px;
}

.product .contents .line span.price {
	font-weight: bold;
	font-size: 12px;
}

.product .contents .line span.separator {
	padding: 0 5px;
	color: #f03701;
	font-size: 12px;
}

.product .contents .line .add_to_cart {
	float: right;
	background-image: url(../images/small_addtocart.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	width: 24px;
}

.product .contents .line .add_to_cart:hover {
	color: #d7d7d7;
}

#pdf_katalog {
	margin: 0 0 15px 0;
}

.hot_item {
	float: left;
	display: inline-block;
	width: 162px;
	height: 190px;
	margin: 0 8px 18px 0;
	background-image: url(../images/hot_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.no_margin {
	margin-right: 0;
}

.hot_item .title {
	font-weight: bold;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	padding: 0 15px;
}

.hot_item .picture {
	border: 1px solid #f1f1f1;
	width: 109px;
	height: 109px;
	margin: 0 auto;
}

.hot_item .price {
	text-align: center;
	color: #eb3d00;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
}

#hot_see_more {
	float: right;
	line-height: 22px;
	height: 22px;
	padding: 0 34px 0 10px;
	margin: 10px 0 0 0;
	background-image: url(../images/black_button.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#hot_see_more:hover {
	color: #d7d7d7;
}

.paging {
	line-height: 25px;
	height: 25px;
	margin: 30px 0 0 0;
	text-align: center;
	background-image: url(../images/paging.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.paging .next {
	float: right;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline;
	text-decoration: none;
	background-image: url(../images/page_next.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.paging .prev {
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline;
	text-decoration: none;
	background-image: url(../images/page_prev.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.paging .page {
	display: inline-block;
	text-decoration: none;
	padding: 0 3px;
}

.paging .page:hover {
	color: #f03701;
}

.paging .active {
	font-weight: bold;
	color: #f03701;
}

#no_results {
	background-color: #f6f6f6;
	border: 1px solid #d8d8d8;
	padding: 60px 20px;
	text-align: center;
}

.smaller_links a {
	text-decoration: none;
	font-size: 11px;
}

#cart_grid tr.head td {
	border-bottom: 1px solid #000000;
	padding: 5px;
	font-weight: bold;
}

#cart_grid tr.cell td {
	padding: 5px;
}

#cart_grid tr.odd td {
	background-color: #ececec;
}

#cart_grid tr.topline td {
	border-top: 1px solid #000000;
}

.quantity_select {
	font-size: 11px;
	border: 1px solid #999999;
	padding: 1px;
	margin: 0;
	width: 45px;
}

#related {
	padding: 10px;
	margin: 20px 0 0 0;
	background-image: url(../images/product_shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#related span {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #cccccc;
}

#related .item {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

#related .item .picture {
	float: left;
	margin: 0 10px 0 0;
}

#related .item .picture img {
	border: 1px solid #cccccc;
	padding: 1px;
}

#related .item .name {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 6px 0;
}

#related .item .sifra {
	color: #666666;
}

#taskbar {
	line-height: 26px;
	height: 26px;
	background-image: url(../images/taskbar_db.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 45px 0 0 0;
}

#taskbar .left {
	float: left;
	background-image: url(../images/taskbar_left.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 0 10px 0 34px;
	text-decoration: none;
	color: #FFFFFF;
}

#taskbar .right {
	float: right;
	background-image: url(../images/taskbar_right.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding: 0 34px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.product_atts {
	padding: 10px;
	margin: 20px 0 0 0;
	background-image: url(../images/product_shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.product_atts span {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #cccccc;
}

.product_atts a {
	display: block;
	line-height: 20px;
	text-decoration: underline;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

/* LEVI TAG CLOUD */

#tag_cloud {
	padding: 0 10px;
	line-height: 20px;
	text-align: center;
}

#tag_cloud a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	line-height: 28px;
	padding: 0 10px 0 0;
}

#tag_cloud a:hover {
	color: #eb3d00;
	text-decoration: underline;
}

#tag_cloud a.cloud_1 {font-size: 10px;}
#tag_cloud a.cloud_2 {font-size: 11px;}
#tag_cloud a.cloud_3 {font-size: 12px;}
#tag_cloud a.cloud_4 {font-size: 13px;}
#tag_cloud a.cloud_5 {font-size: 14px;}
#tag_cloud a.cloud_6 {font-size: 15px;}
#tag_cloud a.cloud_7 {font-size: 16px;}

#iconcarthead {
	background-image: url(../images/topkosarica.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	display: inline-block;
}

/* POPRAVKI POPRAVKOV */

#shop_note_switch {
	display: block;
	line-height: 24px;
	text-decoration: none;
	background-color: #eb3d00;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 7px;
}
