html {
	overflow-y: scroll;
}

body {
	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;
	color: #000000;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

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

.success, .error {
	padding: 15px;
	border: 1px solid #333333;
	border-top: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-repeat: repeat;
	background-position: left top;
}

.error {
	background-image: url(../images/error.png);
}

.success {
	background-image: url(../images/success.png);
}

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

#header {
	position: relative;
	height: 99px;
	background-image: url(../images/wave.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	display: block;
	width: 125px;
	height: 99px;
	top: 0;
	left: 0;
	text-decoration: none;
	background-image: url(../images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#user {
	position: absolute;
	line-height: 20px;
	top: 56px;
	right: 0;
	color: #dfdfdf;
}

#user a {
	color: #dfdfdf;
	text-decoration: none;
}

#user span.separator {
	color: #b6b6b6;
	padding: 0 6px;
}

#slogan {
	position: absolute;
	top: 55px;
	left: 140px;
	color: #e0e0e0;
	font-size: 16px;
	font-weight: bold;
}

#navigation {
	line-height: 27px;
	height: 27px;
	background-image: url(../images/navigation_separator.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

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

#navigation ul li a {
	display: block;
	padding: 0 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

#navigation ul li.stalk a {
	display: inline-block;
	padding: 0;
}

#navigation ul li.stalk a img {
	vertical-align: middle;
	padding-bottom: 2px;
}

#b2b {
	float: right;
	line-height: 27px;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/navigation_separator.gif);
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#b2b span {
	display: inline-block;
	padding: 0 15px;
	line-height: 27px;
	height: 27px;
	background-image: url(../images/navigation_separator.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#b2b.active, #b2b:hover {
	color: #e20a16;
}

#session {
	float: right;
	display: inline-block;
	padding: 0 15px;
	line-height: 27px;
	height: 27px;
	background-image: url(../images/navigation_separator.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#session img {
	vertical-align: middle;
	padding: 0 0 2px 0;
	cursor: pointer;
}

#footer {
	position: relative;
	line-height: 24px;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding: 7px 0;
	margin: 18px 0;
	border-top: 1px solid #d0d0d0;
	text-align: center;
}

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

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

#stalk {
	position: absolute;
	left: 0;
	top: 4px;
}

#left {
	float: left;
	display: inline;
	width: 214px;
	margin: 15px 25px 0 0;
	overflow: hidden;
}

#center {
	position: relative;
	float: left;
	display: inline;
	width: 721px;
	margin: 15px 0 0 0;
	line-height: 18px;
}

#center h1 {
	color: #161616;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 26px;
}

.block {
	margin: 0 0 15px 0;
}

