@import 'useful.css';
@import 'text.css';

/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
    font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
    font-size: 0.8em;
    background: #E2E2E2;
    color: #555555;
    padding: 0 0 20px 0;
    behavior: url("scripts/csshover.htc");
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 145px 0 0 0;
	position: relative;
	text-align: left;
	border-right: 1px #bc8da4 solid;
	border-left: 1px #bc8da4 solid;
	border-bottom: 1px #bc8da4 solid;
	background: #fff url("../images/page/header_bg.png") 0 0 repeat-x;
}

#content {
	padding: 32px 0 30px 0;
	background: url("../images/page/content_bg.png") 0 0 repeat-y;
}

#content .leftPart {
	width: 200px;
	padding-top: 10px;
	float: left;
	overflow: hidden;
}
#content .twoParts {
	width: 760px;
	float: right;
}

#content .centerPart {
	width: 520px;
	padding: 10px 20px 20px 20px;
	_padding: 10px 15px 20px 20px;
	float: left;
}

.subpage #content .twoParts {
	padding-top: 24px;
}

#content .rightPart {
	width: 200px;
	float: right;
}

.rightPart .coop {
	padding: 8px 15px 0 15px;
}

.rightPart .coop h2 {
	margin-bottom: 12px;
	font-size: 14px;
}

.rightPart .coop .banner {
	text-align: center;
	margin-bottom: 15px;
}

.rightPart .coop .banner.hr {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background:transparent url(../images/page/submenu_dots.gif) repeat-x scroll 0 bottom;
}

.hp .leftPart {
	padding-top: 195px !important;
}

.hp .twoParts {
	padding-top: 195px !important;
}

#menu {
	width: 960px;
	height: 44px;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 108px;
	z-index: 100;
	background: url("../images/page/menu_bg.png") 0 0 repeat-x;
}

#menu li {
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none !important;
	float: left;
	position: relative;
	background: url("../images/page/menu_line.png") left 0 no-repeat;
	zoom: 1;
}

#menu li.first {
	background: none;
}

#menu li a {
	padding: 0 8px 0 8px;
	display: block;
	line-height: 44px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

#menu li.active a {
	color: #592C4B;
	font-weight: bold;
}

#menu li.active ul li a {
	font-weight: normal;
}

#menu li:hover  a {
	background: url("../images/page/menu2_bg.png") 0 0 repeat-x;
	color: #fff;
}

#menu li ul {
	width: 168px;
	display: none;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 44px;
	background: #8d8d8d;
}

#menu li ul li {
	float: none;
	background: none;
	border-bottom: 1px #a4a4a4 solid;
}

#menu li:hover ul li a {
	padding: 5px 15px 5px 15px;
	display: block;
	line-height: normal;
	font-size: 1em;
	color: #fff;
	background: none;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover ul li a {
	color: #fff;
}

#menu li:hover ul li a:hover {
	color: #000;
}

#submenu {
	width: 200px;
	padding: 0;
	margin: 0;
	position: relative;
}

#submenu li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url("../images/page/submenu_dots.gif") 0 bottom repeat-x;
	zoom: 1;
}

#submenu li a {
	text-align: right;
	padding: 7px 10px 7px 15px;
	text-decoration: none;
	display: block;
	color: #414141;
	font-size: 12px;
}

#submenu li.active a {
	font-weight: bold;
}

#submenu li.active ul {
	padding: 0 0 5px 0;
	margin: 0;
}

#submenu li.active ul li {
	padding: 0;
	margin: 0;
	background: none;
}

#submenu li.active ul li a {
	padding: 0 10px 6px 0;
	margin: 0;
	display: block;
	font-weight: normal;
}

#submenu li a:hover {
	color: #9b6286 !important;
}

#submenu li.active ul li.active a {
	font-weight: bold;
}


#miniMenu {
	position: absolute;
	right: 15px;
	top: 12px;
}

#miniMenu li {
	float: left;
	margin-left: 10px;
	list-style: none;
}

#miniMenu li a {
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	display: block;
	_float: left;
}

