* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/*
 * Globalni nastaveni
*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #000;
}

input {
	border: 0;
	padding: 3px 5px;
}

input[type^="text"] {
	border: 1px solid #CCC;
}

select {
	padding: 1px 1px 1px 2px;
}

textarea {
	padding: 3px;
}

input[type^="submit"], input[type^="button"] {
	cursor: pointer;
	text-align: center;
	padding: 0;
}

ul {
	list-style: none;
}

/*
 * Uzitecne globalne
*/
.clear {
	clear: both;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.fs11 {
	font-size: 11px;
}

.licha {
	background: #F2F7F9;
}

.suda {
	background: #FFF;
}

.box_licha {
	background-color: #FFF;
}

.box_suda {
	background-color: #F2F2F2;
}

.gray {
	color: #677482;
}

.navy {
	color: #12ABFC;
}

.noPad {
	padding: 0!important;
}

.buttonDiv {
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	height: 15px;
	cursor: pointer;
}

.loading {
	background: url('http://pl.facebookvice.com/img/loading2.gif') no-repeat center center; 
	height: 21px;
}

/*
 * PopUp okna alert, confirm
*/
#alert {
	background: url('http://pl.facebookvice.com/img/pup_bg.png') repeat left top;
	display: none;
	left: 50%;
	margin: 150px 0 0 -200px;
	padding: 10px;
	position: absolute;
	width: 380px;
	z-index: 2000;
}

#alertContent {
	background: #EFF2F4;
	color: #000;
	padding: 10px;
}

#alertContentLeft {
	float: left;
	margin: 5px 5px 10px;
}

#alertContentRight {
	float: left;
	margin: 10px 0 10px 15px;
	width: 275px;
}

#alertBottom {
	border-top: 1px solid #CCC;
	clear: both;
	padding-top: 10px;
}

#closeAlertButton {
	cursor: pointer;
	text-align: center;
	height: 16px;
	padding-top: 3px;
	margin: 0 auto;
}

/*
 * Tlacitka globalne
*/
.b_lSvestka {
	background: url('http://pl.facebookvice.com/img/b_lSvestka.png') no-repeat left top;
	width: 99px;
	color: #FFF;
	height: 20px;
	padding: 0 0 1px 0!important;
}

.b_regSvestka {
	background: url('http://pl.facebookvice.com/img/b_regSvestka.png') no-repeat left top;
	width: 100px;
	color: #FFF;
	height: 20px;
}

.b_sedy {
	background: url('http://pl.facebookvice.com/img/b_sedy.png') no-repeat left top;
	width: 90px;
	height: 19px;
	color: #666;
}

.b_sedy:hover {
	color: #000;
}

.b_svestka {
	background: url('http://pl.facebookvice.com/img/b_svestka.png') no-repeat left top;
	width: 89px;
	height: 18px;
	color: #FFF;
}

/*
 * Hlavni stranka, login
*/
.header {
	background: url('http://pl.facebookvice.com/img/bg_head.png') repeat-x left top;
	height: 69px;
	width: 100%;
	padding-top: 12px;
}

.header .content {
	width: 986px;
	margin: 0 auto;
	color: #FFF;
	font-size: 11px;
}

.header .content h1 a {
	background: url('http://pl.facebookvice.com/img/logo.png') repeat-x left top;
	width: 140px;
	height: 34px;
	text-indent: -10000px;
	display: block;
}

.header .content form {
	margin-top: 8px;
}

.header .content form input[type^="text"], .header .content form input[type^="password"]  {
	width: 95px;
	font-size: 11px;
	height: 14px;
	background: url('http://pl.facebookvice.com/img/bg_log.png') no-repeat left top;
	border: 0;
	padding: 3px 5px;
	margin: 0 5px;
}

.header .content form input[type^="submit"] {
	margin-left: 5px;
}

.container {
	width: 986px;
	margin: 0 auto;
}

.container .topL {
	height: 15px;
	background: url('http://pl.facebookvice.com/img/bg_log_1.png') no-repeat left top;
	padding: 11px 18px;
	margin-top: -7px;
}

.container .topL ul li a {
	color: #999;
	font-size: 11px;
}

