@import url("xyz_refresh_02.css");



/* Old v1 player changes */
div.navbar {
	position: relative;
	float: left;
	left: 0px;
	background:#fff;
	border: 1px solid #999;
	color:#333;
	width:200px;
	margin-right:10px;
	padding:0;
	font-family: Open Sans;
}
div.navbar h4 {
	display: block;
	margin:0;
	background:#ccc url(../xyz/grey_gradient.gif) repeat-x scroll left top;
	padding: 10px;
	color: #666;
	border-bottom:1px solid #999;
}
div.navbar p {
	padding: 0 10px;
}
div.navbar a {
	color:#fff;
}
ul.qlist {
	padding:10px;
    font-family: Open Sans;
}
ul.qlist li {
	margin:0;
	border-bottom:1px solid #999;
	line-height: 25px;
}
ul.qlist a {
	color: #0081A6;
	text-decoration:none;
}
ul.qlist a:hover {
	background-color: #0081A6;
	color:#fff;
}
span.current {
	background:none;
	font-weight:bold;
    font-family: Open Sans;
}
span.done {
	text-decoration: line-through;
    font-family: Open Sans;
}
div#navlistwrapper {
	margin:auto;
	width:1000px;
    font-family: Open Sans;
}
div.additembox {
	background:#ccc url(../xyz/grey_gradient.gif) repeat-x scroll left top;
	margin-bottom:5px;
	padding:5px 0;
    font-family: Open Sans;
	border:1px solid #999;
}
div.blockitems div.additembox {
	background:#ccc;
}
div.additembox a {
	display:inline-block;
	margin-right:15px;
	color:#0081A6;
}
div.additembox a:hover {
	background:none;
	color:#333;
}

div.navbar h3 {
	display: block;
	margin:0;
	background:#ccc url(../xyz/grey_gradient.gif) repeat-x scroll left top;
	padding: 10px;
	color: #666;
	border-bottom:1px solid #999;
}
form#qform {
	padding:10px;
	border:1px solid #999;
    font-family: Open Sans;
}
form#qform.formwcp {
	padding:0;
	border:none;
}
div.cpmid form#qform, div.cp form#qform {
	padding:0;
	border:none;
}
div.review { /*info bar*/
	margin-top: -6px;
	background-color: #ccc !important;
	border: 1px solid #0081A6;
	color: #000 !important;
	width: auto;
	padding: 10px;
    font-family: Open Sans;
}
div.review p:first-child {
	margin-top:0;
}
div.review p:last-child {
	margin-bottom:0;
}
div.review a {
	color: #fff;
}
/*all questions*/
div.question {
	background-color: #fff;; 
	border: 1px solid #999;
	width: auto;
	margin:0;
    font-family: Open Sans;
}
.ehdd, .eh, #ee, .eedd {
	background-color:#09c;
    font-family: Open Sans;
}
.ehdd, .eh {
	background-color:#ED8C34;
    font-family: Open Sans;
	padding:0px;
}
.eedd {
	border:2px solid #09c;
}

div.tips-static {
	width:60%;
	margin:auto;
	margin-top:12px;
	margin-bottom:12px;
	padding:6px;
	border: 1px solid #EF9848;
	background-color:#FCE1C5;
    font-family: Open Sans;
}
div.tips-static h4 {
	background-color:#EF9848;
	text-align:center;
	color:#FFFFFF;
	margin:0 0 6px 0;
	padding:3px;
	letter-spacing:.25em;
	font-size:12px;
	line-height:100%;
}
div.tips-static p {
	font-size:13px;
}