@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
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 #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
/* end reset */

body {
 background: #2e363a url(img/background-grain-2.jpg) repeat 0 0; 
 font-size: 14px; 
 margin: 0 auto; 
 width: 100%;
 text-align: center;
 font-family: Futura, "Trebuchet MS", Verdana, Helvetica, sans-serif;
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
}
a { color: #ffd200; }
a:hover, a:active { color: #fff; }
div#wrapper {
 width: 920px;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto;
 text-align: center;
}
body > #wrapper { height: auto; min-height: 100%; }
header { position: relative; width: 920px; margin: 0 auto; text-align: center; padding: 0; height: 100px; background: #23272c url(img/background-grain-darker.jpg) repeat 0 0; 
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
 border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
 border-bottom-left-radius: 5px;
}
header h1 { 
 font-size: 30px;
 text-transform: uppercase;
 color: #ffd200; 
 text-align: left;
 padding: 40px 0 0;
 margin-left: 10px;
 letter-spacing: .1em;
}
header h1 a { color: #ffd200; text-decoration: none; padding: 10px; }
header h1 a:hover { color: #fff; }
header h2 {
 font-size: 14px;
 font-weight: normal;
 text-transform: uppercase;
 color: #ffd200; 
 margin-left: 10px;
 text-align: left;
 padding: 5px 0 50px 10px;
 letter-spacing: .1em;
}
#path {
 position: absolute; 
 top: 41px; 
 right: 20px;
}
#cart {
 position: absolute;
 top: 65px;
 right: 10px;
}
header ul {
 margin: 0;
 text-align: right;
 list-style-type: none;
 text-indent: 0; 
 color: #ffd200; 
}
#path ul li ul { display: inline; }

header ul li { float: left; display: inline; }
#path ul li { margin-left: 5px; float: none; }
#path .BreadcrumbSeparator { padding-left: 5px; }

header ul li a { display: block; padding: 10px 10px 15px; margin-left: 5px; text-decoration: none; color: #ffd200;
 -moz-border-radius-topright: 5px;
 -webkit-border-top-right-radius: 5px;
 border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
}
#path ul li a { display: inline; padding: 10px 0; margin-left: 0; 
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 border-radius: 0;
}
header ul li a:hover { color: #fff; background: #2e363a url(img/background-grain-2.jpg) repeat; }
#path ul li a:hover { background: none; }

#content { clear: both; width: 900px; min-height: 370px; padding: 0 10px 150px; overflow: hidden; position: relative; color: #ddd; text-align: left; }
#content section { width: 560px; margin: 30px 0 20px 10px; padding-bottom: 20px !important; }
#content section.homepage { width: 900px; margin-left: 0; }
aside { position: absolute; width: 280px; top: 80px; left: 625px; background: #23272c url(img/background-grain-darker.jpg) repeat 0 0; 
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
aside.homepage { top: 40px; font-size: 12px; display: none; }

#content h2 { font-size: 24px; font-weight: normal; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #ddd; }
#content .HeaderItem h2 { font-size: 20px; padding-bottom: 0; border: 0; }
#content #SelectShippingMethod .HeaderItem h2 { display: none; }
#content p { line-height: 22px; margin: 12px 0; }
#content p.ingressi { font-weight: bold; }
#content ul {
 list-style-type: none;
 text-indent: 0; 
 display: block;
}
#content section ul li { margin: 10px; width: 280px; height: 280px; float: right; }
#content section ul li p { text-align: center; vertical-align: middle; margin: 0; padding: 0; }
#content section ul li a, aside span#singleProduct { 
 position: relative;
 text-align: center; 
 display: block; 
 width: 280px; 
 height: 280px; 
 background: transparent;
 color: #015cb9; 
 padding: 0; 
 text-decoration: none;
 vertical-align: top;
 cursor: pointer;
}
#content section ul li#infobox {
 width: 270px;
 height: 270px;
 background: rgb(196,200,186);
 background: rgba(235,236,220,0.85);
 color: #333;
 border: 5px solid #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 3px 3px 7px #000;
 box-shadow: 3px 3px 7px #000;
}
#content section ul li#infobox:hover { background: rgb(196,200,186); background: rgba(235,236,220,1); }
#content section ul li#infobox h3 { 
 margin: 20px 20px 10px;
 padding: 0;
}
#content section ul li#infobox p { 
 margin: 0 20px 10px;
 text-align: left; 
 line-height: 1.3;
}
#content section ul li#infobox a { display: inline; width: auto; height: auto; }

