body {
  padding: 0;
  margin: 0;
  font-family: Arial;
  color: #000;
  font-size: 12px;
}

/* reset */
h1, h2, h3, h4, h5, h6, p, span, ul, li, img, hr {
 padding: 0;
 margin: 0;
}

h1.section{
	height: 40px;
	background: url(/images/bottom_red_line.gif) repeat-x 0 100%;
	margin-left: 10px;
}
h1.section span{
	color: #fff;
	background: #ca3527;
	line-height: 40px;
	padding: 12px 15px;
	font-size: 12px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

a {
	font-size: 12px;
	text-decoration: none;
	color: #ca3527;
}

a:hover {
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
img {
	border: none;
}

input {
	border: 1px solid black;
	padding: 2px;
}

.clear {
	clear: both;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.falign {
	text-align: right;
}

.lalign{
	text-align: left;	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* sky banner */
#sky-banner-obal {
	padding: 0px;
	float: left;
	position: relative;

	left: 0px;
	height: 147px;
	width: 950px;
}
#sky-banner {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 140px;
	overflow: hidden;
}
#sky-banner-new {
	postion: absolute;
	top:0px;
	left:0px;
	}

#sky-banner span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 950px;
	height: 140px;
	/*background: url(/images/foto-wifishop-hlavicka.jpg) no-repeat 0 0;
	background: url(/images/sky-banner.jpg) no-repeat 0 0;*/
}
/* /sky banner */

/* ------------- styl for div HEADER_WRAP ---------------------------------*/

#header_wrap {
	background: #000 url(/images/header_wrap_bg.gif) repeat-x;
	height: 40px;
}

#header {
	width: 950px;
	margin: 0 auto;
	color: #fff;
}

#header_line {
	border-bottom: 5px solid #c5d6e0;
        width: 100%;
}


#logo {
	margin: 7px 20px 0 0;
  background: url(/images/logo.gif) no-repeat;
  height: 26px;
  width: 120px;
  float: left;
}

#logo a{
  display: block;
  height: 100%;
  width: 100%;
}

#logo a span{
  display: none;
}

#search {
	float: left;
	padding-right: 25px;
	height: 40px;
}

#search input.search_text {
	background: transparent url(/images/search_text_bg.gif) repeat-x;
	border: none;
	width: 150px;
	padding: 5px;
	margin-right:15px;
}

#search input.search_submit {
	background: #fff url(/images/search_submit_bg.gif) repeat-x;
	height: 28px;
	border: none;
	width: 28px;
	margin-top: 6px;
}

#menu {
	float: left;
}

#menu ul li {
	display: block;
	float: left;

}

#menu ul li a {
	line-height: 40px;
	color: #fff;
	padding: 12px 10px;
}

#menu ul li a:hover{
	color: #5D5D5D;
	background-image: url(/images/top-bg-hover.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

#menu ul li a.selected{
	color: gray;
	background-image: url(/images/top-bg-hover.png);
	background-repeat: repeat-x;
}

#menu ul li div.menu_level2 {
	/*border: 2px solid black;*/
	border-top: none;
	position: absolute;
	top: 40px;
	line-height: 20px;
	padding: 5px;
	background: url(/images/bg-login-form.png);
 	min-width: 60px;
 	display: none;
	z-index: 50;

}

#menu ul li:hover div.menu_level2{
	display: block;
}

#menu ul li div.menu_level2 ul li{
	float: none;
	padding: 3px 7px;
}

#menu ul li div.menu_level2 ul li a {
	color: white;
	border: none;
	background: none;
	padding: 0px;
	line-height: 20px;
	font-weight:bold;
}

#menu ul li div.menu_level2 ul li a:hover {
	color: #4B4B4B;
	background: none;
}

span.separate {
	background: url(/images/separate.gif) no-repeat;
	height: 40px;
	width: 2px;
	display: block;
	float: left;
}

#login, #logout {
	float: left;
	padding: 0 10px 0 0;
}

#login>a, #logout>a {
	background: url(/images/login_icon.gif) no-repeat 0 50%;
	padding-left: 30px;
	margin-left: 40px;
	line-height: 40px;
	height: 40px;
	display: block;
	color: #fff;
	text-decoration: underline;
}
#login>a:hover, #logout>a:hover {
	text-decoration: none;
}

#shop_basket {
	float: left;
	padding-left: 15px;
	width: 125px;
}
#shop_basket a.icon {
	background: url(/images/shop_basket_icon.gif) no-repeat;
	height: 22px;
	width: 22px;
	display: block;
	float: left;
	margin-top: 10px;
}
#shop_basket a.icon span {
	display: none;
}

#shop_basket span {
	line-height: 40px;
	float: right;
	font-weight: bold;
	color: white;
}


/* ------------- styl for div CONTENT_WRAP ---------------------------------*/
#content_wrap {
	background: #9ed6fc url(/images/content_wrap_bg.gif) repeat-x;
	padding-top: 0px;
}

