/***********************************************************************************************************/
/* Sneakers.cz @ webmedio.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;
	
}
html {
	height: 100%;
	background: #fff;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

textarea {
	font-family: 'Arial', sans-serif;
}

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

a:hover {
	text-decoration: none;
}

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

div.mid-mid {
	margin-left: 90px;
	width: 640px;
	float: left;
}

	div#mid-content div.mid-mid {
		_margin-left: 100px;
	}
	
	div.list-comments {
		_margin-left: 50px !important;
	}

	div#mid-wide-in div.mid-mid {
		_margin-left: 45px;
	}
	
	.big-photo-title {
		background: #000;
	}
	
	.big-photo img {
		margin: 0 auto;
	}

div.mid-mid img {
	display: block;
}

div.mid-right {
	overflow: hidden;
	width: 90px;
	float: right;
	margin-right: -1px;
}

div.mid-right #negative, div.mid-right #positive {
	margin: 15px 0 0 0;
}

div.mid-right #negative a {
	display: block;
	width: 113px;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 25px;	
	background: url('img/vote-minus.gif') no-repeat left top;
	background-position: 0 -21px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div.mid-right #negative a:hover {
	background-position: 0 0;
	color: #ff0066;
}

div.mid-right #positive a {
	display: block;
	width: 90px;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 25px;	
	background: url('img/vote-plus.gif') no-repeat left top;
	background-position: 0 -21px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div.mid-right #positive a:hover {
	background-position: 0 0;
	color: #ff0066;
}

.hodnoceni {
	padding: 20px 0 0 0;
	margin: 0 -45px 0 0 !important;
	width: 125px !important;
}

.hodnoceni a {
	font-weight: bold;
}

.hodnoceni span#more a {
	font-weight: normal;
	color: #2f3438;
}

.hodnoceni p {
	font-size: .7em;
}

.hodnoceni img {
	margin-top: 6px;
	width: 79px !important;
}

div.mid-right img {
	display: block;
	width: 89px;
	margin-bottom: 1px;
}

div.mid-right a:hover img {
	opacity: .65;
	-moz-opacity: .65;
	filter:alpha(opacity=65);
} 

div#head {
	position: relative;
	width: 820px;
	height: 200px;
	margin: 0 auto;
}

	div#logo {
		position: absolute;
		top: 30px;
		left: 90px;
		height: 60px;
		width: 400px;
		background: url('img/logo.png');
		cursor: pointer;
		behavior: url("/css/sneakers/iepngfix.htc");
	}
	
	div#logo h1, div#logo p {
		display: none;
	}

	div#head-sifr, div#head-sifr-brand {
		position: absolute;
		top: 100px;
		left: 90px;
	}
	
	div#head-sifr h2, div#head-sifr h1 {
		width: 800px;
		font-size: 4.5em;
		text-transform: uppercase !important;
	}
	
	div#head-sifr-brand h2, div#head-sifr-brand h1 {
		width: 700px;
		font-size: 4.5em;
	}
	
	div#head-sifr h2 a, div#head-sifr-brand h2 a, div#head-sifr h1 a, div#head-sifr-brand h1 a {
		color: #000;
	}
	
		.headline_plus {
			font-size: 16px;
			font-weight: normal;
			color: #ff0066 !important;
		}
		
		.head-note {
			width: 620px;
			margin-top: 10px;
		}
		
		.head-note p {
			margin-bottom: 15px;
			font-size: .8em;
			line-height: 1.6em;
			color: #666;
		}
		
div#mid-wide {
	width: 100%;
	background: url('img/bg.jpg') #5d2a0c;
}

	div#mid-wide-in {
		width: 820px;
		margin: 0 auto;
	}

div#mid-content {
	width: 820px;
	margin: 0 auto;
}

	div.title-headline {
		padding: 20px;
		width: 600px;
		background: #000;
		color: #fff;
	}
	
	div.title-headline p {
		color: #fff;
		font-size: .9em;
		line-height: 1.8em;
	}
	
	div.title-headline a {
		color: #fff;
	}
	
	div.detail-headline {
		padding: 20px 0 20px 0;
		_margin-left: 50px !important;
	}
	
	div.detail-headline h1 {
		font-size: 1.6em;
	}
	
	div.detail-headline p {
		color: #000;
		font-size: .9em;
		line-height: 1.8em;
	}
	
	div.detail-headline a {
		color: #000;
	}
	
	div.list-models {
		overflow: hidden;
		margin-top: 20px;
		margin-bottom: 40px;
		width: 840px;
	}
	
	div.list-models h2.head {
		font-size: 2em;
		margin: 0 0 10px 0;
		text-transform: uppercase;
	}
	
	div.list-models table {
		border-collapse: collapse;
	}
	
	div.list-models table td {
		width: 220px;
		vertical-align: top;
		padding-bottom: 20px;
	}
	
		div.profile_edit_box {
			
			margin: 10px 20px 0 10px;
		}
		
		div.list-img {
			overflow: hidden;
			width: 200px;
		}
		
		div.list-img img {
			width: 200px;
		}
		
		div.list-desc {
			width: 200px;
		}
		
			div.list-desc h2 {
				font-size: .8em;
				margin: 15px 10px 0 10px;
			}
			
			div.list-desc p {
				font-size: .7em;
				margin: 5px 10px 0 10px;
			}
			
			div.list-desc h2 a {
				color: #000;
				text-decoration: none;
			}
			
			div.list-desc h2 a:hover {
				color: #ff0066;
			}
			
		p.next {
			text-align: center;
			font-size: .75em;
			margin: 15px 200px 0 0 !important;
		}
				
		p.next a {
			display: -moz-inline-box;
			display: inline-block;
			color: #000;
			background: url('img/sneakers.gif') no-repeat;
			padding-left: 64px;
			height: 45px;
			line-height: 45px;
		}
		
		p.next a:hover {
			color: #000;
		}
	
	div.login {
		border-top: 1px solid #ececec;
		padding-top: 20px;
		_margin-left: 50px !important;
	}
	
	div.login_titulka {
		border-top: 1px solid #ececec;
		padding-top: 20px;
		_margin-left: 100px !important;
	}
	
	div.login table {
		float: left;
		border-collapse: collapse;
	}
	
	div.login table td {
		padding-right: 10px;
		padding-bottom: 6px;
	}
	
	div.login table label {
		font-style: italic;
		font-size: .7em;
	}
	
	div.login p {
		font-style: italic;
		font-size: .75em;
		margin-bottom: 10px;
	}
	
	div.login p.reg {
		font-style: normal;
		float: right;
		margin-top: 36px;
		font-size: .6em;
	}
	
	div.login p a {
		color: #000;
	}

div#foo {
	width: 100%;
	margin-top: 20px;
	background: #000;
}

	.noFloat {
		position: absolute;
		bottom: 0;
	}

	div#foo-in {
		width: 820px;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
	}
	
	.mid-mid-foo {
			margin-left: 90px;
		}

	.mid-mid-foo h3 {
		display: none;
	}
	
	.mid-mid-foo ul {
		list-style: none;
	}
	
	.mid-mid-foo ul li {
		float: left;
		padding-right: 20px;
		font-size: .7em;
	}
	
	.mid-mid-foo ul li a {
		color: #fff;
		text-decoration: none;
	}
	
	.mid-mid-foo ul li a:hover {
		color: #000;
		background: #fff;
	}
	
	.author {
		float: right;
	}
	
	.author a {
		display: block;
		overflow: hidden;
		margin: 19px 0 0 0;
		width: 57px;
		height: 14px;
		background: url('img/author.gif') no-repeat;
		text-indent: -200px;
	}
	
	.author a:hover {
		background: url('img/author-h.gif') no-repeat;
	}
	
/***********************************************************************************************************/
/* Dashboard */
/***********************************************************************************************************/

