/************************************
	html redefiniranje
************************************/

/*
#9BB6F5 plava
#9b7607 narančasta
#131212 siva
#121111 svijetlocrna
*/

body, html, div, p, span, table, address,
a, img, dl, dt, dd, fieldset, ul, li, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	/*z-index: 1;*/
}
.clear
{
	clear: both;
}
*:focus {outline: none;}
html { padding-bottom: 10px; }

body {
	font: normal 62.5% Arial, Tahoma sans-serif;
	background:  #796146 url(assets/mainBg.png) 0 0 repeat-x;
	color: #fff;
}
body.book{background-color:#000; background-image:none; text-align:center; padding-top:10px;}

h1, h2, h3, h4, h5, span.heading {
	font-family: Arial, Tahoma sans-serif;
	font-weight: normal;
	color:#9f845a
}

span.heading {display:block; clear:both; font-size:36px; padding:0 0 8px 10px; text-transform:uppercase; color:#443f3f}

h1 { 
	display: none; 
}

dt {
	font-weight: bold;
	margin-top: 10px;
	clear: left;
}

table {width:100%; border-collapse:collapse; margin:10px 0;}

caption {display: none;}

th {white-space: nowrap;}

td, th {padding: 5px;}

thead {}

tfoot {text-align:right; background-color:#121111; color:#9f845a; font-weight:bold;}

ul {list-style:none;}

fieldset {margin-top:10px;}

#page legend { display none; }

address {font-size:14px; line-height:1.4em;  font-style:normal; color:#fff; padding:0 10px 10px 10px;}

address strong{font-size:16px; color:#be7110}

a:link, a:visited { color:#9f845a; text-decoration:none;}

a:hover, a:active {text-decoration:none; color:#ccc}

li.last{border:none !important}



/************************************
	LAYOUT
************************************/

/*form#form1 {
	text-align: left;
	width: expression(document.body.clientWidth > 850 ? "850px" : "94%");
	max-width: 850px;
	width: 94%;
	margin: 10px auto 0 auto;
	line-height: 1.5em;
	
}*/

div[id="page"], div[id="checkout-page"], div[id="footer"] {
	position: relative;
	width: 970px;
	margin:0 auto;
	background:transparent url(assets/contentBg.png) repeat-y right top;
}
div[id="footer"] {
	background:transparent url(assets/footerBg.png) no-repeat left top;
	height:40px;
	padding-top:5px;
}
*html #footer{width: 940px; margin:0 auto; background-color:#000; height:40px; padding-top:5px;}

#header{
	width: 940px;
	height: 233px;
	margin: 0 auto;
	background:transparent url(assets/headerBg.png) no-repeat left top;
	position: relative;
}
#header ul {
	list-style-type: none;
	width: 386px;
	height:25px;
	float: left;
	padding:10px 0 0 0;
	margin-top:175px;
}
#header ul.right{float:right;}

#header  ul li {float: left; padding:0 10px; border-right:solid 1px #999}


#header  ul.left li {width: 125px; padding: 0px;}


#header  ul.right li{padding:0px; width: 120px; text-align: center;}

#header ul li a{color:#fff; text-transform:uppercase; font-size:12px;}

#header ul li a:hover{color:#ccc}	

#header a.logo{position:absolute; text-indent:-9000px; width:140px; height:140px; top:40px ; left:386px;}

#breadcrumbs {width:938px; text-align:left; margin:0 auto; background-color:#000}	

#breadcrumbs ul{padding:0 0 0 12px !important;}
#breadcrumbs ul, #breadcrumbs ul li, #breadcrumbs ul li a {color:#fff;}
#breadcrumbs ul li a { color:#9F845A; }
#breadcrumbs ul li a:hover { color:#fff; }
#breadcrumbs ul li.home a { color:#fff; }
#content 
{	
	text-align: left;
	display:block;
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding-top: 0px;
	overflow:hidden;
	background:#000 url(assets/bottomContent.png) no-repeat left bottom;
}
*html #content{background:#000 none}

#footer ul{float:left; padding-left:24px; margin-right:110px; }
#footer ul li{display:inline; padding-right:16px}

#footer p {margin:0;}

#footer a.MTN{float:right; top:0; margin:-16px 0 0 0; width:162px; height:22px; padding-right:14px; text-indent:-9000px}
*html #footer a.MTN{text-indent:0; width:180px;}

#sidebar {
	width:270px;
	float: left;
	padding: 10px 0 0 0;
	overflow:hidden;
}

#main-content {
	/*width: 68.5%;*/
	width:664px;
	float: right;
	padding: 10px 0 20px 0;	
	overflow:visible;
}

#main-content .welcome{float:left; font-size:13px; padding:0 10px 10px 10px; line-height:1.4em;}
#main-content .welcome h2, #main-content .welcome span{display:inline; padding-right:3px; font-size:16px; text-transform:uppercase; color:#be7110}
#main-content .welcome span h2{margin:0; padding:0; clear:none; display:inline;}

#main-content .welcome a {color: #BE7110;}



/************************************
	HEADER
************************************/

#header a { 
	display: block; 
}

#header img {
	display: block;
	margin: 0 10px 0 0;
}

#header p {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -0.75em 0 0 -7.5em; /* Lijeva margina bi se trebala "postelati" u odnosu na duljinu slogana */
}

#header p strong{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}

