/************************************
	html redefiniranje
************************************/

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;
}

*:focus {outline: none;}

html { padding-bottom: 10px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7d94b;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#000;
}
.clear{clear:both;}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	z-index: 1;
}


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 {
	border: none;
	padding: 3px;
}

thead {
	/********* table header kosarice... - original **********/
	background-color: #000;
	color: #fff;
	font-size:13px;
}

tfoot {
	text-align: right;
	background-color: #f7e27d;
	color: red;
	font-weight: bold;
	font-size:15px;
}

ul {
	list-style: none;
}

fieldset {
	margin-top: 10px;
}

#page legend { display: none; }

input {
	padding: 2px 2px;
	vertical-align: middle;
	line-height: 1em;
	/********** kolicina u kosarici - original **********/
	border: 1px solid #000;
}
span.checkbox input{border:none;}
a:link, a:visited { 
	/********** title na home i listi  - change **********/
	color: #610202;
	font-size:14px;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}



/************************************
	LAYOUT
************************************/

form#form1 {
	text-align: left;
	/*width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");
	max-width: 1000px;*/
	width: 971px;
	margin: 0 auto;
	line-height: 1.5em;
}

#page {
	width:971px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#checkout-page {
	display: block;
	position: relative;
	float: left;
	/********** page border na checkoutu - original **********/
	border: 1px solid #b1b7b1;
	clear: both;
	background-color: #FFF;
	width:100%;
	overflow:hidden;
}

.header {
	width:943px;
	height:245px;
	position:relative;
	overflow:hidden;
	padding:0 14px;
	background-image: url(header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#checkout-page .header
{
	background-image: url(header3.jpg);
}
.logo{
	text-indent:-9000px;
	float:left;
	width:425px;
	height:48px;
	margin:5px 0 0 0;
	display:block;
}
.header .mainNavigation  {
	/*float:right;
	width:510px;
	height:50px;
	display:block;
	border:solid 1px red;*/
}
.mainNavigation  {
	float: right;
	width: 500px;
	height:50px;
	display:block;
	margin-top: 8px;
	color:#000;
	overflow:hidden;
}
.mainNavigation  ul{
	width:498px;
	padding:18px 0 0 16px;
}
.mainNavigation  ul li{
	float:left;
	padding:0 0 0 3px;
}
.mainNavigation a
{
	width:76px;
	height:34px;
	display:block;
	text-indent:-9000px;
}
.addNavigation
{
	width:943px;
	height:60px;
	position:relative;
	float:left;
	margin:125px 0 0 0;
}
.meta-navigation {
	float:left;
	height:50px;
	width:425px;
	position:relative;	
}

.meta-navigation .basket {
	display: block;
	width: 110px;
	height: 50px;
	left:40px;
	position:absolute;
	text-indent: -9999px;
}
/*.meta-navigation .login {
	display: block;
	width: 60px;
	height: 50px;
	left:160px;
	text-indent: -9999px;
	position:absolute;
	border:solid 1px red;
}*/

fieldset.searchBox {
	width:450px;
	height:28px;
	display:block;
	float:right;
	margin-top:12px;
	padding-top:10px;
	
}
fieldset.searchBox input.field {
	padding: 2px 7px 2px 6px;
	width:185px;
	vertical-align: middle;
	border: none;
	background-image:none;
	margin:0 0 0 10px;
	background-color:Transparent;
}
div[class="addNavigation"] .searchBox input.field {
	margin-top:-2px;
}
fieldset.searchBox input.button {
	border: none;
	width: 50px;
	height: 30px;
	margin:0 0 0 24px;
	background-color:Transparent;
	cursor:pointer;
}
fieldset.searchBox .checkbox {
	padding: 0 0 0 6px;
	border:none;
	border-color:white;
}
fieldset.searchBox label {
	padding: 5px 0 0 0;
	font-size:16px;
	color:Green;
	width:70px;
	font-family:Georgia, Times New Roman, Serif;
}
#breadcrumbs {
	position: relative;
	width: 971px;
	border-bottom: solid 3px #000;
	background-color:#fff;
	color:#000;
	background-image:url(contentBg.jpg);
	background-repeat:repeat-y;
	text-align:left;
}
#breadcrumbs ul{
    text-align:left;
    padding: 3px 25px;
    font-size:12px;
}
#breadcrumbs ul li, #breadcrumbs ul li a {
	color:#000; 
	margin:0px;
	padding:0px;
	display:inline;
	font-size:12px;
}
#breadcrumbs ul li a {
	color: #610202;
}
#content {
	position: relative;
	width: 943px;
	float:left;
	padding: 0 14px;
	background-image:url(contentBg.jpg);
	background-repeat:repeat-y;
}
#footer {
	position:relative;
	width: 945px;
	height:20px;
	background-color: #e9e9e9;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-size:11px;
	color:#fff;
	padding:47px 0 0 26px;
}
#page #footer a, #checkout-page #footer a{
	color:#fff;
	font-size:11px;
}
#sidebar {
	width: 28%;
	float: left;
	padding: 10px 0 0 1px;
}

