
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */

/* Colours

text - 65% black -  #595959
links - 40% black - #999999
onmouse links - white -  #ffffff
titles 21pt, 65% black - #595959
buttons - 14pt - black/white
 search - 65% black - #595959

*/



/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #595959;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	/*background-image: url(../img/web-bg.jpg);*/
	background-repeat: repeat-x;
	background-position: center top;
}

/*--- Link Styles ---*/
a
{
	color: #999999;
	text-decoration: underline;
}

a:hover
{
	color: #ffffff;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}



#web-container {
	width: 1000px;	
	margin: 0px auto;	
}



.buttons {
	height: 40px;
}		
.buttons a {
	width: 189px;
	height: 22px;
	padding: 5px 0 0 0;
	text-align: center;
	display: block;
	text-transform: uppercase;						
	background-image: url(../img/button-filter-bg2-on.jpg);
	color: #393939;	
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 14px;
}			
.buttons a:hover {
	background-image: url(../img/button-filter-bg-on.jpg);
	color: #ffffff;
	cursor: pointer;		
}
.buttons a.send {
	background-image: url(../img/button-filter-bg.jpg);
	color: #595959;
}
.buttons a.send:hover {
	background-image: url(../img/button-filter-bg-on.jpg);
	color: #ffffff;
}


/* Intro
----------------------------------------*/

.intro-box {
	background-color: #000000;
	/*position: absolute;
	left: 0;
	width: 100%;
	height: 130px;	
	margin: 20% 0 0 0;*/
	padding: 10px 0;
	text-align: center;
	position: absolute;
	top: 50%;
	margin: -80px 0 0 0;
	width: 100%;
}
	.intro-box .links {
		width: 200px; 
		margin: 0 auto;
		font-size: 11px;	
	}
		.intro-box .links .mut {
			width: 120px; 
			text-align: center;
			line-height: 16px;
			padding: 5px 0 0 0;
		}
		.intro-box .links .enter {
			text-align: center;
			font-size: 12px;
			padding: 2px 0;
		}
		.intro-box .links .int {
			/*border-top: 1px solid #595959;*/
			padding: 1px 0;
			text-align: center;
		}
	.intro-box a {
		text-decoration: none;
		text-transform: uppercase;
	}
		.intro-box a.def {
			color: #ffffff;
		}
		.intro-box a:hover {
			text-decoration: none;
		}

/* Tell-Friend
----------------------------------------*/

.tell-friend-box {
	background-color: #000000;
	position: absolute;
	left: 0;
	width: 100%;
	height: 230px;
	padding: 10px 0;
	margin: 20% 0 0 0;
	text-align: center;
	padding: 10px;
}

.tell-friend-box h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.tell-friend-box td {
	padding: 2px;
}

.tell-friend-box .message {
	padding: 20px;
	text-align: center;
	font-size: 120%;
}

.tell-friend-box .buttons {
	height: 40px;
}		
.tell-friend-box .buttons a {
	width: 189px;
	height: 22px;
	padding: 5px 0 0 0;
	text-align: center;
	display: block;
	text-transform: uppercase;						
	background-image: url(../img/button-filter-bg2-on.jpg);
	color: #393939;	
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 auto 0 auto;						
	font-size: 14px;
}			
.tell-friend-box .buttons a:hover {
	background-image: url(../img/button-filter-bg-on.jpg);
	color: #ffffff;
	cursor: pointer;		
}
.tell-friend-box .buttons a.send {
	background-image: url(../img/button-filter-bg.jpg);
	color: #595959;
}
.tell-friend-box .buttons a.send:hover {
	background-image: url(../img/button-filter-bg-on.jpg);
	color: #ffffff;
}


/* Header
----------------------------------------*/