#header .meta-navigation .basket {
	
	position: absolute;
	right: 15px;
	top: 7px;
	width: 85px;
	height: 40px;
	background: transparent url(assets/basketBg.png) 0 0 no-repeat;
	color:#9f845a;
	font-size:12px;
	line-height: 2.6em;
	padding-left: 40px;
	text-decoration:none;
}
*html #header .meta-navigation .basket {background: transparent url(assets/basketBg.gif) 0 0 no-repeat;}

.login, .userlinks-orders {
	position: absolute;
	right:12px;
	top:12px;
	font-size:10px !important;
	padding:4px 20px 4px 0;
	text-decoration:none;
	background: transparent url(assets/exit.png) right center no-repeat;
}
.userlinks-orders 
{
	text-transform:uppercase; 
	color:#fff !important; 
	font-size:12px; 
	background: transparent url(assets/orders.png) right center no-repeat;
}
a.userlinks-orders:hover{color:#ccc !important} 
.login{right:140px;}	
	
#breadcrumbs ul {padding-left: 270px; margin-top:5px; margin-bottom:5px;}

#breadcrumbs ul li {display: inline;}

/************************************
	SIDEBAR
************************************/

.sidebar-section {padding: 20px 10px 30px 10px; margin-bottom: 20px;}
.sidebar-section a.tattoo-logo
{
	float:left; 
	width:260px; 
	height:275px; 
	background: transparent url(assets/tattoo_and_piercing_studio_zagreb.png) left top no-repeat;
	text-indent:-9000px
}
*html .sidebar-section a.tattoo-logo{background: transparent url(assets/tattoo_and_piercing_studio_zagreb.gif) left top no-repeat;}

.address {
	padding: 0;
	margin: 30px 10px 20px 10px;
	float:left;
}

.address h3, h3.note, .buy, h3.adresa-naslov {display:none;}

fieldset.searchBox 
{
	padding:0 4px 0 10px;	
}

fieldset.searchBox input.field 
{
	border:solid 1px #7c7c7c;
	background:#343232 none;
	float:left;
	width:220px;
	padding:2px;
	line-height:1em;
	color:#fff
}

fieldset.searchBox input.button 
{
	width:20px;
	height:20px;
	border:none;
	float:right;
	cursor:pointer;
	background: transparent url(assets/searchBtn.jpg) left top no-repeat;
}

fieldset.searchBox label, fieldset.searchBox legend, fieldset.searchBox .checkbox{display:none;}


/************************************
	MAIN-CONTENT
************************************/

ul.product-list-boxes{float: right; width: 99%; padding: 0 1% 0 0;}

#selected-products {
	display: block;
	float:right;
	position: relative;
	padding:0 0 20px 10px;	
}

#selected-products h2 {display:none}
	
#selected-products ul.top-products-cols li, ul.product-list-boxes li{
	width:310px;
	float:left;
	height:220px;
	display: block;
	margin:0 12px 20px 0;
	background:transparent url(assets/prodBg_tr.png) no-repeat right top;
	position:relative
}
*html #selected-products ul.top-products-cols li, *html ul.product-list-boxes li{background:none}

.action-price-daysValid dt, .action-price-daysValid dd{float:left !important; padding-right:5px !important; margin:0 !important;}


#selected-products .all-currencies ul li{position:relative;}

#selected-products h3, #products-list h3, table.product-variants h4{font-size: 1.4em; margin:5px 0 10px 0; text-transform:uppercase;}

#selected-products h3, #products-list h3{padding:0 0 0 4px; display:block; height:18px;}



#selected-products ul.top-products-cols img, .product-list-boxes img{
	float: left;
	padding: 5px;
	/*border: 1px solid #dedede;*/
	margin: 16px 0 10px 16px;
	
}

#selected-products ul.top-products-cols p.code, .product-list-boxes p.code{float:left; clear:both; padding:4px 0 0 5px;}

#selected-products a:hover{color:#be7110 !important}

dl.list-price, dl.action-price {float: left; padding-left:8px;}

dl.list-price dd {display: block;}

.local-currency {
	color: #9f845a;
	font-size: 18px;
}

