@CHARSET "UTF-8";

@font-face {
    font-family: 'titillium';
    src: url('../font/titilliumtext22l002.eot');
    src: url('../font/titilliumtext22l002.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumtext22l002.woff') format('woff'),
         url('../font/titilliumtext22l002.ttf') format('truetype'),
         url('../font/titilliumtext22l002.svg#titilliumtext22llight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'titillium';
    src: url('../font/titilliumtext22l003.eot');
    src: url('../font/titilliumtext22l003.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumtext22l003.woff') format('woff'),
         url('../font/titilliumtext22l003.ttf') format('truetype'),
         url('../font/titilliumtext22l003.svg#titilliumtext22l_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'titillium';
    src: url('../font/titilliumtext22l004.eot');
    src: url('../font/titilliumtext22l004.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumtext22l004.woff') format('woff'),
         url('../font/titilliumtext22l004.ttf') format('truetype'),
         url('../font/titilliumtext22l004.svg#titilliumtext22l_ltmedium') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'titillium';
    src: url('../font/titilliumtext22l005.eot');
    src: url('../font/titilliumtext22l005.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumtext22l005.woff') format('woff'),
         url('../font/titilliumtext22l005.ttf') format('truetype'),
         url('../font/titilliumtext22l005.svg#titilliumtext22l_rgbold') format('svg');
    font-weight: 900;
    font-style: normal;
}

#headerFrame {
	height: 185px;
	position: relative;
	font-size: 14px;
}

#headerFrame li {
	line-height: 23px;
}

#headerFrame ul li {
	background: none;
}

.a24-forBlind {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.a24-centered {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.frameContent {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#logo {
	background-image: url('../img/a24-logo-active24.png');	/**FIXME**/
	background-repeat: no-repeat;
	background-position:center;
	display: block;
	width: 139px;
	height: 107px;
	position: absolute;
	top: 50px;
	left: -12px;
}

#menu {
	position: absolute;
	top: 48px;
	z-index: 100;
	width: 1000px;
}

.block {
	margin-bottom: 20px;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

#serviceButtons {
	position: relative;
	top: 10px;
}

#serviceButtons > * {
	float: right;
	margin-left: 20px;
}

#serviceButtons > span#current-user-info {
	margin: 4px 0 0 10px;
	height: 22px;
}

#serviceButtons .cartIcon {
	position: relative;
	padding: 0 0 0 25px;
	margin-left: 10px;
}

.helpPhoneNumber {
	background-repeat: no-repeat;
	height: 22px;
}

.helpPhoneNumberSk, .phoneNumberWeb23 {
	width: 215px;
	background-image: url('../img/phone_sk.png'); /** FIXME **/
	
}

.helpPhoneNumberCz, .phoneNumberWeb21 {
	width: 174px;
	background-image: url('../img/phone.png'); /** FIXME **/
}

.cartIcon {
	background: url('../img/icon-cart.png') no-repeat; /** FIXME **/
	height: 22px;
	overflow: hidden;
	padding: 0 0 0 30px;
	width: 0;
}

.a24-item, .a24-first {
	margin: 0;
	padding: 0;
	list-style: none;
	background: 0;
}

/** A24 HOMEPAGE LAYOUT */

#a24-header {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: 'titillium', Arial, Tahoma, Helvetica, sans-serif;
    z-index: 3;
}

