@charset "utf-8";F
html {
  font-size: 10 px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


body, div, ul, h1, h2, h3, p, table, tr, td, form, ul, li, img, a {
	font-family: Verdana, Arial Narrow, Arial, Tahoma;
  	font-size: 11px;
  	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #ffffff;
}
body {
	background: #000000;
  	height: 100%;
  	text-align: center;
}
/* ------------------------------------------------------------ */
/* -------------------- DEKLARACE STRANKY --------------------- */
/* ------------------------------------------------------------ */
#page {
	
	margin: 25px auto;
	padding: 2px;
	width: 970px;
  	overflow: hidden;
  	background-color: #ffffff;
}
/* ------------------------------------------------------------ */
/* --------------------- ROZDELENI #PAGE ---------------------- */
/* ------------------------------------------------------------ */
#container {
	float: left;
	text-align: left;
	width: 968px;
	position: relative;
	background-color: #000000;
}
/* ------------------------------------------------------------ */
/* --------------------- ROZDELENI #TOP ----------------------- */
/* ------------------------------------------------------------ */
#top .logo {
	float: left;
	text-align: center;
	width: 946px;
	height: 106px;
	margin: 0px;
	background: transparent;
	vertical-align: middle;
}
#top .menu {
	float: left;
	text-align: right;
	width: 946px;
	height: 25px;
	margin: 0px;
	padding-top: 4px;
	background-color: #292929;
	vertical-align: middle;
}
/* ------------------------------------------------------------ */
/* ------------------ ROZDELENI #CONTAINER -------------------- */
/* ------------------------------------------------------------ */
#top {
	float: none;
	height: 131px;
	width: 946px;
	margin: 2px auto;	
	overflow: hidden;
}
#main {
	float: none;
	width: 946px;
  	height: auto;
	background: transparent;
	padding-top: 0px;
	position: relative;
	margin: auto;
}
#foot {
	float: none;
	margin: 8px auto 8px;
	height: 20px;
	width: 946px;
	background: #292929;
	position: relative;
	overflow: hidden;
}
/* ------------------------------------------------------------ */
/* ------------------ ROZDELENI POLE #HEAD -------------------- */
/* ------------------------------------------------------------ */
#head .left {
	float: left;
	text-align: left;
	width: 225px;
	height: 75px;
	background: transparent;
	position: relative;
	overflow: hidden;
}
#head .right {
	float: left;
	width: 725px;
	height: 75px;
	background: transparent;
	position: relative;
	overflow: hidden;
}
/* ------------------------------------------------------------ */
/* ------------------ ROZDELENI POLE .MAIN -------------------- */
/* ------------------------------------------------------------ */
#main .left {
  clear: both;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 180px;
	background: transparent;
  overflow: hidden;
}
#main .middle {
	float: left;
	padding: 10px 20px 0px 5px;
	margin: 0px;
	width: 550px;
	background: transparent;
	overflow: hidden;		
}
#main .right {
	float: right;
	text-align: left;
	padding: 0px;
  	margin: 0px;
	width: 185px;
	background: transparent;
	overflow: hidden;
}
/* ------------------------------------------------------------ */
/* ------------------ ROZDELENI POLE #FOOT -------------------- */
/* ------------------------------------------------------------ */


#foot .left {
	float: left;
	text-align: left;
	width: 100px;
	height: 20px;
	font-size: 11px;
  	font-weight: bold;
  	vertical-align: middle;
  	padding: 4px 5px 0 5px;
}
#foot .right {
	float: right;
	text-align: right;
	width: 800px;
	height: 20px;
	margin: 0px;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