#content {
	width: 950px;
	margin: 0 auto;
}


/* style for div LEFT_BOX */
#left_box {
	float: left;
	width: 220px;
	margin-right: 10px;
}
#sort-by {
	height: 40px;
	background: url(/images/sort-by_bg.gif) repeat-x 0 100%;
}

#sort-by a {
	color: #0f75bc;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 28px;
	font-weight: bold;
}

.category-category .category, .category-manufacturer .manufacturer {
	display: block;
}

.category-category .manufacturer, .category-manufacturer .category  {
	display: none;
}

.category-category #sort-by .sort-by-category, .category-manufacturer #sort-by .sort-by-manufacturer {
	color: #fff;
	background: #ca3527;
}
#category {
	background: url(/images/sort-by_bg.gif) repeat-x 0 100%;
	padding-bottom: 6px;
	margin-bottom: 30px;
}

#category ul li{
	background: url(/images/category_item_bg.gif) no-repeat 0 100%;
}

#category ul li a {
	line-height: 30px;
	height: 30px;
	color: #000;
	padding-left: 20px;
}

#category ul li a:hover {
	text-decoration: none;
}
#category ul li a.current {
	color: #ca3527;
	padding-left: 23px;
	background: url(/images/current_category.jpg) no-repeat;
	display: block;
}

#category ul li ul li a {
	padding-left: 50px;
}

.banner_item {
	background: url(/images/short_shadow.png) no-repeat 0 100%;
	height: 220px;
	width: 220px;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

/* style for div RIGHT_BOX */
#right_box {
	width: 720px;
	float: left;
}

#guide_wrap {
	background: url(/images/long_shadow.gif) no-repeat 10px 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#guide_wrap h1.optika_fiberman {
	background: url(/images/optika_fiberman_title.gif) no-repeat;
	float: right;
	height: 32px;
	width: 449px;
	margin: 0 10px 7px 0;
}
h1.optika_fiberman span {
	display: none;
}

.widths {
	width: 700px;
}

.widthf {
	width: 660px;
}

#guide {
	background: url(/images/guide_bg.gif) no-repeat;
	height: 330px;
	width: 700px;
	position: relative;
	margin-left: 10px;
}

a.guide_left {
	background: url(/images/guide_left_bg.gif) no-repeat;
	height: 108px;
	width: 50px;
	position: absolute;
	top: 100px;
	left: -10px;
}

a.guide_right {
	background: url(/images/guide_right_bg.gif) no-repeat;
	height: 108px;
	width: 50px;
	position: absolute;
	top: 100px;
	right: -10px;
}

a.guide_right span, a.guide_left span  {
	display: none;
}

a.disable {
	background-position: 0 -108px;
}

#guide ul {
	padding: 50px 0 0 275px;
}

#guide ul li{
	margin-bottom: 12px;
}

#guide ul li a{
	width: 273px;
	height: 49px;
	display: block;
}

a.zasitovat_panelak {
	background: url(/images/zasitovat_panelak_bg.gif) no-repeat;
}
a.propojit_domy {
	background: url(/images/propojit_domy_bg.gif) no-repeat;
}
a.polozit_kabel {
	background: url(/images/polozit_kabel_bg.gif) no-repeat;
}
a.premostit_punkvu {
	background: url(/images/premostit_punkvu_bg.gif) no-repeat;
}
#guide ul li a span{
	display: none;
}

#action_offer {
	background: url(/images/action_offer_bg.gif) no-repeat 0 42px;
}

#most_sell_offer {
	background: url(/images/most_sell_offer_bg.gif) no-repeat 0 42px;
}

#most_sell_offer {
	background: url(/images/most_sell_offer_bg.png) repeat-y;
}


.product_wrap {
	background: url(../images/short_shadow.png) no-repeat 5px 100%;
	height: 242px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;

}


.product .left {
	float: left;
	width: 90px;
	height: 170px;
	padding: 0 5px 0 10px;
	clear: left;
}

.product .left span.stock {
	background: url(/images/stock_icon.gif) no-repeat;
	padding-left: 15px;
	color: #009900;
	font-size: 11px;
	font-weight: bold;
}

.product .right {
	float: right;
	height: 170px;
	width: 115px;
	clear: right;
}

.product .right p {
	font-size: 10px;
	padding: 0 10px 10px 10px;
	height: 70px;
	overflow: hidden;
}
.product .right .prise {
	color: #000;
	font-size: 22px;
	border-top: 2px solid #efd1ce;
	border-bottom: 2px solid #efd1ce;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 19px
}
.product .right .prise em {
	font-size: 11px;
	font-style: normal;
}

.product .right span.dph {
	color: #666666;
	font-size: 12px;
	display: block;
	font-weight: normal;
}



.offer_list .middle {
	margin: 0 20px;
}

