@charset "utf-8";
/* CSS Document */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.fix {
	clear:both;
}

.more {
	color:#CC0000;
	text-decoration:underline;
}

.more a:link, a:active, a:visited {
	color:#CC0000;
	text-decoration:underline;
}

.more a:hover {
	color:#CC0000;
	text-decoration:none;
}


/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}


/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

.img_caption  {
text-align: center!important;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

@charset "utf-8";
body {
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/main-bg.gif);
background-repeat : repeat-x;
background-color : #ffffff;
margin : 0;
}
#wrap {
width : 1000px;
margin : 0 auto;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/body-bg.png);
background-repeat : repeat-y;
padding : 0 16px;
position : relative;
}
#header {
width : 1000px;
height : 135px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/header-bg.jpg);
background-repeat : repeat-x;
background-color : #990000;
}
#header-part-1 {
width : auto;
height : 70px;
}
#logo {
width : 187px;
height : 70px;
float : left;
/* margin-left : 5px; */
}
#login-wrap {
height : 70px;
width : 500px;
/*margin-left : 300px;*/
float : right;
margin-right: 15px;
}
.log-1 {
width : 440px;
height : 31px;
text-align : right;
float : right;
clear : both;
}
.validation {
margin-bottom : 10px;
margin-right : 8px;
float : left;
}
.validation2 {
margin-bottom : 15px;
float : right;
}
#jflanguageselection {
width : 390px;
height : 25px;
padding-top : 4px;
padding-left:4px;
text-align : center;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/language.gif);
background-repeat : no-repeat;
float : left;
position : absolute;
left : 350px;
top : -1px;
}
#jflanguageselection .rawimages span {
padding : 3px;
}.log {
float : left;
width : auto;
margin : 0 0 0 5px;
}
.log-left {
float : left;
width : 146px;
margin : 5px 0 0 5px;
color : #f0e7ca;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : right;
}
.log-out {
float : right;
width : 200px;
margin : 5px 0 0 280px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #f0e7ca;
}
.log-out a, .log-out a:visited, .log-out a:active {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #f0e7ca;
}
.log-out a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #ffcc00;
}
.log-field {
width : 82px;
height : 15px;
padding : 5px 7px 3px 7px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/login.gif);
background-repeat : no-repeat;
border : 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #bc7d7d;
margin-right : 0;
margin-top : 6px;
}
.log-button {
margin-top : 6px;
}
#reg-left {
width : 11px;
height : 31px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/log-bg-left.gif);
float : left;
margin-left : 172px;
}
#reg-mid {
height : 29px;
background-color : #760000;
border-bottom : 1px solid #b10d0d;
border-top : 1px solid #d60d0d;
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #eab400;
font-weight : bold;
}

#banking-text {
margin-top: 2px;
margin-right: 10px;
padding: 0;
border: 1px solid red;
height : 23px;
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #EEB704;
background:url(http://cdn.resources.dfzuqiu.org/prod/images/banking-text-bg.gif) repeat-x;
font-weight : bold;
position: relative;
}

.banking-inner-text
{
	padding: 5px 25px 0 5px;
	display: inline-block;
}

#banking-image {
height : 29px;
float : left;
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #eab400;
font-weight : bold;
margin: 0px 10px 0px auto;
padding: 0px;
}

