﻿.foo {
}
/********** MASTER PAGE WRAPPERS **********/
#main {
    background-color: transparent !important;
}
.master-wrapper-page {
    margin: 10px auto;
    width: 830px;
}
.master-wrapper-content {
    float: left;
    width: 830px;
    margin: 15px 0 0;
    text-align: left;
    background: #555 url(images/bg_container.gif) repeat-x;
}
.master-wrapper-side {
    float: left;
    width: 180px;
    margin: 15px 0 0 10px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}
.master-wrapper-center {
    float: left;
    width: 630px;
    margin: 0px 0 0 10px;
    background: url(images/bg_maincolumn.gif) no-repeat left bottom;
    display: inline;
}
.master-wrapper-cph {
    float: left;
    width: 610px;
    background: #fff url(images/bg_content.gif) no-repeat right top;
    color: #000;
    min-height: 400px;
    padding: 10px 10px 10px 10px;
}
/********** Top Header **********/
#top-menu {
    text-align: center;
    margin: 0px auto;
    height: 180px;
    margin-bottom: 30px;
    background-color: transparent;
}
#top-menu .top-line {
    background-position: center center;
    width: 950px;
    height: 0px;
}
#top-menu .top-line-left {
}
#top-menu .top-line-right {
    width: 7px;
}
#top-menu .top-menu {
    background-image: url(images/bg/bg-menu2.jpg);
    background-repeat: repeat-x;
    line-height: 36px;
    height: 36px;
    text-align: left;
    color: #676767;
    border: 1px #37cafd solid;
}
#top-menu .top-features {
    line-height: 32px;
    height: 32px;
}
#top-menu ul.top-nav {
    padding: 0px;
    list-style: none;
    margin: 0;
}
#top-menu ul.top-nav li {
    display: inline;
    padding: 0px 20px;
    font-size: 13px;
    font-weight: bold;
    background-image:url(images/bg/sp-menu.png);
    background-repeat:no-repeat;
    background-position:center right;
}
#top-menu ul.top-nav a {
    color: #02729a;
    text-decoration: none;
}
#top-menu ul.top-nav a:hover {
    color: #0298cc;
}
ul.topmenu2 {
}
ul.topmenu2 li {
    display: inline;
    padding-left: 20px;
    margin: 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
}
ul.topmenu2 a {
    color: #ff0101;
    text-decoration: none;
}
ul.topmenu2 a:hover {
    color: #f29000;
}
#top-menu .bg-topmenu2 {
}
.bgimage {
    background-image: url(images/bg/bg-line.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    height: 55px;
}
.top-bar .view-cart {
    background-image: url(images/buttons/view-cart.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 95px;
}
.top-bar .checkout {
    background-image: url(images/buttons/checkout.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 95px;
}
.top-bar .view-cart a {
    margin-left: 28px;
    color: white;
    text-align: left;
}
.top-bar .checkout a {
    margin-left: 28px;
    color: white;
    text-align: left;
}
.top-bar .view-cart a:hover {
    text-decoration: underline;
}
.top-bar .checkout a:hover {
    text-decoration: underline;
}
.calendar-event {
    background-image: url(images/icons/icon-calendar.jpg);
    background-position:left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 16px;
    text-align: left;
    line-height:28px;
}
.calendar-event a {
    color: #ff0000;
    font-weight: bold;
}
.calendar-event a:hover {
    text-decoration: underline;
}
.free-delivery {
    background-image: url(images/bg/xetai.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 29px;
    text-align: right;
    margin-top: 15px;
    padding-right: 72px;
    color: #0eaae5;
    font-size: 14px;
    font-weight: bold;
}
/********** MASTER HEADER **********/
.header {
    padding: 6px 6px 10px 5px;
    height: 60px;
}
.header .icon {
    vertical-align: bottom;
}
.header .ico-register {
    background: url('images/ico-register.gif') no-repeat;
    padding-left: 20px;
}
.header .ico-login {
    background: url('images/ico-login.gif') no-repeat;
    padding-left: 20px;
}
.header .ico-logout {
    background: url('images/ico-logout.gif') no-repeat;
    padding-left: 20px;
}
.header .ico-cart {
    background: url('images/ico-cart.gif') no-repeat;
    padding-left: 20px;
}
.header .ico-wishlist {
    background: url('images/ico-wishlist.gif') no-repeat;
    padding-left: 20px;
}
.header .ico-admin {
    background: url('images/ico-admin.gif') no-repeat;
    padding-left: 20px;
}
.header-logo {
    margin-top: 5px;
    float: left;
    text-align: left;
}
a.logo {
    background: url('images/logo.gif');
    display: block;
    width: 225px;
    height: 60px;
    text-decoration: none;
}
.header-selectors-wrapper {
    text-align: right;
    float: right;
    width: 400px;
}
.header-currencyselector {
    float: right;
}
.header-languageselector {
    float: left;
}
.header-links-wrapper {
    float: right;
    text-align: right;
    width: 570px;
}
.header-links {
    border: solid 1px #9a9a9a;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    display: inline-table;
}
.header-links ul {
    padding: 0;
    margin: 0;
}
.header-links ul li {
    list-style: none;
    display: inline;
    padding-right: 2px;
}
.header-links a {
    color: #FFFFFF;
    text-decoration: none;
}
.headerlinks a:hover {
    color: #ff9933;
}
/********** MASTER HEADER MENU **********/
.headermenu {
    color: #FFFFFF;
    background: #3a3a3a;
    padding: 8px 5px 9px 5px;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    letter-spacing: 2px;
}
.headermenu ul {
    padding: 0;
    margin: 0;
}
.headermenu li {
    list-style: none;
    display: inline;
}
.headermenu a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}
/********** MASTER HEADER MENU - SEARCH BOX **********/
.searchbox {
    float: left;
    width: 180px;
    display: inline;
    padding-left: 5px;
}
.searchbox ul {
    margin: 0;
    padding: 0;
}
.searchbox ul li {
    list-style: none;
    float: left;
}
/******* FashionNav *******/
.FashionNav {
    width: 205px;
    margin-left: 9px;
}
.FashionNav .bgTitle {
    background-image: url(images/img/fashion.png);
    height: 53px;
}
.FashionNav li {
    list-style-image: url(images/icons/bullet-arrow-03.png);
    padding-top: 0;
    padding-bottom: 5px;
    margin-left: 25px;
}
.FashionNav a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.FashionNav a:hover {
    color: #de0120;
}
.FashionNav .li_selected a {
    color: #c5011c;
    font-weight: bold;
    text-decoration: none;
}
.FashionNav .treeview {
    font-size: 11px;
    line-height: 18px;
    margin: 0px;
    background-image: url(images/bg/bcherry-v3_33.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.FashionNav .treeview ul {
    margin: 0px;
    padding: 0;
    color: #3664A5;
    border: 1px #bebebe solid;
    border-top: 0;
    padding-bottom: 10px;
}
.FashionNav .treeview ul .li_selected {
    font-weight: bold;
}
.FashionNav .treeview ul .li_unselected {
}
/******* /FashionNav *******/
/********** FlowerGiftNav **********/
.FlowerGiftNav {
    width: 205px;
    margin-left: 9px;
}
.FlowerGiftNav .bgTitle {
    background-image: url(images/img/Flower-Gift.png);
    height: 54px;
}
.FlowerGiftNav li {
    list-style-image: url(images/icons/bullet-arrow-03.png);
    padding-top: 0;
    padding-bottom: 5px;
    margin-left: 25px;
}
.FlowerGiftNav a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.FlowerGiftNav a:hover {
    color: #ff9801;
}
.FlowerGiftNav .li_selected a {
    color: #e78900;
    font-weight: bold;
    text-decoration: none;
}
.FlowerGiftNav .treeview {
    font-size: 11px;
    line-height: 18px;
    margin: 0px;
    background-image: url(images/bg/bcherry-v3-detail-product_07.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.FlowerGiftNav .treeview ul {
    margin: 0px;
    padding: 0px;
    border: 1px #bebebe solid;
    border-top: 0;
    padding-bottom: 10px;
}
.FlowerGiftNav .treeview ul .li_selected {
    font-weight: bold;
}
.FlowerGiftNav .treeview ul .li_unselected {
}
/******** /FlowerGiftNav *****/
/********** OccasionsNav **********/
.OccasionsNav {
    width: 205px;
    margin-left: 9px;
}
.OccasionsNav .bgTitle {
    background-image: url(images/img/Ocasions.png);
    height: 53px;
}
.OccasionsNav li {
    list-style-image: url(images/icons/bullet-arrow-03.png);
    padding-top: 0;
    padding-bottom: 5px;
    margin-left: 25px;
}
.OccasionsNav a {
    color: #676767;
    font-weight: bold;
    text-decoration: none;
}
.OccasionsNav a:hover {
    color: #31a1c9;
}
.OccasionsNav .li_selected a {
    color: #2c91b4;
    font-weight: bold;
    text-decoration: none;
}
.OccasionsNav .title {
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #C31818;
}
.OccasionsNav .treeview {
    font-size: 11px;
    line-height: 18px;
    margin: 0px;
    text-align: left;
    background-image: url(images/bg/bcherry-v3_53.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.OccasionsNav .treeview ul {
    margin: 0px;
    padding: 0px;
    border: 1px #bebebe solid;
    border-top: 0;
    padding-bottom: 10px;
}
.OccasionsNav .treeview ul .li_selected {
    font-weight: bold;
}
.OccasionsNav .treeview ul .li_unselected {
}
/******* /OccasionsNav **********/
/********** newsbox **********/
.newsbox {
    width: 205px;
    margin-left: 9px;
}
.newsbox .bgTitle {
    background-image: url(images/img/news.png);
    height: 53px;
}
.newsbox li {
    list-style-image: url(images/icons/arrow.gif);
    list-style: none;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 25px;
}
.newsbox a {
    color: #676767;
    font-weight: bold;
    text-decoration: none;
}
.newsbox a:hover {
    color: #31a1c9;
}
.newsbox .treeview {
    font-size: 11px;
    line-height: 18px;
    margin: 0px;
    text-align: left;
    border: 1px #bebebe solid;
    border-top: 0;
}
.newsbox .item {
    padding: 0 5px 15px;
    border-bottom: 1px #989898 dotted;
}
.newsbox .item a.title {
    color: #0090b1;
    font-weight: bold;
}
/******* /newsbox **********/
/********** MANUFACTURER NAVIGATION **********/
.manufacturer-navigation {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 0;
}
.manufacturer-navigation li {
    list-style: none;
}
.manufacturer-navigation a.inactive {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.manufacturer-navigation a.active {
    color: #ff9933;
    font-weight: bold;
    text-decoration: none;
}
.manufacturer-navigation .title {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #ff9933;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}
.manufacturer-navigation .listbox {
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    margin: 0px;
}
.manufacturer-navigation .listbox ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}
/********** RECENTLY VIEWED PRODUCTS BOX **********/
.RecentlyViewedProductsBox {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.RecentlyViewedProductsBox li {
    list-style: none;
}
.RecentlyViewedProductsBox a {
    color: #FFF;
    text-decoration: none;
}
.RecentlyViewedProductsBox a:hover {
    text-decoration: none;
    color: #ff9933;
}
.RecentlyViewedProductsBox .title {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #ff9933;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}
.RecentlyViewedProductsBox .listbox {
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    margin: 0px;
}
.RecentlyViewedProductsBox .listbox ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}
.RecentlyViewedProductsBox .separator {
    height: 1px;
    line-height: 1px;
    background: #ff9933;
    width: 140px;
    font-size: 1px;
    margin: 5px 0 5px 0;
}
/********** INFO BLOCK NAVIGATION **********/
.infoblock-navigation {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.infoblock-navigation li {
    list-style: none;
}
.infoblock-navigation a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.infoblock-navigation .title {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #ff9933;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}
.infoblock-navigation .listbox {
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    margin: 0px;
}
.infoblock-navigation .listbox ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}
/********** Left Menu **********/
.left-menu {
    width: 220px;
    margin-right: 5px;
    margin: 0px auto;
}
/********** FOOTER **********/
ul.footer {
    margin: 0;
}
.footer {
    clear: both;
    height: 30px;
    padding: 5px 3px 0px 3px;
}
.footer a {
    text-decoration: none;
    color: #333333;
}
.footer-disclaimer {
    float: right;
    font-size: 11px;
}
.footer-poweredby {
    float: left;
    font-size: 11px;
}
.bg-line-footer {
    background-repeat: repeat-x;
    height: 15px;
    width: 950px;
    margin: 0px auto;
}
#footer {
    height: 127px;
    background-image: url(images/bg/bgbottom.jpg);
    background-repeat: repeat-x;
}
/********** Foot Nav **********/
ul.footer {
}
ul.footer li {
    display: inline;
    padding: 7px;
    color: #71644c;
    font-size: 13px;
}
ul.footer a {
    color: #333333;
}
ul.footer a:hover {
    color: #333333;
    border-bottom: 1px #330001 dotted;
}
/********** Titles **********/
.box-content {
    border: 1px #dfdfdf solid;
    margin-right: 5px;
    margin-top: 5px;
}
.title-page {
    background-repeat: repeat-x;
    height: 20px;
    color: #31a1c9;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    background-image: url(images/icons/icon-title.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin: 8px;
}
.box-menu {
    border: 1px #CCCCCC soild;
}
.logo-footer:hover {
    width: 147px;
    height: 48px;
}