.container .topL ul {
	margin-top: 1px;
}

.container .topL ul li:first-child {
	border-left: 0;
}

.container .topL ul li {
	border-left: 1px solid #CCC;
	display: inline;
	padding-left: 15px;
	margin-left: 15px;
}

.container .topL ul li a:hover, .container .top ul li a.active {
	color: #000;
	text-decoration: none;
}

.container .contentL {
	padding: 0 4px;
	margin-top: 8px;
}

.container .contentL .fLeft {
	height: 325px;
	width: 489px;
}

.container .contentL .fRight {
	float: right;
	height: 295px;
	width: 409px;
	background: url('http://pl.facebookvice.com/img/bg_log_form.png') no-repeat left top;
	color: #FFF;
	padding: 20px 40px 10px;
	font-size: 11px;
}

.container .contentL .fRight h2 {
	font-size: 24px;
}

.container .contentL .fRight h3 {
	font-size: 16px;
	color: #000;
	margin-top: 5px;
}

.container .contentL .fRight a {
	color: #FFF;
	text-decoration: underline;
}

.container .contentL .fRight .regForm {
	margin: 20px 0 0 20px;
}

.container .contentL table tr td:first-child {
	text-align: right;
	padding-right: 5px;
}

.container .contentL input[type^="text"], .container .contentL input[type^="password"] {
	border: 1px solid #507E8D;
	width: 170px;
}

.container .contentL input[type^="submit"] {
	margin-top: 5px;
}

.container .contentL select {
	border: 1px solid #507E8D;
	width: 42px;
}

.container .contentL select.year {
	width: 57px;
}

.container .contentL .agreeTerms {
	padding-top: 2px;
}

.container .contentL .agreeTerms input {
	float: left;
}

.container .contentL .agreeTerms p {
	margin: 1px 0 0 5px;
	float: left;
}

.container .contentL .fRight ul {
	position: absolute;
	top: 419px;
}

.container .contentL .fRight ul li {
	display: inline;
	padding-right: 10px;
}

.container .contentL .fRight ul li + li {
	border-left: 1px solid #0581C4;
	padding-left: 15px;
	
}

.wrap {
	height: 10px;
}

.container .bottomL {
	background: url('http://pl.facebookvice.com/img/bg_log_2.png') no-repeat left top;
	width: 950px;
	padding: 20px 13px 20px 23px;
	height: 105px;
}

.container .bottomL h3 {
	font-size: 14px;
	color: #4E4666;
}

.newUsers {
	width: 470px;
	height: 106px;
	border-right: 1px solid #CCC;
}

.slider {
	height: 82px;
	margin-top: 8px;
	overflow: hidden;
	width: 470px;
}

.slider div {
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	height: 80px;
	margin-right: 12px;
	width: 80px;
}

.slider div a {
	display: block;
	height: 100%;
}

.fbcNews {
	padding: 0 20px;
	border-right: 1px solid #CCC;
	height: 106px;
	width: 204px;
	color: #4E4666;
	overflow: hidden;
}

.news {
	height: 70px;
	overflow: hidden;
	margin-top: 5px;
}

.news div {
	clear: both;
	margin: 15px 0;
	overflow: hidden;
	
}

.news div a {
	color: #4E4666;
	text-decoration: underline;
}

.stats {
	padding-left: 10px;
	width: 224px;
	color: #4E4666;
	font-size: 14px;
	height: 106px;
}

.stats .top {
	background: url('http://pl.facebookvice.com/img/bg_online.png') no-repeat right top;
	height: 39px;
	padding: 0 67px 10px 0;
	text-align: right;
	margin-right: 10px;
}

.stats .top p:first-child {
	padding-top: 5px;
}

.stats .top span {
	color: #12ABFC;
}

.stats .bottom {
	background: url('http://pl.facebookvice.com/img/bg_zdarma.png') no-repeat right 2px;
	height: 52px;
	padding: 10px 60px 0 0;
	border-top: 1px solid #CCC;
	width: auto;
}

.stats .bottom p {
	font-weight: bold;
	margin: 5px 0 0 13px;
}