#miniMenu li.who a {
	padding: 0 0 0 26px;
	background: url("../images/page/ico_who.gif") 0 0 no-repeat;
}

#miniMenu li.coop a {
	padding: 0 0 0 23px;
	background: url("../images/page/ico_coop.gif") 0 0 no-repeat;
}

#miniMenu li.contact a {
	padding: 0 0 0 18px;
	background: url("../images/page/ico_contact.gif") 0 0 no-repeat;
}

#miniMenu li.lang a {
	padding: 0 0 0 62px;
	background: url("../images/page/ico_lang.gif") 22px 0 no-repeat;
}

/*--HEADER----------------------------------------------------------------*/

#header {
	width: 960px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
}

.hp #header  {
	height: 355px;
	background: url("../images/page/header_photo.jpg") 0 bottom no-repeat;
}

#header #logo {
	width: 125px;
	height: 79px;
	position: absolute;
	left: 37px;
	top: 17px;
	display: block;
}

#breadCrumbs {
	position: absolute;
	left: 220px;
	top: 160px;
	font-size: 0.85em;
}

.hp #breadCrumbs {
	display: none;
}

#breadCrumbs a {
	padding: 0 3px 0 3px;
}

#breadCrumbs span {
	padding: 0 15px 0 3px;
}

#cse-search-box {
	position: absolute;
	right: 15px;
	top: 72px;
}


/*--SMALL-BOX---------------------------------------------------------------*/

.smallBox {
	width: 200px;
	margin-bottom: 20px;
	background: url("../images/page/small_box_middle.png") 0 0 repeat-y;
}

.smallBox .content {
	width: 170px;
	padding: 13px 15px 3px 15px;
	background: url("../images/page/small_box_top.png") 0 0 no-repeat;
}

.smallBox .minHeight {
	width: 173px;
	margin-bottom: 3px;
}

.smallBox .bottom {
	font-size: 0;
	height: 10px;
	background: url("../images/page/small_box_bottom.png") 0 0 no-repeat;
}

.smallBox .content h2 {
	font-size: 14px;
	padding: 0 0 7px 0;
	margin-bottom: 8px;
	color: #8f527a;
	font-weight: normal;
	text-transform: uppercase;
}

.smallBox .content p {
	font-size: 0.85em;
	margin-bottom: 5px;
}

.smallBox .content .date {
	font-size: 0.8em;
	margin-bottom: 3px;
}

.smallBox table td {
	background: transparent;
}

.smallBox .content .widthDate {
	width: 53px;
}

/*--MED-BOX---------------------------------------------------------------*/

.medBox {
	width: 494px;
	margin-bottom: 20px;
	background: url("../images/page/box_middle.png") 0 0 repeat-y;
}

.medBox .content {
	padding: 13px 15px 3px 15px;
	background: url("../images/page/box_top.png") 0 0 no-repeat;
}

.medBox .content h2 {
	padding: 0 0 7px 0;
	margin-bottom: 10px;
}

.medBox .minHeight {
	min-height: 140px;
}

.medBox .bottom {
	height: 10px;
	font-size: 0;
	background: url("../images/page/box_bottom.png") 0 0 no-repeat;
}

/*--BIG-BOX---------------------------------------------------------------*/

.bigBox {
	width: 707px;
	margin-bottom: 20px;
	background: url("../images/page/big_box_middle.png") 0 0 repeat-y;
}

.bigBox .content {
	padding: 13px 15px 3px 15px;
	background: url("../images/page/big_box_top.png") 0 0 no-repeat;
}

.bigBox .minHeight {
	min-height: 140px;
}

.bigBox .bottom {
	height: 10px;
	font-size: 0;
	background: url("../images/page/big_box_bottom.png") 0 0 no-repeat;
}

/*--PEREXES---------------------------------------------------------------*/

.bigPerex {
	padding: 4px 0;
}

.bigPerex .photo {
	width: 162px;
	height: 122px;
	padding: 2px 0 0 2px;
	display: block;
	background: url("../images/page/bigperex_photo_border.png") 0 0 no-repeat;
	float: left;
}

.bigPerex .photo img {
	width: 156px;
	height: 116px;
}