#main-content {
	width: 70%;
	float: right;
	padding: 10px 0 20px 0;
}

#selected-products {
	clear: both;
}

/************************************
	SIDEBAR
************************************/

.nav-types ul,
.nav-attributes ul {
	/********** linije u meniju - change **********/
	border-top: 1px solid #DC3232;
}

.nav-types ul li {
	font-size: 1.2em;
	letter-spacing: 1px;
}

.nav-types ul li,
.nav-attributes ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0;
	/********** linije u meniju - change **********/
	border-bottom: 1px solid #C72323;
}

.nav-types ul li a:link,
.nav-types ul li a:visited,
.nav-attributes ul li a:link,
.nav-attributes ul li a:visited {
	display: block;
	color: #FFF;
	/********** menu item background - change **********/
	background-color: #C72323;
	padding: 4px 10px 3px 10px;
}
 
.nav-attributes ul li a:link,
.nav-attributes ul li a:visited {
	padding: 3px;
}

.nav-types ul li a:hover, 
.nav-types ul li a:active,
.nav-attributes ul li a:hover, 
.nav-attributes ul li a:active {
	text-decoration: none;
	color: #FFF;
	/********** menu item background on hover - change **********/
	background-color: #DC3232;
	padding-left: 20px;
}

.nav-attributes span {
	display: block;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.nav-attributes ul {
	margin-bottom: 5px;
}

.address {
	padding: 0 0 0 12px;
	margin: 35px 0 20px 0;
}

.address h3 {
	/********** linija direktno iznad "O nama" - original **********/
	background: #fff url(onama.jpg) no-repeat;
	background-position:left bottom;
	float:left;
	width:250px;
	clear:both;
	color: #FFF;
	padding: 0 10px;
	text-indent:-9000px;
}
/*.address strong{
	padding:35px;
}*/
ul#supported-cards {
	/*display: block;
	background-color: #FFF;
	width: auto;
	text-align: center;
	padding: 5px;
	border: 1px solid #dedede;*/
	margin-top: 10px;
}

ul#supported-cards li {
	display: inline;
}


/************************************
	MAIN-CONTENT
************************************/

#featured-product, 
#products-list, 
#product-details,
#basket-content {
	float: left;
	width: 97%;
	padding: 10px 0 0 0;
	overflow:hidden;
}

#featured-product {
	padding: 10px;
}
#featured-product h2 a, #selected-products h3 a {
	font-size:18px;
	font-weight:bold;
	float:left;
}

#featured-product dl {
	position: relative;
	float:left;
	clear:left;
}

#featured-product dl.list-price dt {
	display: block;
}

#featured-product img {
	float: right;
}

#selected-products {
	display: block;
	position: relative;
	top: 20px;
	width:634px;
	padding-bottom:20px;
}