dt.price {color:#fff; margin-top:8px;}

dd.preview-currencies {
	color:#fff;
	padding:3px;
	display:block;
}
dd.preview-currencies span{
	padding:3px 0;
	display:block;
}
dd.all-currencies {position: relative;}

dd.all-currencies ul {display: block;}

dd.all-currencies-tooltip ul li, 
div.all-currencies-tooltip ul li,
#selected-products div.all-currencies-tooltip ul li
 {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100px;
	background-color:transparent;
}

.all-currencies .all-currencies-tooltip {
	position: absolute;
	z-index: 90;
	background-color: #000;
	width: 300px;
	right:-35px;
	top: -10px;
	margin: 0.25em 0 0 0;
	padding: 5px;
	/********** rub boxa za sve valute - original **********/
	border: 1px solid #831717;
	font-weight: normal;
	text-align: left;
	color:#be7110;

}
.stupac2 .all-currencies .all-currencies-tooltip{ left:auto; right:0;}

.all-currencies .all-currencies-tooltip ul{text-align:right;}
.all-currencies .all-currencies-tooltip ul li{
	width:86px!important;
	height:auto !important;
	float:left;
	text-align:right;
	padding:0 !important;
	background-image:none !important;
}
.all-currencies .all-currencies-tooltip p{color:#fff;}
#checkout-page .all-currencies .all-currencies-tooltip p{padding-top:0px; margin-top:-15px; color:#fff;}


/*Actions*/

li.actionslist-category span.actionslist-category-name
{
	display:block; 
	clear:both; 
	font-size:16px; 
	padding:0; 
	text-transform:uppercase; 
	color:#666;
	margin:8px 0 14px 0;
}

ul.actionslist-categories ul.actionslist-products li{
	width:650px;
	float:left;
	height:115px;
	display: block;
	margin:0 12px 16px 0;
	background:#1d1d1d none;
	position:relative;
}
*html ul.actionslist-products li{background:none}
ul.actionslist-products .actionslist-product-name 
{
	font-size: 1.5em;
	width:640px; 
	text-transform:uppercase;
	background-color:#301919; 
	margin:0 0 6px 0; 
	padding:2px 5px 2px 5px; 
	display:block; 
	height:20px; 
}
ul.actionslist-products li img  {
	float: left;
	padding: 2px;
	margin:0 12px;
	
}
ul.actionslist-products dl{float:left; clear:none;}
ul.actionslist-products dl dt, ul.actionslist-products dl dd{margin:0 12px}

ul.actionslist-products .all-currencies-tooltip ul li{margin: 0.25em 0 0 0; background:none;}

ul.actionslist-products dl.list-price .all-currencies .all-currencies-tooltip {left: 5px; top: -10px;}


/************************************
	PRODUCTS-LIST
************************************/
#products-list{padding-bottom:20px;}
#products-list .sort {padding:10px 0; color:#fff; margin-bottom:20px; clear:both;}

#products-list .sort .list-sort{float:right; margin-top:-6px;}
#products-list .sort .list-sort span{float:left;padding: 5px 4px 0 0; font-size:12px;}
#products-list .sort .list-sort select{float:left}

#products-list .sort p span{float:left; font-size:16px; padding:5px 228px 0 12px; color:#fff; padding-bottom: 5px}
#products-list .sort span.yes, #products-list .sort span.no{width:390px; padding:0 22px 0 10px;}

#products-list .sort span.sort_text{float:left; font-size:12px; padding:6px 0 0 0}

#products-list .sort select
{
	color:#000;	
	float:right;
	font-size:12px;
	padding:2px;
	margin:0 15px 0 0	
}

.listed-product dl {display:block; float:left; clear:left;}

#products-list fieldset,
#product-details fieldset {display:block; float:left; font-size:12px;}

#product-details fieldset .title, #product-details fieldset .dropdown, 
#product-details fieldset .basket{float:left; width:560px; clear:both;}


#product-details fieldset .basket{padding-top:20px}

#product-details fieldset div select{float:left; clear:both; margin-top:4px;}

#product-details fieldset .basket span{float:left; clear:none; padding:5px 3px 0 0}

#products-list fieldset{width:140px; position:absolute; right:22px; bottom:8px;}
#products-list fieldset label, #products-list fieldset input{float:left; font-size:11px;}
#products-list fieldset label{padding-top:10px;}
#products-list fieldset input{margin-left:8px;}

a.add-to-basket 
{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: transparent url(assets/basketBg.png) no-repeat right top;
	text-indent:-9000px;	
}
*html a.add-to-basket{background: transparent url(assets/basketBg.gif) no-repeat right top;}

#main-content ul.pagination {
	display: block;
	float: left;
	text-align: center;
	width: 70%;
	padding: 0 1%;
	margin-top: 10px;
}

#main-content ul.pagination li {display: inline; margin: 0 3px;}

#main-content ul.pagination li span {border:1px solid #262626 ;padding:0 0.25em;}
	
.product-list-image img,
.product-akcije-image img {
    display:inline-block;
    width:110px; height:110px;
}
.product-akcije-image img {
    width:74px; height:74px;
}

/************************************
	PRODUCT-DETAILS
************************************/

#product-details {width:620px; padding:4px 20px; float: left;}

#product-details table {float:left; clear:both;}

#product-details h2 {float:right; width:300px; font-size:2em; margin:0; padding:0 0 0 4px;}

#product-details h3 {font-size:1.7em; float:left; clear:left; width:100%;}

#product-details .product-code{float:left; padding:0 0 0 10px;}

#product-details dl{float:left; width:280px; clear:both}

#product-details dl.product-attributes {float:left; clear:both; width:100%; font-size:12px; padding-left:10px; line-height:1.4em}

img.thumbnail {float:left; cursor:pointer;padding: 5px;}

#product-details fieldset {float:left; clear:both; padding-left:10px; }

#product-details fieldset a.add-to-basket
{
	width:auto; 
	display:block;
	text-indent:0;  
	text-transform:uppercase; 
	font-size:12px; 
	padding:8px 32px 0 10px
}

table.product-variants {clear: both;}

table.product-variants caption {
	display: block;
	font-size: 1.7em;
	text-align: left;
	padding: 0;
	margin: 10px 0;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

table.product-variants td {padding:0 1%; width:48%;}

table.product-variants  fieldset {display:block; margin:10px 0; width: 95%;}

.listprice-striked {text-decoration:line-through;}

.fakelink { 
	display: block;	
	cursor: help; 
	font-size:11px;
	color: #9f845a;
	text-decoration: underline;
}

.quantity {text-align:right;}

#product-details label, .listed-product label {
	float: left;
	display: block;
	height: 18px;
	padding: 4px 0;
	margin-right: 5px;
	color:#fff;
	font-size:12px;
}
#product-details input{float:left;}
input.quantity 
{
	border:solid 1px #ccc;
	background-color:#000;
	float: left;		
	font-size:11px;	
	vertical-align: middle;	
	width: 30px;
	padding-top:5px;
	height:16px;
	color:#fff;	
	margin-right: 5px;
}

/*---- varijanta proizvoda (dropdown) ---- */
.dropdown-varijanta {
    position:relative;
    background-color:#121111;
    font-size:12px;
    padding:5px;
    width:400px !important;
    border-top:1px solid #510f10;
}

.dropdown-varijanta .display .arrow_btn {
    cursor:pointer;
    display:block;
    height:25px; width:25px;
    position:absolute;
    top:0; right:0;
    background:url(assets/arrow_down.gif) no-repeat 50% 50%;	
}

.dropdown-varijanta .value{display:none;}


/* dropdown styles */
.dropdown-varijanta.items {
  display:block;
  list-style-type:none;
  z-index:9999;
  cursor:pointer;
  position:absolute;
  margin:5px 0 0 -5px;
  width:100%;
  border-top:none;
}

.dropdown-varijanta.items li {
    display:block;
    margin:0;
    padding:5px !important;
    border-top:1px solid #424242 !important;
}

.dropdown-varijanta.items li>.item {
    display:block;
    text-decoration:none;
}

.dropdown-varijanta.items li>.item em,
.dropdown-varijanta .text em {
    font-style:normal;
    text-decoration:line-through;
}

.dropdown-varijanta.items li>.item>.text { display:inline-block;*display:inline;zoom:1; }
.dropdown-varijanta.items li.selected>.item,
.dropdown-varijanta.items li.hover>.item {
    color:#be7110;
}
.dropdown-varijanta.items li.disabled>.item { color:#999; }
.dropdown-varijanta.items .value { display:none; }
	
	
/************************************
	BASKET
************************************/
#basket-content{width:620px; padding:10px 16px 0 0; float:right;}

#basket-content ul li a:link, #basket-content ul li a:link  {text-decoration:none;}

#basket-content table, #checkout-page table.confirm-product-list, #checkout-page table.orders{color:#fff; margin-top:0; font-size:12px;}

table.orders td.left{text-align:left}
table.orders td.right{text-align:right}
table.orders td.center{text-align:center}

#basket-content table a, #checkout-page table.confirm-product-list a, #checkout-page table.orders a{font-size:12px}

#basket-content table thead th, #checkout-page table.confirm-product-list thead, #checkout-page table.orders thead
{
	color:#fff; 
	border:solid 1px #424242 !important;  
	font-size:12px;
}

#basket-content td, #checkout-page table.confirm-product-list td, #checkout-page table.orders td{ border:solid 1px #424242; }

#basket-content tfoot td, #checkout-page table.orders tfoot td, #checkout-page .confirm-product-list tfoot td  {background-color:#121111; color:#9f845a; font-size:12px;}

#basket-content ul li {display:block; float: left; margin-right:10px;}

#basket-content table input {width:3em; text-align:right;}

#basket-content input
{
	border:solid 1px #fff;
	background-color:#000;
	font-size:11px;	
	vertical-align: middle;	
	width: 30px;
	padding:3px;
	height:12px;
	color:#fff;	
	margin-right: 5px;
}
.taxnote{color:#fff; padding:0 0 12px 20px;}


a.basket-continue, a.basket-recalculate, 
a.basket-empty, a.basket-buy 
{
	float: left;
	font-size:12px;
	display: block;
	height: 19px;
	padding:6px 0 0 28px;
	margin-right:26px;
	line-height:1em;
	background: transparent url(assets/basket-button.png) 0 0 no-repeat;
}
*html a.basket-continue, *html a.basket-recalculate, *html a.basket-empty, *html a.basket-buy{margin-right:13px;} 

a.basket-buy 
{
	font-weight:bold;
	width: 60px;
	height: 19px;
	padding:6px 0 0 30px;	
	background: transparent url(assets/basket_go.png) 0 0 no-repeat; 
}
*html a.basket-buy{background: transparent url(assets/basket_go.gif) 0 0 no-repeat; } 
/************************************
	CHECKOUT
************************************/

#checkout-page #header
{
	width:938px;
	height:129px;
	margin:0 auto;
	background-image: url(assets/fullscreenBg.png);
	background-repeat:no-repeat;
}
#checkout-page #content {
	width:878px;	
	color:#fff;
	margin:0 auto;
	padding:14px 30px;
}
#checkout-page #content h2{padding:0 0 0 20px}

#checkout-page #content p
{
	display:block; 
	float:left; 
	padding:0 0 0 20px !important; 
	width:800px; 
	font-size:12px;
}

ul#checkout-steps {
	display: block;
	float: left;
	font-size:11px;
	padding-bottom: 10px;
	width:800px;
	margin-bottom: 10px;
}

ul#checkout-steps li {
	display: block;
	float: left;
	margin-right: 10px;
	clear: none;
}

