.search_results_text {
    text-align: left;
}

.galleryitem_detail_div {
    border: 1px solid #CCCCCC;
    width: 300px;
    padding: 10px;
}

.galleryitem_div div.slide .galleryitem_photo {
    text-align: center;
    border: 1px solid #CCCCCC;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -4px;
    left: -4px;
    padding: 5px;
}

div.slide {
    background: url(/media/images/shadow.gif) no-repeat bottom right;
    position: relative;
    float: left;
    width: 134px;
    height: 134px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.galleryitem_div h1 {
    font-size: 12px;
    margin: 5px 0px;
}

#gallery-detail .galleryitem_div {
    width: auto;
    height: auto;
    margin-right: 40px;
}

.advert_div {
    margin-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 20px;
}

.advert_div .advert_info {
    display: table-cell;
    vertical-align: top;
}

.advert_div .advert_thumbnail {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 200px;
}

.advert_div .advert_thumbnail img {
    border: 1px solid #CCCCCC;
}

.advert_div .download {
    margin-top: 5px;
}

#shop-detail {
    margin-right: 30px;
}

#shop-detail #shop-list-map-shadow {
    margin: 0px 0px 10px 20px;
    float: right;
    width: 50%;
}

#shop-detail #shop-information {
    text-align: justify;
}

#shop-detail #shop-information #shop-description p {
    margin: 1.5em 0;
}

#shop-detail #shop-featured-products {
    clear: right;
}

div.featured-products-photo {
    border: 1px solid #CCCCCC;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    float: left;
}

/* Shopping cart styles */

div#shopping-cart-button {
    position: absolute;
    top: -15px;
    right: 50px;
}

div#shopping-cart, div#purchase-preview {
    margin-right: 20px;
}

.shopping-cart-link, .checkout-link, .continue-shopping-link {
    display: block;
}

.shopping-cart-link, .checkout-link {
    float: right;
}

.continue-shopping-link {
    float: left;
}

.custom-order-link {
    float: right;
    margin-right: 20px;
}

.cart-details {
    border: 1px solid #ccc;
    border-collapse: collapse;
    clear: right;
    margin: 20px 0;
}

#shopping-cart .cart-details {
    float: right;
}

#shopping-cart .cart-details-options {
    width:99%;
}

.cart-details thead {
    background-color: #cccccc;
}

.cart-details thead th {
    padding: 0.5em;
}

.cart-details td, .cart-details th  {
}

.cart-details .left {
    text-align: left;
}

.cart-details .right {
    text-align: right;
}

.cart-details tbody tr {
    border-bottom: 1px dashed #ccc;
}

.cart-details tbody td, .cart-details tfoot td {
    padding: 1em 0.5em 1em 0.5em;
}

.cart-details tfoot {
    border-top: 1px solid #ccc;
}

h2 {
    margin-top: 1.5em;
}

.floating_product_list {
    margin-top: 16px;
    margin-left: 6px;
}

.product_div {
    text-align: left;
    float: left;
    width: 200px;
    height: 288px;
    border: 1px solid #CCCCCC;
    padding: 8px;
    background: white;
    overflow: hidden;
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
}

.product_div .product_info {
    font-size: 16px;
    font-weight: bold;
    height: 2.5em;
    overflow: hidden;
}

.product_div .product_info dd {
    margin-left: 25px;
}

.product_div .product_thumbnail {
    margin: 0px 0px 30px 0px;
}

.product_div .product_price {
    background: url(/media/images/price-ticket-orange.gif) no-repeat bottom right;
    width: 78px;
    height: 36px;
    position: absolute;
    right: 0px;
    bottom: 25px;
    text-align: center;
    padding: 10px;
    color: black;
}

.product_div .product_price p {
    position: relative;
    bottom: -2px;
    font-family: monospace;
    font-size: 13px;
    font-weight: bold;
}

.product_div div.discount {
    background: url(/media/images/price-ticket-sale.gif) no-repeat bottom right;
}

.product_div div.discount p.price_no_discount {
    position: relative;
    top: -18px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}

.product_div div.discount p.price_discount {
    position: relative;
    bottom: 16px;
    font-size: 14px;
    font-weight: bold;
}

.product_div .product_categories {
    position: absolute;
    bottom: 8px;
    width: 105px;
    height: 45px;
    overflow: hidden;
}

