/* GENERAL *********************************************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	min-width: 910px;
	font-family: 'Tahoma', sans-serif;
	font-size: 75%;
	background: #cdcdcd url(/i/bg.gif) 0 0 repeat-x;
}

img {
	border: 0;
}

/* HEADER **********************************************************************************************************************************/
#header {
	height: 74px;
	background: url(/i/header.png) 50% 0px no-repeat;
}

body.grand-services #header { background-position: 50% -200px; }
body.grand-shop     #header { background-position: 50% -100px; }
body.grand-tools    #header { background-position: 50% -300px; }

#header-w {
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 4;
}

#logo {
	margin: 15px 0 0 20px;
}

#region {
	position: absolute;
	top: 27px;
	left: 205px;
	width: 280px;
	font-weight: bold;
	color: #276a03;
}

#region a {
	color: #276a03;
	font-weight: normal;
}

#main-menu {
	position: absolute;
	top: 0;
	left: 505px;
}

#main-menu li {
	display: inline;
	float: left;
	padding: 10px 0;
	margin: 0 10px;
	width: 110px;
}

#main-menu a {
	display: block;
	padding: 17px 0;
	text-align: center;
}

/* MAIN ****************************************************************************************************************************************/
#main {
	width: 900px;
	margin: 0 auto 15px;
}

/* FOOTER **************************************************************************************************************************************/
#footer {
	width: 900px;
	margin: 0 auto;
	height: 5em;
	font-size: 84%;
	color: #444;
}

#footer hr {
	display: none;
}

#footer p {
	float: left;
	width: 235px;
	padding-left: 35px;
}

#footer address {
	margin-left: 740px;
	position: relative;
}

#footer address a {
	display: block;
	height: 1.4em;
	font-weight: bold;
	font-style: normal;
	color: #b70474;
}

#feedback-link,
#sitemap-link {
	position: absolute;
	top: 0;
	left: -180px;
	padding-left: 16px;
	background: url(/i/ic/feedback.gif) 0 50% no-repeat;
}

#sitemap-link {
	top: 2.2em;
	background-image: url(/i/ic/sitemap.gif);
}

#footer address span {
	display: none;
}
/* MAIN BLOCK ***********************************************************************************************************************************/
#main {
	width: 908px;
	margin: 0 auto 15px;
}

/* CONTENT ****************************************************************************************************************************************/
#content {
	float: right;
	width: 718px;
	background: url(/i/inner/content/bg.gif) 0 150px no-repeat;
	position: relative;
	z-index: 3;
}

#content-bg {
	border-right: 710px solid white;
	margin-right: 4px;
	position: relative;
	z-index: 2;
}

#content-bg div {
	clear: both;
	height: 10px;
	overflow: hidden;
}

#content-bg-bottom {
	height: 10px;
	font-size: 1px;
	margin-top: -10px;
	background: url(/i/inner/content/bbg.gif) 194px 100% no-repeat;
	position: relative;
	z-index: 3;
}

#content .pd {
	padding-left: 19px;
	padding-right: 19px;
}

#content div.pd {
	min-height: 200px;
}

#content h2 {
	padding-top: 14px;
	padding-bottom: 15px;
	background: white;
}

#content h3 {
	font-size: 116.7%;
	margin-bottom: 0.86em;
	color: #3c7401;
}

#content h4 {
	font-size: 100%;
	color: #3c7401;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

#content p,
#content ul {
	margin-bottom: 1em;
	line-height: 1.335em;
}

#content ul li {
	margin-bottom: 0.334em;
	padding -left: 50px;
}
#content .pd li {
	margin-left: 40px;
	list-style: url(/i/inner/li.gif) outside circle;
}
#content .dotless li {
	margin-left: 40px;
	list-style: none !important;
}
#content ol li {
	margin-bottom: 0.334em;
	margin-left: 2.5em;
}

#content a {
	color: #3c7401;
}

#content-h {
	background: white;
	padding: 0 4px;
	position: relative;
	height: 1%;
}

#content-h .hr {
	margin-right: 200px;
}

.hr {
	border-top: 1px solid #d8d8d8;
	height: 15px;
}

.hr hr {
	display: none;
}

/* BREADCRUMBS *********************************************************************************************************************************/
#content #breadcrumbs {
	padding: 25px 190px 20px 15px;
	position: relative;
	left: -0.5em;
	margin-bottom: 0;
}

#breadcrumbs a {
	color: #276a03;
	margin: 0 0.5em;
}

#breadcrumbs b {
	color: #636363;
	font-weight: normal;
	margin-left: 0.5em;
}

/* ADVICE **************************************************************************************************************************************/
#advice {
	position: absolute;
	top: 32px;
	right: 0px;
	width: 195px;
	height: 93px;
	background: url(/i/inner/advice.gif) 0 0 no-repeat;
	font-size: 84%;
	display: none;
}

#advice h3 {
	visibility: hidden;
	height: 34px;
	margin-bottom: 0;
}