ul#checkout-steps li a{padding:3px; display:block; text-decoration:none;}

ul#checkout-steps li a.active {border:1px solid #424242; cursor:pointer;}

ul#checkout-steps li a.active:hover {text-decoration:underline;}

#checkout-page h2 {font-size: 1.7em; clear:both; color:#fff; padding:0 0 0 20px;}

#checkout-page h3 {font-size: 1.4em; font-weight:bold; padding:0 0 0 20px;}

#checkout-page #content {min-height:400px;}

#checkout-page #content p {
	margin-bottom: 10px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	
}

#checkout-page #content p em {font-weight:normal; font-size:1.1em;}

#checkout-page fieldset {
	width: 100%;
	padding: 10px 0;
	float: left;
	clear: left;	
}

#checkout-page fieldset legend {
	display: block;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	padding-bottom: 0px !important;
	padding: 0 0 10px 0;
	margin: 0;
}

#checkout-page .ctrlHolder {clear: both; padding:2px 0;}

#checkout-page fieldset label {float:left; width:180px;}


#checkout-page fieldset input,
#checkout-page fieldset textarea,
#checkout-page fieldset select {
	width: 300px;
	padding: 2px 2px;
	line-height: 1.2em;
	border: 1px solid #424242;
	color:#000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.1em;
}

