/***********************************************************************************************************/
/* HipHopShopy @ amedio.cz, 2008 */
/*	display;
	position;
	float;
	overflow;
	width;
	height;
	min-width;
	max-width;
	min-height;
	max-height;
	margin;
	padding;
	border;
	background;
	color:
	font;
	text;
/***********************************************************************************************************/

* {margin: 0; padding: 0;}

body {
	height: 100%;
	font-family: 'Arial', sans-serif;
	background-color: #ddd;
	
}
html {
	height: 100%;
	background: #dddddd;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

a {
	color: #cc0066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/***********************************************************************************************************/
/* Layout */
/***********************************************************************************************************/

div#root {
	background: #ddd;
	margin: 0px;	
}

div#header {
	background: #940050 url('img/header-pattern.gif') repeat-y center top;
	margin: 0px;	
	height: 100px;
	border: 0px solid black;
}

div#header .content {
	height: 100px;
	width: 984px;
	margin: 0 auto;
	border-left: 0px solid black;
}

div#header .path {
	height: 100px;
	/*background: url('img/path.gif') no-repeat left top;*/
}

/* *************************** HLAVI�KA **************************** */

div#logo {
	width: 283px;
	height: 98px;
	background: url('img/logo.jpg') no-repeat left top;
	float: left;
	border: 0px solid black;
	margin: 2px 0 0 0;
	cursor: pointer;
}

div#logo h1 {
	display: none;
}

div#logo p {
	display: none;
}

div#search {
	width: 329px;
	height: 100px;
	background: url('img/header-right-pattern.gif') no-repeat right top;
	float: right;
	border: 0px solid black;
	margin: 0;
}

div#search .content {
	width: 204px;
	height: 50px;
	margin: 32px 20px 0 91px;
	background: url('img/search-input.gif') no-repeat left top;
	position: relative;
	border: 0px solid black;
}

div#search .content input.text {
	position: absolute;
	margin: 0;
	border: 0px solid black;
	width: 165px;	
	height: 15px;
	padding: 5px 0 0 0;
	font-size: 0.7em;
	color: #666666;
	background-color: #fff;
	left: 7px;
	top: 1px;
	display: block;
	overflow: hidden;
}

div#search .content input.image {
	position: absolute;
	border: 0px solid black;
	width: 25px;	
	height: 26px;
	margin: 0;
	padding: 0px;
	right: 0;
	top: 0;
	display: block;
}

div#search .content div.radio {
	position: absolute;
	width: 204px;	
	height: 20px;
	margin: 0;
	padding: 0px;
	right: 0;
	top: 26px;
	display: block;
	border: 0px solid black;
}

div#search .content div.radio label {
	font-size: 0.7em;
	color: #000;
}

div#search .content div.radio input {
	margin: 0 0 0 5px;
}

/* *************************** ST�EDN� MENU **************************** */

div#menu {
	height: 35px;
	background: url('img/menu-pattern.gif') repeat-y center top;
	border: 0px solid black;
}

div#menu .content {
	margin: 0;
	height: 35px;
	background: url('img/menu-path.gif') no-repeat center top;
}

div#menu .content .cover {
	width: 984px;
	height: 35px;
	margin: 0 auto;
	border: 0px solid black;
}

/* *************************** ST�EDN� ODD�LOVA� **************************** */

div#middleSpliter {
	height: 30px;
	background: url('img/middle-splitter-pattern.gif') repeat-x left top;
	border: 0px solid black;
}

div#middleSpliter .content {
	height: 30px;
	width: 984px;
	margin: 0 auto;
}

div#middleSpliter .content .google {
	height: 22px;
	width: 730px;
	float: left;
	overflow: hidden;
	margin: 8px 0 0 5px;
}

/* *************************** OKNO **************************** */

div#window {
	width: 984px;
	background: #fff url('img/window-pattern.gif') repeat-y left top;
	margin: 0 auto;
	border: 0px solid black;
	position: relative;
}

div#window .header {
	width: 980px;
	background: #fff url('img/window-header-pattern.gif') no-repeat left top;
	margin: 0 2px 0 2px;
	border: 0px solid black;
}

div#window .header .cover {
	width: 960px;
	border: 0px solid red;
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
}

div#window .footer {
	width: 984px;
	height: 18px;
	background: #fff url('img/window-footer-pattern.gif') no-repeat left bottom;
	border: 0px solid black;
}

/* *************************** OKNO > left **************************** */

#left {
	width: 190px;
	margin: 0;
	border: 0px solid black;
	float: left;
	padding: 0;
}


/* *************************** OKNO > right **************************** */


#right {
	width: 760px;
	margin: 0;
	border: 0px solid black;
	float: right; 
}


/* *************************** OKNO > right > leftColumn **************************** */


#leftColumn {
	width: 500px;
	margin: 0;
	border: 0px solid black;
	float: left;
	overflow: hidden;
}


/* *************************** OKNO > right > leftColumn > static **************************** */


#static {
	margin: 10px;
}

#static h1 {
	color: #330066;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#static h2 {
	color: #330066;
	font-size: 1.3em;
	line-height: 1.6em;
}

#static h3 {
	color: #330066;
	font-size: 1em;
	line-height: 1.6em;
}

#static p {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}

#static p a:hover {
}

#static h3.notice {
	color: #333 !important;
}

#static ul {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
	list-style-type: square;
}

#static ol {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
}

#static table {
	border-collapse: collapse;
	font-size: .75em;
	margin: 20px 0 20px 0;
}

#static table thead {
	color: #000;
	text-align: center;
	font-weight: bold;
	background-color: #eee;
}

#static table thead th {
	padding: 4px 10px 4px 10px;
	border-right: 2px solid #fff;
}

#static table tbody tr {
	border-bottom: 1px solid #eee;
}