.product {
	width: 220px;
	height: 235px;
	background: #fff url(../images/product_bg.gif) repeat-x 0 100%;
	border-bottom: 7px solid #ca3527;
}

a.all_most_product {
	float: right;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #0F75BC;
}
a:hover.all_most_product {
	text-decoration: none;
}
#services_wrap {
	background: url(/images/medium_shadow.png) no-repeat 0 100%;
	padding-bottom: 10px;
	float: left;
	margin: 0 20px 10px 5px;
}

#services {
	width: 300px;
	padding: 25px 20px 20px;
	background: #fff url(/images/news_bg.gif) repeat-x 0 100%;
	padding-top: 35px;
	overflow: hidden;
}

#articles_wrap {
	background: url(/images/medium_shadow.png) no-repeat 0 100%;
	padding-bottom: 10px;
	float: left;
	/*margin: 0 20px 10px 5px;*/
}

#articles {
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
	background: #000;
	overflow: hidden;
}

#services h2.top_services {
	background: url(/images/top-sluzby.png) no-repeat;
	height: 27px;
	width: 150px;
	margin-bottom: 15px;
	float: left;
}
#articles h2.articles_interesting {
	background: url(/images/articles_interesting_title.gif) no-repeat;
	height: 31px;
	width: 205px;
	margin: 30px 0 15px;

}

#articles h2.what_is_fibershop {
	background: url(/images/what_is_fibershop_title2.gif) no-repeat;
	height: 42px;
	width: 210px;
	margin-bottom: 5px;
	float: left;
}

#services h2 span,
#articles h2 span,
#news h2 span {
	display: none;
}

#articles p {
	color: #fff;
	margin-bottom: 5px;
        margin-right: 10px;
       
}
#articles a {
	color: #fff;
	text-decoration: underline;
}

#articles ul {
	line-height: 18px;
	margin-bottom: 15px;
}

#articles ul li a {
	color: #cf3023;
	font-weight: bold;
	text-decoration: underline;
}

#articles ul li a:hover, #articles a:hover  {
	text-decoration: none;
}

#news_wrap {
	background: url(/images/medium_shadow.png) no-repeat 0 100%;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
}


#news {
	width: 350px;
	background: #fff url(/images/news_bg.gif) repeat-x 0 100%;
	padding-top: 35px;

}

#news h2.news {
	background: url(/images/news_title.png) no-repeat;
	height: 27px;
	width: 90px;
	margin: 0 10px 0px 20px;
	float: left;
}


a.archiv_news {
	float: right;
	margin: 5px 20px 0 0;
}

#news .news_item {
	padding: 15px 20px;
}

.news_item {
	border-bottom: 2px solid #EFD1CE;
	padding: 15px 0;
}

.news_item img{
	float: left;
	margin: 0 15px 10px 0;
}

.news_item h3.newstitle {
color: #0F75BC;
margin-bottom: 5px;
font-size: 13px;
}

.news_item h3.newstitle a {
color: #0F75BC;
font-size: 13px;
text-decoration: none;
}

.news_item h3.newstitle a:hover {
text-decoration: underline;
}

.news_item p {
	font-size: 11px;
	line-height: 16px;
}

.news_item span.date {
	color: #e2928a;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-size: 11px;
}

.news_item a.more {
	color: #ca3527;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 10px;
	float: right;

}

.news_item a.more:hover {
	text-decoration: none;

	
}

/* ------------- styl for di FOOTER_WRAP ---------------------------------*/
#footer_wrap {
	background: #fff;
	height: 100px;
	padding: 15px 0;
}

#footer {
	width: 950px;
	margin: 0 auto;
}

#footer a {
	color: #ca3527;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer a.up {
	background: url(/images/up_icon.gif) no-repeat 100% 4px;
	padding-right: 10px;
	font-weight: bold;
}

#footer span.web {
	display: block;
	float: right;
	margin-top: 30px;
	color: #8c8c8c;
	text-align: right;
	line-height: 20px;
}

#footer span.web a {
	color: #8c8c8c;
	text-decoration: underline;
}

#footer span.web a:hover {
	text-decoration: none;
}

#message-window {
	margin: 0 auto;
	position: absolute;
	top:0px;
	left:0px;
	float: left;
	text-align: center;
	color: #ca3527;
	background-color: white;
	border: 15px solid #343434;
	z-index: 100;
	display: none;
	padding: 10px;
	line-height: 22px;

}
#message-window a, #message-window2 a {
color: #000;
}

#message-window a:hover, #message-window2 a:hover {
	text-decoration: underline;
}
#message-window2{
	margin: 0px;
	position: absolute;
	top:0px;
	left:0px;
	float: left;
	width: 350px;
	text-align: block;
	color: #ca3527;
	background-color: white;
	border: 15px solid #343434;
	z-index: 100;
	display: none;
	padding: 10px;
	line-height: 22px;
	}


