/* --------------------------------------- */
/* ---- CSS for infinitysport.net -------- */
/* ---- Encoding: Katarina Pavlakovic ---- */
/* ---- Design: Tomaz Mihelj & Infinity -- */
/* ---- Production: Carpediem d.o.o. ----- */
/* --------------------------------------- */

body {
	margin: 0;
	background: url(../images/bg.jpg) left top repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.orange {
	color: #FF6600;
}

.blue {
	color: #00CCFF;
}



#container {
	margin: 0 auto;
	width: 999px;
}


/* --- GLAVA --- */

#header {
	background: url(../images/bg_header.jpg) left top no-repeat;
	height: 157px;
}

	#logo {
		float: left;
		width: 198px;
		height: 76px;
		padding: 39px 0 0 201px;
	}
	
	#head-right {
		float: right;
		width: 500px;
		text-align: right;
		padding: 70px 20px 0 0;
	}
	
		#head-right #search_mini_form input.input-text {
			background: url(../images/bg_search.gif) left top no-repeat;
			width: 171px;
			height: 14px;
			border: 0;
			padding: 4px 10px;
			color: #FF6600;
			font-size: 11px;
			font-weight: bold;
			text-align: right;
		}
		
		#head-right #search_mini_form button.button {
			width: 23px;
			height: 23px;
			border: none;
			background: url(../images/search_button.gif) left top no-repeat;
			margin: 0 16px 0 4px;
			cursor: pointer;
			padding: 0;
		}
		
			#head-right #search_mini_form button.button:hover {
				background: url(../images/search_button_on.gif) left top no-repeat;
			}
		
		#head-right #search_mini_form label, #head-right #search_mini_form button.button span { display: none; }
	
		#head-right ul {
			list-style: none;
			margin: 32px 0 0 0;
			padding: 0;
		}
			
			#head-right ul li {
				list-style: none;
				display: inline;
				font-weight: bold;
				background: url(../images/li_header.gif) left center no-repeat;
				padding: 0 4px 0 10px;
			}
			
			#head-right ul li.first {
				background: none;
			}
			
			#head-right ul li a {
				font-size: 12px;
				color: #999999;
			}
			
			#head-right ul li a:hover {
				color: #FFFFFF;
				text-decoration: none;
			}
	

/* --- GLAVNA NAVIGACIJA --- */

#nav-main {
	height: 63px;
	background: url(../images/bg_nav.jpg) left top no-repeat;
	border-bottom: 1px solid #2B2E34;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* 1 nivo */
	ul#nav {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		ul#nav li {
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
		}
		
		ul#nav a span {
			width: 166px;
			height: 40px;
			padding: 23px 0 0 0;
			display: block;
			border-right: 1px solid #000000;
			color: #AAA9A9;
			text-align: center;
			cursor: pointer;
		}
		
	
		ul#nav .nav-kiteboarding-windsurfing a span { width: 234px; color: #00CCFF; }
		ul#nav .nav-snowboarding-skiing a span { width: 194px; color: #00CCFF; }
		ul#nav .nav-sportfasion a span {	width: 146px; color: #00CCFF; }
		
		ul#nav .nav-ostala-ponudba a span {	width: 146px; color: #FF6600; }
		ul#nav .nav-akcije a span {	width: 115px; color: #FF6600; }
		
		ul#nav .nav-fotogalerija a span {
			border-right: 0;
			width: 159px;
			color: #FF6600;
		}
		
		ul#nav a span:hover, ul#nav a:hover {
			background: url(../images/bg_nav_on.gif) left bottom repeat-x;
			text-decoration: none;
			color: #FF6600;
		}

	
/* 2 nivo */
	ul#nav ul {
		position:absolute;
		left:-10000px;
		list-style: none;
		margin: 0;
		padding: 20px 0 10px 10px;
		font-size: 12px;
		width:989px;
		height: 275px;
		background: url(../images/bg_submenu.png) left top no-repeat;
		_background: url(../images/bg_submenu.jpg) left top no-repeat;
	}
		
		ul#nav ul li {
			list-style: none;
			float: left;
			padding: 0;
			margin: 0 0 0 10px;
		}
		
		ul#nav ul a span {
			height: auto;
			padding: 6px 0 0 0;
			display: block;
			border-bottom: 1px solid #5A5956;
			color: #AAA9A9;
			text-align: left;
		}
		
		ul#nav .nav-kiteboarding-windsurfing ul a span { width: 134px; color: #AAA9A9; }
		
		ul#nav .nav-snowboarding-skiing ul a span { width: 134px; color: #AAA9A9; }
			ul#nav .nav-snowboarding-skiing ul.level0 { margin-left: -235px; }
		
		ul#nav .nav-sportfasion ul a span {	width: 134px; color: #AAA9A9; }
			ul#nav .nav-sportfasion ul.level0 {	margin-left: -430px; }
		
		ul#nav .nav-ostala-ponudba ul a span {	width: 134px; color: #AAA9A9; }
			ul#nav .nav-ostala-ponudba ul.level0 {	margin-left: -577px; }
		
		ul#nav .nav-akcije ul a span { width: 134px; color: #AAA9A9; }
			ul#nav .nav-akcije ul.level0 {	margin-left: -724px; }
		
		ul#nav .nav-fotogalerija ul a span { width: 134px; color: #AAA9A9;	}
			ul#nav .nav-fotogalerija ul.level0 {	margin-left: -840px; }
		
		ul#nav ul a span:hover, ul#nav ul a:hover {
			background: none;
			text-decoration: none;
			color: #FF6600;
		}
	
	
/* 3 nivo */
	ul#nav ul ul {
		list-style: none;
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 11px;
		font-weight: normal;
		height: auto;
		margin-left: 0;
		background: none;
	}
		
		ul#nav ul ul li {
			list-style: none;
			padding: 0;
			margin: -10px 0 0 0;
		}
		
		ul#nav ul ul a span {
			width: 130px;
			height: auto;
			padding: 0 0 0 2px;
			display: block;
			border-bottom: 1px solid #202020;
			color: #AAA9A9;
			text-align: left;
		}
		
		ul#nav .nav-kiteboarding-windsurfing ul ul a span { width: 134px; }
		ul#nav .nav-snowboarding-skiing ul ul a span { width: 134px; }
		ul#nav .nav-sportfasion ul ul a span {	width: 134px; }
		ul#nav .nav-ostala-ponudba ul ul a span {	width: 134px; }
		ul#nav .nav-akcije ul ul a span {	width: 134px; }
		ul#nav .nav-fotogalerija ul ul a span {
			border-right: 0;
			width: 134px;
		}
		