#selected-products h2 {
	background: transparent url(izdvajamo.jpg) no-repeat;
	height:39px;
	text-indent:-9000px;
}
#selected-products h3, #selected-products h3 a {font-size:14px; width:154px; line-height:1.2em; margin:0; padding:0; float:left;}	
#selected-products img, .listed-product img  {
	float: right;
}
.listed-product h3  {
	float:left;
	width:400px;
}
.listed-product img  {
	margin-top:12px;
}
#selected-products ul li{
	float: left;
	width: 296px;
	border: 1px solid #ccc;
	margin:0 12px 10px 0;
	padding:6px;
}

#selected-products ul li.even {
	margin-right:0;
}

table.product-variants h4 {
	font-size: 1.5em;
	margin: 10px 0;
	z-index: 1;
}

dl.list-price,
dl.action-price {
	/*position: relative;*/
	float: left;
}

dl.list-price dd {
	display: block;
	float:left;
}

.local-currency {
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}

dd.all-currencies {
	position: relative;
}

dd.all-currencies ul {
	display: block;
}

div.all-currencies-tooltip ul li, 
#selected-products div.all-currencies-tooltip ul li {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100px;
}

.all-currencies-tooltip {
	position: absolute;
	z-index: 25;
	background-color: #e9e9e9;
	width: 301px;
	left: 0;
	top: 0;
	margin: 0.25em 0 0 0;
	padding: 5px;
	/********** rub boxa za sve valute - original **********/
	border: 1px solid #b1b7b1;
	font-weight: normal;
	text-align: left;
}

.all-currencies-tooltip p,
.all-currencies-tooltip ul,
.all-currencies-tooltip ul li{
	z-index: 30;
	background-color: #e9e9e9;
}

#selected-products dd.all-currencies {
	margin-top: 0.5em;
}

/************************************
	PRODUCTS-LIST
************************************/

.sort {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.sort p {
	padding-bottom: 10px;
}
.listed-product {
	float: left;
	border: 1px solid #ccc;
	width: 614px;
	padding:6px 12px;
	margin:12px 0 0 0;
	height:145px;
	position:relative;
}
.listed-product h3.product-title{margin:0 !important; padding:0 !important; font-size:18px; width:450px;}
.listed-product a, .listed-product a:visited, .listed-product a:hover{
	color:#610202;
	font-size:20px;
}
.listed-product dl, #product-details dl {
	float: left;
	clear: left;
	width:220px;
	padding:0;
}
dl.list-price dt.price, dl.action-price dt.price{
	float:left;
	margin:0;
	padding:4px 0 0 0;
	padding-right:10px;
	font-size:13px;
	font-weight:normal;
}
dl.list-price dd.local-currency, dl.action-price dd.local-currency{
	float:left;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.listprice-striked{color:#666; font-size:16px; text-decoration: line-through;}
dl.action-price-daysValid dt, dl.action-price-daysValid dd{float:left; padding:0 3px 0 0; margin:0;}
dl.action-price-daysValid dt{font-weight:normal;}

dl.product-attributes{float:left;;  margin:0 !important; padding:0; clear:both; width:auto;}
dl.product-attributes dt, dl.product-attributes dd{line-height:1em; font-size:12px; float:left; clear:none; margin:0; height:auto; padding:0 4px 0 0}
#products-list fieldset,
#product-details fieldset {
	display: block;
	float: left;
	clear: left;
	height:29px;
	width:224px;
	background-image:url(add_to_basket.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#product-details fieldset label{float:left;}

#main-content ul.pagination {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0 2%;
	margin-top: 10px;
	font-size:13px;
}

#main-content ul.pagination li {
	display: inline;
	margin: 0 0.6em;
}

/* Trenutna stranica */
#main-content ul.pagination li span {
	border: 1px solid #262626;
	padding: 0 0.25em;
}
	
	
/************************************
	PRODUCT-DETAILS
************************************/
#product-details table {
	float: left;
	clear: both;
}

#product-details h2 {
	font-size: 22px;
	float:left;
	clear:none;
	margin:0; 
	padding:0 0 5px 0;
	width:320px;
}

#product-details h3 {
	font-size: 1.7em;
	float: left;
	clear: left;
	width: 100%;
}



