/** Shopify CDN: Minification failed

Line 55:55 Expected identifier but found "*"
Line 1306:99 Expected ")" to end URL token

**/
/**
* NextStyler from radiance
* A Shopify theme.
*
* Last update: April 4, 2012
*
* @version 1
* @author Maurizio P. @ NextStyler
* @theme_url http://www.nextstyler.com/
*
*/


/**
* Reset
*/
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font: normal 12px Helvetica, Arial, sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ol { list-style-type: decimal; }
p { margin: 0 0 1em 0; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
select{ max-width: 99%; /* for ff */ }



html{ background-color: #f2f2f2 }

@font-face {
	font-family: 'DINLightRegular';
	src: url(/cdn/shop/t/2/assets/din_light-webfont.eot?v=1342446541);
	src: url(/cdn/shop/t/2/assets/din_light-webfont.eot?%23iefix&v=1342446541) format('embedded-opentype'),
	url(/cdn/shop/t/2/assets/din_light-webfont.woff?v=1342446556) format('woff'),
	url(/cdn/shop/t/2/assets/din_light-webfont.ttf?v=1342446551) format('truetype'),
	url() format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
* Base Content Styles
*/
body {
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
h1{ font-size: 22px; }

h1 img {width: 150px;}

a { color: #dddddd; }
a:hover { color: #ffffff }

blockquote{
	font: italic 13px/1.5 georgia, sans-serif;
	margin: 0 0 1.5em 1.25em;
}

ul, ol{ margin: 0 0 1.5em 1.3em; }
li{ margin: 0 0 0.25em 0; }

input, textarea{
	border: solid 1px #41474a;
	padding: 4px;
	color: #333;
}
input[type="image"]{ border: none; }

button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

table{
	width: 100%;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
}
table th{
	padding: 4px 8px;
	font-weight: bold;
	border: solid 1px #41474a;
	color: #ffffff;
	background: #1D1F20 url(/cdn/shop/t/2/assets/table-header-depth.png?v=1339759514) 0 100% repeat-x;
}
table td{
	padding: 4px 8px;
	border: solid 1px #41474a;
}
tfoot th{ background: transparent; }


/**
* Structure
*/

html,body { height: 100%; }
body { text-align: center; }

.wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}
.ie6 .wrapper{ height: 100%; }

#col-main{
	margin-top: 50px;
	float: left;
	position: relative; z-index: 1;
}
#col-main.content{

}
#col-main.full{
	width: auto;
	float: none;
}

#col-widgets{
	float: right;
	width: 215px;
}




/**
* Header
*/
#logo {
	width: 153px;
	height: 55px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url(/cdn/shop/t/2/assets/logo2_1.jpg?v=1342525650);
	background-repeat: no-repeat;
	background-color: #1A1A1A;
	background-position: 31px -7px;
	background-size: 117px;
	z-index: 99999;
}

#navigation { }
#nav_menu { position: fixed; height: 45px; z-index: 10000; top: 0px; left: 155px; font-size: 13px; }
.nav_menu { padding: 0; margin: 19px 0; }
#navigation a { text-transform: uppercase; text-decoration: none; color: #1a1a1a; }

#user_menu { position: fixed; height: 45px; z-index: 10000; right: 0; top: 0px; font-size: 13px; }

.nav_right_cart:hover { background-color: #F2F2F2; }
#nav_menu li, #user_menu li { display: inline; margin: 0 -2px; font-family: 'DINLightRegular'; }
#nav_menu a, #user_menu a { padding: 20px; background-color: white; }
#nav_menu a:hover, #user_menu a:hover { background-color: #1a1a1a; color: white; }
#nav_menu ul.logo { background-color: #1a1a1a; }

#cartbar_container { width: 960px; margin: auto; }
.nav_right_cartbar { position: relative; top: 0px; margin: 8px 0; padding: 0px; float: right; text-transform: uppercase; font-size: 10px; margin-left: 1.5em; }
.nav_right_cartbar li { display: inline; margin-left: 1.5em; }
.nav_right_cartbar a { color: white; }
.nav_right_cartbar a:hover { border-bottom: 2px solid white; }
#nav_submenu_logged li { display: list-item; text-align: right; list-style-type: none; margin-right: 31px; line-height: 25px; font-size: 90%; }

.mybag { float: right; margin: 6px 0 0 0.7em; position: relative; top: 0px; text-transform: uppercase; font-size: 10px; }
.mybag a { color: white; }
.facebook_connect_home { float: right; margin: 2px 0.7em; }

#scrollup { position: fixed; width: 50px; height: 50px; bottom: 35px; right: 45px; opacity: 0; cursor: pointer; z-index: 9999; }

#MII {
	bottom: 260px;
	right: -43px;
	position: fixed;
	z-index: 9999;
	background-color: #1a1a1a;
	padding: 8px 16px 29px 16px;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'DINLightRegular';
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	-o-transform: rotate(-90deg); /* Opera */
	-moz-transform: rotate(-90deg); /* Firefox */
}
#MII a {
	color: #ccc;
	text-decoration: none;
}
#flag {
	width: 38px;
	height: 4px;
	position: fixed;
	z-index: 9999;
	bottom: 226px;
	right: 0px;
}
.verde {
	position: relative;
	float: left;
	background-color: green;
	width: 10px;
	height: 4px;
}
.bianco {
	position: relative;
	float: left;
	background-color: white;
	width: 10px;
	height: 4px;
}
.rosso {
	position: relative;
	float: left;
	background-color: red;
	width: 10px;
	height: 4px;
}


