
/*----------------------------------------
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"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
	height: 100%;
}

/*--- Link Styles ---*/
a
{
	color: #D2232A;
	text-decoration: underline;
}

a:hover
{
	color: #D2232A;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

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: 1003px;	
	margin: 0px auto;	
}
#web-container-intro {
	width: 1003px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}


/* Header
----------------------------------------*/

#header {
	height: 55px;
	padding: 10px 0 10px 0;
}
	#header .logo {
		float: left;
		width: 300px;
	}
	#header .lang {
		float: right;
		text-align: right;
		width: 300px;
		padding: 38px 0 0 0;
	}
		#header .lang a {
			text-transform: uppercase;
			text-decoration: none;
			padding-left: 10px;
			color: #A7A9AC;
			font-size: 11px;
			display: block;
			float: right;
		}
		#header .lang a:hover {
			text-decoration: underline;
		}
		#header .lang a.fb-icon {
			width: 19px;
			height: 18px;
			padding: 0;
			margin: 0 0 0 10px;
			position: relative;
			top: -4px;
			background-image: url(../img/icon-fb.jpg);
		}
			#header .lang a.fb-icon:hover {
				background-position: 0 -18px;
			}

	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	
}
	#content .menu {
		width: 213px;
		height: 542px;
		float: left;
		background-color: #A7A9AC;
	}
		#content .menu ul {
			padding: 25px 0;
		}
		#content .menu ul ul {
			padding: 5px 0 5px 10px;
		}
		#content .menu li {
			/* padding: 6px 20px; */
		}
		#content .menu a {
			color: #ffffff;
			font-size: 15px;
			text-decoration: none;
			text-transform: uppercase;
			display: block;   			
			padding: 6px 20px;
			width: 173px;
			
		}
			#content .menu a:hover {
				text-decoration: underline;
			}
			#content .menu li.active a {
				color: #333333;
			}
			#content .menu li.active li a {
				color: #ffffff;
			}
	#content .main {
		width: 790px;
		height: 542px;
		float: left;
	}
		#content.foxy-bomb .main {
			height: 662px;
		}
		#content.foxy-bomb .menu {
			height: 501px;
		}
	
	/* boxy s novinkami na HP */
	
		#content .main .news-box-quarter {
			width: 395px; /* 395 */
			height: 271px; /* 271*/
			float: left;
			overflow: hidden; /* pokud nekdo vlozi vetsi obrazek */


		}
		#content .main .news-box-half {
			width: 395px;
			height: 542px;
			float: left;
			overflow: hidden; /* pokud nekdo vlozi vetsi obrazek */
		}
		#content .main .news-box-full {
			width: 790px;
			height: 542px;
			float: left;
			overflow: hidden; /* pokud nekdo vlozi vetsi obrazek */
		}


	/* BLOG */

	#content .main#blog {
		width: 790px;
		height: 542px;
		float: left;
	}
		#content #blog .blog-menu {
			width: 173px; /* 213 */ 
			height: 482px; /* 542 */
			padding: 30px 20px;
			float: right;
		}
			#content #blog .blog-menu h3 {
				color: #D2232A;
				font-size: 18px;
				padding: 0 0 5px 0;
				font-weight: normal;
			}
				#content #blog .blog-menu h3 span {
					color: #D2232A;
					font-size: 14px;
					font-weight: bold;
					padding: 0;
				}
			#content #blog .blog-menu .search-box, #content #blog .blog-menu .link-box {
				padding: 4px 0 20px 0;
			}
				#content #blog .blog-menu .search-input {
					border: 1px solid #333333;
					background-color: transparent;
					width: 110px;
					padding: 0 4px;
					color: #333333;
					margin: 0 4px 0 0;				
					font-size: 12px;
				}
				#content #blog .blog-menu .search-go {
					position: relative;
					top: 3px; /* ie fix */
				}
					#content #blog .blog-menu .link-box li {
						padding: 2px 0 2px 0px;
					}
						#content #blog .blog-menu .link-box a {
							color: #333333;
							font-size: 12px;
						}
						#content #blog .blog-menu .link-box .icon-feed {
							position: relative;
							top: 2px;
						}
			
			
				
				
				
		#content #blog .blog-content {
			width: 547px; /* 577 */
			height: 542px; 
			float: left;
			padding: 0 15px;
		}
			#content #blog .blog-content h1 {
				color: #86888B;
				text-transform: uppercase;
				font-size: 24px;
				line-height: 22px;
				font-weight: normal;
				padding: 30px 0 50px 0;
			}
				#content #blog .blog-content h1 span {
					color: #D2232A;
					font-size: 22px;
				}
				
			#content #blog .blog-content.list .blog-item {
				height: 130px;
				
			}
			#content #blog .blog-content .blog-item {
				font-size: 12px;
				/*height: 298px;
				border: 1px solid red;*/
			}
				#content #blog .blog-content .blog-item h2 {
					color: #D2232A;
					font-weight: normal;
					font-size: 18px;
					padding: 0 0 4px 0;
				}
				#content #blog .blog-content .blog-item .options {
					color: #A7A9AC;
					font-size: 11px;
					padding: 0 0 15px 0;
				}
					#content #blog .blog-content .blog-item .options span {
						padding: 0 4px;
					}
					#content #blog .blog-content .blog-item .options a {
						color: #333333;
					}
						#content #blog .blog-content .blog-item .options a.add-comment {
							color: #D2232A;
							font-weight: bold;
						}
				#content #blog .blog-content .blog-item .scroller-buttons {
					float: right;
					padding: 160px 0 0 0;
				}
				#content #blog .blog-content .blog-item .scroller-buttons#comments {
					float: right;
					padding: 280px 0 0 0;
				}
			
			#content #blog .blog-content .blog-listing {
				background-color: #e0e0e0; 
				height: 22px;
				padding: 6px 10px 0 10px;
				text-align: center;
			}
				#content #blog .blog-content .blog-listing a {
					padding: 0 4px;
					color: #333333;
				}

					
			
			#content #blog .blog-content .blog-photos {
				height: 120px;
			}
				#content #blog .blog-content .blog-photos h6 {
					height: 20px;
					color: #A7A9AC;
					font-size: 11px;
					padding: 0;
					font-weight: normal;
				}
				#content #blog .blog-content .blog-photos #blog-photo-slider {
					height: 100px;
				}
					#content #blog .blog-content .blog-photos .jcarousel-container-horizontal {
						width: 547px;
						height: 100px;
						padding: 0;
					}
					#content #blog .blog-content .blog-photos .jcarousel-clip-horizontal {
						width: 450px;
						margin: 0 0 0 45px;
						height: 100px;
					}
					#content #blog .blog-content .blog-photos .jcarousel-item {

						width: 160px;
						height: 100px;
						margin: 0 0 0 0;
					}
					
			#content #blog .blog-content #sendToFriend {
				color: #666666;
			}
				#content #blog .blog-content #sendToFriend td {
					padding: 0 20px 10px 0;
				}
				#content #blog .blog-content #sendToFriend label {
					display: block;
				}
				#content #blog .blog-content #sendToFriend label {
					display: block;
				}			
				
				#content #blog .blog-content #sendToFriend .text {
					border: 1px solid #999999;
					border-width: 1px 1px 1px 4px;
					width: 160px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					padding: 2px 0;	
					margin: 0 0 4px 0;				
				}
				#content #blog .blog-content #sendToFriend textarea {
					border: 1px solid #999999;
					border-width: 1px 1px 1px 4px;
					width: 345px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					padding: 2px 0;	
					height: 100px;
				}
				#content #blog .blog-content #sendToFriend .submit {
					border: 0px solid #999999;
					width: 120px;
					padding: 2px 0;					
					background-color: #D81500;
					color: #ffffff;
					font-size: 11px;
				}
				
			
			#content #blog .blog-content .comment-item {
				padding: 7px 0 7px 0;
				border-bottom: 2px solid #fafafa;
			}
				#content #blog .blog-content .comment-item .options {
					padding: 0 0 0 0;
				}
				
				#content #blog .blog-item form label {
					display: block;
				}
				
				#content #blog .blog-item form .text {
					border-color: #999999;
					border-style: solid;
					border-width: 1px 1px 1px 4px;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 11px;
					margin: 0 0 4px;
					padding: 2px 0;
					width: 160px;
				}
				#content #blog .blog-item form textarea {
					border-color: #999999;
					border-style: solid;
					border-width: 1px 1px 1px 4px;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 11px;
					height: 100px;
					padding: 2px 0;
					width: 300px;
				}
				#content #blog .blog-item form .submit {
					background-color: #D81500;
					border: 0 solid #999999;
					color: #FFFFFF;
					font-size: 11px;
					padding: 2px 0;
					width: 120px;
				}
				
				
				
				
				
				
				
					
		/* ZNACKY */

		#content .main#brands {
			width: 790px;
			height: 542px;
			float: left;
		}
			#content #brands .brands-menu {
				width: 355px; /* 395 */ 
				height: 482px; /* 542 */
				padding: 30px 20px;
				float: right;
				background-image: url(../img/image-section-bg.jpg);
				background-repeat: repeat-x;
			}
				#content #brands .brands-menu h3 {
					color: #FFFFFF;
					font-size: 14px;
					text-transform: uppercase;
					padding: 0;
				}
					#content #brands .brands-menu h3 span {
						color: #FFFFFF;
						font-size: 12px;
						text-transform: lowercase;
					}
				#content #brands .brands-menu .link-box {
					padding: 0px 0 20px 0;
				}
					#content #brands .brands-menu .link-box li {
						padding: 2px 0 2px 0px;
					}
						#content #brands .brands-menu .link-box a {
							color: #ffffff;
							font-size: 13px;
							text-transform: uppercase;
							text-decoration: none;
						}
						#content #brands .brands-menu .link-box a:hover {
							text-decoration: underline;
						}
						#content #brands .brands-menu .link-box .active a {
							color: #D2232A;
						}

					
					
					
			#content #brands .brands-content {
				width: 395px; /* 395 */
				height: 542px; 
				float: left;
				/*padding: 0 15px;*/
				overflow: hidden;
			}
				
				#content #brands .brands-content .top {
					width: 370px;
					height: 200px;
					padding: 0 0 0 25px;
					/*background-image: url(../img/image-section6.jpg);*/
					background-repeat: no-repeat;
				}
					#content #brands .brands-content .top h1 {
						color: #ffffff;
						text-transform: uppercase;
						font-size: 24px;
						line-height: 22px;
						font-weight: normal;
						padding: 30px 0 50px 0;
					}
						#content #brands .brands-content .top h1 span {
							color: #D2232A;
							font-size: 22px;
						}
				#content #brands .brands-content .inner {
					padding: 0 15px;
					height: 343px;
					color: #A7A9AC;
					font-size: 13px;
					line-height: 20px;
				}
					#content #brands .brands-content .inner .logo {
						text-align: left;
						padding: 15px 0 10px 0;
						color: #333333;
						text-transform: uppercase;
						font-size: 24px;
					}
								
					
					
					
					
					
	
		/* CLUB */
	
		#content .main#club {

		}
			#content #club .club-menu {
				background-image: url(../img/image-section4.jpg);
				background-repeat: no-repeat;
				background-position: -40px 0;
				width: 325px;
				height: 542px;
				padding: 0 15px;
				float: left;
			}
				#content #club .club-menu h1 {
					color: #A7A9AC;
					text-transform: uppercase;
					font-size: 24px;
					line-height: 22px;
					font-weight: normal;
					padding: 30px 0 25px 0;
				}
					#content #club .club-menu h1 span {
						color: #D2232A;
						font-size: 22px;
					}
				#content #club .club-menu h3 {
					color: #D2232A;
					font-size: 26px;
					line-height: 26px;
					font-weight: normal;
					padding: 0 0 30px 0;
				}	
				
				#content #club .club-menu ul {
				}
					#content #club .club-menu ul li {
						padding: 15px 0 0 0;						
					}
						#content #club .club-menu ul li a {
							color: #A7A9AC;
							font-size: 12px;
							text-decoration: none;
						}
						#content #club .club-menu ul li a:hover {
							text-decoration: underline;
						}
			
			#content #club .club-content {
				width: 405px; /* 395 */
				height: 512px; /* 542 */
				padding: 30px 15px 0 15px;
				float: left;
				font-size: 15px;
				color: #333333;				
			}

				#content #club .club-content .paragraphs {
					padding: 70px 0 0 0;
					line-height: 20px;
					color: #A7A9AC;
				}
				#content #club .club-content .perex {
					font-size: 20px;
					line-height: 22px;
				}
		
		
		/* PRESS ROOM */
		
		#content .main#press {

		}
			#content #press .press-menu {
				padding: 0 15px;
			}
				#content #press .press-menu h1 {
					color: #86888B;
					text-transform: uppercase;
					font-size: 24px;
					line-height: 22px;
					font-weight: normal;
					padding: 30px 0 50px 0;
				}
					#content #press .press-menu h1 span {
						color: #D2232A;
						font-size: 22px;
					}
				#content #press .press-menu .logos {
					width: 760px;
					height: 128px;
				}
					#content #press .press-menu .logos td {
						vertical-align: middle;
						text-align: center;
						padding: 0 0 10px 0;
					}
				#content #press .magazines {
					width: 760px;
				}
					#content #press .magazines td {
						vertical-align: middle;
						text-align: center;
						padding: 0 0 10px 0;
					}
					
		
		
		
		/* STATICKE PODSTRANKY */
		
		#content .static-contact {
			width: 365px; 
			padding: 0 15px; 
			background-image: url(../img/static-bg-contact.jpg); 
			background-repeat: no-repeat;
			height: 542px; 
			float: left;
		}
			#content .static-contact h1 {
				color: #242223;
				font-size: 24px;
				font-weight: normal;
				line-height: 22px;
				padding: 30px 0 50px;
				text-transform: uppercase;
			}
				#content .static-contact h1 span {
					color: #D2232A;
					font-size: 22px;
				}
			#content .static-contact .text-box {
				padding: 250px 0 0 40px;
				color: #ffffff;
				font-size: 12px;
			}
				#content .static-contact .text-box div {
					float: left;
					width: 160px;
				}
				#content .static-contact .text-box a {
					color: #ffffff;
				}
				#content .static-contact .text-box strong {
					font-weight: bold;
				}
		
		#content .contact-sidebar {
			float: left; 
			width: 395px;
			height: 512px; /* 542 */
			padding: 30px 0 0 0;
			background-color: #e0e0e0;
		}
			#content .contact-sidebar form {
				height: 266px;
				padding: 0 20px;
				color: #666666;
			}
				#content .contact-sidebar form .text {
					border: 1px solid #999999;
					border-width: 1px 1px 1px 4px;
					width: 160px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					padding: 2px 0;	
					margin: 0 0 4px 0;				
				}
				#content .contact-sidebar form textarea {
					border: 1px solid #999999;
					border-width: 1px 1px 1px 4px;
					width: 160px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					padding: 2px 0;	
					height: 50px;
				}
				#content .contact-sidebar form .submit {
					border: 0px solid #999999;
					width: 120px;
					padding: 2px 0;					
					background-color: #D81500;
					color: #ffffff;
					font-size: 11px;
				}
				#content .contact-sidebar #map-hq {
					border-top: 4px solid #ffffff; 
					display: none;
				}
				#content .contact-sidebar #form-info {
					color: #666666;
					padding: 0 20px;
					font-size: 14px;
					line-height: 18px;
				}
				#content .contact-sidebar .address-cols {
					font-size: 12px;
					padding: 30px 0 0 20px;
					color: #666666;
				}
					#content .contact-sidebar .address-cols div {
						float: left;
						width: 160px;
						
					}
					#content .contact-sidebar .address-cols strong {
						font-weight: bold;
					}
			
		
		#content .static-carieer {
			width: 350px; 			
			padding: 30px 15px 0 15px; 
			float: left;
			height: 512px;
			color: #A7A9AC;
			font-size: 13px;
			line-height: 20px;
		}
					
		#content .carieer-sidebar {
			width: 410px; 
			height: 542px;
			float: left;
			background-image: url(../img/image-carieer.jpg);
			background-repeat: no-repeat;
		}
			#content .carieer-sidebar#velkoobchod {
				background-image: url(../img/image-wholesale.jpg);
			}
			#content .carieer-sidebar#profile {
				background-image: url(../img/image-profile.jpg);
			}
			#content .carieer-sidebar h1 {
				color: #ffffff;
				font-size: 24px;
				font-weight: normal;
				line-height: 22px;
				padding: 30px 0 50px 25px;
				text-transform: uppercase;
			}
				#content .carieer-sidebar h1 span {
					color: #D2232A;
					font-size: 22px;
				}
				
				
		#content .static-copyright {
			padding: 0 15px; 
			height: 542px;
			color: #A7A9AC;
			font-size: 13px;
			line-height: 20px;
		}
			#content .static-copyright h1 {
				color: #242223;
				font-size: 24px;
				font-weight: normal;
				line-height: 22px;
				padding: 30px 0 50px;
				text-transform: uppercase;
			}
				#content .static-copyright h1 span {
					color: #D2232A;
					font-size: 22px;
				}
				
				#content .static-copyright .scroller-buttons {
					float: right;
					padding: 350px 0 0 0;
				}
				

		/* PRESS ROOM */
		
		#content .main#shops {

		}
			#content #shops .shops-detail {
				width: 395px;
				height: 542px;
				/*padding: 0 15px;*/
				float: left;
				/*background-image: url(../img/image-section3.jpg);
				background-repeat: no-repeat;*/
			}
				#content #shops .shops-detail#pressroom {
					background-image: url(../img/image-section5.jpg);
					background-repeat: no-repeat;
				}
				#content #shops .shops-detail h1 {
					color: #ffffff;
					text-transform: uppercase;
					font-size: 24px;
					line-height: 22px;
					font-weight: normal;
					padding: 30px 0 10px 15px;
					position: absolute;
				}
					#content #shops .shops-detail h1 span {
						color: #D2232A;
						font-size: 22px;
					}
				
					
			#content #shops .shops-menu {
				width: 395px; 
				height: 542px;
				background-image: url(../img/image-section-bg.jpg);
				background-repeat: repeat-x;
				float: left;
				line-height: 16px;
			}
				#content #shops .shops-menu .scroller-buttons {
					width: 50px;
					padding-top: 470px;
					float: right;
				}
				#content #shops .shops-menu .navi {
				}
					#content #shops .shops-menu .navi ul {
						padding: 20px 0 0 0;
					}
						#content #shops .shops-menu .navi ul li {
							padding: 10px 20px 0 20px;
							font-size: 13px;
							font-weight: bold;
							color: #ffffff;
							text-decoration: none;
							text-transform: uppercase;	
						}
							#content #shops .shops-menu .navi ul li.active a {
								color: #D2232A;
							}
							#content #shops .shops-menu .navi ul a {
								color: #ffffff;
								text-decoration: none;
								text-transform: uppercase;							
							}
							#content #shops .shops-menu .navi ul a:hover {
								text-decoration: underline;							
							}
							#content #shops .shops-menu .navi ul li.active li a {
								color: #ffffff;
							}
							#content #shops .shops-menu .navi ul li ul {
								padding: 0;
							}
							#content #shops .shops-menu .navi ul li ul li {
								padding: 5px 0 0 0;
							}
							
							
				#content #shops .shops-menu .shops-info {
					padding: 10px 0 10px 0px;
					color: #ffffff;
					font-size: 12px;
					line-height: 16px;
				}
					#content #shops .shops-menu .shops-info .list {

					}
						#content #shops .shops-menu .shops-info .list .item {
							padding: 0 0 6px 0;
							font-weight: normal;
						}
						#content #shops .shops-menu .shops-info .list strong {
							font-weight: bold;
						}


		/* NOVINKY - detail */
		
		#content .main .news-content {
			width: 760px;
			height: 542px;
			padding: 0 15px 0 15px;
		}
			#content .main .news-content h1 {
				color: #86888B;
				font-size: 24px;
				font-weight: normal;
				line-height: 22px;
				padding: 30px 0 50px;
				text-transform: uppercase;
			}
			#content .main .news-content .news-listing {
				float: right; 
				padding: 0 30px 0 0;
				width: 270px;		
			}
				#content .main .news-content .news-listing a {
					color: #86888B;
					font-size: 12px;
					height: 24px;
					display: block;
					float: right;					
				}
				#content .main .news-content .news-listing a.prev {
					background-image: url(../img/hor-left.jpg);			
					background-repeat: no-repeat;
					padding: 0 0 0 25px;
				}
					#content .main .news-content .news-listing a.prev:hover {
						background-image: url(../img/hor-left-on.jpg);			
					}
				#content .main .news-content .news-listing a.next {
					background-image: url(../img/hor-right.jpg);			
					background-repeat: no-repeat;
					background-position: right;
					padding: 0 25px 0 25px;
				}
					#content .main .news-content .news-listing a.next:hover {
						background-image: url(../img/hor-right-on.jpg);			
					}
			#content .main .news-content h2 {
				color: #D2232A;
				font-size: 18px;
				font-weight: normal;
				padding: 0 0 4px;
			}
			#content .main .news-content .inner {
				height: 397px;
			}
				#content .main .news-content .inner .scroller-buttons {
					position: absolute; 
					z-index: 100; 
					margin: 0 0 0 360px 
				}
				#content .main .news-content .inner .content-newsbox {
					height: 600px; 
					color:#A7A9AC;
					line-height:20px; 
					font-size: 15px;
				}
					#content .main .news-content .inner .content-newsbox .newsbox-text {
						width: 350px; 
						float: left;
					}
					#content .main .news-content .inner .content-newsbox .newsbox-photo {
						width: 350px; 
						float:right;
					}
					
					#content .main .news-content .inner .content-newsbox .newsbox-photo table {
						width: 320px;
					}	
						#content .main .news-content .inner .content-newsbox .newsbox-photo td {
							padding: 0 0 20px 0;
						}					
							#content .main .news-content .inner .content-newsbox .newsbox-photo td.last {
								text-align: right;
							}