#reg-mid a, a:visited, a:active {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #f0e7ca;
font-weight : normal;
}
#reg-mid a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #ffcc00;
font-weight : normal;
}
#reg-right {
width : 12px;
height : 31px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/log-bg-right.gif);
float : left;
}
.reg-button {
margin-top : 3px;
float : left;
}
#header-part-2 {
width : auto;
height : 31px;
}
#main-nav {
margin-left : 10px;
float : left;
}
#hot-news {
width : 477px;
margin-left : 7px;
float : left;
}
#hot-news-left {
width : 92px;
height : 22px;
float : left;
background-repeat : no-repeat;
margin-top : 5px;
}
#hot-news-mid {
width : 350px;
height : 17px;
float : left;
background-color : #610000;
border-bottom : 1px solid #860000;
border-top : 1px solid #860000;
margin-top : 5px;
padding-left : 10px;
padding-top : 3px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #cc9a00;
}
#hot-news-right {
width : 15px;
height : 22px;
float : left;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/hot-news-right.gif);
background-repeat : no-repeat;
margin-top : 5px;
}
#header-part-3 {
width : auto;
height : 30px;
}
#sub-menu {
float : left;
width : 501px;
margin-left : 15px;
text-align : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #292828;
font-size : 11px;
}
#sub-menu li {
float : left;
padding-top : 8px;
margin-right : 20px;
background-repeat : no-repeat;
padding-left : 10px;
display : inline;
}
#sub-menu a, a:active, a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #292828;
font-size : 11px;
text-decoration : none;
}
#sub-menu a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #292828;
font-size : 11px;
text-decoration : underline;
}
#live-chat {
	width : 105px;
	height : 22px;
	float : right;
	padding-top : 3px;
	margin-right : 15px;
}

#date {
	color: #000;
	float: right;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 17px;
	margin-left: 10px;
	margin-top: 4px;
	padding: 4px 0 0 11px;
	width: 196px;
	position: absolute;
	top: 71px;
	right: 20px;
}