div#dashboard-menu {
	margin-left: 95px;
	background: #f0f0f0;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #333;
}

div#dashboard-menu li {
	float: left;
	list-style: none;
	font-size: .75em;
	font-weight: bold;
}

div#dashboard-menu li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	
	color: #666;
	text-decoration: none;
}

div#dashboard-menu li a:hover {
	color: #333;
}

div#dashboard-menu li.selected {
	background: #fff;
	padding: 5px 20px 0 20px;
	margin: -6px 0 0 0;
	border: 1px solid #333;
	border-bottom: 1px solid #fff;
}

div#dashboard-content {
	margin-left: 95px;
}

div#dashboard-content-top p {
	float: left;
	padding: 16px 0;
	font-size: .8em;
	color: #666;
}

div#dashboard-content-top form {
	float: right;
	margin-top: 14px;
}

.dashboard-content-box {
	float: left;
	width: 170px;
	height: 220px;
	overflow: hidden;
	
	margin: 0 10px 10px 0;
}

.dashboard-content-box div.image {
	width: 170px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}

.dashboard-content-box div.image img {
	width: 170px;
}

.dashboard-content-box p.date {
	margin: 0 10px 4px 0;
	color: #666;
	font-size: .6em;
}

.dashboard-content-box p.date a {
	color: #666;
	font-weight: bold;
}