.block .title {
	line-height: 35px;
	height: 35px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	background-image: url(../images/block_title.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.block .content {
	border: 1px solid #dcdcdc;
	border-top: 0;
	padding: 15px 10px;
	line-height: 18px;
	background-image: url(../images/block_content.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.block ul li {
	border: 1px solid #cccccc;
	border-top: 0;
	line-height: 22px;
	background-color: #f2f2f2;
}

.block ul li a {
	display: block;
	text-decoration: none;
	padding: 0 10px 0 25px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.block ul li a:hover, .block ul li a.active {
	background-color: #4b4b4b;
	color: #FFFFFF;
}

.block ul li a.active {
	background-image: url(../images/arrow_white.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
}

#breadcrumbs {
	font-size: 11px;
	color: #666666;
	line-height: 33px;
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}

#breadcrumbs a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 0 13px 0 0;
	margin: 0 10px 0 0;
	background-image: url(../images/breadcrumbs.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.form_wrapper {
	margin: 15px 0;
}

.form_wrapper label {
	float: left;
	width: 200px;
	color: #343434;
	line-height: 23px;
	padding: 0 10px 0 0;
	text-align: right;
}

.form_text {
	border: 1px solid #c8c8c8;
	padding: 3px 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	width: 350px;
	height: 15px;
}

.form_area {
	border: 1px solid #c8c8c8;
	padding: 3px 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	width: 350px;
	height: 150px;
	overflow: auto;
	resize: none;
}

.form_select {
	border: 1px solid #c8c8c8;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	width: 356px;
	height: 25px;
}

.form_button {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(../images/button.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #5a5a5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 15px;
	margin: 0 10px 0 0;
	line-height: 21px;
	height: 23px;
	outline: 0;
}

#captcha {
	border: 1px solid #c8c8c8;
	border-top: 0;
	margin: 0 0 0 210px;
}

.submit_wrapper {
	border-top: 1px solid #bfbfbf;
	padding: 15px 0 15px 210px;
	margin: 25px 0 15px 0;
}

.form_focus {
	border: 1px solid #858585;
}

#galerija {
	margin: 25px 0 10px 0;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#galerija a {
	float: left;
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 0 10px 0 0;
}

.izkaznica {
	background-image: url(../images/dot_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	line-height: 28px;
}

.izkaznica span {
	float: left;
	width: 180px;
	line-height: 28px;
}

#kontaktne tr td {
	background-image: url(../images/dot_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#kontaktne tr.nodots td {
	background-image: none;
}

#kontaktne tr td.grey {
	background-color: #eeeeee;
}

.zaposlitev {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: justify;
}

.zaposlitev .date {
	float: right;
	font-size: 11px;
	color: #666666;
}

.maloprodaja {
	position: relative;
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #cccccc;
}

.maloprodaja .picture {
	float: left;
}

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

.maloprodaja .info {
	float: left;
	display: inline;
	padding: 0 0 0 15px;
	width: 250px;
}

.maloprodaja .schedule {
	float: right;
	display: inline;
	padding: 15px;
	width: 200px;
	background-color: #eeeeee;
}

.maloprodaja a.map {
	display: block;
	position: absolute;
	left: 494px;
	bottom: 10px;
	line-height: 18px;
	text-decoration: none;
	background-image: url(../images/icon_map.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.maloprodaja_selected {
	border: 1px solid red;
}

.znamka {
	float: left;
	width: 116px;
	height: 116px;
	border: 1px solid #cccccc;
	margin: 0 32px 32px 0;
	overflow: hidden;
}

#storitve table tr td {
	background-image: url(../images/dot_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 5px 10px;
}

#storitve table caption {
	background-color: #eeeeee;
	background-image: url(../images/arrow_down.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 35px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

h3 {
	color: #000000;
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px solid #8b8989;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

h3 a {
	float: right;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 0 0 0;
}

h4 {
	color: #333333;
	font-size: 14px;
	padding: 0;
}

#home_top {
	background-color: yellow;
}

#home_bottom {
	background-color: #cccccc;
	background-image: url(../images/home_bottom.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#home_bottom_inner {
	background-image: url(../images/shine.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#home_bottom .left {
	float: left;
	width: 658px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#home_bottom .right {
	float: left;
	width: 302px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#home_bottom .inner {
	padding: 10px;
}

#home_top {
	background-color: #cccccc;
	background-image: url(../images/home_top.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#home_top .left {
	float: left;
	width: 658px;
}

#home_top .right {
	float: left;
	width: 302px;
	line-height: 16px;
}

#home_top .inner {
	padding: 10px;
}

#news .item {
	margin: 0 0 15px 0;
	line-height: 18px;
}

#news .item .title {
	font-weight: bold;
	color: #000000;
}

#news .item .date {
	font-size: 11px;
	color: #666666;
	padding: 0 0 5px 0;
}

#news .item a img {
	vertical-align: middle;
	padding: 0 0 0 4px;
}

.program {
	float: left;
	display: inline;
	width: 195px;
	line-height: 24px;
	margin: 0 11px 11px 0;
	padding: 0 0 0 10px;
}

.program a:hover {
	text-decoration: none;
	color: #4c4c4c;
}

.archive {
	line-height: 30px;
	background-image: url(../images/dot_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.archive a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0 0 30px;
	background-image: url(../images/arrow_blue.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.archive a span {
	font-size: 10px;
	color: #666666;
}

.trgovina {
	background-image: url(../images/dot_darkgrey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	line-height: 17px;
	padding: 5px 0;
}

.trgovina img {
	vertical-align: middle;
}

.trgovina a {
	float: right;
	padding: 7px 0 0 0;
}

.slide {
	width: 658px;
	height: 242px;
}

#slidenav {
	line-height: 27px;
	background-color: #cf0b16;
	background-image: url(../images/slidenav.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#slidenav ul {
	float: left;
}

#slidenav ul li {
	float: left;
	display: inline;
	margin: 0 1px 0 0;
}

#slidenav ul li a {
	display: inline-block;
	background-image: url(../images/slide_off.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-decoration: none;
	color: #ffffff;
	padding: 0 9px;
}

#slidenav ul li a:hover, #slidenav ul li a.active {
	background-image: url(../images/slide_on.gif);
	color: #000000;
}

#slide_go {
	float: left;
	display: inline;
	padding: 0 0 0 30px;
	color: #FFFFFF;
	background-image: url(../images/arrow_white_big.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

#slide_go a {
	color: #FFFFFF;
	text-decoration: none;
}

#intro {
	padding: 30px 30px 0 30px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: justify;
}

#intro img {
	float: left;
	border: 1px solid #9c9c9c;
	margin: 0 20px 0 0;
}

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

#intro a {
	display: block;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

#kupon_intro {
	padding: 10px;
}

#intro_text {
	float: left;
	width: 345px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: justify;
	padding: 0 20px 0 15px;
}

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

#intro_text a {
	display: block;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

#kupon {
	position: relative;
	float: left;
	width: 255px;
	height: 179px;
	background-image: url(../images/kupon.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#kupon .desc {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 205px;
	line-height: 16px;
	color: #FFFFFF;
}

#kupon .date {
	position: absolute;
	color: #e8d5d6;
	font-size: 11px;
	left: 15px;
	bottom: 15px;
}