#a24-main-menu > .a24-item > a {
	margin: 0;
	border-left: 1px solid #ee4354;
	border-right: 1px solid #d2100c;
	padding: 16px 10px 17px;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.26 );
	font-size: 117%;
	font-weight: bold;
	color: #ffffff;
	background-color: #de0105;
	background-position: 50% 0;
}
/* === FLOAT CLEANER === */
.a24-cleaned:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.a24-clear {
    clear: both;
}
/**********************************************************************


    MENU


**********************************************************************/
.a24-menu {
    margin: 0;
    padding: 0;
}
.a24-menu > .a24-item, .a24-menu > .a24-first {
    float: left;
    position: relative;
}
.a24-menu a,
.a24-login .a24-list a {
    display: block;
    margin: 0;
    outline: 0;
    background: url('../img/a24-bg-header.png') no-repeat 0 0;
}
.a24-menu > .a24-item:hover > a,
.a24-menu > .a24-item > a:hover {
    border-top: 3px solid #323232;
    text-decoration: none;
    background-color: #414141;
    background-image: url('../img/a24-bg-header.png'), -o-linear-gradient(bottom, #414141 0%, #525252 100%);
    background-image: url('../img/a24-bg-header.png'), -moz-linear-gradient(bottom, #414141 0%, #525252 100%);
    background-image: url('../img/a24-bg-header.png'), -webkit-linear-gradient(bottom, #414141 0%, #525252 100%);
    background-image: url('../img/a24-bg-header.png'), -ms-linear-gradient(bottom, #414141 0%, #525252 100%);
    background-image: url('../img/a24-bg-header.png'), -webkit-gradient( linear, left bottom, left top, color-stop(0, #414141), color-stop(1, #525252) );
    background-image: url('../img/a24-bg-header.png'), linear-gradient(bottom, #414141 0%, #525252 100%);
}

.a24-menu .a24-sublevels,
.a24-login .a24-list {
    display: none;
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: #414141;
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    z-index: 2;
}
.a24-menu .a24-sublevels {
    left: 0;
    -o-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.a24-menu .a24-item:hover .a24-sublevels,
.a24-login:hover .a24-list {
    display: block;
}
.a24-menu .a24-sublevels .a24-item,
.a24-login .a24-item  {
    border-top: 1px solid #323232;
}
.a24-menu .a24-sublevels .a24-item:first-child,
.a24-login .a24-item:first-child {
    border: 0;
    padding-top: 3px;
}
.a24-menu .a24-sublevels .a24-item:last-child,
.a24-login .a24-item:last-child {
    padding-bottom: 3px;
    -o-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
/* predposleni polozka */
.a24-menu .a24-sublevels .a24-item:nth-last-child(2),
.a24-login .a24-item:nth-last-child(2) {
    border-color: #303030;
    background-image: -o-linear-gradient(bottom, #343434 0%, #414141 100%);
    background-image: -moz-linear-gradient(bottom, #343434 0%, #414141 100%);
    background-image: -webkit-linear-gradient(bottom, #343434 0%, #414141 100%);
    background-image: -ms-linear-gradient(bottom, #343434 0%, #414141 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #343434), color-stop(1, #414141) );
    background-image: linear-gradient(bottom, #343434 0%, #414141 100%);
}
/* posledni polozka */
.a24-menu .a24-sublevels .a24-item:nth-last-child(1),
.a24-login .a24-item:nth-last-child(1) {
    border-color: #252525;
    background-image: -o-linear-gradient(bottom, #282828 0%, #343434 100%);
    background-image: -moz-linear-gradient(bottom, #282828 0%, #343434 100%);
    background-image: -webkit-linear-gradient(bottom, #282828 0%, #343434 100%);
    background-image: -ms-linear-gradient(bottom, #282828 0%, #343434 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #282828), color-stop(1, #343434) );
    background-image: linear-gradient(bottom, #282828 0%, #343434 100%);
}
/* podmenu ma pouze jednu polozku, tj. first = last */
.a24-menu .a24-sublevels .a24-item:first-child:last-child,
.a24-login .a24-item:first-child:last-child {
    background-image: -o-linear-gradient(bottom, #282828 0%, #414141 100%);
    background-image: -moz-linear-gradient(bottom, #282828 0%, #414141 100%);
    background-image: -webkit-linear-gradient(bottom, #282828 0%, #414141 100%);
    background-image: -ms-linear-gradient(bottom, #282828 0%, #414141 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #282828), color-stop(1, #414141) );
    background-image: linear-gradient(bottom, #282828 0%, #414141 100%);
}
.a24-menu .a24-sublevels a,
.a24-login .a24-item a {
    padding: 6px 20px 8px 35px;
    white-space: nowrap;
    text-decoration: underline;
    font-weight: 100;
    color: #ffffff;
    background-position: 0 -300px;
}
.a24-menu .a24-sublevels a:hover,
.a24-login .a24-item a:hover {
    text-decoration: none;
    background-position: 0 -400px;
}

#a24-main-menu-end {
	position: absolute;
    right: 0;
    width: 793px;
    top: 43px;
    height: 70px;
    margin: 0px 0 0;
    padding: 0;
    color: #ffffff;
    background: url('../img/a24-bg-header-end.png') no-repeat 100% 0;
    z-index: 1;
}

#a24-main-menu {
    position: absolute;
    left: 149px;
    top: 19px;
    height: 60px;
    margin: 24px 0 0;
    color: #ffffff;
    z-index: 2;
    font-weight: 800;
}
#a24-main-menu > .a24-item {
    height: 56px;
}
 #a24-main-menu > .a24-first {
 	padding: 0 0 3px;
    background: url('../img/a24-bg-header.png') no-repeat 50% 0;
 }
#a24-main-menu > .a24-item > a span {
	width: 104px;
	display: inline-block;
	text-align: center;
}
#a24-main-menu > .a24-homepage {
    background-color: transparent;
    background-position: 0 -200px;
}
#a24-main-menu > .a24-item:hover > a,
#a24-main-menu > .a24-item > a:hover {
    margin: -3px 0 0;
    border-left-color: #6b6b6b;
    border-right-color: #3b3b3b;
    color: #ffffff;
    background-color: #414141;
    background-position: 100% 100%;
}
#a24-main-menu > .a24-selected > a {
    background: #e4030a;
    background-image: -o-linear-gradient(bottom, #e4030a 0%, #cc0309 100%);
    background-image: -moz-linear-gradient(bottom, #e4030a 0%, #cc0309 100%);
    background-image: -webkit-linear-gradient(bottom, #e4030a 0%, #cc0309 100%);
    background-image: -ms-linear-gradient(bottom, #e4030a 0%, #cc0309 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #e4030a), color-stop(1, #cc0309) );
    background-image: linear-gradient(bottom, #e4030a 0%, #cc0309 100%);
    -o-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.31) inset;
    -moz-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.31) inset;
    -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.31) inset;
    -ms-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.31) inset;
    box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.31) inset;
}
#a24-main-menu > .a24-item:first-child > a {
    border-left: 0;
}
#a24-main-menu > .a24-homepage > a {
    padding: 28px 29px;
    background: url('../img/a24-bg-header.png') no-repeat -100px -200px;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
#a24-main-menu > .a24-homepage.a24-selected > a {
    background-position: -300px -200px;
}
#a24-main-menu > .a24-homepage > a:hover {
    margin-top: 0;
    border-top: 0;
    background-color: transparent;
    background-position: -200px -200px;
}
#a24-main-menu .a24-sublevels {
    margin: -4px 0 0;
}
#a24-main-menu .a24-item:last-child .a24-sublevels {
    left: auto;
    right: 0;
}
#a24-active-menu {
    margin: 0 160px 0 270px;
    font-size: 100%;
    color: #414141;
}
#a24-active-menu > .a24-item {
    border-left: 1px dotted #848896;
}
#a24-active-menu > .a24-item:first-child {
    border: 0;
    padding-left: 0;
}

.a24-item-last {
	border-right: 1px solid #ee4354;
}

#a24-active-menu > .a24-item > a {
    position: relative;
    padding: 0 35px 0 15px;
    color: #414141;
    background-position: 100% -200px;
}
#a24-active-menu > .a24-item:hover > a,
#a24-active-menu > .a24-item > a:hover {
    margin: -11px -1px;
    padding: 8px 36px 11px 16px;
    z-index: 2;
    color: #ffffff;
    background-position: 100% -300px, 0 0;
}
#a24-active-menu .a24-sublevels {
    left: -1px;
    margin: 11px 0 0;
}

/**********************************************************************


    SEARCH


**********************************************************************/
#a24-search {
    position: absolute;
    right: 0;
    top: 19px;
    width: 240px;
    height: 59px;
    margin: 24px 0 0;
    padding: 0;
    color: #ffffff;
    background: url('../img/a24-bg-header.png') no-repeat 100% 0;
    z-index: 1;
}
#a24-search fieldset {
    width: 190px;
    height: 45px;
    border-left: 1px solid #ee4354;
    padding: 11px 0 0 20px;
    background: #e4030a url('../img/a24-bg-header.png') no-repeat -761px 0;
}
#a24-search br {
    display: none;
}
#a24-search input {
    width: 140px;
    border: 0;
    padding: 7px 8px 6px;
    vertical-align: middle;
    font: 400 100% 'titillium', Arial, Tahoma, Helvetica, sans-serif;
    color: #ffffff;
    background: 0;
    outline: 0;
}
#a24-search input[type='search']:-webkit-autofill {
    background-color: 0 !important;
}
#a24-search input[type='search']::-webkit-input-placeholder { /* WebKit browsers */
    color: #810511;
}
#a24-search input[type='search']:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #810511;
}
#a24-search input[type='search']::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #810511;
}
#a24-search input[type='search']:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #810511;
}
#a24-search .a24-button {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: url('../img/a24-search-submit.png') no-repeat 50% 50%;
    cursor: pointer;
}