#advice img {
	float: left;
	margin: 0 10px 0 20px;
	width: 50px;
	height: 50px;
}

#advice b {
	display: block;
	margin: 5px 15px 3px 0;
	font-size: 110%;
}

#advice br {
	display: none;
}

#advice a.java {
	color: #529600;
}

#advice a.music {
	color: #687e00;
}

#advice a.picture {
	color: #0094a7;
}

#advice a.video {
	color: #d02695;
}

/* TABS *******************************************************************************************************************************************/
.tabs {
	margin-left: 4px;
	background: white url(/i/inner/content/tbg.gif) 100% 25px no-repeat;
	position: relative;
	height: 40px;
}

#content .tabs ul,
#content .tabs li,
#content .tabs a {
	background-image: url(/i/inner/tabs-gray.gif);
	background-repeat: no-repeat;
}

#content .tabs ul {
	background-position: -1px 0;
	position: relative;
	float: left;
	left: -4px;
	height: 30px;
	padding-left: 4px;
	margin: 0 4px 0 0;
}

#content .tabs li {
	float: left;
	display: block;
	height: 30px;
	padding-left: 0;
	margin-right: -16px;
	background-position: 0 30px;
}

#content .tabs .tab-l {
	background-position: 100% -30px;
	margin-right: 0;
}

#content .tabs li a {
	display: block;
	background-position: 0 -30px;
	padding: 0 30px;
	height: 100%;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

* html #content .tabs li a {
	width: 1px;
}

#content .tabs .tab-f a {
	background-position: 0 30px;
	padding-left: 15px;
}

#content .tabs .active {
	background-position: 100% -90px;
}

#content .tabs .active-l {
	background-position: 100% -60px;
}

#content .tabs .active a {
	background-position: 0 -120px;
	color: #827d82;
}

#content .tabs .active-f a {
	background-position: 0 -150px;
}

#content .tabs li img {
	margin-top: 11px;
}

#content .tabs li b {
	display: block;
	padding: 11px 5px 0;
}

#content .onetab li {
	background-position: 100% -60px;
	margin-right: 0;
}

#content .onetab li a {
	background-position: 0 -150px;
	padding: 0 25px 0 15px;
	color: #827d82;
}

#content .tabs li h1 a {
	padding-top: 11px;
	padding-left: 20px;

}

#content .tabs li h1 {
	font-size: 100%;	
}

#content .tabs li h1 a {
	background-image: url(/i/inner/tabs-gray.gif);
	background-repeat: no-repeat;
}

.one-half {
	float: left;
	padding: 20px 0;
	width: 332px;
	height: 1%;
}

.one-half img {
	margin-bottom: -20px;
}

.one-half p {
	margin: 0 15px 0 75px;
}
/* OTHER *************************************************************************************************************************************/
.pager {
	color: #888;
	text-transform: lowercase;
}

.pager b {
	color: black;
}

.pager a {
	color: #3c7401;
}

.error {
	border: 10px solid #990000;
	padding: 10px;
	margin: 10px 0;
}

div.news {
	background: url(/i/inner/hdots.gif) 0 0 repeat-x;
	padding-top: 1em;
}

#content div.news p.date {
	font-size: 92%;
	font-weight: bold;
	margin: 0;
	color: #8c8c8c;
}

#content div.brief h3 {
	font-size: 100%;
	color: #3c7401;
	margin: 0.2em 0;
}
#content div.brief h3 a {
	text-decoration: none;
}

div.news p.more a {
	color: #3c7401;
}

body.news p.bottom {
	padding-top: 1em;
	background: url(/i/inner/hdots.gif) 0 0 repeat-x;
}

.rss-link {
	float: right;
	background: #ff8533;
	color: white;
	padding: 0 0.7em 2px;
	font-size: 84%;
}

#content .rss-link a {
	color: white;
	text-decoration: none;
}

.print-link {
	margin-top: 0.2em;
	text-align: right;
	padding-right: 2em;
}

/* SIDEBAR *************************************************************************************************************************************/
#sidebar {
	float: left;
	width: 190px;
	padding-top: 6px;
	margin-right: -100px;
	margin-bottom: -14px;
	position: relative;
	z-index: 3;
}

#sidebar .bbg {
	height: 14px;
	width: 190px;
	background: url(/i/inner/sidebar/bbg.png) 0 0 no-repeat;
}

#sidebar .tbg {
	padding: 14px 4px 0;
	background: url(/i/inner/sidebar/tbg.png) 0 0 no-repeat;
}

#sidebar .bg {
	background: white url(/i/inner/sidebar/bg.gif) 0 0 no-repeat;
	padding-bottom: 1px; /* Fix IE7 */
}

#sidebar .pd {
	padding-left: 25px;
	padding-right: 10px;
}

#sidebar .pv {
	padding-top: 10px;
	padding-bottom: 12px;
}

#sidebar .banner {
	padding: 4px;
}

#sidebar .banner, #sidebar .banner iframe {
	width: 182px;
	height: 168px;
}

