@charset "utf-8";

/* body { font: 66%/150%  'Roboto Condensed',sans-serif,Helvetica, Arial, sans-serif; color: #F7F7F7; background: no-repeat #F7F4EA; background-position:  center top; } */
body { font: 66%/150%  'Ubuntu',sans-serif,Helvetica, Arial, sans-serif; min-width: 980px  color: #F7F7F7; background: no-repeat #F7F4EA; background-position:  center top;  /* -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; */ }

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {

}

#wrapper { width: 1060px; z-index: 2; position: relative; margin: 0 auto 0px auto; overflow: hidden; /* background: #FCFCF9; border-radius: 10px; border: 1px solid #EDEAE1; */ }
#deco_fixed_bottom { trasition: all 500ms; -moz-trasition: all 500ms;  }
@media (max-width:1200px) {
	#deco_fixed_bottom { display: none; }
}


#main { width: 1020px; margin-right: auto; margin-left: auto; margin-bottom: 15px; }
#content_wrapper { padding: 10px; background-color: #fcfcf9; border-radius: 4px; }
#logo_decobox  img { position: absolute; bottom: -24px; left: -10px; }
a:link, a:visited, a:visited, a:hover, a:active { text-decoration: none; outline: none; }
a img { border: none; }
body, div, a, p, ul, ol, li, h3, h4, form { margin: 0; padding: 0; }
h1, h2 { margin: 15px 0 9px; }
h2 { font-size: 24px; line-height: 100%; font-weight: normal; }
.textColor { font-size: 11px; line-height: 14px; margin-bottom: 10px; }
input:focus { outline: none; }
.roundedT { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.roundedB { -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.rounded { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.roundedB3 { -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.roundedS {  }
.roundedLL {-webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.roundedL { /* -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; */ }
.rt, #productsBox .productsWI table .right b { -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; }
.shadowS { -moz-text-shadow: 1px 1px 1px #666; -webkit-text-shadow: 1px 1px 1px #666; text-shadow: 1px 1px 1px #666; }
.shadowW { -moz-text-shadow: 1px 1px 2px #fff; -webkit-text-shadow: 1px 1px 2px #fff; text-shadow: 1px 1px 2px #fff; }
.shadowB { -moz-text-shadow: 1px 1px 0px #fff; -webkit-text-shadow: 1px 1px 0px #fff; text-shadow: 1px 1px 0px #fff; }
.shadowG { -moz-text-shadow: 1px 1px 1px #000; -webkit-text-shadow: 1px 1px 1px #000; text-shadow: 1px 1px 1px #000; }
.gradient1 { background: #ff3019; /* old browsers */background: -moz-linear-gradient(top, #ff3019 0%, #9B0303 100%); /* firefox */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#9B0303)); /* webkit */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#9B0303',GradientType=0 ); /* ie */background: -o-linear-gradient(top, #ff3019 0%,#9B0303 100%); /* opera */ }
.gradient2 { background: #BF1313; /* old browsers */background: -moz-linear-gradient(top, #BF1313 0%, #6B0202 100%); /* firefox */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BF1313), color-stop(100%,#6B0202)); /* webkit */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF1313', endColorstr='#6B0202',GradientType=0 ); /* ie */background: -o-linear-gradient(top, #BF1313 0%,#6B0202 100%); /* opera */ }
.boxShadow { -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.2); -moz-webkit-shadow: 2px 2px 4px rgba(0,0,0,0.2); box-shadow: 2px 2px 4px rgba(0,0,0,0.2) }
.boxShadow2 { -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4),0px 0px 2px #DBD4C1; -moz-webkit-shadow: 2px 2px 4px rgba(0,0,0,0.4),0px 0px 2px #DBD4C1; box-shadow: 2px 2px 4px rgba(0,0,0,0.4),0px 0px 2px #DBD4C1; }
.clear { clear: both; height: 2px; }
.clearL { clear: left; }
.hidden	{ display: none; }
.free10 { height: 10px; clear: both; }
.error { color: red; }
.red { color: red!important; }
label[class="error"] { color: #fff!important; background-color: #D4002D; height: 12px; line-height: 11px; z-index: 2500; font-size: 9px; padding: 1px 3px 0; border-radius: 3px; position: relative; top: 1px; left: 1px; }
label[for="agb"] { position: relative; top: -3px; left: 8px; }
.mMenuC .right { float: right!important; }
#deco_fixed_bottom  { display: none; }
@media (min-height: 840px) {
	#deco_fixed_bottom { display: block; height: 507px; width: 100%; position: fixed; bottom: 0; left: 0; background: url('../images/decoration.jpg') no-repeat center top #181415; }
}
.hideme { display: none; }

#startpage_image_nav { width: 650px; }
#startpage_image_nav  a { z-index: 1; border: 1px solid #EDE2DA; position: relative; background-color: #FCF9F7; border-radius: 3px; line-height: 100%; padding: 5px; display: block; text-align: left!important; margin-bottom: 7px;  overflow: hidden; transition: all 350ms; }
#startpage_image_nav  a span { text-transform: uppercase; color: #393939; display: block; margin-bottom: 23px; }
#startpage_image_nav  a:hover { z-index: 2; box-shadow: 4px 4px 4px #C4AE96; background: #fff; color: #fff; }
#startpage_image_nav  a.full { clear: both; width: 638px!important; font-size: 28px; height: 131px; background-image: url('../files/lines_full.png'); background-position: 0px 37px; background-repeat: no-repeat;  }
#startpage_image_nav  a.half { width: 310px!important; height: 110px; font-size: 28px; background-image: url('../files/lines_half.png'); background-position: 0px 37px; background-repeat: no-repeat;  }
#startpage_image_nav  a.left { float: left; }
#startpage_image_nav  a.right { float: right; }
hr { height: 1px; border: none; margin: 10px 0;
background: #d2544f;
background: -moz-linear-gradient(left, #d2544f 0%, #c70601 100%);
background: -webkit-linear-gradient(left, #d2544f 0%,#c70601 100%);
background: linear-gradient(to right, #d2544f 0%,#c70601 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2544f', endColorstr='#c70601',GradientType=1 );
}

label label[class="error"] { margin-left: 4px; width: 320px; height: 125px; }
#hiddenMessages { display: none; }
#message { color: #333; font-size: 1.1em; line-height: 1.2em; }
#message  h2 { margin:  2px 0 10px; line-height: 112%; color: #B40D0D!important; }
textarea { font-size: 100%; font-family: Helvetica, Arial, Tahoma, sans-serif; }
.left { float: left; }
.oHide { overflow: hidden; }
.noPad { padding: 0!important;; background: none!important;; border:  none!important; margin: 0!important; }
.noPad strong { font-weight: normal; }
.sliderIn h1,.sliderIn p, .sliderIn h2 { position: absolute; font-size: 16px; bottom: -5px; text-align: right; right: 3px; color: #F45A04; font-weight: bold; font-style: italic; margin: 15px 0 9px; /* text-shadow: 1px 1px 2px #fff */;}
#setLocaleh2 { color: #C62875; font-size: 16px; padding-bottom: 4px; font-weight: bold; text-align: center; }
.chlog { float: right; }
.headerCol { margin-bottom: 5px; }
.mov_value { text-align: right; padding: 4px 13px 4px; font-size: 11px; opacity: 0.65; }
.mov_value a { cursor: pointer; }
.mov_value a:hover { text-decoration: underline;  }
.menu_select_wrapper { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 25%; height: 50px; position: relative; float: left; overflow: hidden; padding: 5px; }
.menu_select_wrapper .selectBox { box-sizing: border-box; width: 97%!important; position: absolute; padding: 1px 0; }
a.selectBox span  { color: #393939; }
.msw25 { width: 25%; }
.msw50 { width: 50%; }
.msw33 { width: 33.3%; }
#combi_selector_wrapper { width: 99.2%; paddiong: 0 6px 0 0; transition: all .2s linear; }
#combi_selector_wrapper.highlight { background: #FC0; }
#header_backlink { opacity: 0.75; display: none; position: absolute; font-weight: 500; text-transform: normal; top: 0; font-weight: 300; right: 0; text-align: right; background: #fff; color: #848c91; padding: 1px 4px 0; font-size: 11px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
#header_backlink a { color: #3F494F; display: inline-block; padding: 0 2px; }

/*
.message { background-color: red; height: 12px; line-height: 11px; padding: 0 3px; z-index: 2500; font-size: 9px;  }
*/

/* votingBox */
#votingBox { padding: 6px; font-family: 'Rosario',sans-serif;  }
#votingBox h2 { margin: 0px 3px 2px; font-size: 16px; }
#votingBox .votes { padding: 5px 8px; margin-top: 6px; }
#votingBox .vName { letter-spacing: 0.02em; font-size: 125%; font-weight: bold; margin-bottom: 0!important; color: #fff!important; }
#votingBox .vName span { font-style: italic; }
#votingBox .vText { font-size: 12px; font-style: italic; line-height: 16px; }
#votingBox .frame4 { background-color: #870101 }


/* header */
#header { height: 143px;; position: relative; margin: 0 auto; }
#logoBox { height: 62px; float: left; position: relative; margin-top: 4px; z-index: 2; }
#logoBox #logo { height: 150px; width: 500px; float: left; }
#logoBox img { /* padding-top: 2px; */ max-width: 309px; }
#mainMenuBox { position: absolute; bottom: 9px; left: 0px; margin: 0 0 0px; padding: 0 0 7px; width: 100%; }
#sMenuBox { width: 1000px; margin-bottom: -1px; }
#content #sMenuBox { width: 1000px; margin-bottom: 10px; }
.mMenuT { height: 10px; background:url(../images/templ-01/cBlock-T.png) no-repeat; }
.mMenuB { height: 15px; background:url(../images/templ-01/cBlock-B.png) no-repeat; }
.submenu { padding-right: 15px; }
.submenu #sub_nav_arrow  { display: block; float: left; margin: 0 10px 0 0; }
.mMenuC { overflow: hidden; margin: 0 0 0px 0; padding: 0px; }
.submenu { margin: 4px 0; }
#content .submenu { margin: -2px 0 0; padding-bottom: 6px; padding-left: 29px; border-bottom: 1px dashed #efebe5; background: url('../images/arrow_submenu.png') no-repeat 0 6px; }
.submenu  .mLink:not(.active) {  }
.submenu  .mLink:hover { color: #fff!important; }
.submenu .mLink  { padding: 3px 9px !important; }

#inlineContent { /* text-transform: uppercase; */ font-size: 13px; padding: 10px 16px 10px 10px; line-height: 16px; }

.mMenuC2 { clear: left; overflow: hidden; margin: 0 0 9px 0; padding: 0 0; }
.mLinksBox { /*float: right;*/ cursor: pointer; width: 100%; padding-top: 2px; }
.mLinksBox .chlog { text-decoration: none; color: #F60; }
.mMenuC #mLinksBox ul li {  font-weight: bold; font-size: 13px; width: 30px; height: 90px; text-align: center; display: block; float: left; overflow: hidden; }
.mMenuC #mLinksBox ul li p { width: 30px; height: 90px; float: left; position: relative;  }
.mMenuC #mLinksBox ul .active { width: 300px; }
.mMenuC #mLinksBox ul li span { width: 270px; height: 90px; display: block; float: left;  }
.mLinksBox .mLink, #mLinksBox .active { font-weight: normal; margin-left: 10px; font-size: 12px; }
.mLinksBox .mLink {  }
.mLinksBox .mLink:hover, .mLinksBox .mLink:active {  }
.mLinksBox .active {  }

#sliderHeader { width: 410px; height: 130px; float: right; margin: 26px 10px 0 0; overflow: hidden; }
.sliderIn {width: 410px; height: 130px; position: relative; }
.hImgRight { bottom: 0; position: absolute; right: 0px; }
.hImgRight2 { bottom: 0; position: absolute; right: 5px; }
.hImgLeftBottom { bottom: 0; position: absolute; right: 0; }

/*  popUpExtras  */
#popUpExtras { width: 718px; padding: 5px; color: #fff; overflow: hidden; } /*  width 718 */
.cartPage #popUpExtras { width: 1000px; padding: 5px; background: none; }
#popUpExtras img { display: block; margin-bottom: 10px; }
#popUpExtras #mainProduct { overflow: hidden; padding-left: 3px; }
#popUpExtras #mainProduct p, #extras p { color: #333; width: 600px; font-size: 220%; float: left; padding: 5px 3px 2px; font-weight: 500; text-transform: uppercase; }
#popUpExtras #mainProduct p span, #extras p span { display: block; font-size: 60%; padding-top: 9px; font-weight: normal; /* color: #fff; */ }
#popUpExtras #mainProduct #pricePur, #extrasBox #priceExtras, #allPrice { float: right; padding: 7px 6px; font-size: 140%; font-weight: normal; }
#extras { clear: both; overflow: hidden;  }
#extras p {  color: #f60; width: 200px; float: left; font-size: 14px; padding: 3px 3px 1px 3px; font-weight: normal; }
#extrasBox, #extrasList, #mainProduct { /* background-color: #780000; overflow: hidden; border: 1px solid #990000; border-radius: 5px; */ }
#extrasBox { min-height: 31px; overflow: hidden; }
#extrasBox button { margin-bottom: 3px; }
#extrasBox p { width: 600px; padding: 4px 4px 1px 4px; float: left; }
.eDes span {  }
#extrasBox button { margin: 2px; }
#extrasBox #priceExtras {  }
#extrasBox #noExtras { padding: 5px 6px 0; float: left; }
#allPriceBox { margin-top: 10px; overflow: hidden; }
#extrasBox { min-height: 31px; overflow: hidden; background: #FAF8F6; border: 1px solid #E4DED6; }
#allPriceBox #allPrice { font-size: 15px; margin-bottom: 5px; height: 20px; }
#allPriceBox #allPrice p { float: right; height: 30px; text-align: right; /* width: 109px; */ font-size: 200%; }
#allPriceBox #allPrice b { font-weight: normal; text-align: right; }
.eDes { height: 16px; }
#extrasList .eDes { display: block; }
.eDes span{ float: left; clear: both; padding: 2px 0 8px 7px;  color: #333; font-size: 20px; }
.extra_seperator span { clear: both; color: #444; display: block; font-size: 125%; padding-bottom: 2px; padding-left: 1px!important; width: 100%; font-weight: 500; }
#popUpExtras hr { clear: both; margin: 20px 0!important; background: #F1F4E7!important; }
#orderNow,#editNow { float: right; clear: right; height: 35px;}
#orderNow button,#editNow button{ height: 28px !important; padding: 5px 10px !important; height: inherit !important;, margin-top: 5px; }
#orderNow button .cartSym, #editNow button .cartSym { display: block; float: left; margin: -2px 4px 0 0 }
#allPrice span { display: block; float: left; font-size: 100%; font-weight: normal; margin-right: 10px; margin-top: 5px; }
.delExtra { background-color: red; padding: 0 4px 0 0; }
.myCart { background-image: url(../images/myC.png); width: 18px; height: 14px; display: block; float: left; margin-right: 8px; }
.popUpButton { border: none; }

#extrasList { padding: 3px 4px 4px 6px; clear: both; }
#extrasList.highlight { background: #FC0; transition: all .2s linear; }
#extrasList button, #extrasBox button { clear: both; font-size: 11px; text-align: left; }
#popUpExtras button { height: 22px; outline: none; }
#extrasList button { width: 172px; margin: 0 0.2em 2px 0; -moz-text-shadow: 1px 1px 1px #780000; cursor: pointer; }
/* #extrasList button:nth-child(4n+4) { margin: 0 0 0 0; } */
#extrasList button .l { float: left; }
#extrasList button .r { text-align: right; color: #fff; display: inline; float: right; }
#extrasList button sup { font-size: 7px; margin-left: 2px; opacity: 0.6; }

/*
#extrasBox button span { padding: 0 2px; color:#000; }
#extrasBox button span:hover { background-color: red; color: #fff; }
*/

/* content */
#content { clear: both; margin: 4px 0 15px 0; padding: 11px; border-radius: 3px; background: #C70601; border: none; box-shadow: 0 -1px 9px #810602; }
.mMenuC2 {  }
#productsBox table td sup, #deals table td sup, .productsWI sup { position: relative; top: 1px; padding: 0 2px; font-size: 8px; }
.mMenuC2 #productsBox{ width: 650px; float: left; margin-bottom: 10px; }
.mMenuC2 #deals { width: 650px; float: left; }
#productsBox {  }


#productsBox table, #deals table { border: none; width: 100%; margin-bottom: 3px; /* border-radius: 3px; */ }
#productsBox table[rel="link"], #deals table[rel="link"] { cursor: pointer; }
#popUpExtras #mainProduct p {  }
#productsBox table td, #deals table td { color: #dc8879; line-height: 120%;  padding: 4px 6px; }
#productsBox table td b, #deals table td b  { color: #fff; font-size: 1.1em; display: block; padding-bottom: 2px; text-transform: uppercase; }
#productsBox table td b .pro_id { color: #986558; }
#productsBox .seperator td { padding-left: 0px; margin-left: -2px; }
#productsBox .seperator b, #productsBox .seperator h2, #deals .seperator b, .noPad h2 { text-shadow: 3px 3px 5px #660300; line-height: 32px; font-size: 28px; letter-spacing: 0.025em; }

#productsBox .seperator h2, .noPad h2 { font-family: "Pacifico",sans-serif; line-height: 100%; margin: 0px 0 4px; font-weight: normal;  }
.noPad h2 { font-weight: normal; }
 #productsBox .seperator p { padding-bottom: 5px; max-width: 70%; line-height: 16px; font-size: 13px; font-weight: 300; }
.html_block p, .html_block p b { text-transform: none!important; display: inline!important; }
#productsBox .seperator .right span { position: relative; font-size: 12px; top: 6px; display: block; text-align: center; padding: 3px 0 1px!important; width: 85%; color: #fff; left: 2px; background: #3F494F; margin: 0 auto; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
#productsBox .seperator_img .right span , .seperator:not(.seperator_img) { /* background: #d3d254; color: #fff;
background: -moz-linear-gradient(top, #d3d254 0%, #9e9f13 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d254), color-stop(100%,#9e9f13))!important;
background: -webkit-linear-gradient(top, #d3d254 0%,#9e9f13 100%)!important;
background: -o-linear-gradient(top, #d3d254 0%,#9e9f13 100%)!important;
background: -ms-linear-gradient(top, #d3d254 0%,#9e9f13 100%)!important;
background: linear-gradient(to bottom, #d3d254 0%,#9e9f13 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d254', endColorstr='#9e9f13',GradientType=0 )!important; */ }
#productsBox .seperator_img .right span { top: 7px; border-bottom: none!important; }
.html_block h2 {
    font-size: 32px !important;
    font-weight: normal;
    margin: 5px 0 0 !important;
    padding-left: 0;
    text-shadow: 3px 3px 5px #660300;
}

.seperator_img { /* border: none!important; */ }

.sep_line { position: relative; top: -8px; }
.seperator:not:contains('cm') { border-bottom: none!important; }




#productsBox .products { position: relative; z-index: 2; transition: all 250ms; border-bottom: 1px dashed #D96460; }
#productsBox .products:hover { z-index: 3; box-shadow: 6px 10px 10px #8D0300; }
#productsBox .products:hover td b { color: #AED382; }
#productsBox .products td.list_namebox { transition: all 550ms; background: no-repeat 88% center; height: 35px; padding-right: 55px; cursor: default; }
#productsBox .products:hover td.list_namebox { background: url(../images/arrow_right.png) no-repeat 98% center; }


#productsBox .seperator td, #deals .seperator td { padding: 5px 6px 0 0; line-height: 100%; }
#productsBox .oneline, #deals .oneline { padding: 6px 0;  }
#productsBox table .right, #deals table .right { text-align: center; width: 10.5%; vertical-align: middle; }
#productsBox table .right a, #deals table .right a { color: #fff; text-decoration: underline; font-size: 16px; font-weight: bold; cursor: pointer; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease;}
/* #productsBox .seperator, #deals .seperator {  } */
#productsBox .seperator td, #deals .seperator  td { padding-top: 0; }
#productsBox .seperator td, #productsBox .seperator .right, #deals .seperator td, #deals .seperator .right { vertical-align: bottom; font-weight: normal; }
#productsBox .productsWI table tr { float: right; }
#productsBox .seperator { background: none; clear: both; }
#productsBox .seperator.seperator_img { /* border-bottom: none; */ }
#productsBox .seperator.seperator_img td { padding-bottom: 1px; font-weight: 300; font-size: 16px; }
#productsBox .seperator.seperator_img  h2 { position: relative; /* font-weight: 300; font-size: 42px; */ }
#productsBox .productsWI table .right a .p2  { padding: 9px 0 8px; }
.seperator:not(.seperator_img) { padding: 0 5px 0 0!important;  margin: -2px 0 0 0!important; }
.seperator:not(.seperator_img) h2 { font-size: 20px; }
.seperator:not(.seperator_img)  .right span { top: 3px!important; padding: 1px 0 2px!important; }
.seperator.sep_nth2:not(.seperator_img) { padding-top: 25px!important; }

table.seperator.not(.seperator_img) { border: none!important; }

/*  products withImage  */
#productsBox .wi { width: 320px; height: 135px; border: 1px solid #EFEBE5; margin: 0 0 9px 0; float: left; position: relative; overflow: hidden; }
#productsBox .wi:not(.productsWIXL):nth-child(2n+1) {float: right; margin-left: 0; }
#productsBox .productsWI.r { float: right; margin-right: 0; }
#productsBox .productsWI .aimg { width: 100px; height: 110px; display: block; float: left; }
#productsBox .productsWI .r { width: 196px; position: absolute; right: -1px; top: 0; overflow: hidden; margin-top: 10px; border-left: 1px solid #EFEBE5; border-top: 1px solid #EFEBE5; border-bottom: 1px solid #EFEBE5; }
#productsBox .productsWI .r h3 { padding: 3px 3px 3px 5px; font-size: 17px; font-weight: normal; text-transform: uppercase; background-color: #EFEBE5; color: #3F494F; }
#productsBox .productsWI .r p { background-color: rgba(255, 255, 255, 0.85); color: #3F494F; line-height: 12px; font-size: 12px; padding: 4px 3px 4px 5px; }
#productsBox .productsWI a[rel] { cursor: pointer; /* color: #C2272D; font-size: 14px; color: #ED5F00; */ }
#productsBox .productsWI a[rel] { /* text-shadow: -2px 0 1px #FFFFFF, 0 2px 1px #FFFFFF, 2px 0 1px #FFFFFF, 0 -2px 1px #FFFFFF, 3px 3px 3px #888888: */ }
#productsBox .productsWI table { overflow: hidden; bottom: 0; width: 300px; position: absolute; right: 0; padding-bottom: 0; background: none!important; }
#productsBox .productsWI table .right a { width: 68px; padding: 0; text-align: center; overflow: hidden; display: block; background-color: #fff; color: #ffc43b; border: 1px solid #EFEBE5; }
#productsBox .productsWI table .right a span { font-size: 15px; font-weight: 500; display: block; padding: 0px 0 4px; color: #000;  }
#productsBox .productsWI table .right b { font-size: 11px; background: #EFEBE5; height: 15px; position: relative; top: 0; margin-bottom: 3px; font-weight: normal; line-height: 15px; }
#productsBox .productsWI table .right { height: 26px; padding: 1px 2px!important; }
#productsBox .productsWI table td b { padding: 0; }
#productsBox .productsWI table td { width: inherit; }
#productsBox .productsWI .p_deal { position: absolute; top: -1px; left: -1px; z-index: 5; }

#productsBox .productsWIXL { width: 650px; float: none!important;}
#productsBox .productsWIXL .r { width: 340px; }
#productsBox .productsWIXL table .right a  { width: 85px; height: 44px; }
#productsBox .productsWIXL .r h3 { font-size: 20px; padding: 7px 4px 7px 5px; }
#productsBox .productsWIXL .r p { font-size: 13px; line-height: 15px; padding: 4px 5px; }
#productsBox .productsWIXL table .right a span { padding: 4px 0 4px 0; font-size: 16px; }
/* #productsBox .productsWIXL table .right a { width: 75px; } */
/* #productsBox .productsWIXL table .right b { height: 16px; } */

/* logedIn */
.loginText { color: #999; }
.loginText span { float: right; }
.loginText span button {  margin: -10px 10px 0 0;  }
.loginText span button: hover { }

/* cart  */
#cart { margin-right: 6px; }
#cart ul li{ list-style-type: none; /*display: block;*/ color: #fff; background-color:  #990000; margin-bottom: 2px; padding: 1px 5px 2px 4px; font-size: 120%; font-weight: bold; }
#cart ul li span { float: right; font-weight: normal; }
#cart ul li ul li span { float: right; font-weight: normal; }
#cart ul li ul li { display: block; clear: both; font-size: 0.85em; padding: 0 2px 0 2px; height: 13px; background-color: #660000; color: #FFCC99; font-weight: normal; line-height: 100%; }
#cart ul li .price, #cart ul li .preprice { padding-right: 2px; }
#cart ul li .price { color: #333; }
#cart ul li ul li .delCartExtra { margin-right: 10px; display: none; cursor: pointer; padding: 0 3px; font-size: 9.5px;}
#cart ul li ul li .delCartExtra:hover {  }
#cart ul li ul li .delCartExtra:hover { background-color: #C00; }
#cart ul li ul li:hover .delCartExtra { display: inline;  }
#cart ul li b { font-weight: normal;  width: 210px; display: block; float: left; }
#cart ul li p { clear: right; padding: 1px 0 2px; overflow: hidden; }
#cart ul li .total { font-size: 1.2em; }
#cart button { text-decoration: none; padding: 0px 2px!important; margin: 2px 2px 0 0; font-weight: 300!important; border: none; color: #000; border: none; color: #000; font-size: 9px; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#cart button:hover {  }
@media all and (-webkit-min-device-pixel-ratio:1) {
	#cart button { padding: 1px 4px!important; }
}

/* orderBox  */
.mMenuC2 #orderBox { width: 314px; padding: 0px; float: right; margin-bottom: 10px; }
.mMenuC .mLink {font-size: 18px; margin: 1px 4px 0 12px; float: left; }
.mMenuC .left { margin-left: 10px; font-weight: bold; }
.formBlock {  }
#orderForm { overflow: hidden; }
#submitOrder { background: inherit; background-color: inherit; float: left; clear: both;  text-decoration: none; padding: 3px 8px; border: none; color: #000; font-size: 11px; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
input[type="submit"], button[type="submit"], .cssbutton { text-decoration: none; padding: 3px 8px; border: none; color: #000; font-size: 11px; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #feccb1; background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); background: -o-linear-gradient(top, #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);  }
input[type="submit"]:hover, input[type="submit"]:active, button[type="submit"]:hover { color: #fff; background: #EF6E5D; /* old browsers */background: -moz-linear-gradient(top, #EF6E5D 0%, #ea2803 46%, #E55039 48%, #ff6600 72%, #c72200 100%); /* firefox */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EF6E5D), color-stop(46%,#ea2803), color-stop(48%,#E55039), color-stop(72%,#ff6600), color-stop(100%,#c72200)); /* webkit */ background: -o-linear-gradient(top, #EF6E5D 0%,#ea2803 46%,#E55039 48%,#ff6600 72%,#c72200 100%); /* opera */}
@media all and (-webkit-min-device-pixel-ratio:1) {
	input[type="submit"], button[type="submit"], .cssbutton { padding: 5px 9px!important; }
}
.LL { width: 231px; }
.LL input { width: 220px; }
.LT { width: 285px; }
.LT textarea { width: 289px; max-width: 289px; min-width: 289px; height: 80px; max-height: 100px; }
.LT input { width: 289px; }
.LM { width: 150px; }
.LM input { width: 139px; }
.LS { width: 67px; }
.LS input { width: 57px; }
.LXS { width: 100%; margin: 5px 0 0 1px; }
.LXS input { border: none; background-color: transparent; }
.LXS .first {  float: left; width: 20px; margin-left: -3px; }
.LXS .last { width: 269px; padding: 3px 6px 0 4px; float: right; line-height: 14px; font-size: 11px;  }
.LXS .last a { display: inline; float: none;}
.LM, .LS, .LL, .LT { margin-bottom: 5px; }
.LL input, .LS input, .LM input, .LT input { /* height: 14px; */ }
input[type="text"], input[type="password"], textarea, #payments select { border-radius: 3px; overflow: hidden; padding: 2px 3px; background-color: #fff; border: none; -webkit-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }
#jobsform input[type="text"], #jobsform textarea { border-radius: 3px; overflow: hidden; padding: 2px 3px; background-color: #fff; border: none; }
input:focus[type="text"], input[type="password"]:focus, textarea:focus {  box-shadow: 3px 4px 6px #D0CAC0; }
input[type="text"],input[type="password"] { font-size: 12px; }
#logInBox {  }
#logInBox p { display: inline; }
#logInBox a { display: block; float: right; margin: 2px 9px 0 -1px; text-transform: uppercase; }
.oBoxTitle { font-size: 160%; text-transform: uppercase; font-weight: 400; padding: 5px 0; }
.fBox { float: left; }
.fBox p, .fBoxradio p { font-size: 12px; height: 100%; color: #5E5E5E; padding: 0 2px; }
.fBoxradio { clear: both; float: left; color: #333; width: 100%; }
.fBoxradio label { margin: 0 10px 0 -4px; }
.fBoxradio input { margin-right: 5px; background-color: transparent !important; border: none !important; }
#sendOrderBox { margin-top: 10px; }
#fPrice { font-size: 13px;  padding: 10px 2px 2px 0px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); margin: 0 10px 0 0; clear: both; }
#fPriceRight { float:right; font-size: 16px; font-weight: bold;  }
#sCostsB, #sPledgeB { color: #ffc43b;  padding: 2px 4px 2px 4px; margin: 5px 8px 0 3px; float: right; width: 140px; font-size: 11px; box-sizing: border-box; clear: both; }
#sCosts, #pledge_costs, #discount_val  { float: right; font-size: 11px; font-weight: normal;  }
#fPriceRight{ float: right; font-size: 16px; font-weight: bold; }
#sendOrder  { padding: 4px 8px;  margin: 4px; }
form button { /*-webkit-box-shadow: 2px 3px 3px rgba(58, 58, 58, 0.46), 0 0 3px #E0B6B4 inset; -moz-box-shadow: 2px 3px 3px rgba(58, 58, 58, 0.46), 0 0 3px #E0B6B4 inset; box-shadow: 2px 3px 3px rgba(58, 58, 58, 0.46), 0 0 3px #E0B6B4 inset; */ }

#discount_wrapper { background: #C22426; color: #fff; margin: 8px 8px 1px 0; box-sizing: border-box; width: 140px; padding: 2px 4px; clear: both; float: right; border-radius: 3px; }

/* voucherBox */
#voucherBox button { width: 142px; }
#voucherBox input[type="text"] { width: 135px; padding: 4px; position: relative; top: 1px; }
#voucherBox { /*overflow: hidden;*/ margin: 10px 0; }

/*  extraRules */
#productsBox table:last-child, #deals table:last-child { /* border-bottom: none!important; */ }
#productsBox div table { border: none!important; }

#headerlink { font-family: arial, sans-serif; background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); color: #555555; font-size: 10px; font-weight: 300; padding: 3px 6px 1px; position: absolute; right: 0; top: 0; }
#headerlink a { color: #FF6600; }

/* logIn, Datenschutz */
#agb { width: 550px; height: 400px; overflow: auto; padding: 15px; color: #666; }
#registerBox { width: 305px; overflow: hidden; margin: 10px auto; padding: 5px; background: #b2cb95;

	background: #eaeedd;
	background: -moz-linear-gradient(top, #eaeedd 0%, #b2cb95 100%);
	background: -webkit-linear-gradient(top, #eaeedd 0%,#b2cb95 100%);
	background: linear-gradient(to bottom, #eaeedd 0%,#b2cb95 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeedd', endColorstr='#b2cb95',GradientType=0 );}
#registerBox p { color: #333; }
#registerBox .oBoxTitle { padding-left: 5px; }
#centerMe { width: 330px; }
#register { padding-left: 5px; }
#register-agb { color: 999; padding-top: 20px;  }

/*  checkOut  */
#checkOut { padding: 6px; min-height: 180px; min-width: 420px; max-width: 420px; max-height: 200px; color: #111; overflow: hidden; /* position: relative; */ }
.coTitle { color: #111; font-size: 17px; padding-bottom: 10px; text-transform: uppercase; }
.coTitle .green { color: #390; font-weight: bold;  }
#coContent h3 { display: none; margin-top: 0; font-size: 13px; line-height: 16px; color: #C00; text-transform: uppercase; font-weight: normal; }
#coContent h3 span { color: #111; font-weight: normal; display: block; margin-top: 10px; font-size: 11px; padding: 2px 4px; background-color: #F7F7F7; border: 1px solid #ccc; border-radius: 3px; }
#social { display: none; max-width: 150px; max-height: 25px; overflow: hidden; }
.iLikeB { position: absolute; bottom: 6px; width: 83px; overflow: hidden; height: 28px; }
.plus1 { position: absolute; bottom: 6px; left: 92px; width: 35px; overflow: hidden; height: 26px; }
.tweetMe { position: absolute; bottom: 6px; left: 135px; width: 70px; overflow: hidden; height: 26px; }
#fbclose { width: 30px; height: 30px; position: absolute;  right: 0; bottom: 6px; display: none; cursor: pointer; }
#fbclose img { cursor: pointer; }

#footer { clear: both; }
#footer a { padding-right: 20px; padding: 1px 5px 1px 5px!important; color: #f7f7f7!important; margin-left: 10px!important; float: none!important; float: right!important; }
#footer a.left { float: left!important; margin-left: 0px!important; }
#footer a:hover { color: #fff!important; }
#static { width: 620px; float: left; padding: 10px 0 15px 4px; color: #f7f7f7; font-size: 127%; line-height: 16px;  }

#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('../images/fancybox/fancybox.png'); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 2650; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff;  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url('../images/fancybox/fancybox.png') -40px 0px; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url('../images/fancybox/blank.gif'); z-index: 1102; display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url('../images/fancybox/fancybox.png'); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('../images/fancybox/fancybox.png'); background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto; right: 20px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url('../images/fancybox/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url('../images/fancybox/fancybox.png'); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url('../images/fancybox/fancybox-y.png'); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url('../images/fancybox/fancybox.png'); background-position: -40px -182px; }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url('../images/fancybox/fancybox-x.png'); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url('../images/fancybox/fancybox.png'); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url('../images/fancybox/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url('../images/fancybox/fancybox.png'); background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url('../images/fancybox/fancy_title_over.png'); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; font-size: 12px; padding: 0 0 3px 0; background: url('../images/fancybox/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat; }

/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {height: expression(this.parentNode.clientHeight + "px");}
#fancybox-loading.fancybox-ie6 {position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document..clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document..scrollTop )) + 'px');}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

#fbBoxProducts { width: 310px; float: right; clear: right; margin: 15px 0 10px 0; padding: 8px 3px 8px 8px; }
#socialPro { border: 1px dashed #fff; }
#iMap { background-color: #EAE6DA; height: 230px; text-align: center; width: 800px; }
#mapBox {  height: 100%; position: relative; }
#mapBox img { position: absolute; top: 0; left: 0; }
#postCodes { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #F7F4EA; }
#mapBox h2 { font-size: 30px!important; margin: 24px 0 12px; color: #9E0501; }
#mapBox #input_box { font-size: 22px; padding: 5px; border: none; font-size: 18px; width: 390px; margin-right: 9px; margin-top: 8px; border: 1px solid #EEE7D2; }
#mapBox #input_box::-moz-selection { background: #F8C876; }
#mapBox input[type="submit"] { font-size: 16px; height: 32px; padding: 5px 30px; position: relative; top: -2px; }
#outOfTime { width: 75%; margin: 30px auto 10px; border: 1px solid #F9F8F2; }
#mapBox h3 { font-size: 14px; padding: 14px 10px 10px; line-height: 18px;  color: #8B805D; font-weight: 300; text-transform: uppercase; text-shadow: 1px 1px 1px #fff; }
#mapBox h3 span { font-size: 22px; }
#postCodes a { width: 31%; height: auto; min-height: 75px; margin: 5px; padding: 6px 0 16px; display: inline-block; position: relative; overflow: hidden; border: 1px solid #580404; }
#postCodes a:hover, #postCodes a:hover .headerCol { text-shadow: 0 0px 12px #fff; color: #fff!important; }
#postCodes a b { display: block; padding: 10px; font-size: 15px; line-height: 18px; font-weight: bold; text-align: center;  }
#postCodes a p { position: absolute; bottom: 0; left: 0; padding: 3px 0; font-size: 11px; width: 100%; border-radius:0!important; border: none!important; margin-bottom: 0; background: #3D0000; }
#postCodes a b span { font-weight: normal; }
.mapWelcome { font-size: 12px; }
.mapWelcome span { background: #fff; padding: 1px 10px; color: #222; }

/* Dropdown control */
.selectBox-dropdown { min-width: 144px; position: relative; letter-spacing: 0.035em; font-size: 110%; line-height: 130%; border: solid 1px #D0CAC0; text-decoration: none; text-align: left; color: #000; outline: none; vertical-align: middle;
background: #EAE5DE;
background: #f7f6f4;
background: -moz-linear-gradient(top, #f7f6f4 0%, #eae5de 100%);
background: -webkit-linear-gradient(top, #f7f6f4 0%,#eae5de 100%);
background: linear-gradient(to bottom, #f7f6f4 0%,#eae5de 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f4', endColorstr='#eae5de',GradientType=0 );
 -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: inline-block; cursor: default; }
.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow { border-color: #D0CAC0; }
.selectBox-dropdown.selectBox-menuShowing { -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.selectBox-dropdown .selectBox-label { padding: 2px 6px; display: inline-block; white-space: nowrap; }
.selectBox-dropdown .selectBox-arrow { position: absolute; top: 0; right: 0; width: 23px; height: 100%; border-left: solid 1px #BBB; }
/* Dropdown menu */
.selectBox-dropdown-menu { position: absolute; z-index: 99999; max-height: 200px; min-height: 1em; border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */ background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: auto; }
/* Inline control */
.selectBox-inline { min-width: 150px; outline: none; border: solid 1px #BBB; background: #FFF; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: auto; }
.selectBox-inline:focus { border-color: #666; }
/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A { list-style: none; display: block; cursor: default; padding: 0; margin: 0; }
.selectBox-options LI A { color: #000; line-height: 120%; letter-spacing: 0.035em; font-size: 10px; padding: 5px .5em; white-space: nowrap; overflow: hidden; background: 6px center no-repeat; }
.selectBox-options LI.selectBox-hover A { background-color: #EEE; }
.selectBox-options LI.selectBox-disabled A { color: #888; background-color: transparent; }
.selectBox-options LI.selectBox-selected A { background-color: #FAD1A5; }
.selectBox-options .selectBox-optgroup { color: #666; background: #EEE; font-weight: bold; line-height: 1.5; padding: 0 .3em; white-space: nowrap; }
/* Disabled state */
.selectBox.selectBox-disabled { color: #888 !important; }
.selectBox-dropdown.selectBox-disabled .selectBox-arrow { opacity: .5; filter: alpha(opacity=50); border-color: #666; }
.selectBox-inline.selectBox-disabled { color: #888 !important; }
.selectBox-inline.selectBox-disabled .selectBox-options A { background-color: transparent !important; }

.selectBox-options li a[rel="cash"],.selectBox-options li a[rel="ecash"],.selectBox-options li a[rel="paypal"], .selectBox-options li a[rel="sofort"]   { padding-left: 44px; background-image: url(../images/sprites.png); }
.selectBox-dropdown .selectBox-arrow { background-image: url(../images/sprites.png); background-position: 4px -68px; }
.selectBox-options li a[rel="cash"] { background-position: -2px -44px; }
.selectBox-options li a[rel="ecash"] { background-position: 1px -18px; }
.selectBox-options li a[rel="paypal"] { background-position: 1px 3px; }
.selectBox-options li a[rel="sofort"] { background-position: -1px -85px; }

/*  timePicker */
div.time-picker { position: absolute; height: 191px; width: 145px; /* needed for IE */ overflow: auto; background: #fff; border: 1px solid #aaa; z-index: 2502; margin: 0; }
div.time-picker-12hours { width: 6em; /* needed for IE */ }
div.time-picker ul { list-style-type: none; margin: 0; padding: 0; }
div.time-picker li { cursor: pointer; height: 10px; font: 12px/1 Helvetica, Arial, sans-serif; padding: 4px 3px; color: #333; }
div.time-picker li.selected { background: #0063CE; color: #fff; }

/* autocomplete  */

.ac_results { padding: 0px; border: 1px solid #F9F3E3; background-color: Window; overflow: hidden; z-index: 3501; border-radius: 5px; -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4); -moz-webkit-shadow: 2px 2px 4px rgba(0,0,0,0.4); box-shadow: 2px 2px 4px rgba(0,0,0,0.4); }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; bporder-radius: 5px; }
.ac_results iframe { display: none;/*sorry for IE5*/ display/**/: block;/*sorry for IE5*/ position: absolute; top: 0; left: 0; z-index: -1; filter: mask(); width: 3000px; height: 3000px; }
.ac_results li { margin: 0px; padding: 4px 5px; border-bottom: 1px solid rgba(124, 114, 99,0.1); border-top: 1px solid rgba(255,255,255,0.5); cursor: pointer; display: block; width: 100%; font: menu; font-size: 15px; overflow: hidden; color: #515151;}
.ac_loading { background : Window url('./indicator.gif') right center no-repeat; }
.ac_over { background-color: #F8C876; color: #000!important; }

#responseBox  { padding: 20px; background: #D1390A;  }
#responseBox p { font-size: 14px; margin-top: 10px; color: #000; }
#responseBox h2 { margin: 0; }
#responseBox2 { background: url("../images/pers/bodyBG.png") }

#mapBox, #responseBox, .framePopUp, .ac_results, #outOfTime { background: #efebde;
background: -moz-linear-gradient(top, #efebde 0%, #ded4b4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efebde), color-stop(100%,#ded4b4));
background: -webkit-linear-gradient(top, #efebde 0%,#ded4b4 100%);
background: -o-linear-gradient(top, #efebde 0%,#ded4b4 100%);
background: -ms-linear-gradient(top, #efebde 0%,#ded4b4 100%);
background: linear-gradient(to bottom, #efebde 0%,#ded4b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efebde', endColorstr='#ded4b4',GradientType=0 ); }

/* special for pizza mama  */
#noIce { font-size: 10px; text-align: right; color: white; margin: 4px 10px 12px 0; color: red; font-weight: bold; }

#jobs { padding-left: 5px;  }
#jobs { padding-left: 5px;  }
#jobs ul { margin-left: 20px; }
#jobs ul li {  }
#jobs .selectBox-dropdown{ font-size: 100%!important; }
#jobPage .selectBox-options li a { background: none!important; padding-left: 5px!important; }
#jobPage .selectBox-options li a:hover { background: #660000!important; color: #f7f7f7!important; }
#jobPage input[type="submit"]{ padding: 6px 12px; margin: 0px; }
#jobs h2 { text-transform: uppercase; }


#feedbackform {  }
.feedback_header { font-size: 26px; }

#footer a { font-weight: normal; font-size: 115%!important; }
#footer a.left { float: left!important; }
#footer a:last-child {  }

/* rating  */
.ratebox { width: 30%;  padding: 5px; background: #f6e5c7; float: left; border-radius: 5px!important; margin-right: 5px; }
.ratebox p { font-size: 14px; padding: 2px 0; }
#feedbackform .line { height: 1px; margin: 5px 0; background-color: #dac5a1; box-shadow: 1px 1px 0 #fff; }
.stars { margin-top: 3px; }
#feedback input[type="text"], #feedback textarea { background: #fff; }

/* reansculaent Slider */
.TB_Wrapper { position: relative; background: transparent url('../images/preloader.gif') center center no-repeat; }
.TB_Wrapper .icon { background-image: url('../images/icons.png'); background-repeat: no-repeat; }
.TB_Wrapper .timer_sprite { background-image: url('../images/timer-sprite.png'); }
.TB_Wrapper .Slides { z-index: 1; position: absolute; overflow: hidden; left: 0px; top: 0px; width: 100%; height: 100%; }
.TB_Wrapper .Slide { visibility: hidden; overflow: hidden; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: #EEEEEE url('../images/preloader.gif') center center no-repeat; }
.TB_Wrapper .Slide img { z-index: 1; position: absolute; left: 0px; top: 0px; border: 0px;  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
/* Global Description Style */
.TB_Wrapper .Slide div { z-index: 4; position: absolute; font-family: Arial, Helvetica, sans-serif; font-weight: 100; font-size: 16px; color: #FFF; }
/*Hyperlink Styles*/
.TB_Wrapper a:link { color: #FFF; text-decoration: none; }
.TB_Wrapper a:visited { color: #FFF; }
.TB_Wrapper a:hover { color: #FFF; text-decoration: underline; }
.TB_Wrapper a:active { color: #FFF; }
.TB_Wrapper .noSelect2 { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.TB_Wrapper .buttonText { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000; }
.TB_Wrapper .buttonTextSizeNormal { font-size: 12px; }
.TB_Wrapper .buttonTextSizeTouch { font-size: 16px; }
.TB_Wrapper .txtCont { z-index: 4; overflow: hidden; position: absolute; left: 0px; top: 0px; }
.TB_Wrapper .captionCanvas { position: absolute; left: 0px; top: 0px; }
.TB_Wrapper .navHolder { position: absolute; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.TB_Wrapper .rounded { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
/* For IE8 and older versions */
.TB_Wrapper .buttonShadow { z-index: 1; position: absolute; background-color: #000000; left: 0px; top: 0px; width: 100%; height: 100%; filter: alpha(opacity=10); }
.TB_Wrapper .buttonAlpha { z-index: 2; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; filter: alpha(opacity=35); }
.TB_Wrapper .buttonTopBot { z-index: 3; position: absolute; left: 1px; right: 1px; top: 0px; height: 100%; filter: alpha(opacity=100); }
.TB_Wrapper .buttonCent { z-index: 4; position: absolute; left: 0px; top: 1px; width: 100%; filter: alpha(opacity=100); }
.TB_Wrapper { max-width: 650px; height: 250px; overflow: hidden; margin-bottom: 15px; }
.TB_Wrapper .txtCont .sl_title { font-size: 16px; font-weight: bold; }
.TB_Wrapper .txtCont .sl_text { font-size: 11px; margin: 0!important; }
.TB_Wrapper .txtCont hr { margin: 2px 0; background: rgba(255,255,255,0.4); }
.TB_Wrapper .txtCont { width: 550px!important; padding: 0!important; }

/*  sliders translucent  */
/*  sli_translucent  */
.sli_translucent { margin-bottom: 10px; }
.sli_translucent .txtCont .sl_title, .sli_translucent .txtCont .sl_text {  display: block;  }
.sli_translucent .txtCont .sl_title { }
.sli_translucent .txtCont .sl_text { }
*  sliders translucent  */
/*  sli_translucent  */
.sli_translucent { margin-bottom: 10px; }
.sli_translucent .txtCont .sl_title, .sli_translucent .txtCont .sl_text {  display: block;  }
.sli_translucent .txtCont .sl_title { }
.sli_translucent .txtCont .sl_text { }

/*  easy_slider */
.sli_cycle_wrapper { margin-bottom: 0px; margin-top: 0; position: relative; text-transform: uppercase; overflow: hidden; }
.sli_cycle {  position: relative; }
.sli_cycle img { position: absolute; top: 0; left: 0; z-index: 1; }
.sli_cycle .txtCont { position: absolute; bottom: 0; left: 0; width: 650px; z-index: 2; background: rgba(0,0,0,0.3); }
.sli_cycle .txtCont .sl_title, .sli_cycle .txtCont .sl_text  { border-radius: 4px;  opacity: 0;}
.sli_cycle .txtCont .sl_title {  position: absolute; bottom: 97px; left: 18px; max-width: 80%; font-weight: normal; font-size: 22px; background: #BD0B1D; color: #fff; padding: 5px 10px; line-height: 100%; }
.sli_cycle .txtCont .sl_text { position: absolute; bottom: 68px; left: 18px; font-size: 14px; background: #fff; color: #3f494f; padding: 5px 10px; }
.sli_cycle .txtCont .sl_title, .sli_ahow .txtCont .sl_text { -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease; transition: all 500ms ease; }
.sli_ahow .txtCont .sl_title, .sli_ahow .txtCont .sl_text { opacity: 1; -moz-transform: translateY(+50px); -webkit-transform: translateY(+50px); -ms-transform: translateY(+50px); transform: translateY(+50px); }
.sli_cycle_pager { position: absolute; bottom: 13px; right: 5px;  z-index: 5; }
.sli_cycle_pager a {
	display: block; float: left;  margin: 0 3px; padding: 2px; width: 1px; height: 1px; border-radius: 50%; overflow: hidden; text-indent: 100px; text-align: center; background: #fff; border: 1px solid rgba(255,255,255,0.4); background: rgba(255,255,255,0.5); box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.sli_cycle_pager a.activeSlide, .sli_cycle_pager a:hover { background: #fff; }

/*  marque */
#marquee_wrapper { width: 646px; margin: 5px 0 8px; text-transform: uppercase; background: #880400; border: 1px solid #6f0400; overflow: hidden; padding: 2px; border-radius: 4px; }
ul.marquee { /* box-shadow: 0 0 5px #731616 inset;*/ padding: 0 2px; border-radius: 1px; left: -2px; display: block; padding: 0; margin: 0; list-style: none; line-height: 1; position: relative; overflow: hidden; width: 650px; height: 19px; }
ul.marquee li { color: #fff ; position: absolute; top: -999em; left: 0; display: block; white-space: nowrap; font-size: 13px; padding: 4px 5px; }
ul.marquee li a { color: #792F1B; }
ul.marquee li a:hover { text-shadow: 0 0 5px #fff; color: #000; }
ul.marquee.label_true { width: 529px; float: right; }
.marquee_labels { float: left; width: 114px; background: #C70601; color: #fff; overflow: hidden; list-style-type: none;
-webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.marquee_labels li { color: #fff; font-size: 13px;  padding: 3px 5px; text-align: center; font-weight: bold; }
/*
#marquee_wrapper { background: #fdcb64;
background: -moz-linear-gradient(top, #fdcb64 0%, #f8a52f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdcb64), color-stop(100%,#f8a52f));
background: -webkit-linear-gradient(top, #fdcb64 0%,#f8a52f 100%);
background: -o-linear-gradient(top, #fdcb64 0%,#f8a52f 100%);
background: -ms-linear-gradient(top, #fdcb64 0%,#f8a52f 100%);
background: linear-gradient(to bottom, #fdcb64 0%,#f8a52f 100%);
}
*/


.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: 5;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.blink_short {
    animation-duration: 0.7s;
    animation-name: blink_short;
    animation-iteration-count: 3;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: blink_short;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}
@keyframes blink_short {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blink_short2 {
    animation-duration: 0.7s;
    animation-name: blink_short2;
    animation-iteration-count: 5;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: blink_short2;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}
@keyframes blink_short2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}




#fb_wrapper2 { background: url(../images/like_bg.png) transparent; padding: 10px; height: 176px;width: 650px; box-sizing: border-box; }
div.fb-page { float: right; width: 500px; }


#image_nav_wrapper { height: 160px; }
#image_nav_wrapper hr { clear: both; }

.image_nav_wrapper_sha { width: 147px; height: 147px; border-radius: 50%; transition: all 250ms; display: block; float: left; margin: 0 18px 15px 0; }
.image_nav_wrapper_sha:hover { box-shadow: 8px 8px 10px #4B0200; transform: scale(1.05); }
/* #image_nav_wrapper .image_nav_wrapper_sha:last-child { margin-right: 0 } */
.image_nav_wrapper_sha:nth-child(4n) { margin-right: 0;  }

#image_nav_wrapper a { margin-right: 15px; transition: all 250ms;  border: 3px solid #C70601; position: relative; border-radius: 50%; display: block; float: left; overflow: hidden; width: 147px; height: 147px; }
#image_nav_wrapper a:last-child { margin-right: 0; }
#image_nav_wrapper a img { z-index: 0; }
#image_nav_wrapper a span { z-index: 1; padding: 10px 0 22px; font-family: "Pacifico",sans-serif; position: absolute; bottom: 0; display: block; text-align: center; color: #fff; width: 147px; font-size: 20px; font-weight: 300; text-decoration: none; }