#top{
	padding: 20px 0 0 0;
	margin: 0 0 30px 0;
	position: relative;
	z-index: 100;
}

#site-title{
	font: normal 48px/1.0 BebasNeueRegular, arial, sans-serif;
	color: #282C2E;
	margin: -20px 0 0 0;
}
#site-title a{
	text-decoration: none;
	color: #282C2E;
}
#site-title a:hover{
	color: #554B60;
}



/**
* Top Menu
*/

#top-menu{
	padding: 0;
	margin: -68px 0 -8px 150px;
	height: 64px;
}
#top-menu li{
	font: normal 32px Dosis, arial, sans-serif;
	float: left;
	text-transform: uppercase;
	height: 24px;
	margin-right: 2px;
	border-right: 1px solid #CCC;
	padding: 5px 0 0 13px;
}
#top-menu a{
	color: #333;
	padding: 4px 10px;
	margin-right: 16px;
	text-decoration: none;
	display: block;
	border-radius: 4px;
	font-size: 13px;
}
#top-menu .first a{
	border-radius: 4px
}
#top-menu li.last a{
	border: none;
	border-radius: 4px;
}
#top-menu a:hover,
#top-menu .active a{
	color: #333;
	background: #ffffff;
}
#top-menu a:hover .nav-arrow{
	border-top-color: #282c2e;
}

/* dropdown menus */
#top-menu .has-dropdown{
	position: relative;
}
.js #top-menu .has-dropdown a{
	padding-right: 24px;
}

.js #top-menu .nav-arrow{
	position: absolute;
	top: 45%;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #554b60;
	display: block;
}

#top-menu ul ul{
	clear: none;
	position: absolute;
	z-index: 30;
	background: #ffffff;
	top: 0;
	left: -1px;
	padding: 5px 0;
	display: none;
	width: 175px;
	-moz-box-shadow: 0 2px 3px #c5c3b3;
	-webkit-box-shadow: 0 2px 3px #c5c3b3;
	box-shadow: 0 2px 3px #c5c3b3;
}
.ie6 #top-menu ul ul,
.ie7 #top-menu ul ul,
.ie8 #top-menu ul ul{
	border: solid 1px #c5c3b3;
	border-width: 0 1px;
}
#top-menu ul .first ul{
	left: 0;
}

#top-menu ul ul li{
	float: none;
	display: block;
	padding: 5px 10px;
}
#top-menu ul ul a{
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0; padding: 0;
	display: block;
	border: none;
}
#top-menu ul ul a:hover{
	text-decoration: underline;
}


/**
* Header Search
*/

#header-search{
	float: right;
	margin: -5px 0 0 0;
}
#header-search #top-search-input{
	width: 175px;
	font-size: 12px;
	padding: 6px 3px;
	border: solid 1px #dddddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
}
#header-search #top-search-submit{
	border: none;
	width: 24px;
	height: 25px;
	
	background: url(/cdn/shop/t/2/assets/icon-search.png?v=1339759512) 0 0 no-repeat;
	
	float: right;
	margin: 0 0 0 8px;
	font-size: 0; /* ie7 */
	line-height: 50px; /* ie7 */
}
#header-search #top-search-submit:hover{
	
	background-position: 0 -25px;
	
}

#header-search{
	width: 215px;
}



/**
* Shopping Cart at the Top
*/

/**body{ border-top: solid 4px #282C2E; }*/

#umbrella{
	background: #282C2E;
	padding: 0 10px 0 12px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 2px;
	right: 0;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	color: #afafaf;
}

