@charset "UTF-8";
/**
 *
 * common
 *
 */
 
body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	background-color: #000;
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-size: 13px;
	width: 100%;
	text-align: left;
	color: #eee;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6,h7 {
   margin: 0px;
   padding: 0px;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 25px;
	color: #000;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #000;
}

h3 {
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #ffd800;
}

h4 {
	font-size: 1.0em;
}

p {
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

a {
	color: #ffd800;
}
a:hover {
	color: #f1f17a;
}
	

ul,ol,li {
	padding: 0;
	margin: 0;
	position: relative;
}

input.button {
	cursor: pointer;
	border: 0px;		
	width: 97px;
	height: 23px;
	background: #214F21 url('../images/button.jpg') no-repeat;
	color: #eee;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/**
 *
 * layout
 *
 */
#main {
   position: relative; /* pak lze pouzivat absolutni pozicovani */
   margin: 0 auto;
   width: 900px;
   background-color: #000;
}
/* header */
#header-holder {
   	width: 100%;
   	height: 258px;
}
#header-menu {
	position: relative;
	width: 100%;
	height: 58px;
	
}

#header-menu h1{
	color: #667c29;
	padding: 6px 12px 15px 12px;
	margin: 0px;
}

/* horni menu */
#menu {
	position: relative;
	/*top: 35px;*/
	left: 0px;
	color: #667c29;
}

#menu a {
	margin: 0 14px;
	color: #667c29;
}

#menu a:hover {
	color: #a2b767;
}

#header-main {
	position: relative;
	background: #000;
	width:721px;
	height:200px;
	float: left;
}



#header-winch {
	background: #214F21 url('../images/header-winch.jpg') no-repeat;
	position: absolute;
	left: 495px;
	top: 258px;
	width: 218px;
	height: 40px;
	
}

#basket {
	background: #000 url('../images/basket.jpg') no-repeat;
	width:179px;
	height:200px;
	float: left;
	
}

#basket h2 {
	text-align: center;
	margin: 2px;
	margin-top: 20px;
}

#basket a {
	color: #6c7e1f;
	font-size: 12px;
}

#basket a:hover {
	color: #cbd96e;
}

#basket table {
	margin-top: 60px;
	margin-left: 28px;
	font-style: italic;
	font-weight: bold;
}

#basket .secondRow {
	color: #ffbe00;
}

#basket .left {
	text-align: right;
}

/* drzi obsah na minimalni vysce */ 
.height-holder {
	width: 0px;
	height: 700px;
	float: left;	
}
#height-cleaner {
	clear: both;
}

/* body v height-holderu */
#body-holder {
	background: #000 url('../images/border-outer.jpg') repeat-y;
	width: 881px;
	padding-left: 10px;
	padding-right: 9px;
}

#left-column {
	width: 135px;
	background-color: #001800;
	float: left;
}

#categories-holder {
	width: 135px;
	background-color: #001800;
	float: left;
}

#categories-top {
	width:135px;
	height:29px;
	background: #000 url('../images/menu-top.jpg') no-repeat;
}

#categories-content {
	width:135px;
	background: #000 url('../images/menu-content.jpg') repeat-y;
	font-size: 85%;
}

#categories-content ul {
	width: 120px; /* 120 + 15 padding left = 135 */
	padding: 0px 0px 10px 15px;
	list-style-type: none;
}

#categories-content li {
	padding-bottom: 0.8em; 
	line-height: 1.2em;
	width: 100%;
}

#categories-content li a {
	color: #92a12a;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 90px;
	padding-left: 15px;
}

#categories-content ul li a:hover {
	color: #cbd96e;
}

#categories-content ul li a:hover, #categories-content ul li a.selected {
	background: url('../images/arrow.jpg') no-repeat 0 4px;
}

#categories-content ul li ul {
	padding: 0px 0px 5px 5px;
	margin: 0px;
	width: 70px;
}