.product_div .product_categories dl {
    margin: 0px;
}

.product_div .product_categories dl dd {
    display: inline;
    margin-left: 0px;
}

.product_div h2 {
    display: inline;
    font-size: 1.3em;
}

div#product-list div#product-cloud {
    margin-top: 0.5em;
    width: 500px;
}

div#product-detail {
    padding: 20px;
}

div.left-column {
    float: left;
    width: 320px;
}

div#product-detail img.product_thumbnail {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

#product-need-register {
    text-align: center;
}

div#product-right-info  {
    padding: 5px;
    width: 200px;
}

div#product-right-info  dt {
    font-weight: bold;
}

div#right-column {
    margin-left: 340px;
}

div.product-table {
    margin-top: 20px;
}

div.product-attributes table {
    border-spacing: 0px 10px;
    margin-left: 40px;
}

div.product-attributes table td {
    padding: 0px 30px;
}

div.product-attributes td.name,
div.product-attributes td.value {
    border: 1px solid #515da7;
}

div.product-attributes td.name {
    border-right-width: 0px;
}

div.product-attributes td.value {
    border-left-width: 0px;
}

div#product-detail div.product-image {
    position: relative;
    padding-bottom: 25px;
}

div#product-detail div.product-discount,
div#product-detail div.product-price {
    background: url(/media/images/price-ticket-orange.gif) no-repeat bottom right;
    width: 78px;
    height: 36px;
    position: absolute;
    right: 5px;
    bottom: 0px;
    text-align: center;
    padding: 10px;
    color: black;
}

div#product-detail div.product-price p {
    position: relative;
    bottom: -2px;
    font-family: monospace;
    font-size: 13px;
    font-weight: bold;
}

div#product-detail div.product-discounts {
    margin-top: 10px;
}

div#product-detail div.product-discount {
    background: url(/media/images/price-ticket-ahorre.gif) no-repeat bottom right;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 2em;
}

div#product-detail div.product-discount p {
    text-align: center;
}

div#product-detail div.product-discount p.discount,
div#product-detail div.product-discount p.requirement {
    position: absolute;
    top: 6px;
    left: 11px;
    width: 75px;
    height: 1em;
    overflow: hidden;
    margin: 0px;
}

div#product-detail div.product-discount p.discount {
    top: auto;
    font-weight: bold;
    bottom: 6px;
}

div#product-detail div.product-purchase-form {
    background: url(/media/images/bloc.jpg) no-repeat top left;
    clear: left;
    padding-top: 20px;
    padding-left: 60px;
    position: relative;
}

div#product-detail div.product-purchase-form .form-head {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

div#product-detail div.product-purchase-form .form-head .quantity-head {
    
}

div#product-detail div.product-purchase-form .form-head .options-head {
    margin-left: 20px;
    position: absolute;
}

div#product-detail div.product-purchase-form .form-body {
    position: relative;
}

div#product-detail div.product-purchase-form .form-body input ,
div#product-detail div.product-purchase-form .form-body select {
    border: 1px solid #111d57;
}

div#product-detail div.product-purchase-form .form-body div.form-quantity {
    position: absolute;
    left: -100px;
    width: 70px;
}

div#product-detail div.product-purchase-form .form-body div.form-quantity label {
    display: none;
}

div#product-detail div.product-purchase-form .form-body input,
div#product-detail div.product-purchase-form .form-body select {
    margin-left: 65px;
    width: 90px;
}

div#product-detail div.product-purchase-form .form-body div {
    margin-left: 100px;
    position: relative;
    margin-bottom: 10px;
    width: 145px;
}

div#product-detail div.product-purchase-form .form-body div label {
    position: absolute;
    left: 0px;
}

div#product-detail div.product-purchase-form .form-body div.form-quantity input {
    width: 80px;
    margin-left: 0px;
}

div#product-detail div.product-purchase-form input.submit-purchase {
    margin-left: 120px;
    border: none;
    background: url(/media/images/add-to-cart_icon.gif) no-repeat top left;
    height: 27px;
    padding-right: 34px;
    color: #111d57;
    width: 134px;
    letter-spacing: -1px;
    font-size: 12px;
}

div#product-detail .product-categories {
    padding: 10px 0px;
}

