.set:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.set {
    display: inline-block;
}

html [ xmlns ] .set {
    display: block;
}

* html .set {
    height: 1%;
}

* {
    padding: 0;
    margin: 0;
}

a, img {
    border: 0;
    outline: 0;
}

body {
    font: normal 12px/18px "Trebuchet MS", Arial, Verdana, san-serif;
    color: #000;
    background: #101010 url(/images/bg.jpg) no-repeat top center;
}

div#page {
    width: 1000px;
    margin: 0 auto;
    background: url(/images/bg_body.gif) repeat-y 10px 0;
    position: relative;
    z-index: 2;
}
/* HEADER */
#information p{
    margin:1em;
    margin-left:0em;
}
#information{
    margin-right:2em;
}
#checkout-notes{margin-bottom:2em;margin-right:3em;clear:left}
div#header {
    background: url(/images/bg_header.jpg) no-repeat 10px 0;
    width: 1000px;
    padding-bottom: 20px;
}

div#user {
    padding: 12px 0 12px 0;
}

div#user p{
    text-align: center;
    padding-right: 80px;
    font: normal 12px/18px Georgia, sans-serif;
}

div#user p a, div#user p a:visited {
    color: #333;
    text-decoration: none;
}

div#user a:hover {
    color: #a54242;
    text-decoration:underline;
}

div#logo {
    margin-left: 10px;
    float: left;
    width: 519px;
}

div#header-banner {
    float: left;
    width: 190px;
}

div#cart {
    width: 220px;
    float: left;
    background: url(/images/bg_cart.gif) no-repeat top right;
    padding: 0 0 0 30px;
    font: 12px/18px Georgia, serif;
    color: #696969;
    position: relative;
}
#cart a{
    color: #696969;
    text-decoration:none;
}

#cart a:hover{
    color: #a54242;;
    text-decoration:underline;
}
p.cart-status {
    background: url(/images/bg_cart_border.gif) no-repeat bottom left;
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
}

p.cart-total {
    position: absolute;
    top: 32px;
    left: 120px;
}

div#newsletter {
    padding-top: 20px;
    position: relative;
}

div#newsletter label {
    font: normal 11px Georgia, serif;
    color: #838383;
    text-transform: uppercase;
}

div#newsletter p.input {
    background: url(/images/bg_input.gif) no-repeat 0 0;
    padding: 2px 0 7px 2px;
    margin-top:5px;
}

div#newsletter input.text {
    border: 0;
    padding: 2px;
    width: 165px;
    background: url(/images/bg_newsletter_input.gif) repeat-x 0 0;
}

div#newsletter input.button {
    position: absolute;
    top: 42px;
    right: 5px;
}
/* NAVIGATION */

div#navigation {
    position: relative;
    height: 41px;
    background: url(/images/bg_nav.gif) no-repeat 10px 0;
    float: left;
    width: 1020px;
}

div#navigation ul {
    list-style-type: none;
    padding: 10px 10px 10px 20px;
}

div#navigation ul li {
    float: left;
    padding: 0 25px;
}

div#navigation ul li a, div#navigation ul li a:visited {
    font: normal 14px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
    display: block;
}

div#navigation ul li a:hover {
    background: url(/images/bg_nav_hover.gif) no-repeat bottom center !important;
}
/* SEARCH */

div#search {
    float: right;
    position: relative;
    margin-top: -30px;
    margin-right: 30px;
}

div#search input.text {
    padding: 4px;
    border: solid 1px #724949;
    background: #fefefe url(/images/bg_newsletter_input.gif) repeat-x 0 0;
    margin-right: 10px;
    width: 240px;
    color: #c59494;
}

div#search input.button {
    vertical-align: middle;
}
/* BREADCRUMB */

div#breadcrumb {
    padding: 10px 0 10px 45px;
    clear: both;
    color: #b9b8b8;
    font-size: 13px;
}
#breadcrumb a{
    color: #b9b8b8;
    text-decoration:none;
}
#breadcrumb a:hover{
    text-decoration:underline;
}

div#breadcrumb span {
    color: #ac4f4f;
}
/* MAIN */

div#main {
    width: 1000px;
}
/* SIDEBAR */

div#sidebar {
    float: left;
    width: 230px;
}

div.sideup {
    background: url(/images/bg_sidebox_up.gif) no-repeat 0 0;
    height: 28px;
    overflow: hidden;
}