#categories-content ul li ul li{
	padding: 0px;
	margin: 5px;
	line-height: 1.2em;
	font-style: italic;
	width: 70px;
}

#categories-content ul li ul li a{
	color: #dbdb2d;
}

#categories-content ul li ul li a:hover, #categories-content ul li ul li a.selected{
	text-decoration: underline;
	background-image: none;
}

#categories-bottom {
	width: 135px;
	height: 9px;
	background: #000 url('../images/menu-bottom.jpg') repeat;
	overflow:hidden;
}

#banners {
	text-align: center;	
}

#right-column {
	width: 162px;
	float: left;
	background-color: #001800;
	font-size: 11px;
}

#right-column h3 {
}

#right-column table {
	margin-top: 5px;
	margin-left: 15px;
}

#right-column td {
	line-height: 100%;
	margin: 0;
	padding: 1px;
}

#right-column label {
	font-style: italic;
	font-weight: bold;
	color: #6c7e1f;
}

#right-column input, #search input {
	font-size: 90%;
	background: #214f21;
	display:block;
	width:70px;
	border: 1px solid #6c7e1f;
	color: #fff;
}

#right-column input.button, #search input.button {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	text-decoration: underline;
	border: 0px;
	font-size: 100%;
	color: #6c7e1f;
	font-weight: bold;
}

#right-column input.button:hover {
	color: #cbd96e;
}

#registration {
	width: 162px;
	height: 107px;
	background: #000 url('../images/registration-background.jpg') no-repeat;
	
}

#registration input.button {
	width: 50px;
	height: 1.5em;
}

#registration h3 {
	padding-top: 8px;
}

#registration h3 , .right-block-holder h3{
	text-align: center;
	font-size: 13px;
	margin: 0;
}

#registration h3 a, .right-block-holder h3 a {
	color: #ffbe00;
}
#registration h3 a:hover , .right-block-holder h3 a:hover {
	color: #ffe285;
}



#search {
	position: absolute;
	top: 174px;
	left: 152px;
}

#search form {
	display: inline;
}

#search input {
	display: inline;
	width: 120px;
	border: 1px solid #111;
	font-size: 80%;
}

#search input.button {
	width: 43px;
	font-size: 0.8em;
	text-decoration: underline;
}

#search h2 {
	display: inline;
	font-size: 100%;
	color: #ffbe00;
}

#search a {
	color: #6c7e1f;
	font-style: italic;
}

#search a:hover {
	color: #cbd96e;
}

.right-block-holder {
	width: 162px;
	float: left;
	position: relative;
}

.right-block-top {
	width:162px;
	height:14px;
	background: #000 url('../images/right-block-top.jpg') no-repeat;
}

.right-block-content {
	width:132px;
	background: #000 url('../images/right-block-content.jpg') repeat-y;
	font-size: 85%;
	padding: 0 15px;
}

.right-block-content ol, .right-block-content ul {
	margin: 0;
	padding-left: 22px;
	padding-top: 0.5em;
	width: 110px;
}

.right-block-content ul {
	list-style: disc;
}

.right-block-content li {
	padding: 0.3em 0;
	line-height: 1.4em;		
}

.right-block-content a {
	color: #dbdb2d;
}

.right-block-content a:hover {
	color: #cbd96e;
}

.right-block-bottom {
	width: 162px;
	height: 13px;
	background: #000 url('../images/right-block-bottom.jpg') repeat;
	overflow:hidden;
}

#content-holder {
	background: #214F21 url('../images/border-inner.jpg') repeat-y;
	width: 584px;
	float: left;
}

#content-height-holder {
	width: 0px;
	height: 1300px;
	float: left;	
}

#content-top-holder {
	width: 584px;
	height: 8px;
	overflow:hidden;
}

#content-leftcorner {
	width: 16px;
	height: 8px;
	background: #214F21 url('../images/content-leftcorner.jpg') no-repeat;
	float: left;
}

