* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

li {
	list-style-type: none;
}
.box {
	margin-bottom:12px;
	background-color: #013366;
}
.box h3 {
	background: #fff url('../image/background-box-header.png') no-repeat;
	line-height: 40px;
	height: 40px;
	padding-left: 30px;
	color: #003366;text-transform:uppercase;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.box .bottom {
	background: #013366 url('../image/background-box-bottom.png') left bottom no-repeat;
}

.contentHead, #content h1 {
	background:#fff url('../image/content-head-bg.png') no-repeat;
	height:23px;
	padding:10px 5px 7px 20px;
	color:#003366;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.contentHead p{
	font-size: 0.8em;
	display: inline;
}

.product { 
	background:#fff url('../image/product-bg.png') no-repeat;
	width:212px;
	height:143px;
	margin: 0 12px 12px 0;
	padding:25px 15px 0 20px;
	float:left;
}

.product a.image {
	float:left;
}

.productImage {
	border:2px solid #999999;
	width:86px;
	height:86px;
	margin-bottom:10px;
	display:block;
	color:#000;
}

.productInformation {
	float:right;
	width:100px;
	height:86px;
	position:relative;
}

.productDescription {
	height:65px;
	overflow:
	hidden;color:#000;
	font-size: 0.8em;
}

.productPrice {
	width:105px;
	color:#0099cc;
	position:absolute;
	left:0;
	bottom:0;
	font-weight:bold;
	font-size: 0.8em;
}

.productButtons {
	clear:both;
}

.productButtons .buy{
	float: right;
}

.cartForm {
	float: right; 
}

.detailForm {
	clear: both;
}

#buyIt {
	text-align: right;
}

#buyIt .text{
	vertical-align: top;
	height: 18px;
}

.submit {
	background: url('../image/blue-koupit-button.png') no-repeat;
	height: 25px;
	width: 103px;
	border: none;
	cursor: pointer;
}



.productRight {margin-right:0;}

.topMiddleBox {
	background:#036699 url('../image/top-middle-box-bg.png') left top no-repeat;
}

.middleBox {
	background: url('../image/bottom-middle-box-bg.png') left bottom no-repeat;
	padding:20px;
	color: #fff;
	font-size: 0.9em;
}

.topMiddleBox1 {
	background:#0699cd url('../image/top-middle-box1-bg.png') left top no-repeat;
}

.middleBox1 {
	background: url('../image/bottom-middle-box1-bg.png')
	left bottom no-repeat;
	padding:30px;
	font-size: 0.8em;
}
.topMiddleInnerBox {background:#fff url('../image/top-product-box-detail-bg.png') left top no-repeat;width:444px;}
.middleInnerBox {background: url('../image/bottom-product-box-detail-bg.png') left bottom no-repeat;padding:9px;position:relative;}

.lightBlue {
	color:#0099cc;
	font-weight:bold;
	padding-bottom: 5px;
}
.darkBlue td{
	color:#003366;
	font-size: 0.9em;
	padding-right: 10px;
}
.none{display:none;}

html {
	background: #00285e url('../image/background.jpg');
}

body {
	background-color: #111112;
	margin: 0 auto;
	padding: 0 14px 18px 14px;
	width: 960px;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

#header {
	background: #00234f url('../image/background-header.jpg') no-repeat;
	height: 154px;
	position: relative;
}
#logo {
	position: absolute;
	top: 20px;
	left: 40px;
}

#motto {
	position: absolute;
	bottom: 32px;
	left: 420px;
	color: #d5d5d5;
	font-size: 1.2em;
}
	
#navigation { 
	background:#f1f1f1 url('../image/background-navigation.png') right bottom no-repeat;
	position: absolute;
	right: 30px;
	padding-right: 15px
}

#navigation li {
	float: left;
}

#navigation li.first {
	background: url('../image/background-navigation.png') left bottom no-repeat;
	padding-left: 15px;
}

#navigation li a {
	color: #0099cc;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3em;
	margin: 0 5px;
	font-size: 0.8em;
}

