
/*----------------------------------------
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: 980px;	
	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/stripes-bg.png);
	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/stripes-bg.png);
	color: #595959;
}
.buttons a.send:hover {
	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: 130px;
	margin-bottom: 20px;
	background-color: #000000;
}
	#header .header-inner {
		padding: 0px 0 0 0;
		height: 80px;
	}
		#header .partners {
			float: right;
			margin: 10px 10px 0 0;
			background-color: #000000;
			color: #595959;
			clear: right;
			height: 16px;
		}
			#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: 10px 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 0;
			width: 235px;
			height: 130px;
			overflow: hidden;
		}
		#header .header-inner .right {
			float: right;
			padding: 0 0 0 0;
			width: 745px;
			height: 130px;
			overflow: hidden;
		}
	#header .menu {
		padding: 20px 10px 0 10px;
		/*background-image: url(../img/menu-bg.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;*/
		height: 40px;
		clear: both;
	}
		#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 .player-wrapper {
		width: 980px;
	}
		#content .player-video h3 {
			text-transform: uppercase;
		}
			#content .player-video h3 strong {
				color: #ffffff;
				font-weight: normal;
			}
		#content .player-video .player-video-description {
			padding: 4px 10px;
			background-color: #000000;
		}
		#content .player-video .more-videos {
			background-color: #000000;
		}
			#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;
				background-color: #000000;
			}
			#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 .banners {
		width: 980px;
		overflow: hidden;
	}
		#content .banners .banner-size_large {
			width: 478px;
			height: 210px;
			float: left;
			margin: 0 20px 20px 0;
		} 
		#content .banners .banner-size_small {
			width: 228px;
			height: 210px;
			float: left;
			margin: 0 20px 20px 0;
		} 
		#content .banners .banner.no-margin {
			margin-right: 0;
		} 




	#content .main {
		width: 740px; 
		float: left;
	}
	#content .main#col-1 {
		width: 980px; 
		float: none;
		padding: 10px 0 0 0 0;
		/*border-top: 1px solid #595959; */
	}
		#content .main .title {
			background-image: url(../img/stripes-bg.png);
			background-repeat: repeat;
			color: #ffffff;
			text-transform: uppercase;
			padding: 8px 0 8px 10px;
			font-size: 14px;
			margin: 0 0 10px 0;
		}
			#content .main .title2 {
				border: 1px solid #595959; 
				border-width: 0 0 1px 0;
				padding: 6px 0 0 0;
				height: 26px;
			}
		#content .main .news {
			padding: 20px 0;
		}
			#content .main .news .item {
				/*border: 1px solid #595959; */
				width: 478px;
				/*height: 335px;*/
				padding: 0 0 0 0;
				background-color: #000000;
				float: left;
				margin: 0 20px 20px 0;
			}
				#content .main .news-list-wrapper .news .item {
					width: 738px;
					/*min-height: 350px;*/
					float: none;
					margin-right: 0;
				}
				#content .main .news-list-wrapper.detail .news .item , #content .main .news-list-wrapper.detail .news .item .info{
					height: auto;
				}
				#content .main .news .item.nomargin {
					margin-right: 0;
				}
				#content .main .news .item h2,
                #content .blog .info-wrap-blog h2,
                #content .blog .info-wrap-blog h2 a {
					font-size: 16px;
					color: #ffffff;
					font-weight: bold;
					text-transform: uppercase;
                    text-decoration: none;
					line-height: 17px;
					padding: 4px 4px 2px 4px;
					
				}
                #content .main .back-button a {
                    text-transform: uppercase;
                    text-decoration: none;
                    font-weight: bold;
                    color: white;
                    font-size: 14px;
                }
					#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 {
					background-color: #000000;
					width: 478px;
					height: 210px;
					overflow: hidden;
				}
					#content .main .news-list-wrapper .news .item .image {
						width: 738px;
						/*height: 265px;*/
						height: auto;
						overflow: visible;
					}
					
				#content .main .news .item .info-wrap {
					height: 68px;
					overflow: hidden;
				}
				#content .main .news-list-wrapper .news .item .info-wrap-blog {

				}
				
				#content .main .news .item span.date,
                #content .blog span.date {
					display: block;
					float: left;
					width: 50px;
					height: 70px;
					background-image: url(../img/stripes-bg.png);
					color: #ffffff;
					text-align: center;
				}
                #content .blog span.date {
					margin-right: 8px;
				}
                    #content .main .news .item span.date span.date-day,
                    #content .blog span.date span.date-day {
                        display: block;
                        margin: 8px 0 0 0;
                        width: 50px;
                        text-align: center;
                        font-size: 20px;
                        font-weight: bold;
                    }
                    #content .main .news .item span.date span.date-month,
                    #content .blog span.date span.date-month {
                        display: block;
                        margin: 2px 0 0 0;
                        width: 50px;
                        text-align: center;
                        font-size: 14px;
                        font-weight: bold;
                        text-transform: uppercase;
                    }
                    #content .main .news .item span.date span.date-year,
                    #content .blog span.date span.date-year {
                        display: block;
                        width: 50px;
                        text-align: center;
                        font-size: 11px;
                        font-weight: bold;
                    }

				#content .main .news .item .info {
					float: left;
					width: 428px;
					height: 68px;
					overflow: hidden;
				}
					#content .main .news-list-wrapper .news .item .info {
						width: 688px;
						overflow:none;
						height: auto;
					}

				#content .main .news .item .desc {
					line-height: 14px;
					height: 42px;
					overflow: hidden;
					padding: 0px 4px;
					text-align: justify;
				}
				#content .main .news-list-wrapper .news .item .desc {
					height: auto;
					overflow: visible;
				}
				
				#content .main .news .item .read-more {
					padding: 20px 0;
				}
			#content .main .news .more {
				padding: 5px 0;
				display: block;
				width: 120px;
			}
			
			#content .main .news .item a.link-more {
				display: block;
				float: right;
				background-image: url(../img/stripes-bg.png);
				color: #ffffff;
				text-decoration: none;
				text-transform: uppercase;
				padding: 4px 10px;
				font-weight: bold;
				margin-top: 41px;
				margin-left: 4px;
			}
				#content .main .news .item a.link-more:hover {
					text-decoration: underline;
				}
				#content .main .news-list-wrapper .news .item  a.link-more {
					display: none;
				}
			
			#content .main .news.company-news .item {
				padding: 10px;
				width: 458px;
			}
			
			#content .main .news-list-wrapper .media-box {
				margin: -10px 0 30px 0;
				padding: 10px 0 0 0;
				background-color: #000000;
			}
				#content .main .news-list-wrapper .media-box .media_item {
					width: 100px;
					height: 100px;
					overflow: hidden;
					float: left;
					margin: 0 10px 10px 0;
				}
			
			#content .main  .listing-wrapper {
				background-color: #000000;
				padding: 7px 0 0 0;
				height: 25px;
				overflow: hidden;
			}
			
			#content .main  .listing {
				background-color: #000000;
				color: #ffffff;
				text-align: center;
				text-transform: uppercase;					
				/*background-image: url(../img/stripes-bg2.png);
				background-repeat: repeat-x;*/
				height: 30px;
			}
				#content .main  .listing .list-prev {
					float: left;
					display: block;
					background-image: url(../img/stripes-bg2.png);
					background-repeat: repeat-x;
					height: 24px;
					padding: 6px 15px 0 15px;
					position: relative;
					margin-top: -6px;	
					width: 70px;
					text-align: center;				
				}
				#content .main  .listing .list-next {
					float: right;
					display: block;
					background-image: url(../img/stripes-bg2.png);
					background-repeat: repeat-x;
					height: 24px;
					padding: 6px 15px 0 15px;		
					position: relative;
					margin-top: -6px;
					width: 70px;
					text-align: center;				
				}
				#content .main  .listing .list-center {
					margin: 6px 0 0 0;

				}
			
			
				#content .main  .listing .prev {
					float: left;
				}
				#content .main  .listing .next {
					float: right;
				}
				#content .listing-more {
					text-align: center;
					text-transform: uppercase;					
					background-image: url(../img/stripes-bg2.png);
					background-repeat: repeat-x;
					height: 24px;
					background-color: #000000;
					padding: 6px 0 0 0;
				}
					#content .listing-more a {
						text-decoration: none;
						color: #ffffff;				
					}
					#content .listing-more a:hover {
						text-decoration: underline;
					}
			#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/stripes-bg.png);
					background-repeat: repeat;
					color: #ffffff;
					text-decoration: none;
					float: left;
					margin: 0 7px 10px 0;					
					font-size: 14px;
				}			
				#content .filter-box a:hover, #content .filter-box a.active {
					color: #c0c0c0;	
					cursor: pointer;		
				}
			
			#content .combo-box {
				/*float: right;*/
				/*width: 385px;*/
				width: 100%;
			}
		
		#content .breadcrums {
			padding: 5px 0 5px 175px;
			height: 16px;
			color: #ffffff;
			font-weight: bold;
			font-size: 12px;
			margin: 20px 0;
			background-color: #000000;
			background-image: url(../img/logo-bread.jpg);
			background-repeat: no-repeat;

		}
		
		#content .breadcrums .breadcrum {
			display: inline;
			/*border: 1px solid #333333;
			border-width: 0 1px;*/
			padding: 3px;
			margin: 2px 10px;
		}
		
		#content .breadcrums a {
			text-decoration: none;
			color: #ffffff;
			font-weight: bold;
			font-size: 12px;
			text-transform: uppercase;
		}
			#content .breadcrums a:hover {
				color: #aaaaaa;
			}
		
		#content .product-list {
			padding: 10px 0;
		}
			#content .product-list .item {
				/*border: 1px solid #595959; */
				width: 180px;
				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: 180px;
					height: 200px;
					overflow: hidden;
					display: block;
				}
				#content .product-list .item h2 {
					color: #ffffff;
					height: 16px;
					overflow: hidden;
					background-image: url(../img/stripes-bg.png);
					padding: 8px 0 10px 8px;
				}
					#content .product-list .item h2 a {
						color: #ffffff;
						text-decoration: none;
						font-weight: bold;
					}
						#content .product-list .item h2 a:hover {
							text-decoration: underline;
						}
				#content .product-list .item h3 {
					background-color: #000000;
					padding: 2px 0 2px 8px;
				}
				#content .product-list .item .desc {
					height: 18px;
					overflow: hidden;
				}
		#content .main .product-detail {
			padding: 10px 0;
			/*background-color: #000000;*/
		}
			#content .main .product-detail h1 {
				color: #ffffff;
				text-transform: uppercase;
				font-size: 16px;
				background-color: #000000;
				padding: 4px 10px;
			}
            #content .main .product-detail h1 a {
				color: #ffffff;
				text-transform: uppercase;
                text-decoration: none;
				font-size: 16px;
				background-color: #000000;
			}
				#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;
				background-color: #000000;
				padding: 4px 10px 10px 10px;
			}
			#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 .textLeft {
					width: 470px;
					padding: 10px;
					background-color: #000000;
					float: left;
				}
				#content .main .product-detail .desc .textRight {
					width: 470px;
					padding: 10px;
					background-color: #000000;
					float: right;
				}
				
				
				#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/stripes-bg.png);
						color: #ffffff;	
						background-repeat: repeat;
						text-decoration: none;
						float: left;												
						font-size: 14px;
					}			
						#content .main .product-detail .buttons a:hover {
							color: #c0c0c0;
							cursor: pointer;		
						}
						#content .main .product-detail .buttons a.send {
							float: left;								
							margin: 0 70px 10px 0;
						}
						#content .main .product-detail .buttons a.buy {
							font-size: 16px;
							font-weight: bold;
							width: 420px;
							padding: 6px 0 2px 30px;
							text-align: left;
							
						}
						
		#content .main .product-detail .left-box {
			width: 450px; 
			padding: 10px;
			float: left; 
			overflow: hidden;
			background-color: #000000;
		}	
		
		#content .main .product-detail .right-box {
			width: 450px; 
			padding: 10px;
			float: right; 
			overflow: hidden;
			background-color: #000000;
		}	
			#content .main .product-detail .right-box .textKolekce {
				width: 210px; 
				float: left; 
				overflow: hidden;
			}	
			#content .main .product-detail .right-box .textPodkolekce {
				width: 210px; 
				float: right; 
				overflow: hidden;
			}
			#content .main .product-detail .right-box .textMaterial {
				
			}
				
	#content .main .company {
			
		}
			#content .main .company .item {
				padding: 0 0 5px 0;
				margin: 0 0 2px 0;
			}
				#content .main .company .item .desc {
					padding: 0 10px;
					background-color: #000000;
				}
				#content .main .company .item h2 {
					background-image: url(../img/stripes-bg.png);
					background-repeat: repeat;
					color: #ffffff;
					text-transform: uppercase;
					padding: 8px 0 8px 10px;
					font-size: 14px;
					margin: 0 0 10px 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: 980px;
	}	
		 #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: 220px; 
		float: right;
		overflow: hidden;
	}
		#content .sidebar .title {
			padding: 8px 0 0 0;
			height: 24px;
		}
			#content .sidebar .title.top {
				background-image: url(../img/stripes-bg.png);
				background-repeat: repeat;
				color: #ffffff;
				text-transform: uppercase;
				padding: 8px 0 0 10px;
				font-size: 14px;
			}
		#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 {

		}
			#content .search .input {

			}
			#content .search .submit {

			}
		#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 {
			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/stripes-bg.png);
					background-repeat: repeat;
					color: #ffffff;
				}
					#content .locator-filter .buttons a:hover {
						color: #aaaaaa;
						cursor: pointer;		
					}
		
		
		#content .home-follow {
			text-align: right;
			background-color: #000000;
			padding: 8px 10px 2px 0;
			margin: 20px 0 0 0;
		}
			
		
		#content .sidebar.news-search {

		}
			#content .sidebar.news-search form .input {
				display: block;
				background-color: #ffffff;
				border-width: 0;
				width: 212px;
				padding: 6px 4px;
			}
			#content .sidebar.news-search form .submit {
				background-image: url(../img/stripes-bg.png);
				background-color: transparent;
				border-width: 0;
				width: 220px;
				padding: 4px 0 6px 0;
				color: #ffffff;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 12px;
				cursor: pointer;
				margin: 0;
			}
		
		#content .sidebar .search {
			margin: 20px 0 0 0;
		}
		#content .sidebar .search .submit {
			margin: 4px 0 0 0;
			
		}
		
		
		#content .sidebar .filter-type {
			background-image: url(../img/stripes-bg.png);
			padding: 6px 0 6px 20px;
			color: #ffffff;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
			margin-top: 20px;
		}
		#content .sidebar .filter {
			padding: 10px 20px;
			background-color: #000000;
		}
			#content .sidebar .filter a { 
				color: #595959;
				text-transform: uppercase;
				font-size: 12px;
				text-decoration: none;
			}			
			#content .sidebar .filter a:hover, #content .sidebar .filter a.active {
				text-decoration: underline;
				color: #ffffff;
			}
			#content .sidebar .filter a.last {
					
			}
		
		#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;
				background-color: #000000;
			}
				#content .sidebar .media-box .item.last {
					float: right;
				}
				#content .sidebar .media-box .item .img-wrapper {
					width: 178px;
					height: 100px;
					overflow: hidden;
				}
				
				
		#content .media-box #team-member-photos .item a {
			display: block;
			height: 200px;
			overflow: hidden;
			width: 178px;
			margin-right: 10px;
		}




/* Footer
----------------------------------------*/
#footer {
	background-color: #000000;
	/*padding: 10px;*/
}
	#footer .inner {
		border-top: 1px solid #595959; 
		padding: 10px 0;
		width: 980px;
		margin: 0 auto;
	}
	#footer .dealer {
		float: right;
		padding: 15px 0 0 0;
	}
	#footer .follow {
		float: right;
		padding: 15px 0 0 0;
		text-align: right;
	}
	#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;
	}







/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:  980px;
	height: 240px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.scrollable .items div {
	float:left;
}

