body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	font: 11px arial, sans-serif;
	background: url("../images/head_bg.gif") repeat-x;
	color: #3c3c3c;
}

body {
	behavior: url("../javascript/csshover.htc");
}

h1 {
	font: bold 15px arial;
	text-decoration: none;
}

h2 {
	font: bold 15px arial;
	text-decoration: none;
	padding-bottom: 3px;
	color: #fff;
}

h3 {
	font: normal 18px arial;
	text-decoration: none;
	padding-bottom: 10px;
}

h3 a:link {color: #788590; text-decoration: underline}
h3 a:visited {color: #788590; text-decoration: underline}
h3 a:active {color: #788590; text-decoration: underline}
h3 a:hover {color: #788590; text-decoration: none}

img, .search_button, .trans_bottom, .trans_top, .trans_bottom2, .trans_top2 {
	border: 0;
	behavior: url("../javascript/iepngfix.htc");
}

a {
	outline: none;
}

a:link {color: #3c3c3c; text-decoration: underline}
a:visited {color: #3c3c3c; text-decoration: underline}
a:active {color: #3c3c3c; text-decoration: underline}
a:hover {color: #3c3c3c; text-decoration: none}

#head {
	float: left;
	width: 100%;
	height: 260px;
	margin-bottom: 20px;
	background: url("../images/head_bg.jpg") no-repeat center top;
}

.head {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.logo {
	position: absolute;
	left: 88px;
	top: 18px;
}

.menu {
	position: absolute;
	left: 339px;
	top: 42px;
	list-style: none;
}

.menu li {
	float: left;
	padding-left: 35px;
}

.navigation {
	position: absolute;
	left: 370px;
	top: 98px;
	width: 517px;
	height: 20px;
	padding: 6px 0 0 10px;
	list-style: none;
	color: #6e6e88;
	background: url("../images/navigation_bg.png") no-repeat;
}

.navigation li {
	float: left;
}

.navigation a {
	float: left;
	width: 15px;
	height: 15px;
	text-align: center;
	background: url("../images/highlight.gif") no-repeat 0 -15px;
}

.navigation a:link {color: #6e6e88; text-decoration: none}
.navigation a:visited {color: #6e6e88; text-decoration: none}
.navigation a:active {color: #6e6e88; text-decoration: none}
.navigation a:hover {color: #fff; text-decoration: none; background: url("../images/highlight.gif") no-repeat 0 0px;}

.search {
	position: absolute;
	left: 20px;
	top: 171px;
}

.search_input {
	float: left;
	width: 195px;
	height: 22px;
	padding: 9px 15px 0px 15px;
	background: url("../images/search_input.png") no-repeat;
}

.search_input input {
	float: left;
	font: 12px arial;
	background-color: transparent;
	border-width: 0;
	cursor: text;
	width: 195px;
	color: #333341;
}

.search_button {
	float: left;
	display: inline;
	margin: 0px 0px 0px 3px;
}

.popular_searches {
	position: absolute;
	left: 375px;
	top: 172px;
	width: 475px;
	color: #fff;
}

.popular_searches a:link {color: #fff; text-decoration: none}
.popular_searches a:visited {color: #fff; text-decoration: none}
.popular_searches a:active {color: #fff; text-decoration: none}
.popular_searches a:hover {color: #fff; text-decoration: underline}

#content {
	width: 960px;
	margin: 0 auto;
}

.left_column {
	float: left;
	width: 664px;
}

.title {
	float: left;
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	background: url("../images/pixel.gif") repeat-x left center;
}

.no_line {
	background: none !important;
}

.title span {
	float: left;
	padding-right: 12px;
	background: #fff;
}

.title img {
	vertical-align: top;
	float: left;
}

.catalog {
	clear: both;
	display: inline-block;
	margin: 0 -16px 0 0;
}

.catalog ul {
	float: left;
	position: relative;
	list-style: none;
	width: 100%;
	padding-bottom: 20px;
	margin-top: -20px;
}

.catalog li {
	float: left;
	position: relative;
	display: inline;
	width: 154px;
	height: 134px;
	margin: 20px 16px 0 0;
	overflow: hidden;
	background: url("../images/empty.png") no-repeat 0 0;
}

.catalog li * {
	cursor: pointer;
}

.catalog img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.item_text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 140px;
	padding: 7px;
	color: #39461f;
	font-size: 12px;
	color: #39461f;
	background: url("../images/item_bg.png") no-repeat 0 0;
	_filter: alpha(opacity=90);
	_background-image: none;
	_background-color: #929292;
}

.catalog li:hover .item_text {
	background: url("../images/item_bg.png") no-repeat 0 -200px;
	_background-image: none;
	_background-color: #8cca10;
}

.trans_top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 154px;
	height: 5px;
	background: url("../images/trans_top.png") no-repeat 0 0;
}

.trans_bottom {
	position: absolute;
	left: 0;
	top: 127px;
	z-index: 1;
	width: 154px;
	height: 7px;
	background: url("../images/trans_bottom.png") no-repeat 0 0;
}

.catalog a {
	color: #fff !important;
	text-decoration: none !important;
}

.showing_container {
	clear: both;
	height: 37px;
	padding-right: 17px;
	margin-bottom: 30px;
	background: url("../images/showing_right.png") no-repeat right top;
}

.showing {
	height: 25px;
	padding: 12px 0 0 17px;
	font: bold 12px arial;
	line-height: 19px;
	color: #47535c;
	background: url("../images/showing_left.png") no-repeat 0 0;
}

.rounded {
	float: right;
	height: 19px;
	padding-right: 10px;
	background: url("../images/rounded_right.gif") no-repeat right;
}

.rounded p {
	display: inline-block !important;
	display:-moz-inline-box !important;
	display: inline;
	height: 19px;
	padding-left: 11px;
	background: url("../images/rounded_left.gif") no-repeat 0 0;
}

.rounded span {
	display:-moz-inline-box;
	display: inline-block;
	height: 19px;
	font-size: 12px;
	background: url("../images/rounded_bg.gif") repeat-x;
}

.rounded a:link {color: #fff; text-decoration: none}
.rounded a:visited {color: #fff; text-decoration: none}
.rounded a:active {color: #fff; text-decoration: none}
.rounded a:hover {color: #fff; text-decoration: none}

.right_column {
	float: right;
	width: 269px;
}

.follow_us {
	padding: 0 18px 0 5px;
	height: 44px;
}

.panel {
	float: left;
	width: 269px;
	padding-bottom: 6px;
	margin-bottom: 14px;
	background: #eee url("../images/panel_bottom.gif") no-repeat left bottom;
}

.panel_title {
	float: left;
	position: relative;
	width: 258px;
	height: 32px;
	padding: 12px 0 0 11px;
	background: url("../images/panel_title.png") no-repeat;
}

.panel table {
	float: left;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
	color: #9d9d9d;
	margin-top: -1px;
}

.panel table table {
	margin-top: 10px;
	background: #eee;
}

.panel td {
	padding: 9px 0 5px 14px;
	background: url("../images/panel_bg.gif") repeat-x top;
}

.anons {
	font-size: 11px !important;
	padding: 0px 14px 7px 14px !important;
	color: #788590 !important;
	font-weight: normal !important;
	background: none !important;
}

.hoverable td {
	cursor: pointer;
}

.panel td td {
	padding: 0 !important;
	background: none;
}

.panel table a:link {color: #9d9d9d; text-decoration: none}
.panel table a:visited {color: #9d9d9d; text-decoration: none}
.panel table a:active {color: #9d9d9d; text-decoration: none}
.panel table a:hover {color: #85a01a; text-decoration: none}

.panel table p {
	color: #bfbfbf;
	font-weight: normal;
	font-size: 11px;
}

#footer {
	float: left;
	width: 100%;
	height: 161px;
	margin-top: 20px;
	background: url("../images/footer_bg.gif") repeat-x;
}

.footer {
	position: relative;
	width: 1000px;
	height: 161px;
	margin: 0 auto;
	font-size: 11px;
	color: #8888a0;
	background: url("../images/footer_bg.png") no-repeat center top;
}

.footer_logo {
	position: absolute;
	left: 22px;
	top: 14px;
}

.copyrights {
	position: absolute;
	left: 95px;
	top: 24px;
}

.footer_menu {
	position: absolute;
	left: 329px;
	top: 17px;
	list-style: none;
}

.footer_menu li {
	float: left;
	padding: 0 0 0 45px;
}

.footer_menu ul {
	list-style: none;
}

.footer_menu li li {
	float: none;
	padding: 6px 0 0 0;
}

.footer_menu a:link {color: #8888a0; text-decoration: underline}
.footer_menu a:visited {color: #8888a0; text-decoration: underline}
.footer_menu a:active {color: #8888a0; text-decoration: underline}
.footer_menu a:hover {color: #8888a0; text-decoration: none}

.tweet_rating {
	float: right;
	margin-top: -43px;
	width: 284px;
	height: 23px;
	color: #fff;
	background: url("../images/tweet_rating.png") no-repeat;
}

.tweet {
	float: left;
	width: 137px;
	text-align: center;
	padding: 4px 0 0 0;
}

.tweet a:link {color: #fff; text-decoration: none}
.tweet a:visited {color: #fff; text-decoration: none}
.tweet a:active {color: #fff; text-decoration: none}
.tweet a:hover {color: #fff; text-decoration: underline}

.rating {
	float: right;
	width: 140px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

.stars {
	float: right;
	padding-right: 10px;
}

.stars img {
	cursor: pointer;
}

.block_info {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.preview {
	float: left;
	position: relative;
	width: 214px;
	height: 164px;
	cursor: pointer;
	overflow: hidden;
}

.preview img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.preview_text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 200px;
	padding: 7px;
	color: #39461f;
	font-size: 12px;
	color: #39461f;
	background: url("../images/item_bg.png") no-repeat 0 0;
	_filter: alpha(opacity=90);
	_background-image: none;
	_background-color: #929292;
}

.preview:hover .preview_text {
	background: url("../images/item_bg.png") no-repeat 0 -200px;
	_background-image: none;
	_background-color: #8cca10;
}

.trans_top2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 214px;
	height: 5px;
	background: url("../images/trans_top2.png") no-repeat 0 0;
}

.trans_bottom2 {
	position: absolute;
	left: 0;
	top: 157px;
	z-index: 1;
	width: 214px;
	height: 7px;
	background: url("../images/trans_bottom2.png") no-repeat 0 0;
}

.preview a {
	color: #fff !important;
	text-decoration: none !important;
}

.info_text {
	float: left;
	font-size: 12px;
	width: 400px;
	padding-left: 32px;
}

.tags {
	display: inline;
	list-style: none;
}

.tags li {
	display: inline;
	float: left;
	padding-right: 12px;
}

.tags a:link {color: #fff; text-decoration: none}
.tags a:visited {color: #fff; text-decoration: none}
.tags a:active {color: #fff; text-decoration: none}
.tags a:hover {color: #fff; text-decoration: underline}

.gray_oval {
	float: left;
	height: 18px;
	padding-right: 9px;
	margin-top: 5px;
	background: url("../images/gray_right.gif") no-repeat right;
}

.gray_oval p {
	float: left;
	height: 18px;
	padding-left: 9px;
	background: url("../images/gray_left.gif") no-repeat 0 0;
}

.gray_oval span {
	float: left;
	height: 17px;
	padding: 1px 0 0 0;
	font-size: 12px;
	color: #606060;
	background: url("../images/gray_bg.gif") repeat-x;
}

.comment {
	float: left;
	width: 630px;
	padding: 17px;
	font-size: 12px;
	color: #3c3c3c;
	margin-bottom: 1px;
	background: #f4f4f4 url("../images/comment_bg.gif") no-repeat 0 0;
}

.blue_panel {
	float: left;
	width: 630px;
	height: 25px;
	padding: 7px 17px 0 17px;
	margin-bottom: 30px;
	line-height: 19px;
	color: #47535c;
	font-size: 12px;
	font-weight: bold;
	background: url("../images/blue_panel.png") no-repeat 0 0;
}

.styled_table {
	clear: both;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.styled_table td {
	padding: 0 0 14px 0;
	vertical-align: top;
}

.input {
	float: left;
	width: 286px;
	height: 21px;
	padding: 5px 15px 0px 15px;
	background: url("../images/input.png") no-repeat;
}

.input input {
	float: left;
	font: 12px arial;
	background-color: transparent;
	border-width: 0;
	cursor: text;
	width: 286px;
	color: #333341;
}

.textarea {
	float: left;
	width: 284px;
	height: 91px;
	padding: 5px 15px 0px 15px;
	background: url("../images/textarea.png") no-repeat;
}

.textarea textarea {
	float: left;
	font: 12px arial;
	background-color: transparent;
	border-width: 0;
	cursor: text;
	width: 286px;
	height: 86px;
	color: #333341;
	overflow: hidden;
}

.carousel ul {
	float: left;
	width: 181px;
	list-style: none;
}

.carousel li {
	width: 181px;
	height: 275px;
	float: left;
	display: inline;
	text-align: center;
	overflow: hidden;
}

.prev, .next, .prev2, .next2 {
	margin-right: 14px;
	cursor: pointer;
}

.carousel li p {
	padding-top: 8px;
	font-size: 12px;
	color: #848484;
}

.hands {
	float: left;
	padding-right: 7px;
}

.externalControl, .externalControl2 {
	float: left;
	padding-left: 7px;
	list-style: none;
}

.externalControl li, .externalControl2 li {
	float: left;
	display: inline;
	width: 17px;
	height: 17px;
	margin-right: 3px;
	cursor: pointer;
	background: url("../images/navigation_bg.gif") no-repeat 0 0;
}

.externalControl li:hover, .externalControl2 li:hover {
	background-position: 0 -17px;
}

.active, .active2  {
	background-position: 0 -34px !important;
}

.carousel2 {
	padding: 0 0 10px 5px;
}

.carousel2 ul {
	float: left;
	width: 155px;
	list-style: none;
}

.carousel2 li {
	width: 155px;
	height: 130px;
	float: left;
	display: inline;
	text-align: center;
	overflow: hidden;
}

.song {
	font-size: 12px !important;
	color: #85a01a !important;
	font-weight: bold  !important;
}

.song a:link {color: #85a01a !important;}
.song a:visited {color: #85a01a !important;}
.song a:active {color: #85a01a !important;}
.song a:hover {color: #85a01a !important;}

.artist {
	font-size: 11px !important;
	font-weight: normal  !important;
}

.text {
	font-size: 12px;
	padding-bottom: 30px;
}

.link a:link {color: #84909a !important; text-decoration: underline !important}
.link a:visited {color: #84909a !important; text-decoration: underline !important}
.link a:active {color: #84909a !important; text-decoration: underline !important}
.link a:hover {color: #84909a !important; text-decoration: none !important}

.track_list {
	border-collapse: collapse;
	border-spacing: 0;
}

.track_list td {
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #e1e1e1;
}

.length {
	color: #dedede;
}

.track_list a:link {color: #3c3c3c; text-decoration: none}
.track_list a:visited {color: #3c3c3c; text-decoration: none}
.track_list a:active {color: #3c3c3c; text-decoration: none}
.track_list a:hover {color: #3c3c3c; text-decoration: underline}







.artists {
	clear: both;
	display: inline-block;
	margin: 0 -45px 0 0;
}

.artists ul {
	float: left;
	position: relative;
	list-style: none;
	width: 100%;
	padding-bottom: 20px;
	margin-top: -20px;
}

.artists li {
	float: left;
	position: relative;
	display: inline;
	width: 154px;
	height: 134px;
	margin: 20px 47px 0 0;
	overflow: hidden;
	background: url("../images/empty.png") no-repeat 0 0;
}

.artists li * {
	cursor: pointer;
}

.artists img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.artists li:hover .item_text {
	background: url("../images/item_bg.png") no-repeat 0 -200px;
	_background-image: none;
	_background-color: #8cca10;
}

.artists a {
	color: #fff !important;
	text-decoration: none !important;
}

.left {
	float: left !important;
}

.nextAlbums {
  cursor: pointer;
  color: #fff;
}

.albums_carousel {
  margin-top: -20px;
  margin-bottom: 10px;
}



#submit {
  background: url("../images/post_comment.png") no-repeat;
  border: 0;
  cursor: pointer;
  width: 185px;
  height: 38px;
}
