html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	font-size: 100.01%;
}

body {
	background: #1b1b1b url('/images/body_bg.jpg') repeat;
	color: #530601;
	text-align: left;
	font: 14px Georgia, "Century Schoolbook L", Serif;
}

* html li {
	z-index: expression(
		runtimeStyle.zIndex = 1,
		this == parentNode.firstChild ? (className += " first-child") : 0
	)
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #007452;
}
ul {
	padding:5px;
	margin:15px 15px;
	list-style-type: circle;
}
ul li {
	padding: 3px 0 4px 0;
	margin: 0;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

.form-submit input::-moz-focus-inner,
.form-button input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="text"], input[type="password"] {
	font-size: 100%;
	padding: 0;
}

textarea {
	font: 100% Georgia, "Century Schoolbook L", Serif;
	padding: 0;
}

* html .formText {
	font-size: 100%;
	padding: 0;
}

* html input {
	z-index: expression(
	runtimeStyle.zIndex = 1,
	type == "text" ? (className += " formText") : 0,
	type == "password" ? (className += " formText") : 0
	)
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.push {
    padding: 0;
    zoom: 1;
}

.container {
	width: 1004px;
	margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.top {
	position: relative;
	z-index: 100;
}

.top .header {
	position: relative;
	padding: 30px 10px 0 49px;
	zoom: 1;
	height: 46px;
	background: url('/images/top_header_shdow.png') no-repeat center bottom;
}
.top .header .user {
	float: right;
}
.top .header .user ul {
	font: 12px/21px Tahoma, "Geneva CY", sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

.top .header .user li {
	float: left;
	margin-left: 10px;
	padding: 0;
}
.top .header .user li.active a {
	color: #777;
}

.top .header .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top .header .nav ul li {
	float: left;
	font-size: 18px;
	margin-right: 20px;
	padding-bottom: 5px;
	position: relative;
	zoom: 1;
	vertical-align: top;
}

.top .header .nav ul li a {
	color: #ddd;
	text-decoration: none;
	text-transform: lowercase;
}

.top .header .nav ul li.active a,
.top .header .nav ul li a:hover {
	color: #ff3816;
}

.top .header .nav ul .sub {
	position: absolute;
	width: 149px;
	background: url('/images/submenu_shadow.png') no-repeat;
	left: -4px;
	top: 24px;
	display: none;
}

.top .header .nav ul .sub .tail {
	height: 7px;
	margin: 0 0 -7px 3px;
	background: url('/images/submenu_shadow.png') no-repeat right bottom;
}

.top .header .nav ul li:hover .sub {
	display: block;
}

.top .header .nav ul .sub ul {
	margin: 0 0 0 4px;
	padding-bottom: 10px;
	background: url('/images/submenu_bg.jpg') repeat-y;
}

.top .header .nav ul .sub ul li {
	float: none;
	font-size: 14px;
	margin: 0;
	padding-bottom: 1px;
	background: url('/images/submenu_separator.png') no-repeat center bottom;
}

.top .header .nav ul .sub ul li a {
	display: block;
	padding: 3px 0 4px 16px;
	background: url('/images/submenu_a.png') repeat-y -400px -400px;
	color: #fff !important;
}

.top .header .nav ul .sub ul li a:hover {
	color: #f3c56c !important;
	background-position: 0 0;
}
.top .header .nav ul .sub ul li.active a {
	color: #f3c56c !important;
	background-position: 0 0;
}

.main {
	background: url('/images/main_shadow.png') repeat-y;
	padding: 0 10px 0 15px;
	position: relative;
	z-index: 10;
}

.main .wrap {
	background: #e6c074 url('/images/main_bg.jpg') repeat-y;
	padding: 0 0 65px;
	position: relative;
	zoom: 1;
}

.main .wrap .inbox {
	padding: 20px 38px 0 36px;
	position: relative;
	zoom: 1;
}

.main .top_home {
	width: 980px;
	height: 520px;
}

.main .top_home .top_left {
	float: left;
	width: 452px;
	margin-left: -17px;
}

.main .top_home .top_left .promo {
	background: url(/images/header_orig.jpg) no-repeat 2px top  ;
	height: 420px;
}

.main .top_home .top_left .promo_text {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	width: 400px;
	padding: 280px 0 0 40px;
}

.main .top_home .countdown {
	font-family: 'Times New Roman';
	font-size: 26px;
	background: url(/images/1.jpg) no-repeat 7px top;
	height: 80px;
	color: rgb(239,213,162);
	text-align: center;
	padding: 5px 0 0 17px;
}

.main .top_home .countdown strong {
	font-size: 44px;
}

.main .top_home .top_right {
	float: left;
	background: url(/images/3_1.jpg) no-repeat left -34px;
	height: 520px;
	width: 524px;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
.main .top_home .top_right a {
	display: block;
	margin-top: 12px;
	font-size: 18px;
}

.main .top_section {
	height: 302px;
	padding-bottom: 11px;
	background: url('/images/top_section_shadow.png') no-repeat 0 bottom;
	position: relative;
}

.main .top_section .lside {
	width: 435px;
	height: 302px;
	background: url('/images/top_section_lpic_red.png') no-repeat;
	float: left;
	/*margin-left: -14px;*/
}

.main .top_section_mod .lside {
	background: url('/images/top_section_lpic_mod_red.jpg') no-repeat left -1px;
}

.main .top_section_mod_green .lside {
	background: url('/images/top_section_lpic_mod_green.jpg') no-repeat left -1px;
}

.main .top_section .rside {
	width: 544px;
	height: 302px;
	float: left;
	overflow: hidden;
}

.main .top_section .rside img {
	width: 544px;
	display: block;
}

.main .top_section .bottom {
	position: absolute;
	left: 0;
	bottom: 11px;
	padding: 6px 0 7px;
	background: url('/images/top_section_bottom.png') repeat;
	zoom: 1;
	width: 100%;
}

.main .top_section_mod .bottom {
	height: 41px;
	padding: 6px 0 3px;
}

.main .top_section .bottom .order {
	padding: 0 0 0 25px;
}

.main .top_section .bottom .order a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 0 50px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 41px;
	line-height: 35px;
	text-decoration: none;
	background: url('/images/top_section_order.png') no-repeat right top;
	text-transform: uppercase;
}

.main .top_section .bottom .order a span {
	color: #f3c56c;
	font-size: 25px;
	font-weight: bold;
}

.main .bottom_partner {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: -9px;
}

.main .bottom_partner img {
	display: block;
}

.main .title {
	height: 45px;
	overflow: hidden;
	zoom: 1;
}

.main .title .ltail {
	background: url('/images/title_ltail.png') no-repeat;
	width: 18px;
	height: 43px;
	overflow: hidden;
	float: left;
}

.main .title .rtail {
	background: url('/images/title_rtail.png') no-repeat;
	width: 12px;
	height: 43px;
	overflow: hidden;
	float: left;
}

.main .title .rss {
	padding: 3px 0 0;
	float: left;
	zoom: 1;
}

.main .title .inner {
	background: url('/images/title_c.png') repeat-x;
	height: 39px;
	padding-top: 4px;
	overflow: hidden;
	float: left;
	padding-right: 17px;
	zoom: 1;
}

.main .title .inner table {
	width: 233px;
}

.main .title .inner table td.name {
	padding-right: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.main .title .inner table td.name h3 {
	display: inline;
}

.main .title .inner table td.name h3 a {
	color: #fff;
	text-decoration: none;
}

.main .title .inner table td.name h3 a:hover {
	text-decoration: underline;
}


.main .title .inner table td.empty {
	width: 100%;
	padding-left: 35px;
	background: url('/images/title_empty.png') repeat-x 0 4px;
}
.main .content {
	overflow: hidden;
	padding-top: 10px;
}
.main .content .contacts{
	overflow: hidden;
	padding-left: 20px;
}

.main .content h1,
.main .content h2,
.main .content h3,
.main .content h4 {
	margin: 0 0 9px;
	/*text-transform: uppercase;*/
}

.main .content p {
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	margin: 0 0 18px;
}

.main .headcontrols {
	margin: -15px 0 10px;
}

.main .headcontrols .sn {
	float: right;
}

.main .headcontrols .crumbs {
	line-height: 26px;
	text-transform: lowercase;
}

.main .headcontrols .crumbs a {
	margin-right: 15px;
	padding-left: 11px;
	background: url('/images/crumbs_a.png') no-repeat 0 6px;
	text-shadow: 5px 5px 7px rgba(0,0,0,0.3);
}

.main .headcontrols .crumbs span {
	margin-right: 15px;
	padding-left: 11px;
	background: url('/images/crumbs_span.png') no-repeat 0 6px;
	text-shadow: 5px 5px 7px rgba(0,0,0,0.3);
}

.main .columns {
	zoom: 1;
}

.main .columns .column_l {
	width: 485px;
	float: left;
}

.main .columns .column_r {
	width: 350px;
	float: right;
}

.main .columns .column_r .title {
	margin: 0 0 18px -18px;
}

.main .columns .order {
	margin-left: -32px;
}

.main .columns .order a {
	display: block;
	padding: 0 0 0 50px;
	color: #530601;
	font-size: 24px;
	font-weight: bold;
	width: 469px;
	height: 42px;
	text-decoration: none;
	background: url('/images/order_bg.png') no-repeat;
	text-transform: uppercase;
}

.main .columns .order a span {
	color: #ff3816;
	font-size: 30px;
	font-weight: bold;
}
.order ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.main .columns .order ul {
	margin: 0 0 15px 0;
}

.main .columns .player {
	margin: 0 0 32px -5px;
}

.main .columns .starword {
	width: 482px;
	padding: 0 2px 7px 4px;
	margin: 5px 0 0 -4px;
	background: url('/images/starword_shadow.png') no-repeat left bottom;
	position: relative;
}

.main .columns .starword .inner {
	padding: 0;
	background: url('/images/starword_inner.jpg') repeat;
	overflow: hidden;
	position: relative;
	top: -5px;
	margin-bottom: -5px;
}

.main .columns .starword .inner img.pic {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1000;
}

.main .columns .starword .inner .inbox {
	min-height: 163px;
	background: url('/images/starword_inbox.jpg') repeat-x left bottom;
	padding: 20px 20px 16px 0;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	text-align: right;
	position: relative;
	z-index: 100;
}

.main .columns .starword .inner h3 {
	font-size: 18px;
	color: #ff3816;
	line-height: 1.2;
	margin-bottom: 20px;
	text-shadow: -1px -1px 1px #543f17, 1px 1px 1px #543f17;
}

.main .columns .newslist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.main .columns .newslist ul li {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 19px;
}

.main .columns .newslist ul li .more {
	padding-top: 2px;
	font-size: 14px;
	line-height: 19px;
}
.newslist ul li p {
	margin:0;
	padding:0;
}

.main .columns .sn {
	margin-top: 40px;
}

.main .sn a {
	margin: 0 6px 0 0;
}

.main .sn a img {
	vertical-align: top;
}

.main .pagination {
	padding: 0;
	margin-top: 20px;
	zoom: 1;
	text-align: right;
	height: 40px;
}

.main .pagination ul {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
	text-align: right;
}

.main .pagination ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	height: 16px;
	padding: 0 5px;
	line-height: 16px;
	font-size: 12px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.main .pagination ul li a {
	color: #626262;
}

.main .pagination ul li.active {
	background: url('/images/pagination_li.png') repeat;
}

.main .pagination ul li.active a {
	color: #0f0f0f;
	text-decoration: none;
}

.main .pagination ul li.arrows {
	font: 14px Georgia, "Century Schoolbook L", Serif;
}

.main .pagination ul li.arrows a {
	color: #2a7b51;
	font-weight: bold;
}

.main .orderform {
	padding: 20px 0 10px;
	zoom: 1;
}

.main .orderform h4 {
	margin: 0 0 30px 394px;
}

.main .orderform .add {
	padding: 0 0 20px 388px;
	margin-top: -10px;
}

.main .orderform .form-field {
	vertical-align: top;
	padding-bottom: 20px;
}

.main .orderform .form-field label {
	display: inline-block;
	//display: inline;
	zoom: 1;
	width: 380px;
	text-align: right;
	margin-right: 7px;
	height: 21px;
	line-height: 21px;
	vertical-align: top;
}

.main .orderform .form-field input[type="text"], .main .orderform .form-field input[type="password"] {
	font-size: 12px;
	color: #6c4d23;
	height: 15px;
	padding: 3px 0 3px 7px;
	background: url('/images/input_text_field.png') no-repeat;
	width: 257px;
	border: none;
	font-family: Georgia, "Century Schoolbook L", Serif;
}

.main .orderform .form-field-sub label {
	width: 420px;
	margin-right: 5px;
}

.main .orderform .form-field-sub input[type="text"] {
	background: url('/images/input_text_field_sub.png') no-repeat;
	width: 219px;
}

.main .orderform .form-field-sub select {
	width: 226px;
}

.main .orderform .form-field-small select {
	width: auto;
}

.main .orderform .form-field-small input[type="text"] {
	background: url('/images/input_text_field_small.png') no-repeat;
	width: 35px;
}

.main .orderform .form-field .example {
	margin-left: 397px;
	font-size: 11px;
	line-height: 12px;
	color: #7a7a7a;
	margin-bottom: -12px;
}

.main .orderform .form-field-sub .example {
	margin-left: 437px;
}

.main .orderform .form-select .example {
	position: relative;
	top: -4px;
	white-space: pre;
	z-index: 0;
}

.main .orderform .form-check {
	padding: 0 0 15px 425px;
	font-size: 11px;
	margin-top: -5px;
	color: #2f2713;
	letter-spacing: -1px;
}

.main .orderform .form-submit {
	padding: 5px 0 0 525px;
}

.main .orderform .form-submit input {
	height: 40px;
	width: 134px;
	background: url('/images/orderform-submit.png') no-repeat left 5px;
	border: none;
	cursor: pointer;
	vertical-align: top;
	font:  12px Georgia, "Century Schoolbook L", Serif;
	color: #ffe363;
}

.main .orderform .separator {
	font-size: 0;
	line-height: 0;
	height: 1px;
	width: 100%;
	background: url('/images/form_separator.png') no-repeat center top;
	margin: -10px 0 10px;
}

.main .article .pic {
	width: 174px;
	padding: 1px 2px 7px 4px;
	zoom: 1;
	background: url('/images/article_pic_bg.png') no-repeat left bottom;
	float: left;
	margin-right: 17px;
}

.main .article .pic img {
	width: 174px;
	display: block;
}
.main .article .pic .wrapper {
	background: url('/images/starword_inner.jpg') repeat;
}

.main .commentslist {
	padding: 20px 0 0 20px;
}

.main .commentslist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	width: 910px;
}

.main .commentslist ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	padding-bottom: 32px;
}

.main .commentslist ul li .pic {
	float: left;
	margin: 3px 12px 0 0;
	-webkit-box-shadow: -4px 4px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: -4px 4px 8px rgba(0,0,0,0.5);
    box-shadow: -4px 4px 8px rgba(0,0,0,0.5);
}

.main .commentslist ul li .pic img {
	display: block;
	width:102px;
}
.main .commentslist ul li .pic .wrapper {
	background: url('/images/starword_inner.jpg') repeat;
}

.main .commentslist ul li .inner {
	width: 340px;
	float: left;
}

.main .commentslist ul li .inner .name {
	padding: 0 50px 0 0;
	font-size: 16px;
	font-weight: bold;
}

.main .commentslist ul li .inner .info {
	padding: 0 50px 4px 0;
	font-size: 14px;
	font-style: italic;
	margin-top: -2px;
}

.main .commentslist ul li .inner .comment {
	padding: 5px 50px 0 0;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	background: url('/images/commentslist_sep.png') no-repeat;
}

.main .personslist {
	padding: 20px 0 0 20px;
}

.main .personslist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	width: 910px;
}

.main .personslist ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	padding-bottom: 32px;
}