div.sidebox {
    background: url(/images/bg_sidebox.jpg) repeat-y 0 0;
    margin-bottom: 25px;
}

div.sidebottom {
    background: url(/images/bg_sidebox_bottom.gif) no-repeat 0 0;
    height: 5px;
    overflow: hidden;
}

div.sidebox-content {
    padding-left: 35px;
    padding-bottom: 30px;
}

div.categories {
    padding-left:20px !important;
}


div.sidebox-content h3 {
    display: block;
    text-indent: -9999px;
    margin-bottom: 10px;
}

h3#band {
    background: url(/images/header_band.gif) no-repeat 0 0;
    height: 25px;
}

select#bands {
    width:160px;
}

h3#cats {
    background: url(/images/header_categories.gif) no-repeat 0 0;
    height: 22px;
    margin-left:15px;
}

div.sidebox-content p{
    color: #e7e7e7;
    line-height: 14px;
    padding: 10px 20px 0 0;
}
/* CATEGORIES */

ul#categories, ul#categories ul {
    list-style: none;
}

ul#categories ul {
    padding-bottom: 10px;
}

ul#categories li.parent a, ul#categories li.parent a:visited {
    background: url(/images/bg_cat.gif) no-repeat 0 0;
    padding: 7px 10px 7px 25px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 160px;
    font-size: 14px;
}

ul#categories li.parent li a, ul#categories li.parent li a:visited {
    background: none;
    font-size: 12px;
    padding: 0px 10px 0px 25px;
}

ul#categories li.parent li a:hover {
    color: #cd4a4a;
}

ul#categories li.single a, ul#categories li.single a:visited {
    padding:0 0 5px 25px !important;
    font-size: 14px;
    display: inline-block;
    color: #579da7;
    text-decoration: none;
}
/* CONTENT */

div#content {
    float: right;
    width: 730px;
    padding-top: 7px;
}

div#page-footer {
    background: url(/images/bg_footer.gif) no-repeat 10px 0;
    position: relative;
    height: 13px;
    overflow: hidden;
}
/* CAROUSEL */

div#carousel-wrapper {
    background: url(/images/bg_carousel.gif) no-repeat 0 0;
    width: 686px;
    height: 213px;
    position: relative;
}

div#tape {
    background: url(/images/tape_straight.png) no-repeat;
    position: absolute;
    top: -10px;
    left: 314px;
    width: 53px;
    height: 31px;
}

div#carousel-wrapper a.next, div#carousel-wrapper a.next:visited {
    background: url(/images/btn_carousel.gif) no-repeat 0 0;
    width: 26px;
    height: 22px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 90px;
    right: 0;
}

div#carousel-wrapper a.next:hover {
    background: url(/images/btn_carousel.gif) no-repeat 0 -24px;
}

div#carousel-wrapper a.prev, div#carousel-wrapper a.prev:visited {
    background: url(/images/btn_carousel.gif) no-repeat 0 -51px;
    width: 26px;
    height: 22px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 90px;
    left: 0;
}

div#carousel-wrapper a.prev:hover {
    background: url(/images/btn_carousel.gif) no-repeat 0 -78px;
}

div#carousel {
    padding-top: 25px;
    margin-left: 80px;
    height: 213px;
}

div#carousel ul {
    list-style-type: none;
}

div#carousel ul li {
    width: 161px;
    height: 150px;
    background: url(/images/bg_carousel_product.gif) no-repeat 0 0;
    margin-right: 20px;
    padding: 6px 0 0 1px;
    position: relative;
}

div#carousel-wrapper a.product-details, div#carousel-wrapper a.product-details:visited {
    background: url(/images/opacity.png) repeat 0 0;
    color: #fff;
    position: absolute;
    bottom: 6px;
    left: 1px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    width: 150px;
    display: none;
}

div#carousel-wrapper a span {
    display: block;
    font-weight: normal;
}
/* FEATURED */

div#featured-wrapper {
    margin-top: 20px;
    position: relative;
}

div.tape-left {
    background: url(/images/tape_left.png) no-repeat 0 0;
    width: 57px;
    height: 37px;
    position: absolute;
    top: -10px;
    left: -15px;
    z-index: 3;
}

div.tape-right {
    background: url(/images/tape_right.png) no-repeat 0 0;
    width: 57px;
    height: 37px;
    position: absolute;
    top: -10px;
    right: 30px;
    z-index: 3;
}