#checkout-page fieldset select {width: 305px;}

#checkout-page fieldset input.pobox {width: 80px;}

#checkout-page fieldset input.city {width: 191px;}

#checkout-page .checkbox input {
	float: left;
	width: 16px;
	background-color: transparent;
	border: 0;
	vertical-align: middle;
}

#checkout-page .checkbox label { padding-left:5px; }

#checkout-page span.checkbox {display:block ;width:100%;}

#checkout-page span.checkbox label {
	float: left;
	width: auto;
	vertical-align: middle;
	padding-top: 1px;
}
#checkout-page span.radiobuttonlist {
	display: block;
	width: 350px;
	padding: 0;
}
#checkout-page span.radiobuttonlist input {
	float: left;
	width: 16px;
	border: 0;
	clear: left;
}
#checkout-page span.radiobuttonlist label {
	float: left;
	width: 92%;
	vertical-align: middle;
	padding-top: 1px;
}
ul#checkout-steps-navigation {
	float:left;
	padding: 0;
	padding:20px 0 20px 250px;	
}
ul#checkout-steps-navigation li {
	display: block;
	float: left;
	margin-right: 100px;
}
ul#checkout-steps-navigation a.prev, ul#checkout-steps-navigation a.next {
	float: left;
	display: block;
	width: 112px;
	height: 31px;	
	background:url(assets/back.png) no-repeat left top;
	text-indent:-9000px;
}

ul#checkout-steps-navigation a.next {background:url(assets/forward.png) no-repeat left top;}

*html ul#checkout-steps-navigation a.prev, *html ul#checkout-steps-navigation a.next{background:url(assets/back.gif) no-repeat left top;}
*html ul#checkout-steps-navigation a.next {background:url(assets/forward.gif) no-repeat left top;}

#checkout-page table#personal-data, #checkout-page table.confirm-product-list, #checkout-page table#delivery{margin-left:20px; width:860px;}

#checkout-page table#personal-data th,
#checkout-page table#delivery td,
#checkout-page table#delivery th {border:none;}

#personal-data td{font-size:12px;}

#checkout-page table#personal-data th {width: 18em;}

#personal-data div{padding:5px 0 0 10px; font-size:12px;}

#checkout-page thead, #checkout-page tfoot td {background-color:#121111; color:#9f845a;}

#checkout-page td.total {color:#9b7607;}

.all-currencies-tooltip {display: none;}




