html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font:inherit;
}
#nav {
	margin:0 auto 20px !important;
	line-height:100%;
	padding:5px 3px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444'); /* for IE */
	background:-moz-linear-gradient(top, rgba(0,0,0, 0.3), rgba(0,0,0, 0.6));
	background:-webkit-linear-gradient(top, rgba(0,0,0, 0.3), rgba(0,0,0, 0.6));
	box-shadow: 0 0 8px #666,inset 0 0 70px #333;
	clear:both;
	width:1032px;
	z-index:100;
	clear:both;
}
#nav li {
	margin:0 3px;
	padding:1px 0 6px;
	float:left;
	position:relative;
	list-style:none;
}
#nav a {
	color:#eee;
	text-decoration:none;
	display:block;
	padding: 8px 9px;
	margin:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	z-index:10;
	border:1px transparent solid;
}
#nav .current a, #nav li:hover > a {
	border:1px #aaa solid;
	color:#e7e5e5;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background:none;
	border:1px transparent solid;
	color:#666;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#nav ul a:hover {
	border:1px #000 solid;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	text-shadow:0 1px 1px rgba(0, 0, 0, .1);
}
#nav .current a, #nav li:hover > a,#nav li ul li a:hover{
	-moz-box-shadow:inset 0 0 2px #222;
	-webkit-box-shadow:inset 0 0 2px #222;
	-o-box-shadow:inset 0 0 2px #222;
	box-shadow:inset 0 0 2px #222;
}
#nav li ul li a:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444'); /* for IE */
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#444)); /* for webkit browsers */
	background:-moz-linear-gradient(top,  #666,  #444); /* for firefox 3.6+ */
	color:#eee;
}
#nav ul {
	background:#ddd; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cfcfcf'); /* for IE */
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#cfcfcf)); /* for webkit browsers */
	background:-moz-linear-gradient(top,  #eee,  #cfcfcf); /* for firefox 3.6+ */
	display:none;
	margin:0;
	padding:0;
	width:185px;
	position:absolute;
	top:35px;
	left:0;
	border:solid 1px #b4b4b4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	z-index:101;
}
#nav li:hover > ul {
	display:block;
}
#nav ul li {
	float:none;
	margin:0;
	padding:0;
}
#nav ul a {
	font-weight:normal;
	text-shadow:0 1px 1px rgba(255, 255, 255, .9);
}
#nav ul ul {
	left:181px;
	top:-3px;
}
#nav:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

html[xmlns] #nav {
	display:block;
}
* html #nav {
	height:1%;
}
html{
	background: #eee url(../img/bg2.gif) center top;
	margin:0;
	padding:0;
	font:normal 16px/1.4em Arial, Helvetica, sans-serif;
	color:#333;
}
#top_bar_container,#footer{
	width:1038px;
	margin:0 auto;
}
#banner{
	float:right;
	width:500px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
	text-align:right;
	padding:20px 0 0;
}
#banner_ad{
	margin-top:20px;
	width:468px;
	height:60px;
	float:left;
}
#banner h1{
	text-shadow: 1px 1px 1px #ddd;
	font-size:2.5em;
}
#banner h1 a{
	color:#555;
}
#banner h1:hover span:nth-child(4n-1)
	{color:rgb(145,133,145);}
#banner h1:hover span:nth-child(4n)
	{color:rgb(145,133,133);}
#banner h1:hover span:nth-child(4n+1)
	{color:rgb(133,133,145);}
#banner h1:hover span:nth-child(4n+2)
	{color:rgb(133,145,145);}