.dashboard-content-box p.autor {
	margin: 0 10px 4px 0;
	color: #333;
	font-size: .7em;
}

.dashboard-content-box p.autor a {
	color: #333;
	font-weight: bold;
}

.dashboard-content-box p.autor a:hover {
	color: #ff0066;
}

.dashboard-content-box p.perex {
	margin: 0 10px 4px 0;
	color: #999;
	font-size: .65em;
}

.dashboard-content-box p.perex a {
	color: #999;
}

/* users */
	
	.dash_user {
		float: left;
		width: 161px;
		height: 50px;
		padding: 10px;
		cursor: pointer;
		overflow: hidden;
	}
	
	.dash_user:hover {
		background: #ffeef5;
		color: #ff0066;
	}
	
	.dash_user img {
		display: block;
		width: 50px;
		height: 50px;
		float: left;
	}
	
	.dash_user div {
		width: 100px;
		padding: 8px 0 0 0;
		float: right;
	}
	
	.dash_user div h3 {
		font-size: .75em;
		margin-bottom: 5px;
	}
	
	.dash_user div h3 a {
		color: #000;
	}
	
	.dash_user div h3 span {
		font-size: .8em;
		font-weight: normal;
		color: #999;
	}
	
	.dash_user div p {
		font-size: .7em;
		color: #999;
	}
	
	.dash_user:hover h3, .dash_user:hover h3 a, .dash_user:hover p, .dash_user:hover div h3 span {
		color: #ff0066;
	}

/* 

.dashboard {
	margin-left: 95px;
}

.dashboard_box {
	margin-bottom: 30px;
}

.dashboard_box_head {
	background: #f0f0f0;
	padding: 10px 10px 10px 15px;
	_padding: 10px 10px 0 15px;
	overflow: hidden;
}

.dashboard_box_head h3 {
	margin: 4px 0 0 0;
	font-size: .75em;
	float: left;
	color: #666;
}

.dashboard_box_head h3 a {
	color: #666;
}

.dashboard_box_head h3 span {
	font-weight: normal;
}

.dashboard_box_head form {
	float: right;
}

.dashboard_box_head form fieldset {
	_float: right;
	_margin-right: 5px;
}

.dashboard_box_content {
	margin: 10px 0 0 0;
}

	// komentare

	.dash_comments {
		overflow: hidden;
	}
	
	.dash_comment {
		float: left;
		width: 161px;
		height: 80px;
		padding: 10px;
		cursor: pointer;
		overflow: hidden;
	}
	
	.dash_comment p {
		font-size: .75em;
		line-height: 1.6em;
	}
	
	.dash_comment p a {
		color: #000;
	}
	
	.dash_comment p span {
		font-size: .9em;
		color: #999;
	}
	
	.dash_comment:hover {
		background: #ffeef5;
		color: #ff0066;
	}
	
	.dash_comment:hover a {
		color: #ff0066;
	}
	
	.dash_comment:hover span {
		color: #ff0066;
	}
	
	// modely
	
	.dash_models table {
		width: 737px;
	}
	
	.dash_models table td {
		vertical-align: top;
	}
	
	.dash_models div.list-img {
		width: 172px;
	}
	
	.dash_models div.list-img img {
		width: 172px;
	}
	
	.dash_models div.list-desc {
		width: 172px;
		padding-bottom: 10px;
	}
	
	// users
	
	.dash_user {
		float: left;
		width: 161px;
		height: 50px;
		padding: 10px;
		cursor: pointer;
		overflow: hidden;
	}
	
	.dash_user:hover {
		background: #ffeef5;
		color: #ff0066;
	}
	
	.dash_user img {
		display: block;
		width: 50px;
		height: 50px;
		float: left;
	}
	
	.dash_user div {
		width: 100px;
		padding: 8px 0 0 0;
		float: right;
	}
	
	.dash_user div h3 {
		font-size: .75em;
		margin-bottom: 5px;
	}
	
	.dash_user div h3 a {
		color: #000;
	}
	
	.dash_user div p {
		font-size: .7em;
		color: #999;
	}
	
	.dash_user:hover h3, .dash_user:hover h3 a, .dash_user:hover p {
		color: #ff0066;
	}
	
*/

