/* www.apha.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

html {
	height: 100%;
}

body {
	background-color: #e9e8e8;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	background-image: url(body.gif);
	background-repeat: repeat-y;
	background-position: top right;
	text-align: center;
	height: 100%;
}

body.editor {
	background-color: white;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
	color: #000000;
	width: 495px;	
}

a img, a:link img {
	border: none;
}

p {
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1 {
	font-size: 1.2em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h2 {
	font-size: 1.1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h3 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h4 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h5 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h6 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

ol {
	padding-left: 2.3em;
}

ul {
	padding-left: 2.3em;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #efa700;
	padding: 0.3em;
}

legend {
	border: none;
	background: #fef8ec;
	padding: 0.3em;
}

input.text {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 100%;
}

input.text {
	#width: 99%;
}

input.text.nl {
	#width: 97%;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	padding: 0px !important;
	color: #000000;
	font-weight: bold;
	border: 2px solid #999999;
	cursor: pointer;
}
input.submit.basket {
	width: 90%;
}

input.file {
	width: 100%;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

textarea.field
{
	width: 100%;
	height: 60px;
}

div.discussion-add textarea {
	width: 100%;
}

select {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
	clear: both;
}

table {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
}

table th, table td {
	padding-left: 2px;
	padding-right: 2px;
}

table.standard {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

table.standard th, table.standard td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.colored {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

table.colored th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #efa700;
}

table.colored td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* stranka */

div#page {
	width: 990px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}

html>body div#page {
	height: auto;
	min-height: 100%;
}

/* vrstvy pro tisk */

div.print-header {
	display: none;
}

/* presun na obsah */

div.shift-to-content {
	position: absolute;
	left: -10000px;
}

/* hlavicka */

div#header {
	width: 963px;
	margin-left: 13px;
	margin-right: 13px;
}

/* vyber jazyka */

