* {
	padding:0px;
	margin:0px;
	font-family:'Arial';
	font-size:12px;
}

body {
	position:relative;
	text-align:center;
	background-color:#fafafa;
}

#wrap {
	position:relative;
	width:1000px;
	margin:auto;
	text-align:left;
}

/* nejprice */
.pos {
	font-style:italic;
	font-weight:bold;
	color:#0DAE15;
	font-size:0.6em;
	padding:4px;	
	margin:3px;	
}	

.mlogo  {
	position:absolute;
	display:block;
	height:70px;
	width:400px;
	left:-30px;
	top:40px;
	background:url('img/logo.png') no-repeat;
	z-index:1;
}

#logo {
	position:relative;
	height:120px;
	background:url('img/lista.png') repeat-x left bottom;
}


/* navigace + logo */

#logo ul {
	position:relative;
	float:right;
	margin-top:73px;
	right:310px;
	z-index:2;
}

#logo ul li a {
	position:relative;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:6px;
	_top:3px;
}

#logo ul li:hover, #logo ul li.hover {
	background:url('img/bg_ico2.png') repeat-x;
}

#logo ul li {
	list-style-type:none;
	list-style-position:inside;
	display:inline;
	border-right:1px solid #a4674c;
	height:20px;
	position:relative;
	padding-top:3px;
	padding-bottom:3px;
	_top:-3px;
}

#search {
	position:absolute;
	width:280px;
	top:64px;
	right:15px;
}

.searchinput {
	position:relative;
	float:left;
	width:175px;
	height:28px;
	padding-top:5px;
	padding-left:10px;
}

#search input.submit {
	position:absolute;
	right:0px;
	top:0px;
	border:0px solid;
	color:black;
	width:100px;
	height:28px;
	border:1px solid #d0d0d0;
}

/* nad-main lista */
#lista {
	position:relative;
	text-align:left;
	color:grey;
	font-size:0.9em;
	background:url('img/seolista.png') repeat-x;
	padding:9px 0px 9px 10px;
}

#lista a {
	color:black;
	font-size:1em;
	text-decoration:underline;
}

#lista a:hover {
	text-decoration:none;
}

/* main */
#main {
	background:#FFFFFF;
	padding-bottom:50px;
}

/* menu */
#lmenu {
	width:176px;
	float:left;
	text-align:center;	
}

#rmenu {
	width:182px;
	float:right;
	background:white;
}

#absmain {
	width:638px;
	float:right;
}

.thinimg {
	position:reltive;
	margin-left:5px;
	margin-top:-25px;
}

#absmain p {
	padding:10px 0px 10px 0px;
}

#hlavni {
	width:818px;
	text-align:left;
	float:left;
}

/* hlavni - styling */
#hlavni a {
	color:#b46220;
	text-decoration:underline;
}

#hlavni a:hover {
	text-decoration:none;
}

#hlavni ul li {
	list-style-type:square;
	list-style-position:inside;
}

/* leve menu - styling */

#lmenu ul {
	background:url('img/libg.png') repeat-y top right;
}

#lmenu ul li {
	border-bottom:1px solid #f3f3f3;
	list-style-type:none;
	list-style-position:outside;
	text-align:left;
	padding:6px 0px 6px 25px;
	background:url('img/arrow.png') no-repeat 10px 11px;
}

ul li a {
	color:#1C4280;
	text-decoration:none;	
}

#lmenu ul li a:hover {
	text-decoration:none;
	color:#2d2d2d;
}

#lmenu ul li:hover, #lmenu ul li.hover {
	background-color:white;
}

.menutop {
	text-align:left;
	padding:5px;
	font-weight:bold;
	background:url('img/lmenu_dark.png') repeat-x;
}

#lmenu li a {
	display:block;
	position:relative;
	text-decoration:none;
	color:#2d2d2d;
	font-size:0.9em;
}


#lmenu a {
	text-decoration:none; 
}

#lmenu .menutop a {
	text-decoration:none;
	color:white;
	font-size:0.9em;
	margin-left:10px;     
}

#lmenu .menutop a:hover {
	text-decoration:underline;
}

/* footer */

#footer {
	background:#343434;
	color:white;
	text-align:left;
	border-top:3px solid #ac6f4c;
}

#footop {
    background:url('img/footop.png') repeat-x;
    height:39px;
}

#footer a {
	color:white;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

#footleft {
	padding:30px 30px 20px 30px;
	float:left;
}

#footright {
	float:right;
	text-align:right;
	padding:15px 30px 15px 30px;
}

/* listing */
	/* tabulkovy vypis */
	
		.w100 {
			width:99%;
		}
	
		.vel1 {
			width:70px;
			padding:0px;
			margin:0px;
		}
		
		.vel2 {
			width:120px;
		}
		
		.vel4 {
			width:100px;
		}

/* statusy */