.bigPerex .text {
	width: 285px;
	float: right;
}

.bigPerex .text p {
	margin: 0;
}

.bigPerex .text h1 {
	font-size: 1.3em;
	padding: 4px 0 4px 0;
	margin: 0;
	border: none;
}

.bigPerex .text .info {
	font-size: 0.8em;
	padding: 2px 0 4px 0;
	margin: 0;
	color: #C2CDCA;
}

.perex {
	margin: 4px 0;
}

.perex .photo {
	width: 94px;
	height: 64px;
	_width: 92px;
	_height: 62px;
	padding: 2px 0 0 2px;
	margin-top: 3px;
	display: block;
	background: url("../images/page/perex_photo_border.png") 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page/perex_photo_border.png', sizingMethod='scale');
	float: left;
}

.perex .photo img {
	width: 86px;
	height: 56px;
}

.subpage .perex .text {
	width: 570px;
	float: right;
	font-size: 0.9em;
}

.perex .text {
	width: 358px;
	float: right;
	font-size: 0.9em;
}

.perex .text .info {
	font-size: 0.8em;
	padding: 2px 0 4px 0;
	margin: 0;
	color: #C2CDCA;
}

.perex .text h2, .perex .text h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 2px 0;
}

.miniPerex {
	margin: 0 0 0.3em 10px;
	display: block;
	padding-left: 14px;
	background: url("../images/page/li.gif") 0 4px no-repeat;
}

/*--INQUIRY-------------------------------------------------------------*/

.inquiry {
	margin: 0;
}

.inquiry td {
	border: none;
	padding: 1px 0;
	font-size: 0.85em;
}

.inquiry td.number {
	text-align: right;
	width: 14px;
}

.inquiry td.overall {
	padding: 5px 0 2px 0;
}

.inquiry td.graph {
	padding-bottom: 5px;
}

.inquiry td.graph span {
	min-width: 10px;
	display: block;
}

.inquiry td.graph span img {
	width: 10px;
	height: 8px;
}