#static table tbody td {
	padding: 5px 10px 5px 10px;
}

#static .register {
	width: 480px;
	background: url('img/article-detail-info-pattern.gif') repeat-y left top;
	margin: 15px 0 25px 0;
}

#static .register .top {
	width: 480px;
	background: url('img/article-detail-info-top.gif') no-repeat left top;
}

#static .register .bottom {
	width: 480px;
	background: url('img/article-detail-info-bottom.gif') no-repeat left bottom;
	padding: 10px 18px 10px 18px;
	font-size: .7em;
	color: #666;
	line-height: 1.6em;
}

#static .register .bottom table {
	margin: 0;
	border-collapse: collapse;
	font-size: 1em;
}

#static .register .bottom table td {
	padding: 3px 5px 3px 5px;
}

#static .register .bottom table tbody tr {
	border-bottom: 0px solid #eee;
}

#static .register label {
	font-weight: bold;
	white-space: nowrap;
}

#static .register label.wrap {
	white-space: normal;
	font-weight: normal;
}

#static .register .input {
	background: #fff;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: 11px;
}

#static .register .submit {
	width: 83px;
	_height: 24px;
	&height: 24px;
	padding: 5px 0 5px 0 !important;
	border: 0;
	background: url('img/submit.gif') !important;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


/* *************************** OKNO > right > leftColumn > articleDetail **************************** */


#articleDetail {
	margin: 10px;
}

#articleDetail div.award {
	text-align: center;
}

#articleDetail div.in div {
	text-align: center;
}

#articleDetail div.in div img {
	margin: 0;
}

#articleDetail div.in div p.pictureInfo {
	margin: 0 0 20px 0;
	font-size: .75em;
	font-style: italic;
}

#articleDetail h1 {
	color: #330066;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#articleDetail h2 {
	color: #330066;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#articleDetail h3 {
	color: #330066;
	font-size: 1em;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}

#articleDetail h4 {
	color: #330066;
	font-size: .9em;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}

#articleDetail img.thumbnail {
	float: left;
	margin: 0 13px 13px 0;
}

#articleDetail p {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}

#articleDetail p strong.rate {
	color: #cc0066;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.6em;
}

#articleDetail div img {
	margin: 10px 0 10px 0;
}

/*#articleDetail p a:hover {
	color: #c34e85;
}*/

#articleDetail p.tags {
	color: #999;
	font-size: .7em;
	line-height: 1.6em;
	padding: 0 0 17px 0;
	border-bottom: 1px solid #ccc;
}

#articleDetail p.tags a {
	color: #999;
	text-decoration: none;
}

#articleDetail p.tags a:hover {
	text-decoration: underline;
}

#articleDetail ul {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
	list-style-type: square;
}

#articleDetail ol {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
}

#articleDetail .info {
	width: 480px;
	background: url('img/article-detail-info-pattern.gif') repeat-y left top;
	margin: 15px 0 25px 0;
}

#articleDetail .info .top {
	width: 480px;
	background: url('img/article-detail-info-top.gif') no-repeat left top;
}

#articleDetail .info .bottom {
	width: 480px;
	background: url('img/article-detail-info-bottom.gif') no-repeat left bottom;
	padding: 10px 0 10px 0;
	font-size: .7em;
	color: #666;
	line-height: 1.6em;
}

#articleDetail .info .bottom .content {
	margin: 0 18px 0 18px;
	width: 444px;
}

#articleDetail .info .bottom a {
	color: #cc0066;
}

#articleDetail .info .bottom .contentRate {
	margin: 0 18px 0 18px;
	width: 444px;
	font-size: 1.2em;
}

#articleDetail .info .bottom .contentRate strong {
	font-size: 1.2em;
}

/* *************************** OKNO > right > leftColumn > articleExtend **************************** */


#articleExtend {
	margin: 10px;
}

#articleExtend .info {
	width: 480px;
	background: url('img/article-detail-info-pattern.gif') repeat-y left top;
	margin: 15px 0 25px 0;
}

#articleExtend .info .top {
	width: 480px;
	background: url('img/article-detail-info-top.gif') no-repeat left top;
}

#articleExtend .info .bottom {
	width: 480px;
	background: url('img/article-detail-info-bottom.gif') no-repeat left bottom;
	padding: 10px 0 10px 0;
	font-size: .7em;
	color: #666;
	line-height: 1.6em;
}

#articleExtend .info .bottom .content {
	margin: 0 18px 0 18px;
	width: 444px;
}

#articleExtend .info .bottom a {
	color: #cc0066;
}

#articleExtend .info .bottom .contentRate {
	margin: 0 18px 0 18px;
	width: 444px;
	font-size: 1.2em;
}

#articleExtend .info .bottom .contentRate strong {
	font-size: 1.2em;
}

/* *************************** OKNO > right > leftColumn > articleDetail > articleEnquiry **************************** */


.articleEnquiry {
	margin: 20px 0 20px 0;
	background-color: #f3f3f3;
	background: url('img/article-detail-info-pattern.gif') repeat-y left top;
	width: 480px;
}

.articleEnquiry .top {
	width: 480px;
	background: url('img/article-detail-info-top.gif') no-repeat left top;
}

.articleEnquiry .bottom {
	width: 480px;
	background: url('img/article-detail-info-bottom.gif') no-repeat left bottom;
}

.articleEnquiry h4 {
	font-size: .75em;
	font-weight: bold;
	color: #444;
	margin: 0 10px 10px 10px;
	padding: 10px 0 0 0;
}

.articleEnquiry .box {
	margin: 10px;
	border: 0px solid black;
}

.articleEnquiry .box a {
	color: #330066;
	font-size: .7em;
	text-decoration: underline;
}

.articleEnquiry .box a:hover {
	text-decoration: none;
}