.main .personslist ul li .pic {
	float: left;
	margin: 3px 12px 0 0;
	-webkit-box-shadow: -4px 4px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: -4px 4px 8px rgba(0,0,0,0.5);
    box-shadow: -4px 4px 8px rgba(0,0,0,0.5);
}

.main .personslist ul li .pic img {
	display: block;
	width:102px;
}

.main .personslist ul li .inner {
	width: 340px;
	float: left;
}

.main .personslist ul li .inner .name {
	padding: 0 50px 0 0;
	font-size: 16px;
	font-weight: bold;
}

.main .personslist ul li .inner .info {
	padding: 8px 50px 4px 0;
	height: 40px;
	font-size: 14px;
	margin-top: -2px;

}

.main .personslist ul li .inner .contacts {
	padding: 0px 50px 0 0;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
}



.main .gallery {
	margin-top: -40px;
}

.main .gallery .inner {
	padding: 15px 0 0;
	zoom: 1;
	margin-bottom: -20px;
	overflow: hidden;
}

.main .gallery .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.main .gallery .inner ul li {
	height: 160px;
	width: 160px;
	padding: 0 3px 5px;
	background: url('/images/gallery_pattern.png') no-repeat;
	overflow: hidden;
	float: left;
	zoom: 1;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: normal;
	margin: 0 10px 25px 5px;
	text-align: center;
}