/* 3 nivo, ki vsebuje še 4 nivo */
	ul#nav .nav-sportfasion ul .nav-sportfasion-otroska-oblacila-poletje-09 ul {
		font-weight: bold;
	}
	
	ul#nav ul ul ul li {	padding-left: 10px; }
	
	ul#nav .nav-kiteboarding-windsurfing ul ul ul a span, ul#nav .nav-snowboarding-skiing ul ul ul a span, ul#nav .nav-sportfasion ul ul ul a span, ul#nav .nav-ostala-ponudba ul ul ul a span, ul#nav .nav-akcije ul ul ul a span, ul#nav .nav-fotogalerija ul ul ul a span { width: 124px; }
		
/* 4 nivo */
	ul#nav .nav-sportfasion ul .nav-sportfasion-otroska-oblacila-poletje-09 ul ul {
		font-weight: normal;
	}
	
	/********** < Navigation */
		#nav { }
		
		/* All Levels */
		#nav li { position:relative; }
		#nav li.over { z-index:999; }

		/* 2nd Level */
		#nav ul li { float:none; border-bottom:1px solid #ddd; }
		#nav ul li.last { border-bottom:0; }
		#nav ul li a { float:none; color:#888 !important; }
		#nav ul li a:hover { color:#000 !important; }
		#nav ul li.active > a,
		#nav ul li.over > a  { font-weight:bold; color:#000 !important; }
		
		/* 3rd+ leven */
		#nav ul ul { top:7px; }
		
		/* Show Menu */
		#nav li.over > ul { left:0; }
		#nav li.over > ul li.over > ul { left:100px; }
		#nav li.over ul ul { left:-10000px; }
	/********** Navigation > */
	
	   ul#nav ul li.active a span, ul#nav ul li.active ul li.active a span, ul#nav ul li.active ul li.active ul li.active a span {
	   	color: #00CCFF;
	   }
			ul#nav ul li.active ul a span, ul#nav ul li.active ul li.active ul a span { color: #AAA9A9; }
			ul#nav ul li.active ul a span:hover, ul#nav ul li.active ul li.active ul a span:hover { color: #FF6600; }
		

			
/* --- GLAVNA SLIKA --- */

#head-image {
	height: 305px;
	background: url(../images/bg_head_image.jpg) left top no-repeat;
}



/* --- MAIN --- */

#main {
	background: #141415 url(../images/bg_main.jpg) left top repeat-x;
	width: 999px;
	padding-bottom: 20px;
}