div.tape-straight {
    background: url(/images/tape_straight.png) no-repeat;
    position: absolute;
    top: -10px;
    left: 334px;
    width: 53px;
    height: 31px;
    z-index: 3;
}

div#mask {
    position: absolute;
    top: 0px;
    left: 0;
    background: url(/images/mask.png) no-repeat 0 0;
    width: 686px;
    height: 191px;
    z-index:20;
    clear:both;
}

div#featured {
    position: relative;
}

div#featured ul {
    list-style: none;
}

div#featured ul li{
    float: left;
    padding-right: 9px;
}

div#featured ul li#col1 {
    padding-right: 13px;
}

div#featured ul li#col2 {
    padding-right: 6px;
}

div#links-wrapper {
    position:absolute;
    z-index:100;
    top:110px;
    left:0px;
}

ul.links li#col1a a {
    width:238px;
}

ul.links li#col2a a {
    width:185px;
}

ul.links li#col3a a {
    width:198px;
}

ul.links li a, ul.links li a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    font: normal 18px Georgia, serif;
    padding-left:15px;
}

ul.links li a span {
    display: block;
    color: #91e7f4;
    font-size: 11px;
}

/* NEW PRODUCTS */

div#new-products {
    background: url(/images/bg_new_products.gif) no-repeat 0 0;
    margin: 20px 0 30px 0;
    width: 686px;
}

div#new-products h2 {
    font: normal 18px Georgia, serif;
    color: #aa4d4d;
    padding-left: 15px;
}

div#new-products ul {
    list-style: none;
    margin: 15px 0 190px 80px;
}

div#new-products ul li {
    float: left;
    width: 162px;
    height: 156px;
    background: url(/images/bg_new_product.gif) no-repeat 0 0;
    margin-right: 20px;
    padding: 7px 0 0 1px;
    position: relative;
}

div#new-products a.new-product-details, div#new-products a.new-product-details:visited {
    background: url(/images/opacity.png) repeat 0 0;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 1px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    width: 150px;
    display: none;
}

div#new-products a.new-product-details span {
    display: block;
    font-weight: normal;
}
/* FOOTER */

div#footer {
    /* background: url(/images/bg_footer.gif) no-repeat 10px 0; */
    margin: 0 auto;
    width: 1000px;
    position: relative;
    height: 200px;
}

div#guitar {
    position: absolute;
    top: -107px;
    left: -16px;
    width: 341px;
    height: 215px;
    background: url(/images/guitar.png) no-repeat 0 0;
    z-index: 1;
}

div#footer-tape {
    background: url(/images/tape_footer.png) no-repeat 0 0;
    width: 57px;
    height: 36px;
    position: absolute;
    bottom: -7px;
    left: 20px;
    z-index: 50;
}

div#copy {
    float: right;
    padding: 20px 45px 0 0;
    color: #afafaf;
    text-align: right;
    font: normal 11px Georgia, serif;
}

div#copy p {
    padding-bottom: 5px;
}

div#copy a, div#copy a:visited {
    color: #afafaf;
    text-decoration: none;
}

p#credits a, div#copy span {
    color:#a54242 !important;
}

/* PRODUCT PAGE */
div#product-images {
    float:left;
    width:360px;
    margin-right:30px;
}

div#product-images p#actual {
    background: url(/images/bg_pimage.gif) no-repeat 0 0;
    padding:10px 10px 8px 10px;
}

ul#thumbs {
    list-style: none;
    margin-top:15px;
}

ul#thumbs li {
    float:left;
    background: url(/images/bg_thumb.jpg) no-repeat 0 0;
    padding:3px 3px 4px 1px;
    margin-right:10px;
}


div#product-details {
    float:left;
    width:300px;
    font: normal 12px Georgia, serif;
}

div#product-details h2 {
    color:#a94949;
    font-size:24px;
    font-weight:normal;
    padding-bottom:5px;
}

div#product-details h3 {
    color:#ababab;
    font-size:12px;
    font-weight:normal;
}

div#product-details h3 span{
    color:#333;
}

div#product-details h3 span a,div#product-details h3 span a:visited{
    color:#333;
    text-decoration:none;
}

div#product-details h3 span a:hover{
    color:#333;
    text-decoration:underline;
}
div#product-details h4 {
    background: url(/images/bg_border.gif) no-repeat 0 0;
    font-size:18px;
    font-weight: normal;
    padding:12px 0 10px 0;
}


