/* ------------------------------------------------ [ global ] ------------------------------------------------ */
*{
	padding: 0px;
	margin: 0px;
	}

html, body {
	font:normal 12px Arial, Helvetica, sans-serif;
	}
body {
	background:url(images/top_bg.jpg) center top no-repeat #eaeaea;
	}
h1 {
	line-height: 25px;
	font-size: 14px;
	color: #ff9900;
	font-weight:bold;
	padding-left:15px;
  background: #353535;
  border: solid 1px #b1b1b1;
  margin-bottom:15px;
  }
ul {
	list-style:none;
	}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
	}
a:hover {
	color:#333333;
	}
.clear {
	display:block;
	clear:both;
	}

/* ------------------------------------------------ [ index ] ------------------------------------------------ */

#header{
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:218px;
	background:url(images/top_img.jpg) no-repeat;
	z-index:1;
	}
#page{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:255px 0px 0px 0px;
	background: #f5f5f5;
	border: solid 1px #b1b1b1;
	border-top: none;
	border-bottom: none;
	}	
.header_anch {
	position:absolute;
	display:block;
	width:1000px;
	height:186px;
	border:none;
	top:32px;
	left:0;
	}
#lang_cs:link, #lang_cs:visited{
	position:absolute;
	display:block;
	top:9px;
	left:12px;
	width:26px;
	height:17px;
	background:url(img/cz_off.jpg) left top no-repeat;
	}
#lang_cs:hover {
	background:url(img/cz_on.jpg) left top no-repeat;
	}
#lang_en:link, #lang_en:visited {
	position:relative;
	display:block;
	top:9px;
	left:45px;
	width:26px;
	height:17px;
	background:url(img/en_off.jpg) left top no-repeat;
	}
#lang_en:hover {
	background:url(img/en_on.jpg) left top no-repeat;
	}

#menu{
	position:absolute;
	top:218px;
	left:0px;
	width:1000px;
	line-height:37px;
	background:url(images/menu_link.jpg) top left repeat-x;
	z-index:100;
	}
#menu li{
	position:relative;
	display:block;
	float:left;
	background:url(images/menu_line.jpg) right top no-repeat;
	padding-right:2px;
	}
#menu li a{
	padding:5px 34px;
	color:#666;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}
#menu li a:hover{
	color:#333;
	}
#menu_no_bg{
	background:none !important;
	}


#top_page_pas{
	position:relative;
	background:url(img/page_top_pas.jpg) left top no-repeat;
	width: 774px;
	padding-bottom: 10px;
	}

#obsah{
	position:relative;
	float:left;
	width:550px;
	padding: 25px;
	min-height: 521px;
	}
#left_menu{
	position:relative;
	float:left;
	width:180px;
	border:none;
	padding:0;
	padding-top: 25px;
	}
#left_menu h1{
  width: 155px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#right_panel{
	position:relative;
	float:left;
	width:213px;
	border:none;
	padding:0;
	padding-top: 25px;
	padding-right: 7px;
	}


/* ------------------------------------------------ [ footer ] ------------------------------------------------ */

#footer {
	position:relative;
	width: 100%;
	height: 104px;
	background:#6c6c6c;
	z-index: 2;
	}
#in_footer {
	position:relative;
	width:987px;
	height: 89px;
	background:url(images/footer_img.jpg);
	margin:0px auto;
	padding: 15px 15px 0px 0px;
	text-align: right;
	color: #cacaca;
	}
#in_footer a{
  color: #f5f5f5;
  }
#in_footer a:hover{
  text-decoration: underline;
  }

#footer_logo{
	position:absolute;
	width:1000px;
	height: 17px;
	right: 15px;
	bottom: 10px;
	}
#footer_logo a{
	color: #cacaca;
	text-decoration: none;
	}


/* ------------------------------------------------ [ MENU ] ------------------------------------------------ */
/* zatim nepuzite */
.shop_menu {
	position:relative;
	display:block;
	width:172px;
	margin:0 auto;
	margin-bottom: 60px;
	}
.shop_menu li {
	margin-top: 0px;
	background: url(images/menu_li.jpg) left top repeat-y;
	}