#product-details table td div{
	font-weight:normal;
	color:#000;
}
#product-details table a.add-to-basket {
	display: block;
	clear: none;
	float: left;
	width: 117px;
	height: 26px; 
}

#product-details table input {
	clear: none;
	float: left;
}


#product-details table.product-attributes {
	float: left;
	clear: both;
	width: 99%;
	font-size:14px;
}


#product-details table.product-attributes tr {
	background-color:#fff;
	border-bottom:dashed 1px #c6c6c6;
	vertical-align:top;
	color:#000;
}
#product-details table.product-attributes td {
	
	border-bottom:dashed 1px #c6c6c6;
	vertical-align:top;
}

#product-details table.product-attributes td.attname 
{
	font-weight:bold;
	width:120px;
	font-size:13px;
}
img.thumbnail {
	float: right;
	cursor:pointer;
	margin-top:-26px;
}

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: Arial, Helvetica, sans-serif;
}

table.product-variants td {
	padding: 0 1%;
	width: 48%;
}

table.product-variants  fieldset {
	display: block;
	margin: 10px 0;
	width: 95%;
}


.fakelink { 
	display: block;
	cursor: help; 
	/********** link "vise" za valute - change **********/
	color: #C72323;
	text-decoration: underline;
}

.quantity {
	text-align: right;
	font-size:15px; 
}


#product-details label, .listed-product label {
	float: left;
	display: block;
	height: 18px;
	padding: 4px 0;
	margin-right: 5px;
	font-size:13px;
}
input.quantity {
	float: left;
	display: block;
	height: 18px;
	padding: 4px 2px 2px 2px;
	vertical-align: middle;
	line-height: 1.1em;
	width: 38px;
	/********** kolicina u listi i detaljima - original **********/
	margin:3px 6px;
	border:none;
}

	
/************************************
	BASKET
************************************/

#basket-content ul li {
	display: block;
	float: left;
	margin-right: 10px;
}
#basket-content table{margin-bottom:0;}
#basket-content table input {
	width: 3em;
	text-align: right;
}

a.add-to-basket {
	float: left;
	display: block;
	width: 117px;
	height: 26px;
	text-indent: -9999px;
}

a.basket-continue {
	float: left;
	display: block;
	width: 75px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url(basket_continue.gif) 0 0 no-repeat;
}

a.basket-recalculate {
	float: left;
	display: block;
	width: 140px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url(basket_recalculate.gif) 0 0 no-repeat;
}

a.basket-empty {
	float: left;
	display: block;
	width: 145px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url(basket_empty.gif) 0 0 no-repeat;

}

a.basket-buy {
	float: left;
	display: block;
	width: 60px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url(basket_buy.gif) 0 0 no-repeat;
}

/************************************
	CHECKOUT
************************************/

#checkout-page #content {
	width: 943px;
	padding: 0 15px;
	overflow:hidden;
}
#checkout-page #content table{
	width:50%;
}
#checkout-page #content td{
	font-size:12px;
	padding: 0 0 10px 10px;
}
#checkout-page #content td span{
	color:Red;
}
ul#checkout-steps {
	display: block;
	float: left;
	background: url(bg_searchBox.gif) bottom repeat-x;
	width: 935px;
	margin: 5px 0;
	padding-bottom:3px;
	padding-left:6px;
}

ul#checkout-steps li {
	display: block;
	float: left;
	margin-right: 10px;
	clear: none;
}

ul#checkout-steps li a{
	padding: 3px;
	display: block;
}

ul#checkout-steps li a.active {
	border: 1px solid #dedede;
}

#checkout-page h2 {
	font-size: 16px;
	color:#4a4a4a;
	font-weight:bold;
	padding-left:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#checkout-page h3 {
	font-size: 14px;
	color:#4a4a4a;
	font-weight:bold;
	padding-left:12px;
	font-family: Arial, Helvetica, sans-serif;
}
#checkout-page a {
	font-size: 13px;
	color:#610202;
	font-family: Arial, Helvetica, sans-serif;
}
#checkout-page h3 a {
	padding-right:108px;
}
#checkout-page #content p {
	margin-bottom: 10px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	font-size:13px;
	padding: 0 0 0 12px;
}