/***********************************************************************************************************/
/* Komentare */
/***********************************************************************************************************/

.list-comments {
	border-top: 1px solid #ececec;
	padding-top: 30px;
}

	.comment {
		margin-bottom: 30px;
	}
	
	.comment-img {
		float: left;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
	
	.comment-in {
		float: right;
		width: 570px;
	}
	
	.comment-in p {
		font-size: .75em;
		line-height: 1.6em;
		margin-bottom: 15px;
	}
	
	.comment-in p.comment-author {
		color: #999999;
	}
	
	.comment-in p.comment-author a {
		color: #000;
	}
	
	.comment-in ul {
		margin-left: 12px;
	}
	
	.comment-in li {
		font-size: .75em;
		line-height: 1.6em;
	}
	
		span.online {
			display: block;
			width: 6px;
			height: 12px;
			overflow: hidden;
			background: url('img/online.gif');
			text-indent: -100px;
			float: left;
			margin: 4px 7px 0 0;
		}
	
	#comment-add table {
		border-collapse: collapse;
	}
	
	#comment-add table td {
		padding-bottom: 10px;
		text-align: right;
	}
	
	#comment-add textarea {
		width: 630px;
		background: #f7f7f7;
		border-bottom: 1px solid #d5dddd;
		border-left: 1px solid #aab3b3;
		border-right: 1px solid #aab3b3;
		border-top: 1px solid #999999;
		padding: 4px;
		font-size: .75em;
		font-family: 'Arial';
	}

/***********************************************************************************************************/
/* Login bar */
/***********************************************************************************************************/

div#logged {
	width: 100%;
	background: #000;
}

div#logged-in {
	width: 820px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

div#logged-in p {
	float: left;
	margin-left: 90px;
	_margin-left: 45px;
	color: #fff;
	font-size: .7em;
}

div#logged-in p a {
	color: #fff;
}

div#logged-in p a:hover {
	background: #ffffcc;
	color: #000;
	text-decoration: none;
}

div#logged-in p span {
	font-size: .8em;
	color: #bdbdbd;
}

div#logged-in p span a {
	color: #bdbdbd;
	text-decoration: none;
}

div#logged-in p.left {
	float: left;
}

div#logged-in p.right {
	float: right;
}

div#logged-in p.right a.logout {
	display: block;
	width: 68px;
	height: 20px;
	margin: 10px 10px 0 0;
	line-height: 20px;
	
	text-align: center;
	font-size: .9em;
	background: url('img/logout-bg-a.gif') no-repeat;
	text-decoration: none;
}

div#logged-in p.right a.logout:hover {
	color: #fff;
	background: url('img/logout-bg-ahover.gif') no-repeat;
}

/*
div#logged-in p {
	float: left;
	margin-left: 90px;
	_margin-left: 45px;
	color: #fff;
	font-size: .75em;
}

div#logged-in p a {
	color: #fff;
}

div#logged-in p a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

div#logged-in form {
	float: right;
	_text-align: right;
	_margin-top: 10px;
}
*/

/***********************************************************************************************************/
/* Registrace */
/***********************************************************************************************************/

div.reg_box {
	margin-bottom: 30px;
}

div.reg_box_left {
	overflow: hidden;
	width: 330px;
	float: left;
}

div.reg_box_left h3 {
	font-size: .75em;
	margin-left: 118px;
	margin-bottom: 10px;
}

div.reg_box_right h3 {
	font-size: .75em;
	margin-left: 58px;
	margin-bottom: 10px;
}

div.reg_box_left h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 118px;
	margin-bottom: 10px;
}