body #main .st0 {
	background:url('img/akce_stitek.png') no-repeat top right;
}

body #main .st1 {
	background:url('img/vyprodej_stitek.png') no-repeat top right;
}

body #main .st2 {
	background:url('img/doporucujeme_stitek.png') no-repeat top right;
}

body #main .st3 {
	background:url('img/novinka_stitek.png') no-repeat top right;
}

body #main .st4 {
	background:url('img/rozbaleno_stitek.png') no-repeat top right;
}

/* kosik - statusy */
#boxstav {
	margin:auto;
	text-align:center;
	width:410px;
	height:71px;
	margin-top:10px;
}

.bxs1 {
	background:url('img/box/1.png');
}

.bxs2 {
	background:url('img/box/2.png');
}

.bxs3 {
	background:url('img/box/3.png');
}

.bxs4 {
	background:url('img/box/4.png');
}

.bxs5 {
	background:url('img/box/5.png');
}


/* listing - styling */


.bgtop  {
    background:url('img/vbox/top.png') no-repeat top left;
    height:21px;
    _width:212px;
}

.bgmidd {
    background:url('img/vbox/stred.png') repeat-y;
    _width:212px;
}

.bgbottom {
    background:url('img/vbox/bottom.png') no-repeat left top;
    height:36px;
    _width:212px;
}

.paddit {
    padding-right:20px;
    _padding-right:26px;
    position:Relative;
}

.flframe {
	width:210px;
	_width:212px;
	float:left;
}

.nbfr {
	border-right:0px solid;
}

.dostupnost {
	font-size:0.9em;
	padding:2px;
	padding-left:5px;
	color:#939393;
	padding-bottom:0px;
}

.dostupnost_ok {
	font-size:1em;
	color:#0C942E;
}

.skladem {
	font-size:0.9em;
	padding-left:5px;
	color:#939393;
}

.skladem_ok {
	font-size:1em;
	color:#0C942E;
}

.skladem_no {
	font-size:1em;
	color:#DB2024;
}

.nadpis {
	text-align:center;
	margin-top:10px;
	font-size:0.7em;
	padding:0px 30px 0px 30px;
	margin-top:20px;
	color:#c81655;
}

.mena {
	width:140px;
	float:left;
}

.nadpis a {
	font-size:1.3em;
	_font-size:1.4em;
	text-align:center;
	position:relative;
}

.moveit {
	position:relative;
	margin-top:105px;
	width:165px;
	_width:175px;
}

.fixnadp {
	position:relative;
	display:block;
	margin-top:-45px;
	width:180px;
	text-align:center;
}

.flframe img {
	position:relative;
	height:auto;
	width:100px;
	border:0px solid;
	margin-bottom:15px;
	margin-top:15px;
}

.topp {
	position:relative;
	height:67px;
	_height:68px;
	width:195px;
	_width:186px;
	_left:8px;
	top:-4px;
}

.flframe .info {
	padding:3px;
	font-size:0.9em;
	color:#6D6D6D;
	left:10px;
}


.cena {
	text-align:right;
	padding:3px;
	font-weight:bold;
	font-size:1.2em;
	margin:5px;
	text-align:right;
}

.virtbutt {
	background:url('img/bg_ico2.png');
	color:#565656;
	padding:6px;
	font-weight:bold;
	margin:4px;
	margin-top:-31px;
	margin-left:10px;
	position:absolute;
	border:1px solid #cacaca;
	z-index:2;

}

body #main .flframe .virtbutt a {
	color:#565656;
	text-decoration:none;
}

body #main .flframe .virtbutt a:hover {
	text-decoration:underline;
}

/* hlavni - styling */

body #main #hlavni {
	min-height:560px;
}

body #main #hlavni .dt {
	padding:8px;
}

body #main #hlavni .dt h1,body #main #hlavni .dt h2,body #main #hlavni .dt h3 {
	margin:-8px;
	margin-bottom:0px;
}

body #main #hlavni .dt p, .tex p {
	padding:5px;
}

.ord {
	position:relative;
	padding:10px;
	margin-top:15px;
}

.ord img {
	width:10px;
	height:10px;
}

/* show_product - styling */

.normdo {
	font-size:0.6em;
	font-weight:normal;
	padding:2px;
	padding-top:8px;
	text-align:left;
}

ul.prodlist li {
  list-style-type:none;
  list-style-position:inside;
  display:inline;
  padding:10px;
  width:413px;
  text-align:left;
}

ul.prodlist li p.descrip {
	color:#868686;
	font-size:0.9em;
}

.obrazky {
	float:right;
	width:195px;
	background:#FFFFFF;
}

.obrazky img {
	padding:2px;
}

#product {
	padding:5px;
}

#product .kpopis {
	font-size:0.9em;
	color:#868686;
	margin:3px;
}