/* Form 
----------------------------------------*/
.form #club .scroller-buttons {
	position: absolute; 
	z-index: 100; 
	margin: 0 0 0 360px 
}


.form #club p {
	margin-bottom: 10px;
	font-size: 14px;	
}

.form #club .club-menu {
	background: none !important;
	width: 750px;
	padding: 0 15px;
	float: left;
}

#questionary {
	width: 760px;
	height: 430px;
	overflow: scroll;
	overflow-x: hidden;
	position: relative;
}
	.form #club .club-menu h1 {
		padding-bottom: 0 !important;	
	}

	#club h4, #club .question, #club .answers {
		width: 340px;
	}
	#club h4, #club h3 {
		clear: both;	
	}
	#club h3 {
		padding: 0 !important;
		margin: 30px 0 10px 0;
	}
	#club h3 {
		margin-top: 10px !important;	
	}
	#club .question {
		position: relative;
		display: inline;
		float: left;
	}
	#club .answers {		
		position: relative;
		display: inline;
		float: right;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	#club .answers label {
	}
	#club .text-input {
		width: 200px;	
	}
		#club .answers .sub {
			float: left;
			position: relative;
			clear: both;
			display: block;
			width: 340px;
			margin-bottom: 12px;
		}
		#club .answers span {
			width: 180px;
			float: left;
		}
		#club .answers .radios, #club .answers .text-input  {
			float: right;
			position: relative;
			margin-right: 5px;
		}


