html {
	background: #000000 url('http://wow-v.com/images/body-bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	min-width: 975;
}
body {
	margin: 0px;
	padding: 0px;
	min-width: 975;
	font-family: Verdana;
	font-size: 10pt;
	color: #4b99b5;
}
.quote{
	color: #4b99b5;
	padding: 3px;
	background: #00445a;
	border-top: #222222 1px solid;
	border-bottom: #111111 2px solid;
	border-left: 0px;
	border-right: 0px;
	margin-left: 10px;	
}
.code{
	background: #111111 url(http://wow-v.com/images/code-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #00BB00;
	font-family: courier;
	margin-left: 5px;
	margin-right: 5px;
	max-height: 500px;
	width: 750px;
	overflow: auto;
	padding: 5px;
}
.sig-limit {
	font-size: 8pt;
	max-height: 200px;
	max-width: 800px;
	width: 800px;
	overflow: auto;
}
pre, .pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.box s {
	color: white;
}
a, .link, .link-yellow a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}
a:hover, .link:hover, .link-yellow, .link-yellow a {
	color: #ffff33;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}
img {
	border: 0px;
}
.quality-poor{
	color: rgb(157, 157, 157);
}
.quality-common{
	color: rgb(255, 255, 255);
}
.quality-uncommon{
	color: rgb(30, 255, 0);
}
.quality-rare{
	color: rgb(0, 112, 221);
}
.quality-epic{
	color: rgb(163, 53, 238);
}
.quality-legendary{
	color: rgb(255, 128, 0);
}
.quality-artifact{
	color: rgb(229, 204, 128);
}
.quality-red{
	color: rgb(255, 0, 0);
}
.nav {
	color: #ffffff;
}
.login-bar{
	top: 0px;
	background: #000000 url('http://wow-v.com/images/member-bar-bg.png');
	color: #ffffff;
	font-size: 8pt;
	z-index: 999;
	position: fixed;
	height: 44px;
	width: 100%;
	background-repeat: repeat-x;
}

.member-bar-links td {
	padding: 0px 10px 0px 10px;
}
.vertical-line {
	background-color: #17546A;
}
#donate-bar {
	position: absolute;
	left: 30px;
	top: -75px;
	background-color: #022430;
	color: #00BAFF;
	border: #2a97be 1px solid;
	padding: 5px 20px 5px 20px;
	font-size: 8pt;
	width: 125px;
	z-index: 50;
	text-align: center;
}
#donate-bar a {
	font-size: 15pt;
}
.link-white a {
	color: #ffffff;
}

.wowitem-neww {
	background: url('http://wow-v.com/images/tooltip.png');
	font: 12px arial,sans-serif;
	color: #888888;
	padding: 3px;
	width: 100%;
	height: 100%;
}