#product #pricedetail {
	padding:10px;
	background:#f6f6f6;
	border:1px solid #ebebeb;
	width:300px;
	margin:10px;
}

#product #pricedetail .cena {
	font-size:1.4em;
	padding:2px;
	margin:2px;
}

#product #pricedetail .cenam {
	font-size:0.6em;
	padding:2px;
}

#product #pricedetail .buyform {
	margin:5px;
	font-weight:normal;
}

#product #pricedetail input.submit {
	padding:6px;
	margin:2px;
	color:black;
	border:1px solid #cacaca;
}

#product .dpopis {
	margin:10px;
}

#product .dpopis h1, #product .dpopis h2, #product .dpopis h3 {
	width:400px;
	text-align:left;
	padding:3px;
	margin:5px;
	font-size:1.5em;
}

.tags {
	font-size:0.9em;
	margin:3px;
}

.tags a {
	font-size:1em;
}

.stavy {
	margin:7px;
	margin-top:0px;
}

.stavy img {
	padding:1px;
}


/* prave + leve menu - boxy - styling */

#rmenu .price {
	text-align:right;
	padding:6px;
	padding-top:0px;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:5px;
}

#rmenu p.info {
	padding:15px;
}

#rmenu a {
	color:#b46220;
}

#rmenu a:hover {
	text-decoration:none;
}

#rmenu li {
	list-style-type:square;
	list-style-position:inside;
}

.rmbox {
	border-left:1px solid #eeeeee;
	background-color:white;
	padding-bottom:15px;
	text-align:center;
  /*padding-top:2px;*/
}

.rmnad2 {
	text-align:left;
	padding:8px 0px 0px 15px;
	height:30px;
	font-size:1.3em;
	font-weight:bold;
	font-variant:small-caps;
	border-bottom:1px solid #f3f3f3;
	color:black;
	background:url('img/bg_nadpis.png') repeat-x;
}

.rmbox img.fl  {
    margin-right:5px;
}

.rmnad {
	text-align:left;
	padding:12px;
	padding-left:7px;
	font-size:1.3em;
	font-weight:bold;
	font-variant:small-caps;
}

.rmnad a {
	color:#3172D3;
	text-decoration:none;	
	font-size:1em;

}

.rmnad a:hover {
	text-decoration:underline;
}

/* obrazky */

.obrlog {
	background:url('img/global/key.png') no-repeat;
	width:19px;
	height:19px;
	float:left;
}



/* kosik */

.kos {
	background:url('img/kosik_ico.png') no-repeat top right;
	margin-right:5px;

}

.kosik {
	padding:6px;
	padding-left:2px;
	color:grey;
	line-height:2;
}	

.kos_val {
	color:black;
}


/* listovani u produktu */

div.listing {
	text-align:right;
	margin:10px;
}

a img.fl {
	padding:4px;
}

div.listing a {
	padding:3px;
	margin:0px;
	background:#f4f4f4;
	border:1px solid #ededed;
	padding-left:5px;
	padding-right:5px;
}

/* global */

li {
  list-style-position:inside;
}

.big {
	font-size:1.2em;
}

.rmbox p.price {
	background:url('img/bstrans.png') no-repeat center bottom;
}

.spo {
	margin-bottom:15px;
}

.justify {
	text-align:justify;
}


.di {
	display:none;
}

p.gre {
	padding:5px;
	border:1px dotted #188331;
	color:#188331;
	width:80%;
}

textarea.textar {
	width:98%;
	height:70px;
	margin:4px;
}

table.vac td {
	vertical-align:top;
}

table.vac td.varc {
	vertical-align:middle;
}

.pad5 {
	padding:5px;
}

input.submit {
	background:url('img/bg_ico2.png');
	border:none;
	font-weight:bold;
	color:black;
	border:1px solid #cacaca;
}

form input {
	padding:2px;
	margin-top:1px;
	border:1px solid #CFCFCF;
}

form select {
	border:1px solid #CFCFCF;
}

form select option {
	padding:2px;
}

form input.sis {
	padding:4px;
}

input.search {
	width:150px;
}

.reset {
	clear:both;
}

.c {
	text-align:center;
}

.r {
	text-align:right;
}

.l {
	text-align:left;
}	

