

@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #0a0a0a;
	color: #1a1a1a;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	background-image: url(../img/web-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

/*--- Link Styles ---*/
a
{
	color: #dd660E;
	text-decoration: underline;
}

a:hover
{
	color: #EE761E;
	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: 960px;	
	margin: 0px auto;
}


/* Header
----------------------------------------*/

#header {
	padding: 20px 0 0 0;
}
	#header .top {
		background-image: url(../img/header-bg.png);
		background-repeat: no-repeat;
		height: 100px;
	}	
		#header .top .logo {
			float: left;
			padding: 20px 0 0 30px;
		}	
		#header .top .menu {
			float: left;
			margin: 45px 0 0 20px;
		}
			#header .top .menu li {
				float: left;
				padding: 0 12px;
			}
			#header .top .menu li a {
				color: #ffffff;
				font-weight: bold;
				font-size: 15px;
				text-transform: uppercase;
				text-decoration: none;
			}
				#header .top .menu li a:hover, #header .top .menu li a.active {
					color: #E3DB20;
					text-decoration: none;
				}
		#header .top .newsletter {
			float: right;
			margin: 10px 20px 0 0;
			display: inline; /* ie6 bugfix */
		}
			#header .top .newsletter #hiddenNews {
				width: 140px;
				display: none;
				position: absolute;
				background-color: #000000;
				padding: 15px;
				z-index: 100;
				color: #ffffff;
			}
			#header .top .newsletter input#email {
				width: 140px;
				margin-bottom: 4px;
			}
			#header .top .newsletter .submit {
				margin-left: 25px;
			}

			
	#header .banner {
		height: 279px;
		padding: 10px 10px 0 10px;
		background-image: url(../img/banner-bg.png);
		background-repeat: no-repeat;
	}	
	#header .category-menu {
		height: 96px;
		padding: 0 0 0 20px;
		background-image: url(../img/category-bg.png);
		background-repeat: repeat-y;
		text-align: center;
	}
		
		#header .category-menu div {
			width: 83px;
			text-align: center;
			float: left;
		}
		#header .category-menu a.category-name {
			color: #f7ef22;
			text-decoration: none;
			text-transform: uppercase;
			line-height: 14px;
			display: block;
			text-align: center;
		}
		
	
		
/* Content
----------------------------------------*/
#content {

}
#content .inner {
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-y;
	padding: 0 20px;
}

#content .inner .h1_main {
  color: #000000;
  font-size: 1.9em;
}

#content .inner p {
  padding: 5px 0 10px 0;
  margin-left: 30px;
  color: #000000;
}

#content .product-items {
	padding: 10px 0;
}
	#content .product-items .item {
		width: 280px;
		margin: 0 0 0 20px;
		padding: 20px 0 0 0;
		float: left;
	}
		#content .product-items .item h2 {
			background-image: url(../img/item-title.jpg);
			background-repeat: no-repeat;
			height: 25px;
			padding: 10px 0 0 10px;
			font-size: 16px;
			color: #ffffff;
			font-weight: normal;
			overflow: hidden;
		}
		#content .product-items .item .perex {
			background-image: url(../img/item-perex.jpg);
			background-repeat: no-repeat;
			height: 21px;
			padding: 2px 0 0 10px;
			font-size: 14px;
		}		
		#content .product-items .item .desc {
			background-image: url(../img/item-content-bg.jpg);
			background-repeat: repeat-y;
		}
			#content .product-items .item .photo {
				text-align: center;
				padding: 10px 0 0 0;
				width: 260px;
				height: 97px;
				overflow: hidden;
				margin: 0 auto;
			}
			#content .product-items .item h3 {
				padding: 10px;
				height: 42px;
				overflow: hidden;
				font-weight: normal;
			}
			#content .product-items .item .button {
				height: 42px;
			}
			
	#content .product-items .disc {
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		padding: 10px 20px;
		color: #666666;
	}
	
	
	#content .detail {
		width: 880px;
		padding: 30px 20px;
		
	}
		#content .detail .title {
			background-image: url(../img/detail-top.jpg);
			background-repeat: no-repeat;
			height: 70px;
		}
		#content .detail .title h1 {
			background-image: url(../img/detail-top.jpg);
			background-repeat: no-repeat;
			height: 42px;
			padding: 28px 0 0 20px;
			font-weight: normal;
			font-size: 30px;
			color: #ffffff;
		}
		#content .detail .detail-content {
			background-image: url(../img/detail-bg.jpg);
			background-repeat: repeat-y;
			padding: 0 1px; /* okraj pozadi */
		}
			#content .detail .photo-box {
				width: 419px;
				padding: 25px 0;
				float: left;
				overflow: hidden;
			}
				#content .detail .photo-box .thumbs {
					padding: 25px 0;
					text-align: center;
				}
					#content .detail .photo-box .thumbs img {
						margin: 0 4px 10px 4px;
	
					}
			#content .detail .description-box {
				width: 459px;
				float: right;
			}
				#content .detail .description-box .desc {
					font-size: 14px;
					padding: 25px;
					line-height: 22px;
				}
			
				#content .detail .description-box .sms-box {
					width: 459px;
					height: 219px;
					padding: 10px 0 0 0;
					background-image: url(../img/smsinfo-bg.jpg);
					background-repeat: no-repeat;
				}			
					#content .detail .description-box .sms-box .sms-count {
						background-color: #BC68D9;
						color: #ffffff;
						font-size: 14px;
						padding: 10px 25px;
					}
						#content .detail .description-box .sms-box .sms-count strong {
							font-weight: normal;
							color: #000000;
							font-size: 18px;
						}
					#content .detail .description-box .sms-box .sms-num {
						padding: 25px;
					}
						#content .detail .description-box .sms-box .line1 {
							font-size: 24px;
							padding: 8px 0 0 0;
							line-height: 26px;
						}
							#content .detail .description-box .sms-box .line1 strong {
								font-weight: bold;
								font-size: 30px;
							}
						#content .detail .description-box .sms-box .line2 {
							font-size: 24px;
							padding: 25px 50px;
						}
							#content .detail .description-box .sms-box .line2 strong {
								font-weight: bold;
								font-size: 36px;
								color: #817c06;
							}
						#content .detail .description-box .sms-box .line3 {
							font-size: 18px;
							color: #333333;
						}
						
				#content .detail .description-box .info {
					font-size: 10px;
					color: #7f7f7f;
					padding: 10px 25px;
				}
					
			
		#content .detail .detail-bottom {
			background-image: url(../img/detail-bottom.jpg);
			background-repeat: no-repeat;
			height: 9px;
			line-height: 1px;
		}

	

/* Footer
----------------------------------------*/
#footer {
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	height: 92px;
	color: #ffffff;
	margin: 0 0 30px 0;
}
	#footer a {
		color: #ffffff;
	}
		#footer .alt-menu {
			float: left;
			padding: 40px 0 0 40px;
		}
			#footer .alt-menu a {
				text-transform: uppercase;
			}
			
			#footer .alt-menu form {
				float: right; 
				margin-left: 10px;
			}
		#footer .icons {
			float: left;
			padding: 20px 0 0 150px;
		}
		#footer .copy {
			float: right;
			text-align: right;
			padding: 40px 40px 0 0;
		}