#login-form {
	position: absolute;
	top: 40px;
	/*left: 700px;*/
	float: left;
	background: url(/images/bg-login-form.png);
 	filter: alpha(opacity=70);
	z-index: 100;
	display: none;
	padding: 10px;
}
#login-form td {
	height: 25px;
	line-height: 25px;
	color: white;
	font-weight: bold;
}

#login-form a {
	color: #CA3527;
	text-decoration: none;
}

#login-form a:hover {
	text-decoration: underline;
}
#user-menu-obal {
	height: 30px;
	background: #fff url(/images/bg-user-menu.png) repeat-x;
}
#user-menu {
padding-top: 5px;
	line-height: 25px;
	float: left;
	clear: both;
}

#user-menu a{
	border-left: 1px solid rgb(120, 120, 120);
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#user-menu a:hover{
	text-decoration: underline;
}

#user-menu span{
	background-image: url(/images/ico-login-3.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	padding-left: 30px;
	padding-right: 20px;
	font-weight: bold;
}

#menu-center {
	width: 950px;
	margin: 0 auto;
}

.kredit {
float: right;
margin-right: 5px;
line-height: 30px;

}
.filtrovani {
	/*height: 80px;*/
	padding: 15px 20px 15px;
	background: #fff url(/images/filtrovani_bg.gif) repeat-x 0 100%;
	margin-left: 10px;
	position: relative;
	
}

.filtrovani #leftb {
	float: left;
	width: 440px;

}

.filtrovani #rightb {
	position: absolute;
	width: 190px;
	bottom: 6px;
	right: 30px;
}

.filtrovani #rightb a.porovnat_link {
color: #ca3527;
}

.filtrovani p{
	margin: 0px;
	padding: 10px;
}

.filtrovani .nastaveni{
	float: left;
	position: relative;
}

.filtrovani .razeni{
	margin: 0px 10px 0px 0px;
	float: right;
	position: relative;
}

.filtrovani .stav{
	margin: 0px 10px 0px 10px;
	float: left;
	position: relative;
}

.filtrovani select{
	margin-right: 5px;
	float: left;
	width: 105px;
}

 .boxicek .vyprodej, .filtrovani .vyprodej{
	color: #ff00ba;
	float: left;
	margin-right: 12px;
}

.boxicek .sleva, .filtrovani .sleva, .ikonky .sleva{
	color: #ca3527;
	float: left;
	margin-right: 12px;
}

.boxicek .skladem, .filtrovani .skladem, .ikonky .skladem{
	color: #009900;
	float: left;
	margin-right: 12px;
}


.boxicek .novinka, .filtrovani .novinka{
	color: #ff7200;
	float: left;
	margin-right: 12px;
}

.filtrovani .pouzite{
	color: #ca9404;
	float: left;
	margin-right: 11px;
}

.filtrovani .vyrazeno{
	color: #a7a6a5;
	float: left;
	margin-right: 12px;
}

.filtrovani input{
	margin: 0px 5px 0px 0px;
	/*display:inline;*/
}

.filtrovani .zobrazeni{
	padding:0px;
	padding-bottom: 10px;
	margin: 11px 0 0 0;
}

.filtrovani .zobrazeni p{
	padding: 0px 0px 2px 0px;
}

.filtrovani #rightb a.porovnat {
	color: #ca3527;
	text-decoration: underline;
}

.filtrovani .zobrazeni a {
	background-color: #fff;
	color: #ca3527;
	font-weight: bold;
	line-height: 30px;
	text-decoration: underline;
	padding: 5px 7px 16px 7px;
	margin: 0px;
}

.filtrovani .zobrazeni a.selected,
.filtrovani .zobrazeni a:hover {
	background-color: #ca3527;
	color: #FFFFFF;
	text-decoration: none;
}

/* style for KATALOG */

.product h2 {
	padding: 10px;
	height: 39px;
}
.product h2 a {
	color: #ca3527;
	font-size: 11px;
}

a.basket {
	background: url(/images/shop_basket_icon.png) no-repeat;
	color: #0f75bc !important;
	text-decoration: underline;
	margin: 12px 10px;
	line-height: 23px;
	height: 23px;
	width: 22px;
	padding: 5px 0px 5px 35px;

}

a.basket:hover {
	background: url(/images/shop_basket_icon_hover.png) no-repeat;
	color: #A3D2FA !important;
}

#katalog {
	margin-left: 10px;
	width: 720px;
}


#katalog .product {
	width: 220px;
	border-bottom: 0;
	background: url(/images/katalog_product_bg.gif) repeat-x 0 -7px;
	height: 340px;
	padding-bottom: 10px;
	float: left;
	margin-right: 20px;
}

#katalog .product .obr {
	float: left;
	height: 110px;
	padding: 0 5px 0 10px;
}

#katalog .product .popis {
	float: right;
	height: 110px;
	width: 115px;
}