/* ------------------------------------------------------------ */
/* ------------------ DEKLARACE OSTATNICH --------------------- */
/* ------------------------------------------------------------ */
.leftbox {
  margin: 3px 0px 0px 0px;
}
.rightbox {  
  margin: 3px 0px 0px 0px;    
}
/*-----------------------------------------------*/
.mmi {  /*  main menu item   */
  display: inline;
  padding: 0px 2px 0px 8px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  type: square;         
  width: 5px;
  height: 5px;
  margin-right: 4px;
  vertical-align: middle; 
  color: #FFFFFF;
}
/*-----------------------------------------------*/
.bi {  /*  box item   */    
  padding: 1px 0px 1px 5px;
  margin: 1px 0px 0px 0px;
  font-size: 12px;  
  vertical-align: middle;
  background-color: #292929;
  type: square;
  color: #FFFFFF;      
  display: block;     
  width: 545px;
}

table.bi {  /*  box item   */
  display: block;
  padding: 1px 0px 1px 5px;
  margin: 1px 0px 0px 0px;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  background-color: #292929;
  width: 180px;  
}
.bh {  /*  box header        */
  display: block;
  padding: 0 0 0 3px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  background-color: rgb(170,170,170);
  color: rgb(0,0,0);    
}
/*-----------------------------------------------*/
.ul1
{
	list-style-type: square; list-style-position: inside; color: #52c017;
}

.li1
{
	padding: 3px 0 3px 5px; background: #292929; margin: 1px 0 0 0;
}

/*-----------------------------------------------*/
input.s_box {
  background-color: #000000;
  margin: 2px 0px 2px 0px;
  color: #ffffff;
  font-size: 12px;
  width: 161px;
  height: 17px;
  border-color: #676767 #000000 #000000 #676767;
  border-style: solid;
  border-width: 2px;
  
}
input, input.s_button {
  background-color: #000000;
  margin: 2px 0px 2px 0px;
  color: #ffffff;
  font-size: 11px;
  width: 60px;
  height: 18px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
}


select, select.s_box {
  background-color: #000000;
  margin: 2px 0px 2px 0px;
  color: #ffffff;
  font-size: 13px;
  width: 165px;
  border-color: #676767 #000000 #000000 #676767;
  border-style: solid;
  border-width: 2px;
  vertical-align: middle;
}

input, select
{
	width: 150px;
	font-size: 12px;
}

input.s_radio
{
	background-color: #000000;	
	width: 20px;
	height: 15px;
	color: #000000;
}

/*-----------------------------------------------*/
.l_box {
  background-color: #000000;
  margin: 2px 0px 2px 0px;
  color: #ffffff;
  font-size: 11px;
  width: 95px;
  height: 17px;
  border-color: #676767 #000000 #000000 #676767;
  border-style: solid;
  border-width: 2px;
  vertical-align: middle;
}
.l_button {
  background-color: #000000;
  margin: 2px 2px 2px 11px;
  color: #ffffff;
  font-size: 11px;
  width: 70px;
  height: 20px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
}
/*-----------------------------------------------*/
.shopitem {
  
  width: 175px;
/*  height: 225px;*/
}
.sii {    /* shop item image  */
  width: 175px;
  height: 175px;
  background-color: rgb(35,35,35);
  text-align: center;
}
.sil {    /* shop item label  */
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 11px;
}
.sid {    /* shop item detail */
  font-size: 11px;
}
.shopkartico {
  width: 30px;
  height: 30px;
}
.shopkart {
  width: 45px;
  height: 45px;
}
.sheader {  
  font-size: 11px;
}
.scount {
  font-weight: bolder;
  font-size: 12px;
}
/*-----------------------------------------------*/
.voted_on {
  background-color: rgb(255,204,0);
  height: 2px;  
  margin: 3px 0px 2px 0px;
}
.voted_off {
  background-color: rgb(255,255,255);
  height: 2px;
  
  margin: 3px 0px 2px 0px;
}
/*-----------------------------------------------*/

.prodDeatil
{
	color: rgb(170,170,170);
	padding-right: 3px;
}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.itext
{
	display: none
}

/* End hide from IE-mac */font-family: Courier New, Courier;
	font-size: 10pt;
	text-align: center;
}





