body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
    font-size: 11px;
}

.general {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.big_red {
	font-size: 14px;
	font-weight: bold;
	color: #892525;
}
	

.general_small_grey {
	font-size: 10px;
	color: #909090;
}

.general_small_white {
	font-size: 10px;
	color: #FFFFFF;
}

.general_white {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.linkbar {
	font-size: 11px;
	color: #5C5C5C;
}

.linkbar:link {
	font-size: 11px;
	color: #5C5C5C;
	text-decoration: none;
}

.linkbar:active {
	font-size: 11px;
	color: #5C5C5C;
	text-decoration: none;
}

.linkbar:visited {
	font-size: 11px;
	color: #5C5C5C;
	text-decoration: none;
}

.linkbar:hover {
	font-size: 11px;
	color: #892525;
	text-decoration: none;
}

.red {
	font-size: 11px;
	color: #892525;
}

.blue {
	font-size: 11px;
	color: #132F7D;
}

a img {
	border: 0;
}

#red_header {
	background-image: url(../images/red_space.gif);
	background-repeat: repeat-x;
	height: 59px;
	width: 770px;
}

#red_header img {
	float: left;
	padding: 0;
	margin: 30px 0 0 20px;
}
	
#red_header_l {
	background-image:url(../images/red_l.gif);
	float:left;
	height:100%;
	width:3px;
}

#red_header_r {
	background-image:url(../images/red_r.gif);
	float:right;
	height:100%;
	width:3px;
}

#artist_list {
	background-color: #FFF;
	border-bottom: 1px solid #D7D6CA;
	border-left: 1px solid #D7D6CA;
	border-right: 1px solid #D7D6CA;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 768px;
}

.artist{
    margin: 0 0 15px 10px;
	position: relative;
	text-align: left;
	/*width: 702px;*/
}

.artist h2 {
    font-weight: bold;
    font-size: 16px;
    color:#892525;
	margin: 0;
}

.artist h3 {
    font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.artist_content {
	float: left;
	width: 600px;
}

.artist_content p {
	padding-right: 10px;
}

.ablum_details {
	width: 600px;
}

.artist_personnel {
	margin: 0;
	padding: 0;
	float: left;
	width: 300px
}

.artist_personnel ul {
	padding-left: 30px;
	width: 300px;
}

.artist_tracks {
	margin: 0;
	padding: 0;
	float: left;
	width: 250px
}
.artist_tracks ol {
	padding-left: 30px;
	width: 200px;
}

.pp {
	float: right;
	margin-top: 30px;
    margin-right: 25px;
	text-align: center;
	width: 102px;
}

.pp label {
	display: block;
	margin-top: 10px;
}

.pp input {
	margin-top: 10px;
}

.inBasket {
	color: #999;
	font-size: 10px;
}



/* Checkout page */

#basket {
	background-color: #FFF;
	border-bottom:1px solid #D7D6CA;
	border-left:1px solid #D7D6CA;
	border-right:1px solid #D7D6CA;
	padding-bottom:20px;
	padding-top:20px;
	width:768px;
}

#basket a {
	color: #5C5C5C;
	text-decoration: none;
}

#basket a:hover {
	color: #892525;
}


#checkout {
	font-size: 12px;
    width:700px;

}
#checkout th{
    background-color: #FFFEF0;
    text-align: left;
}
#checkout th, #checkout td{
    padding: 5px 10px;
}

#checkout #title{
    width: 500px;
}
#checkout #price{
    width: 120px;
}
#checkout #qty{
    width: 50px;
}

#checkout #subtotal, #checkout #postage, #checkout #total{
    text-align:right;
}
#checkout #subtotal .title, #checkout #postage .title, #checkout #total .title{
    text-align: right;
    font-weight: bold;
    color: black;
}

#checkout .row1{
    background-color:#F7F7F7;
}
#checkout .row2{
   background-color:#FAFAFA; 
}
.flags a img, .basket img{
    vertical-align: middle;
}
.flags a, .basket a
{
    color: #5C5C5C;
    text-decoration: none;
}
.flags a:hover, .basket a:hover
{
    color: #892525;
}
.flags
{
    padding-bottom: 8px;
}
.returnLinks a
{
    color: #5C5C5C;
}
.returnLinks a:hover
{
    color: #892525;
}
.chkhead
{
    font-size: 10px;
    padding-left: 10px;
}