@CHARSET "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, p, form, fieldset, table, th, td, input, textarea, a { 
	margin: 0; 
	padding: 0; 
	font: 15px/30px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
}
body {
	background: #fff url(images/content-bg.png);
}
a {
	text-decoration: none;
	color: #147bca;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

select#alexa_period_select {
    padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
select#alexa_type_select {
    padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
}

#header > div:first-child, #content > div:first-child, #footer > div:first-child {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 40px;
	background: #0D0D0D url(images/black.png) repeat;
	border-bottom: 1px solid #333;
}
#header ul {
	margin: 0 0 0 60px;
	padding: 0;
}
#header li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#header li a {
	font: 12px/40px 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	margin: 0 50px 0 0;
	color: #d9d9d9;
}

#search {
	background: #fff;
	border: 1px solid #8c8c8c;
	border-left: none;
	border-right: none;
	position: relative;
	height: 120px;
}
#search > div:first-child {
    width: 978px;
    margin: 0 auto;
	background: #fff;
}
#search > div > #logo {
    position: absolute;
	width: 300px;
	height: 60px;
	margin-top: 30px;
	margin-left: 25px;
}
#search form {
   position: absolute;
   margin-left: 50px;
   margin-top: 40px;
}
#search form input[type=text] {
	left: 390px;
	position: absolute;
	color: #c0c0c0;
	line-height: 37px;
	height: 37px;
	width: 360px !important;
	padding: 0 15px;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 1px 1px 2px 2px #ddd;
	-webkit-box-shadow: inset 1px 1px 2px 2px #ddd;
	box-shadow: inset 1px 1px 2px 2px #ddd;
	behavior: url(PIE.htc);
}

#search form input[type=submit] {
	left: 760px;
	position: absolute;
	color: #fff;
	width: 124px;
	height: 40px;
	background: #ff9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffae00));
	background: -moz-linear-gradient(top,  #ff9900,  #ffae00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ffae00');
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #e49b29;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
    text-shadow: 1px 1px #5d5d5d;
	cursor: pointer;
	behavior: url(PIE.htc);
}

#search form input[type=submit]:hover {
	background: #f09104;
	background: -webkit-gradient(linear, left top, left bottom, from(#f09104), to(#fd7f03));
	background: -moz-linear-gradient(top,  #f09104,  #fd7f03);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09104', endColorstr='#fd7f03');
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #e49b29;
	behavior: url(PIE.htc);
}

#search form input[type=submit]:active {
	background: #f6aa16;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6aa16), to(#fdc02d));
	background: -moz-linear-gradient(top,  #f6aa16,  #fdc02d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa16', endColorstr='#fdc02d');
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #e49b29;
	behavior: url(PIE.htc);
}

#spanner {
    width: 980px;
	margin: 0 auto;
	text-align: center;
}
#spanner > div:first-child {
    margin: 10px 0;
}

#content {
	padding: 0 0 52px 0;
	background: #fff url(images/content-bg.png);
}
#content > div:first-child {
	border: 1px solid #d5d5d5;
	background: #f1f1f1;
	background: #fff url(images/tile.png) repeat-y 681px;
-moz-box-shadow: 0 0 10px #afaeae;
	-webkit-box-shadow: 0 0 10px #afaeae;
	box-shadow: 0 0 10px #afaeae;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#content .left {
	float: left;
	padding: 35px 50px;
	width: 582px !important;
	width: 682px;
}
#content .left p {
	margin: 1em 0;
}
#content .left p.intro {
    font-size: 18px;
}
#content .left p.info {
    background: #f5f5f5;
	color: #52666a;
	padding: 10px 15px;
	margin: 20px 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#content .left h1#page-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#content .left h2 {
	font-size: 20px;
	color: #636363;
	margin: 15px 0;
}
#content .left h3 {
	font-size: 18px;
	color: #636363;
	margin: 15px 0;
}
#content .left h3#titler {
    background: #f96c0e;
	padding: 5px 15px 3px 15px;
	color: #fff;
	margin: 20px 0 25px 0;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content .left ul {
	margin: 10px 0 10px 25px;
}
#content .left form input[type=text] {
	padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .left .styled {
	border: 1px solid #efefef;
	margin: 20px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content .left .styled td {
	padding: 6px 10px;
	border: 1px solid #efefef;
}
#content .left .styled th {
    font-weight: bold;
	padding: 6px 10px;
	border: 1px solid #efefef;
	text-align: left;
}

#content .left .styled-noborders {
	margin: 20px 0;
}
#content .left .styled-noborders td {
	padding: 0;
}
#content .left .styled-noborders th {
    font-weight: bold;
	padding: 0;
	text-align: left;
}

#content .right {
	float: right;
	width: 195px !important;
	width: 295px;
	padding: 30px 50px;
}
#content .right h3 {
	margin: 10px 0;
}
#content .right ul.rightbar {
	margin-left: 15px;
}
#content .right ul.rightbar li {
	list-style: circle;
}
#content .right .divulscroller {
	height: 260px; 
	line-height: 2em;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 0 20px 0;
    overflow: scroll;
}
#content .right ul.ulscroller {
	white-space:nowrap;
}
#content .right ul.ulscroller li {
	list-style: square;
}

#footer {
	padding: 20px 0;
	text-align: center;
	background: #fff;
	border-top: 1px solid #b7b7b7;
}
#footer div {
	color: #b7b7b7;
}
#footer div div { 
	margin-top: 25px;
}
#footer, #footer * {
	font-size: 12px;
}
/* Common CSS styles */

.clear {
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.hidden {
	display: none;
}

.recommended-tip{margin-bottom:30px;padding:15px;background-color:#FCFADB;border:2px solid #F4DB81}.recommended-tip:not(:first-child){margin-top:30px}.recommended-tip p{margin-bottom:0 !important;margin-top:0 !important;}.recommended-tip .tip-title{color:#000}

