/* ----------------------------------------------------------------
	@company:	www.actum.cz
	@author:		Jan Panschab, Dmitrij Dudnik
	@site:		Schlecker.cz
---------------------------------------------------------------- */

/* ---------------------------------------------------------------- 
	basic elements
---------------------------------------------------------------- */
* { margin: 0; padding: 0; }
body { font: 62.5% Arial, Helvetica, sans-serif; background: #eee; color: #373737; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 1em 0; color: #3063af; }
h1 { font-size: 2.4em; margin-top: 0.5em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.8em; font-weight: normal; }
h4 { font-size: 1.4em; }

a { color: #e33c12; }
a:hover { text-decoration: none; }

p { font-size: 1.2em; line-height: 1.667em; margin: 0 0 1em; text-align: left; overflow:hidden; }
.center { text-align: center; }

img.left { float: left; margin-right: 1.8em; }
img.right { float: right; margin-left: 1.8em; }
img { border: 0; }

.border-none { border: none !important; }

ul, ol { font-size: 1.2em; line-height: 1.667em; list-style: outside; margin: 0.5em 0 1em 2em; }
ul ul, ol ol, ul ol, ol ul { font-size: 1em; margin: 0 0 0 2em; }
ul { list-style: none; }
ul li { padding-left: 1em; background: url(../gfx/li.png) no-repeat 0 8px; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }

dl { font-size: 1.2em; margin: 0.5em 0 1em; line-height: 1.667em; }
dt { font-style: italic; }
dd { margin: 0 0 1em 2em; }

table { font-size: 1.2em; border-collapse: collapse; margin: 0.5em 0 1em; }
td, th { border: 1px solid #ddd; padding: 0.3em 0.6em; line-height: 1.667em; }
thead, tfoot, th { background: #eee; }
tbody td, thead th { border-bottom: 1px solid #aaa; }

form { margin: 0.5em 0 1em; }
form fieldset { border: 0; margin: 0 0 1em; padding: 1.5em 10px 0.5em; }
form legend { font-size: 1.8em; margin-left: -10px; padding: 0; color: #3063af; font-weight: bold; }
form label { display: inline-block; width: 100px; margin-right: 10px; text-align: right; vertical-align: top; font-weight: bold; color: #404040; }
form input[type=text], form input[type=password], form input[type=file], form textarea { font: 1em "Courier New", Courier, monospace; }
form input[type=text], form input[type=password], form input[type=file], form textarea { padding: 3px; }
form input[type=text], form input[type=password], form input[type=file], form textarea, form select { border: 1px solid #dae1e7; border-top: 1px solid #adb0b4; background: #fff; }
form input[type=text], form input[type=password] { width: 206px; }
form input[type=file], form label { width: 216px; }
form select { padding: 0.1em; }
form option { margin-bottom: 0.2em; }
form textarea { width: 382px; }
form input[type=submit], 
form input[type=reset], 
form button { min-width: 87px; padding: 5px 1em 4px; background: #f3611e url(../gfx/button2-gradient.png) repeat-x 0 0; border: 0; color: #fff; font-size: 11px; font-weight: bold; white-space: nowrap; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
form .no-label, form .oneline, form .list { margin-left: 115px; }
form .oneline, form .list { position: relative; border: 0; padding: 0 0 1em; }
form .oneline legend span, form .list legend span { position: absolute; top: 0; left: -125px; display: block; width: 100px; text-align: right; margin: 0 10px; white-space: normal; color: #404040; font-size: 0.667em; }
form .oneline p { display: inline; }
form .list p { margin-bottom: 0.5em; overflow: hidden; }
form .oneline label, form .list label { text-align: left; line-height: normal; width: auto; margin-right: 15px; }

.one-col label { display: block; text-align: left; margin-right: 0; }
.one-col .oneline, .one-col .list { margin-left: 0; }
.one-col .oneline legend, .one-col .list legend { padding: 0; }
.one-col .oneline legend span, .one-col .list legend span { position: static; width: auto; margin: 0 0 0.5em; line-height: 1.667em; }
.one-col .oneline label, .one-col .list label { display: inline; }
.one-col .no-label { margin-left: 0; }

/* povinne udaje */
form label small, form legend small { float: right; padding-left: 1em; font-size: 0.833em; font-style: italic; color: #827c7c; }
form label.no-width, form legend.no-width { width: auto; }
form label.no-width small, form legend.no-width small { float: none; }
form label.textarea { width: 390px; }

/* errors */
form input.error, form textarea.error, form select.error { border: 1px solid #ff2929 !important; }
form label.error { display: inline-block; width: 130px; margin-left: 2em; padding-left: 2em; font-size: 0.917em; line-height: normal; color: #ff2929; background: url(../gfx/error-arrow.png) no-repeat 0 center; font-style: italic; }


/* ---------------------------------------------------------------- 
	basic classes
---------------------------------------------------------------- */
.nod { display: none; }
.spaceman { position: absolute; top: -3000px; left: 0; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }
.fll { float: left !important; }
.flr { float: right !important;}
.cleaner { clear: both; }
.clrl { clear: left; }
.inline { display: inline; }


/* ---------------------------------------------------------------- 
	special classes
---------------------------------------------------------------- */
#sysmessages { font-size: 100%; font-weight: bold; padding: 0 0 10px; font-weight: bold; }
#sysmessages ol { margin: 0; list-style-type: none; }
#sysmessages li {
	padding: 0.5em 1em;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.badNews { background-color: #fcc; color: #c00; border-color: #c00; }
.goodNews { background-color: #deb; color: #480; border-color: #deb; }

.pad1 { padding-left: 3em; }
.mar1 { margin-top: 0.5em; }

a.button {
	display: inline-block;
	height: 22px; /* 24px */
	padding: 2px 1em 0;
	background: #f3611e url(../gfx/button2-gradient.png) repeat-x 0 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.button:hover { text-decoration: underline; }
a.button.green { background: #009d00 url(../gfx/button2-gradient.png) repeat-x 0 0; }
a.button.blue { background: #00a0bc url(../gfx/button2-gradient.png) repeat-x 0 0; }
a.button.dark-blue { background: #0076d2 url(../gfx/button2-gradient.png) repeat-x 0 0; }

a.button.black { background: url(../gfx/button-black.png) no-repeat; -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 11px; height: 27px; line-height: 27px; padding: 0 9px 0 24px; min-width: 40px; }
a.button.black span { background: transparent url(../gfx/button-black.png) no-repeat scroll -185px -33px; display: block; height: 27px; position: absolute; right: -15px; top: 0; width: 15px; }
a.button2 { min-width: 87px; padding: 5px 1em 4px; background: #f3611e url(../gfx/button2-gradient.png) repeat-x 0 0; border: 0; color: #fff; font-size: 11px; font-weight: bold; text-decoration: none; white-space: nowrap; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
a.button2:hover { text-decoration: underline; }
a.button2.black { background: url(../gfx/button-black.png) no-repeat; -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 11px; height: 27px; line-height: 27px; padding: 0 9px 0 24px; min-width: 40px; }
a.button2.black span { background: transparent url(../gfx/button-black.png) no-repeat scroll -185px -33px; display: block; height: 27px; position: absolute; right: -15px; top: 0; width: 15px; }

a.button3 { display: inline-block; width: 233px; height: 43px; line-height: 43px; padding: 0 10px; background: #f3611e url(../gfx/button3-gradient.png) repeat-x 0 0; color: #fff; font-size: 14px; font-weight: bold; text-align: center; white-space: nowrap; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.positive, .negative, .warning, .information { padding: 0.5em 1em; margin: 0 0 1em; }
.positive { color: #060; background: #bfb; border: 1px solid #696; }
.negative { color: #600; background: #faa; border: 1px solid #966; }
.warning { color: #660; background: #ff9; border: 1px solid #990; }
.information { color: #006; background: #bbf; border: 1px solid #669; }

.block { background-color: #eee; border: 1px solid #aaa; padding: 0.5em 1em; }

.half { float: left; width: 45%; margin-right: 5%; }
.third { float: left; width: 30%; margin-right: 3%; margin-bottom: 1em; }


/* hledani - poradna */
form.search fieldset { padding: 30px 0 0; }
.button { display: inline-block; height: 19px; /* 24px */ padding: 5px 1em 0; background: #f3611e url(../gfx/button2-gradient.png) repeat-x 0 0; color: #fff; font-size: 11px; font-weight: bold; text-decoration: none; white-space: nowrap; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.button:hover { text-decoration: underline; }
#search { font-family: Arial,Helvetica,sans-serif; font-size: 12px; margin-right: 10px; }

.ac_results { padding: 0; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; }
.ac_results ul { width: 100%; padding: 0; margin: 0; }
.ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; line-height: 16px; overflow: hidden; }
.ac_odd { background: #fff; }
.ac_even { background: #eee; }
.ac_over { background: #0A246A; color: white; }
.ac_loading { background: white url(../gfx/indicator.gif) right center no-repeat; }

/* ---------------------------------------------------------------- 
	themes
---------------------------------------------------------------- */
.winter { background: #d0e7f2 url(../gfx/winter/body.gif) repeat center 0; }
.winter #body { background: url(../gfx/winter/div-body.png) repeat-x 0 0; }
.winter #body2 { background: url(../gfx/winter/div-body2.png) repeat-x center 0; }
.winter #page { background: #fff url(../gfx/winter/page.jpg) no-repeat 0 0; }

.christmas { background: #d0e7f2 url(../gfx/christmas/body.gif) repeat center 0; }
.christmas #page { background: #fff url(../gfx/christmas/page.jpg) no-repeat 0 0; }

.spring { background: #ecffc5 url(../gfx/spring/body.gif) repeat center 0; }
.spring #page { background: #fff url(../gfx/spring/page.jpg) no-repeat 0 0; }

.easter { background: #ecffc5 url(../gfx/easter/body.gif) repeat center 0; }
.easter #page { background: #fff url(../gfx/easter/page.jpg) no-repeat 0 0; }

.summer { background: #ecffc5 url(../gfx/summer/body.gif) repeat center 0; }
.summer #page { background: #fff url(../gfx/summer/page.jpg) no-repeat 0 0; }

.autumn { background: #ecffc5 url(../gfx/autumn/body.gif) repeat center 0; }
.autumn #page { background: #fff url(../gfx/autumn/page.jpg) no-repeat 0 0; }


/* ---------------------------------------------------------------- 
	layout
---------------------------------------------------------------- */
#page { position: relative; width: 980px; margin: 0 auto; background: #fff; color: #333; }

#header { width: 1000px; height: 244px; position: relative; left: -10px; background: url(../gfx/header.png) no-repeat 0 bottom; }
#header h1 { position: absolute; bottom: 34px; left: 30px; width: 150px; height: 26px; margin: 0; background: url(../gfx/schlecker.png) no-repeat 0 0; }
#header h1 a { display: block; width: 150px; height: 26px; }

#main-top { position: relative; top: -8px; left: -30px; width: 960px; height: 8px; background: url(../gfx/main-top.png) no-repeat 0 0; }
#main { width: 900px; /* 960px */ margin: 6px auto 0; padding: 0 30px; background: url(../gfx/main.png) repeat 0 0; }

#crumbs { list-style: none; margin: 0; overflow: hidden; padding-bottom: 0.8em; border-bottom: 1px solid #f2f2f2; line-height: normal; }
#crumbs li { float: left; }
#crumbs li a, #crumbs li strong { font-size: 2em; color: #737373; font-weight: bold; text-decoration: none; background: url(../gfx/crumbs.png) no-repeat 0 center; margin-left: 0.5em; padding-left: 0.75em; }
#crumbs li a:hover { text-decoration: underline; }
#crumbs li:first-child a { margin: 0; padding: 0; background: none; }
#crumbs li strong { color: #3063af; }

#container { float: right; width: 700px; /* 700px */ }
#content { float: left; width: 414px; /* 414px */ }
.two-cols #content { width: 100%; }
#aside { float: right; width: 253px; padding-top: 30px; /* 253px */ }

.paging { clear: both; margin-bottom: 1em; padding: 0.5em; background: #f2f2f2; -moz-border-radius: 5px; font-size: 1.1em; font-weight: bold; text-align: center; }
.paging a, .paging strong { color: #3063af; padding: 0 5px; }
.paging strong { color: #e33c12; }
.paging .prev { float: left; padding-left: 18px; background: url(../gfx/paging.gif) no-repeat 0 4px; }
.paging .next { float: right; padding-right: 18px; background: url(../gfx/paging.gif) no-repeat right -85px; }

#nav { float: left; width: 165px; /* 165 */ margin-top: 22px; }

/* first level */
#nav h3 a {
	font-size: 0.833em;
	font-weight: bold;
	position: absolute;
	top: 177px;
	left: 450px;
	width: 126px;
	height: 34px; /* 44px */
	color: #fff;
	text-align: center;
	padding-top: 12px;
	text-decoration: none;
	background: url(../gfx/navigation.png) no-repeat -152px 0;
}
#nav ul { margin: 0; }
#nav ul > li { float: left; background: none; padding: 0; }
#nav > ul > li > a { font-size: 1.167em; font-weight: bold; margin: 0; }
#nav > ul > li > a { position: absolute; top: 177px; display: inline-block; width: 126px; height: 34px; /* 44px */ color: #fff; text-align: center; padding-top: 10px; text-decoration: none; background: url(../gfx/navigation.png) no-repeat; }
#nav > ul > li.item-1-1 a { left: 450px; background-position: -152px 0; }
#nav > ul > li.item-2-1 a { left: 577px; background-position: -302px 0; }
#nav > ul > li.item-2-2 a { left: 704px; background-position: -452px 0; }
#nav > ul > li.item-2-3 a { left: 831px; background-position: -602px 0; }
#nav h3 a:hover, #nav h3.selected a, #nav > ul > li > a:hover, #nav > ul > li.selected > a { background-position: 3px 0 !important; color: #003c9a; }

/* top navigation */
#nav > ul > li.item-2-4 > a,
#nav > ul > li.item-2-5 > a,
#nav > ul > li.item-2-6 > a { top: 0; width: auto; height: 24px; line-height: 24px; padding: 0 4px 0 14px; background: url(../gfx/top-navigation.png) no-repeat 0 0; font-size: 0.929em; color: #fff; font-weight: bold; white-space: nowrap; }
#nav > ul > li.item-2-6 > a { background: url(../gfx/top-navigation-2.png) no-repeat 0 0; }
#nav > ul > li.item-2-4 > a span,
#nav > ul > li.item-2-5 > a span,
#nav > ul > li.item-2-6 > a span { position: absolute; top: 0; right: -10px; display: block; width: 10px; height: 24px; background: url(../gfx/top-navigation.png) no-repeat -190px 0; }
#nav > ul > li.item-2-6 > a span { background: url(../gfx/top-navigation-2.png) no-repeat -190px 0; }
#nav a b { display: none; }
#nav > ul > li.item-2-4 > a:hover, #nav > ul > li.item-2-4.selected > a,
#nav > ul > li.item-2-5 > a:hover, #nav > ul > li.item-2-5.selected > a,
#nav > ul > li.item-2-6 > a:hover, #nav > ul > li.item-2-6.selected > a { background-position: -200px 0 !important; }
#nav > ul > li.item-2-6 > a:hover, #nav > ul > li.item-2-6.selected > a { color: #003C9A; }
#nav > ul > li.item-2-4 > a:hover span, #nav > ul > li.item-2-4.selected > a span,
#nav > ul > li.item-2-5 > a:hover span, #nav > ul > li.item-2-5.selected > a span,
#nav > ul > li.item-2-6 > a:hover span, #nav > ul > li.item-2-6.selected > a span { background-position: -390px 0; }
#nav a:hover b, #nav li.selected a b { display: block; width: 8px; height: 4px; background: url(../gfx/top-navigation.png) no-repeat right 0; }
#nav > ul > li.item-2-4 > a { left: 642px; }
#nav > ul > li.item-2-5 > a { left: 737px; }
#nav > ul > li.item-2-6 > a { left: 878px; }
#nav > ul > li.item-2-4 > a:hover b, #nav > ul > li.item-2-4.selected > a b { margin-left: 29px; }
#nav > ul > li.item-2-5 > a:hover b, #nav > ul > li.item-2-5.selected > a b { margin-left: 52px; }

/* second level */
#nav ul ul li { background: none; padding: 0; }
#nav ul ul a { display: block; width: 147px; /* 165px */ height: 35px; line-height: 35px; padding: 0 9px; font-size: 1.167em; color: #404040; border-bottom: 1px dashed #b1b2b2; white-space: nowrap; text-decoration: none; overflow: hidden; }
#nav ul ul li:first-child a { border-top: 1px dashed #b1b2b2; }
#nav ul ul a:hover { text-decoration: underline; }
#nav ul ul strong { font-weight: normal; color: #fff; }
#nav ul ul .selected a { background: url(../gfx/sub-navgation.png) no-repeat 0 0; color: #fff; border-color: transparent !important; margin-top: -1px; }

#footer { background: url(../gfx/footer.png) no-repeat 0 0; }
#footer { width: 980px; margin: 0 auto; padding: 10px; background-position: -1020px 0; }

#footer-top { height: 150px; padding: 10px 20px; }
#footer-top a { color: #fff; text-decoration: none; }
#footer-top a:hover { text-decoration: underline; }
#print { float: right; margin: 0.5em 0 0; font-size: 1.1em; }
#big-links { float: right; clear: right; width: 280px; margin-top: 30px; }
#big-links h3 { margin: 0; float: left; }
#big-links a { display: block; width: 118px; /* 138px */ height: 32px; /* 68px */ padding: 18px 10px; background: url(../gfx/footer-buttons.png) no-repeat 0 0; text-align: center; font-size: 0.778em; font-weight: bold; text-decoration: none; }
#big-links a:hover { text-decoration: underline; }

#big-links a.blue { background-position: right 0; }
#footer h4 { color: #fff; }
#footer .quick-links { width: 624px; overflow: hidden; margin: 0 0 2em; padding-bottom: 1em; border-bottom: 1px solid #3367b3; }
#footer .quick-links li { float: left; width: 265px; background: url(../gfx/quick-links.png) no-repeat 0 center; }
#footer .bookmarks { display: inline; margin: 0; }
#footer .bookmarks li { display: inline; background: none; padding: 0; }
#footer .bookmarks .delicious { margin-left: 1em; padding: 0 1.5em; background: url(../gfx/bookmarks.png) no-repeat 0 0; }
#footer .bookmarks .facebook { margin-left: 1em; padding: 0 1.5em; background: url(../gfx/bookmarks.png) no-repeat 0 bottom; }
#footer-bottom { margin-top: 3em; overflow: hidden; }
#footer-bottom p { font-size: 1.1em; color: #003a98; }
#footer-bottom a { color: #003a98; }


/* ---------------------------------------------------------------- 
	sections
---------------------------------------------------------------- */
.drugstore #crumbs li strong, 
.drugstore h1, .drugstore h2, .drugstore h3, .drugstore h4, .drugstore h5, .drugstore h6, .drugstore dl dt, .drugstore #glossary-search legend { color: #e33c12; }
.drugstore #nav ul ul .selected a { background-position: -200px 0; }

.pharmacy #crumbs li strong, 
.pharmacy h1, .pharmacy h2, .pharmacy h3, .pharmacy h4, .pharmacy h5, .pharmacy h6, .pharmacy dl dt, .pharmacy #glossary-search legend { color: #008500; }
.pharmacy #nav ul ul .selected a { background-position: -400px 0; }


/* ---------------------------------------------------------------- 
	homepage
---------------------------------------------------------------- */
.body-hp #container,
.body-hp #content { position: relative; width: 900px; float: left; }
.body-hp #nav { float: none; margin-top: 0; }

.body-hp .box-drogerie,
.body-hp .box-lekarny,
.body-hp .box-foto { position: relative; width: 283px; height: 362px; float: left; margin-right: 25px; }
.body-hp .box-drogerie { background: url(../gfx/box-drogerie.png) no-repeat; }
.body-hp .box-lekarny { background: url(../gfx/box-lekarny.png) no-repeat; }
.body-hp .box-foto { background: url(../gfx/box-foto.png) no-repeat; margin-right: 0; }

.body-hp .box-drogerie .title,
.body-hp .box-lekarny .title,
.body-hp .box-foto .title { display: block; float: left; width: 268px; height: 50px; color: #fff; font-size: 18px; font-weight: bold; line-height: 15px; margin: 0; padding: 9px 0 0 15px; }
.body-hp .box-drogerie .title span,
.body-hp .box-lekarny .title span,
.body-hp .box-foto .title span { font-size: 15px; font-weight: normal; }

.body-hp .box-drogerie .perex,
.body-hp .box-lekarny .perex,
.body-hp .box-foto .perex { display: block; float: left; font-size: 11px; padding-right: 10px; margin: 22px 0 0 80px; }
.body-hp .box-drogerie p.vice,
.body-hp .box-lekarny p.vice,
.body-hp .box-foto p.vice { display: block; float: left; margin: 7px 0 0 80px; }
.img-perex { position: absolute; top: 80px; left: 16px; }

.body-hp p.title-letak { float: left; font-size: 16px; line-height: 18px; margin: 37px 0 0 130px; }
.body-hp .img-letak { position: absolute; bottom: 25px; left: 28px; }
.body-hp p.letak-button { display: block; float: left; margin: 20px 0 0 130px; }
.body-hp p.letak-pdf { display: block; float: left; margin: 10px 0 0 130px; }

.body-hp .box-foto a { color: #fff; text-decoration: none; }
.body-hp .box-foto a:hover { text-decoration: underline; }
.body-hp p.sberna { display: block; float: left; font-size: 14px; font-weight: bold; margin: 77px 90px 0 95px; }
.body-hp p.fotokniha,
.body-hp p.fotodarky { display: block; float: left; background: url(../gfx/button-foto.png) no-repeat; width: 86px; height: 27px; padding: 4px 0 0 20px; margin: 30px 0 0 25px; }
.body-hp p.fotokniha a,
.body-hp p.fotodarky a { font-weight: bold; }

.body-hp #content img { border: 0; }
.body-hp #content img.left { margin-right: 25px; }
.body-hp .box-akce { display: block; width: 900px; height: 96px; float: left; margin: 25px 0; }

.body-hp .box-bottom-hp { display: block; width: 900px; height: 400px; float: left; background: url(../gfx/box-bottom-hp.gif) repeat-y; padding-top: 40px; margin: 0; border: 0; }

.body-hp .tabs { width: 283px; margin-right: 25px; }
.body-hp .tabs ul { width: 281px; }
.body-hp .tabs div { width: 281px; }
.body-hp .tabs div#first, 
.body-hp .tabs div#second { width: 281px; }
.body-hp .tabs form { width: 261px; }

.body-hp #ver-program {
	display: block;
	float: left;
	position: relative;
	width: 559px;
	height: 315px;
	padding: 30px 0 0 30px;
	border: 1px solid #7999c8;
	-moz-border-radius: 5px;
	background: #fff;
}
.body-hp #ver-program .title { font-size: 20px; line-height: 22px; margin: 0 0 10px; color: #00409f; font-weight: bold; }
.body-hp #ver-program .title span { line-height: 12px; font-size: 11px; font-weight: normal; }

.body-hp .program { width: 290px; height: 280px; float: left; margin-right: 30px; }
.body-hp .program img { position: absolute; bottom: -50px; }
.body-hp .program a.button2.black { position: absolute; bottom: -32px; left: 90px; }

.body-hp .kupon { width: 220px; float: left; }
.body-hp .kupon a.button2.black { position: absolute; bottom: 50px; right: 50px; }

.body-hp #footer { background-position: 0 0; }


/* ---------------------------------------------------------------- 
	aside
---------------------------------------------------------------- */
#aside p img { float: left; margin-bottom: 10px; }

#map-small { margin: 0 auto; background: url(../gfx/map-small.png) no-repeat 0 0; }
#map-small,
#map-small .regions,
#map-small .selected,
#map-small img { width: 172px; height: 101px; }
#map-small .regions,
#map-small .selected { background: url(../gfx/map-small-regions.png) no-repeat 0 0; }
.regions img { border: 0; }
#map-small .stredocesky-kraj { background-position: 0 -202px; }

#map-small-green { margin: 0 auto; background: url(../gfx/map-small-green.png) no-repeat 0 0; }
#map-small-green, 
#map-small-green .regions, 
#map-small-green .regions img { width: 172px; height: 101px; }
#map-small-green .regions { background: url(../gfx/map-small-green-regions.png) no-repeat 0 0; }

/* tabs */
.tabs { position: relative; float: left; width: 252px; margin-bottom: 30px; }
.tabs ul { display: block; margin: 0; overflow: hidden; position: relative; width: 251px; height: 45px; z-index: 20; }
.tabs ul li { float: left; list-style-type: none; background: none; padding: 0; margin-right: 5px; }
.tabs ul a {
	display: block;
	padding: 13px 25px 9px 25px;
	margin: 0;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	position: relative;
}
.tabs ul li.first a { color: #E33C12; border: 1px solid #EF9B87; border-bottom: none; }
.tabs ul li.first a.selected { border-bottom: none; top: 1px; }
.tabs ul li.second a { color: #00aa00; border: 1px solid #7dd27d; border-bottom: none; }
.tabs ul li.second a.selected { border-bottom: none; top: 1px; }

.tabs div#first, 
.tabs div#second { position: relative; top: -2px; background: #fff; width: 251px; border: 1px solid #ef9c87; }
.tabs div#first { border: 1px solid #ef9b87; background-color: #e33c12; }
.tabs div#second { border: 1px solid #7dd27d; background-color: #00aa00; }

.tabs div p { display: block; margin: 0 0 2em; padding: 20px 0 15px 20px; background: #fff; }
.tabs div#first p { color: #e33c12; }
.tabs div#second p { color: #00aa00; }

.tabs form { margin: 0; padding: 24px 0 27px 20px; float: left; width: 231px; }

.tabs form p { margin: 0; padding: 0; }
.tabs div#first form p { background-color: #e33c12; }
.tabs div#second form p { background-color: #00aa00; }
.tabs form select { width: 200px; }


/* ---------------------------------------------------------------- 
	stores
---------------------------------------------------------------- */
#map-box { width: 698px; height: 294px; border: 1px solid #e33c12; -moz-border-radius: 0 7px 7px 0; -webkit-border-radius: 0 7px 7px 0; }
#google-map { float: left; width: 378px; height: 294px; background: lime; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.choose-region { float: right; width: 280px; /* 320px */ height: 274px; /* 294 */ padding: 10px 20px; background: #e33c12; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; }
.choose-region h2 { margin: 0.5em 0 1em; color: #fff; }
#map { margin-bottom: 1.5em; background: url(../gfx/map.png) no-repeat 0 0; }
#map, 
#regions, 
#regions div, 
#regions img { height: 165px; width: 280px; }
#regions, #regions div { background: url(../gfx/map-regions.png) no-repeat 0 0; }
#regions img { border: 0; }

#ajaxContent { min-height: 320px; }

#stores label { text-align: left; width: auto; display: inline; padding-left: 0.25em; font-weight: normal; }
#stores h3 { font-size: 1.2em; font-weight: bold; }

/* pharmacy stores */
.pharmacy #map-box { border-color: #008500; }
.pharmacy .choose-region { background-color: #008500; }
.pharmacy #map { background-image: url(../gfx/map-green.png); }
.pharmacy #regions, .pharmacy #regions div { background-image: url(../gfx/map-regions-green.png); }


/* ---------------------------------------------------------------- 
	volna mista
---------------------------------------------------------------- */
.box { border: 1px solid #ea4918; margin-bottom: 1.5em; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
.box h3 { margin: 0; padding: 11px 13px; background: #ea4918; font-size: 1.4em; font-weight: bold; color: #fff; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; }
.box ul { margin: 0 10px; }
.box ul li { background: url(../gfx/tack.gif) no-repeat 0 center; padding-left: 18px; line-height: 40px; border-top: 1px dashed #b2b2b2; }
.box ul li:first-child { border-top: 0; }
/* blue box */
.box.blue { border-color: #3374c2; }
.box.blue h3 { background-color: #3374c2; }
.box.blue a { color: #3374c2; }
/* green box */
.box.green { border-color: #009b00; }
.box.green h3 { background-color: #009b00; }
.box.green a { color: #009b00; }


/* ---------------------------------------------------------------- 
	counseling
---------------------------------------------------------------- */
.counseling #container { position: relative; }
.counseling #aside { margin-top: 240px; }
#letter-box {
	position: absolute;
	top: 15px;
	right: 2px;
	width: 236px;
	background-color: #f8f8f8;
	border: 1px solid #E33C12;
	padding: 8px 5px 5px 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#letter-box li { float: left; padding: 0; background: none; }
#letter-box li a {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin: 0 2px 2px 0;
	color: #fff;
	background: url(../gfx/letter-box.png) no-repeat 0 0;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
#letter-box li a:hover { text-decoration: underline; }
h3.letter { border-bottom: 1px solid #E33C12; margin: 0em 0 3em; }
h3.letter span {
	position: relative;
	top: 19px;
	left: -1px;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	background: url(../gfx/letter-box.png) no-repeat 0 0;
	font-size: 30px;
	font-weight: bold;
}
.counseling dl dt { font-weight: bold; font-size: 1.167em; font-style: normal; }
.counseling dl dd { margin: 0 0 1.5em 0; }

/* pharmacy counseling */
.pharmacy #letter-box { border-color: #008500; }
.pharmacy #letter-box li a, .pharmacy h3.letter span { background-image: url(../gfx/letter-box-green.png); }
.pharmacy h3.letter { border-color: #008500; }


/* ---------------------------------------------------------------- 
	corners jQuery plugin
---------------------------------------------------------------- */
/* button orange corners 5px */
.button.c .cs, .submit.c .cs { background: url(../gfx/corners.png) no-repeat; }
.button.c .tl, .submit.c .tl { background-position: 0 0; }
.button.c .tr, .submit.c .tr { background-position: -5px 0; }
.button.c .bl, .submit.c .bl { background-position: 0 bottom; }
.button.c .br, .submit.c .br { background-position: -5px bottom; }

/* button green corners 5px */
.button.green.c .tl { background-position: -10px 0; }
.button.green.c .tr { background-position: -15px 0; }
.button.green.c .bl { background-position: -10px bottom; }
.button.green.c .br { background-position: -15px bottom; }

/* button blue corners 5px */
.button.blue.c .tl { background-position: -20px 0; }
.button.blue.c .tr { background-position: -25px 0; }
.button.blue.c .bl { background-position: -20px bottom; }
.button.blue.c .br { background-position: -25px bottom; }

/* button dark blue corners 5px */
.button.dark-blue.c .tl { background-position: -30px 0 !important; }
.button.dark-blue.c .tr { background-position: -35px 0 !important; }
.button.dark-blue.c .bl { background-position: -30px bottom !important; }
.button.dark-blue.c .br { background-position: -35px bottom !important; }

/* tabs orange corners 5px */
.tabs .c .cs { background: url(../gfx/corners.png) no-repeat; }
.tabs .c .tl { background-position: -40px 0; }
.tabs .c .tr { background-position: -45px 0; }
.tabs .c .bl { background-position: -40px bottom; }
.tabs .c .br { background-position: -45px bottom; }

/* tabs green corners 5px */
.tabs .green.c .cs { background: url(../gfx/corners.png) no-repeat; }
.tabs .green.c .tl { background-position: -50px 0; }
.tabs .green.c .tr { background-position: -55px 0; }
.tabs .green.c .bl { background-position: -50px bottom; }
.tabs .green.c .br { background-position: -55px bottom; }

/* box HP blue corners 6px */
#ver-program.c .cs { background: url(../gfx/corners.png) no-repeat; }
#ver-program.c .tl { background-position: -60px 0; }
#ver-program.c .tr { background-position: -65px 0; }
#ver-program.c .bl { background-position: -60px bottom; }
#ver-program.c .br { background-position: -65px bottom; }

/* button2 orange corners 5px */
/*.button2.c .cs { width: 5px; height: 5px; background: url(../gfx/corners.png) no-repeat; }
.button2.c .tl { background-position: 0 0; }
.button2.c .tr { background-position: -5px 0; }
.button2.c .bl { background-position: 0 bottom; }
.button2.c .br { background-position: -5px bottom; }*/

/* box orange corners 7px */
.box.c .cs { background: url(../gfx/corners-box.png) no-repeat; }
.box.c .tl { background-position: 0 0; }
.box.c .tr { background-position: -7px 0; }
.box.c .bl { background-position: 0 bottom; }
.box.c .br { background-position: -7px bottom; }

/* box blue corners 7px */
.box.blue.c .cs { background: url(../gfx/corners-box.png) no-repeat; }
.box.blue.c .tl { background-position: -14px 0; }
.box.blue.c .tr { background-position: -21px 0; }
.box.blue.c .bl { background-position: -14px bottom; }
.box.blue.c .br { background-position: -21px bottom; }

/* box green corners 7px */
.box.green.c .cs { background: url(../gfx/corners-box.png) no-repeat; }
.box.green.c .tl { background-position: -28px 0; }
.box.green.c .tr { background-position: -35px 0; }
.box.green.c .bl { background-position: -28px bottom; }
.box.green.c .br { background-position: -35px bottom; }

/* letter-box orange corners 7px */
#letter-box.c .cs { background: url(../gfx/corners-box.png) no-repeat; }
#letter-box.c .tl { background-position: -42px 0; }
#letter-box.c .tr { background-position: -49px 0; }
#letter-box.c .bl { background-position: -42px bottom; }
#letter-box.c .br { background-position: -49px bottom; }

/* letter-box green corners 7px */
#letter-box.c .cs { background: url(../gfx/corners-box.png) no-repeat; }
#letter-box.c .tl { background-position: -56px 0; }
#letter-box.c .tr { background-position: -63px 0; }
#letter-box.c .bl { background-position: -56px bottom; }
#letter-box.c .br { background-position: -63px bottom; }


/* ---------------------------------------------------------------- 
	fancybox
---------------------------------------------------------------- */
div#fancy_bg { background-color: #3374c2; }
#fancy_bg .cs { position: absolute; width: 7px; height: 7px; background: url(../gfx/fancy_corners.png) no-repeat; }
#fancy_bg .tl { top: 0; left: 0; background-position: 0 0; }
#fancy_bg .bl { bottom: 0; left: 0; background-position: 0 bottom; }
#fancy_bg .br { bottom: 0; right: 0; background-position: -7px bottom; }
div#fancy_content { background-color: #fff; }
div#fancy_close { width: 22px; height: 22px; top: -11px; right: -11px; background: url(../gfx/fancy_closebox.png) no-repeat 0 0; }
#fancy-text-box { padding: 30px; }
#fancy-text-box h2 { margin-top: 0; }

.cosmetics img {
    margin-right: 5px;
    margin-bottom: 10px;
    vertical-align: middle;
}
p.address {
    height: 3em;
}