#content {
width : 1000px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/bar-bg-top.gif);
background-position : left top;
background-repeat : no-repeat;
padding: 0px;
margin: 0px;
}
#content-left {
width : 197px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/bar-bg.gif);
background-repeat : repeat-x;
margin : 10px 11px 10px 0;
min-height : 700px;
float : left;
}
#content-mid {
width : 569px;
margin : 10px 11px 10px 0;
float : left;
}
#my-account {
width : 781px;
margin : 10px 11px 10px 0;
float : left;
}
#my-account-header {
width : 1000px;
height : 70px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/header-bg.jpg);
background-repeat : repeat-x;
background-color : #990000;
}
#my-account-text2 {
width : 739px;
padding : 20px;
border : 1px solid #bebebe;
margin-bottom : 5px;
font-family : Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
text-decoration : none;
}
#my-account-text2 a, a:active, a:visited {
font-family : Arial, Helvetica, sans-serif;
color : #ffcc00;
text-decoration : none;
}
#my-account-text2 a:hover {
font-family : Arial, Helvetica, sans-serif;
color : #ffffff;
text-decoration : none;
}
#content-right {
width : 202px;
margin : 10px 0 10px 0;
float : left;
}
#side-buttons {
width : 179px;
margin : 0 auto;
}
#side-buttons ul, #side-buttons li {
list-style : none;
margin-bottom : 5px;
display : block;
}
#side-bar-top {
width : 159px;
height : 25px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/bar-top.gif);
background-repeat : no-repeat;
margin : 0 auto;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #fbd650;
font-weight : bold;
padding : 5px 0 0 20px;
}
#side-bar-mid {
background-color : #a00101;
width : 179px;
margin : 0 auto;
}
#side-bar-bottom {
width : 179px;
height : 10px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/bar-bottom.gif);
background-repeat : no-repeat;
margin : 0 auto;
}
.content-header-wrap {
height : 34px;
width : 569px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/highlights-bg.gif);
background-repeat : repeat-x;
}
.content-header-left {
height : 34px;
width : 17px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/highlights-left.gif);
background-repeat : no-repeat;
float : left;
}
.content-header-right {
height : 34px;
width : 17px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/highlights-right.gif);
background-repeat : no-repeat;
float : right;
}
.content-header-text {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #ffffff;
float : left;
padding-top : 8px;
}
#flash {
width : 569px;
height : 216px;
margin-bottom : 5px;
}
#text {
width : 527px;
padding : 20px;
border : 1px solid #bebebe;
margin-bottom : 5px;
font-family : Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
text-decoration : none;
}
#text a, a:active, a:visited {
font-family : Arial, Helvetica, sans-serif;
color : #990000;
font-size : 12px;
text-decoration : underline;
}
#text a:hover {
font-family : Arial, Helvetica, sans-serif;
color : #ff0000;
font-size : 12px;
text-decoration : underline;
}
#text2 {
width : 527px;
padding : 20px;
border : 1px solid #bebebe;
margin-bottom : 5px;
font-family : Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
text-decoration : none;
}
#text2 a, a:active, a:visited {
font-family : Arial, Helvetica, sans-serif;
color : #ffcc00;
text-decoration : none;
}
#text2 a:hover {
font-family : Arial, Helvetica, sans-serif;
color : #ffffff;
text-decoration : none;
}
.blurb {
width : 567px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/blurb-top.gif);
background-repeat : no-repeat;
background-position : center top;
background-color : #ededed;
margin-bottom : 5px;
border : 1px solid #a1a1a1;
}
.blurb p {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
padding : 15px 10px 5px 10px;
}
.blurb h1 {
color : #f0eedf;
font-size : 12px;
font-weight : bold;
margin : 5px 0 0 280px;
padding : 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
h1 a, h1 a:active, h1 a:visited {
color : #f0eedf;
font-size : 12px;
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
h1 a:hover {
color : #ffcc00;
font-size : 12px;
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : underline;
}
.img-left {
border : none;
margin-right : 10px;
}
.thumb-left {
border : none;
float : left;
margin : 15px 10px 0 10px;
}
.bet-now {
margin-right : 10px;
text-align : right;
margin-bottom : 5px;
}
#tab {
width : 569px;
margin-bottom : 5px;
}
.news {
width : 567px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/news-top.gif);
background-repeat : no-repeat;
background-position : center top;
background-color : #ededed;
margin-bottom : 5px;
border : 1px solid #a1a1a1;
}
.news p {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
padding : 15px 10px 5px 10px;
}
.news li {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
padding : 10px 10px 5px 10px;
font-weight : bold;
list-style : disc inside;
}
.news a {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
text-decoration : none;
}
.news a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #990000;
font-size : 12px;
text-decoration : underline;
}
.news-odd {
width : auto;
background-color : #fff;
border-bottom : 1px solid #d8d8d8;
border-top : 1px solid #d8d8d8;
text-decoration : none;
}
.news-even {
width : auto;
}
.news h1 {
color : #f0eedf;
font-size : 12px;
font-weight : bold;
margin : 5px 0 5px 20px;
padding : 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.news h1 a {
color : #f0eedf;
font-size : 12px;
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.news h1 a:visited {
color : #f0eedf;
font-size : 12px;
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.news h1 a:hover {
color : #ffcc00;
font-size : 12px;
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : underline;
}
#t-special {
width : 200px;
border : 1px solid #a1a1a1;
margin : 5px 0;
}
.t-thumb {
margin : 5px 7px 0 7px;
}
#t-special p {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #6d6d6d;
font-size : 12px;
padding : 10px 10px 5px 10px;
}
#t-buttons {
width : 202px;
}
#t-buttons ul, #t-buttons li {
list-style : none;
margin-bottom : 5px;
display : block;
}
#footer {
width : 850px;
background-color : #efefef;
padding : 15px 75px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #868686;
font-size : 10px;
text-align : center;
/*
position: relative;
*/
}
#footer li, #footer ul {
list-style : none;
display : inline;
margin-right : 8px;
margin-left : 8px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #868686;
font-size : 10px;
margin-bottom : 10px;
}
#footer a, #footer a:active, #footer a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #868686;
font-size : 10px;
text-align : center;

