/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: "Helvetica", Arial, sans-serif;
	/* background: #ABACB0 url(../i/body_bg.jpg) repeat-x; */
	background: #131821 url("../i/bg-2.jpg") top center no-repeat;
	color: #494949;
	font-size: 11px;
	line-height: 2em;
}

p{margin: 5px 0px 0px 0px; padding: 0px;}

img{border: 0px;}

.clear{clear: both;}
ul {
	margin: 0px; padding: 0px; list-style-type: none;
}
li {

}
ol {
	list-style-type:decimal;
	line-height:14px;
	margin-top:0px;
	margin-bottom:18px;
}
body a {
	color: red;
	font-weight: normal;
	text-decoration: underline;
	}
body a:hover {
	text-decoration: none;
	font-weight: normal;
}

/*947 contajner*/
#container{
	margin: 0 auto;
	width: 915px;
}
#wrapper{
	float: left;
	width: 915px;
	margin: 30px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}
/* HLAVICKA*/
#header{
	position: relative;
	float: left;
	width: 915px;
	height: 209px;
	background: url(../i/header_bg.jpg) no-repeat top left;

	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#header img{border: 0px;}
#header .logo{
	margin-left: 12px; margin-top: 25px;
	float: left;
	width: 190px;
	height: 110px;
	display: block;
}
/*horne menu*/
#menu_bg{
	float: left;
	width: 915px; height: 40px;

}
#navmenu {
	float: left;
	width: 915px;
	height: 40px;
	background: url(../i/header-bg.jpg) no-repeat top left;
}
#navmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#navmenu ul li {float: right; }
#navmenu ul li a {
	display: block;
	/*width: 113px;*/
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 12px;
	color: #A8A9AD;
	font-weight: bold;
	/*background: url(../i/top_bg.jpg) no-repeat top left;*/
	/*margin-left: 10px;*/
	text-align: center;
	padding: 0 20px;
}

#navmenu ul li a.class_tm{
	text-decoration: none;
	color: #fff;
}
#navmenu ul li a:hover{
	text-decoration: none;
	color: #fff;
}

#content{
	float: left;
	width: 915px;
	background: #fff url(../i/cont_bttm.jpg) no-repeat bottom left;
}


/* panel lavy */
#panel_left{
	float: left;
	width: 200px;
	padding: 0 20px 40px 20px;
}
.nav {
	float: left;
	width: 193px;
	margin-left: 0;
	padding:0;
	margin-bottom: 20px;


}
.nav ul, .nav ul li {list-style-type: none; margin: 0px; padding: 0;}

ul.nav-polozky  {
	background-color: #ddd;
	display: block;
	padding: 15px 0;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;

	-moz-box-shadow: inset 0 0 15px 0 #ccc;
	-webkit-box-shadow: inset 0 0 15px 0 #ccc;
	box-shadow: inset 0 0 15px 0 #ccc;

    background-color: #ffffff;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, right top, from(#ededed), to(#ffffff));
    background-image: -moz-linear-gradient(left, #ededed, #ffffff);
    background-image: -ms-linear-gradient(left, #ededed, #ffffff);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ededed), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(left, #ededed, #ffffff);
    background-image: -o-linear-gradient(left, #ededed, #ffffff);
    background-image: linear-gradient(left, #ededed, #ffffff);
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",#ededed,#ffffff));
}

.nav-polozky a {
	display: block;
	color: #545454;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	padding: 8px 5px 5px 20px ;
}
.nav-polozky a:hover{
	color: red;
	text-decoration: none;
}
.nav-polozky a.left_selected{
	color: red;
	background: transparent url(../i/arrow.png) center left no-repeat;
	font-weight: normal;
}

.nav-polozky li li a {
	display: block;
	color: #545454;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	padding: 3px 5px 3px 20px ;
}

.nav_partneri {
	display: block;
	float: left;
	width: 193px;
	height: 27px;
	margin: 20px 0px 10px 0px;
	background: #fff url(../i/partneri.jpg) no-repeat top left;
}
.nav_partneri_txt {
	float: left;
	margin: 0px 0px 0px 20px;
}
.p_inp{
	width: 135px;
	border: 1px solid #DFDFDF;
	background: #F7F7F7;
	color: #050505;
	margin-top: 4px;
}

.p_button{
	padding: 2px 20px;
	border: 0px;
	background: #E2E2E2;
	color: #050505;
	margin-top: 6px;
	cursor: pointer;
}


/*pravy panel*/
#panel_right{
	float: left;
	width: 245px;
}
.search{
	float: right;
	margin: 12px 12px 0px 0px;
}
.s_txt{
	float: left;
	margin: 0px;
	width: 135px;
	height: 22px;
	border: 0px;
	padding-left: 10px;
	padding-top: 0px;
	color: #9B9DA2;
	background: url(../i/inp_search.png) no-repeat top left;
}
.panel_right_txt {
	float: left;
	width: 193px;
	margin-left: 23px;
	margin-top: 10px;
}





/* footer */
#footer{
	float: left;
	width: 915px;
	color: #7D7B7B;
	background: #140F49;
}
#footer a{
	color: #7D7B7B;
}
#footer_bttm{
	float: left;
	width: 915px;
	height: 11px;
}