#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: #252525;
	font-family: Arial, Helvetica, 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;
	overflow: auto;
	padding: 3px 2px;
	vertical-align: middle;
	line-height: 1.2em;
	/********* ne znam - original **********/
	border: 1px solid #000;
	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 span.checkbox input{
	float: left;
	width: 16px;
	background-color: transparent;
	border: none;
	vertical-align: middle;
}
#remember_me span label{
	padding:0;
	margin-top:-3px;
}
/*#checkout-page span.checkbox {
	display: block;
	width: 100%;
	border:none;
}*/

#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;
	margin-top:5px;
}

#checkout-page span.radiobuttonlist label {
	float: left;
	width: 92%;
	vertical-align: middle;
	padding-top: 1px;
}

ul#checkout-steps-navigation {
	display: block;
	width: 943;
	padding: 15px 14px 20px 235px;
	clear: both;
}

ul#checkout-steps-navigation li {
	display: block;
	float: left;
	margin-right: 10px;
}

ul#checkout-steps-navigation a.prev {
	float: left;
	display: block;
	width: 80px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url(back.gif) 0 0 no-repeat;
}

ul#checkout-steps-navigation a.next {
	float: left;
	display: block;
	width: 75px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url(basket_continue.gif) 0 0 no-repeat;
	margin-left:100px;
}
#personal-data, #billing-address, #delivery-address{
	margin-left:12px;
	font-size:12px; 
}
table#personal-data{
	width:60% !important; 
}
*html #personal-data, #billing-address, #delivery-address{
	margin-left:6px;
	font-size:12px; 
}
#checkout-page table#personal-data td,
 #checkout-page table#personal-data th,
#checkout-page table#delivery td,
 #checkout-page table#delivery th {
	border: none;
}
 #checkout-page table#personal-data td span
{
	color:Green;	
}
#delivery-address span input{margin:5px 0 0 0;}
#checkout-page table#personal-data th {
	width: 18em;
	
}

#checkout-page tfoot {
	color: red;
}
#checkout-page tfoot .quantity{
	color: red;
}

.all-currencies-tooltip {
	display: none;
}




/* credit card */
.required { color:#610202; }
.threedinfo {margin-top:10px;color:green;padding:5px 5px 5px 10px; font-size:13px;}
.requiredinfo {border-top:solid 1px #999; clear:both; font-size:13px; padding:5px 5px 5px 10px;}
/* credit card */

/* utils */
.yes {
	color:Green;
}
.no {
	color:Red;
	margin-left:6px;
}
/* utils */




.loginbox
{
	text-align:center;
	padding-top:100px;
}
.loginbox div
{
	padding:5px;	
}
.order-comment textarea{
	width:650px;
	padding:5px;
}
.checkout-productlist ul{
	padding:0 0 0 12px;
}
.checkout-productlist a{
	font-size:14px;
}
.checkout-radiolist{
	padding:0 0 0 20px;
}

#checkout-page	.checkout-radiolist span label{
	padding:0 0 0 5px;
	font-size:12px;
	margin:0;
	float:left;
	line-height:1em;
}
#checkout-page .checkout-radiolist span input{
	float:left;
	border:none;
	clear:both;
	margin:0;
	padding:0;
}
.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;	
}
.legalinfo
{
	display:block;	
	margin-right:-10px;	
	margin-bottom:10px;
	clear:both;
	font-size:12px;
	margin-left:12px;
	font-weight:normal;
}
#remember_me
{
	margin-left:6px;
	float:left;
	font-size:12px;
}
*html #remember_me
{
	margin-left:6px;
	font-size:12px;
	margin-right:-12px;
}
#page .searchbox .checkbox{border:none;}

#checkout-page #content table.confirm-product-list{
	width:916px;
	margin-left:12px;	
}
#checkout-page table.confirm-product-list td a
{
	margin-left:-7px;
	font-weight:bold;	
}
.taxnote{margin:0 0 0 12px; font-size:10px;}