#content-top {
	width: 552px;
	height: 8px;
	background: #214F21 url('../images/content-top.jpg') repeat-x;
	float: left;
}

#content-rightcorner {
	width: 16px;
	height: 8px;
	background: #214F21 url('../images/content-rightcorner.jpg') no-repeat;
	float: right;
}

/**
 * footer 	
 */	
#footer {
	width: 881px;
	clear: both;
}

#footer-top {
	width: 100%;
	height: 9px;
	background: #124512 url('../images/footer-top.jpg') no-repeat;
	overflow:hidden;
}

#footer-in {
	padding: 10px;
	background: #124512 url('../images/footer-in.jpg') repeat-y;
	text-align: center;
}

/**
 * left column obsah
 */
.category-list table {
	width: 100%;
}

.category-list td{
	background-color: #060;
	padding: 5px;
	font-weight: bold;
}

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

.category-list a:hover {
	color: #f22;
}

.category-list .selected {
	color: #f22;
}

/**
 * content obsah
 */
#content {
	position: relative;
	padding: 5px 17px 5px 25px;
	width: 542px;
	float: left;
	color: #e3f6ff;
}

#content-bottom {
	margin-bottom: 50px;
}

#content p {
	margin: 1em 0;
}

#content ul {
	margin-left: 15px;
	list-style-type: none;	
}
#content ol {
	margin-left: 21px;
}

#logo-message {	
	position: absolute;
	top: 100px;
	left: 150px;
}
#logo-message h1 {
	color: red;
}
#logo-message h2 {
	color: #eee;
}

.text {
}

.text p {
	text-indent: 20px;
	text-align: justify;
	margin: 15px 10px;
}

.text .why {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.text h4 {
	font-size: 1.1em;
	text-transform: uppercase;
}

.text ul p {
	text-indent: 0;
	margin: 0;
	margin-right: 10px;
}

.text ul li {
	margin-bottom: 15px;
}

.contacts {	
}

.contacts h4 {
	margin: 30px 0 5px;
}

.contacts table {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}

.contacts td {
	margin: 0;
	padding: 0;
}
.contacts td.left {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 8em;
}
.contacts td.center {
	width: 16em;
}

.contacts .store {
	margin: 0 10px;
}


.wares-top {
	margin: 0px;
	width: 100%;
	height: 90px;
	color: #000;
}

.wares-top a {
	color: #000;
}

.wares-top a:hover {
	color: #dbdb2d;
}

div.form-holder {
	width: 270px;
}

form.jump select {
	color: #030;
}

form.jump select.order {
	width: 75px;
}

.pages {
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-right: 5px;
	color: #000;
}

.pages a {
	color: #000;
	padding: 0;
	margin: 0;
}

.wares-clear {
	width: 100%;
	clear: left;
}

.wares-bottom {
	width: 100%;
	margin-bottom: 80px;
}

/**
 * wares partial
 */
 
.wares-holder {
	width: 100%;
	margin: 10px 0;
}
.wares-back {
	margin: 0 4px 4px 0;
	float: left;
	width:267px;
	height:235px;
	background: #214F21 url('../images/item-background.jpg') no-repeat;
}
.wares {
	position: relative;
	top: 7px;
	width: 246px;
	height: 213px;
	padding: 7px;
	background-color: #265b28;
	font-size: 0.9em;
}

.wares h4{
	line-height: 120%;
	margin-bottom: 5px;
	height: 2.5em;		
}

.wares a, .detail h2 a {
	text-decoration: none;
	color: #ffbe00;
}

.wares a:hover, .detail h2 a:hover {
	text-decoration: underline;
	color: #ffe285;
}

.wares .group {
	margin-bottom: 4px;
}

.wares .group a {
	color: #f40;
	text-decoration: underline;
}

.wares .image {
	width: 111px;
	height: 80px;
	/*background-color: #fff;*/
}

.wares .image img {
	/*width: 111px;
	height: 80px;*/
}

.wares table {	
	width: 246px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	border-collapse: collapse;
}

.wares td {
	padding: 0;
	vertical-align: top;
}

.wares td.left {
	width: 135px;
}

.wares td.descript {
	line-height: 120%;
	height: 100px;
	padding-right: 7px;
}

#content .wares p {
	margin: 0;
	padding: 0;
}