.main .gallery .inner ul li a.images {
	height: 127px;
	width: 160px;
	display: block;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.main .news {
	margin-top: -40px;
	padding: 0 20px 0 0;
	zoom: 1;
}

.main .news .details p {
	padding:0;
	margin:0;
}

.main .news .inner {
	padding: 15px 0 0;
	zoom: 1;
	margin-bottom: -20px;
}

.main .news .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .news .inner ul li {
	padding: 0 0 20px 17px;
	zoom: 1;
}

.main .news .inner ul li .pic {
	width: 108px;
	padding: 0 3px 6px;
	zoom: 1;
	float: left;
	background: url('/images/news_pic_shadow.png') no-repeat bottom;
	margin: 3px 0 0 0;
}

.main .news .inner ul li .pic img {
	display: block;
	margin: -2px auto 0 auto;
}

.main .news .inner ul li .details {
	font-size: 16px;
	width: 735px;
	float: right;
}

.main .news .inner ul li .more {
	font-size: 14px;
	padding-top: 15px;
}

.main .partners {
	padding: 20px 0 0;
	zoom: 1;
}

.main .partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.main .partners ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	width: 33%;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.main .partners ul li a {
	text-decoration: none;
	color: #530601;
	display: inline-block;
	//display: inline;
	zoom: 1;
}

.main .partners ul li a img {
	display: block;
	padding: 8px 0 0;
}

.footer {
	position: relative;
	z-index: 1;
	width: 1004px;
    height: 152px;
	background: url('/images/footer_bg1.png') no-repeat 1px top;
}

.footer .partners {
	padding: 14px 0 0 75px;
	height: 78px;
}

.footer .partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .partners ul li {
	padding: 0 68px 0 0;
	vertical-align: top;
	display: inline-block;
	//display: inline;
	zoom: 1;
}

.footer .copyright {
	font-size: 11px;
	color: #b7b7b7;
	text-align: center;
}

.gallery-photo-id-caption {
	font: 14px Georgia, "Century Schoolbook L", Serif;
	font-weight: bold;
	color: #F3C56C;
	text-align: right;
	padding: 15px 0 0 0;
}

.error {
	color: rgb(253, 37, 0);
}

.ok {
	color: #3D4E18;
}

#sendok {
	width: 90%;
	text-align: center;
	margin: 10px 0 30px 110px;
}