div#product-details p {
    color:#858585;
    line-height:18px;
    background: url(/images/bg_border.gif) no-repeat 0 0;
    padding:15px 0 5px 0;
    margin:12px 0;
}

div#product-details label {
    font-size:11px;
    padding-right:10px;
}

div#product-details p#product-description {
    height:5em;
}

div#product-details select {
    width:100px;
}

div#product-details p#final-price {
    font-size:18px;
    color:#a54242;
    position:relative;
    padding-top:18px;
}

div#product-details p#final-price input,div#product-details p#final-price a {
    position:absolute;
    top:20px;
    right:50px;
}

/* BESTSELLERS */

div#best-wrapper {
    background: url(/images/bg_new_products.gif) no-repeat center bottom;
    margin: 20px 0 30px 0;
    width: 686px;
    height:220px;
    position:relative;
}

div#best-wrapper h2 {
    font: normal 18px Georgia, serif;
    color: #aa4d4d;
    padding-left: 15px;
    padding-bottom:10px;
}

div#best {
    margin-left:80px;
    padding-bottom:20px;
    height:156px;
}

div#best ul {
    list-style: none;
    margin: 15px 0 190px 80px;

}

div#best ul li {
    float: left;
    width: 162px;
    height: 156px;
    background: url(/images/bg_new_product.gif) no-repeat 0 0;
    margin-right: 20px;
    padding: 7px 0 0 1px;
    position: relative;
}

div#best a.new-product-details, div#best a.new-product-details:visited {
    background: url(/images/opacity.png) repeat 0 0;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 1px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    width: 150px;
    display: none;
}

div#best a.new-product-details span {
    display: block;
    font-weight: normal;
}

div#best-wrapper a.next {
    background: url(/images/btn_carousel2.gif) no-repeat 0 0;
    display:block;
    width:20px;
    height:56px;
    position:absolute;
    top:90px;
    left:30px;
    text-indent: -9999px;
}


div#best-wrapper a.prev {
    background: url(/images/btn_carousel2.gif) no-repeat 0 -64px;
    display:block;
    width:20px;
    height:56px;
    position:absolute;
    top:90px;
    right:30px;
    text-indent: -9999px;
}

/* alex apo edo kai pera */
.thumbwrap {
    /*border: 1px solid #999;*/
    padding: 15px 8px 0 8px;
    /*background-color: #f4f4f4;*/
    margin: 0;
}
.thumbwrap li {
    display: -moz-inline-box;
    display: inline-block;
    text-align:center;
    /*\*/ vertical-align: top; /**/
    margin: 0 7px 15px 7px;
    float:left;
    /*border: 1px solid #999;*/
    padding: 0;
}
/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.thumbwrap li>div {
    /*\*/ display: table; /**/
    width: 158px;
}
.thumbwrap a {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: #ffe;
    border: 1px solid #999;
}
/*\*/
.thumbwrap >li .wrimg {
    display: table-cell;
    vertical-align: middle;
    width: 158px;
    height: 159px;

}
/**/
.thumbwrap img {
    /*border: solid 1px #66f;*/
    vertical-align: middle;
}
.thumbwrap a:hover {
    /*background-color: #dfd;*/
    border:1px solid #232523;
    /*background-color: #EBEBEB;*/
}
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 159px;
	width: 1px;
}
/**/
.thumbwrap .caption {
    display: block;
    padding: .2em 5px;
    font-size: .9em;
    line-height: 1.1;
    /*border-top: 1px solid #ccc;*/
    text-align:center;
    w\idth: 149px;  /* Moz, IE6 */
}
/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
    html:first-child .thumbwrap a {
        display: inline-block;
        vertical-align: top;
    }
    html:first-child .thumbwrap {
        border-collapse: collapse;
        display: inline-block; /* non deve avere margin */
    }
}

/* Paging */
div.paging {
    background:#fff;
    color: #ccc;
    margin-top:1em;
    padding-bottom:1em;
    margin-bottom: 3em;
    clear:left;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}
div.paging span {
    font-size:1.5em;
}
div.paging span.current {
    color: #000;
}

div.paging a{
    color: #696969;
    text-decoration:none;
}

div.paging a:hover{
    color: #a54242;;
    text-decoration:underline;
}
div.paging span a {
}

h3.subcategories {
    width:40em;
    line-height:1.3em;
}
.subcategories {
    color:#333333;
}
.subcategories a{
    color:#b9b8b8;
    text-decoration:none;
}

