/* v1.0 | 20080212 - Meyer Reset rules*/
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, input,table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins, a {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* Header styles */
#header, #bannerOne {clear:both;float:left;width:100%;}
/* 'widths' sub menu */
#layoutdims {clear:both;background:#eee;border-top:4px solid #000;margin:0;padding:6px 15px !important;text-align:right;}
/* column container */
.colmask {position:relative;clear:both;float:left;width:100%;overflow:hidden;}
/* common column settings */
.colright,.colmid,.colleft {float:left;width:100%;position:relative;}
.col1,.col2,.col3 {float:left;position:relative;padding:0 0 1em 0;overflow:hidden;}
/* 3 Column settings */
.threecol {background:#eee;}
.threecol .colmid {right:20%;background:#fff;}
.threecol .colleft {right:62%;background:#f4f4f4;}
.threecol .col1 {width:62%;left:100%;}
.threecol .col2 {width:18%;left:20%;}
.threecol .col3 {width:18%;left:83%;}
.clearBoth{clear:both}

/****** LAYOUT + TYPOGRAPHY ******/

body
{
	text-align: center;
	font-family: Arial, sans-serif;
}
code
{
	font-family: Arial, sans-serif;
}
#wrapper
{
	margin: 0 auto;
	width: 980px;
	padding: 0 22px;
	text-align: left;
}
.column
{
	float: left;
	margin-bottom: 30px;
	padding-top: 20px;
}

#breadcrumb
{
	height: 21px;
	margin: 5px 0 5px 2px;
	
}
#breadcrumb-txt
{
	margin-top: 3px;
	font-weight:bold;
	font-size:11px;
	float:left;
}

#breadcrumb #breadcrumb-txt a
{
	color:#124a88;
}

#breadcrumb #breadcrumb-txt a:hover
{
	text-decoration:underline;
}

#customers-feedback-button
{
	float: right;
}

#navNextPrevLi
{
	float:right;
	margin-right:13px;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	text-transform:lowercase;
}

#navNextPrevLi .navNextPrevList a
{
	color: #124a88;
}

#navNextPrevLi .navNextPrevList a:hover
{
	text-decoration:underline;
}

.navNextPrevList a.next
{
	background-image: url(../images/navnextprev-next-off.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.navNextPrevList a.prev
{
	background-image: url(../images/navnextprev-prev-off.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.navNextPrevList-1 a.list
{
	background-image: url(../images/navnextprev-list-off.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.navNextPrevList a.next:hover
{
	background-image: url(../images/navnextprev-next.png);
}
.navNextPrevList a.prev:hover
{
	background-image: url(../images/navnextprev-prev.png);
}
.navNextPrevList-1 a.list:hover
{
	background-image: url(../images/navnextprev-list.png);
}

#footer
{
	font-size: 11px;
	clear: both;
	width: 980px;
	margin: 0 auto;
}
#footer img{
    border: 0;
}

/****** HEADER *******/
#header-0
{
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	padding: 12px 0;
	height: 11px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#header-0 a
{
	text-decoration: none;
}
#header-0 a:hover
{
	text-decoration: underline;
}
#header-0 .flags
{
	display: block;
	float: left;
	width: 288px; 
}

/*body.polish #header-0 .flags
{
	width: 248px;
}*/

#header-0 .flags .flag
{
	margin-right: 6px;
}

#header-0 #currency
{
	margin-left:6px;
	float:left;
}



#header-0 #currency #h-currency
{
	font-weight:normal;
	font-size:12px;
	color:#fff;
	padding:1px 5px;
	margin-right:2px
}

#header-0 #currency #h-currency.euro
{
	background-color:#0060a9;
	margin-left:6px
}

#header-0 #currency #h-currency.dollaro
{
	background-color:#7b3d98;
}
#header-0 #currency #h-currency.sterlina
{
	background-color:#eea501
}

#header-0 #currency #h-currency.zloty {
    background-color: #e31c18;
}


#header-0 .user-data
{
	display: block;
	float: left;
	width: 692px; 
	text-align: right;
}


/*body.polish #header-0 .user-data {
    
    width: 730px;
}*/

#header-0 .feed
{
	padding: 10px 35px 10px 24px;
	vertical-align: bottom;
}
#header-0 .login
{
	padding: 10px 35px 10px 24px;
	vertical-align: bottom;
}
#header-0 .cart
{
	padding: 10px 0 10px 26px;
	vertical-align: bottom;
}

/* TEMPORANEO GIUSEPPE 
#header-0 .login a
{
    font-weight: bold;
    color: #DB3527;
}
*/


#header-1
{
	height: 85px;
	clear: both;
}
#header-1 #logo img
{
	margin: 16px 0 2px 0;
}
#header-1 #tagline
{
	clear: both;
	font-size: 11px;
	text-align: left;
	padding-left: 2px;
}
#header-1 #nverde
{
	position: absolute;
	margin-left: 228px;
	width: 182px;
}
.is-checkout #header-1 #nverde
{
	margin-left: 848px;
	margin-top: 50px;
}
#header-1 #header-1-1
{
	width: 320px;
	float: left;
	margin-right: 6px;
}
#header-1 #header-1-2
{
	width: 654px;
	float: left;
}
#header-1 #header-1-2 #menu-top
{
	text-transform: uppercase;
	font-size: 11px;
	width: 495px;
	height: 26px;
	position: absolute;
	border-right: 1px solid #BFBFBF;
	margin-left: 160px;
}

#header-1 #menu-top li
{
	float: left;
	width: auto;
}
#header-1 #menu-top li a
{
	padding: 8px 9px 7px 9px;
	font-size: 11px;
	height: 11px;
	display: block;
}
#header-1 #menu-top li.sub a
{
	padding-right: 27px;
}
#header-1 #menu-top li ul
{
	display: none;
	width: 120px;
}
#header-1 #menu-top li.sub:hover > ul
{
	display: block;
	position: relative;
	z-index: 1000;
}
#header-1 #menu-top li.sub:hover > ul li a
{
	width: 124px;
	text-transform: none;
	padding-right: 10px;
}

/* ITALIAN */
.italian #header-1 #header-1-2 #menu-top
{
	margin-left: -50px;
	width: auto;
} 	
/* ITALIAN IF IE 10*/
@media screen and (min-width:0\0) {
.italian #header-1 #header-1-2 #menu-top {	
margin-left: -60px;
width: auto;
}

}
	
	

/* ENGLISH */
.english #header-1 #header-1-2 #menu-top
{
	width: 591px;
	margin-left: 61px;
}
.english #header-1 #menu-top li.sub
{
	width: 144px;
}

/* INTERNATIONAL */
.international #header-1 #header-1-2 #menu-top
{
	width: 591px;
	margin-left: 49px;
}
.international #header-1 #menu-top li.sub
{
	width: 144px;
}

/* FRENCH */
.french #header-1 #header-1-2 #menu-top
{
	width: 722px;
	margin-left: -70px;
}
.french #header-1 #menu-top li.sub
{
	width: 150px;
}



/* GERMAN */
.german #header-1 #header-1-2 #menu-top
{
	width: 520px;
	margin-left: 132px;
}
.german #header-1 #menu-top li.sub
{
	width: 144px;
}


/* POLISH */
.polish #header-1 #header-1-2 #menu-top
{
	width: 346px;
	margin-left: 304px;
}

.polish #header-1 #menu-top li.sub a {
    padding-right: 35px;
}


/* SPANISH */
.spanish #header-1 #header-1-2 #menu-top
{
	width: 683px;
	margin-left: -38px;
}

#header-1 #menu-top li ul li
{
	float: none;
	background-image: none;
}
#header-1 #menu-top-2
{
	float: left;
	width: 120px;
}
#header-1 #search-container
{
	width: 330px;
	height: 26px;
	margin: 40px 0 0 0;
}
#header-1 #search
{
	background-image: url(../images/holyart_sprite.png);
  	background-position: -10px -56px;
	background-repeat: no-repeat;
	width: 330px;
	height: 26px;
	padding: 0 5px;
	float: left;
}
#header-1 #search input
{
	font-size: 10px;
	width: 334px;
	height: 16px;
	text-align: left;
	vertical-align: top;
	margin: 2px 0 0 0;
}
#header-1 #search input#search_value_id
{
	width: 280px;
	margin-top: 5px;
}
#header-1 #search img
{
	margin: 1px 0 0 0;
	display: inline;
	float: none;
}
#header-1 #search-2
{
	padding-top: 2px;
	text-align: center;
	width: 330px;
}
#header-1 #search-2 a
{
	font-size: 11px;
	line-height: 12px;
}
#header-1 #search .search-submit
{
	width: 37px;
	height: 24px;
	margin: 1px 0 0 0;
}
#search-tips
{
	width: 500px;
	height: 233px;
	position: absolute;
	top: 15%;
	padding: 10px;
	display: none;
	z-index: 10000;
}
#search-tips .close {
	background-image:url(../images/overlay/close.png);
	position:absolute; right:-15px; top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#search-tips code
{
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 10px 0;
}
#search-tips p
{
	font-size: 11px;
}
#customer-care
{
	width: 300px;
	float: right;
	margin: -23px 0 0 340px;
	position: relative;
}
#customer-care #skype, #customer-care #nverde
{
	display: inline;
	margin-left: 40px;
}
#header-2
{
	background-color: #0060a9;
	/*background-image: -o-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: -moz-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: -webkit-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: -ms-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 980px;
	height: 36px;
	margin-bottom: 40px;
	clear: both;
}
#header-2 ul#menu-1
{
	width: 980px;
	background-image: none;
	display: none;
	height: auto;
	z-index: 100;
}
#header-2 ul#menu-1 li
{
	width: 162px;
	height: auto;
	float: left;
	text-align: center;
	margin: 0;
	padding-top: 7px;
	border-right: 1px solid #8aa6c9;
	z-index: 1000;
}
#header-2 ul#menu-1 li a
{
	font-size: 9px;
	width: 100%;
	display: block;
}
#header-2 ul#menu-1 li a strong
{
	text-transform: uppercase;
	font-size: 11px;
	height: 11px;
	display: block;
	margin-bottom: 1px;
}
#header-2 ul#menu-1 li.last
{
	border-width: 0;
	width: 165px;
}
#header-2 ul#menu-1 li ul
{
	margin-top: 10px;
}
#header-2 ul#menu-1 li ul li a
{
	font-size: 11px;
}
#header-2 ul#menu-1 li ul li
{
	height: 19px;
	text-align: left;
	padding: 0 3px;
	width: 184px;
	position: static;
}
#header-2 ul#menu-1 li ul li a
{
	font-size: 11px;
	padding-top: 0;
	position: static;
}
#header-2 ul#menu-2
{
	width: 930px;
	height: 37px;
	margin: 0;
	background-image: url(../images/holyart_sprite.png);
  	background-position: -10px -159px;
	background-repeat: no-repeat;
}
#header-2 ul#menu-2 li
{
	float: left;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
}
#header-2 ul#menu-2 li a
{
	font-size: 11px;
}
#header-2 ul#menu-2 li.first
{
	font-weight: bold;
}
#header-2 ul#menu-2 li#choose-language
{
	position: absolute;
	margin-left: 660px;
}
#header-2 ul#menu-2 li#choose-currency
{
	position: absolute;
	margin-left: 795px;
}
#header-2 ul#menu-2 #choose-currency a 
{
	padding: 0 17px 0 3px;
	margin: 0 3px;
	background-image: url(../images/bg-currency-sub.png);
	background-repeat: no-repeat;
	background-position: right -3px;
}

#header-2 ul#menu-2 #choose-language a
{
	padding: 0 50px 0 3px;
	margin: 0 3px;
	background-image: url(../images/bg-currency-sub.png);
	background-repeat: no-repeat;
	background-position: right -3px;
}



#header-2 ul#menu-2 #choose-currency ul
{
	display: none;
	margin-top: 5px;
	margin-left: 35px;
	width: 50px;
}
#header-2 ul#menu-2 #choose-language ul
{
	display: none;
	margin-top: 16px;
	margin-left: 0;
	width: 70px;
	z-index: 500;
}
#header-2 ul#menu-2 #choose-language ul li
{
	width: 70px;
}
body.english #header-2 ul#menu-2 #choose-currency ul
{
	margin-left: 50px;
}
body.international #header-2 ul#menu-2 #choose-currency ul
{
	margin-left: 50px;
}
body.french #header-2 ul#menu-2 #choose-currency ul
{
	margin-left: 40px;
}
body.spanish #header-2 ul#menu-2 #choose-currency ul
{
	margin-left: 45px;
}
#header-2 ul#menu-2 #choose-currency:hover > ul, #header-2 ul#menu-2 #choose-language:hover > ul
{
	display: block;
	text-align: left;
	z-index: 100;
}
#header-2 ul#menu-2 #choose-currency:hover > ul li, #header-2 ul#menu-2 #choose-language:hover > ul li
{
	padding: 3px;
}
#header-2 ul#menu-2 #choose-currency:hover > ul li a, #header-2 ul#menu-2 #choose-language:hover > ul li a
{
	width: 50px;
	display: block;
	background-image: none;
	padding-right: 0;
}

#header-2 ul#menu-2 {
	background-image: none;
	width: auto;
}
#header-2 #menu-2-container {
	background-image: url(../images/holyart_sprite.png);
	background-position: -10px -159px;
	
	/*background:#103d71;
	background-image: -o-linear-gradient(-90deg , #2788D2 0%, #0B2E56 100%);
	background-image: -moz-linear-gradient(-90deg , #2788D2 0%, #0B2E56 100%);
	background-image: -webkit-linear-gradient(-90deg , #0B2E56 0%, #2788D2 100%);
	background-image: -ms-linear-gradient(-90deg , #2788D2 0%, #0B2E56 100%);
	background-image: linear-gradient(-360deg , #2788D2 0%, #0B2E56 100%);
	/*IE GRADIENT 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0B2E56, endColorstr=#2788D2)";
	/*END IE GRADIENT */
	-moz-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	-moz-border-bottom-right-radius: px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius: 3px;
  	background-repeat: no-repeat;
	height: 21px;
	margin: 0 25px;
	width: 930px;
	background-color:0B2E56;
}
/*
#header-2 ul#menu-1 li.selected, #header-2 ul#menu-1 li:hover {
	background-image:url(../images/bg-menu-v1/bg-menu-1-selected_r.png);
}

#header-2 #menu-2-container .red{
	background-image:url(../images/bg-menu-ul2_r.png);
}
#header-2 ul#menu-1 li.last.selected, #header-2 ul#menu-1 li.last:hover {
background-image:url('../images/bg-menu-v1/bg-menu-1-selected-last_r.png');
background-position: -40px 0;
background-color: transparent;
}
#header-2 ul#menu-1 li.first.selected, #header-2 ul#menu-1 li.first:hover {
background-image:url('../images/bg-menu-v1/bg-menu-1-selected-first_r.png');
}
*/



/* MENU SX */
/*
.sidebox
{
	font-size: 11px;
	margin-bottom: 30px;
	line-height: 14px;
	clear: both;
}
.sidebox h3
{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.sidebox h3.icon
{
	padding: 11px 0 0 26px;
	margin-bottom: 10px;
}
.sidebox li
{
	text-transform: uppercase;
	padding: 5px 0;
}
.sidebox a
{
	color: #999;
}
.sidebox ul li ul
{
	display: none;
}
*/
.leftBoxContainer, .rightBoxContainer
{
	font-size: 11px;
	margin-bottom: 30px;
	line-height: 14px;
	clear: both;
}
.leftBoxContainer h3, .rightBoxContainer h3
{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.leftBoxContainer h3.icon, .rightBoxContainer h3.icon
{
	padding: 11px 0 0 26px;
	margin-bottom: 10px;
}
.leftBoxContainer li, .rightBoxContainer li
{
	text-transform: uppercase;
	padding: 8px 0 2px 0;
	border-bottom: 1px solid #FFF;
}
.leftBoxContainer li a, .rightBoxContainer li a
{
	color: #999;
	width: 100%;
	display: block;
}
.leftBoxContainer ul li ul
{
	display: none;
	position: absolute;
	margin-top: -19px;
	margin-left: 187px;
	width: 160px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 7px 7px 0 7px;
	z-index:1000000;
}
.leftBoxContainer li ul li
{
	padding: 0;
	margin-bottom: 7px;
	border-bottom-width: 0;
}
.leftBoxContainer li.submenu:hover > ul
{
	display: block;
}
.leftBoxContainer li.submenu:hover
{
	border-bottom: 1px solid #000;
}
.leftBoxContainer li a:hover
{
	color: #000;
}

/* COLUMN-2 STYLES */
#column-2 li a, #column-2 p a
{
	text-decoration: underline;
}
h1
{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}

#tagline h1
{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
}

#column-2 p
{
	font-size: 14px;
	line-height: 21px;
}
address p
{
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
}
p.intro
{
	background-repeat: no-repeat;
	width: 514px;
	height: 65px;
	padding: 55px 15px 0 15px;
	margin: 0 0 10px 0;
}
/* SHOPPING CART SIDEBOX */
#shopping-cart h3
{
	background-image: url(../images/icons/shopping-cart.png);
	background-repeat: no-repeat;
}
#shopping-cart p
{
	font-size: 11px;
}
#shopping-cart a.button
{
	width: auto;
	text-transform: uppercase;
	padding: 4px;
	font-weight: bold;
	margin-left: 4px;
}
#shopping-cart .sidebox-buttons
{
	text-align: right;
	margin-top: 14px;
}
#box-pls-cart
{
	margin-top: 10px;
	padding-top: 5px;
}
#cartBoxListWrapper .txt1
{
	font-weight: bold;
}
#box-pls-cart a, #cartBoxGVButton a
{
	text-transform: uppercase;
	color: #999;
	margin: 7px 0;
	display: block;
}
#cartBoxGVButton .saldo {
	text-transform: none;
}
/* LOGIN SIDEBOX */
#loginbox h3
{
	background-image: url(../images/holyart_sprite.png);
  	background-position: -10px -454px;
	background-repeat: no-repeat;
	padding: 11px 0 0 26px;
	margin-bottom: 10px;
}
#loginbox input
{
	display: block;
	border: 1px solid #CACACA;
	color: #999;
	margin-bottom: 10px;
	padding: 3px 2px;
	width: 173px;
}
#loginbox label
{
	display: block;
}
#loginbox .form-submit
{
	width: auto;
	text-transform: uppercase;
	padding: 4px;
	font-weight: bold;
	margin: 0 0 8px 4px;
	float: right;
	cursor: pointer;
}
#loginbox ul
{
	clear: both;
	margin-top: 10px;
	padding-top: 5px;
	line-height: 10px;
}


/* SHOPPING CART SHIPPING ALERT */

.freeshipping
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: -moz-linear-gradient(center top , #FA9C5E, #FF5500);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 50px;
    margin-top: 9px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    width: 370px;
	/* Chrome, Safari:*/
    background: -webkit-gradient(linear,left top, left bottom, from(#FA9C5E), to(#FF5500));
	/* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FA9C5E', EndColorStr='#FF5500', GradientType=0);
 

}

.freeshipping_yes
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: -moz-linear-gradient(center top , #01b801, #018901);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 50px;
    margin-top: 9px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    width: 370px;
	/* Chrome, Safari:*/
    background: -webkit-gradient(linear,left top, left bottom, from(#01b801), to(#018901));
	/* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#01b801', EndColorStr='#018901', GradientType=0);

}

.img-freeshipping
{
	float:left;
	margin: 0px 0px 0px 5px;
}

#gift-alert {
    background: none repeat scroll 0 0 #fdf2d6;
    border: 2px solid #f2c14a;
    margin-bottom: 27px;
    margin-right: 0;
    margin-top: 0;
    padding: 5px;
    position: relative;
    
}


.img-gift-alert {
    float: left;
    margin: 0 20px 0 0;
    position: absolute;
    top: -30px;
    
    }
    
 #gift-alert > p {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin-left: 110px;
    line-height: 18px;
}



#gift-alert-ok {
    background: none repeat scroll 0 0 #ccf4cc;
    margin-bottom: 27px;
    margin-right: 0;
    margin-top: 0;
    padding: 5px;
    position: relative;
}
    
#gift-alert-ok > p {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin-left: 110px;
    line-height: 18px;
}





/* PRODUCT LISTING */
.itemlist-heading  
{
	margin-top: 40px;
    clear:both;
}
.item, .item-last
{
	float: left;
	width: 184px;
	height:227px;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}

.item-description
{
	text-align: left;
	padding: 4px 5px;
	margin-bottom: 3px;
	height: 24px;
}
.item-description a
{
	font-weight: bold;
	
}
.item-buy a.cart-add
{
	float: right;
	margin: 0;
	
	
}
.item-buy
{
	clear: both;
	text-align: left;
	padding: 0 3px;
}
.item-price
{
	font-size:110%;
	font-weight:bold;
	color:#009900;
	clear: both;
	text-align: left;
	padding: 2px 6px;
}
.item-price del, .item .ZW_qt_starting, .item-last .ZW_qt_starting {
	color:#999;
	font-size:80%;
	font-weight:weight;
}
.item-overlay
{
	position: absolute;
	margin-left: 138px;
}
.item-discount-qt
{
	position: absolute;
	/*margin-top: 132px;*/
	margin-top: 0;
}
.item-discount-percent, .item-discount-percent-new
{
	margin-top: 65px;
	height: 29px;
	width: 46px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 17px;
}
.item-discount-percent-new
{
	margin-top: 55px;
}
.itemlist-heading
{
	/*margin-left: -27px;*/
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	height:20px; /*50px;*/
	/*background: url(../images/slider-title-home.png) no-repeat;*/
	padding: 0px 0 0 0px;
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
}
/*.itemlist-heading a{color:white;}*/

.ZW_spacer_46 {
	height: 46px;
}

/* CATEGORY LISTING */
.category-listing
{
	margin-bottom: 30px;
}
.category, .category-last
{
	float: left;
	width: 250px;
	margin-top: 15px;
	line-height: 10px;
}
.category
{
	margin-right: 10px;
}
.category a, .category-last a
{
	font-size: 11px;
	line-height: 14px;
	color: #c3d5eb;
	color: #999;
	display: block;
	width: 260px;
	height: 130px;
/*	background-image: url(../images/pimp_w.png);
	background-repeat: no-repeat;
	background-position: 255px 102px;*/
}
.category a strong, .category-last a strong
{
	font-size: 12px;
	color: #FFF;
	color: #333;
}
.category a:hover, .category-last a:hover
{
	/* background-color: #1C71D4; */
	color: #333;
}
.category a img, .category-last a img
{
	margin: 0 0 5px 0;
	border: 1px solid #FFF;
	width: 250px;
    height: 86px;
}
.itemsNo
{
	float: right;
	text-align: right;
	padding-right: 12px;
	color: #FFF;
	color: #333;
}
.thisrow
{
	height: 180px;
	width: 783px;
}

/* BUTTONS */
.button
{
	width: auto;
	float: right;
	margin: 5px 0 15px 0;
}
input.cssButton, input.cssButtonHover, span.cssButton {
	display:block;
	vertical-align: middle;
}

/* css buttons */
.cssButton, .cssButtonHover {
	font-size: 12px;
	font-weight: bold;
	display:block;
	vertical-align: middle;
	border-width: 0;
	padding: 4px;
	text-transform: uppercase;
	cursor: pointer;
}
.button-as-link span.cssButton, .button-as-link span.cssButtonHover
{
	display: inline;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: normal;
	padding: 0;
	margin-bottom: 15px;
}
.button_continue_checkout
{
	margin-left: 315px;
	font-size: 14px;
	padding: 6px;
}
.buttonRow.back .cssButton, .buttonRow.back .cssButtonHover {
	font-weight: normal;
	padding: 0;
}
/* LISTS */
#column-2 ol
{
	margin: 20px 0 20px 20px;
}

#column-2 ol li
{
	font-size: 14px;
	line-height: 21px;
	list-style-type: decimal;
}

.sort_drop
{
    display: inline;    
}

.sort_drop form
{
    display: inline;
    font-size: 11px;
}
.sort_drop select
{
    font-size: 10px;
}

/* TABLES */
.tableHeading th {
	line-height:20px;
	margin: 5px 0 5px 0; 
}
td, th
{
	font-size: 12px;
	padding: 5px 0;
}
td.label-container
{
	width: 150px;
	text-align: right;
	padding-right: 5px;
}
/* FORMS */
#column-2 input[type=text], #column-2 input[type=password]
{
	padding: 3px;
	font-size: 12px;
	width: 275px;
}
#column-2 input[type=checkbox], #column-2 input[type=radio]
{
	margin-right: 5px;
}
label
{
	
}
form .button
{
	float: none;
	margin-left: 155px;
}
.field-help
{
	font-size: 11px;
	margin-top: 5px;
}
.field-help a
{
	text-decoration: underline;
}
.submit-container
{
	padding-left: 155px;
}
.visibleField
{
	display: inline;
}
.hiddenField
{
	display: none;
}
legend
{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
/* MY ACCOUNT */
.buttonRow.back
{
	background-image: url(../images/ico2/ico-back.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 8px 0 0 24px;
	height: 24px;
	margin-top: 15px;
	border-top: 1px solid #CCC;
	width: 524px;
	font-size: 12px;
}
.buttonRow.back a
{
	text-transform: uppercase;
	text-decoration: none;
}
#addressBookDefault h2, h3#addressBookDefaultName, #sendSpendWrapper h2, h2#previousOrdersTitle, #accounteditBody h2, #accountNotifications h2, #accountHistoryDefault h2, #accountHistInfo h2, #accounthistoryinfoBody h2, #accountnotificationsBody h2, #advancedsearchBody h2
{
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 5px 0 0 0;
	clear: both;
}
/* CHECKOUT */

#order_steps
{
	margin: 15px 0;
	height: 24px;
}
#order_steps span
{
	width: 239px;
	padding: 6px 0;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.order_steps_line_2
{
	display: none;
}
p.checkoutIntro
{
	width: 720px;
	margin: 15px 0 30px 0;
}
.data-row
{
	clear: both;
	margin-bottom: 15px;
}
.data-left
{
	float: left;
	width: 300px;
	text-align: right;
}
.data-right
{
	width: 645px;
	margin-left: 315px;
	font-style: normal;
}
.is-checkout #footer
{
	padding-left: 10px;
	padding-right: 10px;
	width: 960px;
}
.data-right .radioButtonLabel img
{
	display: none;
}
#column-2 .data-right, #column-2 .data-right p
{
	font-size: 12px;
	line-height: 18px;
}
/* ALERT */
.messageStackError, .messageStackSuccess, .messageStackCaution
{
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
.message-normal
{
	margin-top: 4px;
}
#column-2 .messageStackError .message-normal p, #column-2 .messageStackError .message-normal ul, #column-2 .messageStackSuccess .message-normal p, #column-2 .messageStackSuccess .message-normal ul, #column-2 .messageStackCaution .message-normal p, #column-2 .messageStackCaution .message-normal ul
{
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

/* FOOTER */
#footerlinks ul li, #footerlinks ul.sf-menu
{
	float: left;
	width: 181px;
	margin: 0 15px 10px 0;
}
#footerlinks ul li ul
{
	margin-bottom: 0;
}
#footerlinks ul li ul li
{
	margin-bottom: 0;
}
#footerlinks a
{
	margin: 5px 0;
	display: block;
}
#footerlinks h3
{
	margin-bottom: 5px;
}
#disclaimer
{
	clear: both;
	width: 100%;
	line-height: 14px;
	padding-top: 0;
	border-top: 1px dotted #CACACA;
}
.footer-row
{
	padding: 10px 0;
	border-top: 1px dotted #CACACA;
	clear: both;
	text-align: left;
}
#linkexchange ul, #importantlinks ul
{
	width: 100%;
}
#linkexchange li
{
	display: inline;
}
#importantlinks li
{
	display: inline;
	margin-right: 10px;
}

.feed_category 
{
	background-image: url("../images/3_1/ico_rss.png");
	background-position: left 5px;
	background-repeat:no-repeat;
	font-size:11px;
	padding: 10px 10px 10px 25px;
	text-transform:uppercase;
}

.ZWPaginationBar {
	padding: 5px 0;
	margin: 15px 0;
	text-transform: uppercase;
}
.ZWPaginationBar div {
	font-size: 11px;
}
.ZWPaginationBar div.ZWPagNum
{
	float: right;
	text-transform: default;
}

.ZWPaginationBar .current {
	padding: 3px 6px;
	background: #007BD9;
	color: white;
}

#searchedfor {
	background: #EEE;
	padding: 6px;
	border: 1px solid #E0E0E0;
	font-size: 12px;
}
.no-border{border-width:0px;}
.footer-categories{display:none;}


/* AutoSuggest CSS - Version 1.2 */

ul.as-selections {
	list-style-type: none;
	overflow: hidden;
	height: 24px;
	width: 285px;
	float: left;
}
ul.as-selections.loading {
	background-color: #eee;
}

ul.as-selections li {
	float: left;
	margin: 3px 4px 4px 0;
}

ul.as-selections li.as-selection-item {
	color: #2b3840;
	font-size: 11px;
	text-shadow: 0 1px 1px #fff;
	background-color: #ddeefe;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
	border: 1px solid #acc3ec;
	border-top-color: #c0d9e9;
	padding: 2px 3px 2px 6px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0 1px 1px #e4edf2;
	-webkit-box-shadow: 0 1px 1px #e4edf2;
	-moz-box-shadow: 0 1px 1px #e4edf2;
}

ul.as-selections li.as-selection-item:last-child {
	margin-left: 30px;
}

ul.as-selections li.as-selection-item a.as-close {
	float: right;
	margin: -1px 0 0 7px;
	padding: 0 2px;
	cursor: pointer;
	color: #5491be;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	-webkit-transition: color .1s ease-in;
}

ul.as-selections li.as-selection-item.blur {
	color: #666666;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
	border-color: #bbb;
	border-top-color: #ccc;
}

ul.as-selections li.as-selection-item.blur a.as-close {
	color: #999;
}

ul.as-selections li:hover.as-selection-item {
	color: #2b3840;
	background-color: #bbd4f1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
	border-color: #6da0e0;
	border-top-color: #8bb7ed;
}

ul.as-selections li:hover.as-selection-item a.as-close {
	color: #4d70b0;
}

ul.as-selections li.as-selection-item.selected {
	border-color: #1f30e4;
}

ul.as-selections li.as-selection-item a:hover.as-close {
	color: #1b3c65;
}

ul.as-selections li.as-selection-item a:active.as-close {
	color: #4d70b0;
}

ul.as-selections li.as-original {
	margin-left: 0;
}

ul.as-selections li.as-original input {
	border: none;
	outline: none;
	font-size: 13px;
	width: 120px;
	height: 18px;
}

ul.as-list {
	position: absolute;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: "Lucida Grande", arial, sans-serif;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	z-index: 2;
	box-shadow: 0 2px 12px #222;
	-webkit-box-shadow: 0 2px 12px #222;
	-moz-box-shadow: 0 2px 12px #222;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

li.as-result-item, li.as-message {
	margin: 0 0 0 0;
	padding: 5px 12px;
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

li:first-child.as-result-item {
	margin: 0;
}

li.as-message {
	margin: 0;
	cursor: default;
}

li.as-result-item.active {
	background-color: #3668d9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
	border-color: #3342e8;
	color: #fff;
	text-shadow: 0 1px 2px #122042;
}

li.as-result-item em { 
	font-style: normal; 
	background: #444;  
	padding: 0 2px;
	color: #fff;
}

li.as-result-item.active em { 
	background: #253f7a;  
	color: #fff;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	ul.as-selections {
		border-top-width: 2px;
	}
	ul.as-selections li.as-selection-item {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-top: -1px;
	}
	ul.as-selections li.as-original input {
		height: 19px;
	}
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	ul.as-list {
		border: 1px solid #888;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-left: 4px;
		margin-top: 0;
	}
}

/* IE Hacks  */
ul.as-list {
	border: 1px solid #888\9;
}
ul.as-selections li.as-selection-item a.as-close {
	margin-left: 4px\9;
	margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
ul.as-list,  x:-moz-any-link, x:default { 
	border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
	border: none;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
    text-align: left;
}

.ac_loading {
	background: white;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* 26-04-2012 Nuov aversione Home */
#header-1 a.user-name
{
	color: #000;
	font-weight: bold;
}
#header-1
{
	height: 85px;
}

#header-2
{
	background-color: #0060a9;
	/*background-image: -o-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: -moz-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: -webkit-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: -ms-linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);
	background-image: linear-gradient(-90deg , rgb(30,112,212) 0%, rgb(11,46,86) 100%);*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 36px;
	margin-bottom: 40px;
}
#header-2 ul#menu-1
{
	background-image: none;
	display: none;
	height: auto;
	z-index: 1000;
}
#header-2 ul#menu-1 li
{
	height: auto;
	border-right-width: 0;
}
#menu-1-base
{
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: inline-block;
	padding: 13px 13px 10px 13px;
	color: #FFF;
	height: 10px;
	width: 160px;
	border-right: 1px solid #6b8199;
	float: left;
	font-size: 12px;
	background-image: url(../images/3_2/arrow-submenu.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	text-transform: uppercase;
	font-weight:bold;
}
#menu-1-base:hover
{
	cursor: pointer;
	background-color: #454545;
	background-image: -o-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: -moz-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: -webkit-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: -ms-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	background-position: right top;
	height: 13px;
}
#header-2 li#menu-1-base:hover > ul, #indexHomeBody #header-2 li#menu-1-base > ul
{
	display: block;
	position: absolute;
	margin: 11px 0 0 -13px;
	width: 190px;
	text-transform: none;
	padding-bottom: 8px;
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-weight:normal;
}
#header-2 li#menu-1-base > ul > li, #header-2 ul#menu-1 li.last
{
	background-color: #666;
	text-align: left;
	padding: 6px 0;
	border-top: 1px solid #999;
	width: 186px;
}
#header-2 ul#menu-1 li.last
{
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#header-2 li#menu-1-base > ul > li a
{
	font-size: 13px;
	padding: 10px 0 10px 10px;
	color: #FFF;
	width: 165px;
}

body.polish #header-2 li#menu-1-base > ul > li:hover > a
{

  font-weight: normal;
}



#header-2 li#menu-1-base > ul > li:hover > a
{
	background-color: #FFF;
	color: #333;
	font-weight: bold;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	padding: 8px 10px 8px 6px;
	margin-left: 4px;
	width: 152px;
	background-image: url(../images/3_2/arrow-submenu-2.png)  !important;
	background-repeat: no-repeat;
	background-position: right center;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	/*-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 13px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 0px 13px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 13px rgba(0,0,0,0.75);*/
	z-index: 1100;
	position: relative;
}
#header-2 ul#menu-1 li ul
{
	display: none;
	z-index: 1099;
	position: absolute;
	/*margin: -44px 0 0 160px;*/
	margin-left: 172px;
	top: -20px;
	padding: 5px 15px 5px 5px;
	background-color: #FFF;
	color: #333;
	border: 2px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px rgba(0,0,0,0.75);*/
}


/*MODIFICA TEMPORANEA POLACCO */

#header-2 ul#menu-1 li#rep-4 ul {
    top: 115px;
}


#header-2 ul#menu-1 li#rep-1 > ul, #header-2 ul#menu-1 li#rep-3 > ul,#header-2 ul#menu-1 li#rep-6 > ul
{
	top: -60px;
	width: 460px;
}
#header-2 ul#menu-1 li#rep-1 > ul li ul, #header-2 ul#menu-1 li#rep-3 > ul li ul, #header-2 ul#menu-1 li#rep-6 > ul li ul
{
	display: block;
	position: static;
	border-width: 0;
	padding: 0;
}
#header-2 ul#menu-1 li#rep-1 > ul li ul:first-child, #header-2 ul#menu-1 li#rep-3 > ul li ul:first-child, #header-2 ul#menu-1 li#rep-6 > ul li ul:first-child
{
	margin-left: 0;
	float: left;
	margin-top:0;
	padding-bottom:15px;
}
#header-2 ul#menu-1 li#rep-5 ul
{
	top: 20px;
}
#header-2 ul#menu-1 li#rep-6 ul
{
	top: 60px;
}
#header-2 ul#menu-1 li ul.dropdown-1 li {
	z-index: 1101 !important;
	float: none;
	height: auto;
	background-color: transparent;
	list-style: none;
	color: #CCC;
	cursor: pointer;
	width:220px;
	
}
#header-2 ul#menu-1 li ul.dropdown-1 li a
{
	text-decoration: underline;
	color: #0b2e56;
	font-size: 13px;
	padding: 5px 0px 5px 10px;
	display: block;
	border-width: 0;
	width:auto;
}
#header-2 ul#menu-1 li ul.dropdown-1 li a:hover
{
	cursor: pointer;
	color: #c78800;
}


#header-2 ul#menu-1 li ul.dropdown-1 li a.link-left
{
	text-decoration: underline;
	color: #0b2e56;
	font-size: 13px;
	padding: 5px 10px 5px 0px;
	display: block;
	border-width: 0;
	width:290px;
}
#header-2 ul#menu-1 li ul.dropdown-1 li a.link-left:hover
{
	cursor: pointer;
	color: #c78800;
}

#header-2 ul#menu-1 li:hover > ul.dropdown-1
{
	display: block;
}
#cart-info
{
font-size:12px;
float:left;
padding:5px 4px;

}



#cart-info .ZW_cart_qty
{
/*background: #EEA400;*/
padding:4px 6px 4px 6px;
text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);
/*border-radius:4px;*/
/*margin-left:5px;*/
background:url(../images/bgqt.png) no-repeat;
display:block;
float:left;
text-align:center;
width:19px;

}

#cart-info .ZW_cart_text
{
/*background: #EEA400;*/
padding:4px 6px 4px 5px;
display:block;
float:right;

}



#shopping-cart-container
{
	border-left: 1px solid #6b8199;
	float: left;
	font-size: 10px;
	color: #FFF;
	padding: 4px 2px 13px 5px;
	color: #FFF;
	height: 19px;
	width: 180px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight:bold;
	background-image: url(../images/3_2/arrow-submenu.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
}	
	
#shopping-cart-container:hover
{	
	background:#454545;
	background-image: -o-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: -moz-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: -webkit-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: -ms-linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	background-image: linear-gradient(-90deg , rgb(108,108,108) 0%, rgb(69,69,69) 100%);
	border-bottom-right-radius: 0px;
}
#shopping-cart-container a {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#header-2 ul#menu-1-container li#search-container
{
	width: 605px;
	float: left;
	padding-top: 7px;
}
#header-2 ul#menu-1-container li#search-container input#search_value_id
{
	background-color: #FFF;
	border: 1px solid #999;
	height: 21px;
	width: 489px;
	font-size: 13px;
	color: #999;
	margin: 0 0px 0 11px;
	padding-left: 5px;
	float:left;
	padding-right:10px;
	-moz-border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
}
#header-2 ul#menu-1-container li#search-container input.search-submit, #header-2 ul#menu-1-container li#shopping-cart-container a.search-submit
{
	/*background-image: -o-linear-gradient(-90deg , #eea400 0%, #c78800 100%);
	background-image: -moz-linear-gradient(-90deg , #eea400 0%, #c78800 100%);
	background-image: -webkit-linear-gradient(-90deg , #eea400 0%, #c78800 100%);
	background-image: -ms-linear-gradient(-90deg , #eea400 0%, #c78800 100%);
	background-image: linear-gradient(-90deg , #eea400 0%, #c78800 100%);
	text-transform: uppercase;*/
	background-color: #eea400;
	color: #FFF;
	padding: 1px 0px 3px 0px;
	width:76px;
	height:23px;
	font-size: 12px;
	-moz-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.5) 1px 1px 0;

}
#header-2 ul#menu-1-container li#shopping-cart-container a.search-submit
{
	font-size: 10px;
	padding: 2px 5px;
	text-decoration: none;
	margin: 8px 0 0 4px;
}
#search-2
{
	padding-top: 2px;
}
#search-2 a
{
	color: #FFF;
	font-size: 11px;
}
#search-tips-container
{
	float: left;
	font-size: 13px;
	color: #FFF;
	height: 13px;
	width: 145px;
	padding-top: 12px;
}
#customer-care
{
	margin: 35px 0 0 0;
	float: none;
}
#customer-care #nverde
{
	margin-left: 10px;
}
#header-2 #menu-2-container
{
	margin-top: 36px;
	position: absolute;
	z-index: 10;
}
#breadcrumb
{
	clear: both;
	margin-bottom: 30px;
	position: relative;
	top: 35px;
}
#customers-feedback-button
{
	margin-top: 5px;
	display: none;
}
#header-1 #logo img
{
	margin-top: 10px;
	margin-bottom: 0;
}
#account{
	float: right;
	font-size: 11px;
	width: 188px;
	/*padding: 12px 0 0 0px;
	height: 30px;*/
	line-height: 20px;
}
#account a
{
	color: #1A4788;
	text-decoration: underline;
}
#tagline
{
	color: #999;
}

#indexHomeBody #column-2
{
	margin-left: 0;
	width: 980px;
}
.item
{
	margin-right: 10px;
}
.c_USD,.c_GBP,.c_PLN{display:none}

#filtri a{
    color: #124A88;
    /*font-weight: bold;*/
}

#filtri a:link    {
    text-decoration: none; 
}

#filtri a:hover   {
    text-decoration: underline;
}

/* SPRITE IMAGES */
.lang-pl,.lang-it,.lang-en,.lang-es,.lang-fr,.lang-de,.lang-us,.youtube_icon,.facebook_icon,.feed_icon,.stars_0,.stars_0_5,.stars_1,.stars_1_5,.stars_2,.stars_2_5,.stars_3,.stars_3_5,.stars_4,.stars_4_5,.stars_5,.item-discount-percent,.item-discount-percent-new,#account .avatar,#cart-icon{background:url(../images/main_sprite.png) no-repeat}
.lang-it{float:left;background-position:0 0;width:16px;height:11px}
.lang-en{float:left;background-position:-20px 0;width:16px;height:11px}
.lang-es{float:left;background-position:-40px 0;width:16px;height:11px}
.lang-fr{float:left;background-position:-60px 0;width:16px;height:11px}
.lang-de{float:left;background-position:-51px -320px;width:16px;height:11px}
.lang-us{float:left;background-position:-69px -320px;width:16px;height:11px}
.lang-pl{float:left;background-position:-51px -332px;width:16px;height:11px}
.youtube_icon{float:right;background-position:-39px -256px;width:16px;height:16px;padding:2px}
.facebook_icon{float:right;background-position:-20px -257px;width:16px;height:16px;padding:2px}
.feed_icon{float:right;background-position:0 -256px;width:16px;height:16px;padding:2px}
.stars_2_5{float:left;background-position:0 -127px;width:90px;height:20px}
.stars_3{float:left;background-position:0 -106px;width:90px;height:20px}
.stars_3_5{float:left;background-position:0 -83px;width:90px;height:20px}
.stars_4{float:left;background-position:0 -60px;width:90px;height:20px}
.stars_4_5{float:left;background-position:0 -38px;width:90px;height:20px}
.stars_5{float:left;background-position:0 -16px;width:90px;height:20px}
.stars_0{float:left;background-position:0 -234px;width:90px;height:20px}
.stars_0_5{float:left;background-position:0 -213px;width:90px;height:20px}
.stars_1{float:left;background-position:0 -191px;width:90px;height:20px}
.stars_1_5{float:left;background-position:0 -170px;width:90px;height:20px}
.stars_2{float:left;background-position:0 -149px;width:90px;height:20px}
.item-discount-percent,.item-discount-percent-new{color:#FFF;background-position:0 -299px;width:46px;height:46px}
#account .avatar{background-position:-62px -256px;width:20px;height:17px;padding-right:4px;float:left}
#cart-icon{background-position:-1px -277px;width:30px;height:22px;margin:2px 0 0 2px;padding:0 0px 0 2px;float:left}
#M_SI,#M_SI_ON,#M_US,#M_US_ON,.icon-out-of-stock,.icon-in-stock,a.browse{background:url(../images/product_sprite.png) no-repeat;}
#M_SI{float:left;background-position:-53px 0;width:24px;height:20px;}
#M_SI_ON{float:left;background-position:0 0;width:24px;height:20px;}
#M_US{float:left;background-position:-53px -21px;width:24px;height:20px;}#M_US_ON{float:left;background-position:-26px 0;width:24px;height:20px;}
.icon-out-of-stock{margin:0 4px 0 0;float:left;background-position:-24px -23px;width:20px;height:14px;}
.icon-in-stock{margin:0 4px 0 0;float:left;background-position:0 -23px;width:20px;height:14px;}
a.left{background-position:0 -65px;}
a.left:hover{background-position:0 -83px;}
a.right{background-position:-18px -65px;}
a.right:hover{background-position:-18px -83px; } 


/* FACT FINDER */

#asnColumn
{
	width:179px;
	float:left;
	padding-right:10px;
}

#filters-option 
{
	padding: 0px 0px 20px 0px;
}

#filters-option p a
{
	font-size:12px;
	line-height:21px;
	text-decoration:none
	
}

#filters-option p a:hover
{
	text-decoration:underline;
}

.filter-select
{
	width:174px;
}

#resultColumn
{
	float:left;
	width:790px;
	
}


#resultColumn #results #resultWrap .item
{
	margin-right:11px;
}

.pageLinks, .previousPage, .nextPage
{
	font-size:11px;
}

.paging, .nextPage
{
	padding: 0px 5px 0px 5px;
}

#breadCrumbTrail 
{
	font-weight:bold;
	font-size:16px;
	color:#333;
	line-height:21px
}

.clear
{
	clear:both;
}


.suggest-list
{
	list-style-position: inside;
    list-style-type: circle;
}

#resultColumn .messageStackError, #resultColumn .messageStackSuccess, #resultColumn .messageStackCaution
{
	margin-top:10px;
}

#pagina-statica-categoriaBody .thisrow
{
	width: 100%;
}

#pagina-statica-categoriaBody .category {
margin-right: 40px;
margin-left: 30px;
}

/* ALERT SHIPPING FORBIDDEN */

#pforbidden:before {
    background: none repeat scroll 0 0 #c00;
    color: #fff;
    content: "!";
    display: table-cell;
    font-size: 29px;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
}
#pforbidden {
    background: none repeat scroll 0 0 #f7f7f7;
    width: 500px;
	display:table;
}
	
#pforbidden p, #pforbidden ul {
    
    padding: 5px;
}

#pforbidden ul {
	font-weight:bold;
}

.backtocart {
    background: none repeat scroll 0 0 #124a88;
    clear: both;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 7px;
    text-transform: uppercase;
}

.backtocart:hover 

{
	background-color:#f00;
}

#zw_cookie_law_short_info {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    color: #eeeeee;
    font-size: 12px;
    opacity: 0.9;
    padding: 10px;
    position: fixed;
    z-index: 999;
    width: 100%;
}
#zw_cookie_law_short_info a{
	color: #ffffff;
	text-decoration:underline;
}

#zw_cookie_law_short_info button {
    margin: 6px;
}

#zw_cookie_law_short_info button {
    background: #00a0de none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    width: 80px;
}


#zw_cl_last_mod {
  margin-bottom: 10px;
  text-align: right;
  font-size: 11px;
  font-style: italic;
  color: #A5A5A5;
}

.category p {
    font-size: 11px !important;
    line-height: 15px !important;
}


.review-ul{
	list-style: outside;
	font-size: 12px;
	margin-left: 10px;
}

/* WISHLIST */

.wl_desktop_wrapper .main-page-title {
}
.wl_desktop_wrapper .wishlist-odd, .wl_desktop_wrapper .wishlist-even {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CACACA;
}
.wl_desktop_wrapper ul.wishlist_top_links {
    margin: 5px 0 15px 0;
    padding: 0 0 15px 0;
    list-style-type: none;
    border-bottom:1px solid #CACACA;
}
.wl_desktop_wrapper ul.wishlist_top_links li {
    display: inline-block;
    font-weight: 300;
    margin-right: 10px;
    font-size: 0.8em;
}
.wl_desktop_wrapper ul.wishlist_top_links li a {
    color: #0060a9;
    display: block;
}
.wl_desktop_wrapper .wishlist_sort_fields_wrapper {
    overflow: auto;
    margin-bottom:15px;
}
.wl_desktop_wrapper .multiple {
    float: left;
    margin-right: 15px;
}
.wl_desktop_wrapper .multiple label {
    font-size: 0.8em;
}
.wl_desktop_wrapper .multiple select {
    border:1px solid #CACACA;
    border-radius: 0;
    padding: 4px;
}
.wl_desktop_wrapper .pageresults {
    color: #333333;
    font-size: 0.8em;
}
.wl_desktop_wrapper .tableheading {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;   
}
.wl_desktop_wrapper .wishlist_top_links li a:hover {
    text-decoration: none;
}
.wl_desktop_wrapper .tableheading {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;   
}
 .wl-product-btns {
    float: left;
}
.wl_desktop_wrapper .extendedDelete {
    display: inline-block
}
.wl_desktop_wrapper .extendedDelete a {
    display: block;
}
.wl_desktop_wrapper .wl-product-image, .wl_desktop_wrapper .wl-product-info, .wl_desktop_wrapper .wl-product-btns {
    float: left;
}
.wl_desktop_wrapper .wl-product-image {
    width: 20%;
}
.wl_desktop_wrapper .wl-product-info {
    width: 60%;
    padding-right: 40px;
    box-sizing: border-box !important;
}
.wl_desktop_wrapper .wl-product-btns {
    width: 20%;
}
.wl_desktop_wrapper .wl-product-btns .extendedCart {
    box-sizing: border-box !important;
    margin-bottom: 15px;
}
.wl_desktop_wrapper .wl-product-btns .extendedCart .cssButton, .wl_desktop_wrapper .wl-product-btns .extendedCart .cssButtonHover, .wl_desktop_wrapper .wl-product-btns .extendedDelete .cssButton, .wl_desktop_wrapper .wl-product-btns .extendedDelete .cssButtonHover {
    font-weight: lighter !important;
}
.wl_desktop_wrapper .wl-product-btns .extendedDelete a, .wl_desktop_wrapper .wl-product-btns .extendedDelete span, .wl_desktop_wrapper .wl-product-btns .extendedDelete a, .wl_desktop_wrapper .wl-product-btns .extendedDelete span {
    display: block;
}
.wl_desktop_wrapper .wl-product-btns .extendedDelete span {
    padding: 10px;
}
.wl_desktop_wrapper .wl-product-btns .extendedCart .cssButton, .wl-product-btns .extendedCart .cssButtonHover {
    padding: 8px;
}
.wl_desktop_wrapper .wl-product-btns .extendedCart .cssButton {   
    background-color: #0060a9;
    color: #FFFFFF;  
}
.wl_desktop_wrapper .wl-product-btns .extendedCart .cssButtonHover {
    background-color: #e31c18;
}
.wl_desktop_wrapper .wl-product-btns .extendedDelete .cssButton {
    background-color: #EEEEEE;
    color: #666666;
}
.wl_desktop_wrapper .wl-product-btns .extendedDelete .cssButtonHover {
    background-color: #666666;
    color: #FFFFFF;
}
.wl_desktop_wrapper .wl-update-item-info-btn-wrapper .cssButton {
    padding: 8px 15px;
    background-color: #EEEEEE;
    color: #666666;
    font-weight: lighter !important;
    min-width: 20%;
    display: inline-block;
    vertical-align: middle;
}
.wl_desktop_wrapper .wl-update-item-info-btn-wrapper .cssButtonHover {
    padding: 8px 15px;
    min-width: 20%;
    font-weight: lighter !important;
    background-color: #666666;
}
.wl_desktop_wrapper .wl-product-btns .extendedCart, .wl-product-btns .extendedDelete, .wl-product-btns input.button_in_cart {
    float: right;
    width: 100%;
}
.wl_desktop_wrapper .wl-product-btns .extendedCart span.cssButton, .wl_desktop_wrapper .wl-product-btns .extendedCart span.cssButtonHover {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
}
.wl_desktop_wrapper .wl-product-btns .extendedCart, .wl_desktop_wrapper .wl-product-btns .extendedDelete {
    text-align: center;
}
.wl_desktop_wrapper .wl-deleted-price {
    text-decoration: line-through;
}
.wl_desktop_wrapper .wl-price-list {
    margin-bottom: 15px !important;
}
.wl_desktop_wrapper .wl-price-list li {
    margin-bottom: 10px;
}
.wl_desktop_wrapper .productSalePrice, .wl_desktop_wrapper .productSpecialPrice {
    font-weight: 600;
    color: #009900;        
}
.wl_desktop_wrapper .wl-products-sort-wrapper {
    border-bottom: 1px solid #CACACA;
}
.wl_desktop_wrapper .tableheading {
    margin-top: 15px;
}
.wl_desktop_wrapper .wl-product-fields-list li {
    margin-bottom: 5px;
    overflow: auto;
}
.wl_desktop_wrapper .wl-product-fields-list li.wl-product-fields-list-input-wrapper {
    text-align: right;
}
.wl_desktop_wrapper .wl-product-fields-list li label {
    font-size: 0.8em;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.wl_desktop_wrapper .wl-product-fields-list li select {
    border: 1px solid #CACACA;
    box-sizing: border-box;
}
.wl_desktop_wrapper .wl-product-fields-list-input-wrapper {
    display: inline-block;
    width: 75%;
}
.wl_desktop_wrapper .wl-product-fields-list-input-wrapper input, .wl_desktop_wrapper .wl-product-fields-list-input-wrapper select {
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box !important;
    border: 1px solid #CACACA;
}
.wl_desktop_wrapper .wl-product-fields-list-input-wrapper select {
    padding: 3px;
}
.wl_desktop_wrapper .wl-product-fields-list-input-wrapper input[type="number"] {
    border: 1px solid #CACACA;
    color: #000;
    padding: 3px;
    font-size: 12px;
}
.wl_desktop_wrapper .wl-product-fields-list-input-wrapper input[type="text"] {
    font-weight: lighter;
    color: #000 !important;
    font-size: 12px;
}
.wl_desktop_wrapper h3.wl-product-info-product-name {
    color: #0060a9;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 6px;
}
.wl_desktop_wrapper h3.wl-product-info-product-name a {
    color: #0060a9;
}
.wl_desktop_wrapper h3.wl-product-info-product-name a:hover {
    text-decoration: underline;
}
.wl_desktop_wrapper h3.wl-product-info-product-name .wl-rename-link a:hover {
    text-decoration: none;
}
.wl_desktop_wrapper .wl-price-list li {
    margin-bottom: 15px;
}
.wl_desktop_wrapper .cartAttribsList {
    font-size: 0.8em;
}
.wl_desktop_wrapper .wl-update-item-info-btn-wrapper {
    margin-top: 15px;
}
.wl_desktop_wrapper .wl-price-list .price {
    color: #000000;
    font-weight: bold;
}
.wl_desktop_wrapper .wl-price-list .price span.normalprice.withSpecialPrice {
    text-decoration: line-through;
}
.wl_desktop_wrapper .wl-price-list .price span.productPriceDiscount {
    font-weight: lighter;
}
.wl_desktop_wrapper .buttons span.cssButton {
    display: inline-block;
    padding: 9px 15px 9px 15px;
    line-height: 12px;
    background-color: #EEEEEE;
    color: #666666;
    font-weight: lighter !important;
}
.wl_desktop_wrapper .buttons span.cssButtonHover {
    display: inline-block;
    padding: 9px 15px 9px 15px;
    line-height: 12px;
    font-weight: lighter !important;
    background-color: #666666;
}
.wl_desktop_wrapper .formrow {
    margin-bottom: 5px;
}
.wl_desktop_wrapper .wl-share-email .formrow {
    margin-top: 10px;
}
.wl_desktop_wrapper .formrow label {
    font-size: 0.8em;
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}
.wl_desktop_wrapper .formrow:not(.wl-edit-radio-wrapper) input {
    font-size: 0.8em;
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
}
.wl_desktop_wrapper .formrow.wl-edit-radio-wrapper input {
    width: auto;
}
.wl_desktop_wrapper .formrow.wl-edit-radio-wrapper span {
    font-size: 0.8em;
}
.wl_desktop_wrapper .wl-edit-fieldset-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wl_desktop_wrapper .wl-edit-fieldset-wrapper legend {
    margin-bottom: 15px;
}
.wl_desktop_wrapper .wl-edit-fieldset-wrapper .formrow label {
    margin-bottom: 5px;
}
.wl-edit-fieldset-wrapper input[type="text"] {
    color: #000000 !important;
}
.wl_desktop_wrapper .find_form_group {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wl_desktop_wrapper input.button_submit {
    display: inline-block;
/*    float: right;*/
    padding: 8px 15px 8px 15px;
    background-color: #0060a9;
    color: #FFFFFF;
    font-weight: lighter !important;
}
.wl_desktop_wrapper input.button_submit:hover {
    display: inline-block;
    background-color: #e31c18;
    color: #FFFFFF;
    font-weight: lighter !important;
}
.wl_desktop_wrapper .heading th {
    background-color: #666666;
    border:1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: lighter;
}
.wl_desktop_wrapper .heading th {
    padding: 5px 10px;
}
.wl_desktop_wrapper .tablerows td {
    padding: 10px 10px;
}
.wl_desktop_wrapper .tablerows a {
    color: #0060a9;
    font-weight: bold;
    font-size: 16px;
}
.wl_desktop_wrapper .tablerows a:hover {
    text-decoration: underline;
}
.wl_desktop_wrapper .wishlist_move_fieldset {
    background-color: #EEEEEE;
    color: #333333;
    padding:10px 15px;
    font-size:14px;
}
.wl_desktop_wrapper .wishlist_move_fieldset select {
    border: 1px solid #CACACA;
    border-radius: 0;
    padding: 4px;
}
.wl_desktop_wrapper .single label, .wl_desktop_wrapper .single select {
    margin-top: 4px;
}
.wl_desktop_wrapper table.productlist {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333333;
    width: 100%;
}
.wl_desktop_wrapper .odd-center, .wl_desktop_wrapper .even-center {
    text-align: center !important;
}
.wl_desktop_wrapper .btn-colour {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    background-color: #0060a9;
    font-weight: lighter;
}
.wl_desktop_wrapper .btn-colour:hover{
    background-color: #e31c18;
}
.wl_desktop_wrapper .btn-colour:hover .cssButton {
    background-color: transparent;
}
.wl_desktop_wrapper .btn-colour .cssButtonHover {
    color: #FFFFFF;
    padding: 0;
    font-weight: lighter;
    background-color: transparent;
}
.wl_desktop_wrapper .btn-colour .cssButton {
    color: #FFFFFF;
    padding: 0;
    font-weight: lighter;
    background-color: transparent;
}
.wl_desktop_wrapper .btn-grey {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    background-color: #EEEEEE;
    color: #333333;
}
.wl_desktop_wrapper .btn-grey:hover {
    background-color: #666666;
}
.wl_desktop_wrapper .btn-grey:hover .cssButton {
    color: #FFFFFF;
    line-height: 12px;
}
.wl_desktop_wrapper .btn-grey .cssButtonHover {
    font-weight: lighter;
    background-color: transparent;
    line-height: 12px;
    padding: 0;
}
.wl_desktop_wrapper .btn-grey:hover .cssButton {
    background-color: transparent;
    padding: 0;
}
.wl_desktop_wrapper .btn-grey .cssButton {
    color: #666666;
    font-weight: lighter;
    background-color: transparent;
    padding: 0;
}
.wl_desktop_wrapper .wl_manage_data_list {
    margin-bottom: 15px;
}
.wl_desktop_wrapper .wl_manage_data_list li {
    font-size: 14px;
    margin-bottom: 7px;
}
.wl_desktop_wrapper .wl_manage_data_list li a:hover {
    text-decoration: none !important;
}
.wl_desktop_wrapper .btn-color-wrapper, .wl_desktop_wrapper .btn-grey-wrapper {
    display: inline-block;
}
.wl_desktop_wrapper .btn-color-wrapper input.cssButtonHover {
    font-weight: lighter;
}
.wl_desktop_wrapper .btn-grey-wrapper a {
    display: block;
    font-weight: lighter;
    background-color: #EEEEEE;
    color: #666666;
    padding: 9px 15px 9px 15px;
}
.wl_desktop_wrapper .btn-grey-wrapper a span.cssButton, .wl_desktop_wrapper .btn-grey-wrapper a span.cssButtonHover {
    padding: 0;
    color: #666666;
    background-color: transparent;
}
.wl_desktop_wrapper .btn-color-wrapper input.cssButtonHover {
    padding: 9px 15px 9px 15px;
}
.wl_desktop_wrapper .buttons input.cssButton {
    padding: 9px 15px 9px 15px;
    background-color: #0060a9;
    font-weight: lighter;
    line-height: 12px;
    display: inline-block;
}
.wl_desktop_wrapper .buttons input.cssButtonHover {
    padding: 9px 15px 9px 15px;
    line-height: 12px;
    font-weight: lighter;
    display: inline-block;
}
.wl_desktop_wrapper a span.cssButton {
    padding: 9px 15px 9px 15px;
    font-weight: lighter;
    line-height: 12px;
    display: inline-block;
    background-color: #EEEEEE;
    color: #666666;
}
.wl_desktop_wrapper a span.cssButtonHover {
    padding: 9px 15px 9px 15px;
    display: inline-block;
    line-height: 12px;
    font-weight: lighter;
    background-color: #666666;
}
.wl_desktop_wrapper .extendedCart a span.cssButton {
/*
    padding: 9px 15px 9px 15px;
    font-weight: lighter;
    line-height: 12px;
    display: inline-block;
*/
    background-color: #005799;
    color: #FFFFFF;
}
.wl_desktop_wrapper .extendedCart a span.cssButtonHover {
/*
    padding: 9px 15px 9px 15px;
    display: inline-block;
    line-height: 12px;
    font-weight: lighter;
*/
    background-color: #FF0000;
    color: #FFFFFF;
}
.wl_compact table.productlist {
	padding-bottom: 15px;
	margin-bottom: 15px;
    font-size: 14px;
    color: #333333;
    width: 100%;
    border-bottom:1px solid #CACACA;
}
.wl_compact table.productlist tr.heading th.right, .wl_compact table.productlist td.odd-right, .wl_compact table.productlist td.even-right {
	text-align: right;
}
.wl_compact table.productlist tr.heading th.center {
	text-align: center;
}
.wl_compact table.productlist td a {
	font-weight: bold;
}
.wl_compact table.productlist td .normalprice, .wl_compact table.productlist td .normalprice.withSpecialPrice {
	text-decoration: line-through;
}
.wl_compact .odd-center, .wl_compact .even-center {
	text-align: center;
}
.wl_compact .buttons input.cssButton {
    padding: 8px 15px 8px 15px;
    background-color: #0060a9;
    font-weight: lighter;
    line-height: 12px;
    display: inline-block;
}
.wl_compact .buttons input.cssButtonHover {
    padding: 8px 15px 8px 15px;
    line-height: 12px;
    font-weight: lighter;
    display: inline-block;
}
.wl_compact a span.cssButton {
    padding: 9px 15px 9px 15px;
    font-weight: lighter;
    line-height: 12px;
    display: inline-block;
    background-color: #EEEEEE;
    color: #666666;
}
.wl_compact a span.cssButtonHover {
    padding: 9px 15px 9px 15px;
    display: inline-block;
    line-height: 12px;
    font-weight: lighter;
    background-color: #666666;
}
.wl_compact .pageresults {
	margin-top:15px;
}
.wl_compact td a {
    font-size: 16px;
}
.wl-wlfields-list li {
    font-size: 90%;
    margin-bottom: 5px;
}

.wl_desktop_wrapper .wl-share-intro-text {
    margin-bottom: 15px;
}
.wl_desktop_wrapper p.inputrequirement {
    font-size: 0.8em;
    text-decoration: underline;
}
.wl_desktop_wrapper .footnote {
    margin-top: 15px;
    font-size: 0.8em;
}
.wl_desktop_wrapper .wl-share-buttons-wrapper {
    margin-top: 15px;
}
.wl_desktop_wrapper p.inputrequirement {
    text-decoration: underline;
}
.wl_desktop_wrapper .wl-edit-buttons-wrapper {
    margin-top: 15px;
}
.wl_desktop_wrapper .wl-edit-buttons-wrapper input {
    margin-right: 5px;
}
.wl_desktop_wrapper .wl-rename-link {
    font-weight: lighter;
    font-size: 14px;
}
.wl_desktop_wrapper .wl-rename-link a {
    text-decoration: underline;
}
.wl_desktop_wrapper .wl-manage-data-list-value {
    color: #000000;
    font-weight: bold;
}
.wl_desktop_wrapper .wl-find-results-wrapper {
    margin-top: 15px;
}
.wl_desktop_wrapper .wl-find-results-wrapper dl {
    margin-top: 10px;
}
.wl_desktop_wrapper .wl-find-results-wrapper dt {
    font-weight: bold;
}
.wl_desktop_wrapper .wl-find-results-wrapper dd {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
}
.wl_desktop_wrapper .wl-find-results-wrapper dd ul li {
    margin-bottom: 3px;
}
.wl_desktop_wrapper .wl-btn-delete-object {
    font-size: 0.9em;
    display: inline-block;
    margin-top: 15px;
    color: #666666;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.wl_desktop_wrapper .wl-btn-delete-object:hover {
    text-decoration: none;
}

#wishlistBody .column, #wishlistsBody .column, #wishlistfindBody .column, #wishlistmoveBody .column { /* .column sta sopra il wrapper delle wishlist */
    width: 100%;
}

.clearfix { /* Univ */
    clear: both;
}

.pr-info-wl-box {
    text-align: center;
    float: right;
    width: 170px;
    font-size: 12px;
    line-height: 15px;
    width: 170px;
    padding: 6px;
    background: #EEE;
    border: 1px solid #CACACA;
    margin-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
    color: #666666;
}
.add-to-wl-button {
    color: #1A4788;
}
.add-to-wl-button:hover {
    cursor: pointer;
    text-decoration: underline;
}
.pr-add-to-wl-btn-wrapper {
    margin-bottom: 10px;
}

@-webkit-keyframes green_pulse_wl {
    0%     {background-color:#009900;}
    100.0%  {background-color:#666666;}
}

@keyframes green_pulse_wl {
    0%     {background-color:#009900;}
    100.0%  {background-color:#EEEEEE;}
}

.box-resp-effect {
    animation: green_pulse_wl 1s;
    -webkit-animation: green_pulse_wl 1s;
}

.add-to-wl-button {
    font-size: 14px;
    font-weight: bold;
}

.wl-resp-msg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #009900;
    color: #FFFFFF;
    display: none;
    z-index: 999;
}
.wl-resp-msg-wrapper-warning {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #eec321;
    color: #FFFFFF;
    display: none;
    z-index: 999;
}

.wl-resp-msg-wrapper-framer { 
    width: 960px;
    padding: 15px;
    margin: auto;
}

.wl-default-toggle:hover {
    cursor: pointer;    
}

.wl-delete-wl-msg {
    display: inline-block;
    margin-top:10px;
/*    color: #666666;*/
    color: #FF0000;
    font-size: 12px;
}

.wl-input-valid-msg-area {
    display: none;
    font-size: 0.9em;
    color: #FF0000; 
    margin-top: 10px;
}

.wl-default-toggle-hidden, .wl-privacy-toggle-hidden, .wl-delete-wl-toggle-hidden, .wl-sep-hidden, .wl-delete-wl-msg-hidden {
    display: none !important;
}

.wl-privacy-toggle:hover {
    cursor: pointer;
}

.no-productfound-margin {
    margin-bottom: 10px;
}
.wl-ajax-loader {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    display: none;
}
.wl-ajax-loader img {
    width: 30px;
    height: 30px;
}
.wl_sold_out {
	display: block;
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
	color: #FF0000;
}
/*
.wl-ajax-loader-img {
    display: inline-block;
    vertical-align: middle;
}*/