#umbrella ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#umbrella li{
	float: left;
	padding: 6px 12px 10px 0;
	margin: 0 12px 0 0;
	border-right: solid 1px #444444;
	font-weight: normal;
}
#umbrella p{
	margin: 0;
}
#umbrella a{
	color: #afafaf;
	text-decoration: none;
}
#umbrella a:hover{ color: #ffffff; }

#umbrella .num-items-in-cart .icon{
	display: block;
	padding: 0 0 0 26px;
	
	background: url(/cdn/shop/t/2/assets/cart-icons.png?v=1339759508) 0 -58px no-repeat;
	
}
#umbrella .num-items-in-cart:hover .icon{
	
	background: url(/cdn/shop/t/2/assets/cart-icons.png?v=1339759508) 0 -87px no-repeat;
	
}

#umbrella .checkout-link{
	padding: 0;
	margin-right: 0;
	border: none;
}
#umbrella .checkout-link a{ color: #ffffff; }
#umbrella .checkout-link a:hover{ color: #554B60; }



/**
* Sections
*/
#col-main-mess {
	width: 100%;
	height: 30px;
	background-color: #1a1a1a;
	padding: 5px 0;
	text-align: center;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	letter-spacing: 15px;
	color: white;
	border-bottom: 5px solid
	black;
	margin: 0 0 5px 0;
}
.section-details{
	margin: 0 0 10px 0;
}
.section-details a{
	color: #666666;
	text-decoration: none;
}
.section-details .view-more{
	float: right;
	line-height: 32px;
}

.section-title{
	font: normal 24px/1 BebasNeueRegular, arial, sans-serif;
	color: #666666;
	float: left;
	margin: 0;
}

.diagonal-divider{
	
	background: url(/cdn/shop/t/2/assets/diagonal-black.png?v=1339759509) 0 0 repeat-x;
	padding: 16px 0 0 0;
	
	margin: 70px 0 20px 0;
}

#page-title{
	font-size: 22px;
	border-bottom: dotted 1px #41474a;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}


/**
* Product and Collection Grid
*/

.product-grid{
	list-style: none;
	margin: 0;
	color: #666666;
}
.product-grid li{
	width: 310px;
	float: left;
	margin: 0 9px 9px 0;
	position: relative;
	border: 2px solid white;
}
.product-grid .last-in-row{ margin-right: 0; }

.generated-height .product-grid-item{
	width: 310px;
	position: absolute;
	bottom: 0;
}

.product-grid img{
	display: block;
	margin: 0 auto;
}

.product-grid a{
	text-decoration: none;
	display: block;
	color: #333333;
}
.product-grid a:hover{
	color: #b0b0b0;
}

.product-grid {
	display: block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	margin: 0;
	min-height: 50px;
	/* for ie6: */
	width: 100%;
}

.product-photo{
	max-width: 310px;
}
.ie6 .product-grid{ overflow: hidden; }

.product-information{
	padding: 10px;
	position: relative;
	background: #f6f6f6;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.product-information h3{
	font: normal 24px/1 BebasNeueRegular, arial, sans-serif;
	margin: 5px 0 10px 0;
}
.product-information p{
	line-height: 1.4em;
	margin: 0 0 .75em 0;
}

.product-info-preview {
	width: 310px;
	height: 396px;
	background: url(/cdn/shop/t/2/assets/opacity.png?v=1342519530);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.product-info-preview:hover {
	opacity: 1;
}

.product-price{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 10px;
	width: auto;
	padding: 4px 8px 4px 20px;
	text-align: right;
	color: #333;
	font-family: Georgia, Times;
	font-size: 16px;
	font-family: DinLightRegular;
	background-color: white;
	margin-left: -10px;
}
.product-title-preview {
	display: block;
	margin: 185px 5px 10px 10px;
	width: auto;
	padding: 4px 8px;
	text-align: right;
	color: #333;
	font-size: 24px;
	font-family: DinLightRegular;
	text-align: left;
}

.prezzo {
	padding: 10px;
	margin-left: -45px;
	overflow: visible;
	background-color: #F2F2F2;
	max-width: 170px;
	border-bottom: solid 2px #CCC;
}

#featured-grid li{
	width: 177px;
	background: #f6f6f6;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#featured-grid .product-photo{
	max-width: 240px;
}
#featured-grid .product-price{
	top: -30px;
	right: 0;
	bottom: auto;
	padding: 3px 8px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}



/**
* Single Product
*/

#product-information{
	float: right;
	width: 325px;
}

#product-actions{
	padding: 4px 0 12px 0;
	height: 1%;
}

#purchase{

}
.sold-out #purchase{
	float: none;
	text-align: left;
}
#add-to-cart{
	margin: 8px 0 0 0;
}