div#product-detail .product-categories dl dt {
    font-weight: bold;
}

div#product-detail .product-categories dl dt:after {
    content: ":";
}

div#product-detail .product-categories dl dt,
div#product-detail .product-categories dl dd {
    font-size: 14px;
    display: inline;
    margin-left: 0px;
}

div#product-detail .product-file {
    height: 58px;
    background: url(/media/images/download-file.gif) no-repeat top left;
    position: relative;
    margin-top: 10px;
}

div#product-detail .product-file span {
    position: absolute;
    bottom: 10px;
    left: 60px;
}

/* Menu Accordion - JQuery */

ul#shop-menu {
    width: 200px;
    margin: 10px 0;
    padding: 0;
    margin-left: 25px;
    font-size: 1.2em;
    list-style-type: none;
    text-align: center;
}

.shop-logo {
    background: white;
    width: 170px;
    height: 90px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}

.shop-logo a {
    display: block;
    height: 90px;
    width: 170px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.shop-name {
    margin: 15px 0px 15px 10px;
    font-size: 1.5em;
    text-align: center;
}

ul#shop-menu li {
    list-style-type: none;
}

ul#shop-menu li ul {
    padding: 0;
    border: 1px solid #999999;
    border-bottom-width: 0px;
    border-top-width: 0px;
    overflow: hidden;
}

ul#shop-menu li ul li ul {
    border-right-width: 0px;
}

ul#shop-menu li ul ul {
     border-left-width: 0px
}

ul#shop-menu ul.category_ul {
    border-left: 25px solid #69c;
    padding: 0;
    margin-bottom: 0;
}

ul#shop-menu ul.subcategory_ul {
    border-left: 25px solid #69c;
}

ul#shop-menu ul li ul ul li{
    overflow: hidden;
}

ul#shop-menu ul.category_ul a,
ul#shop-menu ul.subcategory_ul a {
    display: block;
    padding: 3px 6px;
    font-size: small;
    color: #000;
}

ul#shop-menu ul.category_ul a:hover,
ul#shop-menu ul.subcategory_ul a:hover {
    display: block;
    color: #369;
    background-color: #eee;
    padding: 3px 8px;
    font-size: small;
}

ul#shop-menu ul.category_ul li,
ul#shop-menu ul.subcategory_ul li {
    border-left: none;
    padding: 0;
    margin-bottom: 0px;
    background: #fffdf3;
    border-top: 1px solid #cccccc;
}

ul#shop-menu ul ul li ul li {
    border-left: 1 px;
}

ul#shop-menu ul ul li a:hover {
    display:block;
    color: #369;
    background-color: #eee;
    padding: 3px 8px;
    font-size: small;
}

ul#shop-menu h1,h2 {
    margin: 0 0;
    font-size: medium;
}

ul#shop-menu a span.head,
ul#shop-menu span.head a {
    color: #111D67;
    display:block;
    border: 1px solid #999999;
    border-bottom-width: 0px;
    background: #f1eee4 /*url(../images/arrow_down.png) no-repeat*/;
    background-position: 98% 50%;
    padding: 3px 6px;
}

ul#shop-menu span.head a:hover {
    color: #000;
    background: #e1ded4 /* url(../images/arrow_down.png) no-repeat*/;
    background-position: 98% 50%;
}

ul#shop-menu h1.selected a {
    background: #69c /*url(../images/arrow_up.png) no-repeat*/;
    background-position:98% 50%;
    color: #fff;
    padding: 3px 6px;
}

ul#shop-menu h1.selected a:hover {
    background: #69c /*url(../images/arrow_up.png) no-repeat*/;
    background-position:98% 50%;
    color: #36a;
}

ul#shop-menu h2.head a {
    color: #333;
    display: block;
    border-top: 1px solid #36a;
    border-right: 1px solid #36a;
    background: #eee /*url(../images/arrow_down.png) no-repeat*/;
    background-position: 98% 50%;
    padding: 3px 6px;
}

ul#shop-menu h2.head a:hover {
    color: #000;
    background: #ddd /*url(../images/arrow_down.png) no-repeat*/;
    background-position: 98% 50%;
}

ul#shop-menu h2.selected a {
    background: #6c9 /*url(../images/arrow_up.png) no-repeat*/;
    background-position: 98% 50%;
    color: #fff;
    padding: 3px 6px;
}