#katalog .product .popis p {
	font-size: 10px;
	padding: 0 10px 10px 10px;
	height: 108px;
	overflow: hidden;
}
#katalog .product h2 {
	padding: 5px 10px 5px 10px;
	height: 48px;
}
#katalog .product h3{
	margin: 0 0  5px 10px;
	font-weight: bold;
	float: left;
	font-size: 11px;
	height: 13px;
}
#katalog .product span.porovnat_input {
	display: block;
	color: #999999;
}
#katalog .porovnat_input em {
font-style: normal;
}

#katalog .prices {
	border-top: 2px solid #efd1ce;
}

#katalog .prices table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	height: 50px;
}
#katalog .product td {
	padding: 2px 10px 2px 5px;
}

#katalog .product th {
	padding: 2px 5px 2px 10px;
	font-weight: normal;
	width: 100px;
	text-align: left;
}

#katalog .kod {
	border-top: 2px solid #efd1ce;
	border-bottom: 2px solid #efd1ce;
}

#katalog .kod table {
	width: 100%;
}

#katalog .hodnoceni {
	float: left;
	margin: 0 0 3px 10px;
}

#katalog .hvezdicky {
	float: right;
	padding: 0 10px 3px 0;
}

#katalog .hvezdicky a {
	height: 16px;
	width: 16px;
	background: url(/images/star_empty.gif) no-repeat;
	float: left;
	padding-right: 6px;
}
#katalog .hvezdicky a:hover, #katalog .hvezdicky a.active, #katalog .hvezdicky a.selected,
#detail_product .hvezdicky a:hover, #detail_product .hvezdicky a.active, #detail_product .hvezdicky a.selected {
	background: url(/images/star_active.gif) no-repeat;
}

#katalog .hvezdicky a span, #detail_product .hvezdicky a span {
	display: none;
}
.hvezdicky .produktid {
	display: none;
}

#katalog .boxicek {
	float: left;
	margin: 0 0 0 10px;
	height: 43px;
}

#katalog .pocet {
	margin: 0 10px 0 0;
	text-align: right;
}

#katalog .pocet input {
	width: 20px;
	height: 13px;
	border: 0;
	border-bottom: 1px solid black;
	text-align: right;
	margin-right: 5px;
}

#katalog .basket_box {
	margin: 0 10px 0 0;
	text-align: right;
}

#katalog .product  a.basket {
	margin: 0;
}
.legenda_tab {
	display: none;
}

#katalog .bottom_line {
	height: 17px;
	background: url(/images/bottom_shadow_red.png) no-repeat ;
}
/* style for SEZNAM */

#seznam {
	background: #fff;
	margin: 0 10px 15px 10px;
}

#seznam .legenda_tab {
	display: block;
	margin-left: 10px;
	padding: 5px 0;
	height: 20px;
}

#seznam .lkod{
float: left;
width: 60px;
padding-left: 10px;
}

#seznam .lnadpis{
float: left;
width: 365px;
padding-left: 15px;
}

#seznam .lcena{
float: left;
width: 45px;
padding-left: 10px;
}

#seznam .lcena_s_dph{
float: left;
width: 70px;
padding-left: 10px;
}

#seznam .do_kosiku{
float: left;
width: 80px;
padding-left: 20px;
}


#seznam .product {
	background: none;
	height: 45px;
	float: left;
	width: 700px;
	border-bottom: none;
	position: relative;
	border-bottom: 1px solid #f4d7d4;
}

#seznam .product:hover {
	background: #ca3527;
	color: #fff;
}
#seznam .product:hover a {
	color: #fff;
}

#seznam .product:hover input {
	color: #fff;
	border-color: #fff;
}

#seznam .licha {
	background: #e7f4fe;
}

#seznam .product h2 {
 width: 325px;
 display: table;
 margin-left: 115px;
 padding: 0px;
 overflow: hidden;
 height: 45px;
}

#seznam .product h2 a{
display: table-cell;
text-decoration: underline;
vertical-align: middle;
}


#seznam .product h2 a:hover{
	text-decoration: none;
}

#seznam .product .obr {
	position: absolute;
	left: 95px;
	height: 30px;
	padding: 0;
	top: 16px;
}
#seznam .kod table{
	position: absolute;
	top: 13px;
	left: 17px;
	width: 85px;
}

#seznam .kod table td {
text-align: left;
}
#seznam .prices{
	position: absolute;
	top: 13px;
	right: 120px;
	width: 150px;
}
#seznam .prices tr td{
width: 75px;
}

#seznam .prices .sdph {
position: absolute;
top: 0px;
right: 0px;
}

#seznam .prices .sdph td {
padding-left: 0px;
}

#seznam .pocet {
	position: absolute;
	right: 60px;
	top: 12px;
}

#seznam .pocet input {
	width: 20px;
	height: 13px;
	border: 0;
	border-bottom: 1px solid black;
	text-align: right;
	margin-right: 5px;
	background: transparent;
}