#navigation li a:hover {
	text-decoration: none;
}

#navigation li span{
	color: #003366;
	font-weight: bolder;
	vertical-align: middle;
	font-size: 0.7em;
}


#content-leftColumn {
	float:left;
	width:733px
}
	
#content {
	float:right;
	width:506px;
}

#banner {
	background:#7da4c0 url('../image/banner-bg.png') no-repeat;
	height:210px;
}

#banner p {
	font-weight:bold;
	font-size:1.3em;
	padding: 30px 37px;
	color: #fff;
}

#banner ul li {
	padding:0 0 3px 40px;
	color: #fff;
	font-size: 0.8em;
}

#leftColumn { 
	float: left;
	width: 215px;
}
		
#search { 
	background: #fff url('../image/search-bg.png') repeat-x;
	height: 78px;
}

#search form {
	text-align:center;
	padding:17px 0 5px;
}

#search fieldset { 
	border:none;
}

#searchText {
	color:#000;
	width:135px;
	height:16px;
	line-height:26px;
	vertical-align:middle;
	border:1px solid #7f7f7f;
	margin-right:5px;
	padding:5px;
	color:grey;
}

#searchSubmit { 
	background:#fff url('../image/search-button.png') no-repeat;
	height:28px;
	width:40px;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}

#search a {
	color:#003366;
	margin-left: 10px;
	font-size: 0.8em;
}

#search a:hover {
	text-decoration: none;
}
		
#menu li {
	padding-left:40px;
}

			#prsteny {background:url('../image/prsteny-li.png') no-repeat;}
			#prsteny-podle-velikosti {background:url('../image/prstenypv-li.png') no-repeat;}
			#hodinky-broze {background:url('../image/hodinky-li.png') no-repeat;}
			#privesky {background:url('../image/privesky-li.png') no-repeat;}
			#nausnice {background:url('../image/nausnice-li.png') no-repeat;}
			#retizky {background:url('../image/retizky-li.png') no-repeat;}
			#retizky-podle-typu {background:url('../image/retizkypt-li.png') no-repeat;}
			#diamantove-sperky {background:url('../image/diamantove-sperky-li.png') no-repeat;}
			#soupravy-sperku-sety {background:url('../image/soupravy-sperku-sety-li.png') no-repeat;}

#menu li a {
	background: url('../image/menu-li-bg.png') left bottom no-repeat;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 3em;
	color: #fff;
	font-size: 0.8em;
}

#menu li a:hover {
	color: #0099CC;
}

#menu li li {
	list-style: disc outside url('../image/bullet.png');
	padding:0;
}

#menu li li a {
	font-weight: 400;
	background: none;
	text-decoration: underline;
	line-height: 2em;
}

#menu li li a:hover{
	text-decoration: none;
	color: #fff;
}

#freeTransfer {
	background: #00234f url('../image/background-free_transfer.jpg') 0 40px no-repeat;
	height: 161px;
}

#freeTransfer p {
	margin-top: 70px;
	text-align: center;
	font-size: 0.8em;
}

#freeTransfer p a {
	color: #fff;
}

#freeTransfer p a:hover {
	text-decoration: none;
}

#freeTransfer p span {
	font-weight: bold;
	font-size: 0.9em;
}

#recomend ul {
	padding:10px 10px 0 50px;
}

#recomend ul li {
	list-style: disc outside url('../image/bullet.png');
	padding-bottom: 2px;
	font-size: 0.8em;
	color: #fff;
}

#recomend ul li a {
	color: #fff;
}

#recomend ul li a:hover {
	text-decoration: none;
}

	#productImageDetail {width:160px;height:160px;border:2px solid #999999;margin-bottom:10px;}
	#productDetailInfo {float:right;margin-right:20px;width:200px;display:inline;}
	.middleInnerBox a#buy {position:absolute;right:15px;bottom:10px;}

.middleBox1 strong {
	font-weight:bold;
	line-height:25px;
	color: #fff;
}

.middleBox1 p {
	padding:5px 0;
	color: #fff;
}