.shop_menu_2{
  margin: 4px 0px;
}
.shop_menu_2 li {
	padding: 0px 3px;
	padding-bottom: 4px;
	}
.shop_menu_2 a {
	background: #555555 !important;
	border: solid 1px #818181 !important;
	line-height: 26px !important;
	}
.shop_menu_3 li {
	margin:0px;
	padding:0px;
	border: none;
	background: none;
	
	}
.shop_menu_3 li a {
  margin:0px;
	padding:0px;
	border: none !important;
	background: none !important;
	padding-left: 20px;
	}
.shop_menu_3 li a:hover {
  text-decoration: underline;
}
.shop_menu a{
	position:relative;
	display:block;
	line-height: 39px;
	/*padding-left: 10px;*/
	background: url(images/menu_left_bg.jpg) left top no-repeat #333333;
	}
.shop_menu a:link, .shop_menu a:visited {
	color:#f5f5f5;
	font-size:14px;
	}
.shop_menu a:hover {
	color:#ff9900;
	}
.shop_one_shop {
	position:relative;
	display:block;
	text-align:center;
	z-index:2;
	}
.shop_menu_bg {
	position:absolute;
	display:block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top:0px;
	left:0px;
	width:100%;
	height:32px;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:1;
	}
#top_page_menu {
	position: absolute;
	left: 0px;
	bottom: 75px;
	}
#top_page_menu li {
	width: 95px;
	float:left;
	text-align:center;
	}
#top_page_menu a:link, #top_page_menu a:visited {
	color:#fffff6;
	font-size:14px;
	text-decoration:underline;
	}
#top_page_menu a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
#back_to_top{
	position:absolute;
	right: 10px;
	top: 6px;
	}
#back_to_top:link, #back_to_top:visited {
	color:#999999;
	font-size:16px;
	}
#back_to_top:hover {
	color:#333333;
	}



#footer_page_menu {
	position: absolute;
	left: 0px;
	top: 10px;
	}
#footer_page_menu li {
	width: 95px;
	float:left;
	text-align:center;
	}
#footer_page_menu a:link, #footer_page_menu a:visited {
	color:#ffffff !important;
	font-size:14px;
	text-decoration:underline;
	}
#footer_page_menu a:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	}

#back_to_footer{
	position:absolute;
	right: 10px;
	bottom: 61px;
	}
#back_to_footer:link, #back_to_footer:visited {
	color:#ebf8ce;
	font-size:16px;
	}
#back_to_footer:hover {
	color:#333333;
	font-size:15px;
	font-weight:bold;
	}

#footer_copy {
	position:absolute;
	bottom: 5px;
	right: 10px;
	color: #e0e0e0;
	}
#footer_copy:link, #footer_copy:visited, #footer_copy:hover {
	color:#e0e0e0;
	font-size:14px;
	}


/* ------------------------------------------------ [ NAVIGATION] ------------------------------------------------ */

#act_nav{
	position:relative;
	width: 190px;
	color: #ff9900;
	font-weight:bold;
	text-align:center;
	margin: 20px auto 0px auto;
	}
#act_nav span{
  position: relative;
  color: #ff9900;
  background: #353535;
  border: solid 1px #b1b1b1;
  padding: 3px 7px;
}
#act_forward{
	position: relative;
	color: #ff9900;
  background: #353535;
  border: solid 1px #b1b1b1;
  padding: 3px 7px;
  margin-left: 20px;
	}
#act_back{
	position: relative;
	color: #ff9900;
  background: #353535;
  border: solid 1px #b1b1b1;
  padding: 3px 7px;
  margin-right: 20px;
	}

/* ------------------------------------------------ [ WEB ] ------------------------------------------------ */

.info_msg {
	background:#FF0000;
	border:2px solid #990000;
	color:#FFFFFF;
	margin:10px 0;
	padding:10px 0;
	position:relative;
	text-align:center;
}

.info_msg_ok {
	background:#00ff00;
	border:2px solid #249900;
	color:#000000;
	margin:10px 0;
	padding:10px 0;
	position:relative;
	text-align:center;
	font-weight:bold;
}

