.col_1{
	position:relative;
	z-index:1;

}

#topButton{
	position:absolute;
	top:40px;
	right:20px;
}


ul.basket{
	margin:0 0 1em 7em;
	width:600px;
	padding-top:1em;
	padding-bottom:1em;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	float:left;
	display:inline;
}

ul.basket li{
	float:left;
	width:124px;
	background: #fff url(/a/img/tmp/thumbnail_shadow.gif) no-repeat;
	margin-right:20px;
	position:relative;
	padding-top:10px;
	height:220px;
	text-align:center;
}

ul.basket li a{
	width:124px;
}
ul.basket li img{
}

ul.basket li div.info{
	position:absolute;
	top:135px;
	left:0;
	width:124px;
	font-size:80%;
	width:114px;
	text-align:center;
	padding-left:10px;
}

ul.basket li span{
	display:block;
}

ul.basket li span.title{
	color:#666;
	font-style:italic;
}

ul.basket li span.artist{
	padding-top:.5em;
	color:#666;
	font-weight:bold;
	padding-bottom:1em;	
}


ul.basket li span.price{
	padding-top:.5em;
	color:#666;
	font-weight:bold;
	padding-bottom:1em;	
}



ul.basket li span.remove{
	font-size:90%;
	color:#39c;
}


.buynow{
	margin-top:-50px;
	margin-left:540px;
	display:inline;
}

.col_1 .tandcs{
	font-size:80%;
	color:#666;
}

.col_1 .tandcs a:hover{
	text-decoration:underline;
}

.col_2{
}
	.col_2 .specialOffer{
		width:245px;
		background-color:#eee;
		padding:15px 0 50px 0;
	}
		.col_2 .specialOffer .artwork{
			padding:0 15px 0 15px;
			margin-bottom:30px;
		}
			.col_2 .specialOffer .artwork a{
				font-size:90%;
				color:#666;
			}
				.col_2 .specialOffer .artwork a:hover{
					text-decoration:underline;
				}
			
			.col_2 .specialOffer .artwork img{
				width:216px;
			}
			
			.col_2 .specialOffer .artwork em{
				padding-top:3px;
				display:block;
			}
			.col_2 .specialOffer .artwork strong{
				display:block;		
			}

		.col_2 .specialOffer a.search{
		}
			
			
		
p.warning{
	color:red;
	font-weight:bold;
	width:500px;
}
		
p.message{
	color:green;
	font-weight:bold;
}
