/************************************************** PISMO A VELIKOST */

body, input, select, textarea, th, td {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; /* Tahoma (alternativní bezpatkové písmo) */
}

input, select, textarea {
	font-size: 100%;
}

body, th, td {
	font-size: 78%; /* th, td only for IE < 6 */
	line-height: 1.4;
}

th, td {
	font-\size: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; /* Trebuchet MS (elegantní bezpatkové písmo) */
}



/************************************************** LAYOUT */

body, html {
	margin: 0; padding: 0;
}

body {
	background: url("../images/bg.gif") #f2f3f3 top repeat-x;
	color: #222222;
	text-align: center;
}

#page {
	margin: 7px auto;
	width: 874px;
	text-align: left;
	background: url("../images/page-bg4.gif") white repeat-y;
}


#pageinner {
	background: url("../images/page-bg3.gif") no-repeat;
	padding: 7px;
	position: relative;
}

		#header {
			height: 68px;
			position: relative;
		}


				#minimenu {
						position: absolute;
						right: 20px;
						bottom: 8px;
						width: 400px;
						text-align: right;
				}

				#minimenu a {
						text-decoration: none;
						padding-left: 10px;
				}

		#menu {
			height: 29px;
			background: #0085c5 url("../images/menu-bg.gif");
			font-weight: bold;
		}




		#left {
			width: 230px;
			float: left;
			padding-top: 17px;
			padding-left: 30px;
			position: relative;
			display: inline;
		}

		#news {
			margin-top: 55px;
			background: url("../images/r-bg.gif") left bottom no-repeat;
			color: #7C7C7C;
			font-size: 90%;
		}

		#news div {
			padding: 0 23px 30px 23px;
		}

		#news h1 { color: #D9001F;
		}

		#main {
			width: 520px;
			float: right;
			margin-right: 50px;
			position: relative;
			display: inline;

		}



		#footer {
			clear: both;
			padding: 35px 120px 10px;
			font-size: 84%;
			text-align: center;
		}

		#footer .ad { font-size: 90% }
		#footer .ad a { color: gray !important }






/************************************************** ZÁKLADY */

/* zarovnani textu */
p          { margin: 0.3em 0 0.4em; padding: 0; }
p.noindent { text-indent: 0 !important; }
.right     { text-align: right !important; }
.left      { text-align: left !important; }
.center    { text-align: center !important; }

.selfcenter { margin-left: auto !important; margin-right: auto !important; width: auto !important; }