div.langmenu {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.langmenu h2 {
	position: absolute;
	left: -10000px;
}

div.langmenu ul {
	margin: 0em;
	padding: 0em;
}

div.langmenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	background-image: url(langmenu.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.langmenu ul li.last {
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}

div.langmenu a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

div.langmenu a:hover {
	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px solid #ff6600;
}

/* servisni menu */

div.servicemenu {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.servicemenu h2 {
	position: absolute;
	left: -10000px;
}

div.servicemenu ul {
	margin: 0em;
	padding: 0em;
}

div.servicemenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	background-image: url(servicemenu.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.servicemenu ul li.last {
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}

div.servicemenu a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

div.servicemenu a:hover {
	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px solid #ff6600;
}

/* obrazek v zahlavi */

div.imagephoto {
	clear: both;
	width: 963px;
	height: 170px;
	background-image: url(imagephoto.jpg);
	position: relative;
}

/* logo */

div.logo {
	width: 269px;
	height: 72px;
	position: absolute;
	left: 7px;
	top: 7px;
}

div.logo p {
	width: 269px;
	height: 72px;
	position: relative;
	overflow: hidden;
}

div.logo p span {
	width: 269px;
	height: 72px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(imagephoto.jpg);
	background-position: -7px -7px;
}

div.logo ul {
	margin: 0em;
	padding: 0em;
}

div.logo ul li {
	list-style-type: none;
	list-style-image: none;
	width: 269px;
	height: 72px;
	position: relative;
	overflow: hidden;
}

div.logo ul li a span {
	width: 269px;
	height: 72px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(imagephoto.jpg);
	background-position: -7px -7px;
	cursor: pointer;
}

/* obsah */

div#content {
	width: 963px;
	margin-left: 13px;
	margin-right: 13px;
	overflow: hidden;
	
}

/* sloupce */

div.columns {
	width: 963px;
	/*display: table;*/
	margin-top: 15px;
	overflow: hidden;
}

div.columns div.left {
	width: 220px;
	float: left;
	overflow: hidden;
}

div.columns div.middle {
	width: 495px;
	float: left;
	margin-left: 31px;
	margin-right: 27px;
	overflow: hidden;
}

div.columns div.right {
	width: 190px;
	float: right;
	overflow: hidden;
}

/* hlavni menu */

div.mainmenu {
	background-color: #efa700;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.mainmenu h2 {
	position: absolute;
	left: -10000px;
}

div.mainmenu ul {
	margin: 0em;
	padding: 0em;
}

div.mainmenu ul li {
	list-style-type: none;
	list-style-image: none;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(mainmenu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.mainmenu ul li.last {
	background-image: none;
}

div.mainmenu a {
	color: #ffffff;
	text-decoration: none;
}

div.mainmenu a:hover {
	color: #000000;
	text-decoration: none;
}

/* rozvinuta nabidka */

div.offer {
	background-color: #fef8ec;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.offer.forum {
	margin-bottom: 0px; 
}

div.offer h2 {
	color: #ffffff;
	background-color: #efa700;
	padding-left: 30px;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

div.offer h2 span {
	background-image: url(offer-h2.gif);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 4px;
	display: block;
}

* html div.offer h2 span {
  left: -22px;
}

div.offer ul {
	margin: 0em;
	padding: 0em;
}

div.offer ul li {
	list-style-type: none;
	list-style-image: none;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(offer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.offer ul li ul li {
	list-style-type: none;
	list-style-image: none;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 8px;
	background-image: url();
	/*background-image: url(offer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

div.offer ul li.last {
	background-image: none;
}

div.offer a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 24px;
	background-image: url(offer-a.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

div.offer a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* vyhledavani */

div.searching {
	background-color: #b6b2b1;
	margin-bottom: 13px;
	display: table;
	width: 100%;
	height: 2.8em;
}

div.searching h2 {
	position: absolute;
	left: -10000px;
}

div.searching form {
	margin: 0em;
	padding-left: 8px;
	padding-right: 8px;
	display: table;
	width: 100%;
	padding-top: 7px;
}

div.searching form label {
	color: #ffffff;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(searching-label.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	cursor: pointer;
	padding-bottom: 4px;
}

div.searching form input.text {
	border: none;
	width: 75px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

div.searching form input.submit {
	border: none;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	width: auto;
}

div.search-result-item { 
	clear: both;
	padding: 5px 2px;
	border-bottom: 1px dotted #fed595;
}

div.search-result-item a { text-decoration: none; }
div.search-result-item a:hover { text-decoration: underline; }

div.search-result-item.l { 
	/*background: #f7ffb5;*/
}

/* dalsi nabidka */

div.othermenu {
	background-color: #b6b2b1;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.othermenu h2 {
	position: absolute;
	left: -10000px;
}

div.othermenu ul {
	margin: 0em;
	padding: 0em;
}

div.othermenu ul li {
	list-style-type: none;
	list-style-image: none;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(othermenu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.othermenu ul li.last {
	background-image: none;
}

div.othermenu a {
	color: #ffffff;
	text-decoration: none;
}

div.othermenu a:hover {
	color: #000000;
	text-decoration: none;
}

/* vysledek vyhledavani */
.result-by-domain { 
	color: #ffffff;
	background-color: #efa700;
	padding: 3px 10px 3px 30px;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.result-by-domain div { 
	margin: 5px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.result-by-domain div a { 
	color: #ffffff;
	text-decoration: none;
}

/* obecny box */

div.box.universal {
	background-color: #e8e8e8;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.box.universal.addreply {
	width: 70%;
	margin: 0px auto;
	clear: both;
}

div.box.universal h2 {
	color: #ffffff;
	background-color: #efa700;
	padding-left: 30px;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

div.box.universal h2 span {
	background-image: url(box-general-h2.gif);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 4px;
	display: block;
}

* html div.box.universal h2 span {
	left: -22px;
}

div.box.universal.basket h2 span {
	background-image: url(box-basket.gif);
}

div.box.universal.newsletter h2 span {
	background-image: url(box-newsletter.gif);
}

div.box div.container {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}

/* credits */

div.credits {
	color: #999999;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.8em;
}

div.credits span {
	width: 1px;
	background-color: #999999;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 1px;
}

div.credits a {
	color: #999999;
	text-decoration: none;
}

div.credits a:hover {
	color: #666666;
	text-decoration: none;
}

/* stredni sloupec */

/* novinky */

div.news {
	width: 100%;
	display: table;
}

div.news h2 {
	position: absolute;
	left: -10000px;
}

div.news div.item {
	border-top: 1px solid #efa700;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

div.news div.item div.preview {
	float: left;
	width: 150px;
}

div.news div.item div.preview p {
	width: 150px;
	height: 110px;
	overflow: hidden;
	padding: 0em;
}

div.news div.item div.perex {
	margin-left: 10px;
	overflow: hidden;
}

div.news div.item div.perex img {
	margin-left: 5px;
}

div.news div.item div.perex h3 {
	color: #000000;
	font-size: 1.3em;
	padding-left: 24px;
	background-image: url(perex-h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.news div.item div.perex h3 a {
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}

div.news div.item div.perex h3 a:hover {
	border-bottom: 1px solid #ff6600;
}

div.additional.news ins {
	text-decoration: none;
	padding-left: 24px;
	background-image: url(additional-news-ins.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	float: left;
	margin-right: 20px;
}

div.additional.news ins.basket {
	text-decoration: none;
	/*padding-right: 24px;*/
	background-image: url(basket-ins.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	float: right;
	margin-right: 20px;
}

div.additional.news ins.basket a {
	text-decoration: none;
	display: block;
	width: 24px;
	height: 24px;
	float: right;
}

div.additional.news ul.more {
	margin: 0em;
	padding: 0em;
	float: left;
}

div.additional.news ul.more li {
	list-style-type: none;
	list-style-image: none;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	padding-left: 24px;
	background-image: url(additional-news-more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.additional.news ul.more li a {
	color: #666666;
	text-decoration: none;
}

div.additional.news ul.more li a:hover {
	color: #333333;
	text-decoration: none;
}

/* strankovani */

div.middle div.paging {
	width: 100%;
	display: table;
	border-top: 1px solid #efa700;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
}

div.right div.paging {
	width: 100%;
	display: table;
}

div.middle div.paging h3 {
	color: #666666;
	padding-left: 25px;
	background-image: url(paging.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 5px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.middle div.paging ul, div.right div.paging ul {
	margin: 0em;
	padding: 0em;
}

div.middle div.paging ul li, div.right div.paging ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 5px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.right div.paging ul li.previous {
	float: left;
	padding-right: 0px;
}

div.right div.paging ul li.next {
	float: right;
	padding-right: 0px;
}

div.middle div.paging a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

div.middle div.paging a:hover {
	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px solid #ff6600;
}

div.right div.paging a {
	color: #666666;
	text-decoration: none;
}

div.right div.paging a:hover {
	color: #333333;
	text-decoration: none;
}

div.middle div.paging a.active {
	font-weight: bold;
	border-bottom: none;
}

div.middle div.paging a.active:hover {
	color: #000000;
	border-bottom: none;
}

div.left div.ap {
	width: 100%;
	display: table;
	border-top: 1px solid #efa700;
	border-bottom: 1px solid #efa700;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.left div.ap a {
	text-decoration: none;
}

/* zanoreni */

div.middle div.path {
	width: 100%;
	display: table;
	border-top: 1px solid #efa700;
	border-bottom: 1px solid #efa700;
	padding-top: 7px;
	padding-bottom: 7px;
  margin-bottom: 15px;
}

div.middle div.path h2 {
	position: absolute;
	left: -10000px;
}

div.middle div.path ul {
	margin: 0em;
	padding: 0em;
}

div.middle div.path ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	background-image: url(path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	margin-right: 5px;
}

div.middle div.path ul li.last {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}

div.middle div.path a {
	color: #333333;
	text-decoration: none;
}

div.middle div.path a:hover {
	color: #000000;
}

/* vypis clanku */

div.middle div.article-listing h2 {
	position: absolute;
	left: -10000px;
}

div.middle div.article-listing div.item {
	border-bottom: 1px solid #dedede;
	color: #999999;
	padding-bottom: 10px;
	padding-top: 5px;
}

div.middle div.article-listing div.item ins {
	text-decoration: none;
}

div.middle div.article-listing div.item h3 {
	padding-left: 24px;
	background-image: url(perex-h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0em;
	color: #000000;
	font-size: 1.2em;
}

div.middle div.article-listing div.item h3 a {
	color: #000000;
	text-decoration: none;
}

div.middle div.article-listing div.item h3 a:hover {
	color: #ff6600;
}

div.middle div.article-listing div.item address {
	color: #000000;
	font-style: normal;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

/* standardni clanek */

div.text {
	line-height: 1.3em;
}

div.text ins {
	text-decoration: none;
}

div.text address {
	font-style: normal;
}

/* vypis fotogalerii */

div.gallery.list {
	display: table;
	width: 100%;
}

div.gallery.list div.item {
	display: table;
	width: 100%;
}

div.gallery.list div.item div.thumbnail {
	float: left;
	width: 135px;
}

div.gallery.list div.item div.thumbnail p {
	width: 125px;
	height: 95px;
	overflow: hidden;
}

div.gallery.list div.item div.perex {
	float: right;
	width: 340px;
}

/* cela fotogalerie */

div.gallery.preview {
	/*display: table;*/
	width: 100%;
}

div.gallery.preview ul.gallery.items {
	/*display: table;*/
	width: 100%;
	margin-left: 25px;
	margin-right: 0em;
	margin-top: 10px;
	margin-bottom: 0em;
	padding: 0em;
}

div.gallery.preview ul.gallery.items li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 125px;
	height: 125px;
	background: url(gradient.gif) left top repeat-y;
	overflow: hidden;
	margin-right: 35px;
	margin-bottom: 10px;
	
	display: table;
	#position: relative;
}

div.gallery.preview ul.gallery.items li .e
{
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
}
 
div.gallery.preview ul.gallery.items li .i
{
	#position: relative;
	#top: -50%;
	#left: -50%;
	text-align: center;
}

/* strankovani fotogalerie */

div.gallery.preview div.paging.preview {
	border-top: none;
	margin-top: 0px;
}

div.gallery.preview div.paging.preview h3 {
	padding-left: 0px;
	background-image: none;
}

/* jednotliva fotka */

/* presun mezi fotkami */

div.gallery.detail div.paging.detail {
	border-top: none;
	margin-top: 0px;
}

div.gallery.detail div.paging.detail h3 {
	padding-left: 0px;
	background-image: none;
}

/* pravy sloupec */

/* zakladni box */

div.box.basic {
	background-color: #e8e8e8;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.box.basic h2 {
	color: #ffffff;
	background-color: #efa700;
	padding-left: 30px;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
  position: relative;
}

div.box.basic h2 span {
  background-image: url(box-general-h2.gif)
	width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 4px;
	display: block;
}

* html div.box.basic h2 span {
  left: -22px;
}

/* box diar biskupu */

div.box.diary {
	background-color: #e8e8e8;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.box.diary h2 {
	color: #ffffff;
	background-color: #efa700;
	padding-left: 30px;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
  position: relative;
}

div.box.diary h2 span {
  background-image: url(box-diary-h2.gif);
  width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 4px;
	display: block;
}

* html div.box.diary h2 span {
  left: -22px;
}

/* box co je noveho */

div.box.whats-new {
	background-color: #e8e8e8;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.box.whats-new h2 {
	color: #ffffff;
	background-color: #efa700;
	padding-left: 30px;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
  position: relative;
}

div.box.whats-new h2 span {
	background-image: url(box-whats-new-h2.gif);
  width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 4px;
	display: block;
}

* html div.box.whats-new h2 span {
  left: -22px;
}

div.box.whats-new div.container div.item {
	display: table;
	width: 100%;
}

* html div.additional.whats-new {
	margin-bottom: 0px;
}

div.additional.whats-new ins {
	text-decoration: none;
	padding-left: 24px;
	background-image: url(additional-whats-new-ins.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	float: left;
	margin-right: 20px;
}

div.additional.whats-new ul.more {
	margin: 0em;
	padding: 0em;
	float: left;
}

div.additional.whats-new ul.more li {
	list-style-type: none;
	list-style-image: none;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	padding-left: 24px;
	background-image: url(additional-whats-new-more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.additional.whats-new ul.more li a {
	color: #666666;
	text-decoration: none;
}

div.additional.whats-new ul.more li a:hover {
	color: #333333;
	text-decoration: none;
}

/* box kalendar */

div.box.calendar {
	background-color: #e8e8e8;
	margin-bottom: 13px;
	display: table;
	width: 100%;
}

div.box.calendar h2 {
	color: #ffffff;
	background-color: #efa700;
	padding-left: 30px;
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
  position: relative;
}

div.box.calendar h2 span {
	background-image: url(box-calendar-h2.gif);
  width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 4px;
	display: block;
}

* html div.box.calendar h2 span {
  left: -22px;
}

div.box.calendar table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
}

div.box.calendar table th {
	text-align: center;
	border-bottom: 3px double #666666;
	padding: 0px;
	width: 14%;
}

div.box.calendar table td {
	text-align: center;
	padding: 0px;
	width: 14%;
}

div.box.calendar table td a {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

div.box.calendar table td a:hover {
	text-decoration: none;
}

div.box.calendar table td a.active {
	background-color: #fed595;
	font-weight: normal !important;
}

div.box.calendar h4 {
	position: absolute;
	left: -10000px;
}

div.discussion {
	margin-top: 20px;
}

div.discussion-add {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

div.discussion-add form {
	text-align: left;
}

ul.errors{
	text-align: left;
	font-weight: bold;
	color: red;
}

ul.ok{
	text-align: left;
	font-weight: bold;
	color: green;
}

div.reply {
	width: 97%;
	float: right;
	border-left: 2px solid #efa700;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.reply div.head {
	width: 100%;
	background: #efa700;
	padding: 4px; 
}

div.reply div.head span.date {
	display: block;
	margin-right: 8px;
	float: right;
	color: #ffffff;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;	
	font-weight: bold;	
}

div.reply div.head span.date a {
	color: #ffffff;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;	
	font-weight: bold;	
}

div.reply div.head span.title {
	color: #ffffff;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;	
	font-weight: bold;	
}

div.reply div.content {
	clear: both;
	padding: 2px;
	padding-right: 10px;
}

span.lastReply {
	float: right;
	font-size: 85%;
	font-style: italic;
	color: #555;
}

.captcha-image {
	border: 1px solid #efa700;
	float: left;
	margin: 3px;
	margin-bottom: 0px;
}

.captcha-help {
	display: block;
	text-align: left;
	margin: 3px;
	margin-bottom: 0px;
}

.captcha-number {
	float: left;
	clear: both;
	width: 88px;
	margin: 3px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

span.writeCount {
	display: block;
	text-align: left;
	margin: 3px;
	margin-top: 3px;
}

a.active {
	font-weight: bold;
}

div.box.calendar.list {
	margin-bottom: 0px;
}

table.actionList {
	border: none;
	margin: 0px auto;
}

table.actionList th {
	border: none;
	background: #fef8ec;	
	background-image: url(offer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.actionList td {
	border: none;
	text-align: left;
	background-image: url(offer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.actionList td a {
	text-decoration: underline;
}

div.middle div.pagingAction {
	width: 25%;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
}

div.middle table.pagingAction div.pagingAction {
	width: 100%;
}

div.middle div.pagingAction.center {
	width: 100%;
	text-align: center;
}

div.middle div.pagingAction.left {
	float: left;
}
div.middle div.pagingAction.right {
	float: right;
}

div.middle div.pagingAction h3 {
	color: #666666;
	background-image: url(paging.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.middle div.pagingAction.left h3 {
	float: left;
	padding-left: 15px;
	background-position: left center;
}

div.middle div.pagingAction.right h3 {
	float: right;
	padding-right: 15px;
	background-position: right center;
}

div.middle div.pagingAction ul {
	margin: 0em;
	padding: 0em;
}

div.middle div.pagingAction ul li {
	list-style-type: none;
	list-style-image: none;
	padding-right: 5px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.middle div.pagingAction.left ul li{
	float: left;
}

div.middle div.pagingAction.right ul li{
	float: right;
}

div.middle div.pagingAction a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

div.middle div.pagingAction.center a {
	display: inline;
}

div.middle div.pagingAction a:hover {
	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px solid #ff6600;
}

div.middle div.pagingAction a.active {
	font-weight: bold;
	border-bottom: none;
}

div.middle div.pagingAction a.active:hover {
	color: #000000;
	border-bottom: none;
}

div.fl {
	float: left;
	margin: 5px;
}

input.customFormText {
	width: 100%;
	border: 1px solid #ccc;
}

textarea.customFormTextarea {
	border: 1px solid #ccc;
	width: 100%;
	height: 60px;
}

input.customFormCheckbox {
	border: 1px solid #ccc;
}

input.customFormRadioText {
	border: 1px solid #ccc;
}

select {
	border: 1px solid #ccc;
}

/* -------------Výpis anket------------------- */

.anketa {
	border: 1px solid #ccc;
	margin: 3px;
	width: 70%;
	border-collapse: collapse;
}

.anketa.long {
	width: 95%;
}

.anketa th {
	background: #efa700;
}

.anketa_answ {
	float: left;
	text-align: left;
}

.anketa_count {
	float: right;
	text-align: right;
}

.anketa tr td {
	border: none;
	text-align: left;
}

/* -----------------Inzerce------------------- */

.advert {
	clear: both;
	color: #303030;
}

.advert h2 {
	font-size: 12px !important;
	text-align: center;
	margin-bottom: 15px !important;
}

.advert table {
	width: 100%;
}

.advert table td {
	font-size: 11px;
	padding: 2px;
	overflow: visible;
}

.error {
	color: red;
	text-align: center;
	font-weight: bold;
}

.error2 {
	color: red;
	text-align: left;
	font-weight: normal;
}

/* ------------výpis inzerce------------------ */

.advertShow {
	clear: both;
}

.advertShow h2 {
	font-size: 12px !important;
	text-align: center;
	margin-bottom: 15px !important;
}

.advertShow table {
	width: 100%;
}

.advertShow table th {
	font-size: 11px;
	font-weight: normal;
	background: #e8e8e8;
	color: black;
	padding: 2px 6px 2px 6px;
}

.advertShow table td {
	font-size: 11px;
	padding: 2px;
}

.advertShow input {
	font-size: 11px;
	font-weight: normal !important;
	margin: 0px !important;
}

.advertShow div {
	text-align: center;
}

td.advertSubClose {
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #efa700;
	text-align: center;
}

td.advertSubOpen {
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
}



/*
.advertMenuLeft {
	width: 33.3%;
	float: left;
	text-align: left;
}

.advertMenuCenter {
	width: 33.4%;
	float: left;
	text-align: center
}

.advertMenuRight {
	width: 33.3%;
	float: right;
	text-align: right;
}
*/

p.green {
	text-align: center;
	color: green;
}

p.green2 {
	text-align: left;
	color: green;
}

a.noDecor {
	border: none !important;
}

.left {
	float: left !important;
}

.right, .fr {
	float: right !important;
}


/*
div.fulltext-result div {
	background-image: url(mainmenu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
*/

table.price {
	float: right;
}

table.price td.input {
	font-weight: bold;
	white-space: nowrap;
}

table.price td.input.right2 {
	text-align: right;
}

table.price td.input.right2 input {
	width: 100px;
	text-align: right;
	border: none;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
}

table.price td.input.right2 input.sum-price {
	font-weight: bold;
}

table.price td.input.right2 input.count, table.colored.basket td input.text {
	width: 20px;
	text-align: right;
	margin-right: 2px;
	border: 1px solid #999999;
}

table.price td.label.right2 {
	text-align: right;
}

table.price td.label.right2 big {
	text-align: right;
	color: #efa700 !important;
	font-weight: bold;
	font-size: 120%;
}

div.nowrap {
	white-space: nowrap;
}

form.right {
	float: right;
}

.m0 {
	margin: 0px;
}

.ml10 { margin-left: 10px; }

.b-t1 {
	border-top: 1px solid #cccccc;
}

form.finishOrder {
	margin: 2px;
}

table.colored.basket {
	margin: 0px;
	border: none;
}

table.colored.basket th {
	border: none;
}

table.colored.basket tr {
	background-image: url(offer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.colored.basket td {
	border: none;
}

form.finishOrder {
	margin: 0px;
}

form table td.label {
	font-weight: bold;
}

input.text.sm {
	width: 85px;
}

input.submit.right {
	float: right;
}

ul.errors {
	color: red;
}

/* download */

div.download.list ul.pagemenu {
	width: 100%;
	display: table;
}

div.download.list ul.pagemenu li p {
	font-size: 0.85em !important;
}

* html div.download.list ul.pagemenu li {
	height: 20px;
}

div.download.list ul.pagemenu li span.small {
	display: block;
	float: right;
	font-size: 0.85em;
}
div.download ul.pagemenu li {
	list-style: none;
}

div.download ul.pagemenu li ul {
	margin: 0em;
	padding: 0em;
}

div.download ul.pagemenu li ul li {
	background-image: url(download.gif);
	background-repeat: no-repeat;
	background-position: 10px -20px;
	padding-left: 48px;
	margin-bottom: 5px;
	list-style: none;
}

div.download ul.pagemenu li a.folder {
	min-height: 18px;
	padding-left: 24px;
	background-image: url(folder.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	display: block;
}

* html div.download ul.pagemenu li a.folder {
	height: 18px;
}

div.download ul.pagemenu li a.file {
	height: 18px;
	min-height: 18px;
	background-image: none;
}

div.download ul.pagemenu ul li ins {
	text-decoration: none;
	border-right: 1px solid #666666;
	margin-right: 7px;
	padding-right: 5px;
}

div.download ul.pagemenu ul li address {
	display: inline;
	font-style: normal;
	margin-right: 2px;
	padding-right: 5px;
	border-right: 1px solid #666666;
}

div.invisible {
	display: none;
}

div.show-back {
	margin-top: 20px;
}

h2.actionSelect {
	position: relative;
}

h2.actionSelect select {
	position: absolute;
	top: 3px;
	#top: 2px;
	right: 1px;
	font-weight: normal;
}

div.navrcholu embed {
	display: none;
}

div.navrcholu object {
	display: none;
}

.article-perex {
	font-style: italic;
}

.article-perex img {
	float: left;
}

.cl {
	clear: both;
}

.fr {
	float: right !important;
	color: #666666;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;	
}

.w55 {
	width: 55px !important;
}

.hidden { display: none !important; }

a.remove-item{
	display: block;
	width: 14px;
	height: 14px;
	line-height: 13px;
	text-align: center;
	float: right;
	margin: 0px 0px 0px 3px !important;
	padding: 0px !important;
	background: #e0dfe3 url() !important;
	border: 2px solid #999;
	font-weight:  bold;
}

.nowrap { white-space: nowrap !important; }

.white { color: #ffffff; }

/* optifor bar */
.optifor-bar {
	padding: 10px;
}
.sale {
	font-weight: bold;
}