.ram {
	padding:3px;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

p.info {
	padding:18px;
	padding-top:5px;
	padding-bottom:3px;
	font-size:0.9em;
	color:#6D6D6D;
}



p.info a, p.info span {
	font-size:1em;
}

h1,h2,h3 {
  background-color:#efefef;
  color:black;
  border-bottom:1px solid #dfdfdf;
  border-top:1px solid #dfdfdf;
	font-size:1.5em;
	padding:6px;
}

h3 {
	font-size:1.4em;
	color:black;
}

h4 strong {
	font-size:1em;
	color:black;
}

h4 {
  background-color:#efefef;
  color:black;
	font-size:1.1em;
	padding:4px;
	margin:0px;
	width:427px;
  border-bottom:1px solid #dfdfdf;
  border-top:1px solid #dfdfdf;
}
.nowrap {
	white-space:nowrap;
}

.depad {
	padding-right:10px;
}

.depad input {
	margin:2px;
	padding:6px;
}

a img {
	border:0px solid;
	text-decoration:none;
}

	
strong.nb {
	font-weight:normal;
}

.mini {
	font-size:0.8em;
}

.mini2 {
	font-size:0.7em;
}
.mini a {
	font-size:1em;
}

input.bigger {
	width:210px;
}


fieldset {
	width:80%;
	text-align:left;
	margin:8px;
	padding:2px;
	padding-top:0px;
	border:1px solid #CCCCCC;
}

fieldset.max {
	width:95%;
}

fieldset legend {
	margin-left:20px;
	padding:5px;
	background:#EDEDED;
	border:1px solid #CCCCCC;
}

#hlavni form fieldset table {
	width:80%;
	text-align:left;
	margin:0px;
	border:0px;
	background:transparent;
}

#hlavni form fieldset table td {
	line-height:2.3;
	border:0px;
	background:transparent;
}

#hlavni form fieldset table.vac td {
	line-height:1.5;
	border:0px;
	background:transparent;
}

#hlavni form fieldset table td input {
	padding:3px;
}

input.forginp {
	border:1px solid red;
}

textarea {
	border:1px solid #CFCFCF;
	padding:2px;
}

/* pos/neg messg() */
div.pst1, div.pst0 {
	padding:10px;
	margin:8px;
	border:1px dotted #686868;
	padding-left:40px;
}

div.pst1 {
	background:url('img/alert.png') left no-repeat  #B9FAAF;
}

div.pst0 {
	background:url('img/alert.png') left no-repeat #FCC9C9;
}
/* default stranka - novinky */

.half {
	width:50%;
}

.half .nadpis {
	background:#c81655;
	color:black;
	font-size:1.3em;
	padding:7px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #f3f3f3;
	background:url('img/bg_nadpis.png') repeat-x;
padding-left:15px;
}

.half .nadpis a {
	font-size:1em;
}

.half li {
	list-style-type:none;
	list-style-position:inside;
	padding:2px;
	margin-bottom:3px;
	font-size:1em;
}

.half li .top {
	color:#0052CC;
	font-weight:bold;
	letter-spacing:1;
	padding:2px;
}

.half li .top a {
	color:#0052CC;

}

.half li .date {
	font-size:0.8em;
	color:#6A6A6A;
}

.half .tex {
	padding:7px;
}

/* tabulky */

body #hlavni table {
	border:1px solid #CDD3E4;
	background:#D6DBE9;
	text-align:center;
	margin:auto;
	margin-top:15px;
	margin-bottom:10px;
	border-spacing:1px;
}

body #hlavni table th, body #hlavni table td {
	border:1px solid #e9e9e9;
	padding:4px;
}

body #hlavni table th {
	font-weight:bold;
	font-size:1.1em;
	background:url('img/th_nadpis.png') repeat-x #EFEFEF;
	border:1px solid #e9e9e9;
}

body #hlavni table td {
	background:#FFFFFF;
}



body #hlavni table th.mini, body #hlavni table th mini {
	font-size:0.9em;
}

/* moduly */

	/* ankety */
	.pl {
		background:url('img/pool/a2.gif') repeat-x;
		float:left;
	}
	
	.pl2 {
		position:absolute;
		padding-top:-2px;
	}
	
	.pls1 {
		background:url('img/pool/a1.gif') no-repeat;
		width:5px;
		height:11px;
		float:left;
	}
	
	.pls2 {
		background:url('img/pool/a3.gif') no-repeat;
		width:5px;
		height:11px;
		float:left;
	}
	
	
	
	/* ctj - styling */
	.ctj {
		width:200px;
		background:#C5CDE1;
		border:2px solid #E6E6E6;
		padding:10px;
		color:black;
		font-weight:bold;
	}
	
	/* moc */ 
	
	.moc {
		font-style:italic;
		/*text-decoration:line-through;*/
		color:red;
		font-weight:normal;
		font-size:0.6em;
		padding:4px;	
		margin:3px;
	}
	
	.pad5 p, p.pad5 {
		padding:4px;
		text-indent:15px;
	}
	
	p.pad5 strong, .pad5 p strong {
		font-weight:normal;
	}

#footer p {
	position:relative;
	width:580px;
	right:0px;
	float:right;
}


/* IE:hover */
 
#logo ul li, #lmenu ul li {
  background-color: expression(
    this.onmouseover = function() { this.className += ' hover'; },
    this.onmouseout = function() { this.className = this.className.replace(' hover', ''); }
  );
}