/* titulky */
h1, h2, h3 {
	text-indent: 0px;
	margin: 0.8em 0 0.2em;
}
h1 { font-size: 200%; font-weight: normal; color: #222; }
h2 { font-size: 150%; font-weight: normal; color: #0092d8; }
h3 { font-size: 135%; font-weight: normal; color: #222; }
h4 { font-size: 130%; color: #0092d8; }
h5 { font-size: 120%; color: #222; }
h6 { font-size: 110%; color: #222; }

h2 a { color: #0092d8; }
h2 a:visited { color: #07777F; }


/* kotvy */
a {
	cursor: pointer;
	_cursor: hand;
	color: #0092d8;
}
a:visited { color: #4373B4; }
a:hover { color: darkred !important; }


/* další */

hr {
	color: #3B7CD0;
	background-color: #3B7CD0;
	border: 0;
	height: 1px;
	clear: both;
	margin: 1em 0;
}

hr.hidden {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.nocss { display: none; }

i, em { margin-right: 0.1em; }

/************************************************** SEZNAMY */


dd { }
dt { }

ul {
	margin: 0.6em 0 0.8em 1.5em;
	padding: 0;
}

ul li {
	margin-left: 20px;
}
ul.nodots {
	list-style: none none;
}



/************************************************** FORMULÁŘE */



input.default {
	font-weight:bold;
}


input.text, select, textarea {
	padding: 2px 3px;
}


input.button {
	margin: 5px;
	font-size: 105%;
}

form.addbasket  { display:inline; }
form.addbasket input { vertical-align:middle; margin: 0 2px; }



/************************************************** TABULKY */

table img { vertical-align: middle; }
table input { vertical-align: middle; }

th { font-weight: bold; }

th, td { padding: 3px 4px; }

td.number, th.number {
	text-align: right;
}



table.solid  {
	background: #EEE;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 20px;
}

table.solid td,
table.solid th {
	border: 2px solid white;
}

table.solid th {
	background: #c0deed;
	color: #2d769a;
	padding: 4px 7px;
}


table.solid tr.light { background: #F3F3F3; }

table.solid.center td,
table.solid.center th { padding: 5px 10px; }




table.light  {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 20px;
	background: #F9F9F9;
	border: 1px dashed gray;
}


table.light th, table.light td {
	border-bottom: 1px dashed silver;
}

table.light th {
	background: #E9E9E9;
}



table.jaw td { text-align: right; }
table.jaw th { text-align: left; }



/************************************************** OBRÁZKY */

img { border: none; }


/*
a img {
	-moz-opacity: .85;
	-khtml-opacity: .85;
	filter: alpha(opacity=85);
}

a:hover img {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

a img.foto {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: none;
}
*/


.img-left, .img-right {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	text-align: center;
	font-size: 84%;
}

.img-right {
	float: right;
	margin: 5px 0 5px 10px;
}




/************************************************** HLAVICKA */




/************************************************** OBSAH */

#main p {
 font-size: 95%;
}


/************************************************** PATICKA */






/************************************************** DEFINICE PRO RUZNE STRANKY */




#menu ul {
	margin: 0;
	padding: 0;
	height: 29px;
	list-style: none;
	background: url("../images/menu-bg2.gif") no-repeat 99% top;
}


#menu li {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	color: white;
	line-height: 28px;
	float: left;
}


#menu a {
	text-decoration: none;
	color: white;
}


#menu a:hover {
	color: yellow !important;
}



.katalog a.top, .katalog a:visited.top {
	font-size: 105%;
	color: #000;
}

.katalog a, .katalog a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

.katalog .aktual a {
	color: #000 !important;
}

.katalog .aktual a:hover { color: darkred !important; }



.katalog a.bolder, .katalog a:visited.bolder {
	color: red;
}

.katalog a.active, .katalog a:visited.active {
	color: #4373B4;
	font-weight: bold;
	text-decoration: none;
}


.katalog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.katalog li  {
	margin: 0;
	padding: 0;
}

.katalog ul ul {
	padding-left: 15px;
}


.box {
	border-bottom: 1px dotted silver;
}


.box .inner {
	padding: 10px 0px;
}


.box-bottom {
	height: 9px;
	font-size: 0;
	clear: both;
}


.box h2 {
	font-size: 145%;
}

.box .image {
	 float: right;
	 margin: 5px -2px 5px 10px;
	 text-align: right;
}

.box .image p  {
	font-weight: bold;
	font-size: 110%;
}


.box .image div  {
		margin: 2px;
}

.imageBox img { display: none; }
.imageBox img.first { display: inline; }

.box p {
	color: gray;
}



#main p.small {
	font-size: 90%;
	color: gray;
}


.error {
	color: red;
	font-weight: bold;
}


div.minibasket {
	font-size: 90%;
	margin: 10px 0;
}


#logo {
	margin: 15px 0 0 30px;
}

#search {
	margin: 0; padding: 0;
	position: relative;
}

#search input.text {
	background: none;
	color: gray;
	border: 1px solid silver;
	width: 100px;
	padding: 5px; margin-right: 5px;
}


.c-cire { background: #FF0000; }
/* královská */ .c-rb { background: #00008B; }
/* bílé */ .c-bl { background: #FFF; }
/* černé */ .c-n { background: #000; }
/* modré */ .c-b { background: #0000FF; }
/* červené */ .c-r { background: #F00; }
/* zelené */ .c-v { background: #90EE90; }
/* žluté */ .c-j { background: #FFFF00; }
/* čiré */ .c-t { background: #FFF; }
/* ivory */ .c-iv { background: #E7E0B2; }
/* hnědé */ .c-m { background: #A52A2A; }
/* kouřové */ .c- { background: #28815A; }
/* tabákové */ .c-ta { background: #93731B; }
/* šedé */ .c-g { background: #808080; }
/* okrové */ .c-oc { background: #B6A065; }


p.infobox {
	background: #fddcad;
	color: #d45a00;
	font-size: 120%;
	padding: 10px 0;
	width: 300px;
	margin: 10px auto;
	text-align: center;
}


/*************** SEARCH.PHP */

#search-res div { padding: 1em 0; clear: both; }
#search-res p { margin: 0 90px 0 0; padding: 0; text-indent: 0;}
#search-res p.t { font-size:125%; }

#search-nav { text-align: right; margin: 2em 0; }
#search-nav a { padding: 0 10px; }
#search-nav img { padding: 0 3px; vertical-align:middle; }


