@import "style.css";

/* ==============================================[ pozicni bloky ]============================ */

body {
	margin: 0;
	padding: 0;
	background: #141414 url(../img/body.jpg) repeat-x;
	text-align: center;
}

#top {
    position: relative;
    padding:20px 0 0 0;
    }
	 
#all {
   position: relative;
   margin: 0 auto;
	padding: 5px 0 30px;
	width: 1000px;
	text-align: left;
}

#inner {
	float: left;
	width: 799px;
}

#lcolumn,
#rcolumn {
   float: left;
   width: 196px;
	overflow: hidden;
}

#rcolumn {
	float: right;
	margin: 16px 0 0;
}

#main {
	position: relative;
   float: right;
	margin: 16px 0 0;
	width: 598px;
	overflow: hidden;
}

#main .container {
	position: relative;
	z-index: 2;
	margin: 5px 20px 15px;
}

#reset {
   visibility: hidden;
   clear: both;
   height: 0;
   font-size: 0;
}

/* ==============================================[ pozadi main ]============================ */

#main .bg {
	padding: 1px 0;
	min-height: 517px;
	background: url(../img/main.gif) repeat-y;
}

* html #main .bg {
	height: 517px;
}

#main .bgt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 517px;
	background: url(../img/main_top.jpg) no-repeat;
}

#main .bgb {
	width: 100%;
	height: 9px;
	background: url(../img/main_bottom.gif) no-repeat;
}

/* ==============================================[ pozadi boxu ve sloupcich ]============================ */

#lcolumn .box,
#rcolumn .box {
	position: relative;
	margin: 0 0 10px;
	padding: 6px 0 0;
	width: 100%;
	color: white;
	font-size: 92%;
	overflow: hidden;
}

#lcolumn .box .bg,
#rcolumn .box .bg {
	padding: 1px 0;
	min-height: 152px;
	background: url(../img/box.gif) repeat-y;
}

* html #lcolumn .box .bg,
* html #rcolumn .box .bg {
	height: 152px;
}

#lcolumn .box .bgt,
#rcolumn .box .bgt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 158px;
	background: url(../img/box_top.gif) no-repeat;
}

#lcolumn .box .bgb,
#rcolumn .box .bgb {
	width: 100%;
	height: 8px;
	background: url(../img/box_bottom.gif) no-repeat;
}

#lcolumn .box .container,
#rcolumn .box .container {
	position: relative;
	z-index: 2;
	margin: 5px 15px 0;
}

#lcolumn .box h3,
#rcolumn .box h3 {
	margin: 0 0 15px;
	padding: 0 0 0 2px;
	color: #cc0000;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#lcolumn .box h3 small,
#rcolumn .box h3 small{
	font-size: 77%;
}

#lcolumn .box .ram,
#rcolumn .box .ram {
	position: relative;
	z-index: 2;
	margin: 0 7px;
	color: #b22222;
}

#lcolumn .box .ram .container,
#rcolumn .box .ram .container {
	margin: 0;
	padding: 6px;
}

#lcolumn .box .banner,
#rcolumn .box .banner {
	text-align: center;
}

/* ==============================================[ hlavni menu ]============================ */

#mainmenu {
    margin-top:16px !important;
    }
#mainmenu .bg {
	padding-top: 2px !important;
}



#mainmenu .bgb {
	background-image: url(../img/menubox_bottom.gif) !important;
}

#mainmenu .ram .container {
	padding-bottom: 20px !important;
}

#mainmenu ul {
	margin: 0px 7px 0px 7px;
	padding: 0;
	list-style: none outside;
}

#mainmenu ul li{
	padding: 6px 0px 6px 0px;
	border-bottom: 1px dotted #434343;
}

#mainmenu ul a{
	font-size: 14px;
}

#mainmenu ul ul{
}

#mainmenu ul ul a{
	font-size: 12px;
}

#mainmenu li {
}

#mainmenu ul ul li {
}

#mainmenu a {
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu ul ul a {
	color: #cc0000;
}

#mainmenu a:hover {
	text-decoration: underline;
}

/* ==============================================[ akcni nabidka ]============================ */