.articleEnquiry .box span {
	color: #666;
	font-size: .7em;
}

.articleEnquiry .box .bar {
	background-color: #ccc;
	height: 20px;
	margin: 0;
	background: url('img/enquiry-background.gif') repeat-x left top;
}

.articleEnquiry .box .in {
	background: url('img/enquiry-pattern.gif') repeat-x left top;
	height: 20px;
}

.articleEnquiry .box p {
	padding: 5px 0 10px 0;
	font-size: .7em !important;
}



/* *************************** OKNO > right > leftColumn > articleDetail > articleDiscussion **************************** */

#articleDiscussion {
	margin: 20px 10px 20px 10px;
	border: 0px solid black;
}

#articleDiscussion input.checkbox {
	background: #eee;
	border: 1px solid #ccc;
	_border: none;
	&border: none;
	width: 13px;
	height: 13px;
	float: left;
	margin: 5px 10px 0 0;
}

#articleDiscussion .buttonLeft {
	width: 114px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	background: url('img/discussion-button.gif') no-repeat left top;
	border: 0px solid black;
	float: left;
	margin: 15px 10px 0 0;
	cursor: hand;
}

#articleDiscussion .buttonRight {
	width: 114px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	background: url('img/discussion-button.gif') no-repeat left top;
	border: 0px solid black;
	float: right;
	margin: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
}

#articleDiscussion div.comment {
	font-size: .7em;
	color: #31abd4;
	border: 0px solid white;
	height: 22px;
	line-height: 22px;
}

#articleDiscussion div.comment a {
	color: #cc0066;
	text-decoration: none;
}

#articleDiscussion div.comment a:hover {
	text-decoration: underline;
}

#articleDiscussion div.comment span.register {
	color: #cc0066;
}

#articleDiscussion div.comment span.unregister {
	color: #cc0066;
}

#articleDiscussion div.comment span.date {
	color: #cc0066;
}

#articleDiscussion div.comment img.arrow {
	border: 0px solid black;
	margin: 0;
	float: left;
}

#articleDiscussion input {
	background: #eee;
	border: 1px solid #ccc;
	width: 13px;
	height: 13px;
}

/* *************************** OKNO > right > leftColumn > articleSeries **************************** */

#articleSeries {
	margin: 25px 10px 25px 10px;
}

#articleSeries ol {
	color: #666;
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 0 0 15px;
	padding: 0;
}

/* *************************** OKNO > right > leftColumn > comments **************************** */

#comments {
	margin: 15px 10px 10px 10px;
}

#comments h1 {
	color: #330066;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#comments h1 a {
	color: #330066;
}

#comments h1 a:hover {
	color: #330066;
}

#comments .deactive {
	border: 5px solid red !important;
}
#comments a.response {
	display: block;
	width: 77px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background: #000 url('img/discussion-button-response.gif') no-repeat left top;
	text-align: center;
	text-decoration: none;
	float: right;
}

#comments .comment {
	margin: 0 0 10px 0;
	position: relative;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	font-size: .7em;
	line-height: 1.6em;
}

#comments .comment ol {
	margin: 0 0 0 15px;
	&margin: 0 0 0 20px;
	_margin: 0 0 0 20px;
}

#comments .comment ul {
	margin: 0 0 0 15px;
}

#comments .comment .top {
	background-color: #ededed;
	border-bottom: 1px solid #dcdcdc;
	color: #666;
	padding: 5px 10px 5px 10px;
}

#comments .comment .bottom {
	padding: 5px 10px 5px 10px;
	color: #666;
}

#comments .cornerTopLeft {
	width: 7px;
	height: 7px;
	background: url('img/corner-top-left.gif') no-repeat left top;
	position: absolute;
	top: -1px;
	left: -1px;
	_top: 0;
	_left: -1px;
	border: 0px solid black;
}

#comments .cornerTopRight {
	width: 7px;
	height: 7px;
	background: url('img/corner-top-right.gif') no-repeat left top;
	position: absolute;
	top: -1px;
	right: -1px;
	_top: 0;
	_right: 10px;
	border: 0px solid black;
}

#comments .cornerBottomRight {
	width: 7px;
	height: 7px;
	background: url('img/corner-bottom-right.gif') no-repeat left top;
	position: absolute;
	bottom: -1px;
	right: -1px;
	border: 0px solid black;
}

#comments .cornerBottomLeft {
	width: 7px;
	height: 7px;
	background: url('img/corner-bottom-left.gif') no-repeat left top;
	position: absolute;
	bottom: -1px;
	left: -1px;
	border: 0px solid black;
}

#comments .updateComment {
	margin: 10px;
	border: 0px solid black;
}

#comments .updateComment table {
	border-collapse: collapse;
	font-size: 1em;
}

#comments .updateComment table td {
	padding: 3px 5px 3px 5px;
}

#comments .updateComment table td label {
	font-weight: bold;
}

#comments .updateComment .input {
	background: #fff;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: 11px;
}

#comments .updateComment .submit {
	width: 83px;
	_height: 24px;
	&height: 24px;
	padding: 5px 0 5px 0 !important;
	border: 0;
	background: url('img/submit.gif') !important;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#comments .updateComment .resizable {
	background: #fff;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: 11px;
	font-family: 'Arial', sans-serif;
	width: 350px;
}

/* *************************** OKNO > right > leftColumn > comments > addComment **************************** */

#addComment {
	margin: 15px 0 10px 0;
	background: url('img/article-detail-info-pattern.gif') repeat-y left top;
}

#addComment .top {
	width: 480px;
	background: url('img/article-detail-info-top.gif') no-repeat left top;
}

#addComment .bottom {
	width: 480px;
	background: url('img/article-detail-info-bottom.gif') no-repeat left bottom;
	padding: 10px;
}

