/*   Flash:   */

.error-message { font-weight:bold; background:#000; color:#FFF; padding:3px; margin:3px; border:1px solid #DEDEDE; font-size:16px; }

.message { font-weight:bold; background:#FFF; color:#000; padding:3px; border:1px solid #DEDEDE; font-size:16px; text-align:center; }

/* Clear Basket */

#clear-basket { font-weight:bold; border:1px solid #DEDEDE; margin:5px; background:#FFF; text-align:center; padding:5px; font-size:20px; }

/* Checkout table: */

.checkout { width:715px; }

.checkout table { border:1px solid #DEDEDE; margin:0 auto; }

	.checkout th { background:#EEE; border:1px solid #DEDEDE; padding:5px; }
	
	.checkout td { border:1px solid #DEDEDE; padding:5px; text-align:center; }
	
	.checkout label { font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; }
	
	.checkout input { width:50%; font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; font-weight:bold; }
	
		.checkout input.phone_a { width:5%; font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; font-weight:bold; }
	
		.checkout input.phone_b { width:20%; font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; font-weight:bold; }
		
		.checkout input.login { width:90%; font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; font-weight:bold; }
		
	.checkout textarea { width:90%; font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; }
	
.member-edit { width:715px; }
	
.member-edit table { border:1px solid #DEDEDE; margin:0 auto; }

	.member-edit th { background:#EEE; border:1px solid #DEDEDE; padding:5px; }
	
	.member-edit td { border:1px solid #DEDEDE; padding:5px; text-align:center; }
	
	.member-edit label { font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; }
	
	.member-edit input { width:90%; font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; font-weight:bold; }
	
/* Login table: */

.login { width:715px; }

.login table { border:1px solid #DEDEDE; margin:0 auto; }

	.login th { background:#EEE; border:1px solid #DEDEDE; padding:5px; }
	
	.login td { border:1px solid #DEDEDE; padding:5px; text-align:center; width:50%; }
	
	.login label { font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; }
	
	.login input { width:90%; font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; font-weight:bold; }
	
/*   Category View declarations:   */

.category-index { clear:both; }

.category-view-left { float:left; width:300px; margin:30px; margin-right:15px; }

	.category-view-left img { width:300px; border:1px solid #DDD; }

.category-view-right { float:right; width:300px; height:300px; margin:30px; margin-left:15px; text-align:center; border:1px solid #DDD; }

	.category-view-right p { padding-top:10px; }
	
	.category-view-right a { color:#CCC; text-decoration:underline; }
	
		.category-view-right p.header { font-size:20px; text-decoration:underline; font-weight:bold; }

/*   Over-ride declarations:   */		

#product-view-right p.header { font-size:18px; text-decoration:underline; font-weight:bold; }

#product-view-left img { width:300px; margin-bottom:10px; }

.product-preview-image img { height:60px; }