#kupon .form {
	width: 197px;
	height: 21px;
	position: absolute;
	overflow: hidden;
	left: 15px;
	bottom: 35px;
}

#kupon .form .text {
	float: left;
	border: 1px solid #333336;
	background-color: #ececec;
	width: 133px;
	padding: 1px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

#kupon .form .button {
	float: left;
	background-color: #666666;
	border: 1px solid #333336;
	border-left: 0;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 60px;
	line-height: 21px;
	height: 21px;
}

#kupon .more {
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#kupon .more a {
	color: #e8d5d6;
	font-size: 11px;
	text-decoration: none;
}

#search {
	width: 214px;
	height: 220px;
	display: block;
	background-image: url(../images/search.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#search .inner {
	padding: 10px;
}

#search .label {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 0 22px 0;
}

#search_submit {
	border: 1px solid #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	width: 60px;
	line-height: 12px;
}

#search_keyword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	padding: 2px;
	border: 1px solid #a7a7a7;
	background-color: #FFFFFF;
	width: 189px;
	margin: 0 0 15px 0;
}

#search_cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	padding: 1px;
	border: 1px solid #a7a7a7;
	background-color: #FFFFFF;
	width: 195px;
	margin: 0 0 15px 0;
}

#special_search {
	margin: 0 0 15px 0;
	line-height: 17px;
}

#special_search input {
	height: 13px;
	width: 13px;
	float: left;
	margin: 2px 5px 0 0;
}

#special_search a {
	text-decoration: none;
	line-height: 17px;
	color: #FFFFFF;
	font-size: 11px;
	cursor: help;
}

.fresh {
	float: left;
	display: inline;
	margin: 0 23px 23px 0;
	width: 349px;
	height: 132px;
	background-image: none;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.fresh .inner {
	position: relative;
	width: 349px;
	height: 132px;
	background-image: url(../images/b2b_fresh.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.fresh .inner .title {
	position: absolute;
	left: 140px;
	top: 4px;
	width: 200px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding: 2px 0;
	background-image: url(../images/dot_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.fresh .inner .desc {
	position: absolute;
	left: 140px;
	top: 32px;
	width: 200px;
}

.fresh .inner a {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 20px;
	background-image: url(../images/arrow_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #bf0f19;
	text-decoration: none;
	font-weight: bold;
	padding: 0 16px 0 0;
}

#b2b_navodila {
	margin: 0 0 20px 0;
	background-color: #f7f7f7;
	border: 1px solid #d0d0d0;
	padding: 0 10px 10px 10px;
	background-image: url(../images/navodila.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#b2b_navodila .title {
	line-height: 40px;
	font-weight: bold;
	color: #c3060d;
	font-size: 13px;
	background-image: url(../images/dot_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#b2b_navodila img {
	float: right;
	cursor: pointer;
	margin: 13px 0 0 0;
}

#b2b_navodila .text {
	padding: 10px;
}

#no_results {
	background-color: #f9f9f9;
	border: 1px solid #d0d1d1;
	text-align: center;
	padding: 70px 0;
}

#grid {
	border-top: 1px solid #dbdbdb;
	margin: 0 0 20px 0;
}

#grid table tr td {
	border-bottom: 1px solid #dbdbdb;
	padding: 8px 5px;
}

#grid table tr td.dots {
	background-image: url(../images/grid_separator.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#grid table tr.odd td {
	background-color: #eaeaea;
}

#grid table tr.odd td.number {
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	width: 25px;
	text-align: center;
}

#grid table tr.even td.number {
	font-weight: bold;
	color: #dbdbdb;
	font-size: 13px;
	width: 25px;
	text-align: center;
}

#grid table tr td.cart {
	width: 40px;
	text-align: center;
	vertical-align: middle;
}

#grid table tr td.code {
	text-align: center;
	width: 90px;
}

#grid table tr td.price {
	width: 80px;
	text-align: center;
	color: #e20a16;
	font-weight: bold;
	font-size: 14px;
}

#grid table tr td.price span {
	display: block;
	font-weight: normal;
	font-size: 11px;
}

#grid table tr td.name {
	font-size: 12px;
}

#grid table tr td.name .kataloska {
	display: block;
	font-size: 11px;
	color: #838383;
	padding: 2px 0 0 0;
}