.how_to_text li{
	position:relative;
	margin-top: 4px;
	padding-left: 10px;
	}
.how_to_text li{
	position:relative;
	margin-top: 4px;
	padding-left: 18px;
	}

#basket_index{
	position: relative;
	display:block;
	background:url(img/basket_icon.png) left top no-repeat;
	width: 204px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	}
#basket_index_view{
  text-decoration: underline;
}
#basket_index_view:hover{
  color: #666;
}
#basket_index_check{
  position: relative;
  display: block;
  background: url(images/cart_button.jpg) left top no-repeat;
  width: 117px;
  height: 28px;
  margin: 5px auto;
  text-align: center;
  color: #ff9900;
  font-weight: bold; 
  font-size: 14px;
  padding-top: 9px;
}
#basket_index_check:hover{
  color: #f5f5f5;
}
#right_my_cart, #last_products{
  background: #cdcdcd;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
#right_my_cart div{
  padding: 2px 10px 3px 10px;
}
#i_basket{
	position:relative;
	display: block;
	float:left;
	width: 100px;
	margin-left: 15px;
	}
#i_price{
	position:relative;
	display: block;
	float:left;
	width: 89px;
	color:#fff;
	}
.basket_form{
	position:relative;
	padding: 0px 0px 20px 0px;
	}
.basket_form div{
	line-height:22px;
	padding-top: 5px;
	}
.basket_form label{
	display:block;
	float:left;
	font-weight:bold;
	margin-right:5px;
	padding-right:15px;
	position:relative;
	text-align:right;
	width:130px;
	}
.basket_form_input{
	height:19px;
	padding:3px 5px 0;
	position:relative;
	width:169px;
	}
.basket_form span{
	color: #FF0000;
	}
.send_basket{
	position:relative;
	text-align:center;
	}
#send_basket_button, #confirm_basket_button{
	position:relative;
	height: 30px;
	line-height: 30px;
	background:#bbb;
	border: solid 2px #888;
	font-weight:bold;
	}
#send_basket_button:hover, #confirm_basket_button:hover{
	position:relative;
	height: 30px;
	line-height: 30px;
	background:#ff9900;
	border: solid 2px #888;
	font-weight:bold;
	cursor: pointer;
	}
.uvod_kecy{
	position:relative;
	padding: 0px 21px;
	text-align:center;
	color:#FFFF00;
	font-size: 16px;
	font-weight:bold;
	}
.uvod_kecy_info{
	position:relative;
	padding: 0px 21px;
	text-align:center;
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	}
#sdk_logo{
	position:relative;
	background:url(banners/sdk_logo.png) center center no-repeat;
	width: 750px;
	height: 182px ;
	}

.uvod_shop_item{
	position:relative;
	display:block;
	width: 350px;
	float:left;
	/*background:#E1FFE1;*/
	margin-left: 19px;
	margin-top: 19px;
	border: solid 1px #FFFF00;
	padding:3px;
	text-align:left;
	}
.uvod_shop_item:hover{
	border:solid 1px #FF0000;
	}
.uvod_shop_item img{
	position:relative;
	display:block;
	padding:2px;
	float:left;
	border:solid 1px #ccc;
	}
.uvod_shop_item h1{
	position:relative;
	text-align:center;
	font-size: 18px;
	color: #FFFF00;
	float:left;
	width:222px;
	}
.uvod_shop_item span{
	position:relative;
	display:block;
	text-align:justify;
	font-size: 12px;
	color: #333333;
	float:left;
	padding: 5px;
	width:212px;
	}
	

/* ------------------------------------------------ [ REGISTRATION ] ------------------------------------------------ */

.shop_account{
	position:relative;
	padding: 0px 0px 20px 0px;
	}
.shop_account div{
	line-height:22px;
	padding-top: 5px;
	}
.shop_account label{
	display:block;
	float:left;
	font-weight:bold;
	margin-right:5px;
	padding-right:15px;
	position:relative;
	text-align:right;
	width:123px;
	min-height: 22px;
	}
.shop_account_input{
	height:19px;
	padding:3px 5px 0;
	position:relative;
	width:169px;
	}