#addComment .bottom table {
	padding: 10px 18px 10px 18px;
	font-size: .7em;
	color: #666;
	line-height: 1.6em;
	border-collapse: collapse;
}

#addComment .bottom table td {
	padding: 3px 5px 3px 5px;
}

#addComment .bottom table label {
	font-weight: bold;
	white-space: nowrap;
}

#addComment .bottom table label.wrap {
	white-space: normal;
	font-weight: normal;
}

#addComment .bottom table .input {
	background: #fff;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: 11px;
}

#addComment .bottom table .submit {
	width: 83px;
	_height: 24px;
	&height: 24px;
	padding: 5px 0 5px 0 !important;
	border: 0;
	background: url('img/submit.gif') !important;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#addComment .bottom table .resizable {
	background: #fff;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: 11px;
	font-family: 'Arial', sans-serif;
	width: 350px;
}


/* *************************** OKNO > right > leftColumn > articleRelated **************************** */


#articleRelated {
	margin: 10px 0 0 0;
}

#articleRelated ul {
	list-style-type: none;
	margin: 0;
}

#articleRelated ul li {
	line-height: 33px;
	font-size: .8em;
	background: url('img/news-dotted.gif') repeat-x left bottom;
	padding: 0 15px 0 15px;
}

#articleRelated ul li a {
	color: #cc0066;
	font-weight: bold;
}

#articleRelated ul li a:hover {
	text-decoration: none;
}

#articleRelated ul li span {
	font-size: .85em;
	color: #999;
}


/* *************************** OKNO > right > leftColumn > latest **************************** */


#latest {
	width: 500px;
	background: url('img/latest-pattern.gif') repeat-y left top;
}

#latest .top {
	width: 500px;
	background: url('img/latest-top.gif') no-repeat left top;
}

#latest .bottom {
	width: 500px;
	background: url('img/latest-bottom.gif') no-repeat left bottom;
	padding: 0 0 15px 0;
}

#latest .left {
	width: 210px;
	float: left;
	margin: 12px 0 0 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	border: 0px solid black;
}

#latest .right {
	width: 210px;
	float: right;
	margin: 12px 0 0 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	border: 0px solid black;
}

#latest h2 {
	color: #cc0066;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
}

#latest h2 a {
	color: #cc0066;
	text-decoration: underline;
}

#latest h2 a:hover {
	text-decoration: none;
}

#latest p.perex {
	margin: 10px 0 0 0;
	font-size: .7em;
	color: #000;
	line-height: 1.6em;
}

#latest p.perex img {
	float: left;
	border: 1px solid #cc0066;
	margin: 0 10px 0 0;
}

#latest p.author {
	margin: 20px 0 0 0;
	font-size: .7em;
	color: #000;
	line-height: 1.6em;
}

#latest p.author a {
	color: #cc0066;
}


/* *************************** OKNO > right > leftColumn > news **************************** */


#news {
	width: 500px;
	background: url('img/news-pattern.gif') repeat-y left top;
	margin: 10px 0 0 0;
}

#news .top {
	width: 500px;
	background: url('img/news-top.gif') no-repeat left top;
}

#news .top a.rss {
	float: right;
	margin: 10px 45px 0 0;
	font-size: .7em;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#news .top a.rss:hover {
	text-decoration: none;
}

#news .bottom {
	width: 500px;
	background: url('img/news-bottom.gif') no-repeat left bottom;
	padding: 0;
}

#news h3 {
	color: #330066;
	text-transform: uppercase;
	font-size: .8em;
	margin: 0 0 0 16px;
	padding: 10px 0 0 0;
	font-weight: bold;
}

#news .bottom .content {
	margin: 10px 17px 0 17px;
	padding: 0;
}

#news .bottom .item {
	margin: 2px 0 8px 0;
	background: url('img/news-dotted.gif') repeat-x left bottom;
}

#news .bottom .item a {
	font-size: .7em;
	font-weight: bold;
	text-decoration: underline;
	color: #cc0066;
}

#news .bottom .item a:hover {
	text-decoration: none;
}

#news .bottom .item span {
	color: #999;
	font-size: .7em;
}

#news .bottom .item p {
	color: #666;
	font-size: .7em;
	line-height: 1.6em;
	padding: 3px 0 8px 0;
}

#news a.all {
	font-size: .7em;
	font-weight: bold;
	text-decoration: underline;
	color: #330066;
	float: right;
	border: 0px solid black;
	margin: 0 20px 10px 0;
}

#news a.all:hover {
	text-decoration: none;
}



/* *************************** OKNO > right > leftColumn > newsDetail **************************** */


#newsDetail {
	margin: 10px;
}

#newsDetail h1 {
	color: #ff9c09;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#newsDetail h2 {
	color: #ff9c09;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#newsDetail h3 {
	color: #ff9c09;
	font-size: 1em;
	line-height: 1.6em;
}

#newsDetail h4 {
	color: #ff9c09;
	font-size: .9em;
	line-height: 1.6em;
}

#newsDetail p {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}

#newsDetail div.in div {
	text-align: center;
}

#newsDetail div.in div img {
	margin: 0;
}

#newsDetail div.in div p.pictureInfo {
	margin: 0 0 20px 0;
	font-size: .75em;
	font-style: italic;
}

#newsDetail p a {
	color: #ff9c09;
}

#newsDetail p.tags {
	color: #999;
	font-size: .7em;
	line-height: 1.6em;
	padding: 0 0 17px 0;
	border-bottom: 1px solid #ccc;
}

#newsDetail p.tags a {
	color: #999;
	text-decoration: none;
}

#newsDetail p.tags a:hover {
	text-decoration: underline;
}

#newsDetail ul {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
	list-style-type: square;
}

#newsDetail ol {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
}