#banner h2{
  margin:10px 19px 0 0;
  font-size:1.25em;
	text-shadow: 1px 1px 1px #999;
	color:#333;
}
#top_bar_container{
	margin-top:10px;
	position:relative;
	padding:0 10px;
	overflow:hidden;
}
#container{
	margin:0 auto;
	max-width:1038px;
	min-width:514px;
	clear:both;
}
#belt_container{
	min-width:534px;
	overflow:hidden;
	padding:10px 0;
	margin-bottom:20px;
	position:relative;
	background:#525252;
	background:-moz-linear-gradient(top, rgba(0,0,0, 0.4), rgba(0,0,0, 0.7));
	background:-webkit-linear-gradient(top, rgba(0,0,0, 0.4), rgba(0,0,0, 0.7));
	box-shadow: 0 0 8px #666,inset 0 0 70px #444;
	z-index:100;
}
footer{
	width:100%;
	clear:both;
	margin-top:20px;
	background:#525252;
	background:-moz-linear-gradient(top, rgba(0,0,0, 0.4), rgba(0,0,0, 0.7));
	background:-webkit-linear-gradient(top, rgba(0,0,0, 0.4), rgba(0,0,0, 0.7));
	box-shadow: 0 0 8px #666,inset 0 0 70px #444;
}
#footer{
	padding:20px 0;
	overflow:hidden;
}
#footer #social {
	width:262px;
	float:right;
}
#footer #social table{
	float:right;
}
#footer #blah{
	float:left;
	color:#ddd;
	text-shadow:1px 1px 1px #222;
	overflow:hidden;
}
#footer #blah a{
	color:#dbd;
}
#footer #blah a:hover{
	color:#fff;
}
.belt{
	margin:0 auto;
	max-width:1038px;
}
.belt #amazon.box{
	text-align:center;
	background: #fff url(../img/amazon.jpg) no-repeat center bottom;
}
.belt #poll{
	padding:10px;
	box-shadow:inset 0 0 8px #aaa;
	height:135px;
	background:#f4f4f4;
}
#search_form #q_field{
	color:#888;
	width:204px;
	padding:3px 5px;
	margin:16px;
	border:1px #ddd solid;
	background:#fafafa;
}
#search_form #q_field:focus,#myform input:focus, #myform textarea:focus{
	color:#222;
	border:1px #888 solid;
	box-shadow: 0 0 8px #aaa;
	background: #fff;
}
.box,.vids,.box4{
	width:248px;
	height:155px;
	border:2px #eee solid;
	float:left;
	margin-right:10px;
	position:relative;
}
.vids{
	height:164px;
}
.box4{
	height:auto;
}
#belt_container .box:nth-child(4){
	margin-right:0px;
	float:right;
}
.belt .box{
	box-shadow: 0 0 3px #222,inset 0 0 5px #777;
	background:#f4f4f4;
}
#castles #main .box:nth-child(3n),#castles #main .vids:nth-child(3n),#recommended .box4:nth-child(3n){
	margin-right:0px;
}
#mob_nav{
	display:none;
}
#main{
	float:left;
	width:776px;
	position:relative;
}
#main,#sidebar{
	margin:10px 0;
}
#sidebar{
	float:right;
	width:252px;
	padding-bottom:20px;
}
#bsap_1265696{
	width:258px;
	height:133px;
}
#ads{
	border:1px #444 solid;
	height:250px;
	width:250px;
	margin-bottom:10px;
	box-shadow: 0 0 3px #777;
}
#video{
	margin:0 0 1em;
	float:right;
	position:relative;
	z-index:8;
}
#map{
	width:248px;
	height:155px;
	margin:0 0 10px 0;
}
#main .box,#main .vids,.box4{
	margin-bottom:10px;
	z-index:13;
}
.box img,#pix a img,.wide_box img,#gallery_pix img,.vids iframe{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#prof_pix{
	width:252px;
	float:left;
	position:relative;
	z-index:13;
}
#prof_more table td{
	vertical-align:top;
}
#prof,#prof_more{
	text-align:justify;
	width:514px;
	float:right;
	position:relative;
	z-index:8;
}
#prof_more{
	margin-bottom:20px
}
#pix{
	width:252px;
	overflow:hidden;
	margin-bottom:10px;
}
#pix a img{
	margin:2px;
	border:0;
	-webkit-box-shadow:0 0 1px #000;
	-moz-box-shadow:0 0 1px #000;
	-o-box-shadow:0 0 1px #000;
	box-shadow:0 0 1px #000;
}
#pix a img:hover{
	margin:0px;
	border:2px #444 solid;
}
.sd_box,.wide_box,#gallery_pix,#rater img,#main .box,#video,#map,#banner_ad,.vids,.box4{
	background:#525252;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444');
	background:-moz-linear-gradient(top, rgba(0,0,0, 0.4), rgba(0,0,0, 0.7));
	background:-webkit-linear-gradient(top, rgba(0,0,0, 0.4), rgba(0,0,0, 0.7));
	box-shadow: 0 0 8px #666,inset 0 0 70px #444;
	border:2px #444 solid;
}
#video,#map,#ads,#banner_ad,.vids{
	background:#f4f4f4 url(../img/working.gif) no-repeat center center;
}
#banner_ad{
	border:none;
}
.sd_box{
	width:228px;
	padding:10px;
	margin-bottom:10px;
	color:#eee;
	text-shadow: 1px 1px 1px #111;
	position:relative;
	z-index:8;
}
.sd_box a{
	position:relative;
	z-index:12;
	text-shadow: 1px 1px 2px #000;
}
#rate_box{
	overflow:hidden;
}
#rate_box #rater{
	width:228px;
	float:left;
	color:#fff;
}
#rate_box #rate_key{
	width:80px;
	height:43px;
	line-height:43px;
	text-align:center;
}
#rate_box table{
	width:228px;
}
#rate_box #chart{
	float:right
}
#key{
	float:right;
}
.wide_box,#gallery_pix{
	margin-bottom:10px;
	border:2px #444 solid;
}
.wide_box{
	padding:10px;
	color:#ddd;
	text-shadow:1px 1px 1px #222;
}
.wide_box td{
	vertical-align:top;
}
.wide_box img{
	box-shadow: 0 0 3px #777,inset 0 0 8px #aaa;
	border:2px #444 solid;
}
#main .wide_box a{
	color:#ff3c3c;
	text-shadow:1px 1px 1px #333;
}
#gallery_pix{
	padding:11px 0 7px 10px;
}
#gallery_pix a img{
	margin: -1px 0;
	border:0;
	-webkit-box-shadow:0 0 1px #000;
	-moz-box-shadow:0 0 1px #000;
	-o-box-shadow:0 0 1px #000;
	box-shadow:0 0 1px #000;
}
#gallery_pix a img:hover{
	margin:-3px -2px;
	border:2px #eee solid;
}
.stamp{
	position:absolute;
	bottom:10px;
	right:8px;
	font-size:1.75em;
	color:rgba(255, 50, 50, 0.9);
	border:2px rgba(255, 50, 50, 0.9) solid;
	z-index:11;
	padding:4px 2px;
	text-shadow: none;
	border-radius: 12px;
}
.green{
	color:rgba(60, 255, 60, 0.8);
	border:2px rgba(60, 255, 60, 0.8) solid;
}
#heading_container h1,#main h2,.sd_title,.sub_heading_container{
	font-size:18px;
	line-height:100%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15);
	color:#111;
}
.sd_title{
	position:relative;
	z-index:12;
	margin-bottom:0.25em;
}
#main h2{
	margin:1.25em 0 0.75em 0;
}
#main a{
	color:#707;
	text-shadow: 1px 1px 1px #ddd;
}
#main a:hover{
	color:#fff;
	text-shadow: 1px 1px 1px #444;
}
#heading_container h1,.sub_heading_container p{
	color:#f0f0f0;
	text-shadow: 1px 1px 1px #333;
	display:inline;
}
#heading_container{
	clear:both;
	width:1006px;
	margin:0 auto 10px;
	overflow:hidden;
}
#heading_container,.sub_heading_container{
	line-height:1.5em;
	padding:11px 16px 6px;
	background:#525252;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444');
	background:-moz-linear-gradient(top, rgba(0,0,0, 0.3), rgba(0,0,0, 0.6));
	background:-webkit-linear-gradient(top, rgba(0,0,0, 0.3), rgba(0,0,0, 0.6));
	box-shadow: 0 0 8px #666,inset 0 0 70px #333;
	border-radius:5px;
	overflow:hidden;
}
.sub_heading_container{
	padding:9px 16px 10px 16px;
}
#main .sub_heading_container p a,.sd_box a,#recommended .box4 a{
	color:#ccc;
	text-shadow: 1px 1px 1px #111;
}
#main .sub_heading_container p a:hover,.sd_box a:hover,#recommended .box4 a:hover{
	color:#fff;
}
h2.domain{
	text-align:center;
}
#domain{
	overflow:hidden;
	margin-bottom:20px
}
#domain .sd_box{
	width:228px;
}
.clan{
	width:246px;
	border: 2px solid #444;
	padding:1px;
	margin:10px 0 0 0;
	background:#fff;
	text-align:center;
	font-size:14px;
	color:#111;
	line-height:1.35em;
	overflow:hidden;
	-webkit-box-shadow: 0 0 3px #777;
	-moz-box-shadow: 0 0 3px #777;
	-o-box-shadow: 0 0 3px #777;
	box-shadow: 0 0 3px #777;
	position:relative;
}
.clan p{
	position:relative;
	z-index:12;
}
.clan img{
	float:left;
}
.han{
	margin-bottom:20px !important;
	overflow:hidden;
	clear:both;
}
.han_title {
	clear:left;
	overflow:hidden;
	margin-top:1em !important;
}
#province .clan{
	float:left;
	margin-right:10px;
}
.han .clan:nth-child(3n+1){
	margin-right:0px !important;
}
#article .clan{
  text-align:left;
}