#product-header{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #41474a;
}
#product-header #product-header-title{
	margin: 5px 0 16px 0;
}
#product-title{
	margin: 0 0 5px 0;
	font-size: 24px;
	font-style: bold italic;
}
#product-vendor{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
#product-vendor a{
	text-decoration: none;
}

#product-actions select{
	padding: 3px;
}
#product-actions .price{
	font-size: 18px;
	margin: 0 0 0 35px;
	font-weight: bold;

}
#product-actions .price strong{
	color: #1a1a1a;
	display: block;
}
#product-actions .compare_at_price{
	font-size: 12px;
	display: block;
}

.variants-wrapper{

	margin: 0 0 8px 0;
}
.selector-wrapper{
	margin: 0 0 8px 0 ;
}
.selector-wrapper label{
	margin: 0 5px 0 0;
	text-align: right;
}

#add-to-cart-msg{
	background: #fff7a0;
	padding: 10px;
	display: none;
	margin: 0;
}

#product-information #sharing{
	margin: 16px 0 0 5px;
	padding: 16px 0 0 0;
	list-style: none;
	border-top: 1px solid #41474a;
}
#product-information #sharing li{
	margin: 0;
	float: left;
}



/**
* Zoomy product gallery, with thumbs
* @see https://github.com/benwatts/enhance-gallery
*/

#product-gallery,
#active-wrapper{
	width: 450px;
	float: left;
}

#active-wrapper{
	position: relative;
	min-height: 50px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#active-wrapper img{
	display: block;
	width: auto;
}
#active-wrapper .zoomed{
	position: absolute;
	top: 0;
	left: 0;
}

#active-image-loading{
	background: #fff url(/cdn/shop/t/2/assets/icon-loading.gif?v=1339759512) 50% 50% no-repeat;
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 42%;
	left: 42%;
	z-index: 2;
	text-indent: -900em; overflow: hidden;
}

#thumbs{
	margin: 0;
	list-style: none;
}
#thumbs li{
	float: left;
	margin: 0 12px 8px 0;
	width: 80px;
	height: 100px;
	text-align: center;
}
.no-js #thumbs li{ margin-right: 6px; }
#thumbs li.last-in-row{
	margin-right: 0;
}
#thumbs a{
	display: block;
	padding: 1px;
}
#thumbs a:hover{

}
#thumbs img{
	margin: 0 auto;
	display: block;
}



/**
* Content
*/

.content{
	line-height: 1.5em;
}
.content.description{ /* collection descriptions */
	margin: 15px 0 15px 0;
	float: left;
	width: 700px;
}

article{
	margin: 20px 0 45px 0;
	
	background: url(/cdn/shop/t/2/assets/diagonal-black.png?v=1339759509) 0 100% repeat-x;
	
	padding: 0 0 10px 0;
}
.templateArticle article{ margin-top: 0; }

article .author{
	color: #999;
	font-style: italic;
	line-height: 20px;
}
article footer{
	font-size: 11px;
	padding-top: 20px;
}
article footer p{ margin: 0; }
article footer .author{ float: left; }
article footer .comments-link{ float: right; }
article footer .btn { padding: 2px 10px; }



/**
* Pagination
* Modified from http://twitter.github.com/bootstrap/
*/

.pagination {
	height: 30px;
	margin: 18px 0;
}
.pagination ul {
	float: left;
	margin: 0;
	border: 1px solid #41474a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #f2f2f2;
}
.pagination li {
	display: inline;
}
.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 28px;
	border-right: 1px solid #41474a;
	text-decoration: none;
	color: #666666;
}
.pagination a:hover, .pagination .active a {
	color: #ffffff;
	background-color: #FCF3C1;
	background: #554B60 url(/cdn/shop/t/2/assets/btn-small-depth.png?v=1339759507) 0 100% repeat-x;
}
.pagination .active a{
	border-right-color: #f2f2f2;
}
.pagination .disabled a, .pagination .disabled a:hover {
	background: transparent;
	color: #41474a;
	cursor: default;
}
.pagination .next a {
	border: 0;
}

.pagination-num-showing{
	float: right;
	line-height: 28px;
	font-size: 11px;
	color: #666666;
}


/**
* Widgets in the Right Column
*/

#col-widgets{
	color: #666666 ;
}

#col-widgets a{ color: #333333 }
#col-widgets a:hover{ color: #161616 }

.widget{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: 
}

.widget h3{
	font: normal 24px BebasNeueRegular, arial, sans-serif;
	color: #333333;
	margin: 0 0 10px 0;
}
#col-widgets .widget h3 a{
	color: #333333;
	text-decoration: none;
}

.widget ul{ margin: 0; }
.widget li{
	padding: 0 0 5px 12px;
	list-style: none;
}