ul#shop-menu h2.selected a:hover {
    background: #6c9 /*url(../images/arrow_up.png) no-repeat*/;
    background-position: 98% 50%;
    color: #36a;
}

ul#shop-menu li.firstitem a {
    background: transparent url(../images/left_up.gif) no-repeat top left;
}

ul#shop-menu li.firstitem a span.head {
    background: transparent url(../images/right_up.gif) no-repeat top right;
}

div.search-product-form {
    position: relative;
}

div.search-product-form form {
    z-index: 20;
    position: relative;
}

div.search-product-form div.bottom-left,
div.search-product-form div.bottom-right,
div.search-product-form div.top-left,
div.search-product-form div.top-right {
    width: 200px;
}

div.search-product-form div.top-right {
    background: transparent url(../images/right_up.gif) no-repeat top right;
}

div.search-product-form div.top-left {
    background: transparent url(../images/left_up.gif) no-repeat top left;
}

div.search-product-form div.bottom-right {
    background: transparent url(../images/right-down.gif) no-repeat bottom right;
    padding: 10px 10px 10px 10px;
    width: 180px;
}

div.search-product-form div.bottom-left {
    background: transparent url(../images/left-down.gif) no-repeat bottom left;
}

div.search-product-form div.bottom-border,
div.search-product-form div.top-border {
    z-index: 1;
    width: 160px;
    background-color: #F1EEE4;
    position: absolute;
    height: 40px;
}

div.search-product-form div.center-zone {
    background-color: #F1EEE4;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0px;
    width: 198px;
    z-index: 1;
}

div.search-product-form div.top-border {
    border-top: 1px solid #999999;
    top: 0px;
    left: 20px;
}

div.search-product-form div.bottom-border {
    border-bottom: 1px solid #999999;
    bottom: 0px;
    left: 20px;
}

ul#shop-menu li.firstitem a,
ul#shop-menu li.lastitem a,
ul#shop-menu li.uniqueitem a {
    display: block;
}

ul#shop-menu li.uniqueitem a span.head,
ul#shop-menu li.lastitem a span.head,
ul#shop-menu li.firstitem a span.head {
    border: 0px;
    padding: 0px;
    padding-left: 23px;
    padding-right: 23px;
}


ul#shop-menu li.uniqueitem a span.head span,
ul#shop-menu li.lastitem a span.head span,
ul#shop-menu li.firstitem a span.head span {
    padding: 3px 6px;
    display: block;
    background-color: #f1eee4;
}

ul#shop-menu li.firstitem a span.head span {
    border-top: 1px solid #999999;
}

ul#shop-menu li.lastitem a span.head {
    border-top: 1px solid #999999;
}

ul#shop-menu li.lastitem a span.head span {
    border-bottom: 1px solid #999999;
}

ul#shop-menu li.uniqueitem a span.head {
    border-size: 0px;
}

ul#shop-menu li.uniqueitem a span.head span {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    height: 19px;
}

ul#shop-menu li.firstitem a:hover {
    background: transparent url(../images/left_up_hover.gif) no-repeat top left;
}

ul#shop-menu li.firstitem a:hover span.head {
    background: transparent url(../images/right_up_hover.gif) no-repeat top right;
    cursor: pointer;
}

ul#shop-menu li.uniqueitem a:hover span.head span,
ul#shop-menu li.lastitem a:hover span.head span,
ul#shop-menu li.firstitem a:hover span.head span {
    background-color: #e1ded4;
}

ul#shop-menu li.lastitem a {
    background: transparent url(../images/left-down.gif) no-repeat bottom left;
}

ul#shop-menu li.lastitem a span.head {
    background: transparent url(../images/right-down.gif) no-repeat bottom right;
}

ul#shop-menu li.lastitem a:hover {
    background: transparent url(../images/left_down_hover.gif) no-repeat bottom left;
}

ul#shop-menu li.lastitem a:hover span.head {
    background: transparent url(../images/right_down_hover.gif) no-repeat bottom right;
    cursor: pointer;
}

ul#shop-menu li.uniqueitem a {
    background: transparent url(../images/round_left.gif) no-repeat top left;
}

ul#shop-menu li.uniqueitem a span.head {
    background: transparent url(../images/round_right.gif) no-repeat top right;
}