/**********************************************************************


    LANGUAGES


**********************************************************************/
#a24-languages {
    position: absolute;
    left: 175px;
    top: 2px;
    margin: 0;
    line-height: 20px;
}
#a24-languages .a24-item {
    display: inline-block;
    margin: 0 5px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25 );
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25 );
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25 );
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25 );
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25 );
}
#a24-languages .a24-item img {
    display: block;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

/**********************************************************************


    LOGIN


**********************************************************************/
#a24-login {
    position: absolute;
    right: 0;
    top: -5px;
    margin: 0;
    padding: 0 0 15px;
}
#a24-login .hide {
    display: none;
}
#a24-login .a24-list {
    right: 0;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.a24-login .a24-item {
    display: block;
}
#a24-login .a24-list:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 16px;
    border-bottom: 7px solid #414141;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

/**********************************************************************


    BUTTON


**********************************************************************/
#headerFrame button, #headerFrame .button,
#headerFrame button .innerA, #headerFrame .button .innerA,
#headerFrame button .innerB, #headerFrame .button .innerB,
#headerFrame button .innerC, #headerFrame .button .innerC,
#headerFrame button .innerB:before, #headerFrame .button .innerB:before, #headerFrame .button .innerC:before {
    display: inline-block;
    background: url('../img/bg-button.png') no-repeat;
}