#article{
}

#article ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none outside;
}

#article li{
	padding: 6px 0px 6px 0px;
	border-bottom: 1px dotted #434343;
	list-style: none outside;
}

#article a {
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#article a:hover {
	text-decoration: underline;
}


#news{
}

#news ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none outside;
}

#news li{
	padding: 6px 0px 6px 0px;
	border-bottom: 1px dotted #434343;
	list-style: none outside;
}

#news a {
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

.nej {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.nej a {
	font-weight: bold;
}

/* ==============================================[ uzivatelske menu ]============================ */

.kosik {
	margin: 0 0 40px;
	color: #ff0;
}

.reg a {
	color: white;
	text-decoration: none;
}

.reg a:hover {
	text-decoration: underline;
}

/* ==============================================[ formulare ve sloupcich ]============================ */

#rcolumn form input,
#lcolumn form input {
	margin: 0 0 5px;
	width: 100px;
}

#rcolumn form input.submit,
#lcolumn form input.submit {
	width: auto;
}

.search {
	width: 26px !important;
	background: url(../img/search.gif) no-repeat center center;
}

/* ==============================================[ horni menu ]============================ */

#topmenubar {
	padding-top: 10px;
}

#topmenu {
	top: 15px;
	left: 20px;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 34px;
	background: url(../img/topmenu.gif) repeat-x;
	list-style: none outside;
}

#topmenu li {
	float: left;
	height: 100%;
	background: url(../img/topmenu_separator.gif) no-repeat right top;
}

#topmenu a {
	display: block;
	padding: 0 22px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}

#topmenu a:hover {
	color: #cc0000;
}

/* ==============================================[ filtr katalogu ]============================ */

#filter {
	position: relative;
	margin: 0 0 20px;
	width: 100%;
	height: 84px;
	background: url(../img/filter.gif) no-repeat;
	overflow: hidden;
}

#filter h3 {
	position: absolute;
	top: 11px;
	left: 14px;
	margin: 0;
	color: #cccccc;
}

#filter .obsah {
	position: absolute;
	top: 36px;
	left: 11px;
	line-height:38px;
	color: #cccccc;
}

#filter .obsah td {
  padding:0 30px;
  text-align:center;
}
#filter .obsah table {
  margin-left:100px;
}

/* ==============================================[ katalog produktu ]============================ */

#katalog {
	margin: 0 0 20px;
}

#katalog .item {
	position: relative;
	float: left;
	width: 182px;
	height: 230px;
	margin: 0 2px 2px;
	background: url(../img/katalog_polozka.jpg) no-repeat;
}

#katalog .container {
	margin: 10px 6px;
}

#katalog h2 {
	margin: 0 0 5px;
	color: #cc0000;
	font-size: 92%;
	text-align: center;
}

#katalog .nahled img {
	border: 1px solid #2c2c2c;
}

#katalog ul {
	float: right;
	margin: 10px 0;
	padding: 0;
	list-style: none outside;
}

#katalog ul li {
	float: left;
	margin: 0 1px 0 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
}

#katalog ul a {
	display: block;
	padding: 1px 3px;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#katalog ul .koupit input {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/katalog_koupit.gif) no-repeat;
}

#katalog ul a span {
	display: none;
}

#katalog ul input {
	padding: 1px 1px 2px;
	border: none;
	color: #cccccc;
}

#katalog .cena {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#katalog .cena span {
	color:#333;
	font-weight:normal;
	}



/* ==============================================[ paticka ]============================ */

#foot {
	margin: 20px 0 0;
	color: white;
	text-align: center;
}

#foot a {
	color: white;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

/* ==============================================[  ]============================ */


#page_selector {
  text-align:center;
  font-size:14px;
  line-height:25px;
  }
#page_selector input {
  font-size:14px;
  padding:0;
  width:30px;
  font-weight:normal;
  }
#path {
  margin-bottom:10px;
  }
#path a {
  color:#cccccc;
  font-weight:bold;
  text-decoration:none;
  padding-left:8px;
}
#basket_table a{
  color:#cc0000;
  text-decoration:underline;
  }