.widget-btns a{
	background: ;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: block;
	padding: 6px 12px;
	margin: 0 0 6px 0;
	text-decoration: none;
	overflow: hidden; height: 1%;
}
.widget-btns img{
	display: block;
	float: left;
	margin: 0 6px 0 0;
}
.widget-btns .btn-text{
	display:block;
	width: 165px;
	float: right;
}

/** twitter widget */
.no-js #widget-twitter{ display: none; }
.widget .tweet_list{
	margin: 0;
	list-style: none;
}
.widget .tweet_list li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #cccccc;
	background: none;
	word-wrap: break-word;
	line-height: 1.3em;
}

/** linklist widget */
.widget-linklist li{
	border-top: dotted 1px #cccccc;
	padding: 8px 0 0 0;
	margin: 8px 0 0 0;
}
.widget-linklist li:first-child{
	border-top: none;
	padding: 0;
	margin: 0;
}
.widget-linklist li a{
	display: block;
	margin: 0 0 0 12px;
}
.ie7 .widget-linklist li a{
	float: left;
}
.widget-linklist .arrow{
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #cccccc;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}



/**
* Customer Accounts
*/

.page-header #page-title{ float: left; border: none; margin: 0; }
.page-header #page-actions{ float: right; }

.templateCustomersLogin form input{
	float: left;
}
.templateCustomersLogin form label{
	float: left;
	min-width: 120px;
	line-height: 22px;
}
.templateCustomersLogin .form-row,
.templateCustomersActivateAccount .form-row{
	margin: 0 0 8px 0;
}
.templateCustomersLogin .action-bottom{
	margin: 20px 0 0 0;
}
.templateCustomersLogin .action-bottom .note{
	font-size: 11px;
	padding: 0 0 0 5px;
	line-height: 27px;
}


/* >> login Form */
#customer-login,
#recover-password{
	float: left;
	width: 58%;
	border-right: solid 1px #41474a;
}
#recover-password{
	display: none;
}
#recover_email label{
	min-width: 75px;
}
#forgot_password{
	margin: 2px 0 0 5px;
	font-size: 11px;
	float: left;
}

#guest{
	float: right;
	width: 38%
}


/* >> manage orders and addresses */
#customer_orders{
	width: 75%;
	float: left;
}
#customer_sidebar{
	float: right;
	width: 20%;
}
.address p,
.view_address p{ margin: 0; }

#view_address{
	border-top: solid 1px #41474a;
	padding: 10px 0 0 0;
	margin-top: 10px;
	display: block;
}

.address_actions{ float: right; }
.address_actions .action_edit{
	border-right: solid 1px #41474a;
	padding-right: 10px;
}
.address_actions .action_delete{ padding-left: 16px; }

.action_top{ margin: 0 0 20px 0; }

.action_edit,
.action_delete,
.action_add{
	display: inline-block;
	padding-left: 16px;
}
.action_edit{ background: url(/cdn/shop/t/2/assets/edit-sml.png?v=1339759510) 0 0 no-repeat; }
.action_delete{ background: url(/cdn/shop/t/2/assets/delete-sml.png?v=1339759509) 0 1px no-repeat; }
.action_add{ background: url(/cdn/shop/t/2/assets/add-sml.png?v=1339759506) 0 0 no-repeat; }

.default_address{
	color: #ffffff;
}
.address_table,
#add_address{
	border: dotted 1px #41474a;
	padding: 10px;
	margin: 0 0 20px 0;
}
.address_table .label,
#add_address .label{
	width: 125px;
	padding-left: 0;
}
.address_table h4{
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.customer_address_table{ margin: 0; }
.customer_address_table td{ border: none; }
.customer_address_table input{ margin: 0 5px 0 0; }
.customer_address .action-bottom{ margin-left: 141px; }


/** >> view individual orders */
.order_date{
	border-bottom: solid 1px #41474a;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

#order_address{
	overflow: hidden; height: 1%;
	margin: 0 0 20px 0;
}
#order_address #order_payment,
#order_address #order_shipping{
	float: left;
	width: 46%;
	margin-right: 2%;
}



/**
* Comments
*/

.comment{
	margin: 0 0 20px 0;
}

.comment-author{
	float: left;
	width: 18.0%;
	padding: 12px 0 0 0;
	font-weight: bold;
	text-align: right;
	color: #333333;
}

.comment-content{
	background: #ffffff;
	float: right;
	width: 75%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	padding: 15px;
	color: #666666
}
.comment-arrow{
	width:0px;
	height:0px;
	border-bottom:8px solid transparent;
	border-top:8px solid transparent;
	border-right:8px solid #ffffff; /* arrow colour */
	font-size:0px;
	line-height:0px;
	position: absolute;
	top: 14px;
	left: -8px;
}

