html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Tahoma", Arial, Sans-Serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6;
	background: #352f2b;
}

#header {
	width: 100%;
	height: 42px;
	background: #352f2b;
}

#header-link {
	width: 913px;
	margin: 0px auto;
	text-align: right;
}

#header-link li {
	height: 42px;
	display: inline;
	font-size: 10pt;
	line-height: 42px;
	padding-left: 10px;

}

#header-link li a {
	color: #b39e8f;
	text-decoration: none;
}

#header li a:hover {
	border-bottom: 1px dashed #b39e8f;
}

#content {
	width: 100%;
	height: 380px;
	background: #ddedf2;
}

#free-space {
	width: 100%;
	height: 110px;
}

#wrapper {
	width: 913px;
	height: 171px;
	margin: 0px auto;
}

#logo {
	width: 913px;
	height: 75px;
	text-align: left;
}

#logo a {
	text-decoration: none;
	border: 0px;
}

#form {
	width: 889px;
	height: 72px;
	padding: 12px;
	background: url('../../static/images/form.png') no-repeat;
}

#row-left {
	width: 631px;
	float: left;
}

#search-input {
	width: 615px;
	height: 29px;
	border: 0px;
	color: #ddedf2;
	padding: 20px 0px 16px 10px;
	font-size: 23px;
	background: url('../../static/images/input.png') repeat-x;
}

#row-right {
	width: 258px;
	height: 70px;
	float: left;
}

#button {
	width: 258px;
	height: 70px;
	border: 0px;
	background: url('../../static/images/button.png') no-repeat;
}

#bbc_center {
	width: 930px;
	height: 30px;
	margin: 0px auto;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 12px;
	color: #27525f;	
}

#bbc_center span {
	font-size: 13px;
}

#bbc_center a {
	color: #27525f;
	text-decoration: none;
	font-weight: bold;
}

#bbc_center a:hover {
	border-bottom: 1px dashed #27525f;
}

#result {
	width: 100%;
}

#bookmark {
	width: 100%;
	height: 31px;
	background: #ddedf2;
}

#bookmark-image {
	width: 813px;
	height: 31px;
	margin: 0px auto;
	background: url('../../static/images/bookmark.png') no-repeat;
}

#result-content {
	width: 100%;
	min-height: 100px;
	background: #cce0e6;
	padding-bottom: 40px;
}

#result-wrapper {
	width: 900px;
	padding-top: 20px;
	margin: 0px auto;
}

.music {
	width: 900px;
	height: 40px;
	background: #d4e5ea;
	color: #27525f;
	font-size: 12px;
	line-height: 40px;
	margin-top: 5px;
}

.music-2 {
	width: 900px;
	height: 40px;
	background: #c6dce2;
	color: #27525f;
	font-size: 12px;
	line-height: 40px;
	margin-top: 5px;
}

.music span {
	float: right;
}

.music-2 span {
	float: right;
}

.music-title {
	width: 710px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

.music-title a {
	color: #27525f;
	text-decoration: none;
}

.music-title a:hover {
	border-bottom: 1px dashed #27525f;
}

.music-weight {
	width: 75px;
	float: left;
}

.music-time {
	width: 75px;
	float: left;
}
/*900*/
#view {
	width: 900px;
	min-height: 350px;
}

#view-left {
	width: 570px;
	float: left;
	padding-right: 30px;
}

.view-title {
	width: 570px;
	height: 70px;
}

.view-title h3 {
	color: #27525f;
	font-size: 18px;
}

.view-tags {
	color: #20434d;
	font-size: 10px;
}

.view-tags span {
	font-size: 12px;
	font-weight: bold;
}

.view-tags a {
	color: #20434d;
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
}

.view-tags a:hover {
	border-bottom: 1px dashed #20434d;
}

.view-flv {
	width: 570px;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.view-privacy {
	width: 570px;
	height: 60px;
	color: #27525f;
	font-size: 11px;
}

#view-right {
	width: 300px;
	float: left;
}

.view-ad {
	width: 300px;
	height: 250px;
	background: #c6dce2;
	text-align: center;
	line-height: 240px;
}

.view-ad span {
	color: #27525f;
	font-size: 12px;
	margin: 0px auto;
	font-weight: bold;
}

.view-url {
	width: 300px;
	height: 20px;
	padding-top: 25px;
	text-align: center;
	padding-bottom: 10px;
}

.view-url span {
	color: #27525f;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

.view-url a {
	color: #27525f;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.view-url:hover {
	color: #27525f;
	text-decoration: underline;
}

.view-url-2 {
	width: 300px;
	height: 30px;
	padding-top: 25px;
	text-align: center;
}

.view-url-2 a {
	color: #27525f;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}


#pagination {
	width: 913px;
	height: 10px;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}

#pagination a {
	color: #467b8b;
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
}

#pagination a:hover {
	color: #27525f;
	font-weight: bold;
}

#pagination strong {
	font-size: 12px;
	color: #27525f;
}

#error_msg {
	width: 600px;
	margin: 0px auto;
	text-align: center;
	height: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #27525f;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

#error_msg a {
	color: #27525f;
	font-size: 12px;
	text-decoration: none;
}

#error_msg a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	height: 151px;
	background: #352f2b;
	clear: both;
}

#footer-text {
	width: 330px;
	height: 30px;
	padding-top: 10px;
	color: #b39e8f;
	font-size: 12px;
	margin: 0px auto;
	text-align: center;
}

#footer-text a {
	color: #b39e8f;
	text-decoration: none;
}

#footer-text a:hover {
	border-bottom: 1px dashed #b39e8f;
}