ul#shop-menu li.uniqueitem a:hover {
    background: transparent url(../images/round_left_hover.gif) no-repeat top left;
}

ul#shop-menu li.uniqueitem a:hover span.head {
    background: transparent url(../images/round_right_hover.gif) no-repeat top right;
    cursor: pointer;
}

div.search-product-form {
    /*background-color: #F1EEE4;
    border: #999999 solid 1px;
    padding: 10px 10px 10px 10px;*/
    margin-top: 20px;
    width: 200px;
}

div.search-product-form input[type="text"] {
    border: #999999 solid 1px;
    margin-bottom: 5px;
    padding: 0px;
    width: 176px;
}

div.search-product-form ul {
    list-style: none;
}

div#product_photo-list {
    margin-top: 30px;
}

div.minislide {
    background: url(/media/images/shadow.gif) no-repeat bottom right;
    position: relative;
    float: left;
    width: 114px;
    height: 134px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.product_photo_item_div {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100px;
    height: 120px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    text-align: center;
}

.product_photo_item_div .product_photo {
    text-align: center;
}

.product_photo_item_div h1 {
    font-size: 12px;
    margin: 5px 0px;
}

#gallery-detail .galleryitem_div {
    width: 400px;
    height: auto;
    margin-right: 40px;
}

/* Comments ---------------------------------------------------- */

#comments {
    clear: both;
    width: 600px;
    height: auto;
}

#comments h4 {
    font-size: 130%;
    margin-bottom: 10px;
    padding-top: 20px;
}

.comment {
    background: #ffffff;
    border-bottom: 1px solid #BFBFBF;
    margin-left: 20px;
}

.comment:hover {
    background: #FFF7C4;
}

.comment .commentContent {
    padding: 5px 30px;
    color: #333333;
}

.comment .commentAuthor{
    padding: 0 25px 8px;
    color: #999999;
    text-align: right;
    font-size: 90%;
}

.box textarea{
    width: 423px;
}

#postComment {
    clear:both;
    padding-top: 30px;
    margin-left: 20px;
}
#postComment h5 {
    font-size: 120%;
    color: #006699;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E1E1E1;
}
#postComment p {
    margin: 8px 0;
    padding: 0;
}
#postComment label {
    font-size: 120%;
    display: block;
    font-weight: bold;
    padding-bottom: 4px;
}

#postComment textarea{
   width: 423px;
}

.shop-location {
    border-bottom:1px solid blue;
    padding-top:3px;
    padding-bottom:3px;
}

div.form_div select {
    width: 140px !important;
}

div.form_div input.buttom {
    width: 455px !important;
    border: 1px solid #e6e1ce;
    padding: 2px 5px;
    background: #efebe7;
}

select.SpainStateWidget-select {
    display: none;
}

div.purchase_form ul {
    list-style: none;
}

div.purchase-steps {
    margin-top: 50px;
    height: 96px;
    margin-bottom: 10px;
}

div.purchase-steps div.step {
    width: 96px;
    height: 96px;
    float: left;
    background: url(/media/images/blank-sticker.jpg) no-repeat top left;
    position: relative;
}

div.purchase-steps div.step span.step-number {
    display: block;
    position: absolute;
    top: 25px;
    left: 20px;
    width: 55px;
    text-align: center;
    color: #d7cf4a;
    font-weight: bold;
}

div.purchase-steps div.step span.step-text {
    position: absolute;
    display: block;
    top: 44px;
    left: 11px;
    font-size: 10px;
    text-align: center;
    width: 75px;
    color: #999999;
}

div.purchase-steps div.present span.step-text {
    color: #d7cf4a;
}

div.purchase-steps div.step span.step-over {
    background: url(/media/images/blank-sticker-folded.gif) no-repeat top left;
    position: absolute;
    width: 96px;
    height: 96px;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: none;
}

div.purchase-steps div.past span.step-over {
    display: block;
}

div#shop-news-list {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0px 50px 0px 10px;
    padding: 10px 0px;
}

div#shop-news-list .date {
    display: table-cell;
    width: 150px;
}

div#shop-news-list .text {
    display: table-cell;
    vertical-align: top;
}

div#shop-news-list .text p {
    margin-top: 0px;
}