.comment-posted{
	font-style: italic;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	color: #cccccc;
}


.comment-form label{
	display: block;
	width: 130px;
	float: left;
}
.comment-form #comment-submit{
	margin: 0 0 10px 130px;
}
.comment-form div{
	margin: 0 0 10px 0;
}
.comment-form .text{
	float: left;
	border: solid 1px #ccc;
	padding: 5px;
	width: 150px;
	color: #666;
}
.comment-form .text:focus{
	border-color: ;
}
.comment-form textarea.text{
	width: 500px;
}

.has-error label{ color: #e0360f; }
.has-error label.error-msg{ color: #fff; }
.has-error input,
.has-error textarea,
.has-error .text{
	border: solid 1px #ff0000;
	-webit-box-shadow: 0 0 4px rgba(255,0,0,.6);
	-moz-box-shadow: 0 0 4px rgba(255,0,0,6);
	box-shadow: 0 0 4px rgba(255,0,0,.6);
}

.error-msg,
.success-msg,
.errors{
	padding: 10px;
	color: #fff;
	text-align: left;
	background: url(/cdn/shop/t/2/assets/btn-small-depth.png?v=1339759507 0 100% repeat-x);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.error-msg,
.errors{
	background-color: #770e00;
}
.success-msg{
	background-color: #387700;
}

.errors{ margin: 0 1em 1.5em 0; }
.errors ul,
.errors li{ margin: 0; list-style: none; }



/**
* Search
*/

#search-form{
	padding: 0 0 20px 0;
	overflow: hidden; height: 1%;
}
#search-form #q{
	font-size: 16px;
	padding: 6px;
	width: 575px;
	border: solid 1px #41474a;
	float: left;
}
#search-form #search-submit{ /* overriding some of .btn's styles */
padding-top: 7px;
padding-bottom: 6px;
float: right;
width: 100px;
}
.ie7 #search-form #search-submit{
	border: none;
}

.results .item{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #41474a;
}
.results .thumbnail{
	float: left;
}
.results .search-excerpt{
	margin: 0 0 0 75px;
}



/**
* Cart
*/

#cartform table{
	width: 100%;
	margin: 0 0 20px 0;
}
#cartform table td{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#cartform table th{
	text-align: center;
}
col.checkout-image{ width: 50px; }
col.checkout-delete{ width: 80px; }


#cartform td img{ display: block; }
#cartform input.text { border: solid 1px ; padding: 4px; color: ; text-align: center; }

#cartform .subtotal{
	text-align: center;
}
#cartform .update-quantities{
	text-align: center;
	padding: 5px;
	width: 170px;
}

#checkout-proceed{
	float: right;
	width: 38%;
	text-align: right;
}

#checkout-addnote{
	float: left;
	width: 60%;
}
#checkout-addnote a{
	display: block;
	width: 165px;
	float: left;
}
#checkout-addnote textarea{
	border: solid 1px #41474a;
	color: #afafaf;
	width: 250px;
	height: 60px;
	float: left;
	padding: 4px;
}
.js #checkout-addnote textarea{
	display: none;
}

#additional-checkout-buttons{
	padding: 5px;
	margin: 5px 0 0 0;
}
#additional-checkout-buttons-label{
	border-bottom: solid 1px #41474a;
	display: block;
	margin: 0 0 8px 0;
	font-size: 11px;
	font-weight: bold;
}



/**
* Footer
*/
#footer-container { background-image: url(/cdn/shop/t/2/assets/bg_footer.jpg?v=1342545953); margin-top: 30px; border-top: 2px solid #CCC; }