/* Typohraphy */


p {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #4f4f4f;
}
h1 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
h3, h4, h5, h6 {
  line-height: 30px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  text-transform: uppercase;
}

ul, ol {
  margin: 0 0 20px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
  color: #ccc;
}

hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}

strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}



.wysiwygpanel {
	margin-right: 20px;
	margin-bottom: 40px;
	width: 655px;
	float: right;
}

.wysiwygpanel ol {
	list-style-type:decimal;
	line-height:14px;
	margin-top:0px;
	margin-bottom:18px;
}
.wysiwygpanel ol li{
	color: #666;
	list-style-type:decimal;
	line-height:14px;
	margin-top:0px;
	margin-bottom:18px;
}

.wysiwygpanel table.offer {
	border: 1px solid #ccc;
        border-collapse: collapse;
}

table.offer td,
table.offer th {
	border: 1px solid #ccc;
        padding: 7px;
}

.offer th {
	background-color: #ccc;
}

.offer .action {
	background-color: red;
        color: #fff;
        float: right;
        font-size: 14px;
        padding: 5px 10px;
        margin: 10px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid red;
}

table h3,
table h2,
table h1 {
	margin-top: 0;
	padding-top: 0;
	line-height: 1em;
}

/*kosik*/
#shopping-card a{
	background: transparent  url(../i/basket.png) top left no-repeat;
	text-decoration: none;
	font-weight: bold;
	width: 69px;
	height: 48px;
	bottom: -52px;
	right: 20px;
	position: absolute;
	z-index: 100;
}
#shopping-card span {
	position: absolute;
	bottom: 11px;
	right: 7px;
	z-index: 101;
	color: white;
}


/*reklama*/
.reklama{
	margin: 0px;
	background: #FAF9F9;
	width: 990px; float: left;
}
.reklama img{border: 0px;}


/*galeria*/
.galeria_i{margin:5px; height: 206px;}
.gal_small{float: left; margin-right: 10px;}
.gal_text{background: #D8EBF3; color: #000; padding: 5px 7px; clear: both; width: 142px; height: 16px; }

/*sitemap*/
.sitemap{
	padding-top:8px;
}
.sitemap .first{
	margin-top: 8px;
	color: #317799;
	font-size: 14px;
}
.sitemap .sec{
	margin-top: 4px;
	font-size: 12px;
}
.sitem_ods{
	height: 15px;
}





/*KAT*/
.kat_produkt{
	float:left; margin-top:10px; margin-right: 5px; width:205px;
	line-height: 1.5em;
	color: #aaa;
}

.kat_prod{
	width:205px;
	/*border-left: 2px solid #FFD897; border-right: 2px solid #FFD897;*/
	padding-top: 0px; padding-bottom: 5px;
	height: 380px;
}


.kat_prod_h1{height:40px;}

.kat_prod_h1 h1 {
	margin:0px; padding-left: 10px; padding-right: 5px;
	font-size:18px; font-weight: bold;
	line-height: 120%;
	/*text-transform: uppercase;*/
}

.kat_prod_img{
	margin-top: 5px; margin-left: 7px;
	padding: 1px;
}
.kat_prod_cena{
	float: left; padding: 5px 6px 5px 7px;
	font-size: 12px; font-weight: bold;
}

.kat_prod_top{
	width:227px; height: 13px;
	background: #FFF url(../i/prod_top.jpg) no-repeat 0px 0px;
}
.kat_prod_bttm{
	width:227px; height: 13px;
	background: #FFF url(../i/prod_bttm.jpg) no-repeat 0px 0px;
}

.spat{clear: both; margin:15px 0px;}


.next_disk{font-size: 12px;}

/*tipy*/
.tipy{
	float: left;
	margin: 10px 0px 0px 30px;
	width: 182px;
	background: #fff url(../i/tipy.jpg) no-repeat top left;
	text-align: center;
}
.inp_nwsl{
	width: 123px;
	height: 27px;
	border: 0px;
	color: #737373;
	padding: 0px 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../i/inp_nwsl.jpg) no-repeat top left;
}

#form_prid_prod {
	margin-top: 20px;
	background-color: #eee;
	padding: 10px;

}

#form_prid_prod_s {
	background-color: #eee;
	display: block;
	padding: 25px;
	margin-bottom: 40px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: right;
	width: 260px;
}

fieldset {
	border: 1px solid #eee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.product-row {
	overflow: hidden;
}

.product-image {
	float: left;
	padding: 8px;
	border: 1px solid #eee;
	margin: 0 20px 20px 0;
}