text-decoration : none;
}
#footer a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #868686;
font-size : 10px;
text-align : center;
text-decoration : underline;
}
#f-logo {
margin : 0 auto;
margin-top : 10px;
}
#footer-logo-left {
width : 17px;
height : 57px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/footer-left.gif);
background-repeat : no-repeat;
float : left;
margin-left : 5px;
}
#footer-logo-mid {
width : 800px;
background-color : #dfdfdf;
border-bottom : 1px solid #bebebe;
border-top : 1px solid #bebebe;
float : left;
height : 45px;
padding-top : 10px;
}
#footer-logo-right {
width : 18px;
height : 57px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/footer-right.gif);
background-repeat : no-repeat;
float : left;
}
.underlined {
border-bottom : 1px solid #cccccc;
font-size : 13px;
}
.form-text {
height : 20px;
}
.form {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}
.error-msg {
padding : 10px 40px;
border : 4px dashed #f0d851;
background-color : #fff2aa;
color : #990000;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/25-small.gif);
background-position : left;
background-repeat : no-repeat;
}
.success-msg {
padding : 10px 40px;
border : 4px dashed #bae169;
background-color : #e1f5b7;
color : #333333;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/26-small.gif);
background-position : left;
background-repeat : no-repeat;
}
#pop-up {
width : 481px;
height : 329px;
background-color : #fbd650;
border : 9px solid #fff;
}
.pop-up-text {
font-family : Arial, Helvetica, sans-serif;
color : #414141;
font-size : 13px;
margin : auto;
width : auto;
text-align : center;
}
.pop-up-text a, .pop-up-text a:active, .pop-up-text a:visited {
font-family : Arial, Helvetica, sans-serif;
color : #990000;
font-size : 13px;
margin : 0 auto;
}
.pop-up-text a:hover {
font-family : Arial, Helvetica, sans-serif;
color : #cc0000;
font-size : 13px;
margin : auto;
}
textarea.error, select.error, input.error {
border : 1px solid #ff0000;
}
.text-bg {
padding : 5px;
padding-left : 20px;
background : #ffff99;
margin : 5px 30px;
border : 2px dashed #996600;
width : 410px;
}
.small {
display : none;
}
.ads-post {
width : 569px;
margin-bottom : 5px;
}
.a-post-1 {
width : 277px;
height : 124px;
margin-right : 10px;
float : left;
border-left : 1px solid #a1a1a1;
border-right : 1px solid #a1a1a1;
border-bottom : 1px solid #a1a1a1;
border-top : 5px solid #a00101;
}
.a-post-2 {
width : 277px;
height : 124px;
float : left;
border-left : 1px solid #a1a1a1;
border-right : 1px solid #a1a1a1;
border-bottom : 1px solid #a1a1a1;
border-top : 5px solid #a00101;
}
.a-post-promo {
width : 567px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/ad-sample3.gif);
background-repeat : no-repeat;
background-position : center top;
background-color : #ededed;
margin-bottom : 5px;
border : 1px solid #a1a1a1;
}
#side-bar-top-2 {
width : 179px;
height : 11px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/bar-top2.gif);
background-position : bottom;
background-repeat : no-repeat;
margin : 0 auto;
}
.bet-now2 {
margin-right : 10px;
text-align : right;
margin-bottom : 5px;
margin-top : 110px;
}
.odd1 {
background : #fbd650;
font : bold 13px Myriad Web Pro, Arial;
color : #404040;
padding : 3px 10px 3px 10px;
text-decoration : none;
border-top : 1px solid #fff;
border-bottom : 1px solid #fac730;
margin : 0 2px;
}
.odd2 {
background-color : #feec98;
font : 13px Myriad Web Pro, Arial;
color : #404040;
padding : 3px 10px 3px 10px;
text-decoration : none;
border-top : 1px solid #fff;
margin : 0 2px;
}
.odd3 {
background : #fbd650;
font : bold 13px Myriad Web Pro, Arial;
color : #a00101;
padding : 3px 10px 3px 10px;
text-decoration : none;
border-top : 1px solid #fff;
border-bottom : 1px solid #fac730;
margin : 0 2px;
}
.odd3 a {
text-decoration : none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#cc9a00;
}
.odd3 a:active {
text-decoration : none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#cc9a00;
}
.odd3 a:visited {
text-decoration : none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#cc9a00;
}
.odd3 a:hover {
text-decoration : underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#cc9a00;
}
#side-bar-top-2 {
width : 179px;
height : 11px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/bar-top2.gif);
background-repeat : no-repeat;
margin : 0 auto;
}
.article {
color : #000000;
margin-left : 20px;
}
.article_seperator {
display : none;
}
#side-bar-bottom {
width : 179px;
height : 10px;
background-image : url(http://cdn.resources.dfzuqiu.org/prod/images/en/bar-bottom.gif);
background-repeat : no-repeat;
margin : 0 auto;
}
#logged-msg {
  color: #F0E7CA;
  float: right;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
}
#logged-msg a {
color : #f0e7ca;
}
.floatright {
float : right;
}
.error {
clear : both;
}
label.error {
background : transparent url("http://cdn.resources.dfzuqiu.org/prod/images/en/x.gif") no-repeat scroll 0% -5px;
margin-bottom : 3px;
padding-bottom : 5px;
padding-left : 16px;
}
label.checked {
background : transparent url("http://cdn.resources.dfzuqiu.org/prod/images/en/ok.gif") no-repeat scroll 0% -5px;
margin-bottom : 3px;
padding-bottom : 5px;
padding-left : 16px;
}
.menu {
width : 100%;
}
span.small
{
	display:none;
}

