body {
	background-color:#a5a0b1;
	}
#wrap {
	border-bottom: 6px solid #9A311F;
	background-color:white;
	overflow:hidden;
		background-color: #cfd1e2;
}
h1#banner {
	padding: 100px 0 0 0; /* height of the replacement image */
    overflow: hidden;
    background-image: url("i/store-title.gif");
	background-repeat: no-repeat;
	background-position: 200px 0;
	width:500px;
	float:left; 
 	height: 0px !important;
	}

.pictures {
	float:left;
	width: 170px;
	margin-left:30px;
	margin-bottom:20px;
	margin-top:15px;
	}

.pictures img {
	margin: 0; 
	padding:0;
	}

form {text-align:center;margin-top:6px}
.pictures a {color:#2a1343; text-decoration:none;}
.pictures a:hover {color:#5d4676; text-decoration:none;}
.pictures p {
	font: bold .8em/1.6em Arial, Helvetica, san-serif; 
	color: #768;
	text-align:center;}
.text {
	float:right;
	width: 500px;
	}
.text p {
	font: bold 1em/1.7em Arial, Helvetica, san-serif; 
	color: #546;
	padding-right:30px;
	margin-bottom:1em
	}
h2 {font-family: Arial, Helvetica, san-serif; }
h2.red {
	color: #9A311F; 
	margin-top:20px;
	margin-bottom:.2em; 
	font: bold 1.3em/1.3em Arial, Helvetica, san-serif; 
	}
h2.blue {
	color: #2C1A47; 
	font-size:1.2em;
	}
span.price {color: #2C1A47; font: bold 1.3em Arial, Helvetica, sans-serif; padding-right:.7em}

p.release {
	margin-top:.5em;
	margin-bottom:2em;
	font-weight:normal; 
	font:italic .9em/2.2em georgia, times, serif;
	}

.subhead, a {
	color: #9A311F;
	}
	
a:hover {
	color: #bc533f;
	}

#last {margin-bottom: 50px}

h4 {	font: bold .8em Arial, Helvetica, san-serif; 
	letter-spacing:1px; 
	clear:both;
	margin-left:270px;
	margin-bottom:10px;
	padding-top:50px;
	}
h3 {	text-align:center;
	margin-bottom:10px;
	padding-top:0px
	}
h3 a {font: bold .8em Arial, Helvetica, san-serif; 
	letter-spacing:1px; 
	text-decoration:none}
div.group {
	clear:both;
	}
	

strong {font-weight:normal}

img#sole {margin-bottom:10px}

#reviews, #preview {margin-top:10px} 
#purchase {margin-top:4px}
#preview a {
height: 22px;
width: 90px;
display:block;
margin:4px auto;
background:url("i/preview2.gif") no-repeat top right;
} 

#reviews a {
height: 22px;
width: 90px;
display:block;
margin:4px auto;
background:url("i/reviews2.gif") no-repeat top right;
} 


#preview a:hover img, #reviews a:hover img {
visibility:hidden;
}


#dvd {
	background-image:none;
	text-align:left;
	}
#dvd h1 {
	color: #2C1A47;  
	font: bold 1.3em/1.3em Arial, Helvetica, san-serif;
	padding:20px;
	margin-bottom:1em;
	}
#dvd h1 span {
		color: #9A311F;  
	}
#dvd p {
	color: #2C1A47;  
	font: normal 1em/1.3em Arial, Helvetica, sans-serif;
	padding: 0 20px;
	margin-bottom:.5em;
}
#dvd .author {font-weight:bold; margin-bottom:2em; margin-top:.5em}


/*Add a height attribute and set to largest image's height to prevent overlaying*/


.thumbnail img {
margin: 0 10px 15px 0;
border:none;
}

.thumbnail a {
background-color: transparent;
}

.thumbnail a:hover {
	background-color: transparent;
	}
.thumbnail span { /*CSS for enlarged image*/
position: absolute;
top:0;
left: -1000px;
padding: 0;
visibility: hidden;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
height:610px
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 30px;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


	
* html .pictures {
	margin-left:15px;
	padding-left:0;
	margin-top:0;
	bottom:10px;
	}
* html h4 {
	padding-top:20px
	}