/*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	color:#fff;
}
body {
	overflow: hidden;
	font-family: Arial;
	font-size:76%;
	color: #333;
}
#theme-selector {
	height: 50px;
	background: #262621 url(background.png?v=3) repeat-x;
	background: #161616;

	z-index: 99999;
	position: relative;
	width: 100%;
	box-shadow: 0px 0px 5px #555;
	-moz-box-shadow: 0px 0px 5px #555;
	-webkit-box-shadow: 0px 0px 5px #555;
}
#theme-selector li {
}




li.purchase {
	position:absolute;
	top:12px;
	right:20px;
	font-size: 17px;
	font-weight:bold;
}
li.purchase img {
	vertical-align:middle;
	margin-top:-2px;
}
li.purchase a {
	color:#fff
}
li.remove_frame {
	position:absolute;
	font-size: 11px;
	color:#777;
	top:18px;
	left:20px;
	height:20px;
}
li.remove_frame img {
	vertical-align:middle;
	float:left;
	margin:0px 4px 0 0;
}
li.remove_frame {
	display:block;
}

li.theme-list {
	position:absolute;
	top:8px;
	width:220px;
	left:50%;
	margin-left:-110px;
	border-radius:4px;
	background:#262621;
}
li.theme-list a#theme_select {
	padding:8px 12px;
	display:block;
	border-radius:4px;
	color:#fff;
	
	z-index:99;
	border:1px solid #333;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);

  border: 1px solid #555 !important;
  background: #131313;
  background: -webkit-gradient(linear, left top, left bottom, from(#262621), to(#131313));
  background: -webkit-linear-gradient(top, #262621, #131313);
  background: -moz-linear-gradient(top, #262621, #131313);
  background: -ms-linear-gradient(top, #262621, #131313);
  background: -o-linear-gradient(top, #262621, #131313);

  background-image:url(select.png);
  background-position:right top;
  background-repeat:no-repeat;

  box-shadow: 1px 0px 5px rgba(0, 0, 0, 1);
  /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  */

  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -ms-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;


}
li.theme-list:hover a#theme_select {
	border-color:#999;

}
li.theme-list a#theme_select span {
	color:#777
}
li.theme-list ul {
	display:none;

	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);

	position: absolute;
	z-index:1;
	border:1px solid #555;
	top:32px;
	left:0;
	box-sizing:border-box;
	border-top:0;
	width:100%;
	border-radius:0 0 4px 4px;
}
li.theme-list ul li {

	top:auto;
	padding:0 8px;
	background:#262621;	
}
li.theme-list ul li a {
	border-bottom:1px dotted #444;
	display:block;
	padding:10px 6px;
	color:#aaa;
}
li.theme-list ul li:hover a {
	color:#fff;
}

li.theme-list ul li:last-child a {
	border:none;
	border-radius:0 0 4px 4px;
}
li.theme-list ul li:last-child {
	border-radius:0 0 4px 4px;	
}

/*
#theme-selector li ul {
	position: absolute;
	top:10px;
	width:200px;
	background:#222;
}

#theme-selector li ul li {
	display:block;
	width:200px;
}

#theme-selector li ul li a {

display: block;
padding: 10px;
font-size: 14px;
color: #333;
text-transform: uppercase;
font-weight: 700;

}
#theme-selector li ul li:hover {
	background:#A2DFE4;
}


#theme_select {
	background: #444;
	
	border-radius:4px;
	display: block;
	width:160px;
	color: #fff;
	font-size: 14px;	
}


#theme_dropdown_list {
}

#iframe {
}*/