#seznam .basket_box {
	margin: 0;
	position: absolute;
	right: 15px;
	top: 12px;
}
#seznam .basket_box a.basket{
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	float:left;
	height:22px;
	width:22px;
}

#seznam .hvezdicky,
#seznam .hodnoceni,
#seznam h3,
#seznam .obr a img,
#seznam .boxicek,
#seznam .product .popis,
#seznam .porovnat_input em,
#seznam .prices th,
#seznam .kod th,
#seznam .prices tr.koncova,
#seznam .basket_box strong,
#seznam .bottom_line {
display: none
}


#static {
	margin: 0 0px 10px 0px;

}

.static-page {
	width: 520px;
}

#static h1.section {
margin-right: 0;
}

#static_box {
	background: #fff;
	padding: 10px;
	margin-left: 10px;
}
#static_box ul.location {
	margin: 0;
}

#static_box ul.location li{
	display: inline;
	float: left;
	color: #ca3527;
	margin-right: 3px;
	background: none;
	padding: 0;
}

#static_box ul.location li a{
	text-decoration: underline;
	color: #ca3527;

}

#static_box ul.location li a:hover {
	text-decoration: none;
		color: #ca3527;
}

#static_box ul.location li span {
	color: #000;
}

#static_box h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}

#static_box h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
  margin: 10px 0;
}


#static_box h3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}
#static_box p {
	line-height: 15px;
	margin-bottom: 15px;
}

#static_box a {
	color: #ca3527;
	text-decoration: underline;
}

#static_box a:hover {
	color: #0f75bc;
}

#static_box .yellowb {
	background: #fffe8f;
}

#static_box hr {
background: #ffe5e5;
border: none;
}


#static_box table {
	color: #000;
	margin: 10px 0;
}
#static_box table tr.info {
height: 20px;
}
#static_box table tr {
height: 30px;
}


#static_box table.user_tab table tr.suda:hover {
background: #FFE5E5;
}

#static_box table tr:hover.normal-tr {
	background: white;
}

#static_box table tr:hover.normal-tr a {
	color: #ca3527;
}


table.color_tab {
}
table.color_tab th{
background: #000;
color: #fff;
padding: 3px;
}

table.color_tab tr.suda{
background: #ffe5e5;
}

table.color_tab tr:hover,
table.color_tab tr.suda:hover td{
	background: #ca3527 !important;
}

table.color_tab tr:hover a {
	color: white !important;
}

table.color_tab tr.normal-tr:hover,
table.color_tab tr.grey:hover {
	background: white !important;
}

#static_box table td {
padding: 5px;
}

#static_box table td.left-align {
	text-align: left;
}

#static_box ul {
margin: 20px;
}

#static_box ul li {
background: url(/images/odrazka.gif) no-repeat 0 50%;
font-size: 12px;
padding-left: 10px;
}

.suda a.button{
   background-color: #dddddd !important;
}

#static_box a.button, a.button, #basket input.submit, #basket input.bigsubmit, .obsahmain input.submit, .submit, input.form-button {
background: #ffe5e5;
color: #ca3527;
border: none;
padding: 5px 10px;
text-decoration: none;
font-weight: bold;
}

#static_box a.button:hover, a.button:hover {
background: #ca3527 !important;
color: #fff;
text-decoration: none;
}

#static_box tr:hover a.button {
	color: #ca3527;
}

#static_box tr:hover a:hover.button {
	color: white;
}

#basket .basket-table input.bigsubmit {
	font-size: 18px;
	width: auto;
}

#basket {
	margin: 0 10px 10px 0px;
}

#basket .basket-table input {
	width: 20px;
	text-align: right;
}

#basket .basket-table input.submit, .submit {
	width: auto;
}

#basket .baskets {
	width: 100%;
}
#detail_wrap{
	width:530px; 
	float: left;
	margin: 0 20px 10px 0;
}
#detail {
	background: url(/images/bottom_red_line.gif) repeat-x 0 100%;
	width: 710px;
	margin-left: 10px
}

.tech-parametry td{
	padding: 0px 10px;	
}

#detail h1.section {
	float: left;
	margin-left: 0;
}
#detail .empty {
	float: left;

}
#detail .empty div{
	float: left;
	line-height: 40px;
	margin: 0 20px;
	font-weight: bold;
}
#detail .empty div a {
	line-height: 40px;
	color: #000;
	font-weight: bold;
}

#detail_box .hvezdicky{
	float: right;
	padding: 5px 0;
}

#detail_box .hvezdicky a {
	height: 16px;
	width: 16px;
	background: url(../images/star_empty.gif) no-repeat;
	float: left;
	margin-right: 6px;
}

#detail_box .hvezdicky a:hover  {
	background: url(../images/star_active.gif) no-repeat;
}

#detail_box .hvezdicky a span {
	display: none;
}