/* credit card */
.required { color:Red; }
.threedinfo {margin-top:10px;color:#666;padding:5px;}
.requiredinfo {border-top:solid 1px #999;clear:both;}
/* credit card */

/* utils */
.yes { color:#fff; font-size:12px;} /* lblInfo span za poruke */
.no { color:#fff; font-size:16px} /* lblInfo span za greke */
/* utils */



.loginbox{margin:0; padding:0;}

.loginbox .content-login{margin-left:210px; line-height:16pt;}

.loginbox .content-login div {clear:both;}

.loginbox .content-login h3
{
	margin:0;
	padding:0 !important;
	margin-bottom:10px;
	font-size:12pt;
}

.loginbox .content-login .login-button
{
	float: left;
	display: block;
	width: 84px;
	height: 19px;
	padding-left:28px;
	padding-top:8px;
	line-height:1em;
	background: transparent url(assets/basket-button.png) 0 0 no-repeat;		
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	text-transform:uppercase;
	font-size:12px
}

.loginbox .content-login input{border:solid 1px #fff; background-color:#000; color:#fff;}

.uvjeti-placanja{	
	position:relative;
	color:#fff;
	margin-left:175px;
	padding: 15px;
	width:450px;
}
.uvjeti-placanja p{margin:0; padding-bottom:20px; display:block;}

.uvjeti-placanja h3{margin:0; padding:0;}

.legalinfo{display:block; margin-right:-10px; margin-bottom:10px;clear:both;}

.order-comment{
	margin-left:2px;
	font-size:12px;
	float:left;
	width:800px !important;
	padding-left:20px !important;
}
.order-comment textarea{
	width:650px;
	padding:5px;
	background-color:#000;
	border:solid 1px #424242;
	color:#fff;
	margin:4px 0 0 0;
	font-family:Arial;
	font-size:12px;
}

.checkout-productlist ul{padding:0 0 0 23px; margin-left:26px; list-style-type:decimal}

.checkout-productlist a{font-size:12px;}

.checkout-radiolist{padding:0 0 0 20px;}

.checkout-radiolist label{
	padding:0 0 0 5px;
	font-size:12px;
	margin-top:2px;
	display:block;
	float:left;
	margin-bottom:5px;
}
#checkout-page .checkout-radiolist span input{float:left; border:none; clear:left; margin-bottom:5px;}

.checkout-radiolist span.checkout-note
{
	font-size:11px; 
	color:#999; 
	float:left; 
	clear:both; 
	margin:4px 0 10px 0;
}

.continue-shopping
{
	font-weight:bold;
	color:#465B80;
	padding-top:18px;
	padding-right:28px;
	float: left;
	padding-left:5px;
	float: left;
	display: block;
	width: 87px;
	height: 32px;
	background: transparent url(assets/naruciBtn2.gif) 0 0 no-repeat;
	margin-right: 25px;	
}

.confirm-tax {width:200px; margin-left:20px;}

.confirm-tax tr td, .confirm-tax tr th {text-align:right; color:#fff}



/*--------------------CUSTOM CATEGORY NAVIG------------------------*/


#customCategoriesNavigation2, #bodyPartsNavigation
{
	background-color:#4e1010;
	margin:0 0 36px 0;
	padding:0;
	color:#fff;
	position:relative;
	clear:both;
	float:left;
}
#customCategoriesNavigation2 ul,  #bodyPartsNavigation ul   /*-------1st level---------*/
{
	margin:0;
	padding:0;
	list-style-type:none;
	padding:0;
	color:#fff;	
}
#customCategoriesNavigation2 ul li, #bodyPartsNavigation ul li{
	width:215px;
	padding: 3px 3px 3px 35px;
	float:left;
	clear:both;
	overflow:hidden;
	display:block;
	border-top: solid 1px #4e1010;
	background-color:#121111;
	font-size: 12px;
	font-weight: normal;
	background-image: url(assets/addNavigBg.png);
	background-repeat: no-repeat;	
}
#customCategoriesNavigation2 ul li a, #bodyPartsNavigation ul li a
{
	color: #fff;
	font-weight:bold;
	font-size:13px;
	float:left;
	width:200px;
	overflow:hidden;
}
#customCategoriesNavigation2 ul li a.selected_category{color: #9b7607;}

#customCategoriesNavigation2 ul li a:hover, #bodyPartsNavigation ul li a:hover{color:#be7110}

#customCategoriesNavigation2 ul li a:active, #bodyPartsNavigation ul li a:active{color:#610202;}

#customCategoriesNavigation2 ul li span, #bodyPartsNavigation ul li span{float:right; cursor:pointer;}

#customCategoriesNavigation2 ul li ul  /*-------2nd level---------*/
{
	margin:3px 0 -6px -10px;
	padding:0;
	float:left;
}
*html #customCategoriesNavigation2 ul li ul{margin:3px 0 -6px -5px; padding:0;}

#customCategoriesNavigation2 ul li ul li, #bodyPartsNavigation ul li ul li
{
	clear:both;
	border-top: solid 1px #424242;
	background-image:none;
	padding-left:5px;
	padding-right:0;
	width:220px;	
}
#customCategoriesNavigation2 ul li ul li a, #bodyPartsNavigation ul li ul li a
{
	padding-left:5px;
	color: #9f845a;
	font-weight:lighter;
	text-transform:none;
	width:190px;
	font-size:13px;
}
#customCategoriesNavigation2 ul li ul li a:hover, #bodyPartsNavigation ul li ul li a:hover{color:#be7110}

#customCategoriesNavigation2 ul li ul li a.selected_category, #bodyPartsNavigation ul li ul li a.selected_category{color:#be7110}

#customCategoriesNavigation2 ul li ul li ul li /*-------3rd level---------*/
{
	border-top: solid 1px #333;
	border-bottom: none;
	padding:3px 0 3px 16px;
	width:212px;	
}
#customCategoriesNavigation2 ul li ul li ul li a 
{
	padding-left:10px;
	font-weight:normal;
	color: #fff;
	font-size:11px;
}
#customCategoriesNavigation2 ul li ul li ul li a:hover{color:#ccc}

#customCategoriesNavigation2 ul li ul li ul li ul li a /*-------4th level---------*/
{
	padding-left:10px;
	color: #ccc;
	font-weight:normal;
	font-size:11px;
}
#customCategoriesNavigation2 ul li ul li ul li ul li ul li a /*-------5th level---------*/
{
	padding-left:40px;
	color:#484848;
	font-weight:normal;
	font-size:11px;
}
#customCategoriesNavigation2 ul li ul li ul li ul li ul li ul li a /*-------6th level---------*/
{
	padding-left:50px;
	color:#666;
	font-weight:normal;
	font-size:11px;
}


#customCategoriesNavigation2 .category_navigation_open, #bodyPartsNavigation .category_navigation_open
{
	display:block;	
	width:10px;
	height:18px;
	background:  url(assets/arrow_up.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9000px;
}

#customCategoriesNavigation2 span, #customCategoriesNavigation2 .category_navigation_closed,
#bodyPartsNavigation span, #bodyPartsNavigation .category_navigation_closed
{
	display:block;
	width:10px;
	height:18px;
	background:  url(assets/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9000px;
}
/*--------------------CUSTOM CATEGORY NAVIG END------------------------*/

h3.note{padding-left:16px;}

p.note
{
	color:red;
	padding:0 12px 0 20px;
	font-size:11px;
	float:left;
	clear:both;
}
p.note span	{color:#fff; font-size:14px;}

ul.productlist-attributes-binarylibrary{clear:both; list-style-type:none; font-size:11px; padding:8px 6px;}
ul.productlist-attributes-binarylibrary li.additional_file a{font-size:12px;}
ul.productlist-attributes-binarylibrary li.additional_file .fileicon{padding-right:5px; margin-top:4px;}
ul.productlist-attributes-binarylibrary li.additional_pic{float:left; padding-left:16px;}

/*#divKatalog{z-index:10; border:solid 1px red}*/

a.additional-book{float:left; clear:both; padding-left:40px;}

ul.gallery{padding:0 0 0 10px; width:250px;}
ul.gallery li{float:left; padding:0 10px 16px 6px;}

.static{font-size:12px; margin-left:20px; clear:both;}
dl.static dt, dl.static dd{float:left; padding:0 5px 8px 0; margin:0;}

.left{text-align:center; float:left; width:280px; height:300px; padding-left:12px; font-size:14px;}
.left h3{font-size:16px; color:#fff}
.left ul{}


table.orders td{vertical-align:top;}
table.orders thead td{font-weight:bold}

table.orders dl dt, table.orders dl dd, 
.order-status dl dt, .order-status dl dd{margin:0; padding:0; float:left; display:block; padding:0 4px 4px 0; font-weight:normal;}

.order-status dl{font-size:12px; padding-left:20px}
.order-status dl dt{width:115px;}

table.orders dl dd, 
.order-status dl dd{float:right; clear:right; font-weight:bold;}

.order-status dl dd{padding-right:715px;}
.order-status p{margin-top:8px; float:left; clear:both; font-size:14px; font-weight:bold;}
.order-status p em{font-weight:normal; font-size:12px; width:100px; float:left;}
.order-status p span.order-last-change{font-size:11px}

.order-commands
{
	clear:both;
	float:left;
	padding:0 0 0 20px;
	margin-bottom:20px;	
}
.order-commands a
{
	float:left;
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
	margin-right:30px;	
}
.order-commands a:hover{text-decoration:none; color:#ccc;}

a.legend-tab{margin-top:25px;}
.sidebar-legend a.legend-tab{display:none !important}

#checkout-page .message_error
{
	float:left; 
	width:480px; 
	color:red; 
	font-size:14px; 
	display:block; 
	text-align:center; 
	padding:10px 0; 
	border:solid 2px #fff;
	margin:0 0 10px 0;
}

.confirm-product-list tfoot td .all-currencies .all-currencies-tooltip{left:-265px; font-size:10px; }
.confirm-product-list tfoot td .all-currencies .all-currencies-tooltip p{font-size:10px !important; margin-top:0;width:260px !important; display:block;}

ul.body-piercing{float:left; width:243px; line-height:1em; padding-left:10px; margin-top:-12px;}
ul.body-piercing li.empty{margin:4px 0; float:left; width:100%;}
ul.body-piercing ul{float:left; clear:both; width:100%; margin:0 0 4px 20px; list-style-type:circle}
ul.body-piercing ul li{padding:0 !important; padding:0 !important; float:left; clear:both; line-height:1em;}
ul.body-piercing h2
{
	font-weight:bold; 
	padding:4px 0 4px 10px; 
	margin:4px 0 !important; 
	float:left; 
	clear:both; 
	width:100%; 
	border-bottom:solid 1px #4e1010;
	background-color:#121111
}
ul.body-piercing h2 a{display:block; width:100%; padding:2px 0; color:#fff}
ul.body-piercing h2 a:hover{color:#be7110}
ul.body-piercing h3{margin:0;padding:4px 0;}
ul.body-piercing h3 a{ text-decoration:underline}



/* ------------------------------------------------------------------------- NAVIGACIJA KATEGORIJE */



#customCategoriesNavigation3 {
    color: #FFFFFF;
    float: left;
    margin: 0 0 36px;
    padding: 0;
    position: relative;
}

#customCategoriesNavigation3 ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
}
#customCategoriesNavigation3 ul li 
{
	position: relative;
	float: left;
	display: block;
	width: 253px;
}
#customCategoriesNavigation3 ul li.root-menu-item-0 a, #customCategoriesNavigation3 ul li.root-menu-item-1 a
{
	width: 253px;
	height: 79px;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background: url(assets/banner_odjeca.jpg) no-repeat left top;
	text-indent: -9999px;
}
#customCategoriesNavigation3 ul li.root-menu-item-1 a 
{
	background: url(assets/banner_nakit.jpg) no-repeat left top; 
}

#customCategoriesNavigation3 div.tools a
{
	width: 253px;
	height: 79px;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background: url(assets/banner_oprema.jpg) no-repeat left top;
	text-indent: -9999px;	
}
#customCategoriesNavigation3 ul li.root-menu-item-0 a:hover, 
#customCategoriesNavigation3 ul li.root-menu-item-1 a:hover, 
#customCategoriesNavigation3 div.tools a:hover, 
#customCategoriesNavigation3 ul li.root-menu-item-0 a.selected_category, 
#customCategoriesNavigation3 ul li.root-menu-item-1 a.selected_category
{
	background-position: right top;
}


#customCategoriesNavigation3 ul li.root-menu-item-0 span, #customCategoriesNavigation3 ul li.root-menu-item-1 span
{
    background: url(assets/arrow_down.gif) no-repeat scroll center center transparent;
    display: block;
    height: 40px;
    text-indent: -9000px;
    width: 18px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 42px;
}
#customCategoriesNavigation3 ul li ul {
    float: left;
    margin: -3px 0 9px 0px;
    padding: 0;
    width: 253px;
    background-color: #121111;
}
#customCategoriesNavigation3 ul li ul li {
    background-image: none;
    border-bottom: 1px solid #424242;
    padding: 3px 0px 3px 0px;
    padding-right: 0;
    width: 253px;
}


#customCategoriesNavigation3 ul li.root-menu-item-0 ul li a, #customCategoriesNavigation3 ul li.root-menu-item-1 ul li a {
    color: #9F845A;
    font-size: 13px;
    font-weight: lighter;
    padding-left: 5px;
    text-transform: none;
    width: 190px;
    border: none;
    margin: 0px;
    background-image: none;
    height: auto;
    text-indent: 1px;
}


#customCategoriesNavigation3 ul li ul li ul {
    float: left;
    margin: 5px 0 0px 40px;
    padding: 0;
    width: 213px;
    background-color: #121111;
}
#customCategoriesNavigation3 ul li ul li ul li {
    background-image: none;
    border-top: 1px solid #424242;
    border-bottom: none;
    padding: 3px 0px 3px 0px;
    padding-right: 0;
    width: 213px;
}
#customCategoriesNavigation3 ul li ul li ul li a 
{
	width: 190px !important;
	padding-left: 0px !important;	
}

#customCategoriesNavigation3 ul li.root-menu-item-0 ul li span, #customCategoriesNavigation3 ul li.root-menu-item-1 ul li span
{
    background: url(assets/arrow_down.gif) no-repeat scroll center center transparent;
    display: block;
    height: 18px;
    text-indent: -9000px;
    width: 10px;
    cursor: pointer;
    position: relative;
    float: right;
    margin: 0px;
    top: 0px;
    right: 4px;
}


#customCategoriesNavigation3 ul li.root-menu-item-0 ul li ul li span, #customCategoriesNavigation3 ul li.root-menu-item-1 ul li ul li span
{
    background: url(assets/arrow_down.gif) no-repeat scroll center center transparent;
    display: block;
    height: 18px;
    text-indent: -9000px;
    width: 10px;
    cursor: pointer;
    position: relative;
    float: right;
    margin: 0px;
    top: 0px;
    right: 4px;
}


#customCategoriesNavigation3 ul li ul li ul li ul {
    float: left;
    margin: 5px 0 0px 40px;
    padding: 0;
    width: 173px;
    background-color: #121111;
}
#customCategoriesNavigation3 ul li ul li ul li ul li {
    background-image: none;
    border-top: 1px solid #424242;
    border-bottom: none;
    padding: 3px 0px 3px 0px;
    padding-right: 0;
    width: 173px;
}
#customCategoriesNavigation3 ul li ul li ul li ul li a 
{
	width: 163px !important;
	padding-left: 0px !important;	
}


#customCategoriesNavigation3 ul li.root-menu-item-0 ul li ul li ul li span, #customCategoriesNavigation3 ul li.root-menu-item-1 ul li ul li ul li span
{
    background: url(assets/arrow_down.gif) no-repeat scroll center center transparent;
    display: block;
    height: 18px;
    text-indent: -9000px;
    width: 10px;
    cursor: pointer;
    position: relative;
    float: right;
    margin: 0px;
    top: 0px;
    right: 4px;
}


#customCategoriesNavigation3 ul li ul li ul li ul li ul {
    float: left;
    margin: 5px 0 0px 40px;
    padding: 0;
    width: 133px;
    background-color: #121111;
}
#customCategoriesNavigation3 ul li ul li ul li ul li ul li {
    background-image: none;
    border-top: 1px solid #424242;
    border-bottom: none;
    padding: 3px 0px 3px 0px;
    padding-right: 0;
    width: 133px;
}

#customCategoriesNavigation3 ul li ul li ul li ul li ul li a 
{
	width: 123px !important;
	padding-left: 0px !important;	
}


#customCategoriesNavigation3 ul li a:hover, 
#customCategoriesNavigation3 ul li ul li a:hover, 
#customCategoriesNavigation3 ul li ul li ul li a:hover, 
#customCategoriesNavigation3 ul li ul li ul li ul li a:hover,
#customCategoriesNavigation3 ul li a.selected_category,
#customCategoriesNavigation3 ul li ul li a.selected_category,
#customCategoriesNavigation3 ul li ul li ul li a.selected_category
#customCategoriesNavigation3 ul li ul li ul li ul li a.selected_category
{
	color: #be7110
}




ul.ListOprema 
{
	width: 500px;
	float: left;
	display: block;
	margin: 20px 0px 30px 40px;
}
ul.ListOprema li 
{
	padding: 3px 0px 3px 20px;
	float: left;
	display: block;
	font-size: 12px;
	width: 480px;
}
ul.ListOprema li ul 
{
	margin: 5px 0px 5px 0px;
	float: left;
	display: block;
}

.boxTitle
{
	width: 300px;
	float: right;
	display: block;
	}
#facebook-like 
{
	float: left;
	display: block;
	width: 300px;
	margin: 15px 0px 15px 0px;
}
.facebookIcon  
{
	margin: 15px 0px 0px 100px;
	float: left;
	display: block;
	width: 44px;
	height: 74px;
	position: relative;
}
.facebookIcon a 
{
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(assets/facebook.png) no-repeat left top;
}
.facebookIcon a:hover 
{
	background: url(assets/facebook.png) no-repeat right top;
}


#sidebar h2 {
    color: #937a53;
    font-family: Arial,Tahoma sans-serif;
    font-weight: normal;
    float: left;
    display: block; 
    width: 240px;
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 0px 25px;
    font-size: 14px;
}
#sidebar .sidebar-section h2 
{
	margin: 0px 0px 5px 10px;
}