.inquiry td.graph span.color2 {
	background: url("../images/page/graph_blue_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color2 img {
	background: url("../images/page/graph_blue_left.gif") 0 0 no-repeat;
}

.inquiry td.graph span.color1 {
	background: url("../images/page/graph_green_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color1 img {
	background: url("../images/page/graph_green_left.gif") 0 0 no-repeat;
}

.inquiry td.graph span.color3 {
	background: url("../images/page/graph_orange_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color3 img {
	background: url("../images/page/graph_orange_left.gif") 0 0 no-repeat;
}

.inquiry td.graph span.color4 {
	background: url("../images/page/graph_purple_right.gif") right 0 no-repeat;
}

.inquiry td.graph span.color4 img {
	background: url("../images/page/graph_purple_left.gif") 0 0 no-repeat;
}

/*--ACTIONS-------------------------------------------------------------*/

.actions {
	margin: 0 0 5px 0;
}

.actions td {
	border: none;
	padding: 1px 0;
	font-size: 0.85em;
	vertical-align: top;
}

.actions td.date {
	padding-right: 5px;
	border-right: 1px #1a1d1c solid;
}

.actions td.date small {
	font-size: 1em;
	color: #999898;
}

.today {
	color: #73ff53 !important;
	font-weight: bold;
}

.tomorrow {
	color: #f1a92c !important;
	font-weight: bold;
}

.soon {
	color: #9966FF !important;
	font-weight: bold;
}

/*--RANKING-------------------------------------------------------------*/

.ranking {
	margin: 0 0 5px 0;
}

.ranking td {
	border: none;
	padding: 2px 2px;
	font-size: 0.85em;
	vertical-align: top;
}

.ranking td.number {
	padding-right: 4px;
	text-align: right;
}

.ranking td.rank {
	text-align: right;
	padding-right: 4px;
}

/*--OTHER---------------------------------------------------------------*/

.button {
	width: 62px;
	height: 18px;
	display: block;
	background: url("../images/page/button.png") 0 0 no-repeat;
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	line-height: 18px;
	font-size: 0.85em;
	border: none;
	cursor: pointer;
}

.button:hover {
	color: #B0F150 !important;
}

.articleFooter .voting {
	float: left;
	width: 430px;
}

.articleFooter .author {
	width: 200px;
	float: right;
	display: block;
	text-align: right;
}

.randomPhoto {
	border: 2px #fff solid;
	display: block;
	margin-bottom: 8px;
}

.lastMessage strong {
	color: #fff600;
}

.compare select {
	margin-right: 5px;
}

.bannerHolder {
	margin-bottom: 10px;
}

.bannerHolder h2 {
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 10px;
	color: #4B5F57;
}

/*--RATING---------------------------------------------------------------*/

.hodnoceni-hvezdami 
{ 
	list-style:none; 
	margin: 0px; 
	padding:0px; 
	width: 80px; 
	height: 16px; 
	position: relative; 
	background: url("../images/page/stars.png") top left repeat-x; 
	margin: 0 10px;
	float:left;
} 

.hodnoceni-hvezdami li 
{ 
padding:0px; 
margin:0px; 
/*\*/ 
float: left; 
/* */ 
} 

.hodnoceni-hvezdami li a 
{ 
display:block; 
width:16px; 
height: 16px; 
text-decoration: none; 
text-indent: -9000px; 
z-index: 20; 
position: absolute; 
padding: 0px; 
} 

.hodnoceni-hvezdami li a:hover 
{ 
background: url("../images/page/stars.png") left center; 
z-index: 2; 
left: 0px; 
} 

.hodnoceni-hvezdami a.star1
{ 
left: 0px; 
} 

.hodnoceni-hvezdami a.star1:hover 
{ 
width:16px; 
} 

.hodnoceni-hvezdami a.star2
{ 
left:16px; 
} 
.hodnoceni-hvezdami a.star2:hover 
{ 
width: 32px; 
} 

.hodnoceni-hvezdami a.star3
{ 
left: 32px; 
} 

.hodnoceni-hvezdami a.star3:hover 
{ 
width: 48px; 
} 

.hodnoceni-hvezdami a.star4
{ 
left: 48px; 
} 

.hodnoceni-hvezdami a.star4:hover 
{ 
width: 64px; 
} 

.hodnoceni-hvezdami a.star5
{ 
left: 64px; 
} 

.hodnoceni-hvezdami a.star5:hover 
{ 
width: 80px; 
} 

.hodnoceni-hvezdami li.current-rating 
{ 
background: url("../images/page/stars.png") left bottom; 
position: absolute; 
height: 16px; 
display: block; 
text-indent: -9000px; 
z-index: 1; 
}

/*--DISCUSSION--------------------------------------------------------------*/

#messages {
    border-top: 1px #000 solid;
}

#messages tr td {
    padding: 6px 10px 6px 10px;
    vertical-align: top;
    font-size: 0.9em;
}

#messages tr td span {
    color: #fff;
}

#messages tr td span strong {
    color: #fff600;
}

.paging {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}

.paging input {

}

.paging td {
    border: none;
    height: 20px;
}

.paging .numbers {
    text-align: center;
}

.paging .numbers span {
    margin: 0 1px 0 1px;
    padding: 0 3px 0 3px;
    background: #fff;
    color: #000;
}

.paging .numbers a {
    margin: 0 1px 0 1px;
    padding: 0 3px 0 3px;
    background: #7eced3;
    color: #000;
    text-decoration: none;
}

.paging .numbers a:hover {
    background: none;
    color: #000;
    background: #fff600;
}

.paging .buttonFirst {
	width: 80px;
	text-align: left;
}

.paging .buttonPrevious {
	width: 80px;
	text-align: left;
}

.paging .buttonNext {
	width: 80px;
	text-align: right;
}

.paging .buttonLast {
	width: 80px;
	text-align: right;
}

.reply {
	float: right;
}

/*--PEREXES--------------------------------------------------------------*/

.instructorPerex, .studioPerex, .trainingPerex, .workshopPerex, .coursePerex {
	padding: 0 0 18px 0;
	margin: 0 0 12px 0;
	background: url("../images/page/submenu_dots.gif") 0 bottom repeat-x;
}