#detail_box .pocet input {
	width: 20px;
	height: 13px;
	border: 0;
	border-bottom: 1px solid black;
	text-align: right;
	margin-right: 5px;
		background: transparent;
}

#detail_product {
	width: 530px;
	margin: 0 20px 10px 0px;
	float: left;
	background: url(/images/detail_bottom_shadow.png) no-repeat 10px 100%;
	padding-bottom: 10px;
}


.ikonky {
float: left;
clear: left;
width: 60px;
}

#detail_product table.to-basket {
	width: auto;
	margin-top: 5px;
}

#detail_product #popis input{
border: 0;
}

#detail_product #popis input.buy-pcs{
	width: 20px;
	height: 13px;
	border-bottom: 1px solid black;
	text-align: right;
	background: transparent;
}
#detail_product h1.section {
	margin-right: 0;
}



#detail_box {
	background: #fff;
	padding: 10px;
	margin-left: 10px;
}

#detail_box h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
  margin: 10px 0;
}

#detail_box p {
	line-height: 15px;
	margin-bottom: 15px;
}

#detail_box a {
	color: #ca3527;
	text-decoration: underline;
}

#detail_box a:hover {
	color: #0f75bc;
}

#detail hr  {
	background: #ffe5e5;
	border: none;
}

#detail_box h1 {
	margin: 15px 0 10px 0;
	color:#ca3527;
	font-size: 12px;
	font-weight: bold;
}

#detail_box #popis {
	float: left;
	width: 190px;
	margin-right: 20px;
	font-size: 11px;
	line-height: 20px;
}

#detail_box #fotky {
	float: left;
	width: 290px;
}

#fotky .mainfoto {
height:300px;
width:300px;
}

#fotky .thumb {
border:1px solid #CCCCCC;
float:left;
height:90px;
margin-right:1px;
margin-top:1px;
width:90px;
}

#detail_box span.porovnat_input {
	float: right;
	color: #999;
	margin-top: 15px;
}

#detail_box .prices table th {
	text-align: left;
	font-weight: normal;
}

#detail_box .boxicek,
#detail_box .pocet,
#detail_box .basket_box {
	float: left;
}

#detail_box .pocet {
	margin: 10px 4px 0 0;
}

#detail_box .basket_box{
	margin-top: 10px;
}

#detail_box .basket_box a.basket{
	margin: 0;
}

.odkazy a.button{
	margin: 10px 10px 10px 0;
	float: left;
	text-decoration: underline;
}

a.button:hover {
	background: #ca3527;
	color: #fff !important;
}

.required_field {
	color: #ca3527;
}

#detail_box .hodnoceni {
	float: left;
	padding: 3px 0px;
}


#detail_product hr  {
	background: #ffe5e5;
	border: none;
}
ul#location a{
	text-decoration: underline;
	color: #ca3527;

}

#location a:hover {
	text-decoration: none;
		color: #ca3527;
}

#location span {
	color: #000;
}

#detail_box ul {
	margin: 20px;
}

#detail_box ul li {
	background: url(/images/odrazka_static.gif) no-repeat 0 50%;
	font-size: 12px;
	padding-left: 10px;
}

#souvisejici {
	float: left;
	width: 160px;
	border-bottom: 6px solid #ca3527;
	margin-bottom: 10px;
}

#souvisejici h1.section {
	margin: 0;
}

#souvisejici h1.section span {
	width: 130px;
	float: left;
	padding: 0 15px;
}
#souvisejici .item  a.basket {
	float: right;
	margin: 0;
	height: 23px;
	width: 22px;
	padding: 0;
	margin: -4px 10px 10px 0;
}

.item {
	width: 140px;
	padding: 10px;
	border-bottom: 2px solid #f6dfdc;
	background: #fff;
	float: left;
}

.item  a {
	color: #ca3527;
	text-decoration: underline;
}


.item  a:hover {
	color: #0f75bc;
}
.item  span{
	float: left;
}

#alternativni {
	width: 520px;
	margin: 0 20px 10px 10px;
	background: url(../images/medium2_shadow.gif) no-repeat 0px 100%;
	padding-bottom: 11px;
	float: left;
}

#alternativni h1.section a {
	font-weight: normal;
	text-decoration: underline;
	color:#fff;
	background: #ca3527;
	line-height: 40px;
	padding: 12px 15px;
}

#alternativni_box {
	background: #fff;
	border-bottom: 6px solid #ca3527;
}

#alternativni .item {
	width: 150px;
	margin-right: 3px;
	border: 0;
}

#alternativni h1.section {
	margin: 0;
}

.obsahmain {
	width: 690px;
	margin: 0 0 10px 10px;
	background: #fff;
	padding: 10px
}

.obsahmain table tr{
	height: 30px;
}
.obsahmain table tr td{
	padding-bottom: 5px
}
.lfo {
	width: 270px;
}

