html {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/html.gif);
	background-repeat: repeat-x;
}
body {
	margin: 0px auto;
	padding: 150px 0px 20px;
	width: 994px;
	background-image: url(/images/body.gif);
	background-repeat: no-repeat;
	background-position: 0px 106px;
	position: relative;
	font: 11px Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.logo {
	position: absolute;
	left: 7px;
	top: 24px;
}

.logo_main {
	position: absolute;
	left: 0px;
	top: 0px;
}
.title {
	color: #666666;
	margin-bottom: 3px;
	font-weight: bold;
}
.title a {
	color: #666666;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}

.shadow {
	min-height: 1px;
	background-image: url(/images/shadow.gif);
	background-repeat: repeat-y;
	padding: 0px 7px 7px;
}
.shadow_bot {
	background-image: url(/images/shadow_bot.gif);
	height: 23px;
}
.pictured_news_pic {
	float: left;
	min-height: 1px;
	position: relative;
	margin-bottom: 20px;
}
.pictured_news_pic .big_image {
	display: block;
	border: 1px solid #999999;
}
.pictured_news_pic .preview_bg {
	position: absolute;
	height: 70px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}

.pictured_news_pic .preview {
	background-image: url(/images/pictured_news_preview.png);
	height: 62px;
	padding: 8px 25px 0px;
	color: #FFFFFF;
}
.pictured_news_pic .preview .hd {
	font-size: 18px;
	color: #EC2079;
}
.pictured_news_pic .preview .hd a {
	color: #EC2079;
	text-decoration: none;
	position: relative;
}
.pictured_news_pic .preview .hd a:hover {
	text-decoration: underline;
}

.pictured_news_pic .preview a {
}
.pictured_news_pic .next {
	position: absolute;
	left: 5px;
	top: 232px;
}
.pictured_news_pic .prev {
	position: absolute;
	top: 232px;
	right: 5px;
}
.pictured_news_list {
	float: right;
	width: 316px;
	margin-bottom: 20px;
}
.pictured_news_list .hd {
	font-size: 18px;
	line-height: 32px;
	color: #EC2079;
	background-image: url(/images/pictured_news_list_hd.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-right: 90px;
	padding-bottom: 4px;
	background-position: right top;
}
.pictured_news_list .hd a {
	color: #EC2079;
	text-decoration: none;
}
.pictured_news_list .hd a:hover {
	text-decoration: underline;
}
.pictured_news_list table {
	width: 100%;
	border-collapse:collapse;
}
.pictured_news_list td {
	padding: 0px;
	border-bottom: 4px solid #FFFFFF;
}
.pictured_news_list th {
	padding: 0px 9px 0px 0px;
	font-weight: normal;
	text-align: right;
	border-bottom: 4px solid #FFFFFF;
}
.pictured_news_list th:hover {
	background-color: #EEEEEE;
	background-image: url(/images/pictured_news_list_active.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.pictured_news_list img {
	display: block;
}
.pictured_news_list .title {
	font-size: 14px;
	color: #EC2079;
	font-weight: bold;
	margin-bottom: 0px;
}
.pictured_news_list .title a {
	color: #EC2079;
	text-decoration: none;
}
.pictured_news_list .title a:hover {
	text-decoration: underline;
}
.pictured_news_list .active {
}
.left_col {
	float: left;
	width: 324px;
	clear: left;
}
.center_col {
	float: left;
	width: 475px;
	margin-left: 11px;
}
.right_col {
	float: right;
	width: 160px;
}


.coloured_arrow_items {
	width: 100%;
	border-collapse:collapse;
}
.coloured_arrow_items td {
	padding: 0px 0px 0px 12px;
	border-bottom: 18px solid #FFFFFF;
}
.coloured_arrow_items th {
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 18px solid #FFFFFF;
}
.coloured_arrow_items .green {
	background-image: url(/images/green_arrow.gif);
}
.coloured_arrow_items .blue {
	background-image: url(/images/blue_arrow.gif);
}
.coloured_arrow_items .brown {
	background-image: url(/images/brown_arrow.gif);
}
.coloured_arrow_items_w_rollover td:hover {
	background-color: #EEEEEE;
}
.coloured_arrow_items_w_rollover tr:hover {
	background-color: #EEEEEE;
}
.heading {
	margin-bottom: 10px;
	background-image: url(/images/heading.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 37px;
	background-color: #FFFFFF;
}
.heading img {
	float: left;
	margin-right: 18px;
}

.heading a {
	font: 12px "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	float: left;
	margin-top: 19px;
	margin-right: 5px;
}
.block_w_pic {
	min-height: 1px;
	padding-bottom: 10px;
}
.block_w_pic img {
	float: right;
	margin-left: 9px;
}
.block_w_pic .text {
	display: table;
	min-height: 1px;
}
.block_w_pic .text a {
	color: #000000;
	text-decoration: none;
}
.block_w_pic .text a:hover {
	text-decoration: underline;
}

.gallery {
	height: 108px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.gallery .scroller {
	position: absolute;
	width: 20000px;
	left: 0px;
	top: 4px;
	padding-left: 40px;
}

.gallery .item {
	color: #000000;
	text-decoration: none;
	float: left;
	margin-right: 38px;
}
.gallery .item:hover {
	text-decoration: underline;
}
.gallery .item img {
	margin-bottom: 2px;
	border: 1px solid #EBEBEB;
	display: block;
}
.gallery .scroll_left {
	background-color: #FFFFFF;
	height: 72px;
	padding-right: 13px;
	padding-top: 36px;
	padding-left: 13px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
.gallery .scroll_right {
	background-color: #FFFFFF;
	height: 72px;
	padding-top: 36px;
	padding-right: 13px;
	padding-left: 13px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.poll_hd {
	line-height: 18px;
	background-color: #EEEEEE;
	background-image: url(/images/poll_hd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	font-size: 18px;
	color: #FF0096;
	padding-right: 20px;
}
.poll {
	padding: 10px;
	border: 1px solid #E1E1E1;
}
.poll strong {
	display: block;
}
.poll .subm {
	color: #FFFFFF;
	background-color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	width: 82px;
	border: 1px solid #666666;
}
.multi_blocks {
	min-height: 1px;
	padding-left: 9px;
	font-weight: bold;
	font-size: 10px;
}
.multi_blocks .item {
	border: 1px solid #E1E1E1;
	float: left;
	width: 186px;
	height: 200px;
	margin-top: 18px;
	margin-right: 9px;
}
.multi_blocks .item .heading {
	margin: -1px -1px 0px;
	position: relative;
}

.multi_blocks .item .links {
	padding: 10px;
}
.multi_blocks .item .links p {
	padding-bottom: 4px;
}
.multi_blocks .item .links a {
	color: #8C8C8C;
}
.footer {
	background-color: #EEEEEE;
	background-image: url(/images/footer_logo.gif);
	background-repeat: no-repeat;
	height: 40px;
	margin: 40px 7px 0px;
	padding: 7px 20px 0px 180px;
	text-align: left;
	font-size: 12px;
}
.footer .copyright {
	font-size: 10px;
	float: right;
}

.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}




.add_top_nav {
	position: absolute;
	left: 7px;
	top: 24px;
	padding-top: 82px;
	background-image: url(/images/top_nav_sub_long.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-right: 6px;
}
.add_top_nav:hover ul {
	display: block;
}
.add_top_nav ul {
	margin: 0px;
	padding: 0px 10px 0px 16px;
	height: 27px;
	line-height: 26px;
	background-image: url(/images/top_nav_sub_long.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: none;
}
.add_top_nav li {
	display: inline;
	list-style: none;
	padding: 0px 5px;
}
.add_top_nav ul a {
	color: #000000;
	text-decoration: none;
}
.add_top_nav ul a:hover {
	text-decoration: underline;
}

.top_nav {

	position: absolute;
	left: 190px;
	top: 88px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.top_nav li {
	float: left;
	height: 18px;
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
}
.top_nav li:hover ul {
	display: block;
}
.top_nav a {
	display: block;
	height: 18px;
	text-indent: -2000px;
	font-size: 0px;
}
.top_nav a:hover {
	background-position: 0px -18px;
}
.top_nav .home {
	background-image: url(/images/top_nav_home.gif);
	width: 44px;
}
.top_nav .sport {
	background-image: url(/images/top_nav_sport.gif);
	width: 37px;
}
.top_nav .tours {
	background-image: url(/images/top_nav_tours.gif);
	width: 36px;
}
.top_nav .kids {
	background-image: url(/images/top_nav_kids.gif);
	width: 27px;
}
.top_nav .school {
	background-image: url(/images/top_nav_school.gif);
	width: 49px;
}
.top_nav .drink {
	background-image: url(/images/top_nav_drink.gif);
	width: 37px;
}
.top_nav .star {
	background-image: url(/images/top_nav_star.gif);
	width: 28px;
}
.top_nav .rest {
	background-image: url(/images/top_nav_rest.gif);
	width: 26px;
}
.top_nav .party {
	background-image: url(/images/top_nav_party.gif);
	width: 40px;
}
.top_nav .people {
	background-image: url(/images/top_nav_people.gif);
	width: 55px;
}
.top_nav .cars {
	background-image: url(/images/top_nav_cars.gif);
	width: 32px;
}
.top_nav .shopping {
	background-image: url(/images/top_nav_shopping.gif);
	width: 70px;
}

.top_nav ul {
	background-image: url(/images/top_nav_sub_long.gif);
	position: absolute;
	left: 0px;
	top: 18px;
	height: 27px;
	width: 772px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
}
.top_nav ul li {
	padding: 0px 5px;
	display: inline;
	float: none;
}
.top_nav ul a {
	display: inline;
	text-indent: 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.top_nav ul a:hover {
	text-decoration: underline;
}
.right_top_banner {
	float: right;
	width: 324px;
	margin-bottom: 20px;
}
.shadow .noarrow th:hover {
	background-image: none;
}
.article {
	float: left;
	width: 645px;
	font-size: 12px;
}
.article .hd {
	font-size: 18px;
	line-height: 30px;
	color: #6F6F6F;
	background-image: url(/images/pictured_news_list_hd.gif);
	background-repeat: no-repeat;
	height: 32px;
	background-position: right top;
	text-align: left;
	padding: 0px 20px 4px 40px;
}
.article .hd .marks {
	float: right;
	height: 14px;
	margin-top: 9px;
	font-size: 11px;
	text-align: left;
}
.article .hd .marks .mark {
	background-image: url(/images/mark.gif);
	float: left;
	height: 14px;
	width: 8px;
	font-size: 1px;
	margin-left: 9px;
}
.article .hd .marks b {
	float: left;
	line-height: normal;
	font-weight: normal;
	padding-right: 9px;
}

.article .hd .average {
	padding-right: 60px;
	font-size: 11px;
	padding-left: 30px;
	float: right;
}
.article .hd .average b {
	color: #EC2079;
}
.article .comments {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 10px 40px;
	color: #3C3C3C;
	font-size: 12px;
}
.article .comments .author {
	color: #3C3C3C;
	text-decoration: none;
}
.article .comments .author:hover {
	text-decoration: underline;
}
.article .comments .date {
	font-size: 11px;
	color: #9B9B9B;
}
.article .add_comment {
	padding: 10px 0px 20px 10px;
	min-height: 1px;
	text-align: left;
	font-size: 11px;
	direction:ltr;
}
.article .add_comment textarea {
	color: #CCCCCC;
	float: left;
	height: 173px;
	width: 335px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	font: 11px Arial, Helvetica, sans-serif;
}
.article .add_comment .inp {
	color: #CCCCCC;
	width: 260px;
	border: 1px solid #CCCCCC;
	font: 11px Arial, Helvetica, sans-serif;
}
.article .add_comment p {
}
.article .add_comment i {
	color: #FF0000;
	padding-right: 5px;
}
.article .add_comment .code {
	width: 145px;
}
.article .add_comment img {
	float: right;
	margin-top: -4px;
}
.article .add_comment .subm {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	width: 260px;
	border-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.search {
	border-top: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	min-height: 1px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.search select {
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
	float: right;
	width: 147px;
	margin-bottom: 13px;
	border: 1px solid #CCCCCC;
}
.search .inp {
	float: right;
	width: 216px;
	font: 11px Tahoma, Arial, sans-serif;
	border: 1px solid #CCCCCC;
}
.search .subm {
	background-color: #000000;
	border-bottom: 1px solid #666666;
	font: 11px Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	float: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 74px;
}
.grey_hd {
	background-color: #EEEEEE;
	font-size:18px;
	padding: 2px 10px 2px 0px;
	color: #8B6339;
	margin-bottom: 10px;
}
.grey_hd a {
	color: #8B6339;
	text-decoration: none;
}
.grey_hd a:hover {
	text-decoration: underline;
}
.fashion_models {
	background-color: #F4F4F4;
	height: 173px;
	position: relative;
	overflow: hidden;
	border-top: 19px solid #F4F4F4;
	z-index: 100;
	clear: both;
}
.fashion_models .scroller {
	position: absolute;
	width: 20000px;
	left: 0px;
	top: 10px;
}

.fashion_models .item {
	color: #000000;
	text-decoration: none;
	float: left;
	margin-right: 14px;
}
.fashion_models .item:hover {
	text-decoration: underline;
}
.fashion_models .item img {
	margin-bottom: 2px;
	border: 1px solid #EBEBEB;
	display: block;
}
.fashion_models .scroll_left {
	background-color: #F4F4F4;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding: 73px 13px 0px;
}
.fashion_models .scroll_right {
	background-color: #F4F4F4;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 73px 13px 0px;
}
.fashion_models .vip {
	font-weight: bold;
	background-color: #EC2079;
	display: block;
	text-align: center;
}
.fashion_models .vip img {
	border-style: none;
	margin-bottom: 0px;
	display: inline;
}



.tov2 {
	background-color: #F4F4F4;
	height: 173px;
	position: relative;
	overflow: hidden;
	border-top: 19px solid #F4F4F4;
	z-index: 100;
	clear: both;
}
.tov2 .scroller {
	position: absolute;
	width: 20000px;
	left: 40px;
	top: 10px;
	margin-left: 0px;
}

.tov2 .item {
	color: #000000;
	text-decoration: none;
	float: left;
	margin-right: 24px;
}
.tov2 .item:hover {
	text-decoration: underline;
}
.tov2 .item img {
	margin-bottom: 2px;
	border: 1px solid #EBEBEB;
	display: block;
}
.tov2 .scroll_left {
	background-color: #F4F4F4;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding: 73px 13px 0px;
}
.tov2 .scroll_right {
	background-color: #F4F4F4;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 73px 13px 0px;
}
.tov2 .vip {
	font-weight: bold;
	background-color: #EC2079;
	display: block;
	text-align: center;
}
.tov2 .vip img {
	border-style: none;
	margin-bottom: 0px;
	display: inline;
}



.trail {
	font-weight: bold;
	color: #EF3E8B;
	background-image: url(/images/trail.gif);
	background-repeat: no-repeat;
	padding: 8px 10px 10px 0px;
	margin-top: -15px;
	position: relative;
	min-height: 1px;
	direction:rtl;
}
.trail a, .trail b {
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	direction:rtl;
}
.add_nav {
	position: absolute;
	top: 3px;
	right: 3px;
	color: #CCCCCC;
}
.add_nav a {
	margin-right: 9px;
	margin-left: 9px;
	color: #666666;
}
.add_nav b {
	font-weight: normal;
	color: #FF0096;
	margin-left: 9px;
	margin-right: 9px;
}
.small_news_scroller {
	min-height: 1px;
	position: relative;
	margin-bottom: 20px;
	z-index: 100;
}
.small_news_scroller .img {
	display: block;
}
.small_news_scroller .text_bg {
	position: absolute;
	height: 34px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(/images/pictured_news_preview.png);
	border: 1px solid #8A8B8B;
}
.small_news_scroller .text {
	line-height: 34px;
	height: 34px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 1px;
	text-align: center;
}
.small_news_scroller a.link {
	color: #FFFFFF;
	text-decoration: none;
	z-index: 500;
}
.small_news_scroller .link:hover {
	text-decoration: underline;
}

.small_news_scroller .left {
	position: absolute;
	left: 10px;
	top: 13px;
}
.small_news_scroller .right {
	position: absolute;
	top: 13px;
	right: 9px;
}
.left_additional_news {
	float: left;
	width: 488px;
}
.left_additional_news .big_pic {
	float: left;
	margin-right: 25px;
}
.right_additional_news {
	float: right;
	width: 472px;
}
.right_additional_news .hd {
	color: #8B6339;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	padding-right: 60px;
	font-size: 12px;
	font-weight: bold;
}
.right_additional_news .hd a {
	color: #8B6339;
	text-decoration: none;
}
.right_additional_news .hd a:hover {
	text-decoration: underline;
}
.right_additional_news .item {
	float: left;
	width: 121px;
	margin-right: 19px;
	margin-bottom: 30px;
	text-decoration: none;
	cursor: pointer;
	padding: 2px 2px 0px;
	color: #000000;
}
.right_additional_news .item:hover {
	text-decoration: none;
	background-color: #EEEEEE;
}

.right_additional_news .pic {
	display: block;
	margin-bottom: 8px;
}
.right_additional_news .date {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
	padding: 1px 5px;
}

.party_left_col {
	float: left;
	width: 768px;
	padding-bottom: 25px;
}
.party_right_col {
	float: right;
	width: 182px;
	padding-right: 7px;
	padding-bottom: 25px;
}
.party_right_col .path {
	font-size: 12px;
	height: 22px;
}
.party_right_col .path a {
	margin-right: 5px;
	margin-left: 5px;
	color: #999999;
	float: right;
}
.party_right_col .path b {
	font-weight: normal;
	float: right;
}

.party_right_col .month_year {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px;
	margin-bottom: 8px;
}
.party_right_col .month_year a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.party_right_col .month_year a:hover {
	color: #999999;
}
.party_right_col .days {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 15px;
}
.party_right_col .days th {
	font-weight: normal;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #010101;
}
.party_right_col .days td {
	text-align: center;
	padding: 2px 0px;
}
.party_right_col .days a {
	color: #000000;
	text-decoration: none;
	padding: 2px 3px;
}
.party_right_col .days a:hover {
	background-color: #EEEEEE;
}
.party_left_col .selector {
	padding-bottom: 5px;
}
.party_left_col .selector select {
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
	width: 180px;
	margin-left: 5px;
}
.party_left_col .hd {
	color: #910000;
	background-color: #EEEEEE;
	background-image: url(/images/pictured_news_list_hd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 30px;
	height: 32px;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 6px;
	padding-right: 20px;
}
.party_left_col .hd .small_link {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	float: left;
	font-weight: normal;
}
.party_left_col .hd .small_link:hover {
	text-decoration: underline;
}
.party_left_col .hd a {
	color: #910000;
	text-decoration: underline;
	font-weight: normal;
}
.party_left_col .hd a {
	text-decoration: underline;
}

.party_left_col .big_photo {
	float: left;
	min-height: 1px;
	position: relative;
	padding-left: 10px;
	padding-bottom: 1px;
}
.party_left_col .big_photo img {
	display: block;
}
.party_left_col .big_photo .watermark {
	background-image: url(/images/party/watermark.png);
	height: 44px;
	width: 106px;
	position: absolute;
	left: 10px;
	bottom: 0px;
	cursor: pointer;
}


.party_left_col .small_photos {
	float: right;
	width: 252px;
	padding-bottom: 1px;
}
.party_left_col .small_photos img {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
}
.party_left_col .triple_gallery {
	float: left;
	width: 250px;
	padding-left: 6px;
	padding-bottom: 15px;
}
.party_left_col .triple_gallery .hd {
	padding-left: 5px;
}

.party_left_col .triple_gallery .small_photos {
	width: 250px;
}
.party_left_col .triple_gallery img {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
}
.party_left_col .pager {
	background-color: #000000;
	position: relative;
	height: 27px;
	color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 18px;
	clear: both;
}
.party_left_col .pager .scroller {
	white-space: nowrap;
	position: absolute;
	left: 22px;
	top: 6px;
	
}
.party_left_col .pager a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.party_left_col .pager a:hover {
	background-color: #666666;
}
.party_left_col .pager u {
	padding-right: 3px;
	padding-left: 3px;
}
.party_left_col .pager .scroll_left {
	background-image: url(/images/party/scroller_left.gif);
	height: 27px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
}
.party_left_col .pager .scroll_right {
	background-image: url(/images/party/scroller_right.gif);
	height: 27px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
}
.party_sub_left_1 {
	float: left;
	width: 320px;
	padding-left: 14px;
	padding-bottom: 10px;
}
.party_sub_left_1 .form {
	font-size: 12px;
	padding-bottom: 13px;
}
.party_sub_left_1 .form .inp {
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
	width: 310px;
	background-image: url(/images/party/form_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 8px;
}
.party_sub_left_1 .form .subm {
	font: 11px Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	height: 18px;
	width: 312px;
	border-style: none;
}
.party_sub_left_2 {
	float: left;
	width: 418px;
	padding-left: 12px;
}
.party_sub_left_2 .hd {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.party_sub_left_2 .parties_photos {
	float: left;
	width: 120px;
}
.party_sub_left_2 .parties_photos img {
	display: block;
}
.party_sub_left_2 .parties_photos .title {
	font: bold 16px/16px "Times New Roman", Times, serif;
	text-align: right;
}
.party_sub_left_2 .parties_photos .date {
	color: #FFFFFF;
	background-color: #910000;
	margin-bottom: 8px;
	padding: 2px 4px;
	text-align: right;
	font-size: 10px;
}



.party_sub_left_2 .parties_list {
	float: right;
	width: 274px;
	background-color: #EEEEEE;
	padding: 7px 5px 7px 10px;
	font-size: 12px;
}
.party_sub_left_2 .parties_list ul {
	margin: 0px;
	padding: 0px;
}
.party_sub_left_2 .parties_list li {
	list-style: none;
	background-image: url(/images/gt_bullet.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	vertical-align: bottom;
	padding: 2px 8px 2px 0px;
}
.party_sub_left_2 .parties_list span {
	display: block;
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-bottom: 4px;
}

.party_sub_left_2 .parties_list a {
	color: #000000;
	text-decoration: none;
}
.party_sub_left_2 .parties_list a:hover {
	text-decoration: underline;
}

.left_additional_news_positioner {
	min-height: 1px;
	position: relative;
}
.left_additional_news_positioner img {
	display: block;
}
.left_additional_news_positioner .selector {
	position: absolute;
	height: 36px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	line-height: 34px;
	border-top: 1px solid #8F9086;
	text-align: center;
	color: #FFFFFF;
}

.left_additional_news_positioner .bg {
	background-image: url(/images/pictured_news_preview.png);
	height: 36px;
}
.left_additional_news_positioner a {
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
.left_additional_news_positioner a:hover {
	text-decoration: underline;
}
.left_additional_news_positioner .white_left_arrow {
	position: absolute;
	left: 11px;
	top: 11px;
}
.left_additional_news_positioner .white_right_arrow {
	position: absolute;
	right: 11px;
	top: 11px;
}

.video {
	float: left;
	width: 640px;
	margin-bottom: 15px;
	padding-left: 12px;
}
.video .box {
width:640px;
height:386px;
background-color: #000000;

}
.video .description {
	background-color: #EEEEEE;
	padding: 7px 11px 7px 7px;
	min-height: 1px;
}
.video .description .hd {
	font-size: 18px;
	float: right;
}
.video .description .hd a {
	color: #000000;
	text-decoration: none;
}
.video .description .hd a:hover {
	text-decoration: underline;
}
.video .description .date {
	float: right;
	margin-top: 7px;
	margin-right: 5px;
	font: bold 10px Tahoma, Arial, sans-serif;
}
.video_previews {
	float: left;
	width: 770px;
	min-height: 1px;
	padding-left: 12px;
	padding-bottom: 15px;
}
.video_previews .item {
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 124px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.video_previews .item:hover {
	text-decoration: underline;
}
.video_previews .item img {
	background-color: #FFFFFF;
	display: block;
	padding: 1px;
	border: 1px solid #000000;
}
.video_previews .item span {
	padding: 4px 3px 6px 6px;
	display: block;
}

.video_counter {
	border-top: 1px solid #7D7D7D;
	color: #FFFFFF;
	margin-right: 30px;
}
.video_counter .bg {
	background-color: #000000;
	padding: 6px 40px;
	float: right;
	min-height: 1px;
}
.video_counter .bg a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
	float: left;
}
.video_counter .bg a:hover {
	text-decoration: underline;
}

.trail select,.trail input {
	float: right;
	margin-top: 8px;
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
	margin-left: 5px;
	width: 175px;
}
.trail .subm {
	font: 11px Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	float: right;
	border-style: none;
	height: 17px;
	width: 42px;
	margin-top: 8px;
}

.vertical_video_previews {
	width: 797px;
}
.vertical_video_previews .item {
	width: 94px;
	margin-right: 18px;
}
.vertical_video_previews .left_additional_news {
	width: auto;
}
.vertical_video_previews .left_additional_news .big_pic {
	margin-right: 10px;
	display: inline;
}
.vertical_video_previews .left_additional_news .selector {
	padding-bottom: 0px;
}

.video_previews .fs_item {
     float: right;
     margin-bottom: 7px;
     width: 90px;
     margin-right: 4px;
     display: inline;
}
.video_previews .fs_text {
	display:table;
	min-height:1px;
	border-collapse:collapse;
}


.video_previews .ltr {
	margin: 15px 0px 3px;
	padding: 0px;
	width: 191px;
	float: left;
	direction:ltr;
}
.video_previews .rtl {
	margin: 15px 0px 3px;
	padding: 0px;
	width: 192px;
	float: left;
}
.video_previews .ltr li {
	list-style: none;
	padding-bottom: 10px;
	padding-right: 10px;
}
.video_previews .rtl li {
	list-style: none;
	padding-bottom: 10px;
	padding-left: 10px;
}
.video_previews .ltr a, .video_previews .rtl a {
	color: #000000;
	text-decoration: none;
}
.video_previews .ltr a:hover, .video_previews .rtl a:hover {
	text-decoration: underline;
}


.party_left_col .triple_gallery_vert {
	float: left;
	width: 250px;
	padding-left: 6px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.party_left_col .triple_gallery_vert .hd {
	padding-left: 5px;
}

.party_left_col .triple_gallery_vert .small_photos {
	width: 250px;
}
.party_left_col .triple_gallery_vert img {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
}

.video_previews .vendor_item {
	float: left;
	margin-right: 8px;
	margin-bottom: 9px;
	border: 1px solid #E1E1E1;
}

.lead {
	background-image: url(/images/lead/lead.gif);
	height: 200px;
	width: 640px;
	margin-right: -7px;
	position: relative;
	margin-bottom: 5px;
	padding: 8px 7px 8px 5px;
	font-size: 12px;
}
.lead .main_pic {
	height: 200px;
}

.lead form {
	height: 140px;
	padding: 60px 370px 0px 16px;
}
.lead .line {
	height: 26px;
}

.lead label {
	float: right;
	width: 70px;
}
.lead .inp {
	font: 12px Tahoma, Arial, sans-serif;
	background-color: #FEFEFE;
	background-image: url(/images/lead/lead_inp.gif);
	background-repeat: repeat-x;
	float: left;
	width: 175px;
	border: 1px solid #B4B4B4;
	margin-bottom: 4px;
}
.lead .subm {
	float: left;
	margin-left: 35px;
	margin-top: -2px;
}


.winners {
	float: right;
	width: 316px;
	font-size: 12px;
	color: #FFFFFF;
	height: 220px;
}
.winners .hd {
	font-size: 18px;
	line-height: 28px;
	color: #66CC83;
	background-image: url(/images/pictured_news_list_hd.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-right: 20px;
	padding-bottom: 4px;
	background-position: right top;
	margin-bottom: 5px;
}
.winners .item {
	float: left;
	width: 100px;
	margin-right: 8px;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.winners .item:hover {
	text-decoration: underline;
}

.winners .name {
	width: 100px;
	padding-top: 22px;
	position: absolute;
	top: 101px;
	left: 0px;
	cursor: pointer;
}
.winners .one .name {
	background-image: url(/images/face/one.png);
	background-repeat: no-repeat;
}
.winners .two .name {
	background-image: url(/images/face/two.png);
	background-repeat: no-repeat;
}
.winners .three {
	margin-right: 0px;
}
.winners .three .name {
	background-image: url(/images/face/three.png);
	background-repeat: no-repeat;
}

.timer {
	background-color: #000000;
	float: right;
	height: 56px;
	width: 308px;
	padding-left: 9px;
	font-size: 12px;
	color: #989898;
}
.timer .item {
	float: left;
	width: 49px;
	margin-right: 21px;
}
.timer label {
	display: block;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}
.timer .number {
	height: 28px;
	width: 49px;
}
.timer img {
	display: block;
}
.timer .text {
	color: #80FFA4;
	float: right;
	margin-top: 5px;
	padding-right: 4px;
}
.timer .tens {
	float: left;
}
.timer .ones {
	float: right;
}


.mini_photo_menu {
	margin: 0px 0px 19px;
	padding: 0px;
}
.mini_photo_menu li {
	padding-bottom: 2px;
	list-style: none;
}
.mini_photo_menu a {
	line-height: 22px;
	background-image: url(/images/face/mini_photo_menu_item.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	display: block;
	height: 22px;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 46px;
}
.mini_photo_menu a:hover, .mini_photo_menu li.active a {
	background-position: right -22px;
	background-color: #80FFA4;
	color: #000000;
}
.collapsed_mini_photo_menu {
	padding: 4px 0px 7px;
	text-align: center;
	background-color: #000000;
	font-size: 12px;
}
.collapsed_mini_photo_menu li {
	display: inline;
	padding: 0px 17px;
}
.collapsed_mini_photo_menu a {
	background-image: none;
	display: inline;
	padding-right: 0px;
	text-decoration: underline;
}
.collapsed_mini_photo_menu a:hover, .collapsed_mini_photo_menu li.active a {
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

.sponsors {
	background-color: #ECECEC;
	min-height: 1px;
	margin-bottom: 15px;
	padding: 4px 4px 7px 0px;
}
.sponsors .hd {
	font-size: 18px;
	color: #66CC83;
}
.sponsors .item {
	float: right;
	margin-left: 40px;
	margin-right: 8px;
}
.sponsors .positioner {
	height: 80px;
	vertical-align: middle;
	display: table-cell;
}

.photo_list {
	margin: 0px;
	padding: 0px;
}
.photo_list li {
	float: left;
	margin-right: 24px;
	list-style: none;
	margin-bottom: 12px;
	vertical-align: bottom;
}
.photo_list .divider {
	clear: both;
	float: none;
	width: 100%;
	font-size: 0px;
	height: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
}

.photo_list a {
	text-decoration: none;
	color: #000000;
}
.photo_list a:hover {
	text-decoration: underline;
}
.photo_list img {
	display: block;
}


.photo_rate_now {
	margin-right: 20px;
	margin-left: 20px;
	color: #8A8A8A;
	font-size: 14px;
}
.photo_rate_now b {
	color: #000000;
}
.photo_rate_now p {
	padding-top: 5px;
	padding-bottom: 3px;
}


.photo_rate_now .pic {
	background-color: #ECECEC;
	padding-top: 13px;
	padding-bottom: 18px;
	margin-bottom: 3px;
}
.photo_rate_now .pic img {
	display: block;
	margin: 0px auto;
}
.photo_rate_now .rater {
	background-color: #ECECEC;
	padding: 7px 10px 5px 2px;
	float: left;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
.photo_rate_now .rater a {
	background-image: url(/images/face/star.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 29px;
	margin-left: 8px;
	font-weight: bold;
	color: #C5C5C5;
	text-decoration: none;
	padding-top: 1px;
}
.photo_rate_now .rater a:hover, .photo_rate_now .rater .bright {
	background-position: 0px -27px;
	color: #80FFA4;
}
.photo_rate_now .share_link {
	padding-bottom: 25px;
}
.photo_rate_now .share_link .inp {
	width: 300px;
	border: 1px solid #ADADAD;
	font: 12px Arial, Helvetica, sans-serif;
	color: #8A8A8A;
	margin-bottom: 3px;
	display: block;
}
.photo_rate_now .share_link .subm {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	float: right;
	margin-left: 10px;
	height: 24px;
}
.photo_rate_now .share_link .facebook {
	float: right;
}
.photo_rate_now .share_link .mekusharim {
	float: right;
	padding-left: 10px;
}
.photo_rate_now_form {
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 1px;
}
.photo_rate_now_form label {
	float: right;
	width: 130px;
	margin-bottom: 9px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
}
.photo_rate_now_form .inp {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 180px;
	float: right;
	margin-bottom: 9px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-top: 2px solid #5B5B5B;
	border-left: 2px solid #5B5B5B;
}
.photo_rate_now_form .sm_inp {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 50px;
	float: right;
	margin-bottom: 9px;
	margin-left: 10px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-top: 2px solid #5B5B5B;
	border-left: 2px solid #5B5B5B;
}
.photo_rate_now_form .checkbox {
	float: right;
}
.photo_rate_now_form .subm {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	float: right;
	border-style: none;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 9px;
	position: relative;
	top: 25px;
	cursor: pointer;
}
.center_col .toda {
	line-height: 18px;
	padding: 0px 20px;
	font-size: 12px;
}
.center_col .toda .button {
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px 25px;
	float: right;
	margin: 8px 0px 17px 16px;
	text-decoration: none;
}
.center_col .toda .button:hover {
	text-decoration: underline;
}



.banner_324x250 {
	width: 324px;
	margin-bottom: 28px;
}
.banner_160x656 {
	height: 676px;
	width: 160px;
	vertical-align: middle;
	display: table-cell;
	border-bottom: 20px solid #FFFFFF;
}
.banner_810x90 {
	float: left;
	width: 810px;
	margin-bottom: 10px;
}

.banner_content {
	margin-right: auto;
	margin-left: auto;
}
.banner_content img {
	display: block;
}
.vertical_banner_content {
}
.vertical_banner_content img {
	display: block;
}


.commented_banner {
	margin-bottom: 20px;
}
.commented_banner .pic {
	border: 1px solid #DDDDDD;
}
.commented_banner .pic img {
	display: block;
}
.commented_banner .comments {
	background-color: #F6F6F6;
	padding: 10px 10px 0px;
}

.poll_substitute {
	padding: 8px 5px 8px 8px;
	float: right;
	width: 146px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

.pictured_news_pic .photo_preview_bg {
	height: 31px;
}
.pictured_news_pic .photo_preview_bg .preview {
	height: 23px;
}

.pictured_news_pic .picture_number {
     color: #EAEAEA;
     background-color: #000000;
     float: right;
     text-decoration: none;
     height: 17px;
     width: 17px;
     margin-left: 4px;
     line-height: 16px;
     text-align: center;
     position:relative;
}
.pictured_news_pic .picture_number:hover {
	color: #2BFF65;
	text-decoration: none;
}

.video_counter .bg em {
	color: #FFFFFF;
	margin-right: 6px;
	margin-left: 6px;
	float: left;
	font-style: normal;
}


.logonew {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 500;
}
.logonew img {
	display: block;
}

.add_top_nav .logonew {
	top: 16px;
}



.facelead {
	background-image: url(/images/lead/facelead.gif);
	height: 200px;
	width: 430px;
	margin-right: -7px;
	position: relative;
	margin-bottom: 5px;
	padding: 8px 7px 8px 5px;
	font-size: 12px;
}
.facelead .main_pic {
	height: 200px;
}

.facelead form {
	height: 140px;
	padding: 60px 160px 0px 16px;
}
.facelead .line {
	height: 26px;
}

.facelead label {
	float: right;
	width: 70px;
}
.facelead .inp {
	font: 12px Tahoma, Arial, sans-serif;
	background-color: #FEFEFE;
	background-image: url(/images/lead/lead_inp.gif);
	background-repeat: repeat-x;
	float: left;
	width: 175px;
	border: 1px solid #B4B4B4;
	margin-bottom: 4px;
}
.facelead .subm {
	float: left;
	margin-left: 35px;
	margin-top: -2px;
}

.ndex_hd {
	background-image: url(/images/pictured_news_list_hd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 30px;
	height: 32px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.ndex_hd .fl {
	padding-right: 20px;
	color: #239E8E;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.ndex_hd .fl .small {
	font-size: 11px;
	color: #000000;
}
.ndex_hd .fl_left {
	left: 0px;
	right: auto;
	font-size: 11px;
	color: #000000;
	padding-left: 15px;
	top: 2px;
}
.ndex_hd .fl_left a {
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}

.ndex_gallery {
	min-height: 1px;
	margin: 0px 2px 30px -15px;
}
.ndex_gallery .gal_item {
	float: right;
	margin-left: 15px;
	background-color: #EEEEEE;
	width: 147px;
	color: #000000;
	text-decoration: none;
}
.ndex_gallery .gal_item:hover {
	text-decoration: underline;
}
.ndex_gallery .gal_item .pic {
	vertical-align: middle;
	display: table-cell;
	width: 145px;
	height: 100px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}
.ndex_gallery .gal_item .text {
	display: block;
	padding: 4px 4px 6px;
}
.ndex_categories {
	background-color: #F4F4F4;
	float: left;
	width: 396px;
	margin-bottom: 32px;
	padding-top: 4px;
}
.ndex_categories ul {
	margin: 0px;
	padding: 0px;
}
.ndex_categories li {
	background-image: url(/images/green_left_bullet.gif);
	background-repeat: no-repeat;
	background-position: 387px 6px;
	margin-bottom: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CACACA;
	list-style: none;
}
.ndex_categories b {
	font-size: 12px;
}
.ndex_categories a {
	color: #000000;
}
.ndex_categories .border_killer {
	background-color: #F4F4F4;
	height: 2px;
	margin-top: -9px;
	font-size: 0px;
}
.ndex_trail {
	font-size: 16px;
	color: #249D8E;
	padding-bottom: 20px;
	font-weight: bold;
}
.ndex_trail a {
	color: #000000;
}
.ndex_trail b {
	color: #000000;
}
.ndex_links {
	font-size: 12px;
	padding-bottom: 16px;
	line-height: 150%;
}
.ndex_links a {
	color: #000000;
	text-decoration: none;
}
.ndex_links a:hover {
	text-decoration: underline;
}
.ndex_phone {
	background-image: url(/images/green_left_bullet.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 12px;
}
.ndex_block_w_pic {
	font-size: 12px;
	border-bottom: 1px solid #CACACA;
	margin-bottom: 11px;
}
.ndex_block_w_pic .ndex_phone {
	margin-left: 20px;
}
.ndex_block_w_pic img {
	border: 1px solid #E1E1E1;
}
.ndex_counter {
	margin-right:0px;
	margin-top:-12px;
	border-top-color:#CACACA;
}
.ndex_form {
	background-color: #EEEEEE;
	padding: 20px 35px;
	float: right;
	margin-left: 10px;
	margin-top: 30px;
}
.ndex_form label {
	float: left;
	width: 90px;
	text-align: right;
	padding-left: 5px;
}
.ndex_form .inp {
	float: left;
	width: 160px;
	margin-bottom: 3px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-top: 2px solid #5B5B5B;
	border-left: 2px solid #5B5B5B;
	padding-right: 3px;
	padding-left: 3px;
}
.ndex_form textarea {
	width: 255px;
	margin-bottom: 7px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-top: 2px solid #5B5B5B;
	border-left: 2px solid #5B5B5B;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 5px;
	display: block;
}
.ndex_form .subm {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	float: left;
	height: 20px;
	width: 144px;
}
.ndex_form .checkbox {
}

.trail .trail_links {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-right: 12px;
	float: right;
	margin-top: 7px;
}
.trail .trail_links a {
}

.trail .inp {
	float: right;
	margin-top: 8px;
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
	margin-left: 5px;
	width: 570px;
}

.fas_index_digest {
	margin-bottom: 20px;
	min-height: 1px;
}
.fas_index_digest .inp {
	font: 11px Tahoma, Arial, sans-serif;
	float: right;
	width: 170px;
	border-style: none;
	margin: 20px 12px 0px 1px;
}
.fas_index_digest .subm {
	float: right;
	margin-top: 20px;
}
.fas_index_digest .bg {
	background-color: #EAEAEA;
	padding: 10px 5px 7px;
	min-height: 1px;
	font-size: 12px;
}
.fas_index_digest .heading {
	margin-bottom: 0px;
}
.fas_index_digest ul {
	margin: 0px;
	padding: 0px;
}
.fas_index_digest li {
	background-image: url(/images/green_left_bullet.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 13px;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 10px;
}
.fas_index_digest a {
	color: #000000;
}

.fas_index_digest .column {
	float: left;
	width: 25%;
}
.fas_index_digest .fpeople_pic {
	float: right;
	border-top: 3px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	margin-left: 8px;
}
.small_fas_index_digest .inp {
	width: 124px;
	margin: 0px 0px 10px 4px;
	border: 1px solid #ABABAB;
	padding-top: 0px;
	padding-bottom: 0px;
}
.small_fas_index_digest .column {
	width: 50%;
}
.small_fas_index_digest .subm {
	margin-top: 0px;
	margin-bottom: 10px;
}





.gal_preview_right {
	padding-right:0px;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	background-image: url(/images/pictured_news_list_hd.gif);
	background-repeat: no-repeat;
	height: 32px;
	background-position: right top;
}
.gal_preview_right a {
	color: #000000;
	text-decoration: none;
}
.gal_preview_right a:hover {
	text-decoration: underline;
}

.gal_preview_right_box
	{
	margin-bottom:16px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	}
.gal_preview_right_box .item
	{
	padding-right:10px;
	padding-left:2px;
	padding-top:8px;
	padding-bottom:8px;
	background-image: url(/images/right_preview_block_dotted.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
	}

.gal_preview_right_box .item a
	{
	color: #910000;
	}
.gal_preview_right_box .item a:hover
	{
	color: #910000;
	}







.job_login {
	background-color: #EAEAEA;
	padding: 15px 30px 18px 40px;
	float: right;
	width: 246px;
	margin-bottom: 12px;
	font-size: 12px;
}
.job_login b {
	color: #240063;
	display: block;
	margin-bottom: 12px;
}
.job_login label {
	text-align: left;
	float: right;
	width: 64px;
}
.job_login .inp {
	float: left;
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
	width: 170px;
	background-image: url(/images/party/form_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #BABABA;
	border-left: 1px solid #9A9A9A;
	margin-bottom: 10px;
	padding: 1px 0px 1px 3px;
	background-color: #FFFFFF;
}
.job_login .subm {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	float: left;
	height: 23px;
	width: 53px;
	border-bottom: none;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
}
.job_login .forgot {
	color: #000000;
	float: left;
	margin-left: 12px;
	display: inline;
	margin-top: 3px;
}



.club_login {
	float: none;
	padding-bottom: 12px;
	padding-top: 10px;
}


.club_login .forgot {
	float: right;
	white-space: nowrap;
	margin-left: 20px;
}
.club_login .hd {
	font-size: 14px;
	color: #840070;
	font-weight: bold;
	margin-bottom: 10px;
}

.left_col .club_preview {
	margin-bottom: 22px;
	font-size: 12px;
}
.left_col .club_preview a {
	color: #000000;
}
.left_col .club_preview .total {
	font-weight: bold;
	margin-bottom: 3px;
}

.left_col .club_preview .picture {
	background-image: url(/images/club/club_preview.jpg);
	height: 106px;
	position: relative;
	color: #FFFFFF;
	padding-right: 8px;
	padding-top: 5px;
}
.left_col .club_preview .picture a {
	color: #FFFFFF;
	text-decoration: none;
}
.left_col .club_preview .picture a:hover {
	text-decoration: underline;
}

.left_col .club_preview .picture .gold {
	background-image: url(/images/club/gold.gif);
	height: 28px;
	width: 117px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.left_col .club_preview .picture .silver {
	background-image: url(/images/club/silver.gif);
	height: 28px;
	width: 117px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.left_col .club_preview .picture .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.left_col .club_preview .picture img {
	margin-bottom: -7px;
	padding-left: 7px;
}



.box_tr
	{
	text-align:left;
	position:relative;
	z-index:999;
	}
.box_tr .box_tr_in
	{
	text-align:right;
	direction:rtl;
	position:absolute;
	top:112px;
	left:148px;
	}
	


.popup {
	position: absolute;
	text-align:right;
	direction:rtl;
	top:100px;
	left:280px;
	width:320px;
}
.popup table {
	border-collapse:collapse;
}
.popup td {
	padding: 0px;
	font-size: 0px;
	vertical-align: top;
}
.popup .lt {
	background-image: url(/images/popup/popup_lt.png);
	height: 12px;
	width: 12px;
}
.popup .t {
	background-image: url(/images/popup/popup_t.png);
}
.popup .rt {
	background-image: url(/images/popup/popup_rt.png);
	height: 12px;
	width: 12px;
}
.popup .l {
	background-image: url(/images/popup/popup_l.png);
}
.popup .c {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
}
.popup .r {
	background-image: url(/images/popup/popup_r.png);
}
.popup .lb {
	background-image: url(/images/popup/popup_lb.png);
	height: 12px;
	width: 12px;
}
.popup .b {
	background-image: url(/images/popup/popup_b.png);
}
.popup .rb {
	background-image: url(/images/popup/popup_rb.png);
	height: 12px;
	width: 12px;
}



.popup .popup_hd {
	background-color: #EAEAEA;
	height: 32px;
	margin-bottom: 10px;
	padding-left: 6px;
	font-size: 14px;
}
.popup .popup_hd_nobg {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 33px;
	padding-right: 50px;
	color: #A63089;
}
.popup .popup_hd_nobg strong {
	color: #000000;
}

.popup .popup_hd b {
	line-height: 30px;
	background-color: #FFFFFF;
	background-image: url(/images/club/popup_hd.gif);
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	padding-left: 50px;
	padding-right: 33px;
}

.popup .close {
	display: inline;
	float: left;
	margin-top: 8px;
}

.popup .forgot_success {
	font-size: 14px;
	font-weight: bold;
	color: #982F88;
	text-align: center;
	padding: 20px 40px 30px;
}


.popup .club_send_a_friend {
	padding: 0px 10px 10px;
}

.popup .club_send_a_friend label {
	float: right;
	width: 90px;
	padding-left: 10px;
	margin-bottom: 9px;
	text-align: left;
}
.popup .club_send_a_friend .field {
	float: left;
	margin-bottom: 9px;
}
.popup .club_send_a_friend .inp, .club_left .club_send_a_friend textarea {
	font: 11px Tahoma, Arial, sans-serif;
	color: #999999;
	width: 170px;
	background-image: url(/images/party/form_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9A9A9A;
	padding: 1px 0px 1px 3px;
	background-color: #FFFFFF;
}
.popup .club_send_a_friend .submit {
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 11px;
	text-align: left;
}
.popup .club_send_a_friend .submit input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	height: 22px;
	width: 53px;
	border: none;
}