.moduletablehot-news, .contentpaneopenhot-news
{
	height:17px;
}

@charset "utf-8";
/* CSS Document */
/*
.password {
font-size : 12px;
border : 1px solid #cc9933;
width : 200px;
font-family : arial, sans-serif;
}
.pstrength-minchar {
font-size : 10px;
}*/
.pstrength-bar {
	width: 120px;
}

/** menu **/
/* Hide slider menu for euro version
#sub-menu li.promonavi{
	background-image:url(http://cdn.resources.dfzuqiu.org/prod/images/promobg1.gif); 
}

#sub-menu li.promonavi2{
	background-image:url(http://cdn.resources.dfzuqiu.org/prod/images/promobg.gif); 
}


#sub-menu li.promonavi{
	padding: 0px;  !important;
	margin: 0px;  !important;
	width:103px;  !important;
	height:34px;  !important;
	text-align:center;  !important;
}
#sub-menu li.promonavi a {
	display: inline-block;
	margin-top: 8px;  !important;
}

#sub-menu li.promonavi2{
	color: red;
	padding: 0px;  !important;
	margin: 0px;  !important;
	width:103px;  !important;
	height:34px;  !important;
	text-align:center;  !important;
}
#sub-menu li.promonavi2 a {
	display: inline-block;
	margin-top: 8px;  !important;
}
*/

.close-btn {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  right: -975px;
  top: -25px;
  z-index: 5;
}

#buttons-promo {
  background: url("http://cdn.resources.dfzuqiu.org/prod/images/en/body-bg.png") repeat scroll 0 0 transparent;
  float: left;
  height: 32px;
  left: -16px;
  list-style: none outside none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  width: 1000px;
}
/*
#buttons-promo div.punters-pad { float:left; background-position: 0px 0px; width:209px; height:32px; background-repeat:no-repeat;}
#buttons-promo div.punters-pad:hover { background-position: 0px 95px;}
#buttons-promo div.calendar { float:left; background-position: -209px 0px; width:203px; height:32px; background-repeat:no-repeat;}
#buttons-promo div.calendar:hover { background-position: -209px 95px;}
#buttons-promo div.promotions { float:left; background-position: -412px 0px; width:224px; height:32px; background-repeat:no-repeat;}
#buttons-promo div.promotions:hover { background-position: -412px 95px;}
#buttons-promo div.vip { float:left; background-position: -637px 0px; width:165px; height:32px; background-repeat:no-repeat;}
#buttons-promo div.vip:hover { background-position: -637px 95px;}
#buttons-promo div.manager { float:left; background-position: -802px 0px; width:196px; height:32px; background-repeat:no-repeat;}
#buttons-promo div.manager:hover { background-position: -802px 95px;}
*/
/* IE7 HACKS - START */
html>body .close-btn {
	*top: -32px; !important;
}
html>body #banking-image {
	*margin: 0px 10px 0px 200px;
}
/* IE7 HACKS - END */
#loginError{margin:20px 0 0 -150px;}