#newsDetail .info {
	width: 480px;
	background: url('img/article-detail-info-pattern.gif') repeat-y left top;
	margin: 15px 0 25px 0;
}

#newsDetail .info .top {
	width: 480px;
	background: url('img/article-detail-info-top.gif') no-repeat left top;
}

#newsDetail .info .bottom {
	width: 480px;
	background: url('img/article-detail-info-bottom.gif') no-repeat left bottom;
	padding: 10px 0 10px 0;
	font-size: .7em;
	color: #666;
	line-height: 1.6em;
}

#newsDetail .info .bottom .content {
	margin: 0 18px 0 18px;
	width: 444px;
}

#newsDetail .info .bottom a {
	color: #ff9c09;
}



/* *************************** OKNO > right > leftColumn > articleDetail > articleDiscussion **************************** */

#newsDiscussion {
	margin: 20px 10px 20px 10px;
	border: 0px solid black;
}

#newsDiscussion input.checkbox {
	background: #eee;
	border: 1px solid #ccc;
	_border: none;
	&border: none;
	width: 13px;
	height: 13px;
	float: left;
	margin: 5px 10px 0 0;
}

#newsDiscussion .buttonLeft {
	width: 114px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	background: url('img/discussion-button-orange.gif') no-repeat left top;
	border: 0px solid black;
	float: left;
	margin: 15px 10px 0 0;
	cursor: hand;
}

#newsDiscussion .buttonRight {
	width: 114px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	background: url('img/discussion-button-orange.gif') no-repeat left top;
	border: 0px solid black;
	float: right;
	margin: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
}

#newsDiscussion div.comment {
	font-size: .7em;
	color: #31abd4;
	border: 0px solid white;
	height: 22px;
	line-height: 22px;
}

#newsDiscussion div.comment img {
	margin: 0;
}

#newsDiscussion div.comment a {
	color: #ff9c09;
	text-decoration: none;
}

#newsDiscussion div.comment a:hover {
	color: #ff9c09;
	text-decoration: underline;
}

#newsDiscussion div.comment span.register {
	color: #ff9c09;
}

#newsDiscussion div.comment span.unregister {
	color: #666;
}

#newsDiscussion div.comment span.date {
	color: #999;
}

#newsDiscussion div.comment img.arrow {
	border: 0px solid black;
	margin: 0;
	float: left;
}

#newsDiscussion input {
	background: #eee;
	border: 1px solid #ccc;
	width: 13px;
	height: 13px;
}


/* *************************** OKNO > right > leftColumn > article **************************** */


#article {
	width: 500px;
	margin: 0;
}

#article .item {
	margin: 10px 0 10px 0;
	background: url('img/news-dotted.gif') repeat-x left bottom;
}

#article .item .thumbnail {
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}

#article .item h2 {
	color: #ff0066;
	font-size: .85em;
	font-weight: bold;
	margin: 0;
}

#article .item h2 a {
	color: #ff0066;
	text-decoration: underline;
}

#article .item h2 a:hover {
	text-decoration: none;
}

#article .item p.perex {
	font-size: .7em;
	color: #666;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

#article .item p.author {
	font-size: .7em;
	color: #999;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
}

#article .item p.author a {
	color: #330066;
}






#article .itemNews {
	margin: 10px 0 10px 0;
	background: url('img/news-dotted.gif') repeat-x left bottom;
}

#article .itemNews h2 {
	color: #4c9823;
	font-size: .85em;
	font-weight: bold;
	margin: 0;
}

#article .itemNews h2 a {
	color: #ff9c09;
	text-decoration: underline;
}

#article .itemNews h2 a:hover {
	text-decoration: none;
}

#article .itemNews p.perex {
	font-size: .7em;
	color: #666;
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

#article .itemNews p.author {
	font-size: .7em;
	color: #999;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
}

#article .itemNews p.author a {
	color: #ff9c09;
}


/* *************************** OKNO > right > leftColumn > buttons **************************** */


#buttons {
	margin: 15px 0 0 0;
}


/* *************************** OKNO > right > rightColumn **************************** */


#rightColumn {
	float: right;
	width: 250px;
	border: 0px solid black;
	overflow: hidden;
}


/* *************************** OKNO > right > dropDownMenu **************************** */


#dropDownMenu {
	margin: 0 0 10px 0;
	width: 760px;
}

#dropDownMenu .content {
	width: 760px;
	background: url('img/drop-down-menu-pattern.gif') repeat-y left top;
	border: 0px solid black;
}

#dropDownMenu .top {
	margin: 0;
	width: 760px;
	background: url('img/drop-down-menu-top.gif') no-repeat left top;
	border: 0px solid black;
}
#dropDownMenu .bottom {
	padding: 7px 0 7px 0;
	margin: 0;
	width: 760px;
	background: url('img/drop-down-menu-bottom.gif') no-repeat left bottom;
	border: 0px solid black;
}

#dropDownMenu p {
	margin: 0 10px 0 10px;
	padding: 0;
	line-height: 1.6;
	font-size: .7em;
	color: #666;
}


/* *************************** OKNO > left > leftMenu **************************** */


#leftMenu {
	margin: 0;
	width: 190px;
	background: url('img/left-menu-pattern.gif') repeat-y left top;
	border: 0px solid black;
}

#leftMenu .top {
	margin: 0;
	width: 190px;
	background: url('img/left-menu-top.gif') no-repeat left top;
	border: 0px solid black;
}

#leftMenu .bottom {
	margin: 0;
	width: 190px;
	background: url('img/left-menu-bottom.gif') no-repeat left bottom;
	border-bottom: 1px solid white;
}

#leftMenu h3 {
	margin: 0;
	padding: 15px 0 0 12px;
	color: #330066;
	text-transform: uppercase;
	font-size: .75em;
}

#leftMenu ul {
	margin: 10px 1px 9px 1px;
	list-style-type: none;
	background-color: #ffe5f3;
}