#article .clan img{
  margin:2px;
  border:1px #999 solid;
  width:150px;
  height:150px;
}
p.box4_label{
	width:248px;
	background:	rgba(0,0,0,0.55);
	text-align:center;
	position:relative;
	bottom:23px;
	text-shadow:0 1px 1px rgb(0, 0, 0);
	border-top:1px rgba(0,0,0, 0.3) solid;
	color:#eee;
	font-size:10px;
	height:22px;
}
.box a.try{
	height:155px;
	width:248px;
	display:block;
}
#container p.box4_label a,#belt_container p.box4_label a{
	color:#fff;
	display:inline;
	padding:2px;
	text-shadow:none;
}

img.box4_img{
	height:113px;
	display:block;
	margin:8px auto 0;
	padding:2px;
	-webkit-box-shadow:0 0 4px #333;
	-moz-box-shadow:0 0 4px #333;
	-o-box-shadow:0 0 4px #333;
	box-shadow:0 0 4px #333;
}
img.box4_img:hover,a.try img:hover{
	background:#f00;
}
a{
	text-decoration:none;
	outline:none;
	color:purple;
}
#pagination{
  clear:both;
  margin:0 0 1px 17px;
}
#container .page_link a{
	padding: 4px 8px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-shadow:0 1px 1px rgba(0,0,0, .3);
	width:100%;
	-moz-box-shadow:inset 0 0 2px #222;
	-webkit-box-shadow:inset 0 0 2px #222;
	-o-box-shadow:inset 0 0 2px #222;
	box-shadow:inset 0 0 2px #222;
	color:#ddd;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3333', endColorstr='#993333');
	background:-webkit-gradient(linear, left top, left bottom, from(#f33), to(#933));
	background:-moz-linear-gradient(top,  #f33,  #933);
}
#container .page_link a:hover{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#993333', endColorstr='#ff3333');
	background:-webkit-gradient(linear, left top, left bottom, from(#933), to(#f33));
	background:-moz-linear-gradient(top,  #933,  #f33);
}
#container .page_link a.self{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222');
	background:-webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	background:-moz-linear-gradient(top,  #5f5f5f,  #222);
}
#connect{
	overflow:hidden;
	height:40px;
	width:100%;
}
#connect table{
	text-align:center;
	float:right;
	margin-top:12px;
	padding-right:14px;
}
#connect .bottom{
	margin-bottom:-10px;
	height:28px;
	width:100%;
}
.twit a,.fbook a,.vim a,.youtube a,.rss a,.email a{
	display:block;
	margin-left:8px;
	height:32px;
	width:32px;
	border:0;
	text-decoration:none;
	position:relative;
}
.twit a{background:url(../img/share.png) no-repeat 0px -32px;}
.fbook a{background:url(../img/share.png) no-repeat -33px -32px;}
.vim a{background:url(../img/share.png) no-repeat -65px -32px;}
.youtube a{background:url(../img/share.png) no-repeat -97px -32px;}
.rss a{background:url(../img/share.png) no-repeat -129px -32px;}
.email a{background:url(../img/share.png) no-repeat -161px -32px;}
.twit a:hover{background:url(../img/share.png) no-repeat 0px 0px;}
.fbook a:hover{background:url(../img/share.png) no-repeat -33px 0px;}
.vim a:hover{background:url(../img/share.png) no-repeat -65px 0px;}
.youtube a:hover{background:url(../img/share.png) no-repeat -97px 0px;}
.rss a:hover{background:url(../img/share.png) no-repeat -129px 0px;}
.email a:hover{background:url(../img/share.png) no-repeat -161px 0px;}
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor:pointer; }
.tags{
	margin:0 0 1em;
	text-align:left;
}
.tags h2{
	display:inline;
}
#main .tags a{
	line-height:1.75em;
	font-size:1.25em;
	background:#fff;
	padding:2px 6px;
	color:#333;
	border:1px solid #b7b7b7;
	text-shadow: 1px 1px 1px #ddd;
	white-space:nowrap;
}
#main .tags a:hover{
	color:#fff;
	padding:3px 7px;
	border:0;
	text-shadow: 1px 1px 1px #444;
}
#main .tags a:hover{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#965496',endColorstr='#703f70');
	background:-webkit-gradient(linear,left top,left bottom,from(#965496),to(#703f70));
	background:-moz-linear-gradient(top,#965496,#703f70);
}
#wrapper,.belt .box,.tags a,.clan,#pix a img,#main .box,#video,#map,.sd_box,#rater img,#nav,#title_container,.wide_box,#gallery_pix,ul.element,#search_form #q_field,.box iframe,#main .vids,.box4{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
ul.element{
	box-shadow:0 0 10px #777,inset 0 0 70px #444;
}
ul.element li{
	margin-left:8px;
}
#cse{
	width:748px;
}
.toggler:hover{
	cursor:pointer;
}
#wrapper {
	width: 514px;
	margin: 0 0 10px 10px;
	float:right;
	background:#fff;
	box-shadow: 0 0 8px #666;
}
#slide-wrapper{
	margin:12px;
}
#slide-wrapper, .slides {
	width: 490px;
	height: 350px;
	overflow: hidden;
}
.slides {
	float: left;
}
#slide-wrapper .caption{
	color:#eee;
	position:absolute;
	top:327px;
	height:35px;
	line-height:35px;
	width:490px;
	text-align:center;
	background:	rgba(0,0,0,0.5);
}
img.fp_avatar{
	padding:3px;
	background:#f1f1f1;
	float:left;
	margin:0 5px 5px 0;
}
table.top5{
	margin:10px;
	width:100%;
}
#myform{
	margin:20px;
}
#myform input{
	margin-bottom:10px;
	border:1px #ddd solid;
}
#myform textarea{
	width:100%;
	border:1px #ddd solid;
	margin-bottom:20px;
}
.friends a{
  margin-bottom:-2px;
  padding-bottom:0;
}
.friends a{
  float:left;
  margin-right:2px;
}
.friends a:nth-child(2n){
  margin-right:0px;
}
.icp{font-style:italic;}
.icptitle{padding-right:1em;}
@media screen and (max-width: 1086px) {
#nav {
	width:770px;
}
#container,#top_bar_container,#banner,#footer,.belt{
	width:776px;
}
#main{
	width:514px;
}
#castles #main > .box:nth-child(3n),#castles #main > .vids:nth-child(3n),#recommended .box4:nth-child(3n){
	margin-right:10px
}
#castles #main > .box:nth-child(2n),#castles #main > .vids:nth-child(2n),#recommended .box4:nth-child(2n){
	margin-right:0px;
}
#belt_container .box:nth-child(3){
	display:none;
}
#prof{
	width:252px;
}
#prof_more{
	clear:both;
}
#heading_container{
  width:744px;
}
#gallery_pix{
	padding:6px 0 1px 5px;
}
.han .clan:nth-child(3n+1){
	margin-right:10px !important;
}
.han .clan:nth-child(2n+1){
	margin-right:0px !important;
}
#cse{
	width:486px;
}
#banner_ad{
	display:block;
	margin:20px 23px 0;
	display:none;
}
#wrapper{
	margin-left:0;
}
}