.middleBox1 .params td{
	color: #fff;
	padding-right: 10px;
}

.middleBox1 .cpt_product_description {
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 20px;
}

#productDetailParameters td {
	width:180px;
}
	
#extendedSearch {
	margin-top:10px;
}

#extendedSearch td{
	padding-right:8px;
}
	
#extendedSearch select{
	width:125px;
}

#extendedSearch span{
	padding-left:5px;
}

#extendedSearch #submitSearch{
	background:url('../image/submitSearch.png') no-repeat;
	width:103px;
	height:25px;
	border:none;
	cursor:pointer;
}

.links {
	text-align:center;
	clear:both;
	margin-bottom: 10px;
}

.links a{
	text-decoration:none;
	color: #fff;
}

.links b{
	color:#0099cc;
}

#staticTexts contentHead{
	font-weight:bold;
	margin-bottom:10px
}

#staticTexts h2{
	font-size: 1em;
	line-height: 2em;
}


#staticTexts p{
	text-align:justify;
	margin-bottom:10px;
	font-size: 0.9em;
}

#staticTexts p a{
	color:silver;
	font-weight:bold;
}

#rightColumn {float:right;width:215px;}

#whyWe ul {
	padding:10px 10px 0 50px;
}

#whyWe ul li {
	list-style: disc outside url('../image/bullet.png');
	padding-bottom: 2px;
	color: #fff;
	font-size: 0.8em;
}

#fastContact {
	background:#00234f url('../image/fast-contact-bg.png') 0 40px no-repeat;
	height:161px;
}

#fastContact p {
	padding: 10px 10px 0 35px;
	font-size: 0.8em;
	color: #fff;
	line-height: 1.4em;
}

#fastContact p a {
	color: #fff;
}

#bestsellers .middle {
	padding: 0 10px;
}

#bestsellers .middle .text {
	padding-left: 10px;
	color: #0099CC;
}

#bestsellers .middle a {
	color: #fff;
	font-size: 0.8em;
}

#bestsellers .middle a:hover {
	text-decoration: none;
}

#module_cart .middle {
	padding: 0 10px;
} 

#module_cart .middle .total{
	margin-bottom: 10px;
} 

#module_cart .middle .toBasket {
	background: url('../image/to-basket.png') left center no-repeat;
	padding-left: 25px;	
} 

#module_cart .middle .toCheckout {
	float: right;
	background: url('../image/to-checkout.png') left center no-repeat;
	padding-left: 25px;
} 

#module_cart, #module_cart a {
	color: #fff;
	font-size: 0.9em;
}

#module_cart, #module_cart a:hover {
	text-decoration: none;
}

#footer {
	background: #00234f url('../image/footer-bg.png') left bottom no-repeat;
	clear: both;
	height: 63px;
}

#navigationBottom {
	margin-left: 35px
}
		
#navigationBottom li {
	float: left;
}

#navigationBottom li a {
	color: #fff;
	margin:0 5px;
	line-height: 63px;
	font-size: 0.8em;
}

#navigationBottom li a:hover {
	text-decoration: none;
}

#navigationBottom li span {
	font-size: 0.7em;
	vertical-align: middle;
	color: #fff;
	font-weight: 800;
}

#content .page {
	background-color: #F7F7F7;
	padding: 10px;
}

.checkout-cart .cart th, .checkout-cart .cart td {
 padding: 0 5px;
}

.button {
	background: url('../image/button.png') no-repeat;
	line-height: 25px;
	padding-left: 5px;
	margin-right: 5px;
	display: inline-block;
	height: 25px;
}

.button span{
	background: url('../image/button.png') right top no-repeat;
	line-height: 25px;
	color: #fff;
	display: block;
	height: 25px;
	margin-right:-5px;
	padding-right: 5px;
	font-size: 0.8em;
}

.button:hover {
	cursor: pointer;
}

.buttons table {
	width: 100%;
}

table.sum tr:last-child  {
	font-weight: 800;
}

.content {
	padding-bottom: 10px;
}

table.cart {
	font-size: 0.9em;
	width: 100%;
}