#grid table tr td.name .skupina {
	display: block;
	font-size: 11px;
	color: #383838;
	padding: 2px 0 0 0;
}

#grid table tr td.name a {
	text-decoration: none;
}

#grid table tr td.name a img {
	vertical-align: top;
	padding: 0 4px 0 0;
}

#grid table tr td.stock {
	width: 80px;
	text-align: center;
}

#grid table tr td.stock img {
	vertical-align: middle;
}

#grid table tr td.stock span {
	display: block;
	padding: 0 0 7px 0;
}

#grid table tr td.cartprice {
	width: 60px;
	text-align: center;
	font-size: 12px;
}

#grid table tr td.rabat {
	width: 40px;
	text-align: center;
	font-size: 12px;
}

#grid table tr td.quantity {
	text-align: center;
	width: 70px;
}

#grid table tr td.quantity input {
	border: 1px solid #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 25px;
	padding: 2px;
	text-align: right;
}

#grid table tr td.quantity img {
	vertical-align: middle;
	padding: 0 0 0 3px;
	cursor: pointer;
}

#cart_header {
	border: 1px solid #bbbbbb;
}

#cart_header table tr td {
	padding: 8px 5px;
}

#cart_footer {
	border: 1px solid #bbbbbb;
	padding: 5px;
}

#cart_footer table tr td {
	padding: 3px 5px;
}

#cart_total {
	padding: 5px;
}

#cart_total table tr td {
	padding: 10px 5px;
	font-weight: bold;
	font-size: 16px;
}

#grid_head {
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	font-weight: bold;
	background-image: url(../images/grid_head.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#grid_head span {
	float: right;
	line-height: 30px;
	font-weight: normal;
	font-size: 11px;
	color: #767676;
}

#grid_head span img {
	vertical-align: middle;
}

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

#paging .next {
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 4px 0 0;
	background-image: url(../images/paging_right_right.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
}

#paging .next span {
	cursor: pointer;
	display: block;
	padding: 0 38px 0 14px;
	background-image: url(../images/paging_right_left.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

#paging .prev {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 0 0 4px;
	background-image: url(../images/paging_left_left.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

#paging .prev span {
	cursor: pointer;
	display: block;
	padding: 0 14px 0 38px;
	background-image: url(../images/paging_left_right.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
}

#paging .page {
	display: inline-block;
	text-decoration: none;
	padding: 0 6px;
	color: #ffffff;
	background-image: url(../images/paging_page.gif);
	background-position: left 4px;
	background-repeat: repeat-x;
}

#paging .page:hover, #paging a.active {
	background-image: url(../images/paging_active.gif);
}

.cart_section {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #f2f1f1;
	background-image: url(../images/dot_grey.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.cart_padding {
	padding: 5px 10px;
}

.cart_radio {
	line-height: 22px;
}

.cart_radio input {
	float: left;
	margin: 5px 5px 0 0;
}

.cart_radio span {
	float: left;
}

.cart_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	border: 1px solid #adadad;
	width: 325px;
	margin: 0 0 10px 0;
}

font.highlight {
	background-color: #b1e056;
	display: inline;
	padding: 0 2px;
}

#delivery_info {
	margin: 0 5px 15px 5px;
	background-color: #e6d2ab;
	border: 1px solid #caa98f;
	padding: 7px 0 7px 50px;
	background-image: url(../images/package.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

#priponke {
	margin: 25px 0 10px 0;
}

#priponke .title {
	font-weight: bold;
	line-height: 18px;
}

#priponke a {
	display: block;
	line-height: 16px;
	text-decoration: none;
	margin: 4px 0;
}

#priponke a img {
	vertical-align: middle;
	margin: 0 2px 0 0;
}

#priponke a:hover {
	color: #666666;
}

#b2bkatalogi {
	background-color: #F5F5F5;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	line-height: 20px;
}

#b2bkatalogi h1 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	line-height: 18px;
}

.tip_dimenzije {
	cursor: help;
}

/* ARHIV NAROCIL */

.order-details-row td div.details-inner {
	padding: 10px;
	border: 1px solid #e6e400;
	border-bottom: 0;
	border-top: 0;
	background-color: #fffe8a;
}

#grid table tr.order-details-row td div.details-inner table tr td {
	padding: 5px;
	border-bottom: 1px dotted #000000;
}

#grid table tr.order-details-row td div.details-inner table tr.noborder td {
	border: 0;
}

/* KAVCIJE */

.depositline {
	background-color: #f6f6f6;
	border: 1px solid #cecece;
	padding: 0 4px 0 24px;
	font-size: 11px;
	margin: 10px 0 0 0;
	line-height: 22px;
	background-image: url(../images/icon_attachment.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	width: auto;
}