footer { width: 960px; margin: auto; padding-top:10px; overflow: hidden; font-family: DinLightRegular; color: #ccc;}
footer a:link, a:visited { text-decoration: none; }
footer a:hover{ color: #f2f2f2; }

#statics { border-bottom: 4px double #333; height:30px; padding: 10px; }
#statics2 { padding: 30px 0 20px 0; height: 110px; border-top: 1px dashed #333; }

.footer_sx { float:left; }
.footer_sx ul { padding-left: 0; margin: 5px; }
.footer_sx li { list-style-type:none; display: inline; list-style: none; text-transform: uppercase; letter-spacing: 0.1em; font-size:10px; margin-top: 7px; padding-right:10px; }
.footer_dx { float:right; text-align:right; }
.footer_dx img { padding-top: 0px; }
.footer_dx ul{ padding-right: 0; margin: 5px; }
.footer_dx li{ list-style-type:none; display: inline; list-style: none; text-transform: uppercase; letter-spacing: 0.1em; font-size:10px; margin-top: 7px; padding-left:10px; }
.footer_socials { width: 80px; }
.social_fb, .social_tw { float: left; }
.fb_box_footer { float: left; margin-top: -10px; margin-left: 20px; }
.social_follow { float: left; margin-right: 10px; margin-top: 8px; font-family: Rock Salt; font-size: 80%; color: #777; }
#credits { font-size: 10px; line-height: 13px; margin-left: 160px; padding-top: 7px; }
.logo_credits { background: url(/cdn/shop/t/2/assets/logo_credits.png?0) no-repeat scroll 0 0 transparent; border-right: 1px dashed #333; float: left; height: 67px; width: 144px; }
#goodbye { font-family: 'Permanent Marker', serif; background: url(/cdn/shop/t/2/assets/bg_footer.jpg?v=1342545953) repeat scroll 0 0 transparent; color: #999; font-size: 130%; left: 393px; position: relative; text-align: center; top: -43px; width: 156px; }







#sm-youtube a{ background-position: 0 -78px; }
#sm-flickr a{ background-position:-36px -78px; }
#sm-twitter a{ background-position: -72px -78px; }
#sm-facebook a{ background-position: -108px -78px; }
#sm-youtube a:hover{ background-position: 0 -117px; }
#sm-flickr a:hover{ background-position:-36px -117px; }
#sm-twitter a:hover{ background-position: -72px -117px; }
#sm-facebook a:hover{ background-position: -108px -117px; }


#footer-payment-methods{
	clear: both;
	border-top: solid 1px #D7D7D7;
	padding: 15px 0 0 0;
	text-align: center;
}
#footer-payment-methods p{
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

/**
* Homepage Carousel
*/
.carousel_op {opacity: 0.5;}
/* Adjust this to alter the width and height of the carousel. */
#carousel,
#carousel .items > li{
	width: 960px;
	height: 543px;
}

#carousel-wrapper{
	margin: 30px auto 0 auto;
	max-width: 960px;
}

#carousel{
	position: relative;
	z-index: 50;
	margin: auto;
}
#carousel p,
#carousel li{
	margin: 0;
}

#carousel .items{
	margin: 0;
	padding: 0;
	width: 20000em;
	position: absolute;
	z-index: 1;
}
#carousel .items > li{
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}

#carousel .items img{ max-width: 960px; } /* I was on the fence about adding this line in, but hope it will do some good */

#carousel-controls{ margin-top: 10px; }


#carousel .browse{
	width: 20px;
	height: 100%;
	background: ;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	opacity: .9;
	display: none;
}
#carousel-next{
	top: 0;
	right: 0;
}
#carousel-prev{
	top: 0;
	left: 0;
}

#carousel .arrow{
	display: block;
	position: absolute;
	top: 46%;
}
#carousel-next .arrow{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: 5px;
}
#carousel-prev .arrow{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #fff;
	right: 5px;
}

#carousel .browse:hover{ background: ; }
#carousel-next:hover .arrow{ border-left-color: #1a1a1a; }
#carousel-prev:hover .arrow{ border-right-color: #1a1a1a; }



/**
* Utils
*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left{ float: left; }
.right{ float: right; }

.btn,
a.btn{
	display: inline-block;
	background: #554B60 url(/cdn/shop/t/2/assets/btn-small-depth.png?v=1339759507) 0 100% repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #554B60;
	color: #ffffff;
	padding: 5px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	cursor: pointer;
}

.btn:hover,
a.btn:hover{
	border: solid 1px #FCF3C1;
	background: #FCF3C1 url(/cdn/shop/t/2/assets/btn-small-depth.png?v=1339759507) 0 100% repeat-x;;
	color: #554B60;
}

.btn-reversed{
	border: solid 1px #FCF3C1;
	background: #FCF3C1 url(/cdn/shop/t/2/assets/btn-small-depth.png?v=1339759507) 0 100% repeat-x;;
	color: #554B60;
}
.btn-reversed:hover{
	background: #554B60 url(/cdn/shop/t/2/assets/btn-small-depth.png?v=1339759507) 0 100% repeat-x;
	border: solid 1px #554B60;
	color: #ffffff;
}



/**
* Contact/Newsletter Forms
*/

.contact-form ul{
	margin: 0;
}
.contact-form li{
	list-style: none;
	margin: 0 0 8px 0;
}

.contact-form label{
	display: block;
	min-width: 90px;
	float: left;
}
.contact-form textarea{
	width: 400px;
	height: 100px;
}
.contact-form .type-submit{
	margin: 0 0 0 90px;
}

