html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #fff 	url(../../img/pozadi.gif) repeat;	
	font-family: verdana;
	font-size: 12px;
	color: black;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	background: white;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
  border-left: 1px solid gray;
	border-right: 1px solid gray;
	min-height:100%; /* real browsers */
}

div#header {
	background: #4693C1;
	text-align: right;
}

div#header div#logo {
  /*border: 1px solid red;*/
  height: 93px;
  background: url(../../img/bez/bez_logo.jpg) no-repeat;
}

div#header div#logo a.link {
  /*border: 1px solid green;*/
  position: absolute;
  text-decoration: none;
  left: 15px;
  top: 25px;
  width: 265px;
  height: 45px;
}

div#header div#logo div#countries {
  padding: 10px;
}

div#content {
	/*border: 1px solid blue;*/
  padding: 0px 0px 25px 0px;
	background: white;
}

div#content div.menu {
  /*border: 1px solid green;*/
  background: url(../../img/hp/hp_menu_bg.jpg) repeat-x;
  width:980px;
  font-family:Verdana;
  font-size:11px;
  overflow:hidden;
  font-weight:bold;
  color:#444041;
  height: 35px;
}

div#content div.menu ul {
	padding: 0px 0px 0px 8px;
	margin: 0px;
	list-style-type: none;
	width: auto;
}

div#content div.menu ul li {
	/*border: 1px solid blue;*/
  display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 10px 0px 12px 0px;
	background: url(../../img/hp/separator.gif) right no-repeat;
}

div#content div.menu ul li a {
	/*border: 1px solid red;*/
  font-weight: bold;
  text-decoration: none;
	color: black;
  padding: 9px 11px 14px 10px;
}

div#content div.menu ul li a:hover {
	/*text-decoration: underline;*/
	background: url(../../img/hp/menu-bg-h.jpg);
}

div#content div#search {
  /*border: 1px solid black;*/
  margin-left: 755px;
  margin-top: 8px;
  &margin-top: 6px;
  width: 220px;
}

form * {
  vertical-align:middle;
}

div#content div#search form {
  margin: 0px;
  padding: 0px;
}

div#content div#search form input {
  border: 1px solid black;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  width: 100px;
}

div#content div#search form .submit {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  background: #C5C5C5 url(../../img/hp/submit_background.png) bottom repeat-x;
  padding:0px;
  height: 19px;
}

div#content div#banner {
  /*border: 1px solid red;*/
  text-align: center;
  /*height: 121px;*/
}

div#content div#banner h1, div#content div#banner p  {
  display: none;
}

div#content div#user {
  padding: 5px;
  background: white url(../../img/bez/bez_transition.jpg) no-repeat 0px 3px;
  height: 20px;
}

div#content div#user span {
  color: black;
  font-weight: bold;
  float: left;
  padding-top: 3px;
  _padding-top: 4px;
  &padding-top: 4px;
  margin-left: 15px;
}

div#content div.menu div#loginuser form {
  position: relative;
  top: 10px;
  &top: 8px;
  margin: 0px;
  margin-left: 640px;
  padding-bottom: 0px;
}

div#content div.menu div#loginuser form input {
  border: 1px solid black;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  width: 100px;
}

div#content div.menu div#loginuser form .submit {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  background: #C5C5C5 url(../../img/hp/submit_background.png) bottom repeat-x;
  padding:0px;
  height: 19px;
}

div#content div#banner_menu {
  /*border: 1px solid red;*/
  text-align: center;
  background: url(../../img/bez/bez_banner_menu_bg.jpg) repeat-x;
  height: 161px;
}

div#content div#banner_menu div.menu_item {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  text-align: center;
  background: url(../../img/bez/bez_banner_div.jpg) no-repeat bottom center;
  width: 140px;
  height: 140px;
  font-weight: bold;
  font-size: 11px;
}

div#content div#banner_menu div.menu_item div.catname {
  height: 32px;
}

div#content div#banner_menu div.menu_item img {
  padding-top: 9px;
  padding-right: 2px;
  &padding-left: 4px;
}

div#content div#banner_menu div.menu_item a {
  text-decoration: none;
  color: black;
}

div#content div#banner_menu div.menu_item a:hover {
  text-decoration: underline;
}

div#content div#text {
  margin: 0 15px;
  font-size: 10px;
}

div#footer {
	position: absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	/*background: #4693C1;*/
	background: #485053;
	color: white;
  text-align: center;
  padding-bottom: 2px;
  letter-spacing: 2px;
}


h1 {
  font-family: trebuchet MS;
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  color: gray;
  font-weight: bold;
  text-align: center;
}

a.path {
  color: black;
  text-decoration: none;
  padding: 2px;
}

a.path:hover {
  background-color: silver;
}

div#shop_menu {
  /*border: 1px solid red;*/
  width: 250px;
  float: left;
  padding: 4px;
  margin-top: 4px;
  margin-right: -5px;
  &margin-bottom: 15px;
}

div.shop_products_header {
  border: 1px solid orange;
  background-color: lightyellow;
  width: 496px;
  float: left;
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
}

div.shop_products_footer {
  border: 1px solid orange;
  background-color: lightyellow;
  width: 498px;
  float: left;
  padding: 4px;
  margin-top: 4px;
  font-size: 11px;
  font-weight: bold;
}

a.page {
  padding: 2px;
  font-size: 11px;
  font-weight: bold;
  color: blue;
}

span.page_active {
  padding: 2px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: red;
}