#basket_table tr.name a{
  color: #00bfff;
  font-weight:bold;
  font-size:12px;
  text-decoration:underline;
  }  
  
h2 a {
  text-decoration:none;
  }

#product img{
  padding:3px;
  border: 1px solid #2c2c2c;
  }

#product_table td{
  padding:5px;
  }

.cat_name{
  padding:3px 0 15px 10px;
  font-weight:bold;
  color:#fff;
  }
  
.caption {
  color: #dddddd;
  font-size:16px;
  font-weight:bold;
  display:block;
  position:relative;
  padding:0 0 3px 3px;
  margin-bottom:3px;
  border-bottom:solid 1px #ccc;
  }

.section {
  font-weight:bold;
  font-size:14px;
  color:#999;
  display:block;
  padding:0 0 3px 3px;
  margin-bottom:3px;
  border-bottom:solid 1px #ccc;
  }
  
.reg_table{
    font-size:14px;
    width:100%;
    }
.image_gallery {
  padding:3px;
  border:solid 1px #ccc;
  margin:0 3px 6px;
  }
.b_span{
    border:solid 1px #cccccc;
    padding:3px 8px;
    }
.b_span span{
	color:#333333;
	}
.oblig{
    font-size:13px;
    text-align:center;
    font-weight:bold;
    color: #ff0000;
    }
.do_not_fill {
    font-size:14px;
    font-weight:normal;
    }

.bsk_table {
    font-size:14px;
    border:solid 1px #535353;
    }

.bsk_table th {
    text-align:center;
    color: #fff;
    background: #cc0000;
    padding:4px 1px;
    }

.submit_order {
    text-align:center;
    color: #fff;
    background: #cc0000;
    padding:4px 1px;
    }

	 
.bsk_table td {
    background: #252525;
    font-size:14px;
    padding:3px;
    }

.delete_item_bsk {
    font-size: 1px;
    width:20px;
    height:20px;
    color: #ff0000;
    cursor:pointer;
    background:url('../img/del_icon.png');
    border:none;
    }
    
/* ==============================================[  ]============================ */
/* ==============================================[  ]============================ */
/* ==============================================[  ]============================ */
/* ==============================================[  ]============================ */

input, textarea, select {
    color: #cccccc;
    background: #000;
    border: 1px solid #535353;
}

.submit {
    color: #fff;
    border: 1px solid #535353;
}

.bsk_add_count {
    color: #fff;
    background: #7f7f7f;
    border: 1px solid #7f7f7f;
}

#active{
    font-size: 14px;
	 }
.flag {
    }
#active_lang img{
    }
	 
H2.title{
	color: #cc0000;
	font-size: 92%;
}
.lang_box {
	text-align:right;
	}	 
	
.bsk_add_submit{
	color: #fff;
	background: #cc0000;
}

.name {
  color:#cc0000;
  }
  
.sumary {
  color: #ffffff;
}

.usr_confirmation{
  color: #ffffff;
	padding: 10px 0 0px 0;
}

.post_confirmation{
  color: #ffffff;
   margin: 0 auto;
	padding: 15px 0 15px 0;
}

.reference_a:link, .reference_a:visited {
	position:relative;
	display:block;
	width:auto;
	border-bottom:solid 1px #333;
	border-top:solid 1px #333;
	text-decoration:none;
	color:#CCCCCC;
	margin-bottom:2px;
	padding:6px 5px 6px 5px;
	}
.reference_a:hover {
	border-bottom:solid 1px #666;
	border-top:solid 1px #666;
	}
.reference_a h2{
	padding:0;
	margin:0;
	}
.reference_a span{
	display:block;
	text-align:justify;
	}
.ref_image_box {
	padding-left:14px;
	}
.ref_image_box img {
	border:solid 1px #ccc;
	padding:2px;
	margin:5px;
	}
	
#seo {font-size: 10px; padding: 5px 10px 0px 10px; color: #888;}
#seo a {color: #ffffff; text-decoration: none; padding: 0px 3px 0px 3px;}
#seo a.active {color: #ffffff; text-decoration: none;}
#seo a:hover {color: #cc0000; text-decoration: none;}	