.member-bar-notify {
	background: url(http://wow-v.com/images/member-bar-notify.png) center center no-repeat;
	color: #fff;
	font-family: Verdana;
	font-size: 5pt;
	width: 27px;
	height: 19px;
	position: relative;
	top: -13px;
	right: 5px;
	text-align: center;
}
.member-bar-notify span {
	position: relative;
	top: 7px;
	right: 1px;
	font-weight: bold;
}

.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_button_compact .at15t_compact {
    float: left;
}
.addthis_button_facebook_like {
	position: relative;
	top: 7px;
	right: -5px;
	color: #ffffff;
}
ul.topnav {
	margin: 0;
	padding: 0;
}
ul.topnav li {
	float: left;
	margin: 0;	
	position: relative; /*--Declare X and Y axis base--*/
	list-style-type: none;
}
ul.topnav li a{
	width: 50px;
	height: 40px;
}
ul.subnav {
	border: #2a97be 1px solid;
	border-top: #175369 1px solid;
	text-align: left;
}
ul.subnav li a{
	display: block;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 30px;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px; top: 43px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	background: #003445;
	border-top: #222222 1px solid;
	border-bottom: #111111 2px solid;
	border-left: 0px;
	border-right: 0px;	
	clear: both;
	width: 170px;
}
ul.topnav li ul.subnav li:hover{
	margin: 0; padding: 0;
	background: #00445a;
	border-top: #222222 1px solid;
	border-bottom: #111111 2px solid;
	border-left: 0px;
	border-right: 0px;	
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: url(http://wow-v.com/images/dropdown_linkbg.gif) no-repeat 5px center;
	padding-left: 20px;
	top: 0px;
	left: 0px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(http://wow-v.com/images/dropdown_linkbg.gif) no-repeat 5px center; 
}
.specsubnav {
	position: relative;
	top: 8px;
}




.donate-bar-close {
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}
.donate-bar-close:hover {
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	color: #ffff33;
}
.login-bar a {
	font-size: 8pt;
	color: #ffffff;
}
.login-bar a:hover {
	font-size: 8pt;
	color: #ffff33;
}
.footer {
	background: url('http://wow-v.com/images/footer-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	min-width: 975;
}			
.logo {
	height: 288px;
	min-width: 975;
}
.content {
	background: url('http://wow-v.com/images/content-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 975;
}
.glass {
	background: url('http://wow-v.com/images/glass-bg.png');
	padding: 15px 10px 10px 10px;
	word-wrap: break-word;
}
.glass-dark {
	background: url('http://wow-v.com/images/glass-bg-dark.png');
	padding: 2px;
	word-wrap: break-word;
	margin-top: 2px;
	font-family: Verdana;
	font-size: 10pt;
}
.footer-text {
	font-family: Verdana;
	font-size: 7pt;
}
.footer-text-large {
	font-family: Verdana;
	font-size: 20pt;
	color: #17546a;
	cursor: pointer;
}
.footer-text-large:hover {
	font-family: Verdana;
	font-size: 20pt;
	color: #ffffff;
	cursor: pointer;
}
.box {
	background-color: #022430;
	color: #4b99b5;
	border: #2a97be 1px solid;
	padding: 5px;
	font-family: Arial;
	font-size: 10pt;
}
.box-title {
	color: #ffffff;
	font-size: 32pt;
	position: relative;
	top: 9px;
}
.box-title-small {
	color: #00BAFF;
	font-size: 28pt;
	position: relative;
	top: 9px;
}

.box-title-xsmall {
	color: #00BAFF;
	font-size: 10pt;
	position: relative;
	top: 5px;
	font-family: Verdana;
}
.statbox-blue {
	color: #00BAFF;
	font-size: 8pt;
	font-family: Verdana;
}
.statbox-white {
	color: #ffffff;
	font-size: 10pt;
	font-family: Verdana;
}
.mascot {
	background: url('http://wow-v.com/images/mascot.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.mm_01 {
	background: url('http://wow-v.com/images/mm_01.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 99px;
	height: 108px;
}
.mm_02 {
	background: url('http://wow-v.com/images/mm_02.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 120px;
	height: 108px;
}
.mm_03 {
	background: url('http://wow-v.com/images/mm_03.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 110px;
	height: 108px;
}
.mm_04 {
	background: url('http://wow-v.com/images/mm_04.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 102px;
	height: 108px;
}
.mm_05 {
	background: url('http://wow-v.com/images/mm_05.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 70px;
	height: 108px;
}
.mm_07 {
	background: url('http://wow-v.com/images/mm_06.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 108px;
	height: 108px;
}
.mm_08 {
	background: url('http://wow-v.com/images/mm_07.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 120px;
	height: 108px;
}
.mm_01:hover, .mm_02:hover, .mm_03:hover, .mm_04:hover, .mm_05:hover, .mm_07:hover, .mm_08:hover {
	background-position: 0px -107px;
}
.menu-small-link {
	position: relative;
	top: 10px;
	display: block;
	text-shadow: 0px 1px 2px #222222;
	filter:dropshadow(color=#666666, offx=1, offy=1);
	color: #ffffff;
	text-decoration: none;
}
.menu-small {
	font-size: 15pt;
}
.menu-small-hover {
	font-size: 15pt;
	background: url('http://wow-v.com/images/glass-bg-dark.png');
}
.itemblock-light {
	background-color: #00445a;
	font-family: Arial;
	font-size: 10pt;
	border-bottom: #111111 3px solid;
	color: #4b99b5;
	word-wrap: break-word;
	padding: 0px;
}
.itemblock-dark {
	background-color: #003445;
	font-family: Arial;
	font-size: 10pt;
	border-bottom: #111111 3px solid;
	color: #4b99b5;
	padding: 0px;
}
.topitems-unbreakable {
	width: 210;
	word-wrap:break-word;
	white-space: normal;
	overflow: auto;
	padding: 3px;
}
.topauthors-unbreakable {
	width: 260;
	word-wrap:break-word;
	white-space: normal;
	overflow: auto;
	padding: 3px;
}
.itemblock-light-noborder {
	background-color: #004b63;
	font-family: Arial;
	font-size: 10pt;
	cursor: pointer;
}
.itemblock-light-noborder-hover {
	background-color: #071a20;
	font-family: Arial;
	font-size: 10pt;
	cursor: pointer;
}
.itemblock-text-large {
	color: #00BAFF;
	font-size: 32pt;
	padding: 10px;
}
.authorblock-text-large {
	color: #00BAFF;
	font-size: 20pt;
}
.statbox {
	padding: 10px 0px 10px 0px;
	font-family: Verdana;
	font-size: 7pt;
	color: #4b99b5;
}
.statbox-blizz {
	font-size: 12pt;
	font-family: Verdana;
	color: #378cff;
}
.statbox-fun {
	font-size: 12pt;
	font-family: Verdana;
	color: #ffad37;
}
.statbox-appr {
	font-size: 17pt;
	font-family: Verdana;
	color: #71ff6e;
}
.statbox-pend {
	font-size: 17pt;
	font-family: Verdana;
	color: #e9ef52;
}
.footer-text ul, .footer-text li {
	color: #4b99b5;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
.footer-text a {
	color: #4b99b5;
}
.footer-text a:hover {
	color: #ffffff;
}
.rank-pos-pl{
	color: #39a041;
}
.rank-pos-mi{
	color: #992222;
}
.rank-pos-no{
	color: #555555;
}
.sos-float {
	position: relative;
}
.sos-index{
	position: absolute;
	left: 350px;
	bottom: -80px;
}
.sos-create{
	position: absolute;
	left: 625px;
	bottom: -30px;
}
.sos-browse{
	position: absolute;
	left: 525px;
	bottom: -15px;
}
.sos-post{
	position: absolute;
	left: 625px;
	bottom: -30px;
}
.sos-create-main{
	position: absolute;
	left: 535px;
	bottom: -5px;
}
.sos-itempage{
	position: absolute;
	left: 385px;
	bottom: -70px;
}
.item-green {
	color: #1FFF00;
}
.item-white {
	color: #ffffff;
}
.item-yellow {
	color: #FFCC00;
}
.item-grey {
	color: #666666;
}
.item-orange {
	color: #E78429;
}
.item-green a{
	color: #1FFF00;
	text-decoration: underline;
}
.item-grey-set {
	color: #666666;
}
.item-grey-set a{
	color: #666666;
	text-decoration: none;
}
.item-yellow-set {
	color: #FFCC00;
}
.item-yellow-set a{
	color: #FFCC00;
	text-decoration: none;
}
.tblwidth {
    width:100%;
    max-width:450px;
}
.tblwidth2 {
    width:100%;
    max-width:275px;
}
.wowitem-new{
	font: 12px arial,sans-serif;
	background: url("http://wow-v.com/images/wowitem-bg.PNG");
	background-repeat: repeat;
	border: 1px solid #aaaaaa;
	color: #888888;
	padding: 5px;
	-moz-border-radius: 4px;
}
.icon-overlay-big{
	background: url('http://wow-v.com/images/icon-overlay-big.png'); 
	background-position: top center; 
	position: relative; 
	left: 0px; 
	bottom: 0px;
}
.icon-overlay-big:hover{
	background: url('http://wow-v.com/images/icon-overlay-big.png'); 
	background-position: bottom center; 
	position: relative; 
	left: 0px; 
	bottom: 0px;
}

.wowitem-special-dark {
	background-color: #1A1A1A;
}
.wowitem {
	background-color: #2B2B2B;
	-moz-border-radius: 4px;
	padding: 3px;
}
.creator-mo-bg{ 
	background: url("http://wow-v.com/images/creator-mo-bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
.mo-mana-bg{ 
	background: url("http://wow-v.com/images/mo-mana-bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
.mo-health-bg{ 
	background: url("http://wow-v.com/images/mo-health-bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
.check-clear {
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
cursor:pointer;
}
.check-mid-clear {
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
cursor:pointer;
}
.check-not-clear {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
cursor:pointer;
}
.check-mid-clear-no-link {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
}
.check-clear-no-link {
filter:alpha(opacity=50); 
-moz-opacity: 0.50; 
opacity: 0.50;
}

.item-comments-noback, .item-comments-nobackSpec td {
	padding: 3px;
	border-top: #222222 1px solid;
	border-bottom: #111111 2px solid;
	border-left: 0px;
	border-right: 0px;
}

.item-comments-reg, .item-comments-regSpec td {
	padding: 3px;
	background: #003445;
	border-top: #222222 1px solid;
	border-bottom: #111111 2px solid;
	border-left: 0px;
	border-right: 0px;
}
.item-comments-author, .item-comments-authorSpec td {
	padding: 3px;
	background: #00445a;
	border-top: #222222 1px solid;
	border-bottom: #111111 2px solid;
	border-left: 0px;
	border-right: 0px;
}
.item-comments-staff {
	background: url('http://wow-v.com/images/staff-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	color: #00C0FF;
	border-top: #222222 1px solid;
	border-bottom: #022430 2px solid;
	border-right: #2a97be 6px solid;
}
.item-comments-staff .quote {
	color: #00C0FF;
	background: url('http://wow-v.com/images/glass-bg.png');
}
.creator-tab {
	background-color: #003445;
	font-family: Verdana;
	font-size: 12pt;
	border-bottom: #111111 3px solid;
	color: #ffffff;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
}
.creator-tab:hover {
	background-color: #00445a;
	font-family: Verdana;
	font-size: 12pt;
	border-bottom: #111111 3px solid;
	color: #ffffff;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
}
.creator-menu-tab, .creator-tab-over {
	background-color: #004b63;
	font-family: Verdana;
	font-size: 12pt;
	border-bottom: #111111 3px solid;
	color: #ffffff;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
}
.creator-menu-tab:hover {
	background-color: #00445a;
	font-family: Verdana;
	font-size: 12pt;
	border-bottom: #111111 3px solid;
	color: #ffffff;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
}
.creator-section {
	text-align: center;
	padding: 20px;
}
.member-bar-div {
	background: url('http://wow-v.com/images/member-bar-div.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-right: transparent solid 1px;
}
.member-bar-div a {
	position: relative;
	top: 8px;
	display: block;
	width: 100%;
	height: 30px;
}
.member-bar-div:hover {
	background-position: left -44px;
	border-right: #196480 solid 1px;
}
.member-bar-div-spec {
	background: url('http://wow-v.com/images/member-bar-div.png');
	background-repeat: no-repeat;
	background-position: left -44px;
}
.browse-find, .creator-section input, select {
	padding: 3px;
	border: #1d6278 1px solid;
	background: #000000;
	margin: 2px;
	color: #00BAFF;
}
.creator-header {
	position: absolute;
}
.creator-header-pos {
	position: relative;
	width: 500px;
	height: 0px;
	text-align: right;
	top: -159px;
	right: -300px;
}
.creator-description {
	color: #00BAFF;
	font-size: 28pt;
}

.creator-description-big {
	color: #ffffff;
	font-size: 32pt;
}
.creator-title-nosel {
	position: relative;
	top: -44px;
}
.button-submit {
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	padding: 5px 80px 5px 5px;
	background: #5ba94f;
	border-top: #bdf5b5 1px solid;
	border-bottom: #42733c 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
}
.button-submit:hover {
	background: #83dc74;
}
.button-submit:active {
	background: #5ba94f;
	border-top: #42733c 1px solid;
	border-bottom: #bdf5b5 2px solid;
}

.button-share {
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	padding: 5px 80px 5px 5px;
	background: #ECC04F;
	border-top: #f5f6e1 1px solid;
	border-bottom: #999641 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
}
.button-share:hover, .button-share-batch:hover {
	background: #d1cd53;
}
.button-share:active, .button-share-batch:active {
	background: #ECC04F;
	border-top: #999641 1px solid;
	border-bottom: #f5f6e1 2px solid;
}

.button-save {
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	padding: 5px 80px 5px 5px;
	background: #ea6554;
	border-top: #e5b9b3 1px solid;
	border-bottom: #994338 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
}
.button-save:hover, .button-save-batch:hover{
	background: #fb8879;
}
.button-save:active, .button-save-batch:active {
	background: #ea6554;
	border-top: #994338 1px solid;
	border-bottom: #e5b9b3 2px solid;
}

.button-reset {
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	padding: 5px 80px 5px 5px;
	background: #4fa9a6;
	border-top: #70f3ef 1px solid;
	border-bottom: #285d5b 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
}
.button-reset:hover {
	background: #5fcfcb;
}
.button-reset:active {
	background: #4fa9a6;
	border-top: #285d5b 1px solid;
	border-bottom: #70f3ef 2px solid;
}

.button-displayid {
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	background: #4fa9a6;
	border-top: #70f3ef 1px solid;
	border-bottom: #285d5b 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	width: 150px;
}
.button-displayid:hover {
	background: #5fcfcb;
}
.button-displayid:active {
	background: #4fa9a6;
	border-top: #285d5b 1px solid;
	border-bottom: #70f3ef 2px solid;
}
.button-displayid-small {
	font-size: 8pt;
	position: relative;
	bottom: 6px;
}

.button-dl-batch {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	background: #5ba94f;
	border-top: #bdf5b5 1px solid;
	border-bottom: #42733c 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	width: 150px;
}

.button-save-batch {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	background: #ea6554;
	border-top: #e5b9b3 1px solid;
	border-bottom: #994338 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	width: 150px;
}
.button-share-batch {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	background: #ECC04F;
	border-top: #f5f6e1 1px solid;
	border-bottom: #999641 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	width: 150px;
}

.button-mode-easy {
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	background: #5ba94f;
	border-top: #bdf5b5 1px solid;
	border-bottom: #42733c 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	width: 200px;
}
.button-mode-easy:hover, .button-dl-batch:hover {
	background: #83dc74;
}
.button-mode-easy:active, .button-dl-batch:active {
	background: #5ba94f;
	border-top: #42733c 1px solid;
	border-bottom: #bdf5b5 2px solid;
}

.button-mode-advanced {
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	background: #ea6554;
	border-top: #e5b9b3 1px solid;
	border-bottom: #994338 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	width: 200px;
}
.button-mode-advanced:hover {
	background: #fb8879;
}
.button-mode-advanced:active {
	background: #ea6554;
	border-top: #994338 1px solid;
	border-bottom: #e5b9b3 2px solid;
}

#new-pop {
	position: absolute; 
	display: none; 
	z-index: 98;
	font-family: Verdana;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.new-pop {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background: url('http://wow-v.com/images/popup-bg.png');
}
.new-pop-style {
	text-align: left;
	width: 620px;
	max-height: 450px;
	background: url('http://wow-v.com/images/popup-bg.png');
	padding: 25px;
	overflow: auto;
}
.new-pop-content {
	text-align: left;
	width: 600px;
	max-height: 400px;
	background: #222222;
	overflow: auto;
	padding: 10px;
}
.loading {
	width: 66px; 
	height: 66px;
	background: url('http://wow-v.com/images/load.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.new-pop-style-SS {
	text-align: left;
	width: 870px;
	max-height: 450px;
	background: url('http://wow-v.com/images/popup-bg.png');
	padding: 25px;
	overflow: auto;
}
.new-pop-content-SS {
	text-align: left;
	width: 850px;
	max-height: 400px;
	overflow: auto;
	padding: 10px;
}

.glow45{
	font-size:14px;
	margin:4px 6px 4px 6px;
	z-index:15;
	font-weight:bold;
	cursor:default;
	line-height:normal;
}
.glow60{
	font-size:18px;
	margin:4px 6px 4px 6px;
	z-index:15;
	font-weight:bold;
	cursor:default;
	line-height:normal;
}
.q1{
	color:#ffffff;
}
.iconlarge60{
	width:62px;
	height:62px;
	position:relative;
	z-index:0;
}
.iconlarge60 img{
	display:block;
	position:absolute;
	z-index:5;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
.iconlarge45{
	width:47px;
	height:47px;
	position:relative;
	z-index:0;
}
.iconlarge45 img{
	display:block;
	position:absolute;
	z-index:5;
	background-repeat:no-repeat;
	width:45px;
	height:45px;
}
.iconlarge83{
	width:82px;
	height:83px;
	position:relative;
	z-index:0;
}
.iconlarge83 img{
	display:block;
	position:absolute;
	z-index:5;
	background-repeat:no-repeat;
	width:82px;
	height:83px;
}
.iconlarge65{
	width:64px;
	height:64px;
	position:relative;
	z-index:0;
}
.iconlarge65 img{
	display:block;
	position:absolute;
	z-index:1;
	background-repeat:no-repeat;
	width:64px;
	height:64x;
}





.browse-btn {
	font-family: Verdana;
	color: #ffffff;
	font-size: 10pt;
	border-top: 1px solid;
	border-bottom: 2px solid;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	padding: 3px;
	margin: 0px 2px 0px 2px;
}

.browse-btn-status {
	background: #4fa9a6; 
	border-top-color: #70f3ef;
	border-bottom-color: #285d5b;
}
.browse-btn-status-sel, .browse-btn-status:active, .browse-btn-status:hover {
	background: #5fcfcb;
	border-top-color: #285d5b ;
	border-bottom-color: #70f3ef;
}
.browse-btn-status-sel:hover; {
	background: #4fa9a6;
}

.browse-btn-type {
	background: #5ba94f; 
	border-top-color: #bdf5b5;
	border-bottom-color: #42733c;
}
.browse-btn-type-sel, .browse-btn-type:active, .browse-btn-type:hover {
	background: #83dc74;
	border-top-color: #42733c ;
	border-bottom-color: #bdf5b5;
}
.browse-btn-type-sel:hover; {
	background: #5ba94f;
}


.browse-btn-ad {
	background: #ECC04F; 
	border-top-color: #f5f6e1;
	border-bottom-color: #999641;
}
.browse-btn-ad-sel, .browse-btn-ad:active, .browse-btn-ad:hover {
	background: #d1cd53;
	border-top-color: #999641 ;
	border-bottom-color: #f5f6e1;
}
.browse-btn-ad-sel:hover; {
	background: #ECC04F;
}
.screen-overlay {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	z-index: 2;
	font-family: Verdana;
	font-size: 28pt;
	filter:alpha(opacity=0); 
	-moz-opacity: 0.0; 
	opacity: 0.0;
	background: url('http://wow-v.com/images/blank.gif');
}
.screen-overlay:hover {
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
	background: url('http://wow-v.com/images/blank.gif');
}
.rank-level-circle{
	background: transparent url('http://wow-v.com/images/level-circle.png');	
	background-repeat: no-repeat; 	
	background-position: top center; 
	width: 25px; 
	height: 25px; 
	font-size: 8pt; 
	font-family: Arial; 
	padding-top: 5px;
	color: #ffffff;
}

.fac-h {
	color: white; 
	background-color: #C33A28; 
	width: 75px; 
	height: 100%; 
	text-align: center;
}
.fac-f {
	color: #C33A28; 
	background-color: #5ba94f; 
	width: 75px; 
	height: 100%; 
	text-align: center;
}
.fac-n {
	color: #C33A28; 
	width: 75px; 
	height: 100%; 
	text-align: center;
}
.fac-box {
	height: 300px;
	overflow: auto;
}
.sos-fac-spec {	
	position: absolute;
	left: 800px;
	bottom: -15px;
}

fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