@media screen and (max-width: 816px) {
#container,#top_bar_container,#footer,#banner{
	width:514px;
}
#nav{
	width:508px;
}
#nav li:hover > ul {
	display:none;
}
#sidebar,.belt{
	width:514px;
}
#map{
	width:248px;
	height:119px;
	float:right;
}
.sd_box{
	width:490px;
	clear:both;
}
#sidebar{
	clear:both;
	overflow:hidden;
}
#bsap_1265696,#sidebar #ads{
	float:left;
}
#belt_container .box:nth-child(2){
	display:none;
}
#heading_container{
  width:482px;
}

.friends a:nth-child(2){
  margin-right:10px;
}
.friends a:nth-child(4){
  margin-right:0px;
}

}
#lbOverlay{background-color:#000;cursor:pointer;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}
#lbCenter,#lbBottomContainer{background-color:#fff;overflow:hidden;position:absolute;z-index:9999}
.lbLoading{background:#fff url(../img/working.gif) no-repeat center}
#lbImage{background-repeat:no-repeat;border:10px solid #fff;left:0;position:absolute;top:0}
#lbPrevLink,#lbNextLink{display:block;outline:none;position:absolute;top:0;width:50%}
#lbPrevLink{left:0}
#lbPrevLink:hover{background:transparent url(../img/prevlabel.gif) no-repeat 0 15%}
#lbNextLink{right:0}
#lbNextLink:hover{background:transparent url(../img/nextlabel.gif) no-repeat 100% 15%}
#lbBottom{border:10px solid #fff;border-top-style:none;color:#666;font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;font-size:10px;line-height:1.4em;text-align:left}
#lbCloseLink{background:transparent url(../img/closelabel.gif) no-repeat center;display:block;float:right;height:22px;margin:5px 0;outline:none;width:66px}
#lbCaption,#lbNumber{margin-right:71px}
#lbCaption{font-weight:700}

.cse .gsc-control-cse,.gsc-control-cse{width:auto;padding:1em}
.cse .gsc-control-wrapper-cse,.gsc-control-wrapper-cse{width:100%}
.cse .gsc-control-cse div,.gsc-control-cse div{position:normal}
.cse .gsc-control-cse,.gsc-control-cse{background-color:#ccc;border:1px solid #bbb}
.cse .gsc-control-cse:after,.gsc-control-cse:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cse .gsc-resultsHeader,.gsc-resultsHeader{border:block}
.cse input.gsc-search-button,input.gsc-search-button{font-family:inherit;color:#000;text-shadow:0 1px 2px #FFF;background-color:#CECECE;border:1px outset;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;border-color:#666}
.cse .gsc-tabHeader.gsc-tabhInactive,.gsc-tabHeader.gsc-tabhInactive{color:#666;background-color:#e9e9e9;border:1px solid;border-bottom:none;border-color:#e9e9e9}
.cse .gsc-tabHeader.gsc-tabhActive,.gsc-tabHeader.gsc-tabhActive{background-color:#FFF;border:1px solid;border-top:2px solid;border-bottom:none;border-color:#F90 #e9e9e9 #e9e9e9}
.cse .gsc-tabsArea,.gsc-tabsArea{margin-top:1em;border-bottom:1px solid transparent}
.cse .gsc-webResult.gsc-result,.gsc-webResult.gsc-result,.gsc-imageResult-column,.gsc-imageResult-classic{border:1px solid;margin-bottom:1em;border-color:transparent;padding:.25em}
.cse .gsc-webResult.gsc-result:hover,.gsc-webResult.gsc-result:hover,.gsc-results .gsc-imageResult-classic:hover,.gsc-results .gsc-imageResult-column:hover{border:1px solid;border-color:#FFF}
.cse .gs-promotion,.gs-promotion{background-color:#FFF;border:1px solid;border-color:#369}
.cse .gs-promotion .gs-snippet,.gs-promotion .gs-snippet,.cse .gs-promotion .gs-title .gs-promotion-title-right,.gs-promotion .gs-title .gs-promotion-title-right,.cse .gs-promotion .gs-title .gs-promotion-title-right *,.gs-promotion .gs-title .gs-promotion-title-right *{color:#000}
.cse .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl{color:green}
.gsc-completion-selected{background:#D5E2FF}
.gsc-completion-container{font-family:Arial, sans-serif;font-size:13px;position:absolute;background:#FFF;border:1px solid #666;margin-left:0;margin-right:0}
.gs-webResult div.gs-visibleUrl-long{display:block}
.cse .gsc-branding,.gsc-branding,.gs-webResult div.gs-visibleUrl-short{display:none}
.cse .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link,.cse .gs-promotion a.gs-title:link *,.gs-promotion a.gs-title:link *,.cse .gs-promotion .gs-snippet a:link,.gs-promotion .gs-snippet a:link,.cse .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited,.cse .gs-promotion a.gs-title:visited *,.gs-promotion a.gs-title:visited *,.cse .gs-promotion .gs-snippet a:visited,.gs-promotion .gs-snippet a:visited,.cse .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover,.cse .gs-promotion a.gs-title:hover *,.gs-promotion a.gs-title:hover *,.cse .gs-promotion .gs-snippet a:hover,.gs-promotion .gs-snippet a:hover,.cse .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active,.cse .gs-promotion a.gs-title:active *,.gs-promotion a.gs-title:active *,.cse .gs-promotion .gs-snippet a:active,.gs-promotion .gs-snippet a:active{color:#00C}