/* --- MAIN LEVO --- */

	.col-left {
		float: left;
		width: 747px;
		padding: 0 7px;
		background: url(../images/bg_col_left.jpg) left top no-repeat;
	}
	
	
	/* --- UVODNA STRAN --- */
	
		.col-left h1 {
			font-size: 20px;
			margin: 0 0 16px 12px;
			text-transform: uppercase;
			font-weight: normal;
		}
		
		.col-left h2 {
			font-size: 20px;
			margin: 0 0 16px 12px;
			text-transform: uppercase;
			font-weight: normal;
		}
		
		.col-left h3 {
			font-size: 13px;
			margin: 8px 0 4px 0;
			font-weight: bold;
			text-align: center;
		}
		
		.col-left .buttons-set {
			padding-top: 10px;
		}
		
		.col-left .akcija-top {
			background: #545454 url(../images/bg_akcija_top.jpg) left top no-repeat;
			padding: 18px 0 6px 0;
			text-align: center;
		}
			
			.col-left .akcija-top ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			.col-left .akcija-top ul li {
				float: left;
				width: 173px;
				margin: 0 6px 0 7px;
				_margin: 0 6px 0 5px;
			}
			
			.col-left .product-image {
				background: url(../images/bg_akcija_img.gif) left top no-repeat;
				width: 173px;
				height: 196px;
				padding-top: 15px;
				cursor: pointer;
				text-align: center;
			}
			
				.col-left .product-image:hover {
					background: url(../images/bg_akcija_img_on.jpg) left top no-repeat;
				}
			
			.col-left .price-box {
				float: left;
				width: 106px;
				height: 39px;
				padding: 0px 14px 0 0;
				margin-top: 0px;
				background: url(../images/bg_price.jpg) left 16px no-repeat;
				font-size: 14px;
				font-weight: bold;
				color: #FF6600;
				text-align: right;
			}
			
			.col-left .add-to-cart {
				float: left;
				width: 51px;
				height: 51px;
			}
			
				.col-left .add-to-cart button.button {
						overflow:visible; width:51px; height: 51px; border:0; padding:0; margin: 0; background: url(../images/button_cart.jpg) left top no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
					}
					
					.col-left .add-to-cart button.button span {
						background: none;
						display: block;
						height: 51px;
						widows: 51px;
						padding: 0;
						margin: 0;
						float: none; 
					}
					
					.col-left .add-to-cart button.button:hover {
						background: url(../images/button_cart_on.jpg) left top no-repeat;
						text-decoration: none;
					}
					
				
				.col-left .out-of-stock {
					background: url(../images/button_cart_out.jpg) left top no-repeat;
					display: block;
					float: left;
					width: 51px;
					height: 51px;
				}
			
			.cms-index-index .col-left .akcija-top .pager, .cms-index-index .col-left .akcija-top .sorter, .col-left .akcija-top .category-products-bottom { display: none; }
			
			.category-akcije .col-left .category-products {
				background: #545454;
			}
			
		
		.col-left .akcija-bottom {
			background: url(../images/bg_akcija_bottom.jpg) left top no-repeat;
			height: 10px;
			overflow: hidden;
			margin-bottom: 24px;
		}
		
		
		/* --- UVODNA STRAN LEVO --- */
		
		.col-left .front-left {
			float: left;
			width: 365px;
			margin-right: 7px;
		}
		
			.col-left .front-left .darilni-bon {
				margin-bottom: 16px;
			}
			
				.col-left .front-left .darilni-bon h1 {
					margin-top: 0;
					padding: 0;
				}
				
				.col-left .front-left .darilni-bon p {
					margin: 0;
				}
			
			.col-left .front-left h2 {
				background: url(../images/bg_front_h2.jpg) left top no-repeat;
				height: 25px;
				padding: 2px 0 0 14px;
				text-transform: uppercase;
				font-weight: normal;
				font-size: 19px;
				margin: 0;
			}
			
			.col-left .front-left h3 {
				font-size: 12px;
				background: #0A0B0C;
				padding: 2px 14px;
				margin: 10px 0 8px 0;
				text-align: left;
			}
			
			.checkout-onepage-success .col-left h3, .sales-order-view .col-left h3 {
				text-align: left;
			}
			
			.col-left .front-left .date {
				font-weight: normal;
				float: right;
				width: 70px;
				text-align: right;
				font-size: 11px;
				padding-top: 1px;
			}
			
			.col-left .front-left p {
				margin: 0 14px 12px 14px;
				font-size: 11px;
			}
		
		
		/* --- UVODNA STRAN DESNO --- */
		
		.col-left .front-right {
			float: right;
			width: 375px;
		}
		
			.col-left .front-right .zadnji-top {
				background: #545454 url(../images/bg_zadnji_top.jpg) left top no-repeat;
				padding: 18px 0 6px 0;
				text-align: center;
			}
			
				.col-left .front-right .zadnji-top ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				.col-left .front-right .zadnji-top ul li {
					float: left;
					width: 173px;
					margin: 0 6px 0 7px;
					_margin: 0 6px 0 5px;
				}
				
				.col-left .front-right .zadnji-top .product-image {
					background: url(../images/bg_akcija_img.gif) left top no-repeat;
					width: 173px;
					height: 196px;
					padding-top: 15px;
					cursor: pointer;
				}
				
					.col-left .front-right .zadnji-top .product-image:hover {
						background: url(../images/bg_akcija_img_on.jpg) left top no-repeat;
					}
								
				.col-left .front-right .zadnji-top h2 {
					font-size: 13px;
					margin: 8px 0 0 0;
					font-weight: bold;
				}
				
				.col-left .front-right .zadnji-top .price-box {
					float: left;
					width: 106px;
					height: 39px;
					padding: 0px 14px 0 0;
					margin-top: 0px;
					background: url(../images/bg_price.jpg) left 16px no-repeat;
					font-size: 14px;
					font-weight: bold;
					color: #FF6600;
					text-align: right;
				}
				
				.col-left .front-right .zadnji-top .add-to-cart {
					float: left;
					width: 51px;
					height: 51px;
				}
				
					.col-left .front-right .zadnji-top .add-to-cart button.button {
						overflow:visible; width:51px; height: 51px; border:0; padding:0; margin: 0; background: url(../images/button_cart.jpg) left top no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
					}
					
					.col-left .front-right .zadnji-top .add-to-cart button.button span {
						background: none;
						display: block;
						height: 51px;
						widows: 51px;
						padding: 0;
						margin: 0;
						float: none; 
					}
					
					.col-left .front-right .zadnji-top .add-to-cart button.button:hover {
						background: url(../images/button_cart_on.jpg) left top no-repeat;
						text-decoration: none;
					}
				
			
				.col-left .front-right .zadnji-top .add-to-links, .col-left .front-right .zadnji-top .ratings { display: none; }
				
				.col-left .front-right .out-of-stock {
					background: url(../images/button_cart_out.jpg) left top no-repeat;
					display: block;
					float: left;
					width: 51px;
					height: 51px;
				}
				
			.col-left .front-right .zadnji-bottom {
				background: url(../images/bg_zadnji_bottom.jpg) left top no-repeat;
				height: 10px;
				overflow: hidden;
			}

			
			
	/* --- PODSTRANI --- */
				
		/* BreadCrumbs */ 
		.breadcrumbs { 
			margin: 0 0 16px 12px;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
			padding-top: 0px;
		}
		
			.breadcrumbs li { display:inline; }
			
			.breadcrumbs span { background: url(../images/bg_breadcrumb.jpg) right center no-repeat; padding: 0 3px 0 2px; }
			
			.breadcrumbs h1 { font-weight: normal; color: #FF6600; padding-right: 4px; font-size: 20px; white-space: nowrap; margin: 10px 0; }


			
/* --- SEZNAM IZDELKOV --- */
		
	.col-left .category-products {
		background: #545454 url(../images/bg_category_list_top.gif) left top no-repeat;
	}
		
		.col-left .category-products ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			
		.col-left .category-products ul li {
				float: left;
				width: 173px;
				height: 310px;
				_height: 330px;
				margin: 20px 6px 10px 7px;
				_margin: 0 6px 0 5px;
			}
		
		.category-fotogalerija .col-left .category-products ul li {
				float: left;
				width: 173px;
				height: 280px;
				_height: 300px;
				margin: 20px 6px 10px 7px;
				_margin: 0 6px 0 5px;
			}
		
		.col-left .category-products h3 {
			padding: 0;
		}
	
	.col-left .category-products-bottom {
		background: #545454 url(../images/bg_category_list_bottom.gif) left top no-repeat;
		height: 14px;
		overflow: hidden;
	}
	
	.col-left .category-title, .col-left .category-products .ratings {
		display: none;
	}
	
	
	/* skrij naslov na strani z akcijskimi cenami */
	.category-akcije h2 {
		display: none;
	}
	
	
/* --- STRAN Z IZDELKOM --- */
	
	
	/* Product Shop */
	.product-view .product-shop { float:right; width:340px; }
	.col-left .product-view .product-shop h2 { font-size: 18px; text-transform: none; background: url(../images/bg_sorter.gif) left bottom repeat-x; margin: 0 0 16px 0; padding: 0 7px; }
	.col-left .product-view .product-shop h3 { clear: both; font-size: 12px; text-transform: uppercase; padding: 20px 7px 0 7px; margin: 0 0 10px 0; background: url(../images/bg_pager.gif) left bottom repeat-x; text-align: left; }
	.product-view .product-name {}
	.product-view .short-description {  }
	.product-view .description { padding-bottom: 10px;  }
	
	.product-view .description ul { list-style: none; margin: 4px; padding: 0; }
	.product-view .description li { list-style: square; margin: 0 0 0 14px; padding: 0; }
	
	
	.product-collateral .reviews { clear: both; margin: 20px 6px 0 6px; background: #545454 url(../images/bg_product_collateral.jpg) left top no-repeat; padding: 18px 14px; }
	.product-collateral .reviews h3 { text-align: left; font-size: 14px; margin: 0 0 10px 0; padding: 0; text-transform: uppercase; }
	.product-collateral .reviews h5 { margin: 10px 0 6px 0; }

	.product-collateral dt { margin: 20px 0 0 0; }

	.product-collateral .reviews-bottom { margin: 0 6px; background: url(../images/bg_product_bottom.jpg) left top no-repeat; height: 13px; overflow: hidden; }

	.velika-slika p {
		width:295px;
		height: 295px;
		padding: 40px 35px 0 0;
	}
	.velika-slika p img {

	}
	#huy-magnifier {
		width:400px;
		height:300px;
		border:1px solid #000;
		background: #FFFFFF;
		margin-top: 24px;
	}

	
	/* Rating */
	.ratings {}
	.ratings .amount {}
	.ratings .rating-links {}
	.ratings dt {}
	.ratings dd {}
	.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; margin-bottom: 8px; }
	.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }
	
	/* Availability */
	.availability { margin: 0 7px; }
	.availability .in-stock { font-weight:bold; }
	.availability .out-of-stock { font-weight:bold; color:#f00; }


	/* Block: Related */
	.block-related { width:100%; }
	.block-related ol { margin-left: 10px;}
	.block-related li { float: left; width: 50px; padding:5px 5px 0 0; }
	.block-related li img {	border: 1px solid #D7D7D7;	}
	.block-related input.checkbox { float:left; margin-right:-20px; }
	.block-related .item {  }
	.block-related .even { background: none; }
	.block-related .item .product-details { margin-left:65px; }
	
	.block-related .item .product-image {
		background: none;
		width: 50px;
		height: 55px;
		padding-top: 15px;
		cursor: pointer;
		text-align: center;
	}
	

	
/* --- KOŠARICA --- */

	
	.col-left .cart-content, .col-left .totals {
		background: #545454 url(../images/bg_category_list_top.gif) left top no-repeat;
	}
	
	.col-left .totals {
		margin-top: 20px;
		padding: 10px 10px 0 10px;
	}
	
	.col-left .totals th { padding:1px 7px; border-bottom:1px dotted #5D5D5D; font-weight:bold; white-space:nowrap; }
 	.col-left .totals td { padding:1px 7px; border-bottom:1px dotted #5D5D5D; }
	
	.col-left .checkout-types { margin-top: 20px; text-align: right; }
	
	.col-left .checkout-types button.button {
						overflow:visible; width:180px; height: 30px; border:0; padding:0; margin: 0; background: url(../images/button_checkout.jpg) left top no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
					}
					
					.col-left .checkout-types button.button span {
						background: none;
						display: block;
						height: 51px;
						widows: 51px;
						padding: 0;
						margin: 0;
						float: none; 
						
						display: none;
					}
					
					.col-left .checkout-types button.button:hover {
						background: url(../images/button_checkout_on.jpg) left top no-repeat;
						text-decoration: none;
					}

	
	.col-left .cart-content-bottom {
		background: #545454 url(../images/bg_category_list_bottom.gif) left top no-repeat;
		height: 14px;
		overflow: hidden;
	}
	
	.col-left .cart-content {
		padding: 10px 10px 0 10px;
	}
	
	.cart-content .data-table, .col-left .totals table {
		width: 100%;
	}
	
		.cart-content .data-table td {
			padding: 4px;
		}
		
		.cart-content .data-table h3 {
			text-align: left;
		}
		
		.cart-content .data-table .even {
			background: #5C5C5C;
		}
		
		.cart-content .data-table tfoot .last {
			padding-top: 20px;
		}
	
	.cart-content .product-image {
		background: none;
		padding: 0;
		margin: 0;
		width: auto;
		height: auto;
	}
	
		.cart-content .product-image:hover {
			background: none;
		}
		
		.cart-content .product-image img {
			border: 1px solid #CCCCCC;
		}

	.discount, .shipping { display: none;	}
	
	
	.cart .crosssell {
		background: #545454 url(../images/bg_category_list_top.gif) left top no-repeat;
		margin-top: 20px;
	}
	
	.cart .crosssell ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			
		.cart .crosssell ul li {
				float: left;
				width: 173px;
				margin: 20px 6px 10px 7px;
				_margin: 0 6px 0 5px;
				text-align: center;
			}
		
		.cart .crosssell h3 {
			padding: 8px 10px;
			text-align: left;
			font-size: 14px;
			text-transform: uppercase;
		}
		
		.cart .crosssell p {
			padding: 0;
		}
		
		.cart .crosssell button.button {
			margin: 0;
		}
	
	.cart .crosssell-bottom {
		background: #545454 url(../images/bg_category_list_bottom.gif) left top no-repeat;
		height: 14px;
		overflow: hidden;
	}
	
		.cart .col2-set .col-1 {
			width: 100%;
		}
	
	
	
	/* Options Tool Tip */
	.item-options dt { font-weight:bold; font-style:italic; font-size: 12px; }
	.item-options dd { padding-left:10px; font-size: 12px; }
	.truncated { cursor:help; }
	.truncated a.dots { cursor:help; }
	.truncated a.details { cursor:help; }
	.truncated .truncated_full_value { position:relative; z-index:999; margin-left: 130px; }
	.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:100px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; color: #333333; }
	.truncated .show dl { top:-20px; left:50%; }
	.col-left .truncated .show dl { left:30px; top:7px; }
	.col-right .truncated .show dl  { left:-240px; top:7px; }
		
	
	
/* --- FIKSNE STRANI --- */
	
		.col-left .cms-pages, .account-create, .account-login, .dashboard, .product-review {
			padding: 0 12px;
		}
		
		.product-review {
			padding: 0 12px;
			width: 700px;
		}
		
		.review-customer-view .product-review {
			padding: 0;
			width: 747px;
		}
		
		.review-customer-view .product-review-top { margin: 0; background: #545454 url(../images/bg_category_list_top.gif) left top no-repeat; padding: 18px 10px 0 10px; }

		.review-customer-view .product-review-bottom { 
			background: #545454 url(../images/bg_category_list_bottom.gif) left top no-repeat;
			height: 14px;
			overflow: hidden;
		}
		
		.product-review .review-left {
			float: left;
			width: 150px;
		}
		
		.product-review .product-details {
			float: left;
			width: 500px;
			margin-left: 20px;
		}
		
		.col-left .cms-pages h2 {
			font-size: 18px;
			margin: 20px 0 6px 0;
		}
		
		.col-left .cms-pages h3, .account-create h3, .account-login h3, .dashboard h3, .product-review h3 {
			font-size: 14px;
			margin: 20px 0 2px 0;
			text-align: left;
		}
		
		.col-left .cms-pages h4, .dashboard h4, .col-left .cms-pages h5, .dashboard h5 {
			font-size: 13px;
			margin: 20px 0 2px 0;
			text-align: left;
		}
		
		.col-left .cms-pages p {
			margin: 12px 0 0 0;
		}
		
		.title-buttons button.button {
			margin-left: 12px;
		}
			
/* --- MAIN DESNO --- */
	
	.col-right {
		float: right;
		width: 229px;
		background: url(../images/bg_col_right.jpg) top right no-repeat;
		padding-right: 9px;
	}
	
		.col-right .block-login {
			background: #000000 url(../images/bg_right_mini_top.jpg) left 24px no-repeat;
			padding-bottom: 20px;
		}
			
			.col-right .block-login .form-login {
				padding: 10px 0 0 10px;
			}
		
			.col-right .block-login h4 {
				font-size: 16px;
				color: #51CA00;
				text-transform: uppercase;
				background: url(../images/bg_h1_right.jpg) left bottom no-repeat;
				height: 20px;
				padding: 4px 0 0 8px;
			}
			
			.col-right .block-login .input_mini_user {
				background: url(../images/bg_mini_user.jpg) left top no-repeat;
				border: 0;
				width: 186px;
				height: 16px;
				padding: 3px 10px;
				margin: 4px 0;
				font-size: 12px;
				color: #5F5F5F;
			}
			
			.col-right .block-login .input_mini_pass {
				background: url(../images/bg_mini_pass.jpg) left top no-repeat;
				border: 0;
				width: 106px;
				height: 16px;
				padding: 3px 10px;
				margin: 4px 0;
				font-size: 12px;
				color: #5F5F5F;
			}
			
			.col-right .block-login input.input_mini_button {
				background: url(../images/bg_mini_button_login.jpg) left top no-repeat;
				border: 0;
				width: 66px;
				height: 22px;
				font-size: 12px;
				color: #FFFFFF;
				margin: 0 0 0 6px;
				padding-bottom: 4px;
				cursor: pointer;
			}
			
				.col-right .block-login button.input_mini_button:hover {
					background: url(../images/bg_mini_button_login_on.jpg) left top no-repeat;
					color: #000000;
				}
			
			.col-right .block-login p.new-user {
				border-top: 1px solid #2F2F2F;
				border-bottom: 1px solid #2F2F2F;
				margin: 12px 11px 0 11px;
				padding: 3px 16px;
				background: url(../images/bg_new_user.jpg) left center no-repeat;
			}
			
		
		.col-right .block-cart {
			background: #000000 url(../images/bg_right_mini_bottom.jpg) left bottom no-repeat;
			padding-bottom: 20px;
			text-align: center;
			margin-bottom: 25px;
		}
		
			.col-right .block-cart p {
				margin: 8px 10px;
			}
			
			.col-right button.button_checkout {
				background: url(../images/bg_right_button_checkout.jpg) left top no-repeat;
				width: 146px;
				height: 22px;
				border: 0;
				cursor: pointer;
				color: #FFFFFF;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
				padding-bottom: 3px;
			}
			
				.col-right button.button_checkout:hover {
					background: url(../images/bg_right_button_checkout_on.jpg) left top no-repeat;
					color: #000000;
				}
			
			.col-right .block-cart .block-title h2 {
				display: none;
			}
			
			.col-right .block-cart h3 {
				font-size: 13px;
				text-align: left;
				margin: 20px 10px 0 10px;
				padding: 6px 0 0 0;
				border-top: 1px solid #2F2F2F;
			}
			
			.col-right .block-cart ol.mini-products-list {
				margin: 4px 10px 0 10px;
				text-align: left;
			}
			
				.col-right .block-cart ol.mini-products-list .product-image { border: 1px solid #333333; }
				
				.col-right .block-cart ol.mini-products-list .even { background: none; }
			
			.col-right .block-cart button.button {
						overflow:visible; width:146px; height: 22px; border:0; padding:0; margin: 0; background: url(../images/bg_right_button_checkout.jpg) left top no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
					}
					
					.col-right .block-cart button.button span {
						background: none;
						display: block;
						height: 22px;
						width: 146px;
						padding: 0;
						margin: 0;
						float: none; 
						text-transform: uppercase;
					}
					
					.col-right .block-cart button.button:hover {
						background: url(../images/bg_right_button_checkout_on.jpg) left top no-repeat;
						text-decoration: none;
					}
		
		.col-right .orange {
			color: #FF6600;
		}
		
		
	/* Block: Layered Navigation */
		.block-layered-nav {
			background: #000000 url(../images/bg_right_mini_bottom.jpg) left bottom no-repeat;
			padding-bottom: 20px;
			margin-bottom: 25px;
			font-size: 12px;
		}
		
			.block-layered-nav h2 {
				font-size: 16px;
				color: #51CA00;
				text-transform: uppercase;
				background: url(../images/bg_h1_right_filter.jpg) left bottom no-repeat;
				height: 20px;
				padding: 4px 0 0 8px;
				font-weight: bold;
			}
			
			.block-layered-nav h3 {
				font-size: 13px;
				padding: 8px 0 0 8px;
				font-weight: bold;
			}
			
			.block-layered-nav ol {
				list-style: none;
				margin: 10px 10px 0 20px;
				padding: 0;
			}
				
				.block-layered-nav ol li {
					margin-bottom: 2px;
				}
		
			.block-layered-nav dt { font-weight:bold; margin: 10px 10px 0 10px; background: url(../images/bg_sorter.gif) left top repeat-x; padding: 10px 0 0 5px; }
			.block-layered-nav .currently {}
			
			.block-layered-nav .actions { padding: 10px 0 0 8px; }
	
		
	/* Block: Info Navigation */
		.col-right .block-info {
			background: #000000 url(../images/bg_right_mini_bottom.jpg) left bottom no-repeat;
			padding-bottom: 20px;
			margin-bottom: 25px;
		}
		
			.col-right .block-info h4 {
				font-size: 16px;
				color: #51CA00;
				text-transform: uppercase;
				background: url(../images/bg_h1_right_info.jpg) left bottom no-repeat;
				height: 20px;
				padding: 4px 0 0 8px;
			}
			
			.col-right .block-info ul {
				list-style: none;
				margin: 10px 20px 0 20px;
				padding: 0;
			}
				
				.col-right .block-info ul li {
					margin-bottom: 2px;
				}

		.col-right .mini-priporocamo {
			background: #333333 url(../images/bg_right_mini_priporocamo_bottom.jpg) left bottom no-repeat;
			padding-bottom: 16px;
			margin-bottom: 25px;
		}
		
			.col-right .mini-priporocamo h1 {
				font-size: 16px;
				color: #FF6600;
				text-transform: uppercase;
				background: url(../images/bg_h1_right_priporocamo.jpg) left bottom no-repeat;
				height: 20px;
				padding: 4px 0 0 8px;
			}
			
			.col-right .mini-priporocamo .product-image {
				background: url(../images/bg_mini_priporocamo_img.jpg) center top no-repeat;
				text-align: center;
				width: 149px;
				height: 99px;
				padding-top: 8px;
				margin: 20px 0 0 38px;
				cursor: pointer;
			}
			
				.col-right .mini-priporocamo .product-image:hover {
					background: url(../images/bg_mini_priporocamo_img_on.jpg) center top no-repeat;
				}
			
			.col-right .mini-priporocamo h2 {
				font-size: 13px;
				margin: 8px 0 0 0;
				text-align: center;
			}
			
			.col-right .mini-priporocamo .price-box {
				margin-top: 4px;
				font-size: 14px;
				font-weight: bold;
				color: #FF6600;
				text-align: center;
			}
			
			
	/* Sidebar =============================================================================== */
	.block .actions { text-align:center; }
	.block .actions a { float:left; }
	
	/* Block: Account */
	.col-right .block-account {
			background: #000000;
			padding-bottom: 20px;
		}
			
			.col-right .block-account ul {
				margin: 10px 10px 0 10px;
				padding: 10px 10px 20px 10px;
				background: url(../images/bg_sorter.gif) left bottom repeat-x;
			}
		
			.col-right .block-account h2 {
				font-size: 16px;
				color: #51CA00;
				text-transform: uppercase;
				background: url(../images/bg_h1_right.jpg) left bottom no-repeat;
				height: 20px;
				padding: 4px 0 0 8px;
				font-weight: bold;
			}
	
	table#my-orders-table.data-table { width: 100%; }
	
	table#my-reviews-table.data-table { width: 733px; margin-left: 7px; background: #545454; }
	table#my-reviews-table.data-table td, table#wishlist-table.data-table td { padding-top: 4px; text-align: left; vertical-align: top; margin: 0; }
	table#my-reviews-table.data-table h3 { padding: 0; text-align: left; margin: 0; }
	
	table#wishlist-table.data-table { width: 100%; margin-bottom: 20px; }
	table#wishlist-table.data-table .price-box  { background: none; }
	table#wishlist-table.data-table .price-box .regular-price { padding-top: 10px; }
	
	/* Block: Currency Switcher */
	.block-currency {}
	.block-currency select { width:100%; border:1px solid #888; }
	
	
	.mini-products-list li { padding:5px 0; }
	.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
	.mini-products-list .product-details { margin-left:75px; }
	.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
	.mini-products-list .product-details .btn-remove { float:right; }
	
	/* Block: Wishlist */
	.block-wishlist { display: none; }
	
	/* Block: Compare Products */
	.block-compare { display: none; }
	.block-compare li { padding:5px 0; }
	
	/* Block: Viewed */
	.block-recent { display: none; }
	
	/* Block: Poll */
	.block-poll {}
	.block-poll input.radio { float:left; margin:3px -18px 0 0; }
	.block-poll .label { display:block; margin-left:18px; }
	.block-poll .answer {}
	.block-poll .votes { font-weight:bold; }
	
	/* Block: Tags */
	.block-tags ul,
	.block-tags li { display:inline; }
	
	/* Block: Subscribe */
	.block-subscribe {}
	
	/* Block: Reorder */
	.block-reorder { display: none; }
	.block-reorder li { padding:5px 0; }
	.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
	.block-reorder .label { display:block; margin-left:20px; }
	
	/* Block: Banner */
	.block-banner {}
	.block-banner .block-content { text-align:center; }
	
	/* Block: Checkout Progress */
	.block-progress {}
	.col-right .block-progress h2 {
				font-size: 16px;
				font-weight: bold;
				color: #51CA00;
				text-transform: uppercase;
				height: 20px;
				padding: 4px 0 0 8px;
			}
	.block-progress dt { font-weight:bold; padding: 10px; }
	.block-progress dt.complete,
	.block-progress dd.complete { background-color:#000000; padding: 10px; margin-bottom: 1px;  }	




/* --- NOGA --- */

#footer {
	background: url(../images/bg_footer.jpg) left top no-repeat;
	height: 247px;
	border-top: 1px solid #843C0B;
	font-size: 11px;
	text-align: center;
}
	
	#footer p {
		margin: 18px 0 18px 0;
	}
	
	#footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#footer ul li {
			list-style: none;
			padding: 0 6px 0 0;
			margin: 0 2px 0 0;
			display: inline;
			background: url(../images/li_footer.gif) right center no-repeat;
		}
		
			#footer ul li.last {
				background: none;
			}
	
	#footer .dobavitelji {
		height: 80px;
		margin-top: 26px;
	}
	
		#footer .dobavitelji img {
			margin: 5px;
		}
	
	#footer .production {
		margin: 32px auto 0 auto;
		width: 240px;
	}
		
		#footer .production a {
			display: block;
			width: 240px;
			height: 30px;
			background: url(../images/logo_carpediem.jpg) left top no-repeat;
		}
		
		#footer .production a:hover {
			background: url(../images/logo_carpediem_on.jpg) left top no-repeat;
			text-decoration: none;
		}

		