#content section ul li a img {
 border: 5px solid #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 3px 3px 7px #000;
 box-shadow: 3px 3px 7px #000;
 filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
 vertical-align: top;
 cursor: pointer;
 display: block;
 z-index: 1;
}
#content section ul li a strong {
 font-weight: bold;
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%; 
 line-height: 450px;
 background: transparent !important;
 text-align: center;
 z-index: 100;
}
#content section ul li a strong span {
 padding: 10px;
 text-align: center;
 background: transparent url(img/semi-transparent.png) repeat !important;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 cursor: pointer;
}

#content section ul li a:hover { color: #333 !important; text-decoration: none; }
#content section ul li a:hover img { 
 -webkit-box-shadow: 0 0 3px #000;
 box-shadow: 0 0 3px #000;
 filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
}

aside img {
 color: #333;
 border: 5px solid #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0 0 3px #000;
 -moz-box-shadow: 0 0 3px #000;
 box-shadow: 0 0 3px #000;
}
aside #ProductThumbnails img {
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;
}

#content dl { margin-bottom: 20px; }
#content dt { margin: 30px 0 10px; font-weight: bold; }
#content dd { margin: 5px 0; }
#content dd p { margin: 0; }

#content form { padding-bottom: 10px; }

#content form h2 { font-size: 20px; padding-bottom: 0; border: 0; }

#content fieldset { margin: 20px 0 0; padding-bottom: 10px; }

#content form .FormItem { clear: both; margin: 10px 0; }
#content form .FormSubmit { margin-top: 30px; }

#content form label { width: 10em; float: left; vertical-align: middle; margin-top: 2px; }
#content form.BuyForm label { width: auto; margin-right: 10px; }
#content form input[type=text], #content form input[type=password], #content #NewCustomerForm select, #content form.BuyForm select, textarea { padding: 2px; vertical-align: middle; background: #ddd; border: 1px solid #fff; font-weight: bold; }
textarea { width: 280px; }

#content form input:focus, #content #NewCustomerForm select:focus, #content form.BuyForm select:focus, textarea:focus { background: #fff; border-color: #ffd200; }

#content form input[type=checkbox], #content form input[type=radio] { vertical-align: middle; margin: 0 3px 3px 0; }
#content form #OrderNewsletter { margin-top: 20px; }

#content form fieldset.CheckWrap { margin-bottom: 20px; }
#content fieldset#PaymentPaypal { padding-bottom: 100px; }

#content form .GroupItem div { clear: both; margin: 5px 0; }

#content form label.GroupLabel { margin: 10px 0; font-weight: bold; }

#content form .BuyFormVariationRadio { margin-bottom: 20px; }

#content form .BuyFormQuantity { display: inline; width: auto; margin-right: 10px; display: none; /* huom! */ }
#content form .BuyFormQuantity label { width: auto; margin-right: 5px; }

#content form .Checks { margin: 10px 0; }
#content form .Checks label, #content form #ConfirmPreview label { display: block; width: auto; float: none; clear: both; }
#content form .Checks input { width: auto; vertical-align: middle; }
#content form .Checks p.Available, #content form .Checks p.OutOfStock { margin-top: -18px; padding-left: 9em !important; }

#content form .label { font-weight: bold; }
#content form p.FormHelp { font-size: 12px; line-height: 1.5; }

#content form#CartSubmitForm { text-align: right; }
#content form#CartSubmitForm button { float: right; margin-left: 20px; }

#content h3 { font-size: 20px; padding: 20px 0; border: 0; font-weight: normal; }
#content table h3 { font-size: 16px; padding: 0; border: 0; font-weight: normal; }
#content table span.VariationName { margin-top: 2px; font-size: 12px; font-weight: normal; }

#content aside p { padding: 0 20px; line-height: 18px; }
#content aside h3 { margin: 20px 20px 10px; padding: 0; font-size: 16px; font-weight: normal; }
#content aside h4 { margin: 10px 20px; padding: 0; font-size: 16px; font-weight: normal; }

aside ul, aside ol { margin-left: 20px; padding-bottom: 10px; }
aside ol { list-style-type: decimal; margin-left: 45px; }
aside li { margin-bottom: 5px; line-height: 1.5; padding: 0 20px 0 0; }
aside li.CurrentCheckoutStage { font-weight: bold; font-style: italic; }

ul#ProductThumbnails { margin: 10px 0 0; padding: 0; }
ul#ProductThumbnails li { float: left; margin-right: 2px; margin-bottom: 0; line-height: 1; padding: 0; }
ul#ProductThumbnails li a img { border-width: 4px;
 -moz-box-shadow: 3px 3px 7px #000;
 -webkit-box-shadow: 3px 3px 7px #000;
 box-shadow: 3px 3px 7px #000;
 filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;
 cursor: pointer;
}
ul#ProductThumbnails li a:hover img { 
 box-shadow: 0 0 3px #000;
 -webkit-box-shadow: 0 0 3px #000;
 filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
 cursor: pointer;
}