#checkout-page table#delivery{
	margin-left:10px;
	padding:0;
}
#checkout-page  table#delivery tr{
	display:block; 
	float:left; 
	margin-right:35px;
}
#checkout-page  table#delivery td{
	display:block; 
	float:left;
	font-size:13PX;
}
#checkout-page  table#delivery ul{float:left;}
#checkout-page  table#delivery ul span{
	color:Red;
	font-weight:bold;
}

/*--------------------CUSTOM CATEGORY NAVIG------------------------*/


#customCategoriesNavigation2
{
	margin-bottom:15px;
	background-color:#000;
	position:relative;
	clear:both;
	float:left;
}
#customCategoriesNavigation2 ul    /*-------1st level---------*/
{
	margin:0;
	padding:0;
	list-style-type:none;
	padding:0;
	color:#fff;	
}
#customCategoriesNavigation2 ul li{
	width:235px;
	padding: 3px 3px 3px 10px;
	float:left;
	clear:both;
	overflow:hidden;
	display:block;
	border-top: solid 1px #f6d120;
}
#customCategoriesNavigation2 ul li a
{
	color:#f6d120;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:162px;
	/*margin-right:4px;*/
	overflow:hidden;
	line-height:1.4em;
}
#customCategoriesNavigation2 ul li a.selected_category
{
	color:#fff;
	font-weight:bold;
}
#customCategoriesNavigation2 ul li ul li a.selected_category
{
	color:#610202;
	font-weight:bold;
}
#customCategoriesNavigation2 ul li a:hover
{
	text-decoration:none;
}
#customCategoriesNavigation2 ul li a:active
{
	color:#610202;
}
#customCategoriesNavigation2 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
{
	clear:both;
	background-color:#f6d120;
	border-bottom: solid 1px #000;	
}
#customCategoriesNavigation2 ul li ul li a
{
	padding-left:10px;
	color: #000;
	font-weight:bold;
	text-transform:none;
	width:152px;
	font-size:12px;
}
#customCategoriesNavigation2 ul li ul li ul li/*-------3rd level---------*/
{
	border-top: solid 1px #000;
	border-bottom: none;	
}
#customCategoriesNavigation2 ul li ul li ul li a 
{
	padding-left:20px;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
#customCategoriesNavigation2 ul li ul li ul li ul li a /*-------4th level---------*/
{
	padding-left:30px;
	color:#fff;
	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
{
	display:block;
	margin-right:1px;	
	width:15px;
	height:21px;
	background:  url(arrow_up.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:-9000px;
}
#customCategoriesNavigation2 ul li ul li .category_navigation_open
{
	display:block;
	margin-right:1px;	
	width:15px;
	height:21px;
	background:  url(arrow_up2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:-9000px;
}
#customCategoriesNavigation2 ul li ul li span, #customCategoriesNavigation2 ul li ul li .category_navigation_closed
{
	background:  url(arrow_down2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:-9000px;
}
#customCategoriesNavigation2 span, #customCategoriesNavigation2 .category_navigation_closed
{
	display:block;
	width:15px;
	height:21px;
	background:  url(arrow_down.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:-9000px;
}
/*--------------------CUSTOM CATEGORY NAVIG END------------------------*/

h4.navigation-history{width:100%; clear:both; font-size:16px; padding:26px 0 5px 16px; margin:0}
ul.navigation-history{float:left; width:100%; float:left; clear:both; padding:0 0 0 18px; margin:0; line-height:1.2em;}
ul.navigation-history a{font-size:12px;}

ul.productlist-attributes-binarylibrary{float:left; clear:left;}

#checkout-page .message_error
{
	float:left; 
	width:480px; 
	color:#000; 
	font-size:14px; 
	display:block; 
	text-align:center; 
	padding:10px 0; 
	border:solid 2px red;
	margin:0 0 10px 12px;
}
*html #checkout-page .message_error{margin-left:6px}