div#shop_products {
  /*border: 1px solid blue;*/
  width: 506px;
  float: left;
  padding: 4px;
}

div#shop_cat_desc {
  /*border: 1px solid blue;*/
  width: 980px;
}

div#shop_cat_desc div#shop_cat_desc {
  padding: 10px;
}


div#shop_right {
  /*border: 1px solid green;*/
  width: 200px;
  height: 100%;
  float: left;
  padding: 4px;
  margin-top: 6px;
  text-align: left;
  background: url(../../img/bat/cart_rightside_background.png) repeat-y;
}

div#shop_right div#view_type {
  border: 1px solid gray;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  width: 190px;
  margin: 3px 0px 10px 0px;
}

div#shop_right div#view_type a {
  font-weight: bold;
  color: blue;
}

div#shop_right div#view_type a:hover {
  color: red;
}

span#zbozivkosi {
  font-size: 14px;
  font-weight: bold;
}

a.kosik_rightside {
  font-weight: bold;
  font-size: 11px;
  color: white;
}

div#cart_panel {
  text-align: right;
  top: 0px;
  background: url(../../img/bat/cart_big_rightside.png) left top no-repeat;
}

span#cart_header {
  font-family: trebuchet MS;
  font-weight: bold;
  font-size: 18px;
  color: black;
}

div#cart {
  position: absolute;
  padding: 5px;
  text-align: center;
  display: none;
  border: 2px solid gray;
  height: 350px;
  width: 50%;
  right: 25%;
  background: white;
  z-index: 20;
  top: 30%;
}

div#cart div#view_cart {
  height: 330px;
  overflow: auto;
}

div.product {
  border-bottom: 2px solid silver;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
}

div.product_name {
  border-top: 2px solid silver;
  border-bottom: 1px solid silver;
  margin: 0px;
  padding: 4px;
  background-color: #f2f2f2;
  padding-left: 15px;
  font-weight: bold;
}

div.product_name a {
  color: black;
  text-decoration: none;
}

div.product_name a:hover {
  color: #338EC7;
  text-decoration: underline;
}

div.product_content {
  /*border: 1px solid red;*/
  margin: 10px 0px;
  padding: 5px;
  font-size: 10px;
  min-height:100px;
  height:auto !important;
  height: 100px;
}

div.product_content div.product_picture {
  /*border: 1px solid blue;*/
  width: 100px;
  height: 100px;
  text-align: center;
  float: left;
}

div.product_content div.product_description {
  /*border: 1px solid green;*/
  width: 250px;
  height: 85px;
  float: left;
  overflow: hidden;
  padding: 5px;
  font-size: 11px;
  margin-bottom: 10px;
}

div.product_content div.product_description p {
  margin: 0px;
  padding: 0px;
}

div.product_content div.product_description_detail {
  /*border: 1px solid green;*/
  width: 378px;
  float: left;
  overflow: hidden;
  padding: 5px;
}

div.product_content div.product_control {
  /*border: 1px solid red;*/
  width: 115px;
  height: 90px;
  float: left;
  padding: 5px;
}

div.product_content div.product_control a {
  display: block;
  color: #338EC7;
  text-decoration: none;
  height: 30px;
}

div.product_content div.product_control a:hover {
  color: black;
  text-decoration: underline;
}

div.product_content div.product_control_detail {
  /*border: 1px solid red;*/
  width: 480px;
  padding: 5px;
  text-align: center;
}

div.product_content div.product_control_detail a {
  padding-right: 40px;
}

div.product_content div.product_images {
  /*border: 1px solid red;*/
}

div.product_content div.product_parameters {
  /*border: 1px solid red;*/
  border-top: 1px solid silver;
  margin-top: 5px;
  padding-top: 5px;
}

div.product_content div.product_parameters div.lparam {
  /*border: 1px solid green;*/
  text-align: right;
  float: left;
  width: 240px;
}

div.product_content div.product_parameters div.rparam {
  /*border: 1px solid green;*/
  text-align: left;
  float: left;
  width: 230px;
  padding-left: 5px;
}

table.price {
  width: 100%;
  color:#5192B9;
  font-size: 9px;
}

table.price span {
  font-weight: bold;
  font-size:12px;
}

div.product_action {
  /*border: 1px solid red;*/
  float: left;
  width: 90px;
  height: 20px;
  text-align: center;
}

div.product_action strong {
  background:#00CC00 url(../../img/label.gif) no-repeat scroll left center;
  color:#FFFFFF;
  display:block;
  height: 16px;
}

div.product_new {
  /*border: 1px solid red;*/
  float: left;
  width: 90px;
  height: 20px;
  text-align: center;
}

div.product_new strong {
  background:#FF0000 url(../../img/label.gif) no-repeat scroll left center;
  color:#FFFFFF;
  display:block;
  height: 16px;
}

.paramtable {
  background-color:inherit;
  border-collapse:collapse;
  color:black;
  font-family:Verdana,Helvetica,sans-serif;
  font-size:10px;
  margin-bottom:20px;
  width:95%;
}

.paramtable td {
  border-bottom:1px solid #CFCFCF;
  border-collapse:collapse;
  margin:0;
  padding:2px 5px;
}

.param_left {
  text-align:right;
}

div.favorites {
  position: relative;
  &top:-18px;
  float: right;
  padding-right: 10px;
  font-size: 10px;
  font-weight:normal;
}

a.subcat {
  font-weight: bold;
  color: blue;
  margin:6px;
  display:block;
}

a.subcat:hover {
  color: red;
}