div.reg_box_left table, div.reg_box_right table {
	border-collapse: collapse;
}

div.reg_box_left table td, div.reg_box_right table td {
	padding: 5px 0 5px 0;
}

div.reg_box_left label, div.reg_box_right label {
	font-size: .75em;
	font-style: italic;
}

	td.reg_box_labels {
		width: 110px;
		text-align: right;
		padding-right: 10px !important;
	}

div.reg_box_right {
	overflow: hidden;
	width: 310px;
	float: right;
}

div.reg_box_right h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
}

div.reg_box_right textarea, div.reg_box_left textarea {
	width: 280px;
	height: 130px;
	background: #f7f7f7;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: .7em;
	font-family: 'Arial';
}

	.box_small {
		width: 170px !important;
	}

.reg_box_right_photos {
	width: 260px !important;
	margin-right: 50px;
	padding-top: 30px;
}

.conds {
	margin-left: 118px;
}

.conds h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
}

.conds h3 {
	font-size: .9em;
	margin-bottom: 10px;
}

.conds p {
	font-size: .75em !important;
	line-height: 1.6em !important;
}

.conds ol {
	margin-left: 20px;
}

.conds ol li {
	font-size: .75em !important;
	line-height: 1.6em !important;
}

.reg_submit {
	text-align: center;
}

.reg_submit input {
	margin-right: 5px;
}

.reg_submit label {
	font-size: .75em;
}

div#zapomenute-heslo td {
	padding: 5px 0 0 0;
}

div#zapomenute-heslo label {
	font-size: .75em;
	font-style: italic;
	padding-right: 10px;
}

/***********************************************************************************************************/
/* Brand */
/***********************************************************************************************************/

.brand {
	margin: 20px 0 0 0;
}

.profil {
	margin: 0;
	color: #fff;
	min-height: 50px;
}

.brand p {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

.profil p {
	margin: 15px 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

.brand img, .profil img {
	display: block;
}

.brand-left, .profil-left {
	float: left;
	width: 310px;
	overflow: hidden;
}

.brand-right, .profil-right {
	float: right;
	width: 310px;
	overflow: hidden;
}

.filter {
	width: 640px;
	border-collapse: collapse;
}

.static {
	margin-left: 93px !important;
	_margin-left: 46px !important;
}

.static p {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

/***********************************************************************************************************/
/* Stránkování */
/***********************************************************************************************************/

.stranky p {
	font-size: .75em;
}

/***********************************************************************************************************/
/* Forum */
/***********************************************************************************************************/

div#forum h2 {
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	color: #ff0066;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #e8e8e8;
}

div#forum table {
	width: 100%;
	border-collapse: collapse;
}

div#forum th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
	padding: 5px 0 10px 0;
}

div#forum td {
	font-size: .75em;
	padding-bottom: 20px;
	vertical-align: top;
}

	.topic td {
		padding-bottom: 10px !important;
		padding-top: 10px;
		border-bottom: 1px solid #e8e8e8;
	}

	.topics table {
		margin-bottom: 15px !important;
	}

	.topics td {
		padding-bottom: 10px !important;
		padding-top: 10px;
		border-bottom: 1px solid #e8e8e8;
		vertical-align: middle !important;
	}
	
	.forum table {
		margin-bottom: 25px;
	}
	
	.forum td {
		padding-bottom: 10px !important;
		padding-top: 10px;
		border-bottom: 1px solid #e8e8e8;
		vertical-align: middle !important;
	}
	
	.forum_form table td {
		border: 0;
		padding: 0;
	}
	
	.forum_form label {
		display: block;
		font-size: .9em;
		font-style: italic;
		margin-bottom: 3px !important;
	}
	
	.forum_form input {
		font-size: 1em !important;
	}
	
	.forum_form textarea {
		background: #f7f7f7;
		border-bottom: 1px solid #d5dddd;
		border-left: 1px solid #aab3b3;
		border-right: 1px solid #aab3b3;
		border-top: 1px solid #999999;
		padding: 4px;
		font-size: 1em;
		font-family: 'Arial';
	}

div#forum td h3 {
	font-size: 1.25em;
	font-weight: normal;
}

	.h3_lock {
		display: inline;
		padding-right: 15px;
		background: url('img/lock.gif') no-repeat right center;
	}