.shop_account span{
	color: #FF0000;
	}


/* ------------------------------------------------ [ PRODUCTS ] ------------------------------------------------ */

#product_filter{
	position:relative;
	margin-left: 35px;
	margin-bottom: 30px;
	padding: 5px;
	width: 630px;
	}
.product_item{
	position:relative;
	display:block;
	background: #efefef;
	width: 150px;
	height: 240px;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-decoration:none;
	padding: 10px;
	}
.product_item_2{
	position:relative;
	display:block;
	background: #efefef;
	width: 150px;
	height: 240px;
	float:left;
	margin-bottom: 20px;
	text-decoration:none;
	padding: 10px;
	}
.product_item:hover, .product_item_2:hover{
	background: #e7e7e7;
	}
.product_item img, .product_item_2 img{
	position:relative;
	width: 150px;
	height: 150px;
	display:block;
	margin: 0 auto;
	border:none;
	}
.product_memo{
	position:relative;
	padding: 10px 5px 5px 5px;
	display:block;
	text-align:center;
	}
.span_price_cz{
	position:relative;
	display: block;
	padding: 10px 0px 1px 0px;
	font-weight:bold;
	}
	
/* PRODUCT ONE */
#product_one{
	position:relative;
	}
#product_one h1{
	position:relative;
	color: #FF9900;
	text-align:right;
	font-weight:bold;
	font-size:18px;
	border: none;
	background: none;
	}
#product_one h2{
	position:relative;
	color: #666666;
	text-align:right;
	font-style:italic;
	font-size:12px;
	background:none;
	}
#p_memo_one{
	position:relative;
	float:left;
	width: 286px;
	padding-bottom: 20px;
	}
#p_info_one{
	position:relative;
	float: right;
	width: 174px;
	border: solid 2px #efefef;
	color: #666666;
	}
#p_info_size{
	position:relative;
	border: solid 2px #efefef;
	margin: -2px;
	font-weight:bold;
	text-align:center;
	height: 39px;
	line-height: 39px;
	}
#p_info_price{
	position: relative;
	text-align:center;
	padding:8px 0;
	}
#p_sklad{
	position:relative;
	text-align:center;
	height:25px;
	line-height:25px;
	}
#p_big_one{
	position:relative;
	width: 220px;
	height: 313px;
	border: solid 2px #efefef;
	float: left;
	margin-right: 40px;
	}
#p_mini_one{
	position:relative;
	width: 366px;
	height: 86px;
	border: none;
	padding: 15px 0px;
	}
#p_mini_one img{
	position:relative;
	display:block;
	float:left;
	width: 56px;
	height: 80px;
	padding: 2px 2px 0px 2px;
	}
#p_mini_one img:hover{
	border: solid 2px #ddd;
	padding: 0px;
	}
#buy_button{
	background:url(img/buy_button.png) left top no-repeat;
	border: none;
	cursor:pointer;
	width: 116px;
	height: 40px;
	text-align:center;
	padding-right: 23px;
	padding-bottom: 2px;
	color: #333;
	font-weight:bold;
	float: right;
	margin-top: 10px;
	}
.eshop_info_table td, .eshop_info_table th{
	color:#ccc;
	padding:5px;
	}
.shop_info{
	position:relative;
	margin:20px 0 0 0;
	background:url(img/menu_top_2.png) left top no-repeat;
	}
.d_padding{
	padding-left:4px;
	color: #eeeeee !important;
	}
.info_title{
	color:#ccc;
	font-weight:bold;
	text-align:center;
	padding:5px;
	font-size:14px;
	}
.product_name_view{
	position:relative;
	display:block;
	height:35px;
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
	}
.r_podmienky{
	position:relative;
	display:block;
	width: 400px;
	float: left;
	}
#basket_table th{
  color: #999;
  padding: 3px 0px;
}
#basket_table td{
  padding: 5px 0px;
}
.newest_product{
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.newest_product:hover{
  color: #ff9900;
}
.newest_product span{
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #f5f5f5;
  display: block;
}

.newest_product img{
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
  border: none;
  margin-right: 10px;
}