#leftMenu ul li {
	border: 0px solid black;
	height: 30px;
	line-height: 30px;
	background: url('img/left-menu-dotted.gif') repeat-x left bottom;
	margin: 0 20px 0 12px;
}

#leftMenu ul li a {
	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 25px;
	line-height: 30px;
	display: block;
	color: #cc0066;
}

#leftMenu ul li a:hover {
	text-decoration: underline;
}


/* *************************** OKNO > left > tagsCloud **************************** */

#tagsCloud {
	border: 0px solid black;
	font-size: .9em;
	margin: 0 10px 0 10px;
}

#tagsCloud a {
	color: #330066;
	text-decoration: none;
	line-height: 2em;
}

#tagsCloud span {
	color: #666;
	font-size: .75em;
}

#tagsCloud a:hover {
	text-decoration: underline;
}


/* *************************** OKNO > right > allTags **************************** */

#allTags {
	border: 0px solid black;
	font-size: .9em;
	margin: 0 0 0 0;
}

#allTags a {
	color: #330066;
	text-decoration: none;
	line-height: 2em;
}

#allTags span {
	color: #666;
	font-size: .75em;
}

#allTags a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/***********************************************************************************************************/
/* Tagy */
/***********************************************************************************************************/
	
.tag-10 {font-size: 1.3em !important; }
.tag-9 {font-size: 1.2em !important; }
.tag-8 {font-size: 1.1em !important; }
.tag-7 {font-size: 1em !important; }
.tag-6 {font-size: .95em !important; }
.tag-5 {font-size: .9em !important; }
.tag-4 {font-size: .9em !important; }
.tag-3 {font-size: .85em !important; }
.tag-2 {font-size: .85em !important; }
.tag-1 {font-size: .75em !important; }

.allTags {
	font-size: .75em !important; 
	display: block;
	text-align: center;
	margin: 20px 0 10px 0;
}


/***********************************************************************************************************/
/* Pager */
/***********************************************************************************************************/
	

.pager {
	margin: 25px 20px 0 20px;
	font-size: .8em;
}

.pager a {
	font-weight: bold;
}

/* *************************** OKNO > left > advise **************************** */

#advise {
	border: 0px solid black;
}

#advise ul {
	list-style-type: none;
	margin: 0;
}

#advise ul li {
	line-height: 20px;
	margin: 0 0 0 15px;
}

#advise ul li a {
	text-decoration: underline;
	color: #330066;
	font-size: .7em;
}

#advise ul li a:hover {
	text-decoration: none;
}


/* *************************** OKNO > right > rightColumn **************************** */


#column {
	margin: 10px 0 0 0;
	background: url('img/right-column-pattern.gif') repeat-y left top;
}

#column .top {
	margin: 0;
	background: url('img/right-column-top.gif') no-repeat left top;
	border-top: 1px solid white;
}

#column .bottom {
	margin: 0;
	background: url('img/right-column-bottom.gif') no-repeat left bottom;
}


/* *************************** OKNO > right > rightColumn > column > enquiry **************************** */


#enquiry {
	margin: 10px 25px 0 25px;
	padding: 0 0 5px 0;
}

#enquiry h4 {
	font-size: .75em;
	font-weight: bold;
	color: #444;
	margin: 0 0 10px 0;
}

#enquiry .box {
	margin: 10px 0 0 0;
	border: 0px solid black;
}

#enquiry .box a {
	color: #330066;
	font-size: .7em;
	text-decoration: underline;
}

#enquiry .box a:hover {
	text-decoration: none;
}

#enquiry .box span {
	color: #333;
	font-size: .7em;
}

#enquiry .box .bar {
	background-color: #ccc;
	height: 20px;
	margin: 0;
	background: url('img/enquiry-background.gif') repeat-x left top;
}

#enquiry .box .in {
	background: url('img/enquiry-pattern.gif') repeat-x left top;
	height: 20px;
}

#enquiry p {
	margin: 10px 0 15px 0;
	font-size: .7em;
	color: #666;
}


/* *************************** OKNO > right > rightColumn > column > topArticles **************************** */


#topArticles {
	margin: 10px 25px 0 40px;
	padding: 0 0 15px 0;
}

#topArticles ol {
	margin: 0;
	list-style-type: decimal;
}

#topArticles ol li {
	color: #333;
	font-weight: bold;
	font-size: .7em;
	line-height: 2em;
	margin: 0;
}

#topArticles ol li a {
	color: #330066;
	font-weight: normal;
	text-decoration: underline;
}

#topArticles ol li a:hover {
	text-decoration: none;
}


/* *************************** FOOT **************************** */


#foot {
	width: 938px;
	margin: 17px auto;
	position: relative;
	height: 50px;
	border: 0px solid black;
	padding: 0;
}

#foot a.medianestLogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 47px;
	display: block;
	background: url('img/medianest-logo.gif') no-repeat left top;
}

#foot a.medianestLogo span {
	display: none;
}

#foot p.copyright {
	position: absolute;
	top: 0;
	left: 150px;
	width: 320px;
	border-left: 1px solid #c6c6c6;
	font-size: .7em;
	color: #666;
	line-height: 1.5em;
	padding: 0 0 0 20px;
}

#foot p.copyright a {
	color: #cc0066;
}

#foot ul.mags {
	position: absolute;
	top: 0;
	left: 530px;
	width: 280px;
	border: 0px solid black;
	list-style-type: none;
}

#foot ul.mags li {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: .7em;
	color: #666;
	font-weight: bold;
}

#foot ul.mags li a {
	color: #333;
	text-decoration: underline;
}

#foot ul.mags li a:hover {
	text-decoration: none;
}