div#forum td h3 a {
	color: #000;
}
	
	.h3_unread {
		font-weight: bold !important;
	}
	
div#forum td h3 span {
	font-size: .75em;
	color: #ff0066;
}
	
	.td_topic {
		font-size: .75em !important;
	}
	
	.td_topic a {
		color: #000;
		text-decoration: none;
		background: #ffffcc;
	}
	
	.td_topic a:hover {
		background: #000;
		color: #fff;
	}
	
	.small {
		font-size: .9em;
	}
	
	.small a {
		color: #000;
		text-decoration: underline;
		background: #fff;
	}
	
	.small a:hover {
		color: #000;
		text-decoration: none;
		background: #fff;
	}
	
	.td_count {
		font-weight: bold;
	}
	
.topic_author {
	font-size: .7em !important;
	width: 150px;
}

.topic_author h4 {
	font-size: 2em;
	font-weight: normal;
}

.topic_author h4 a {
	color: #000;
}

.topic_img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 15px 0 15px 0;
}

.topic_body .topic_body_div {
	position: relative;
}

.topic_body_div img {
	display: block;
	max-width: 500px !important;
	_width: 500px !important;
}

.topic_body .topic_body_div img.smile {	
	margin: 0px 2px 0px 2px;
	padding: 0;
	display: inline;
}

.topic_body h3 {
	font-size: 1.6em !important;
	margin-bottom: 10px;
}

.topic_body h3 span {
	color: #666 !important;
	font-size: .55em !important;
	background: #ffffcc;
}

.topic_body h3 span a {
	color: #666 !important;
}

.topic_body p {
	font-size: 1em;
	line-height: 1.6em;
}

.topic_insert_date {
	font-size: .9em !important;
	font-style: italic;
}

.topic textarea {
	width: 480px;
	background: #f7f7f7;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: 1em;
	font-family: 'Arial';
	margin-bottom: 10px;
}

.topic .input-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;
}

.topic input[type=text] {
	background: #f7f7f7;
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	padding: 4px;
	font-size: 1em;
	margin-bottom: 4px;
	width: 480px;
}

.topic label {
	display: block;
	font-size: .9em;
	font-style: italic;
	margin-bottom: 3px !important;
}

.forum_topic_id {
	position: absolute;
	right: 0;
	top: 0;
}

.forum_topic_id a {
	font-size: .9em;
	color: #999;
}

p.forum_add {
	font-size: .75em;
}

p.forum_add a {
	color: #000;
	text-decoration: none;
	background: #ffffcc;
}
	
p.forum_add a:hover {
	background: #000;
	color: #fff;
}

.postDeactive {
	border: 1px solid red;
	color: red !important;
	background: #ffcccc;
}

.postDeactive td {
	padding: 10px !important;
}

.postDeactive a {
	color: #fff !important;
	background: red;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

.postDeactive a.editButton {
	color: #fff !important;
}

.postDeactive a:hover {
	background: #000;
}

/***********************************************************************************************************/
/* Osobni nastaveni */
/***********************************************************************************************************/

.private_setting h3 {
	font-size: .8em;
	margin-bottom: 10px;
}

	span.model_status_waiting {
		color: #999 !important;
	}
	
	span.model_status_rejected {
		color: red;
	}
	
	span.model_status_success {
		color: green;
	}

.private_setting table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

.support table {
	border-collapse: collapse;
	margin-bottom: 30px;
	margin-left: -60px;
}

.private_setting table td, .support table td {
	font-size: .75em;
	padding: 5px 0 5px 0;
}

.private_setting label, .support label {
	font-style: italic;
}

.private_setting textarea, .support textarea {
	width: 480px;
	background: #f7f7f7;
	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';
	margin-bottom: 10px;
}

.private_setting_label_td {
	width: 100px;
	padding-right: 10px !important;
	text-align: right;
}

.private_setting td a {
	font-size: .8em;
}

.model_add_next_photo a {
	padding-left: 10px;
}

.private_setting ol {
	margin-left: 18px;
}

.private_setting li {
	font-size: .75em;
	line-height: 2em;
}

.photo_label_td {
	padding-top: 18px !important;
	vertical-align: top;
}

.photo_file_td img {
	display: block;
	margin-top: 10px;
}

/***********************************************************************************************************/
/* Reklama */
/***********************************************************************************************************/

div#queens-ads {
	
}

