﻿body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
html, body
{
	/* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
a
{
	color: #003366;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
p
{
	margin: 0px 0px 5px 0px;
}
h2, h3, h4, h5
{
	margin: 0; /*background-color:Fuchsia;*/
	color: #018AD7;
}
h1
{
	margin: 5px 0px 0px 8px;
}

/* holder styles */
#wrapper
{
	/*width: 760px;*/
	width: 800px;
	background-image: url(../images/album/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header
{
	height: 115px;
	background-image: url(../images/album/header_bg.jpg);
	background-repeat: no-repeat;
}
/*#flashhead{
float:left;
 margin:5px;
 height:200px;
 width:510px;
}*/
#musicplayer
{
	background-color: #00FFFF;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	background-color: #336699;
	border: solid 1px #CCCCFF;
	color: #eee;
}
#nav
{
	background-image: url(../images/album/nav_bg.gif);
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
}

#nav ul
{
	padding: 8px 0px 8px 0px;
	margin: 0px;
}
#nav ul li
{
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	display: inline;
}
#nav ul li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#nav .btn1, .btn3, .btn5, .btn7
{
	background-image: url(../images/album/btn1.gif);
	background-repeat: no-repeat;
}
#nav .btn2, .btn4, .btn6
{
	background-image: url(../images/album/btn2.gif);
	background-repeat: no-repeat;
}
#nav ul li a:hover, #nav ul li a:focus
{
}
#playlist li
{
	list-style: none;
	background-image: url(../images/icons/bulletrecord.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 25px;
	height: 22px;
}
#playlist li a
{
	text-decoration: underline;
}

.albumtitle
{
	color: #fff;
	padding-left: 5px;
	width:200px;
}

#leftcol
{
	width: 250px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 350px; /*background-color:Maroon;*/
}
#search
{
	margin: 2px;
	height: 62px;
	background-image: url(../images/album/search_bg.gif);
}
.txtSearch
{
	width: 200px;
	border: solid 1px #999966;
	margin-bottom: 25px;
}
.btnSearch
{
	margin-bottom: 22px;
}
.addtocart
{
	text-align: center;
	padding: 10px;
}
/* content styles */
#content
{
	margin: 0 260px;
	padding: 0px; /*background-color:blue;*/
}

#pic
{
	height: 265px;
	background-image: url(../images/album/pic_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#pic img
{
	margin-top: 12px;
}

#writereview
{
	height: 60px;
	padding-left: 5px;
	background-image: url(../images/album/drkbluebox_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#writereview h5
{
	margin: 0px;
	padding: 3px 0px 0px 10px;
	font-size: 12px;
	color: #fff;
}
.ratermessage
{
	/* 	float:right; 	width:250px; 	height:20px;*/
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
}
.rater
{
	margin-left: 10px;
}
.reviewit /*link for write review*/
{
	float: right;
	display: block;
	height: 20px;
	width: 150px;
}
#rightcol
{
	width: 250px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	min-height: 200px; /*background-color:Red;*/
}


#footer
{
	background-color: #000000;
	color: #979696;
	padding: 7px;
	clear: both;
}
#footer a
{
	color:#979696;	
}
/* Rounded Box Styles */
.boxhead h1, h2, h3, h4, h5
{
	padding: 2px 0 0 2px;
}

#leftcol .boxhead
{
	margin: 5px 0px 0px 0px;
	height: 30px;
}


#leftcol .boxbody
{
	margin: 0px;
	padding-bottom: 10px;
	background: url(../images/album/boxblue_body.gif) no-repeat bottom left;
	min-height: 100px;
}
#leftcol ul
{
	margin-left: 25px;
}
.pagesummary li
{
	list-style: square;
}
.featuredbox
{
	height: 90px;
	width: 225px;
	background-image: url(../images/album/whitepatch.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left:8px;
	padding: 10px 10px 2px 4px; /*background-color:Fuchsia;	*/
}
.featuredbox img
{
	margin: 0 5px 2px 2px;
}
#rightcol .boxhead
{
	margin: 5px 0px 0px 0px;
	background-image: url(../images/album/session_head.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 32px;
}

#rightcol .boxbody
{
	padding-left: 10px;
	margin-bottom: 5px;
	background-image: url(../images/album/box_body_right.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 100px;
}

#content .boxbody
{
	padding: 0px 15px;
	margin-bottom: 10px;
	background-image: url(../images/album/boxmid_body.gif);
	background-repeat: no-repeat;
	background-position: center bottom; /*background-color:Lime;*/
}


.sessionhead
{
	margin-top: 5px;
	background-image: url(../images/album/session_head.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
}

.personalhead
{
	margin-top: 5px 0 0 0; /*width:260px;*/
	background-image: url(../images/album/personal_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
}
.trackshead
{
	margin-top: 5px;
	background-image: url(../images/album/tracks_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
}
.vibehead
{
	background-image: url(../images/album/vibe_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.featurehead
{
	background-image: url(../images/album/featured_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.similarhead
{
	background-image: url(../images/album/similar_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.boxheadwide
{
	margin: 10px 0px 0px 2px; /*background: url(../images/album/boxmid_head.gif) no-repeat top;*/
	margin-left: 268px;
	width: 515px;
	clear: both;
	height: 29px;
}
.boxbodywide
{
	width: 515px;
	clear: both;
	margin-left: 268px;
	margin-bottom: 5px;
	padding: 5px; /*background: url(../images/album/review_body.gif) no-repeat bottom left;*/
	background-image: url(../images/album/reviews_body.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.activetrack li
{
	/*background:url(../images/album/bulletCurrentTrack.gif) 0 0 no-repeat;  list-style:none;  background-image: url(../images/icons/bulletrecord.gif);   background-image: url(../images/album/bulletCurrentTrack.gif);*/
	background-color: Green; /*background-repeat:no-repeat;  color:Red;  padding-top:2px;  padding-left:25px;  height:22px;*/
}


ol
{
	margin: 0px;
	padding: 0px;
}
.bluebold
{
	color: #018AD7;
	font-weight:bold;
}