#foot ul.mags li.separator {
	border-right: 1px solid #999;
	line-height: 1.1em;
	padding: 0 10px 0 10px;
}

#foot ul.pages {
	position: absolute;
	top: 0;
	left: 820px;
	width: 125px;
	border: 0px solid black;
	list-style-type: none;
}

#foot ul.pages li {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: .7em;
	color: #666;
	font-weight: bold;
}

#foot ul.pages li.separator {
	border-right: 1px solid #999;
	line-height: 1.1em;
	padding: 0 10px 0 10px;
}

#foot ul.pages li a {
	color: #cc0066;
}


/***********************************************************************************************************/
/* REKLAMA */
/***********************************************************************************************************/

	
#wide-skyscraper {
	margin: 10px 0 0 0;
}

#leaderboard {
	border-top: 1px solid white;
	padding: 10px 0 10px 0;
	background: #fff url('img/top-pattern.gif') repeat-x left top;
}

#leaderboard .content {
	width: 984px;
	margin: 0 auto;
}

#square-top {
	margin: 0;
	border: 0px solid black;
	overflow: hidden;
}

#square-top img {
	display: block;
}

#square-bottom {
	margin: 10px 0 0 0;
	border: 0px solid black;
}
	
.adContext {
	margin: 10px 0 0 0;
}

	
#skyscraper {
	position: absolute;
	top: 1px;
	right: -120px;
}


/***********************************************************************************************************/
/* MENU */
/***********************************************************************************************************/


/***************************** ulMagMenu ***************************/
	
#ulMagMenu {
	margin: 3px 0 0 10px;
	padding: 0;
	float: left;
	border: 0px solid black;
	list-style-type: none;
	height: 32px;
}
	
#ulMagMenu li {
	float: left;
	border: 0px solid black;
	height: 32px;
}
	
#ulMagMenu li a {
	width: 84px;
	height: 32px;
	line-height: 32px;
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url('img/menu-hover.gif') no-repeat left top;
}
	
#ulMagMenu li a:hover {
	color: #cc0066;
	background: url('img/menu-hover.gif') no-repeat left top;
  background-position: -84px 0;
	text-decoration: none;
}
	
#ulMagMenu li a.active {
	color: #cc0066;
	background: url('img/menu-hover.gif') no-repeat left top;
  background-position: -84px 0;
	text-decoration: none;
}


/***************************** ulMiddleMenu ***************************/
	
	
#ulMiddleMenu {
	margin: 3px 25px 0 0;
	padding: 0;
	float: right;
	border: 0px solid black;
	list-style-type: none;	
	height: 25px;
}
	
#ulMiddleMenu li {
	float: right;
	border: 0px solid black;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 35px;
}
	
#ulMiddleMenu li a {
	font-size: .75em;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
	
#ulMiddleMenu li a:hover {
	text-decoration: none;
}
	
#ulMagMenu {
	margin: 3px 0 0 10px;
	padding: 0;
	float: left;
	border: 0px solid black;
	list-style-type: none;
	height: 32px;
}
	
#ulMagMenu li {
	float: left;
	border: 0px solid black;
	height: 32px;
}
	
#ulMagMenu li a {
	width: 84px;
	height: 32px;
	line-height: 32px;
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url('img/menu-hover.gif') no-repeat left top;
}


/***************************** ulSplitterMenu ***************************/
	
	
#ulSplitterMenu {
	margin: 0 25px 0 0;
	_margin: 3px 25px 0 0;
	padding: 0;
	float: right;
	border: 0px solid black;
	list-style-type: none;	
	height: 25px;
}
	
#ulSplitterMenu li {
	float: right;
	border: 0px solid black;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 20px;
}
	
#ulSplitterMenu li a {
	font-size: .7em;
	font-weight: bold;
	color: #cc0066;
	text-decoration: underline;
}
	
#ulSplitterMenu li a:hover {
	text-decoration: none;
}

/***********************************************************************************************************/
/* Clanek */
/***********************************************************************************************************/




/***********************************************************************************************************/
/* Obecne tridy */
/***********************************************************************************************************/

.no {
	display: none !important;
}

.cleaner {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	font-size: 1px;
}

.bold {
	font-weight: bold !important;
}

div.msgError {
	background: #ffdede;
	border-bottom: 2px solid #ff3366;
	border-top: 2px solid #ff3366;
	padding: 20px;
	margin: 10px 0 20px 30px;
}

div.msgError p {
	line-height: 1.5em;
	font-size: 16px !important;
	margin: 0 !important;
	color: #ff3366;
}

div.msgError p a {
	color: #ff3366;
}

div.msgError p a:hover {
	text-decoration: none;
}

div.msgInfo {
	background: #dcf0dc;
	border-bottom: 2px solid #009900;
	border-top: 2px solid #009900;
	padding: 20px;
	margin: 10px 0 20px 30px;
}

div.msgInfo p {
	margin: 0 !important;
	color: #009900;
	font-size: 16px !important;
}

div.msgInfo p a {
	color: #009900;
}

div.msgInfo p a:hover {
	text-decoration: none;
}

/***********************************************************************************************************/
/* jQuery validator */
/***********************************************************************************************************/
	
	
label.error {
	color: #ff3366 !important;
	display: block;
}
	
input.error {
	border: 1px solid #ff3366 !important;
	background: #ffe3ea;
}
	
ul.error_list {
	list-style-type: none;
	margin: 5px 0 5px 0;
	color: #ff3366 !important;
}

/***********************************************************************************************************/
/* koment��e */
/***********************************************************************************************************/


/***********************************************************************************************************/
/* univerz�ln� pravidla */
/***********************************************************************************************************/