.lfo2 {
	width: 400px;
}

.lfo table tr,
.lfo2 table tr{
	height: 30px;
}

#normal_page {
	margin-bottom: 10px;
}


a.sort-dir-asc {
	background: url(/images/sort_asc.gif) no-repeat;
	height: 10px;
	width: 11px;
	display: block;
	margin-bottom: 1px;
}

a.sort-dir-desc {
	background: url(/images/sort_desc.gif) no-repeat;
	height: 10px;
	width: 11px;
	display: block;
	margin-top: 1px;
}

#static_box .user_tab {
	width: 100%;
}

#static_box .user_tab h4, #registration table h4 {
background: #000;
color: #fff;
padding: 5px 10px;
}

#static_box .sub_tab {
	width: 100%;
}

#static_box .user_tab tr:hover,
#static_box .sub_tab tr:hover {
	background: white;
}
#static_box .user_tab table {
 margin: 0 0 0 20px;
}

#static_box .user_tab a.button{
 margin-left: 20px;
}

#registration table {
	width: auto;
}

ul.errors {
border: 1px solid #CA3527;
padding-left: 10px;
margin-bottom: 10px;
}

ul.errors li {
color: #CA3527;
font-weight: bold;
padding: 5px 10px;
background: url(/images/odrazka.gif) no-repeat scroll 0 50%
}

.no-products-found {
	padding: 15px;
	color: red;
	font-weight: bold;
}

.nodisplay { display: none;}

.quantity-popup-wnd {
	position: absolute;
	background-color: white;
	border: 1px solid #CCCCCC;
	margin: -5px 0px 0px 25px;

}
.quantity-popup{
	float: left;
	clear: right;	

}

.lmargin15 {
	margin-left: 15px;
}

.whitespace{
	background-color: #ffffff !important;
	padding-right: 10px;
	padding-bottom: 20px;

}

.obsahmain{
	padding-top: 10px;
	padding-bottom: 10px;	

}


.discussion-new-message {
	color:#CA3527;
	font-weight: bold;
	font-size:14px;
	padding: 20px 0px 5px 0px;
	margin: 0px;
	border-top: 1px solid #EFD1CE;
}

.discussion-message {

	margin:auto;
	margin: 2px 0px 2px 20px;
	padding: 5px;
	background: #fcf8f5;
	border-top: 2px solid #ffffff;


}

.discussion-answer {
	display: none;
}

.discussion-title {
	font-weight: bold;
}



.discussion-date {
	color: #5c5c5c;
	font-style:italic;
}


.discussion-author {
	color: #CA3527;
	font-weight: bold;
}
.discussion-button {
	float:right;
	padding:0;
	position:relative;
}


.discussion-button input {
	float: right;
	height: 27px;
	/*
	background: #fcf1ea;
	color:#ff6905;
	*/
	background-color: #FF6905;
	color: #FCF1EA;
	font-weight: bold;
	font-size:14px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}


.biggerform textarea {
	height:100px;
	width:402px;
}
#discussion-answer table,
.discussion-message table {
	width: 450px;
}
.autowidth{
	width:auto;	

}


#discussion-answer table td,
.discussion-message table td {
	padding-left: 5px;
}


.biggerform input {
width:400px;
}


.discussion-button .submit, #discussion-answer-mail_answers  {
border:0 none;
width:auto;
}


.agreement p {
margin:10px 10px 0 10px;
text-align:justify;
}

#lost_password table {
	width: auto;
}

#lost_password table td {
	padding: 5px;
}


.form-normal {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
text-align:left;
}

.form-invalid {
	background:#fdedeb url(/images/input-fail.gif) no-repeat scroll right top;
	border:1px solid #CA3527;
}

.form-blur {
	background: #fff;
	border: 1px solid #0F75BC;
}

.product-bottom-content { display: none; }

table.compare-products th{
background: #000;
color: #fff;
padding: 3px;
}
table.compare-products th a{ 
color: #fff;
}

table.compare-products tr {
text-align: center;
}

table.compare-products td {
padding: 0 5px;
}

table.compare-products .parameters {
 width: 170px;
 text-align: left;
}
table.compare-products .border-top {
border-top: 1px solid #CA3527;
}

table.compare-products .border-bottom {
border-bottom: 1px solid #CA3527;
}

#product-compare-page {
float:left;
margin-bottom:10px;
}

#product-compare-page .obsahmain{
	width: auto;
	float: left;
}

.grey {
	color: #999;
}

.lastSync{
color: grey;
font-size: 9px;
padding: 0px 5px 10px 5px;
margin-top: -22px;
}

input.input-pcs {
	width: 25px;
}

.basket-table input.bigsubmit {
	font-size: 18px;
	width: auto;
}

#detail .obsahmain p{
margin-bottom: 10px;
}

#obal-common {
margin-bottom: 10px;
}

.shipping_comment p {
	padding-bottom: 11px;
}