.button {
	padding: 0 0 0 40px;
	margin: 0 10px 0 0;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.like {
	background: url(/images/like.png) no-repeat 2px left;
	color: rgb(61,78,24);
}
.unlike {
	background: url(/images/unlike.png) no-repeat 2px left;
	color: rgb(253, 37, 0);
}
.like-disabled {
	background: url(/images/like_disabled.png) no-repeat 2px left;
	color: rgb(61,78,24);
}
.unlike-disabled {
	background: url(/images/unlike_disabled.png) no-repeat 2px left;
	color: rgb(253, 37, 0);
}

.voting {
	margin-top: -40px;
}
.voting .inner {
	padding: 15px 0 0 0;
	zoom: 1;
	margin: -46px 0 10px 0;
	overflow: hidden;
}

.voting table {
	width: 100%;
	border-spacing: 2px!important;
}
.voting td, .songs td {
	padding: 3px 5px 3px 5px;
	background: url(/images/voting-tail.jpg) repeat;
}
.voting td.flash {
	padding: 0!important;
	border: none;
	width: 472px;
}
.voting td.flash {

}

.sort {
	float: left;
	padding: 10px 0 10px 0;
}
.sort ul {
	list-style: none;
	padding: 0 0 0 3px;
	margin: 0;
}
.sort ul li {
	float: left;
	margin-right: 20px;
	padding-left: 14px;
}
.sort li.up {
	background: url(/images/up.png) no-repeat left 8px !important;
}
.sort li.down {
	background: url(/images/down.png) no-repeat left 8px !important;
}

.results {
	width: 100%;
	margin: 15px 0;
}

.results td {
	width: 50%;
	vertical-align: top;
	padding-left: 0;
}
.results td li {
	margin-left: 25px;
}

.results h4 {
	margin-left: 25px;
}

.guests {
	width: 100%;
	margin: 0 0 0 30px;
	padding: 0;
}

.guests ul {
	font-size: 16px;
	list-style: none!important;
	margin:0;
	padding:0;
}
.guests ul li {
	float: left;
	width: 224px;
	font-weight: bold;
	color: #007452;
	background: url(/images/green-marker.jpg) no-repeat left center;
	padding: 5px 0 6px 15px;
	margin: 0;
}

.guests li a, .guests li span {
	color: #530601!important;
}
.guests li a:hover {
	text-decoration: underline;
	color:#007452!important;
}

.random_photos {
	margin-left: -18px;
}
.random_photos a {
	display: block;
	width: 160px;
	height: 127px;
}
.random_photos ul {
	padding: 0;
	margin: 0;
	clear: both;
}
.random_photos ul li {
	float: left;
	list-style: none;
}

.block_links {
	margin: -10px 0 0 -60px;
	height:65px;
	overflow:hidden;
}

.block_links * { background:none; border:medium none !important; clear:none !important; clip:rect(auto, auto, auto, auto) !important; font-size:100% !important; font-style:normal !important; font-variant:normal !important; font-weight:normal !important; height:auto !important; letter-spacing:normal !important; line-height:normal !important; margin:0 !important; overflow:visible !important; padding:0 !important; position:static !important; text-align:left !important; text-decoration:none !important; text-indent:0 !important; text-transform:none !important; vertical-align:baseline !important; visibility:visible !important; white-space:normal !important; width:auto; word-spacing:normal !important; z-index:auto !important; cursor: pointer!important; } 
.block_links li { display:list-item !important; list-style-image:none !important; list-style-position:outside !important; list-style-type:none !important; display: inline; } 
.block_links li DIV { padding:0.5em !important; } 
.block_links DIV, 
.block_links TABLE { padding: 0px !important; } 
.block_links { width: 968px!important; font-family: Verdana!important; font-size: 11px!important; border: none!important; padding:0 0 0 10px!important; position: relative!important; display:block!important; } 
.block_links_icnt, .block_links_icnt * { text-align: left!important; } 
.block_links_text, .block_links_text A, .block_links_text A:hover { color: #B7B7B7!important; font-size: 11px!important; } 
.block_links_url { color: #007452!important; font-size: 11px!important; } 
.block_links_header, .block_links_header A { color: #007452!important; font-size: 13px!important; font-weight: bold!important; text-decoration: underline!important; } 
.block_links_sign { color: #777!important; font-size: 10px!important; text-align: left!important; margin-top: 5px!important;} 
.block_links_clear { clear:both!important; } 
.block_links TABLE { width: 100%!important; border: 0px!important; }