.contact-form .error-msg{
	float: none;
	display: inline;
	margin: 0 0 0 10px;
	font-size: 11px;
	padding: 6px;
}
.contact-form .has-error input{
	border: solid 1px #ef3a22;
}

/**
* Some print style resets
*/



/**
* No products
* Visible only to an empty store.
*/

#products_listas {
}
#view_more_home {
	float: right;
	padding: 10px;
	background-color: #282C2E;
	color: white;
	margin: -20px -5px;
}
#view_more_home a {
	text-decoration: none;
}
#view_more_home_snip {
	width: 0;
	height: 0;
	border-top: 5px solid
	transparent;
	border-bottom: 0px solid
	transparent;
	border-left: 5px solid
	black;
	float: right;
	margin: -25px -5px;
}
#featured-grid .placeholder{
	display: block;
	width: 240px;
	height: 200px;
	background: #554B60 url(/cdn/shop/t/2/assets/placeholder-product.png?v=1339759513) 50% 50% no-repeat;
}

.product-grid .placeholder{
	width: 177px;
	height: 130px;
	display: block;
	background: #554B60 url(/cdn/shop/t/2/assets/placeholder-product.png?v=1339759513) 50% 50% no-repeat;
}


.no-products{
	position: relative;
}
.no-products-overlay{
	opacity: .75;
	background: #f2f2f2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFf2f2f2', endColorstr='#BFf2f2f2',GradientType=0 );
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
}
.ie7 .no-products-overlay,
.ie8 .no-products-overlay{ background: transparent; }

.no-products-post-it{
	position: absolute;
	top: 125px;
	left: 198px;
	z-index: 5;
	width: 345px;
	height: 193px;
	background: url(/cdn/shop/t/2/assets/no-products-post-it.png?v=1339759513) 0 0 no-repeat;
	font-family: georgia, serif;
	font-size: 16px;
	color: #4b4a43;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
.no-products-post-it-content{
	padding: 65px 20px 20px 20px;
	line-height: 1.4em;
}
.no-products-post-it em{
	display: block;
	color: #3b3a34;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	margin: 0 0 10px 0;
}
.no-products-post-it a{
	color: #25669c;
}

/* Added by Caroline on January 14th for Customizr */

#product-actions input.text,
#product-actions input[type=text],
#product-actions textarea {
	width: 90%;
}

#product-actions input[type=text]:invalid,
#product-actions textarea:invalid {
	-moz-box-shadow: inset 0 0 1px 1px #FF9494;
	-webkit-box-shadow: inset 0 0 1px 1px #FF9494;
	box-shadow: inset 0 0 1px 1px #FF9494;
}

.error span {
	line-height: 2;
	color: red;
}

.shop_sidebar_widget_paypal2 {
	margin-top: -17px;
}

.more_details {
	background-color: #F2F2F2;
	padding: 0 10px 0px 44px;
	overflow: hidden;
	height: 0px;
	margin-left: -44px;
	border-bottom: solid 2px #CCC;
	opacity: 0;
}
.more_details_button {
	text-decoration: none;
	padding: 5px;
	background-color: #F2F2F2;
	border-radius: 7px 7px 0 0;
	border-bottom: solid 2px #CCC;
}
.product_sale {
	display: block;
	position: absolute;
	bottom: 4px;
	right: -3px;
	width: auto;
	padding: 4px 8px;
	text-align: right;
	color: #333;
	opacity: .75;
	background: yellow;
	font-family: 'Rock Salt', Arial;
}


.last-in-row_1, .last-in-row_2, .last-in-row_3 {margin: 0 9px 9px 0;}


@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
		-ms-filter: none !important; }
		a, a:visited { color: #444 !important; text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; }
		tr, img { page-break-inside: avoid; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3{ page-break-after: avoid; }
	}

	@media screen and (max-width: 1000px) {
		#user_menu { position: fixed; height: 45px; z-index: 10000; right: 0; top: 65px; }
		#carousel-wrapper { margin-top: 50px; }

	}
	@media screen and (max-width: 590px) {
		#user_menu { position: fixed; height: 45px; z-index: 10000; left: 0; right: auto; top: 109px; font-size: 82%; }
		#nav_menu { position: fixed; height: 45px; z-index: 10000; top: 60px; left: 0px; font-size: 82%; }
		#nav_menu a, #user_menu a { padding: 16px; }

		#carousel-wrapper { margin-top: 100px; }
		.wrapper {width: 314px;}

		#col-main-mess {
			height: 22px;
			font-size: 20px;
			letter-spacing: 2px;
		}
	}