#club .contact input {
	width: 340px;	
}


/*	wrapper divs */
.custom-checkbox, .custom-radio { 
	position: relative;
	float: left;
	display: inline;
}
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 4px 2px;
	margin-right: 2px;
	width: 16px;
	cursor: pointer;
	text-align: center;
}

	
/* states */
.custom-checkbox label { background: url(../img/checkbox.gif) no-repeat; }

.custom-radio label { 
	/*background: url(../img/radiobutton.gif) no-repeat; */
	background: #ffffff;
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.custom-checkbox label, .custom-radio label {
	background-position: -10px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
	border-color: #ff6600;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background: #ff6600;
	color: #ffffff;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: none;
}




.send-form {
	width: 340px;
	text-align: center;	
	margin-top: 20px;
}
.send-form input {
	padding: 10px;
	text-transform: uppercase;
}

/* Footer
----------------------------------------*/
#footer {
	color: #A7A9AC;
	padding: 10px 0 0 0;
}
	#footer table {
		width: 1003px;
		margin: 10px 0 20px 0;;
	}
		#footer table td {
			text-align: center;
			vertical-align: middle;
		}
	#footer .menu {
		float: left;
		padding: 0 0 20px 0;
	}
		#footer .menu a {
			text-transform: uppercase;
			text-decoration: none;
			padding-right: 10px;
			color: #A7A9AC;
			font-size: 11px;
		}
			#footer .menu a:hover {
				text-decoration: underline;
			}
	#footer .author {
		float: right;
		text-align: right;
	}
		#footer .author a {
			text-decoration: underline;
			color: #A7A9AC;
			font-size: 11px;
		}