#headerFrame .typeD.mini .innerB, #headerFrame .typeD.mini .innerC {
	padding-right: 28px;
}

#headerFrame .typeD .innerB:before {
	background-position: -700px -180px;
}

#headerFrame .typeD .innerC:before {
	background-position: -700px -91px;
}

#headerFrame button .innerA, #headerFrame .button .innerA {
    padding: 0 0 0 23px;
    vertical-align: top;
    background-position: 0 0;
}
#headerFrame button .innerB, #headerFrame .button .innerB, #headerFrame .button .innerC {
    position: relative;
    height: 45px;
    line-height: 44px;
    margin: 0 0 3px;
    padding: 0 5px;
    vertical-align: top;
    background-color: #a8c60d;
    background-position: -50px 0;
}
#headerFrame button:hover, #headerFrame .button:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.46 );
    color: #ffffff;
    background-position: 100% -300px;
}
#headerFrame button:hover .innerA, #headerFrame .button:hover .innerA {
    background-position: 0 -300px;
}
#headerFrame button:hover .innerB, #headerFrame .button:hover .innerB, #headerFrame .button:hover .innerB {
    background-color: #e01124;
    background-position: -50px -300px;
}
#headerFrame button .innerB:before, #headerFrame .button .innerB:before, #headerFrame .button .innerC:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 21px;
    height: 21px;
    margin: auto;
}

#headerFrame a.button {
    color: #ffffff;
}
#headerFrame a.button * {
    text-decoration: none;
}
#headerFrame a:hover.button * {
    text-decoration: none;
}

/* mini button */
#headerFrame button.mini, #headerFrame .button.mini {
    height: 33px;
    padding: 0 18px 0 0;
    font-size: 100%;
    font-weight: 400;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.46 );
    background-position: 100% -400px;
}
#headerFrame .typeD:hover .innerB:before {
    background-position: -700px -210px;
}

#headerFrame .typeD:hover .innerC:before {
    background-position: -700px -121px;
}

#headerFrame button.mini .innerA, #headerFrame .button.mini .innerA {
    padding: 0 0 0 18px;
    background-position: 0 -400px;
}
#headerFrame button.mini .innerB, #headerFrame .button.mini .innerB, #headerFrame .button.mini .innerC {
    height: 30px;
    line-height: 30px;
}
#headerFrame button.mini:hover, #headerFrame .button.mini:hover {
    background-position: 100% -700px;
}
#headerFrame button.mini:hover .innerA, #headerFrame .button.mini:hover .innerA {
    background-position: 0 -700px;
}
#headerFrame button.mini:hover .innerB, #headerFrame .button.mini:hover .innerB, #headerFrame .button.mini:hover .innerC {
    background-position: -50px -700px;
}