.infoBottom {
	clear: both;
	padding: 5px 0 0 0;
    overflow: hidden;
}

.instructorPerex .photo, .studioPerex .photo, .trainingPerex .photo, .workshopPerex .photo {
	float: right;
	margin-top: 6px;
	display: block;
	border-left: 3px #ecd9e1 solid;
	border-top: 3px #ecd9e1 solid;
	border-right: 3px #dbbac9 solid;
	border-bottom: 3px #dbbac9 solid;
}

.instructorPerex .info, .studioPerex .info, .trainingPerex .info, .workshopPerex .info {
	width: 370px;
	float: left;
}

.coursePerex .info {
	width: 520px;
}

.instructorPerex p, .studioPerex p, .trainingPerex p, .workshopPerex p {
	margin-bottom: 3px;
}

.studio .info {
	float: left;
	width: 380px;
}

.instructor .info {
	width: 520px;
}

.studio .photo {
	border-left: 3px #ecd9e1 solid;
	border-top: 3px #ecd9e1 solid;
	border-right: 3px #dbbac9 solid;
	border-bottom: 3px #dbbac9 solid;
	margin: 0 0 5px;
	float: normal;
}

.studio .photos {
	width: 120px;
	float: right;
	padding-left: 10px;
	text-align: right;
}

.other {
	clear: both;
	width: 520px;
}

/*--BOXES----------------------------------------------------------------*/

.mainBoxes {
	margin: 0 0 20px 0;
	padding: 5px 10px 0 10px;
	_height: 100px;
	background: #eae2e6;
	border: 1px #c79caf dotted;
}

h2.dotted {
    padding: 0 0 8px 10px;
    margin-bottom: 10px;
    background:transparent url(../images/page/submenu_dots.gif) repeat-x 0 bottom;
}

div.dotted {
    padding: 0 0 8px 0;
    margin-bottom: 10px;
    background:transparent url(../images/page/submenu_dots.gif) repeat-x 0 bottom;
}

.boxes {
	margin: 0;
	padding: 0;
	_height: 100px;
}

.boxes .box, .mainBoxes .box {
	width: 234px;
	float: left;
	padding: 0 0 10px 0;
}

.boxes .box {
    padding: 0 0 10px 10px;
}

.left {
    width: 245px;
    padding-left: 10px;
    float: left;
}

.right {
    width: 246px;
    float: right;
}

.mainBoxes .box {
    width: 234px;
}
 
.boxes .first, .mainBoxes .first {
	margin: 0 30px 0 0;
}

.boxes .box .photo, .mainBoxes .box .photo {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}

.boxes .box .photo img, .mainBoxes .box .photo img {
	width: 90px;
	border-left: 3px #ecd9e1 solid;
	border-top: 3px #ecd9e1 solid;
	border-right: 3px #dbbac9 solid;
	border-bottom: 3px #dbbac9 solid;
}

.boxes .box p, .mainBoxes .box p {
	margin: 0 0 3px 0;
}

.boxes .box h2 {
	font-size: 13px;
	margin: 0 0 8px 0;
}

.mainBoxes .box h2 {
	font-size: 18px;
	margin: 0 0 8px 0;
}

.mainBoxes .box h3 {
	font-size: 13px;
	margin: 0 0 8px 0;
}

.boxes .box .more. .mainBoxes .box .more {
	display: block;
	text-align: right;
	font-size: 11px;
}

.news p {
	margin-bottom: 10px !important;
}

.news strong a  {
	text-decoration: none !important;
	color: #555555;
}

/*--FOOTER---------------------------------------------------------------*/

#footer {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size: 0.85em;
}

#footer .links {
	text-align: right;
	width: 480px;
	float: right;
}

#footer .copy {
	width: 450px;
	float: left;
}

/*--OTHER----------------------------------------------------------------*/

.emailTable td {
	padding: 0;
}

.inputEmail {
	width: 115px; 
}

.filter table {
    margin-bottom: 10px;
}

.filter table th {
    padding: 0 6px 3px 0;
}

.filter table td {
    padding: 0 6px 5px 0;
}