#sidebar ul {
	font-weight: bold;
}

#sidebar #side-servis ul {
	line-height: 180%;
}

#sidebar #side-servis li ul {
	line-height: 100%;
}

#sidebar li {
	padding-left: 25px;
	margin-top: 0.5em;
	list-style: none;
	background: url(/i/inner/sidebar/li-bull.gif) -792px -198px no-repeat;
}

#sidebar li ul {
	padding-top: 3px;
	font-size: 92%;
	font-weight: normal;
}

#sidebar li li {
	margin-top: 0.2em;
	padding-left: 10px;
	background-image: none;
}

#sidebar li li.current {
	padding-top: 0;
	padding-left: 10px;
	background: url(/i/inner/sidebar/li-bull.gif) -800px 0 no-repeat;
	font-weight: bold;
}

#sidebar li a {
	color: #3c7401;
}

#sidebar li li a {
	color: #6c6b6b;
	text-decoration: none;
}

#sidebar li.current,
#sidebar li.current b,
#sidebar li.current a {
	background: url(/i/inner/sidebar/selected.gif) 200px 0 no-repeat;
}

#sidebar li.current {
	padding: 5px 0 0;
	background-position: -800px 0;
}

#sidebar li.current ul {
	padding-left: 25px;
}

#sidebar li.current b {
	display: block;
	background-color: #5d8634;
	background-position: -800px 100%;
}

#sidebar li.current b a {
	display: block;
	position: relative;
	top: -3px;
	padding-left: 25px;
	color: white;
	background-position: -800px -2px;
}

#sidebar li.current li a {
	background: none;
}

/* SHOP MENU **************************************************************************************************************************************/
#side-picture,
#side-java,
#side-video {
	border-top: 1px solid #f0f0f0;
	padding-top: 12px;
}

#magazin-menu ul {
	padding-bottom: 12px;
	font-size: 92%;
	font-family: 'Verdana', sans-serif;
}

#magazin-menu li ul {
	font-size: 100%;
	font-family: 'Tahoma', sans-serif;
	font-weight: normal;
	padding-bottom: 0;
}

#side-music li {
	background-position: 8px -198px;
}

#side-picture li {
	background-position: -192px -198px;
}

#side-java li {
	background-position: -392px -198px;
}

#side-video li {
	background-position: -592px -198px;
}

#side-music li.current {
	background-position: 0 0;
}

#side-picture li.current {
	background-position: -200px 0;
}

#side-java li.current {
	background-position: -400px 0;
}

#side-video li.current {
	background-position: -600px 0;
}

#side-music li.current b {
	background-color: #627e00;
	background-position: 0 100%;
}

#side-picture li.current b {
	background-color: #007787;
	background-position: -200px 100%;
}

#side-java li.current b {
	background-color: #478411;
	background-position: -400px 100%;
}

#side-video li.current b {
	background-color: #bf1b7b;
	background-position: -600px 100%;
}

#side-music li.current b a {
	background-color: #627e00;
	background-position: 0 -2px;
}

#side-picture li.current b a {
	background-color: #007787;
	background-position: -200px -2px;
}

#side-java li.current b a {
	background-color: #478411;
	background-position: -400px -2px;
}

#side-video li.current b a {
	background-color: #bf1b7b;
	background-position: -600px -2px;
}

#side-music li li.current {
	background-position: 0 0;
}

#side-picture li li.current {
	background-position: -200px 0;
}

#side-java li li.current {
	background-position: -400px 0;
}

#side-video li li.current {
	background-position: -600px 0;
}

#side-music li,
#side-music li a {
	color: #687e00;
}

#side-picture li,
#side-picture li a {
	color: #0094a7;
}

#side-java li,
#side-java li a {
	color: #529600;
}

#side-video li,
#side-video li a {
	color: #d02695;
}

/* SUBSCRIBE **********************************************************************************************************************************/
#subscribe h3,
#side-servis h3 {
	margin-bottom: 0.5em;
}

#subscribe p {
	font-size: 92%;
	margin: 0.3em 0;
}

#subscribe label {
	font-size: 84%;
	color: #888;
	display: block;
	margin-bottom: 0.2em;
}

#subscribe br {
	display: none;
}

#subscribe-email {
	width: 125px;
	padding: 1px;
	border: 1px solid #999;
}

#subscribe-submit {
	position: relative;
	left: -2px;
	margin-top: 5px;
}

/* MP3 PLAYER **********************************************************************************************************************************/
div#mp3 {
	position: absolute;
	width: 194px;
	height: 167px;
	top: -2px;
	left: 30px;
	background: transparent;
	display: none;
	z-index: 1024;
}

a.mp3, span.mp3 {
	display: inline;
	width: 18px;
	background: url(/i/root/music-bullet.gif) 0 100% no-repeat;
}

a.mp3 img, span.mp3 img {
	width: 10px;
	height: 11px;
	vertical-align: -2px;
	margin-right: 4px;
	border: 0 !important;
}

span.mp3 {
	background-image: url();
}