#header {
	height: 135px;
}
	#header .header-inner {
		padding: 45px 0 0 0;
		height: 50px;
	}
		#header .partners {
			float: right;
			margin: 12px 0 0 0;
			background-color: #000000;
			color: #595959;
		}
			#header .partners a {
				text-transform: uppercase;
				text-decoration: none;
				color: #595959;
			}
			#header .partners a:hover {
				color: #ffffff;
			}
		#header .header-inner .dealer {
			clear: right;
			float: right;
			margin: 24px 0 0 0;
			padding: 1px 6px;
			background-color: #000000;
			color: #595959;
		}
			#header .header-inner .dealer a, #footer .dealer a {
				text-transform: uppercase;
				text-decoration: none;
				padding: 0 4px;
				color: #595959;
			}
				#header .header-inner .dealer a:hover, #footer .dealer a:hover {
					color: #ffffff;
				}
				#header .header-inner .dealer span, #footer .dealer span {
					padding: 0 4px 0 4px;
				}
					#header .header-inner .dealer span a, #footer .dealer span a {
						padding: 0 1px;
					}
					
					#header .header-inner .dealer .lang .active {
						color: white;
					}
			
		#header .header-inner .logo {
			float: left;
			padding: 0 0 0 10px;
		}
	#header .menu {
		background-color: #000000;
		padding: 0 10px;
		background-image: url(../img/menu-bg.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		height: 40px;
	}
		#header .menu a img {
			padding: 10px 0 0 0;
		}


	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	background-color: #000000;
	padding: 10px;
}
	#content .player-video {
		line-height: 16px;
	}
		#content .player-video h3 {
			text-transform: uppercase;
		}
			#content .player-video h3 strong {
				color: #ffffff;
				font-weight: normal;
			}
		#content .player-video .player-video-description {
			padding: 2px 0 10px 0;
		}
		#content .player-video .more-videos {

		}
			#content .player-video .more-videos .item {
				width: 176px; 
				padding: 5px;
				border: 1px solid #595959; 
				margin: 0 10px 0 0; 
				float: left;
				overflow: hidden;
				height: 162px;
			}
			#content #multimedia-videos .more-videos .item {
				height: 170px;
			}
			#content .player-video .more-videos .item .img-wrapper {
				width: 176px;
				height: 100px;
				overflow: hidden;
			}			
			
			#content .player-video .more-videos .item.last {
				margin: 0; 
			}
				#content .player-video .more-videos .item h3 {
					padding: 2px 0 0 0;
				}
				#content .player-video .more-videos .item a {
					color: #ffffff;
					text-decoration: none;
				}
				#content .player-video .more-videos .item a:hover {
					text-decoration: underline;
				}
			#content .player-video .more-videos .clear {
				padding: 4px 0 6px 0;
			}

	#content .main {
		width: 585px; 
		float: left;
	}
	#content .main#col-1 {
		width: 980px; 
		float: none;
		padding: 10px 0 0 0 0;
		border-top: 1px solid #595959; 
	}
		#content .main .title {
			border: 1px solid #595959; 
			border-width: 1px 0;
			padding: 6px 0 0 0;
			height: 26px;
		}
			#content .main .title2 {
				border: 1px solid #595959; 
				border-width: 0 0 1px 0;
				padding: 6px 0 0 0;
				height: 26px;
			}
		#content .main .news {
			
		}
			#content .main .news .item {
				border-bottom: 1px solid #595959; 
				padding: 0 0 5px 0;
				margin: 0 0 2px 0;
			}
				#content .main .news .item h2 {
					font-size: 16px;
					color: #ffffff;
					font-weight: bold;
					text-transform: uppercase;
					line-height: 20px;
					padding: 6px 0;
				}
					#content .main .news .item h2 a {
						color: #ffffff; 
						text-decoration: none;
					}
						#content .main .news .item h2 a:hover {
							text-decoration: underline;
						}
				#content .main .news .item .image {
					padding: 0 0 4px 0;
				}
				#content .main .news .item span.date {
					color: #595959; 
					font-weight: normal;
					text-transform: none;
					display: block;
					padding: 0 0 4px 0;
					font-size: 12px;
					font-weight: bold;
				}
				
				#content .main .news .item .read-more {
					padding: 4px 0;
				}
			#content .main .news .more {
				padding: 5px 0;
				display: block;
				width: 120px;
			}
			#content .main .news .listing {
				height: 20px;
				padding: 10px 0 0 0;
			}
				#content .main .news .listing .prev {
					float: left;
				}
				#content .main .news .listing .next {
					float: right;
				}
			#content .filter-box {
				float: left;
				width: 588px;
				padding: 10px 0 0 0;
			}		
				#content .filter-box#team {
					width: 980px;
					/*border-top: 1px solid #595959;*/
					padding: 0;
					float: none;
				}
				#content .filter-box a { /* ie6 fix */
					width: 189px;
					height: 22px;
					padding: 5px 0 0 0;
					text-align: center;
					display: block;
					text-transform: uppercase;
					background-image: url(../img/button-filter-bg.jpg);
					background-repeat: no-repeat;
					text-decoration: none;
					float: left;
					margin: 0 7px 10px 0;
					color: #595959;
					font-size: 14px;
				}			
				#content .filter-box a:hover, #content .filter-box a.active {
					background-image: url(../img/button-filter-bg-on.jpg);
					color: #ffffff;		
					cursor: pointer;		
				}
			
			#content .combo-box {
				/*float: right;*/
				/*width: 385px;*/
				width: 100%;
			}
		
		#content .breadcrums {
			border: 1px solid #595959; 
			border-width: 1px 0 0 0;
			padding: 2px 0 6px 0;
			height: 16px;
			font-size: 11px;
		}
		
		#content .breadcrums .breadcrum {
			display: inline;
			/*border: 1px solid #333333;
			border-width: 0 1px;*/
			padding: 3px;
			margin: 2px 10px;
		}
		
		#content .breadcrums a {
			text-decoration: none;
		}
		
		#content .product-list {
			padding: 10px 0;
		}
			#content .product-list .item {
				border: 1px solid #595959; 
				width: 178px;
				padding: 4px;
				margin: 0 10px 10px 0;
				float: left;
				overflow: hidden;
				text-transform: uppercase;
			}	
			/* bocni panel */
			#content .sidebar .product-list .item { /* ie6 fix */
				/*margin: 0 9px 10px 0;*/
				margin: 0 0 10px 0;
			}	
				#content .product-list .item.last {
					margin-right: 0;
					float: right;
				}	
				#content .product-list .item a {
					width: 178px;
					height: 200px;
					overflow: hidden;
					display: block;
				}
				#content .product-list .item h2 {
					color: #ffffff;
					height: 16px;
					overflow: hidden;
				}
					#content .product-list .item h2 a {
						color: #ffffff;
						text-decoration: none;
					}
						#content .product-list .item h2 a:hover {
							text-decoration: underline;
						}
				#content .product-list .item .desc {
					height: 18px;
					overflow: hidden;
				}
		#content .main .product-detail {
			padding: 10px 0;
		}
			#content .main .product-detail h1 {
				color: #ffffff;
				text-transform: uppercase;
				font-size: 16px;
			}
				#content .main .product-detail h1 .listing {
					float: right;
					font-size: 11px;
				}
					#content .main .product-detail h1 .listing a {						
						margin: 0 2px;
					}
			#content .main .product-detail .slogan {
				text-transform: uppercase;
				font-size: 16px;
				padding: 2px 0 10px 0;
			}
			#content .main .product-detail .short-desc {
				padding: 10px 0;
				border-bottom: 1px solid #595959;
			}
			#content .main .product-detail .desc {
				padding: 10px 0;
			}
				#content .main .product-detail .desc .text {
					/*width: 250px;
					float: left;*/
				}
					#content .main .product-detail .desc .text hr {
						color: #595959;
						border-width: 0;
						border-bottom: 1px solid #595959;
						height: 1px;
					}
				#content .main .product-detail .desc .attributes {
					width: 300px;
					float: right;
				}
					#content .main .product-detail .desc .attributes img {
						padding: 0 9px 9px 0;
						float: left;
					}
				#content .main .product-detail .buttons {
					height: 40px;
				}		
					#content .main .product-detail .buttons a {
						width: 189px;
						height: 22px;
						padding: 5px 0 0 0;
						text-align: center;
						display: block;
						text-transform: uppercase;						
						background-image: url(../img/button-filter-bg2-on.jpg);
						color: #393939;	
						background-repeat: no-repeat;
						text-decoration: none;
						float: left;												
						font-size: 14px;
					}			
						#content .main .product-detail .buttons a:hover {
							background-image: url(../img/button-filter-bg-on.jpg);
							color: #ffffff;
							cursor: pointer;		
						}
						#content .main .product-detail .buttons a.send {
							float: right;	
							background-image: url(../img/button-filter-bg.jpg);
							color: #595959;
							margin: 0 4px 10px 0;
						}
						#content .main .product-detail .buttons a.send:hover {
							float: right;	
							background-image: url(../img/button-filter-bg-on.jpg);
							color: #ffffff;
						}
			
				
	#content .main .company {
			
		}
			#content .main .company .item {
				border-bottom: 1px solid #595959; 
				padding: 0 0 5px 0;
				margin: 0 0 2px 0;
			}
				#content .main .company .item h2 {
					font-size: 18px;
					color: #ffffff;
					font-weight: bold;
					text-transform: uppercase;
					line-height: 20px;
					padding: 6px 0;
				}	
				#content .main .company .item .col-2 {
					float: left;
					width: 270px;
					padding: 0 20px 0 0;
				}
					#content .main .company .item .col-2 strong {
						display: block;
						font-weight: normal;
						color: #ffffff;						
					}
					#content .main .company .item .col-2 span {						
						display: block;
						padding: 0 0 15px 0;
					}
					#content .main .company .item .col-2 a {						
						color: #595959;
					}
	
	#content #locator {
		float: none; 
		width: auto;
	}	
		 #content #locator .item {
			margin: 0 10px 10px 0;
			text-transform: uppercase;
			line-height: 15px;
		 }
		  #content #locator .item.last {
			margin: 0 0 10px 0;
		 }
			 #content #locator .item .img-wrapper {
				margin-bottom: 4px;
			 }
			 #content #locator .item a.name {
				color: #ffffff;
				text-decoration: none;
				height: auto;			
			 }
				 #content #locator .item a.name:hover {
					text-decoration:  underline;			
				 }	
					
				
				
				
	
	#content .sidebar {
		width: 385px; 
		float: right;
	}
		#content .sidebar .title {
			border: 1px solid #595959; 
			border-width: 1px 0;
			padding: 8px 0 0 0;
			height: 24px;
		}
			#content .sidebar .title.top {
				border: 1px solid #595959; 
				border-width: 0 0 1px 0;
				padding: 6px 0 0 0;
				height: 24px;
			}
		#content .sidebar .highlights {

		}
			#content .sidebar .highlights .item {
				padding: 10px 0 0 0;
			}
		#content .sidebar #follow-us-title {
			margin: 25px 0 0 0;
		}
		/*#content .sidebar .follow-us {
			padding: 10px 0;
		}*/
			#content .sidebar .follow-us .item {
				padding: 10px 0 0 0;
			}
		#content .search {
			width: 385px;
			height: 26px;
			background-image: url(../img/search-bg.jpg);
			background-repeat: no-repeat;
			float: right;
		}
			#content .search .input {
				color: #ffffff;
				background-color: transparent;
				border-width: 0;
				padding: 2px 10px;
				margin: -2px 0 0 0;
				width: 280px;
			}
			#content .search .submit {
				color: #595959;
				background-color: transparent;
				border-width: 0;
				padding: 0;
				cursor: pointer;
			}
		#content a.combo-fake-button {
			width: 371px; /* 385 */
			height: 22px;
			padding: 4px 0 0 14px;
			background-image: url(../img/search-bg.jpg);
			background-repeat: no-repeat;
			margin: 11px 0;
			display: block;
			color: #595959;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 14px;
		}
		#content .locator-filter {
			border: 1px solid #595959;
			border-width: 1px 0;
			height: 50px;
			width: 100%;
		}
			#content .locator-filter .combo-box {
				float: none;
				width: auto;
			}
			
				#content .locator-filter .combo-box .combo-fake-button {
					float: left;
					margin-right: 6px;
				}
				#content .locator-filter .combo-box .filter {
					float: right;
				}
					#content .locator-filter .combo-box .filter a { /* ie6 fix */
						width: 189px;
						height: 22px;
						padding: 5px 0 0 0;
						text-align: center;
						display: block;
						text-transform: uppercase;
						background-image: url(../img/button-filter-bg-on.jpg);
						background-repeat: no-repeat;
						text-decoration: none;
						float: left;
						margin: 11px 7px 10px 0;
						font-size: 14px;
						color: #ffffff;
					}			
					#content .locator-filter .combo-box .filter a:hover {
						background-image: url(../img/button-filter-bg2-on.jpg);
						color: #595959;
						cursor: pointer;		
					}
					
			#content .locator-filter .buttons {
				float: right;
				width: 185px;
				padding: 12px 0 0 0;
			}
				#content .locator-filter .buttons a {
					background-image: url(../img/button-filter-bg.jpg);
					color: #595959;
				}
					#content .locator-filter .buttons a:hover {
						background-image: url(../img/button-filter-bg2-on.jpg);
						color: #595959;
						cursor: pointer;		
					}
		
			
		
		
		#content .sidebar .search {
			margin: 10px 0;
		}
		#content .sidebar .search .submit {
			margin: 4px 0 0 0;
			position: absolute;
		}
		
		
		
		#content .sidebar .filter {

		}
			#content .sidebar .filter a { /* ie6 fix */
				width: 189px;
				height: 22px;
				padding: 5px 0 0 0;
				text-align: center;
				display: block;
				text-transform: uppercase;
				background-image: url(../img/button-filter-bg.jpg);
				background-repeat: no-repeat;
				text-decoration: none;
				float: left;
				margin: 0 7px 10px 0;
				font-size: 14px;
				color: #595959;
			}			
			#content .sidebar .filter a:hover, #content .sidebar .filter a.active {
				background-image: url(../img/button-filter-bg-on.jpg);
				color: #ffffff;		
				cursor: pointer;		
			}
			#content .sidebar .filter a.last {
				margin-right: 0;		
			}
		
		#content .sidebar .media-box {
			padding: 10px 0;
		}
			#content .sidebar .media-box .item {
				border: 1px solid #595959; 
				width: 178px;
				height: 200px;
				padding: 4px;
				margin: 0 0 10px 0;
				float: left;
				overflow: hidden;
			}
				#content .sidebar .media-box .item a {
						width: 178px;
						height: 200px;
						display: block;
						overflow: hidden;
					}
				#content .sidebar .media-box#wall .item {
					height: 234px;
					text-transform: uppercase;
					text-align: center;
				}
					#content .sidebar .media-box#wall .item h2 {
						color: #ffffff;
						text-align: center;
					}
					
				#content .sidebar .media-box#logos .item {
					height: 215px;
					text-transform: uppercase;
					text-align: center;
				}
			#content .sidebar .media-box#useful .item {
				height: 220px;
				overflow: hidden;
			}
				#content .sidebar .media-box .item.last {
					float: right;
				}
				#content .sidebar .media-box .item .img-wrapper {
					width: 178px;
					height: 100px;
					overflow: hidden;
				}




/* Footer
----------------------------------------*/
#footer {
	background-color: #000000;
	padding: 10px;
}
	#footer .inner {
		border-top: 1px solid #595959; 
		padding: 10px 0;
	}
	#footer .dealer {
		float: right;
		padding: 15px 0 0 0;
	}
	#footer .dealer .lang .active {
		color: white;
	}
	#footer .copy {
		float: left;
		font-size: 10px;
		line-height: 12px;
		width: 500px;
	}
	#footer .copy img {
		float: left;
		margin: 0 10px 0 0;
	}
	#footer .copy-text {
		float: left;
		padding: 4px 0 0 0;
	}
	#footer .tips {
		font-size: 10px;
		color: #333333;
	}