button { color: #015cb9; background-color: #ddd; padding: 5px 10px; border: 3px solid #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 0 3px #000;
 -webkit-box-shadow: 0 0 3px #000;
 box-shadow: 0 0 3px #000;
 cursor: pointer;
 filter: alpha(opacity=80); -moz-opacity: 0.8; -webkit-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;
}
.FormSubmit button { float: left; vertical-align: middle; margin-right: 10px; cursor: pointer; }
.FormSubmit button.ToCheckout { margin-right: 0; }
.FormSubmit p.FormAltAction { line-height: 44px !important; vertical-align: middle; }

form#ContactForm .FormItem { }
form#ContactForm textarea { width: 554px; margin-top: 10px; }
form#ContactForm button { float: right; padding: 5px 20px; margin-right: 0; }

button:hover { color: #000;
 -webkit-box-shadow: 0 0 0 #000;
 box-shadow: 0 0 0 #000;
 filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
}

button span { font-size: 12px; font-weight: bold; }
#content form .FormSubmit p { display: inline; }

.Notification { margin-bottom: 20px; }
.FormErrorMessage { margin-bottom: 10px; color: #f00; }

#content table { width: 100%; margin-bottom: 20px; background: #23272c url(img/background-grain-darker.jpg) repeat 0 100%;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
#content table#OrderHistoryTable { margin-top: 40px; }

#content table caption { display: none; }
#content table thead { border-bottom: 1px solid #aaa; }
#content table th { padding: 10px; vertical-align: middle; font-weight: normal; line-height: 1.5; }
#content table tfoot th { padding: 10px; }
#content table tfoot tr, #content table tbody tr { border-bottom: 1px solid #777; }
#content table tfoot tr { border-top: 1px solid #777; }
#content table tfoot tr:last-child, #content table tbody tr:last-child { border-bottom: 0; }
#content table td { text-align: left; padding: 10px; vertical-align: middle; line-height: 1.5; }
#content table tfoot .CartTotal { font-size: 120%; padding-bottom: 20px; }
#content table h3 { font-size: 14px; }
.CartPic a img { border: 3px solid #fff;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;
 -moz-box-shadow: 3px 3px 7px #000;
 -webkit-box-shadow: 3px 3px 7px #000;
  box-shadow: 3px 3px 7px #000;
 cursor: pointer;
 filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;
}
.CartPic a:hover img { 
 -moz-box-shadow: 0 0 3px #000;
 -webkit-box-shadow: 0 0 3px #000;
 box-shadow: 0 0 3px #000;
 filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
}
#UpdateCart { text-align: right; }

table dl { margin: 0 !important; }
table dt { display: none !important; }

/* info-page */
#content .info-page { display: block; width: 100%; height: auto; 
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
#content .info-page h2 { font-size: 20px; padding: 20px 0 0; border: 0; }

#content .info-page table { padding: 40px; margin-bottom: 20px;  }

#content #InfoPage h3 { padding-bottom: 10px; }
#content #InfoPage ul { padding-top: 12px; }
#content #InfoPage ol { list-style-type: decimal; margin-left: 20px; }
#content #InfoPage li { float:none; width: auto; height: auto; margin: 0 0 5px; line-height: 1.5; }
#content #InfoPage ol li { margin-bottom: 10px; }
#content #InfoPage ol span { display: block; font-weight: bold; }

#content table input { width: auto !important; }

footer {
 width: 920px;
 margin: 0 auto;
 text-align: center;
 position: relative;
 margin-top: -110px; /* negative value of footer height */
 height: 110px;
 clear: both;
 background: #23272c url(img/background-grain-darker.jpg) repeat-x 0 100%; 
 -moz-border-radius-topright: 5px;
 -webkit-border-top-right-radius: 5px;
 border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
}
footer ul {
 text-align: center;
 list-style-type: none;
 text-indent: 0; 
 display: block;
 margin: 0 10px 0 15px;
}
footer li { float: left; }
footer li a { display: block; padding: 20px 10px 10px; margin-top: -5px; margin-right: 10px; text-decoration: none; color: #ffd200;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
footer li a:hover { color: #fff; background: #2e363a url(img/background-grain-2.jpg) repeat 0 0; }
footer ul li ul { margin: 0; display: inline; }

footer ul.links { clear: both; }
footer ul.links li a { padding: 10px !important; }

footer ul.social-links li a { margin-right: 0 !important; }

q { quotes: "\201D" "\201D" "\2019" "\2019"; }
q:before { content: open-quote;}
q:after { content: close-quote; }
del { font-weight: normal !important; }