.wares td.basket input.button {
	font-size: 1em;
}

.wares td.price {
	color: #dbdb2d;
}

.wares td.common-price {
	
	color: #cbd96e;
}

/**
 * detail
 */	
	

.detail {
	margin: 7px 5px 30px 5px;
}

.breadcrumbs, .breadcrumbs a{
	color: #000;
	font-weight: bold;
}

.breadcrumbs a:hover {
	color: #dbdb2d;
}


.detail h2 {
	margin-top: 15px;
}

.detail h4 {
	margin: 5px 0;
}

.detail img {
	/*width: 360px;
	height: 260px;*/
	float: right;
	margin-bottom: 20px;
	background-color: #fff;
}

.detail p {
	margin: 0px;
}

.detail .price {
	margin-top: 105px;
	font-weight: bold;
	color: #ce1;
}

.detail .price-common {
	font-weight: bold;
	color: #e63;
}

.detail .save {
	font-weight: bold;
}

.detail .basket {
	margin-top: 15px;
}

input.count {
	width: 20px;
	height: 14px;
	font-size: 90%;
	text-align: right;
}

.detail h4 {
	color: #ce1;
}

.detail .descript {	
	clear: right;
	margin-top: 5px;
	margin-bottom: 15px;
	
}

#content .detail .descript ul {
	list-style-type: square;
}

.detail #Form_SendId {
	margin-top: 20px;
}

.detail #Form_SendId h3 {
	color: #ce1;
}

.basket-table {
	width: 99%;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.basket-table th, .basket-table td {
	padding: 3px;
}

.basket-table th {
	background-color: #263;
}

.basket-table tr.odd {
}

.basket-table tr.even {
	background-color: #eee;
}

.basket-table .tcheck {
	width: 20px;
	text-align: right;
}
.basket-table .tprice {
	width: 90px;
	text-align: right;
}
.basket-table .tform {
	width: 130px;
	text-align: right;
}
.basket-table input.count {
	width: 20px;
	text-align: right;
}

.content-basket h2{
	margin-bottom: 30px;
}

.content-basket .price {
	margin: 15px 2px;
	font-weight: bold;
	font-size: 1.1em;
	color: #ce1;
}

.content-basket .release {
	float: right;
	margin-right: 13px;
}

.messenger {
	position: absolute;
	color: #FFBE00;
	top: 73px;
	left: 25px;
}

fieldset {
	width: 300px;
}

fieldset legend {
	color: #FFD800;
}

.register {
	color: #fff;
}

.register h2 {
	margin-bottom: 25px;
}

.register input.button {
	margin-top: 20px;
}

form .errors {
	color: #ff2323;
}

#faq {
	margin-top: 3em;
}

#faq .item {
	margin: 1em 0;
}

#faq h4 {
	color: #ffd800;
}

#faq p {
	margin: 0.3em 1em;
}

#links {
}
#links li {
	margin-bottom: 7px;
}
#links p {
	margin: 0;
}

#newies {
	margin: 20px 0;
}
#newies p{
	margin: 0.3em 0;
}


.newie-container {
	width: 537px;
	margin: 10px 0;
}

.newie-top {
	width: 537px;
	height: 8px;
	background: #252 url('../images/news-top.png') no-repeat;
}

.newie-bottom {
	width: 537px;
	height: 8px;
	background: #252 url('../images/news-bottom.gif') no-repeat;
}

.newie {
	width: 523px;
	padding: 7px;
	background: #252 url('../images/news-content.gif') repeat-y;
	overflow:hidden;
}
.newie h4 {
	color: yellow;
	margin-bottom: 0px;
}
.newie-text {
	padding-left: 5px;
}