/* === FX Styles ====================================== */

/*** SHADOWS -> ***/
.shadow, #currencies, #languages, .loginForm, .altLoginBox, .flyoutMenu {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

/* bottom shadow */
.box h3, .box h2, .pageHead, .sectionHead {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.basketFlyout {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.scrollable ul {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.basketItems {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.glowShadow, div.anythingSlider .arrow, .promoBox {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.promoBox {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.rightShadow,
.itemSlider .leftHolder {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.itemSlider .nextItem {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

/******/
/*** ROUNDED CORNERS -> ***/
.corners, .button, .input, .textbox, .areabox, .checkbox, .submitButton, .widgetBox, .dropDown ul, div.anythingSlider .arrow, .promoBox {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

.input, .textbox, .pager .active, .lineBox, .areabox, input[type="text"] {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

.box ul, .box ol, .box .content {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

.tabs li, .thumbNav, #navigation ul li:first-child, #currencies li:first-child a, #languages li:first-child a, .flyoutMenu li:first-child a, .dropDown li:first-child a {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

#currencies li:last-child a, #languages li:last-child a, .dropDown li:last-child a, .flyoutMenu li:last-child a {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

.bottomRound, #navigation ul li:last-child, .widgetBoxBottomRound {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

.promoBox strong.promoPrice {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

.promoBox strong.promoTitle {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

/******/
/*** GRADIENTS -> ***/
/* Blue */
.gridView .titleBox,
.itemSlider .titleBlock,
.itemSlider .titleBlock:hover,
.gridView .priceBox,
.box h3,
.box h2,
.sectionHead,
.pageHead,
#currencies a.selected,
#languages a.selected,
.flyoutMenu a.selected,
.dropDown a.selected,
.thumbNav a.cur,
.thumbNav a.cur:hover,
.promoBox strong.promoPrice,
.itemSlider .prevItem span.slideBg,
.itemSlider .nextItem span.slideBg,
.specBox h3{
    background:#389cb4;
}

.lightHead,
h2.lightHead,
h3.lightHead {
    background:#b8dde6;
}

.FXgradBlueDark,
.submitButton {
    background:#5fb7cc;
}

/* Grey */
.promoBox strong.promoTitle,
.specBoxTitles a.title{
    background:#a9b1b4;
}

.FXgradGreyLight,
.sf-menu li ul,
#footer #panel,
.box ul,
.box ol,
.box .content,
.loginForm,
#currencies,
#languages,
.flyoutMenu,
.basketFlyout,
div.anythingSlider .arrow,
.thumbNav{
    background:#d1d8db;
}

/* Orange */
.FXgradOrange,
.removeButton,
.sf-menu li.current,
.sf-menu li.sfHover, .sf-menu li:hover,
.gridView div.priceBox:hover,
.gridView div.titleBox:hover,
.featuredList a:hover,
.featuredList li.articleImage:hover + li.articleTitle > a,
#footer .list a:hover,
#currencies a:hover,
#languages a:hover,
.flyoutMenu a:hover,
.submitButton:hover,
.basketFlyout li a:hover,
.dropDown ul a:hover,
div.anythingSlider span.arrow:hover,
.thumbNav a:hover,
.itemSlider .prevItem:hover span.slideBg,
.itemSlider .nextItem:hover span.slideBg,
a.viewAllHover,
.itemSlider li a.viewAllHover,
.specBoxTitles a.title:hover,
.actionLinks li:hover {
    background:#ec6105;
}

/* Light blue */
.FXgradBlueLight, .fbEnableButton {
    background:#ffffff;
}
/******/

/* --- box -------------------------------- */
.box ul, .box ol, .box .content {
    text-shadow:none;
}

/* --- promo boxes: bargain item -------------- */
.specBox h3 {
    text-shadow:none;
    text-transform:none;
}

.specBox .toCart {
    text-shadow:none;
    text-transform:none;
}

.specBoxTitles a.title {
    text-shadow:none;
}

.specBoxTitles a.title:hover {
    text-shadow:none;
}

.specBoxInfo .priceValue, .specBoxInfo .priceValue a {
    text-shadow:none;
}

.specBoxInfo .button{
    text-shadow:none;
}

.specBoxInfo .priceOld{
    text-shadow:none;
}

.specBoxInfo .pricePerUnit{
    text-shadow:none;
}

/* --- Page title --------------------- */
.pageHead {
    text-transform:none;
    text-shadow:none;
}

/* --- box -------------------------------- */
.box h2, .box h3, .sectionHead {
    text-transform:none;
    text-shadow:none;
}

h2.sectionHead {
    text-shadow:none;
}

.viewAllHover {
    text-transform:none;
}

a.viewAllHover span {
    text-shadow:none;
}
/* --- RSS link ----------------------------- */
h3.lightHead {
    text-shadow:none;
}

.widgetBox h4, .widgetBoxBottomRound h4 {
    text-transform:none;
}

/* --- Article details tabs  ----------- */
ul.tabs li {
    text-transform:none;
    text-shadow:none;
}

/* --- BUTTONS  ------------------- */
.submitButton {
    text-shadow:none;
    text-transform:none;
}

.largeButton {
    text-transform:none;
}

div.lineBox .largeButton {
    text-transform:none;
}

div.lineBox a.largeButton {
    text-transform:none;
}

div.lineBox span.title {
    text-transform:none;
    text-shadow:none;
}

.submitButton:hover {
    text-shadow:none;
}

.textButton {
    text-shadow:none;
}

.removeButton {
    text-shadow:none;
}

/* --- HEADER ELEMENTS ---------------- */
#topMenu li {
    text-transform:none;
}

.altLoginBox span {
    text-shadow:none;
}

.logoutLink {
    text-transform:none;
}

.selectedValue a{
    text-transform:none;
}

/* --- main navigation meniu ------------------- */
#navigation > li > a {
    text-transform:none;
}

#navigation > li > ul > li > a {
    text-transform:none;
}

/* --- basket box ------------------------------ */
.counter {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}

/* --- Footer ----------------------------- */
#footer .list a {
    text-shadow:none;
}

#footer .list a:hover {
    text-shadow:none;
}

.fbEnableButton a {
    text-transform:none;
}

.fbEnableButton a.helpText:hover {
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomright:0px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

/* --- Grid View ------------------------------------ */
.gridView li .titleBlock{
    text-shadow:none;
}

.gridView li .priceBlock{
    height: 60px;
    padding-top:30px;
    background:none;
}

.gridView li:hover .titleBlock{
    color:#29373c;
    text-shadow:none;
    background:#eee;
}

.gridView li:hover .titleBlock:hover{
    color:#29373c;
    background:#eee;
}

.gridView li .priceBlock .button{
    visibility:visible;
    text-transform:none;
    color:#fff;
    border:1px solid #fff;
    background:#ec6105 !important;
}

.gridView li:hover .priceBlock{
    color:#29373c;
    text-shadow:none;
    background:none;
}

.gridView li:hover .priceBlock .button{
    text-shadow:none;
    background:none;
}

.priceBox .toCart {
    text-transform:none;
}

/* --- Infogrid -------------------------------- */
.infogridView  a.compare {
    text-transform: none;
}

/* --- line view --------------------------- */
.lineView  a.compare {
    text-transform: none;
}

/* --- mini basket -------------------------- */
.basketFlyout .textButton {
    text-transform: none;
}

/* --- Side Bar category tree ------------------------------ */
#sidebar .tree a:hover {
    background: #ec6105 none;
}
#sidebar .tree li.active>a {
    background: #ec6105 none;
}
#sidebar .tree li.exp>a {
    background: #18778e none;
}
#sidebar .tree li.active>a, #sidebar .tree li.exp>a {
    box-shadow: none;
}
#sidebar .sidebarMenu .active {
    text-shadow: 0;
}

/* --- dropdown ------------- */
.dropDown p label {
    text-transform: none;
}

/* --- Pager ------------------------- */
a.next,
a.prev {
    text-transform: none;
}

/* --- Bread crumb ------------------ */
#breadCrumb {
    text-transform: none;
}
#overviewLink a{
   text-transform: none;
}

/* --- Wrapping ----------------------------- */
.wrapping h3 {
    text-transform: none;
}
.wrappingComment label {
    text-transform: none;
}

/* --- checkout Steps ------------------ */
.checkoutSteps li{
    text-transform: none;
}
h3.section {
    text-transform: none;
}
#productTitle {
    text-shadow:none;
}

/* --- Amount price select ---------- */
.pricePopup {
    text-transform: none;
}

/* --- Article action select ------ */
 .actionLinks {
    text-transform: none;
}

/* --- Social button like FB and etc. --- */
.social label {
    text-transform: none;
    text-shadow: none;
}

/* --- Forms, Validation ---------------------------- */
label.innerLabel{
  text-transform: none;
}

/* --- Manufacturer Item slider ------------------------- */
.itemSlider .slideNav {
    opacity: 1;
    filter: alpha(opacity =100);
    text-shadow: none;
}
.itemSlider .slideNav:hover {
    text-shadow: none;
}
.itemSlider .titleBlock {
    text-transform: none;
}
.itemSlider .titleBlock:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
}
.itemSlider .prevItem:hover span.slideBg,
.itemSlider .nextItem:hover span.slideBg {
    filter: alpha(opacity =100);
    opacity:1;
}
.itemSlider a.sliderHover,
a.sliderHover {
    opacity: 0;
    filter: alpha(opacity =0);
}

    /* Overlays */
.ui-widget-overlay {
    opacity: 1;
    filter:Alpha(Opacity=100);
}
.zoomHead {
    text-transform: none;
}
#zoomModal .otherPictures a{
    text-shadow: none;
}

/* --- Services ---------------------- */
#services a {
    text-transform: none;
}

/* --- WishList ------------------------------ */
.formTitle,
.wishlistResults dt{
    text-transform: none;
}

#compareList .lineBox {
    text-transform:none;
}

/* --- right corner message ---------------- */
#incVatMessage{
    opacity:1;
    filter:alpha(opacity=100);
}

/* --- MD Variant Selects in details ----------- */
.variantReset label {
    text-transform:none;
}

/* --- category tree ----------------------------- */
.categoryBox {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}
.categoryTagsBox h3 {
    text-transform:none;
}
a.fbEnableLink {
    text-transform:none;
}








/* --- SUPERFISH START ----------------------------- */
/* --- aus libs/superfish.css ---------------------- */
.sf-menu li ul {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.sf-menu > li {
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -khtml-border-radius:0px;
    border-radius:0px;
}
/* --- SUPERFISH END ------------------------------- */
