/*
	Main Stylesheet (for all browsers)
	version: 2.0
	
	author: VIZUS s.r.o. (Jakub Ferenc)
	email: servis@vizus.cz, jakub.ferenc@vizus.cz
	website: http://www.vizus.cz
*/

/*
	body bg grey 	: 	#B5B5B5
	wrapper border	: 	#353A3A
	box content bg	:	#F5F5F5
	
	box yellow h3	:	#A18100
	box green h3	:	#55B638
	box red h3      :	#CA0101
*/


/*-----------------------------------------------------------*/
/* global reset */
/*-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, .checkbox,
.editor ul, .editor ol, .editor li, .editor p, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	
	background: transparent;
	border: 0;
	font-size: 100%; 
	outline: 0;
	margin: 0; 
	padding: 0; 
	vertical-align: baseline; 
	
}

a {text-decoration: none;}

address {font-style: normal;}

ol, ul {list-style: none;}

h1, h2, h3, h4, h5, h6, li {line-height: inherit;}

blockquote, q {quotes: none;}

table {border-collapse: collapse; border-spacing: 0;}

a, button {cursor: pointer;}
/*-----------------------------------------------------------*/
/* end global reset */
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/* clear fix */ 
/* :DESC: instead of "clear:both", solves problems with overflow:hidden for IE6+ browsers  */
/*-----------------------------------------------------------*/
.fixed {overflow: hidden;}

.fixed-o {overflow: hidden;}



/*-----------------------------------------------------------*/
/* end clear fix */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* globals */
/*-----------------------------------------------------------*/
.fl {display: inline; float: left;}
.fr {display: inline; float: right;}
.tr {text-align: right;}
/*-----------------------------------------------------------*/
/* end globals */
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/* typography */
/*-----------------------------------------------------------*/
body {
	color: #222222; 
	font: normal normal 12px Verdana, "Geneva CE", "Lucida", sans-serif; 
	line-height: 1.5;
}