/* --- MAGENTO STUFF --- */

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
textarea { width: 400px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:1px solid #333333; padding:0 0 0 12px; background:#999999; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button:hover { background:#666666; color: #FFFFFF; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#FF6600; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#51CA00; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 16px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#000000; background-color:none; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#000000; background-color:none; background-image:url(../images/success_msg_icon.gif); color:#51CA00; }
.note-msg,
.notice-msg { border-color:#000000; background-color:none; color:#FF6600; }


/* Pager */ 
.pager { clear: both; border:0px solid #ddd; padding: 10px 5px 4px 5px; margin: 0 7px; text-align:center; background: url(../images/bg_pager.gif) left bottom repeat-x; font-size: 12px; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current { color: #FF6600; }

/* Sorter */ 
.sorter { border:0px solid #ddd; padding:3px 5px 4px 5px; margin: 0 7px; background: url(../images/bg_sorter.gif) left bottom repeat-x; font-size: 12px; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:338px; }
.data-table th { padding:1px 7px; border-bottom:1px dotted #5D5D5D; font-weight:bold; white-space:nowrap; }
.data-table td { padding:1px 7px; border-bottom:1px dotted #5D5D5D; }
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#5C5C5C; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0; }
.data-table tbody.even { background-color:#5C5C5C; }
.data-table tbody.even td { border-width:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color: none; }
.data-table td.value {}

/* Lists Decoration */
li.odd {}
li.even { background-color:#5C5C5C; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#5C5C5C; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

.std { padding: 0 7px; }


/* Category Page ========================================================================= */
.category-title { border-bottom:0px solid #ddd; margin:20px 0 10px 0; }
.category-image { display:block; margin:-373px 0 0 -7px; position: absolute; z-index: 100; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

.products-grid .add-to-links, .products-grid .price-label { display: none; }

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { margin: 0 6px; background: #545454 url(../images/bg_product_top.jpg) left top no-repeat; padding: 18px 14px; }

.product-view-bottom, .up-sell-bottom { margin: 0 6px; background: url(../images/bg_product_bottom.jpg) left top no-repeat; height: 13px; overflow: hidden; }

.product-essential {}

.product-collateral {}
.product-collateral h2 { color: #00CCFF; font-size: 20px; text-transform: uppercase; margin: 0; padding: 25px 10px 6px 10px; text-align: left; }

.up-sell { margin: 0 6px 0 6px; _margin: 0 4px 0 6px; background: #545454 url(../images/bg_product_collateral.jpg) left top no-repeat; padding: 18px 0 0 0; }

	.col-left .up-sell ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.col-left .up-sell ul li {
		float: left;
		width: 173px;
		margin: 0 4px 0 6px;
		_margin: 0 5px 0 4px;
	}


/* Product Images */

.col-left .product-view .velika-slika { min-height: 345px; height: auto !important; height: 345px; }
.col-left .product-view .product-img-box { float:left; width:347px; background: url(../images/bg_product_image_box.jpg) left top no-repeat; min-height: 363px; height: auto !important; height: 363px; }
.col-left .product-view .new-bck {background: url(../images/bg_product_image_box.gif) left top no-repeat;}
.col-left .product-view .product-img-box .product-image { text-align: center; width: 277px; margin: 22px 35px 0 35px; background: none; }
.col-left .product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.col-left .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; display: none; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:16px auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; width: 250px; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }

.product-view .product-img-box .more-views { margin-top:20px; background: url(../images/bg_product_more.jpg) left top no-repeat; padding: 1px 30px 0 30px; }
.product-view .product-img-box .more-views h3 { text-align: left; border-bottom: 1px solid #D7D7D7; color: #333333; font-size: 11px; text-transform: uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:4px 2px; background-color:#FFFFFF; margin:0 0 8px 4px; border: 1px solid #D7D7D7; }
.product-view .product-img-box .more-views-bottom { background: url(../images/bg_product_more_bottom.jpg) left top no-repeat; height: 11px; overflow: hidden; }

.product-view .product-img-box .more-views-video { margin-top:20px; background: url(../images/bg_product_more.jpg) left top no-repeat; padding: 14px 0 0 14px; }


.povezave { margin: 0 7px; }
.povezave a { background: url(../images/icon_sendfriend.jpg) left center no-repeat; padding-left: 26px; font-size: 12px; }
.povezave p a { background: url(../images/icon_review.jpg) left center no-repeat; }
.povezave .add-to-links a { background: url(../images/icon_wishlist.jpg) left center no-repeat; }
.povezave p { margin-bottom: 4px; }
.povezave .add-to-links { margin-top: 4px; }

.product-view .product-shop .povezave ul.add-to-links { visibility: visible; }
.product-view .product-shop ul.add-to-links { visibility: hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}


.sendfriend-product-send h3  { text-align: left; }


/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price { padding-top: 19px; }
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { padding-bottom: 3px; color: #FF6600; }
.old-price .price-label { white-space:nowrap; display: none; }
.old-price .price { font-weight:normal; text-decoration:line-through; font-size: 12px; color: #FF6600; }

.product-shop .add-to-box .no-options .old-price .price-label { white-space:nowrap; display: block; width: 100px; color: #FF6600; margin-top: -11px; }
.product-shop .add-to-box .no-options .old-price .price { font-weight:bold; text-decoration:line-through; font-size: 13px; }

/* Special price */
.special-price { color: #51CA00; }
.special-price .price-label { font-weight:bold; white-space:nowrap; display: none; color: #51CA00; }
.special-price .price { font-weight:bold; color: #51CA00; }
.special-to-date { display: block; font-size: 11px; color: #51CA00; font-weight: normal; }

.product-shop .add-to-box .no-options .special-price .price-label { font-weight:bold; white-space:nowrap; display: block; color: #51CA00; width: 100px; }
.product-shop .add-to-box .no-options .special-price .price { font-weight:bold; color: #51CA00; }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-cart-block-top {
	clear: both;
	background: #0A0B0C url(../images/bg_product_cart.jpg) left top no-repeat;
	height: 8px;
	overflow: hidden;
}
	
	.product-cart-block, .product-shop .add-to-box {
		background: #0A0B0C;
	}
	
	.product-shop .add-to-box {
		padding: 10px;
	}

.product-cart-block-bottom {
	background: #0A0B0C url(../images/bg_product_cart_bottom.jpg) left top no-repeat;
	height: 8px;
	overflow: hidden;
}

.product-options { padding:10px 0 0; }
.product-options dt, .col-left .product-view .product-shop .block-related h3 { font-weight:bold; background: url(../images/bg_sorter.gif) left bottom repeat-x; text-transform: none; padding: 10px 10px 0 10px; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { padding: 10px; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:30%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; display: none; }

.product-options-bottom { padding:10px; background: url(../images/bg_sorter.gif) left top repeat-x; }
.product-options-bottom .price-box, .product-shop .add-to-box .price-box { margin:0; background: none; padding: 0; float: none; width: auto; height: auto; text-align: left; }
.product-options-bottom .price-box .price, .product-shop .add-to-box .price-box .price, .add-to-cart .price { font-size: 25px; color: #FF6600; font-weight: bold; }
.product-options-bottom .price-box .old-price, .product-options-bottom .price-box .special-price { clear: both; }
.product-options-bottom .price-box .old-price .price { font-size: 14px; color: #FF6600; }
.product-options-bottom .regular-price, .product-shop .add-to-box .regular-price { padding: 0; margin: 0; }
.product-options-bottom .price-label, .add-to-cart .price-label { float: left; width: 100px; color: #FF6600; font-size: 13px; padding-top: 11px; font-weight: bold; }
.add-to-cart .regular-price .price-label, .product-options-bottom p.regular-price .price-label, .product-options-bottom p.regular-price b { padding-top: 0; color: #FFFFFF; }
.product-options-bottom .price-box .old-price .price-label { white-space:nowrap; display: inline; width: 100px; padding: 0; color: #FF6600; }
.product-options-bottom .price-box .special-price .price-label { font-weight:bold; white-space:nowrap; display: inline; width: 100px; color: #51CA00; }
.product-options-bottom .price-box .special-price .price { color: #51CA00; }

.product-options-bottom input.qty { float: left; width: 50px; margin: 0 5px; }

.product-shop .product-options-bottom .price-box { visibility: visible; }
.product-shop .price-box { visibility: hidden; }

.col-left .product-options-bottom .add-to-cart {
				float: left;
				width: auto;
				height: auto;
				margin-top: 10px;
			}
	
	.col-left .product-options-bottom .add-to-cart label, 
	.col-left .product-shop .add-to-box label { float: left; width: 60px; padding: 4px 0 0 0; margin: 0; font-weight: bold; }
	
	.col-left .product-shop .add-to-cart { width: 320px; padding: 10px 0 10px 0; height: auto; }
	
	.col-left .product-options-bottom .add-to-cart input.qty, 
	.col-left .product-shop .add-to-box input.qty { background: url(../images/bg_add_to_cart_input.jpg) left top no-repeat; width:73px !important; height: 19px; padding: 3px 5px; text-align: center; font-size: 16px; border: 0; margin-right: 10px; font-weight: bold; }

	.col-left .product-options-bottom .add-to-cart button.button, 
	.col-left .product-shop .add-to-box button.button {
						float: left; overflow:visible; width:150px; height: 25px; border:0; padding:0; margin: 0; background: url(../images/button_product_add_to_cart.jpg) left top no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
					}
		
		.col-left .product-options-bottom .add-to-cart button.button span, 
		.col-left .product-shop .add-to-box button.button span {
			background: none;
			display: block;
			height: 25px;
			width: 150px;
			padding: 0;
			margin: 0;
			float: none; 
			
			display: none;
		}
		
		.col-left .product-options-bottom .add-to-cart button.button:hover, 
		.col-left .product-shop .add-to-box button.button:hover {
			background: url(../images/button_product_add_to_cart_on.jpg) left top no-repeat;
			text-decoration: none;
		}

/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; }
.opc li.section { border-bottom:0; }
.opc .step-title { background-color:#333333; padding:0 5px; text-align:right; color: #666666; border-bottom:1px solid #545454; }
.opc .step-title .number { float:left; line-height:22px; margin:0 8px; padding-top: 7px; }
.opc .step-title h3 { float:left; }
.opc h4 { margin: 10px 0 20px 0; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#F06000; cursor:default; color: #FFFFFF; font-size: 16px; }
.opc .active .step-title h3 { font-size:16px; }
.opc .step { position:relative; background-color:#545454; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc .col-2 button.button { float: right; }
.opc .col-1 { background: #494949; padding: 20px; width: 333px; }
.opc .col-2 { padding: 20px; width: 334px; }

.opc ul { margin: 10px; }

.opc ul.form-list li { margin-bottom: 6px; }

.opc #opc-billing .step .required, .opc #checkout-step-billing.step .buttons-set  { padding: 0 20px 20px 20px; }
.opc .buttons-set  { text-align: right; padding-top: 10px; }

.opc #opc-shipping_method .step, .opc #opc-payment .step, .opc #opc-review .step { padding: 20px; }
.opc #opc-review .step .buttons-set { padding: 20px 0; }

.opc table#checkout-review-table { width: 100%; }
.opc table#checkout-review-table tr.even { background: #5C5C5C; }

.opc table#checkout-review-table tfoot { background: #333333; }
.opc table#checkout-review-table th, .opc table#checkout-review-table td { padding: 6px 10px; }

.opc #opc-review button.button {
						overflow:visible; width:180px; height: 30px; border:0; padding:0; margin: 0; background: url(../images/button_checkout.jpg) left top no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
					}
					
					.opc #opc-review button.button span {
						background: none;
						display: block;
						height: 51px;
						widows: 51px;
						padding: 0;
						margin: 0;
						float: none; 
						
						display: none;
					}
					
					.opc #opc-review button.button:hover {
						background: url(../images/button_checkout_on.jpg) left top no-repeat;
						text-decoration: none;
					}

					
.input-box { margin-bottom: 10px; }

					

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

.registered-users li { margin-top: 10px; }

.account-login button.button { float: right; }

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */

/* uros */
.col-left .pi-alter {
	background: url(../images/bg_akcija_img2.gif) no-repeat;
	width: 173px; height: 196px;
	padding-top: 15px; cursor: pointer;
}
.col-left .pi-alter:hover {
	background: url(../images/bg_akcija_img2_over.gif) no-repeat;
	/*background: url(../images/bg_akcija_img_on.jpg) left top no-repeat;*/
	/*background-color: red;*/
}
.col-left div.pi-alter a {display: block; margin-left: 6px; width: 161px; height: 180px;}
.col-left div.pi-alter a:hover {text-decoration: none;}