/* The Joze Show catalog and payment CSS */
/* 
Colors: 
	grey 					-	#D6D6D6;
	Dark blue				-	#3B2345; 
	bordeaux 				-	#B03348; 
	lilac 					-	#D592B3;
	grey-lilac: 			-	#8A5F74;
	Background Blue: 		-	#6D92A2;
	Dark Grey: 				-	#4D5B69;
	Light Grey: 			-	#D6D6D6;
	Dark Lilac: 			-	#8B2754;
	Footer Archive: 		-	#9A9A9A;
	Footer Contact: 		-	#A3788D;
	Footer Location: 		-	#B7336F;
*/

BODY { 
	background-color: #6D92A2;
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 1px;
	line-height: 155%;
	color: #616161;
	}

#base {
	width: 860px; 
	background: #FFFFFF;
	margin: 0px auto;
	}
		
#content {
	width: 860px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
	
#top {
	width: 860px;
	height: 100px;
	background: url(../online/media/payment_top.gif) 0px 0px no-repeat;
	}
	
#search {
	width: 820px;
	height: 25px;
	line-height: 25px;
	color: #A0A0A0;
	font-weight: bold;
	text-align: right;
	display: block;
	margin: 7px 20px 0px 20px;
	}
	
#search .box {
	border: 1px solid #A0A0A0;
	padding: 1px 5px;
	width: 130px;
	}
	
#search form {
	margin: 0px;
	padding: 0px;
	display: inline;
	}			
	
#catalog  {
	width: 820px;
	background: #FFFFFF;
	padding: 10px 20px;
	}
	
#catalog .heading {
	background: #FFFFFF;
	border: none;
	padding: 0px;
	}
	
#catalog p {
	margin: 5px 0px;
	}	
	
.instruction {
	width: 605px;
	background: url(../online/media/instructions.gif) 0px 5px no-repeat;
	border-top: solid 1px #A0A0A0;
	color: #9A9A9A;
	padding: 25px 0px 10px 0px;
	margin: 10px 0px;
	}	
	
#catalog td {
	border: /*solid 1px #A0A0A0;*/ none;
	border-bottom: dotted 1px #A0A0A0;
	padding: 10px 2px;
	vertical-align: top; 
	}
	
.artist a:link, a:visited {
	color: #3B2345;
	font-weight: 800;
	text-decoration: none;
	}
	
.artist a:hover {
	color: #4D5B69;
	}	
	
.enquire:link {
	height: 14px;
	background: url(../online/media/enquire.gif) 0px 0px no-repeat;
	font-size: 10px;
	color: #3B2345;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	padding: 0px 0px 3px 18px;
	}
	
.enquire:hover {
	color: #4D5B69;
	}		
	
#catalog td .thumb {
	width: 70px;
	height: 70px;
	float: left;
	clear: right;
	margin: 0px 7px;
	}	
	
#catalog td .buy {
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
.sold {	
	color: #B03348;
	font-weight: bold;
	}							
		
#credits {
	width: 860px; 
	margin: 0px auto; 
	text-align: center;
	color: #ABC5D1; 
	padding: 10px 0px;
	}
		
#credits a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#credits a:hover {
	color: #235469;
	}
	
a:focus {
	outline-style:none;
	}	