@charset "utf-8";
@import url("reset.css");
/* Základní a obecné nastavení */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 968px;
	background-color: #c2670e;
	font-size: 85%;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 1em;
}
a:link {
	color: #af4700;
	text-decoration: none;
}
a:visited {
	color: #af4700;
	text-decoration: none;
}
a:active {
	color: #af4700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#obal {
margin: 0 auto;
width: 968px;
text-align: left;
}
.black {
	color: #000000;
}
.hand {
	cursor:pointer;
}
/* Základní a obecné nastavení konec */

/* Hlavička */
#hlavicka {
	height: 185px;
	width: 968px;
}
/* Hlavička konec */

/* Horní navigace */
#menu {
	float: left;
	height: 36px;
	width: 484px;
}
#t-m-p {
	float: left;
	padding-top: 7px;
	padding-left: 35px;
	width: 423px;
}
/* Horní navigace konec */

/* Rozdělení stránky 3 sloupce */
#obal-stred {
	background-attachment: scroll;
	background-image: url(../images/pozadi-obsah.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 968px;
}
#l-box {
	float: left;
	width: 254px;
	background-attachment: scroll;
	background-image: url(images/l-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#p-box {
	float: left;
	width: 230px;
	background-attachment: scroll;
	background-image: url(images/p-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#stred {
	float: left;
	width: 484px;
	background-attachment: scroll;
	background-image: url(images/stred-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#paticka {
	background-attachment: scroll;
	background-image: url(../images/pozadi-spodek.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 63px;
	width: 968px;
}
#paticka p {
	font-size: 75%;
	text-align: center;
	padding-top: 10px;
	color: #752f00;
}
/* Rozdělení stránky konec */

/* Levé menu */
.l-menu-sep {
	height: 36px;
}
.l-menu-stred {
	background-attachment: scroll;
	background-image: url(images/l-m-s.gif);
	background-repeat: repeat-y;
	width: 254px;
	background-position: 17px;
	float: left;
}
.l-menu-spodek {
	background-attachment: scroll;
	background-image: url(images/l-m-d.gif);
	background-repeat: no-repeat;
	background-position: 17px top;
	float: left;
	height: 12px;
	width: 254px;
}
.l-menu-text {
	font-size: 85%;
	padding-left: 53px;
	padding-right: 18px;
	line-height: 16px;
	width: 183px;
}
.l-menu-text p{
	margin: 0px;
	font-weight: bold;
	padding-bottom: 2px;
}
.subkategorie {
	margin: 0px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.subkategorie a:link {
	color: #000000;
	text-decoration: none;
}
.subkategorie a:visited {
	color: #000000;
	text-decoration: none;
}
.subkategorie a:active {
	color: #000000;
	text-decoration: none;
}
.subkategorie a:hover {
	text-decoration: underline;
}
.l-menu-text-s {
	font-size: 75%;
	padding-left: 53px;
	padding-right: 18px;
	line-height: 15px;
	width: 183px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.l-menu-text-sep {
	width: 183px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B14600;
	height: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#platba {
	background-attachment: scroll;
	background-image: url(images/platba.jpg);
	background-repeat: no-repeat;
	background-position: 17px;
	float: left;
	width: 254px;
	height: 35px;
}
#platba-box {
	float: left;
	width: 180px;
	padding-top: 6px;
}

.platba-bg {
	background-attachment: scroll;
	background-image: url(images/platba-bg.jpg);
	background-repeat: no-repeat;
	background-position: 17px;
	float: left;
	width: 254px;
	height: 77px;
}
#novinky {
	background-attachment: scroll;
	background-image: url(images/novinky.jpg);
	background-repeat: no-repeat;
	background-position: 17px;
	float: left;
	width: 254px;
	height: 35px;
}
/* Levé menu konec */

/* Pravé menu */
#kosik {
	float: left;
	width: 230px;
}
#kosik p {
	margin: 0px;
	padding-top: 10px;
	font-size: 85%;
	padding-left: 15px;
	padding-bottom: 10px;
}
#vyhledavani {
	background-attachment: scroll;
	background-image: url(images/vyhledavani.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 214px;
}
#prihlaseni {
	background-attachment: scroll;
	background-image: url(images/prihlaseni.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 214px;
}
#nejprodavanejsi {
	background-attachment: scroll;
	background-image: url(images/nejprodavanejsi.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 214px;
}
.p-menu-stred {
	background-attachment: scroll;
	background-image: url(images/p-m-s.gif);
	background-repeat: repeat-y;
	float: left;
	width: 214px;
}
.p-menu-text {
	font-size: 85%;
	padding-left: 25px;
}
.p-menu-text p{
	font-size: 85%;
	width: 150px;
	margin: 0px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.p-menu-spodek {
	background-attachment: scroll;
	background-image: url(images/p-m-d.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 11px;
	width: 214px;
}
/* Pravé menu konec */

/* Střed */
#upoutavka {
	float: left;
	width: 484px;
	background-attachment: scroll;
	background-image: url(images/m-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#upoutavka-text {
	font-size: 75%;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#upoutavka-text p {
	margin: 0px;
	text-align: justify;
	line-height: 17px;
}
.stred-top {
	background-attachment: scroll;
	background-image: url(images/s-bg-t.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 484px;
	background-position: bottom;
}
.stred-stred {
	background-attachment: scroll;
	background-image: url(images/s-bg-s.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 484px;
}
.stred-spodek {
	background-attachment: scroll;
	background-image: url(images/s-bg-d.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 19px;
	width: 484px;
}
.pozice {
	float: left;
	width: 434px;
	padding-left: 25px;
	font-size: 85%;
}
h2.nadpis {
	font-size: 110%;
	color: #af4700;
	margin: 0px;
	text-align: center;
	padding-bottom: 10px;
}
.nahled {
	float: left;
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	font-size: 100%;
}
.nadpis-box {
	width: 200px;
	height: 40px;
}


.cena {
	float: left;
	width: 200px;
	font-weight: bold;
	color: #FF0000;
	font-size: 100%;
	padding-top: 7px;
}
.popisek {
	font-size: 85%;
	float: left;
	width: 140px;
	height: 38px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 15px;
}
.detail {
	float: left;
	height: 50px;
	width: 50px;
}




/* Střed konec */

/* Zboží list */
.zb-box-l {
	float: left;
	height: 275px;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffc05b;
}
.l-box {
	float: left;
	width: 200px;
}

.zb-box-p {
	float: left;
	height: 275px;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffc05b;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffc05b;
}
.p-box {
	float: left;
	width: 200px;
	padding-left: 15px;
}

/* Zboží list konec */

/* Listování začátek */
.pagesnum{
	padding-left: 15px;
	clear:left;
	width:100%;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-size: 13px;
}
.pagesnum a,.pagesnum a:link,.pagesnum a:active,.pagesnum a:visited,.pagesnum b,.pagesnum span{
	border:1px solid #dddddd;
	float:left;
	padding:2px 6px 3px 6px;
	margin:3px;
	background-color:#f6f6f6;
}
.pagesnum b{
	border-color:#643507;
	background-color:#9d540c;
	color:white;
}
.pagesnum a:hover,.pagesnum a:focus{
	border-color:#643507;
}
.pagesnum span{
	color:#666666;
}
/* Listování začátek konec */

/* Detail zboží */
#nav-pozice {
	float: left;
	width: 434px;
	padding-left: 25px;
	font-size: 75%;
	padding-bottom: 10px;
}
.s-nahled {
	float: left;
	height: 200px;
	width: 200px;
	padding-bottom: 15px;
}
.zb-selekt {
	float: left;
	width: 220px;
	padding-left: 10px;
}

/* Detail zboží konec */
.zb-selekt-box {
	background-color: #FFF7A0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFD975;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.zb-selekt-box-cena {
	background-color: #feb745;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFD975;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7c7c7;
}
#zb-popisek {
	float: left;
	width: 434px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffc05b;
	padding-top: 10px;
}
.kosik {
	float: left;
	width: 484px;
	font-size: 12px;
	padding-top: 5px;
	clear: left;
}
h1 {
	font-size: 1px;
	color: #C2670E;
	margin: 0px;
	padding: 0px;
	float: left;
}