.subcategories a:hover{
    text-decoration:underline;
}

/* shopping cart */
/* Tables */
table {
    background: #fff;
    border:1px solid #ccc;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    /*width: 90%;*/
}
th {
    background: #f2f2f2;
    border:1px solid #bbb;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}
th a {
    background:#f2f2f2;
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
th a:hover {
    background: #ccc;
    color: #333;
    text-decoration: none;
}
table tr td {
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
table tr.altrow td {
    background: #f4f4f4;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
td.actions a {
    margin: 0px 6px;
}

td.number {
    text-align:right; padding-right:10px;
}

td a,a#continue-shopping{
    color: #cd4a4a;
    font-weight:bold;
    text-decoration:none;
}

td a:hover,a:hover#continue-shopping{
    text-decoration:underline;
}

.shopping-cart input{
    margin:0px;
    padding:0px;
}
.shopping-cart .qty-submit td{
    border-top:1px solid #ccc;
}

/* form styles */

/* error message */
#checkout .error-message {display:block; padding:2px; width:40em;float:left;clear:left;background:#FFE0E1;color:red}

input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}

/* order status */
#order-status form,#newsletter-register form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 90%;
}
#order-status fieldset,#newsletter-register fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}
#order-status fieldset legend,#newsletter-register  fieldset legend  {
    background:#fff;
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
#order-status fieldset fieldset,#newsletter-register  fieldset fieldset{
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
#order-status form div,#newsletter-register  form div{
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
#order-status form div.input,#newsletter-register  form div.input {
    color: #444;
}
#order-status form div.required,#newsletter-register form div.required {
    color: #333;
    font-weight: bold;
}
#order-status form div.submit,#newsletter-register  form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
#order-status label,#newsletter-register  label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
}

#order-status .focus,#newsletter-register  .focus{
    border: 2px solid #D66161;
}

#order-status input,#order-status  textarea,#newsletter-register  input,#newsletter-register  textarea {
    clear: both;
    border: 2px solid #D6ABAB;
    font-size: 120%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width:15em;
}
#order-status .submit input,#newsletter-register  .submit input{
    width:10em;
    border:2px solid #9E9F96;
    display: block;
    font-size: 110%;
    padding: 2px 5px;
    width:auto;
    vertical-align: bottom;
}


/* checkout form */
#checkout form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 45em;
}
#checkout fieldset {
    padding:1em;
    border:2px solid #D6BFBF;
}
#checkout fieldset legend {
    background:#fff;
    color: #d66161;
    font-size: 160%;
    font-weight: bold;
}
#checkout form div {
    float:left;
    margin-bottom: 1em;
    width:20em;

    padding: .5em;
    vertical-align: text-top;
}
#checkout form div.input {
    color: #444;
}
#checkout form div.required {
    color: #333;
    font-weight: bold;
}
#chekcout form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
#checkout label {
    display: block;

    font-size: 110%;
    padding-right: 20px;
}

#checkout input,#checkout  textarea {
    clear: both;
    border: 2px solid #D6ABAB;
    font-size: 120%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width:15em;
}
#checkout div.clear {clear:both;margin:0px;padding:0px;width:100%}
/* order status */
#checkout .focus{
    border: 2px solid #D66161;
}
#checkout h3{float:left;width:100%;margin-top:2px;}
#checkout .radio input {
    float:left;
    width:auto;
    border:0px;
    margin: 0 3px 7px 0;
}
#checkout .textarea{
    clear:both;
    margin-top:-20px;
    width:40em;

}
#checkout textarea{
    width:auto;
}
#checkout div.radio label {
    margin: 0 0 6px 20px;
    width:300px;
}
/* order status */
#order-status .focus{
    border: 2px solid #D66161;
}

#order-status input,#order-status  textarea {
    clear: both;
    border: 2px solid #D6ABAB;
    font-size: 120%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width:15em;
}
#order-status .submit input{
    width:10em;
    display: block;
    font-size: 110%;
    padding: 2px 5px;
    /*background-color:#D66161;*/
    width:auto;
    vertical-align: bottom;
}
#content p{margin-top:0.5em;margin-bottom:0.5em}
.labelHighlight {
    color:gray;
    font-style:italic;
}

span.old-price {text-decoration:line-through;display:inline !important}

#copy .logos img{height:30px;}