.footer {
	background: url('http://pl.facebookvice.com/img/bg_foot.png') repeat-x left top;
	margin: 10px 3px 0;
	padding: 15px 0 10px 25px;
}

.footer ul li {
	display: inline;
	font-size: 10px;
	padding-right: 10px;
	color: #222;
}

.footer ul li + li {
	border-left: 1px solid #CCC;
	padding: 0 10px 0 14px;
}

.footer ul li a {
	color: #222;
}

.footer ul.webs {
	margin-top: 50px;
}

.footer ul.webs li + li {
	border-left: 0;
	padding-left: 10px;
}

.footer ul.webs li + li + li {
	border-left: 1px solid #CCC;
	padding-left: 15px;
}

.footer ul.copyright li {
	border-left: 0;
	padding-left: 0;
	padding-right: 10px;
	color: #666;
}

.footer ul.copyright li a {
	color: #666;
}




/*
 * PopUp
 * #pup - okno pro zpravy
 * #rel - modry titulek
 */
#pup {
	background: url('http://pl.facebookvice.com/img/pup_bg.png') repeat left top;
	padding: 10px 15px 20px;
	|padding-bottom: 15px;
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: 1500;
}

#pup textarea {
	width: 460px;
	margin-bottom: 5px;
	height: 44px;
}

#pup .topH {
	color: #FFF;
}

#pup .topH img {
	position: relative;
	top: 1px;
}

#pup .text {
	background: #F3F3F3;
	padding: 5px;
	position: relative;
	top: 10px;
	|top: 0;
}

#pup .fPass {
	padding: 10px;
}

#pup .fPass p {
	margin-bottom: 5px;
}

#pup .leftS {
	width: 468px;
}

#pup .msg {
	background: #FFF;
	border: 1px solid #CCC;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 466px;
	margin: 5px 0;
}

#pup .msg .b_sedy {
	margin: 5px;
}

#pup .item {
	padding: 5px;
	border-bottom: 1px solid #CCC;
	border-top: 0;
	min-height: 67px;
}

#pup .topM img {
	margin-right: 5px;
}

#pup .textM {
	margin-left: 23px;
}

#pup .fav {
	background: #FCD977 url('http://pl.facebookvice.com//img/bg_msg_fav.png') no-repeat right bottom;
}

#pup .friad {
	background: #9DE0FC url('http://pl.facebookvice.com//img/bg_msg_friendad.png') no-repeat right bottom;
}

#pup .friap {
	background: #76C6FF url('http://pl.facebookvice.com//img/bg_msg_friendap.png') no-repeat right bottom;
}

#pup .ratp {
	background: #CCF272 url('http://pl.facebookvice.com//img/bg_msg_like.png') no-repeat right bottom;
}

#pup .ratm {
	background: #FF7676 url('http://pl.facebookvice.com//img/bg_msg_dislike.png') no-repeat right bottom;
}

#pup .igna {
	background: #CCC url('http://pl.facebookvice.com//img/bg_msg_ign.png') no-repeat right bottom;
}

#pup .check {
	margin-top: 3px;
}

#pup .check p {
	margin: 0 25px 0 5px;
}

#pup .check p:hover {
	color: #12ABFC;
}

#pup .check input {
	margin-top: -1px;
}

#pup .rightT {
	margin-top: 5px;
}

#pup .rightS {
	width: 100px;
	padding: 0 7px 0 13px;
}

#pup .rightS .photo {
	background-color: #D0D2D3;
	float: none;
	height: 100px;
	width: 100px;
}

#pup .rightS .b_svestka {
	margin: 5px 0 10px;
}

#pup .rightS p.center {
	margin: 10px 0;
}

#pup .stat img {
	margin: 5px 0;
}

#pup .list {
	background: #FFF;
	border: 1px solid #CCC;
	height: 75px;
	margin-top: 2px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#pup .smile {
	width: 105px;
}

#pup .bday {
	background: #FFF;
	overflow: hidden;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}

#pup .banners p {
	margin: 15px 0 10px;
}

#pup .banners p:first-child {
	margin: 10px 0;
}

#pup .banners img {
	border: 1px solid #12ABFC;
}
