/*** Body & World, Global Definitions***/


body {
    margin: 0px;
	margin-top: -25px;
	background: url(images/bg.gif) top center no-repeat;
	background-color: #44c8f5;
}

div.world {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	height: 1500px;
}



/*** Top ***/

div.top {
    position: relative;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	height: 200px;
	background: url(images/top-bg.gif) 65px 26px no-repeat;
	overflow: hidden;
}

div.top div.languages {
    position: absolute;
	overflow: hidden;
	left: 0px;
	bottom: 2px;
    width: 50px;
    text-align: left;
    font-weight: bold;
    padding: 0px;
    letter-spacing: 0.5pt;
}

div.top div.languages a {
    color: #3c2415;
    text-decoration: none;
}

div.top div.languages a:hover {
    color: #3c2415;
    text-decoration: none;
}

div.top div.languages span.active {
    color: #3c2415;
}


div.top div.cart-block {
	background: #f8ec31;
	height: 60px;
	width: 190px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div.top div.cart-block a {
	font-size: 14px;
	display: block;
	padding-top: 22px;
    height: 38px;
	text-decoration: none;
    text-transform: uppercase;
}

div.top div.cart-block a.cart {
	color: #3b2314;
    font-size: 28px;
    font-weight: bold;
	padding-top: 12px;
	height: 48px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}


/*** Top menu ***/


div.top-menu {
	position: relative;
	width: 100%;
	height: 40px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 5px;
}

div.top-menu ul {
	margin: 0px;
	padding: 0px;
}

div.top-menu ul li {
	/*display: inline-block;*/
	float: left;
	width: 143px;
	text-align: center;
	list-style-type: none;
}

div.top-menu ul li.first {
	width: 142px;
}


div.top-menu ul li a {
    color: #363436;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding-top: 12px;
    height: 28px;
	font-family: qlassik_tb;
}

div.top-menu ul li.selected {
	background: #434244;
}

div.top-menu ul li.selected a {
	color: #ffffff;
	
}

div.top-menu ul li:hover {
	background: #ebebeb;
}

div.top-menu ul li:hover a {
	color: #363436;
	
}

div.top-menu ul li a:hover {
    text-decoration: none;
	color: #363436;
}


/*** Main ***/

div.main {
    position: relative;
	padding: 0px;
}



/*** Bottom-menu ***/

div.bottom-menu {
	position: absolute;
	bottom: -30px;
	right: 0px;
	height: 25px;
}

div.bottom-menu ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

div.bottom-menu ul li {
	float: left;
	height: 25px;
	list-style-type: none;
}

div.bottom-menu ul li.selected a {
	background: #434244;
	color: #ffffff;
}

div.bottom-menu ul li a {
	display: block;
	text-decoration: none;
    font-size: 15px;
	height: 21px;
	padding-top: 4px;
	padding-left: 25px;
	padding-right: 25px;
	background: #f1f2f2;
	margin-left: 5px;
	font-weight: normal;
    text-transform: uppercase;
	font-family: qlassikbold_tb;
	color: #88898c;
}

div.bottom-menu ul li a:hover {
	text-decoration: none;
	background: #434244;
	color: #ffffff;
}



/*** Left Column & (Right) Content ***/


div.content {
    float: left;
	position: relative;
    width: 805px;
    margin: 0px;
}


div.admin-content {
	/*background: #ffffff;
	padding: 10px;
	width: 785px;*/
}



/*** Blocks ***/

div.blocks {
    width: 200px;
}

div.blocks div.box {
    font-size: 11px;
    padding: 10px 12px 12px 12px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d3d3d3;
    background-color: #fcfcfb;
    background-image: url("images/box-bg.gif");
    background-repeat: repeat-x;
}

/* Styly pre bloky - vid Blocks/conf/setup.php: styles */
/*
div.blocks div.box-grey {
}

div.blocks div.box-green {
    border-color: #7ec916;
}

div.blocks div.box-red {
    border-color: #ba1f25;
}
*/

div.blocks div.box div.box-title {
    color: #7ec916;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 15px;
}

div.blocks div.box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.blocks div.box ul, div.blocks div.box ol {
    padding-left: 23px;
    margin: 0px 0px 5px 0px;
}

div.blocks div.box ul {
    list-style-type: circle;
}

div.blocks div.box ul ul, div.blocks div.box ul ol, div.blocks div.box ol ol, div.blocks div.box ol ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

div.blocks div.box li {
}

div.blocks div.box ul li a {
    color: #606060;
    text-decoration: none;
}

div.blocks div.box ul li.in-breadcrumbs a, div.blocks div.box ul li.selected a {
    color: #7ec916;
}

div.blocks div.box ul li.selected a {
    font-weight: bold;
}

div.blocks div.box ul li.not-selected a {
    font-weight: normal;
    color: #606060;
}

div.blocks div.box ul li a:hover {
    color: #7ec916;
}



/*** SiteMap ***/

ul.sitemap {
    margin: 0px 0px 20px 25px;
    padding-left: 20px;
    list-style-type: circle;
}

ul.sitemap ul {
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 15px;
    list-style-type: circle;
}

ul.sitemap ul li {
}

ul.sitemap li a {
    text-decoration: none;
}

ul.sitemap li a:hover {
    text-decoration: underline;
}

/*** Right-column ***/

div.right-column {
	float: right;
	position: relative;
	width: 190px;
	height: 100%;
}

div.right-column a {
	display: block;
	margin-bottom: 5px;
	position: relative;
}

div.right-column img.normal {
	top: 0px;
	left: 0px;
	z-index: 2;
}

div.right-column img.hover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
	opacity: 0;
	filter:alpha(opacity=0);
}

div.newsletter-wrapper {
	/*height: 40px;*/
	margin-bottom: 5px;
	position: relative;
}

div.newsletter-wrapper a {
	margin-bottom: 0px;
	outline: none;
}

div.newsletter-wrapper a.selected {
	
}

div.newsletter-block {
    background: #8dc63f;
	padding-top: 13px;
	padding-left: 11px;
	display: none;
	position: relative;
	/*top: 40px;*/
	z-index: 10;
}

div.newsletter-block div.info {
	color: #ffffff;
	padding-bottom: 2px;
}

div.newsletter-block form {
	margin: 0xp;
	padding: 0px;
}

div.newsletter-block input {
    background: #8dc63f;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 162px;
	padding-left: 3px;
}

div.newsletter-block input.submit {
    color: #ffffff;
    background: #006838;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 0px;
	cursor: pointer;
	width: 65px;
}


/*** Partners ***/

div.right-column div.partners-block {
    position: relative;
    height: 140px;
	height: 147px;
	width: 100%;
    background: #ffffff;
	text-align: center;
}

div.partners-block div.partner {
	position: absolute;
    top: 10px;
    left: 5px;
    width: 180px;
    height: 120px;
    display: none;
	text-align: center;
	overflow: hidden;
}

div.partners-block div.partner a {
	vertical-align: middle;
	text-align: center;
	width: 180px;
    height: 120px;
	display: table;
}

div.partners-block div.partner p {
    vertical-align: middle;
    text-align: center;
    width: 180px;
    height: 120px;
    display: table-cell;
}

div.partners-block div.partner p img {
    
}

div.partners-block div.partner a p {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
	width: 180px;
    height: 120px;
}


div.partners-block div.partner a p img {
    display: inline;
}






div.made-by {
	position: absolute;
    bottom: -80px;
    right: 0px;
    height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	color: #ffffff;
	font-family: qlassik_tb;
	font-weight: bold;
}

div.made-by a {
	font-weight: bold;
	color: #ffffff;
}