h1 {font-size: 140%;}
h2 {color: #FFF; font-size: 120%;}
h3 {font-size: 100%;}

/*-----------------------------------------------------------*/
/* end typography */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* content typography */
/*-----------------------------------------------------------*/
div.text-in h2 {color: #222222;}
div.text-in table {text-align: center;}
div.text-in table td{text-align: left;}
div.text-in ul, ol {padding: 8px 16px 8px 16px;}
div.text-in ul {list-style: disc;}
	div.text-in ul ul {list-style: circle;}
div.text-in ol {list-style: decimal;}

div.text-in ul.add-tip {list-style: none; padding:0;}
/*-----------------------------------------------------------*/
/* end content typography */
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/* tabulky z editoru */
/*-----------------------------------------------------------*/
table.standard{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.colored
{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.standard th {
	background: #74694d;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td {
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th,
table.colored td {
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th{
	background-color: #B23a36;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td {
	padding: 5px;
}
/*-----------------------------------------------------------*/
/* end tabulky z editoru */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* links */
/*-----------------------------------------------------------*/
a {
	color: #222222;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	background-color: #7F7F7F;
	color: #FFF;
}

h3 a {
	text-decoration: none;
}

h3 a:active {
	background: none;
}

a.vote-hand-left {
	background: url(vote-hand-left.png) top left no-repeat;
	display: block;
	float: left;
	height: 90px;
	padding: 0 0 0 129px;
	position: relative;
	z-index: 100;
}
a.vote-hand-left:hover {
	background: url(vote-hand-left-active.png) top left no-repeat;
}

a.vote-hand-right {
	background: url(vote-hand-right.png) top right no-repeat;	
	display: block;
	float: right;
	height: 105px;
	padding: 0 129px 0 0;
	position: relative;
	z-index: 100;
}
a.vote-hand-right:hover {
	background: url(vote-hand-right-active.png) top right no-repeat;
}

/*-----------------------------------------------------------*/
/* links */
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/* layout */
/*-----------------------------------------------------------*/
body {	
	background: #B5B5B5 url(body-top-bg.png) top left repeat-x;
	height: 100%;
	text-align: center;
}

div.middle-bg {
	background: url(body-middle-bg.jpg) top left repeat-x ; 
	height: 292px; 
	position: absolute; top: 408px; left: 0; 
	width: 100%;
}

div.wrapper {
	border: 1px solid #222222;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 950px;
	z-index: 1;	
}
/*-----------------------------------------------------------*/
/* end layout */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* header */
/*-----------------------------------------------------------*/
div.header {	
	background-color: #FFF;
	height: 123px;
	overflow: hidden;
	position: relative;		
}
	.header p.logo {		
		height: 123px;
		overflow: hidden;
		width: 148px;			
	}
	
	.header p.top-banner {		
		position: absolute;
		top: 0;
		right: 0;		
	}
/*-----------------------------------------------------------*/
/* end header */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* menu */
/*-----------------------------------------------------------*/
div.menu {
	background: url(menu-bg.gif) top left repeat-x;
	height: 32px;
}

	div.menu li {	
		background: url(menu-spacer.gif) top right no-repeat;
		display: inline;
		float: left;		
		padding: 0 2px 0 0;		
	}
	
		div.menu li a {		
				color: #FFF;
				display: block;
				font-size: 14px;
				float: left;
				line-height: 32px;
				padding: 0 10px;
				position: relative;
				text-align: center;
				text-decoration: none;		
			}	
			
			div.menu li a:hover {
				background: red url(menu-hover-bg.gif) left top repeat-x;	
			}
		
			div.menu li a.selected {	
				background: url(menu-hover-bg.gif) top left repeat-x;;	
			}	
		
/*-----------------------------------------------------------*/
/* end menu */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* search */
/*-----------------------------------------------------------*/
div.search {
	background: url(search-bg.png) top left no-repeat;
	height: 64px;
	position: relative;
}

	div.search span.add-tip {
		position: absolute; top: 25%; left: 60px;
	}
	
		div.search span.add-tip a {}
		div.search span.add-tip a:active {background: none;}
	
	div.search form {
		position: absolute; top: 25%; right: 60px;
	}
	
		div.search input, div.search button {
			background: none;
			border: none;
			color: #FFF;
		}
	
		div.search form input {
			background: transparent url(search-input-bg.png) top center no-repeat;
			border: 0;
			padding: 8px 5px 10px 0 ;
			text-align: center;
			width: 200px;
		}
		
		div.search img.search {
			position: relative; right: 4px;
		}
		
		* html div.search form input {margin: 2px 0; width: 205px;}
		* html div.search button,  * html div.search img.search {position: relative; bottom: 10px;}
		*+ html div.search form input {margin: 2px 0; width: 205px;}
		*+ html div.search button,  *+ html div.search img.search {position: relative; bottom: 10px;}
		div.search button, div.search img.search { position: relative;}		
/*-----------------------------------------------------------*/
/* end search */
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/* crumbs */
/*-----------------------------------------------------------*/
div.crumbs {
	background: url(crumbs-bg.png) top left repeat-x;
	height: 31px;
	line-height: 31px;
	padding: 0 8px;
}

	div.crumbs p, div.crumbs a {
		color: #FFF;
	}
/*-----------------------------------------------------------*/
/* end crumbs */
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/* content */
/*-----------------------------------------------------------*/
div.main {background: url(main-bg.png) top left repeat-y; min-height: 520px; height: auto !important; height: 100%;}

body.homepage div.main {background: url(main-homepage-bg.png) top left repeat-y; min-height: 520px;}

div.content, div.sidebar {
	display: inline;
	float: left;
	padding: 8px;
	text-align: left;
}

body.homepage div.main div.content {width: 402px;}
div.content {width: 668px;}
div.sidebar {width: 250px;}

div.sidebar.form-img {width: 516px; }

* html div.content {width: 600px;}
* html div.sidebar {width: 234px; margin: 0 -3px 0 0;}

div.text-in {padding: 0 15px 0 15px; overflow-x: hidden;}
div.text-in-items {padding: 0px 0 16px 0;}			
div.item {padding: 8px; position: relative; z-index: 20;}

div.item-bg {
	background-color: #E6E6E6;
	border-bottom: 1px solid #C6C6C6;
	border-top: 1px solid #C6C6C6;
	width: auto;
}
							
	div.item div.item-icon {
		float: left;
		margin: 8px 8px 0 0;
	}
			
	div.item div.item-text {
		margin: 0 0 0 8px;
	}

	p.next {
		background: url(arrow-next.png) center right no-repeat;
		height: 24px;
		padding: 0 48px;
		text-align: right;
	}
	
	div.vote-tip {
		margin: 64px 0;
		text-align: center;
	}
	
	/* box-medium-red */
	div.box-medium-red {
		background: url(boxes/medium-red-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 12px; 
		width: 402px;
	}
	
		div.box-medium-red div.header {
			background: url(boxes/medium-red-header.png) top left no-repeat;
			position: relative; top: -12px; left: 0;
			z-index: 2;
		}

			div.box-medium-red div.header h2 {
				display: block;
				padding: 8px 0 0 16px;
			}		
		
		
		div.box-medium-red div.text {
			margin: -102px 0 -72px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}
		
			div.box-medium-red div.text h3, div.box-medium-red div.text h3 a {
				color: #CA0101;
				margin: 0 0 8px;	
			}	
		
		div.box-medium-red div.footer {
			background: url(boxes/medium-red-footer.png) top left no-repeat;
			height: 72px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}	
			
	/* end box-medium-red */
	
	/* box-medium-green */
	div.box-medium-green {
		background: url(boxes/medium-green-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 12px; 
		width: 402px;
	}
	
		div.box-medium-green div.header {
			background: url(boxes/medium-green-header.png) top left no-repeat;
			position: relative; top: -12px; left: 0;
			z-index: 2;
		}

			div.box-medium-green div.header h2 {
				display: block;
				padding: 8px 0 0 16px;
			}		
		
		
		div.box-medium-green div.text {
			margin: -102px 0 -72px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}

			div.box-medium-green div.text h3, div.box-medium-green div.text h3 a {
				color: #55B638;
				margin: 0 0 8px;	
			}	
		
		div.box-medium-green div.footer {
			background: url(boxes/medium-green-footer.png) top left no-repeat;
			height: 72px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}		
	/* end box-medium-green */

	/* box-medium-yellow */
	div.box-medium-yellow {
		background: url(boxes/medium-yellow-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 12px; 
		width: 402px;
	}

		div.box-medium-yellow div.header {
			background: url(boxes/medium-yellow-header.png) top left no-repeat;
			position: relative; top: -12px; left: 0;
			z-index: 2;
		}

			div.box-medium-yellow div.header h2 {
				display: block;
				padding: 8px 0 0 16px;
			}		


		div.box-medium-yellow div.text {
			margin: -102px 0 -72px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}
		
			div.box-medium-yellow div.text h3, div.box-medium-yellow div.text h3 a {
				color: #A18100;
				margin: 0 0 8px;	
			}	

		div.box-medium-yellow div.footer {
			background: url(boxes/medium-yellow-footer.png) top left no-repeat;
			height: 72px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}	

	/* end box-medium-yellow */
	
	/* box-long-green */
	div.box-long-green {
		background: url(boxes/long-green-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 14px; 
		width: 668px;
	}

		div.box-long-green div.header {
			background: url(boxes/long-green-header.png) top left no-repeat;
			position: relative; top: -14px; left: 0;
			z-index: 2;
		}

			div.box-long-green div.header h2 {
				display: block;
				padding: 8px 16px 0 16px;
			}	
			
			div.box-long-green div.header a {
				color: #FFF;
				float: right;
			}	


		div.box-long-green div.text {
			margin: -108px 0 -85px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}
		
			div.box-long-green div.text h3, div.box-long-green div.text h3 a {
				color: #55B638;
				margin: 0 0 8px;	
			}	

		div.box-long-green div.footer {
			background: url(boxes/long-green-footer.png) top left no-repeat;
			height: 85px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}	
		
		
		div.box-long-green div.footer-arrow {
			background: url(boxes/long-green-footer.png) top left no-repeat;
			height: 85px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}					
	/* end box-long-green */
	
		
	/* box-long-red */
	div.box-long-red {
		background: url(boxes/long-red-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 14px; 
		width: 668px;
	}

		div.box-long-red div.header {
			background: url(boxes/long-red-header.png) top left no-repeat;
			position: relative; top: -14px; left: 0;
			z-index: 2;
		}

			div.box-long-red div.header h2 {
				display: block;
				padding: 8px 0 0 16px;
			}		


		div.box-long-red div.text {
			margin: -108px 0 -85px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}

		* html div.box-long-red div.text {
			margin: -108px -12px -85px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}

			div.box-long-red div.text h3, div.box-long-red div.text h3 a {
				color: #CA0101;
				margin: 0 0 8px;	
			}	

		div.box-long-red div.footer {
			background: url(boxes/long-red-footer.png) top left no-repeat;
			height: 85px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}	
		
		div.box-long-red div.footer-arrow {
			background: url(boxes/footer-arrow.png) top left no-repeat;
			height: 120px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}				
	/* end box-long-red */
		
	/* box-long-yellow */
	div.box-long-yellow {
		background: url(boxes/long-yellow-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 14px; 
		width: 668px;
	}

		div.box-long-yellow div.header {
			background: url(boxes/long-yellow-header.png) top left no-repeat;
			position: relative; top: -14px; left: 0;
			z-index: 2;
		}

			div.box-long-yellow div.header h2 {
				display: block;
				padding: 8px 16px 0 16px;
			}	

			div.box-long-yellow div.header a {
				color: #FFF;
				float: right;
			}	


		div.box-long-yellow div.text {
			margin: -108px 0 -85px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}

			div.box-long-yellow div.text h3, div.box-long-yellow div.text h3 a {
				color: #A18100;
				margin: 0 0 8px;	
			}	

		div.box-long-yellow div.footer {
			background: url(boxes/long-yellow-footer.png) top left no-repeat;
			height: 85px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}	


		div.box-long-yellow div.footer-arrow {
			background: url(boxes/long-yellow-footer.png) top left no-repeat;
			height: 85px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}					
	/* end box-long-yellow */

		
	/* box-short-yellow */
	div.box-short-yellow {
		background: url(boxes/short-yellow-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 10px; 
		width: 250px;
	}

		div.box-short-yellow div.header {
			background: url(boxes/short-yellow-header.png) top left no-repeat;
			position: relative; top: -10px; left: 0;
			z-index: 2;
		}

			div.box-short-yellow div.header h2 {
				display: block;
				padding: 8px 0 0 16px;
			}		


		div.box-short-yellow div.text {
			margin: -102px 0 -70px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}

			div.box-short-yellow div.text h3, div.box-short-yellow div.text h3 a  {
				color: #A18100;
				margin: 0 0 8px;	
			}		

		div.box-short-yellow div.footer {
			background: url(boxes/short-yellow-footer.png) top left no-repeat;
			height: 70px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}		
	/* end box-short-yellow */	

	/* box-short-red */
	div.box-short-red {
		background: url(boxes/short-red-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 10px; 
		width: 250px;
	}

		div.box-short-red div.header {
			background: url(boxes/short-red-header.png) top left no-repeat;
			position: relative; top: -10px; left: 0;
			z-index: 2;
		}

			div.box-short-red div.header h2 {
				display: block;
				padding: 8px 0 0 16px;
			}		


		div.box-short-red div.text {
			margin: -102px 0 -70px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}

			div.box-short-red div.text h3, div.box-short-red div.text h3 a  {
				color: #CA0101;
				margin: 0 0 8px;	
			}		

		div.box-short-red div.footer {
			background: url(boxes/short-red-footer.png) top left no-repeat;
			height: 70px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}		
	/* end box-short-red */
	
	/* box-short-green */
	div.box-short-green {
		background: url(boxes/short-green-bg.png) top left repeat-y;
		margin: 0 0 32px;
		position: relative; top: 10px; 
		width: 250px;
	}

		div.box-short-green div.header {
			background: url(boxes/short-green-header.png) top left no-repeat;
			position: relative; top: -10px; left: 0;
			z-index: 2;
		}

			div.box-short-green div.header h2 {
				display: block;
				padding: 8px 0 0 16px;
			}		


		div.box-short-green div.text {
			margin: -102px 0 -70px 0;
			min-height: 80px;
			padding: 16px 1px 16px 1px;
			position: relative;
			z-index: 10;	
		}

			div.box-short-green div.text h3, div.box-short-green div.text h3 a  {
				color: #55B638;
				margin: 0 0 8px;	
			}		

		div.box-short-green div.footer {
			background: url(boxes/short-green-footer.png) top left no-repeat;
			height: 70px;
			position: relative; bottom: -12px; left: 0;
			z-index: 3;
		}		
	/* end box-short-green */	

/*-----------------------------------------------------------*/
/* end content */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* sec menu */
/*-----------------------------------------------------------*/
div.sec-menu {
	background: url(sec-menu-bg.png) top left repeat-x;
}

/*-----------------------------------------------------------*/
/* end sec menu */
/*-----------------------------------------------------------*/

div.sec-menu, div.footer {
	color: #FFF;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;	
}

	div.sec-menu a, div.footer a {
		color: #FFF; 
		font-weight: normal;
	}

/*-----------------------------------------------------------*/
/* footer */
/*-----------------------------------------------------------*/
div.footer {
	background-color: #000;
}

	div.footer address {
		display: inline;
	}
/*-----------------------------------------------------------*/
/* end footer */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* banners */
/*-----------------------------------------------------------*/
p.banner250 {
	display: block;
	height: 250px;
	margin: 0 0 8px;
	width: 250px;
}
/*-----------------------------------------------------------*/
/* end banners */
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/* page tip */
/*-----------------------------------------------------------*/
	/* icons */
	
	.ico-print, .ico-doporucit, .ico-komentovat, .ico-twitter, .ico-facebook {
		display: block;
		float: left;
		height: 14px;
		margin: 7px 5px 0 0;
		width: 16px;
	}
	
	.ico-print {
		background: url(icons/tip-print.png) top left no-repeat;
	}
	
	.ico-doporucit {
		background: url(icons/tip-doporucit.png) top left no-repeat;
	}
	
	.ico-komentovat {
		background: url(icons/tip-komentovat.png) top left no-repeat;
	}
	
	.ico-twitter {
		background: url(icons/tip-twitter.png) top left no-repeat;
	}
	
	.ico-facebook {
		background: url(icons/tip-facebook.png) top left no-repeat;
	}
	
	/* end icons */
	
	/* box tip menu */
		ul.box-tip-menu {
			background: transparent url(box-tip-menu.png) top left no-repeat;
			height: 28px;
			line-height: 28px;
			margin: 32px 8px 0 8px;
			padding: 0 0 0 13px;
			width: 651px;
		}
			ul.box-tip-menu li {
				display: inline;
				float: left;
				position: relative;
				width: 126px;
			}

				ul.box-tip-menu a {
					color: #FFF;
					font-size: 12px;
					font-weight: bold;
					text-decoration: none;
				}
	/* end box tip menu */

	/* arrow menu */
	.arrow-menu {
		overflow: hidden;
		padding: 0 8px 0 8px;
		position: relative;
		bottom: 40px;
		left: 16px;
		height: 1%;
		width: 150px;
		z-index: 10;
	}
	
		.arrow-menu a {
			display: block;	
			height: 27px;
			width: 39px;
		}
	
		.arrow-menu a.left {
			background: url(arrow-left.png) top left no-repeat;
			float: left;
		}
	
		.arrow-menu a.right {
			background: url(arrow-right.png) top left no-repeat;
			float: right;
		}	
	
	/* end arrow menu */

	.add-comment {font-size: 120%; font-weight: bold; margin: 8px 16px 0;}

/*-----------------------------------------------------------*/
/* end page tip */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* page add tip */
/*-----------------------------------------------------------*/
form.add-tip {margin: 0 auto;}

	form.add-tip input, form.add-tip textarea {background: transparent; border: none;}

	form.add-tip li {
		height: 30px;
		line-height: 30px;
		margin-bottom: 5px;
		overflow: hidden;
		text-align: left;
	}

	form.add-tip li.long {
		background: url(forms/two-inputs-long-bg.png) no-repeat;
	}
	
	form.add-tip li.medium {
		background: url(forms/one-input-medium-bg.png) no-repeat;
	}
	
	form.add-tip li.short {
		background: url(forms/one-input-short-bg.png) no-repeat;
	}
	
	form.add-tip li.only-input {
		background: url(forms/only-input-bg.png) no-repeat;
	}
	
	form.add-tip li.textarea {
		background: url(forms/textarea-large.png) no-repeat;
		height: 200px;
		text-align: center;
		margin: 0 0 16px 0;
	}	

	form.add-tip li.short label {
		width: 120px;
	}
	
	form.add-tip li.short input {

	}
	
	form.add-tip label {
		color: #FFF;
		display: inline;
		float: left;
		line-height: 27px;
		text-align: center
	}
	
	form.add-tip input.input-text {
		display: inline;
		float: left;
		padding: 6px;
		width: 200px;
	}
	
	form.add-tip select {
		background: #8B0000;
		border: 2px solid #8B0000;
		color: #FFF;
		float: right;
		position: relative;
		top: 4px;
	}
	
	form.add-tip textarea {
		margin: 15px 0 0 0;
		height: 170px;
		width: 600px;
	}
	
	form.add-tip label.first {
		width: 75px;
	}
	
	form.add-tip label.second {
		margin: 0 0 0 12px;
		width: 95px;
	}
	
	form.add-tip label.first-long {
		width: 110px;
	}
	
	
	/* fake file input */
	form.add-tip div.fileinput {
		padding: 10px 0 10px 0;
		position: relative;
	}

	form.add-tip div.hidden-input {
		display: inline;
		float: left;
		padding: 7px 0 0 5px;
		width: 125px;
	}
	
	form.add-tip div.hidden-input input {
		opacity: 0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		position: absolute;
		top: 14px;
		left: 7px;
		width: 200px;
	}	


	
	
	form.add-tip div.fake-input {
		background: url(forms/file-input-bg.png) no-repeat;
		display: inline;
		float: right;
		padding: 5px 0 0 10px;
		width: 485px;
	}
	
	form.add-tip div.fake-input input {
		height: 28px;
		text-align: center;
		width: 460px;
	}
	
	form.add-tip label.checkbox {
		color: #000;
	}
	
	form.add-tip input#checkbox-1 {
		display: block;
		float: left;
		width: 10px;
	}
	
	div.input-text-short {
		background: url(forms/one-input-short-bg.png) no-repeat;
		display: inline;
		float: left;
		height: 29px;
		margin: 8px 0 0 48px;
		width: 312px;
	}
	
		div.input-text-short label {

			width: 110px;
		}
		
		div.input-text-short input {
			height: 24px;
			padding: 5px 0 0 0;
			text-align: center;
			width: 190px;
		}	
	
	form.add-tip p label {text-align: center;}
	
	form.add-tip p img.captcha {display: block; float: left;}
	
	form.add-tip p {width: 100%;}
	
	form.add-tip label.input-file {color: #222222; float: left;}
	form.add-tip .input-file {float: right; margin: 0 4px 0 0;}
		
/*-----------------------------------------------------------*/
/* end page add tip */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* tip detail */
/*-----------------------------------------------------------*/

div.tip-photo {
	height: 150px;
	position: relative; left: 32px;
}

div.vote-tip img {
	float: left;
	height: 150px;
	margin: 0 -14px 0 -14px;

}

.tip-img-ram-left {
	background: url(ram-left.png);
	height: 150px;
	display: block; 
	float: left;
	width: 25px;
	position: relative;
	z-index: 200;
}
.tip-img-ram-right {
	background: url(ram-right.png);
	height: 150px;
	display: block; 
	float: left;
	width: 25px;

}

* html .tip-img-ram-right {
	background: url(ram-right.png);
	height: 150px;
	display: block; 
	float:left; 
	width: 25px;

}

/*-----------------------------------------------------------*/
/* end tip detail */
/*-----------------------------------------------------------*/


/* PETR */

p.prev
{
	background: url(arrow-prev.png) center left no-repeat;
	height: 24px;
	padding: 0 48px;
	text-align: left;
	float: left;
}

p.next
{
	background: url(arrow-next.png) center right no-repeat;
	height: 24px;
	padding: 0 48px;
	text-align: right;
	float: right;
}
	
div.cl
{
	clear: both;
}

div.list-1-item
{
	height: 25px;
}

ul.errors
{
	margin: 10px;
	padding: 0px;
	color: #cc0000;
}

.cs-idea-dis-img
{
	padding: 8px 0 8px 0px;
}

.cs-idea-dis-img-itm
{
	float: left;
	background: #dddddd;
	padding: 5px;
	padding-bottom: 2px;
	margin-right: 5px;
}

.cs-idea-dis-img-itm .popis
{
	height: 18px;
	overflow: hidden;
}

.cs-idea-detail-height
{
	float: right;
	width: 1px;
	height: 20 0px;
}


/* RECOMMEND ======================================================================================================= */
.recommend-box
{
	position: absolute;
	left: 125px;
	top: 130px;
	width: 400px;
	border: solid 2px gray;
	padding: 10px;
	background-color: #dddddd;
	z-index: 1100;
}
.recommend-box a.close, .recommend-box a.close:hover
{
	margin: 0;
	padding: 0;
	float: right;
	color: #cc0000;
}
.recommend-box h2, .recommend2-box h2
{
	margin-top: 0;
	padding-top: 0;
}
.recommend-win
{
	border-width: 0;
	width: 400px;
	height: 450px;
	z-index: 1100;
}
.recommend2-box
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 120px;
	width: 400px;
	border: solid 2px gray;
	padding: 10px;
	background-color: #dddddd;
	z-index: 1100;
}
.recommend2-box a.close, .recommend2-box a.close:hover
{
	margin: 0;
	padding: 0;
	float: right;
	color: #cc0000;
}
.recommend2-win
{
	border-width: 0;
	width: 400px;
	height: 450px;
	z-index: 1100;
}

h2.cs-rec
{
	color: #cc0000;
}


/* BANNER ========================================================================================================== */
.banner-format
{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-format .banner-image
{
	width: 100%;
	height: 100%;
}
.banner-format a.banner-a,
.banner-format a.banner-a:hover
{
	position: absolute;
	top: 0px;
	left: 0px;

	display: block;
	
	background-color: white;
	
   opacity: 0;
   filter: alpha(opacity=0);
   -moz-opacity: 0;
   
	width: 100%;
	height: 100%; 
}
.banner-format a.banner-a:hover
{
   opacity: 0.1;
   filter: alpha(opacity=10);
   -moz-opacity: 0.1;
}
.banner-format p
{
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 9px;
	padding-right: 9px;
}
.banner-leaderboard
{
	width: 745px;
	height: 100px;
}
.banner-bigsquare
{
	width: 250px;
	height: 250px;
}

.headerboard
{
	position: relative;
	float: right;
}

.header div.top-banner
{
	position: absolute;
	top: 0;
	right: 0;
	width: 745px;
	height: 100px;
}

div.banner250
{
	display: block;
	height: 250px;
	margin: 0 0 8px;
	width: 250px;
}


.personal-info-box
{
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 120%;
}
form.add-tip li.spec-li
{
	height: auto;
	line-height: auto;
}

form.add-tip .cs-file
{
	border: solid 1px #616161;
	background-color: #e3e3e3;
}


div.content
{
	position: relative;
}

p.ico-text
{
	margin-left: 65px;
}














