﻿body 
{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.mainContent
{
    padding:10px;
    padding-top:20px;
    font-size:12px;
}
.headerLink, a.headerLink
{
    color:White;
}
.baseContainer
{
	width:780px;
	margin:0px auto;
	padding:0px;
	height:100%;

}
#leftStripe
{
    width:4px;
    float:left;
    background-image:url(images/stripe.gif);
    background-repeat:repeat-y;
    height:100%;
}
#rightStripe
{
    width:4px;
    float:right;
    background-image:url(images/stripe.gif);
    background-repeat:repeat-y;
}
#topContainer
{
    background-color: #003D7E;
    width: 720px;
}

.topDate {
	font-size: 10px;
	color: #EFE5D0;
}
.topRight, .topRight a, .topRight a:link, .topRight a:visited
{
    font-size:10px;
    color:#FFED7F;
}
h1 {
    font-size: 24px;
    color: #666666;
    font-weight: normal;
}
a
{
    text-decoration:none;
    color: #003D7E;

}
a:hover
{
    color:Black;
}
    
h2
{
    font-size: 14px;
    color: #003D7E;
    font-weight: bold;
}
h1.topHeading {
	font-size: 24px;
	color: #003D7E;
	font-weight: normal;
	width:100%;
	border:none;
}

.topBorder {
	border-width: 1px;
	border-top-style: solid;
	border-color: #D2D2FF;
}
.bottomBorder {
	border-bottom: 1px solid #D2D2FF;
}
.leftBorder {
	border-width: 1px;
	border-left-style: solid;
	border-color: #D2D2FF;
}
.rightBorder {
	border-width: 1px;
	border-right-style: solid;
	border-color: #D2D2FF;
}.ProductImage
{
	padding: 2px;
	margin: 0px;
	border: 1px solid #cccccc;
}
.srProductTitle
{
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}
.srProductArtist
{
    color: #003D7E;
    font-size: 12px;
    font-style: italic;
}
.srLink, .srLink:link, .srLink:visited
{
    color: #666699;
    font-size: 11px;
    text-decoration: underline;
}
.srLink:hover
{
	color:#000000;
	font-size:11px;
	text-decoration:none;
}	
.lineSpace {
	line-height: 20px;
}
.dProductImage {
	padding: 2px;
	margin: 0px;
	border: 1px solid #999999;
}
.ArtistImage {
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	cursor:hand;
}