.headingLeft {
	width: 190px;
	_width: 175px;
	height: 33px;
	background: url('img/left-column-h3.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .75em;
	margin: 8px 0 8px 0;
}

.headingRight {
	width: 230px;
	_width: 215px;
	height: 33px;
	background: url('img/right-column-h3.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .75em;
	margin: 10px 10px 10px 10px;
}

.middleHeading {
	width: 500px;
	height: 31px;
	background: url('img/article-h3.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .75em;
	margin: 10px 0px 15px 0px;
}

.middleHeadingOrange {
	width: 500px;
	height: 31px;
	background: url('img/news-h3.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .75em;
	margin: 10px 0px 15px 0px;
}

.aButtonOlder {
	width: 96px;
	height: 28px;
	line-height: 28px;
	background: url('img/button-active.gif') no-repeat left top;
	display: block;
	margin: 0;
	float: left;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.aButtonOlderOrange {
	width: 96px;
	height: 28px;
	line-height: 28px;
	background: url('img/button-orange-active.gif') no-repeat left top;
	display: block;
	margin: 0;
	float: left;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.aButtonOlder:hover, .aButtonOlderOrange:hover {
	text-decoration: underline;
}

.aButtonNewer {
	width: 96px;
	height: 28px;
	line-height: 28px;
	background: url('img/button-active.gif') no-repeat left top;
	display: block;
	margin: 0;
	float: right;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.aButtonNewerOrange {
	width: 96px;
	height: 28px;
	line-height: 28px;
	background: url('img/button-orange-active.gif') no-repeat left top;
	display: block;
	margin: 0;
	float: right;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.aButtonNewer:hover, .aButtonNewerOrange:hover {
	text-decoration: underline;
}

.spanButtonNewer {
	width: 99px;
	height: 28px;
	line-height: 28px;
	background: url('img/button-deactive.gif') no-repeat left top;
	display: block;
	margin: 0;
	float: right;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #cc0066;
}

.spanButtonOlder {
	width: 99px;
	height: 28px;
	line-height: 28px;
	background: url('img/button-deactive.gif') no-repeat left top;
	display: block;
	margin: 0;
	float: left;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #cc0066;
}

.buttonTop {
	width: 28px;
	height: 28px;
	background: url('img/top.gif') no-repeat left top;
	display: block;
	margin: 0;
	position: absolute;
	right: -26px;
	bottom: 27px;
}

.buttonTop span {
	display: none;
}

.articleHeading {
	width: 480px;
	height: 31px;
	background: url('img/article-detail-h3.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff !important;
	padding: 0 0 0 15px;
	line-height: 33px !important;
	font-weight: bold !important;
	font-size: .75em !important;
	margin: 10px 0 15px -7px !important;
	border: 0px solid black;
}

h4.error {
	margin: 0;
	color: #666;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: bold;
	background: url('img/news-dotted.gif') repeat-x left bottom;
	padding: 0 0 15px 0;
}

.discussionHeading {
	width: 480px;
	height: 31px;
	background: url('img/discussion-h3.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .75em;
	margin: 0 0px 15px 0px;
}

.discussionHeadingOrange {
	width: 480px;
	height: 31px;
	background: url('img/discussion-h3-orange.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .75em;
	margin: 0 0px 15px 0px;
}

.relatedHeading {
	width: 500px;
	height: 31px;
	background: url('img/related-h3.gif') no-repeat left top;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 33px;
	font-weight: bold;
	font-size: .75em;
	margin: 0 0px 15px 0px;
}

ul#community {
	color: #666;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	list-style-type: none;
	height: 16px;
}

ul#community li {
	float: left;
	margin: 0 5px 0 0;
}

ul#community li a {
  display: block;
  height: 16px;
  width: 16px;
  opacity: 0.5;   
  filter: alpha(opacity=50);   
  -moz-opacity: 0.5;   
 	-khtml-opacity: 0.5;
}

ul#community li a:hover {
  opacity: 1;   
  filter: alpha(opacity=100);   
  -moz-opacity: 1;   
 	-khtml-opacity: 1;
}


/* ************************ klady a z�pory ********************** */

div#summary {
	margin: 20px 0 20px 0;
}

div#summary ul {
	list-style-type: none;
	margin: 0;
}

div#summary div.plus {
	width: 50%;
	float: left;
	text-align: left;
}

div#summary div.plus ul li {
	line-height: 1.6em;
	background: url('img/summary-plus.gif') no-repeat left center;
	padding: 0 0 0 15px;
}

div#summary div.minus {
	width: 50%;
	float: right;
	text-align: left;
}

div#summary div.minus ul li {
	line-height: 1.6em;
	background: url('img/summary-minus.gif') no-repeat left center;
	padding: 0 0 0 15px;
}

div#summary h3 {
	font-size: .75em;
	font-weight: bold;
	color: #666;
	margin: 0;
	line-height: 1.6em;
}

/* ************************ AdFox ********************** */

#category {
	margin: 15px 10px 30px 10px;
}

#adfox-l2 {
	font-size: 12px !important;
	margin-bottom: 10px !important;
}

#adfox-l2 h2 {
	font-size: .9em !important;
	margin-bottom: 5px !important;
	background: none !important;
	
}

#adfox-l2 h2 a {
	color: #999 !important;
	background: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
}

#adfox-l2 h3 {
	font-size: 1.1em !important;
	background: none !important;
	
}

#adfox-l2 h3 a {
	background: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
	
}

#adfox-l2 h3 a:hover {
	background: none !important;
	text-decoration: none !important;
}

#adfox-l2 a {
	color: #0000ff !important;
}

#adfox-l2 p {
	font-size: 1em !important;
	margin: 0 !important;
	color: #000 !important;
}

.adfox-box {
	margin-bottom: 10px !important;
}
	                
.adfox-box div a {
	color: #000 !important;
}

/* ************************ skyscraper-text ********************** */

.skyscraper-text {
	font-size: .7em;
	padding: 0 0 0 15px;
}