div#queens-ads-left {
	float: left;
	width: 200px;
	height: 160px;
	overflow: hidden;
}

div#queens-ads-left img {
	display: block;
	border: 0;
}

div#queens-ads-right {
	float: right;
	width: 360px;
	background: url('img/tipnanakup.gif') no-repeat top left;
	margin-right: 100px;
	margin-top: 20px;
	padding-top: 25px;
}

div#queens-ads-right h3 {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

div#queens-ads-right h3 a {
	color: #000 !important;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
}

div#queens-ads-right h3 a:hover {
	border: none;
	color: #ff0066 !important;
}

div#queens-ads-right p {
	color: #999;
	font-size: .8em;
	margin: 5px 0 10px 0;
}

div#queens-ads-right span {
	color: #ff0066;
	font-size: 1.2em;
}

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

input[type=text], input[type=password], input[type=file] {
	background: #f7f7f7;
	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;
}

/*
select {
	border-bottom: 1px solid #d5dddd;
	border-left: 1px solid #aab3b3;
	border-right: 1px solid #aab3b3;
	border-top: 1px solid #999999;
	height: 24px;
	padding: 0 6px 0 6px;
	font-size: .7em;
}
*/

	.input-submit {
		width: 83px;
		_height: 24px;
		&height: 24px;
		padding: 5px 0 5px 0 !important;
		border: 0;
		background: url('img/submit.gif') !important;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	
	.s {
		width: 80px;
	}
	
	.m {
		width: 100px;
	}
	
	.l {
		width: 120px;
	}
	
	.xl {
		width: 170px;
	}
	
	.max {
		width: 100%;
	}
	
	.fix_size_12px {
		font-size: 12px !important;
	}
	
	#login_remember {
		margin-right: 5px;
	}

.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;
}

.help {
	margin-left: 5px;
	display: inline !important;
}

p.p_italic {
	font-style: italic;
	font-size: .75em;
	margin-bottom: 10px;
}

div.message_error {
	background: #f31400;
	color: #fff;
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #de0900;
}

div.message_info {
	background: #16a132;
	color: #fff;
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #0a8623;
}

div.message_error p, div.message_info p {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

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;
}

div.indicatorRight {
	width: 20px;
  	height: 20px;
  	z-index: 900;
  	background: url('img/indicator.gif') no-repeat 0px 0px;
	border: 0px solid black;
	float: right;
}

div.indicatorLeft {
 	width: 20px;
  	height: 20px;
  	z-index: 900;
  	background: url('img/indicator.gif') no-repeat 0px 0px;
	border: 0px solid black;
	float: left;
}

div#divStars {
	margin: 0px;
	width: 85px;
	border: 0px solid black;
}

div#divStars img {
	width: 17px !important;
	height: 16px !important;
	float: left;
	margin: 0 0 0 0 !important;
	border: 0px solid blue;
}

div#divRedStars {
	background: url('img/red-star.gif') repeat-x left top;
	height: 16px;
}

div#divGrayStars {
	background: url('img/gray-star.gif') repeat-x left top;
	width: 85px;
	height: 16px;
	display: none;
}

.deactive {
	padding: 10px;
	background: #ffcccc;
	border: 1px solid #ff6666;
	color: #ff3333 !important;
}

.deactive a {
	background: #ff3333 !important;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
}

.deactive a:hover {
	background: #000 !important;
}

.deactive .comment-in {
	width: 555px !important;
}

.deactive .comment-in a {
	padding: 2px 5px 2px 5px;
}
.deactive .comment-in p.comment-author {
	color: #ff3333 !important;
}

.noBorder {
	border: none !important;
}

.techSupport a {
	background: red;
	padding: 2px 4px 2px 4px;
}

/***********************************************************************************************************/
/* jQuery validator */
/***********************************************************************************************************/
	
	
label.error {
	display: block;
	margin-top: 3px;
	color: #ff3366 !important;
}
	
input.error {
	border: 1px solid #ff3366 !important;
	background: #ffe3ea;
}

.error_list {
	list-style: none !important;
}

.error_list li {
	font-size: .75em;
	font-style: italic;
	margin-top: 3px;
	color: #ff3366 !important;
}
