#searchbox { 
	position:absolute;
}

#left h2 {
	padding:0 8px;
	color:#00B6D5;
}

#right {
	width:590px;
}

#right h2 {
	color:#00B6D5;
}

#right h3 {
	font-size:150%;
	margin-bottom:0.5em;
	color:#00B6D5;
}


#whatsnew h3, #toptext h3 {
	background-image:none;
}

#toptext {
	margin:0;
	padding:0;
}


.product {
	position:relative;
	width:175px;
	min-height:260px;
	padding-top:5px;
	margin:0 8px 15px 8px;
	float:left;
	border:1px solid #dedede;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:url(/shop/images/prodbg.gif) bottom left repeat-x #fff;
}

	.product .prodimg {
		position:relative;
		height:160px;
		text-align:center;
	}
	
	.product .flash {
		position:absolute;
		top:0;
		left:0;
		padding:2px 4px;
		font-weight:bold;
		background-color:#f00;
		color:#fff;
	}
	
	.product h4 {
		font-size:120%;
		height:2.5em;
		text-align:center;
		padding:0 4px;
	}
	
		.product h4 a {
			text-decoration:none;
		}
		
		.prodinfo {
			position:absolute;
			bottom:0;
			width:167px;
			padding:0 4px;
		}
		
		.prodinfo .price {
			font-size:110%;
			float:left !important;
			font-weight:bold;
			padding:8px 0 0 4px;
		}

		.prodinfo .buybutton {
			font-size:110%;
			float:right !important;
			padding:10px 4px 0 0;
		}
		
		.prodprice {
			font-weight:bold;
			font-size:150%;
			color:#700F61;
		}
		
		#images {
			margin-bottom:1em;
		}
		
		
		.productdescription {
			margin-top:1em;
		}
		
		.productdescription h3 {
			border:none !important;
		}
		
		.category {
			display:block;
		}
		
		#productdetails h2 {
			color:#D50CB6;
		}
		
		#productdetails h2 span {
			font-size:80%;
			color:#666;
		}
		
	
	
#afterproducts {
	clear:left;
	width:590px;
}

#bydesigner {
	margin-top:2em;
}


#basketbar {
	padding:4px 8px;
	margin-bottom:1.5em;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:590px;
	float:left;
	background:url(/shop/images/basketbarbg.gif) bottom left repeat-x #fff;
	color:#700F61;
	font-weight:bold;
}

	#basketbar #basketitems {
		float:left;
		line-height:26px;
	}
	
	#basketbar #basketbuttons {
		float:right;
	}
	
	#basketbar #basketbuttons img {
		display:block;
		float:left;
	}
	
#shoppinglist {
	width:590px;
	margin-top:1em;
	border-collapse:collapse;
}

	#shoppinglist th {
		text-align:left;
		font-size:110%;
		background-color:#EEFAFC;
		padding:4px 0;
	}
	
	#shoppinglist td {
		padding:4px 0;
	}
	
	
	
	#shoppinglist .subtotal {
		padding-top:0.5em;
		margin-top:0.5em;
		font-weight:bold;
	}
	
	#shoppinglist .shipping {
		font-weight:bold;
	}
	
	#shoppinglist .grandtotal {
		border-top:1px solid #ccc;
		padding-top:0.5em;
		margin-top:0.5em;
		font-size:120%;
		font-weight:bold;
	}
	
	
	#process {
		text-align:center;
		padding:4px 8px;
		margin-bottom:1.5em;
		width:590px;
		float:left;
		background:url(/shop/images/prodbg.gif) bottom left repeat-x #fff;
	}
	
		#process p {
			line-height:30px;
			margin:0;
		}
	
	#checkoutform {
		
	}
	
	#checkoutform label {
		display:block;
		float:left;
		width:150px;
		margin-right:10px;
	}
	
	#checkoutform input {
		width:250px;
	}
	
	#checkoutform textarea {
		width:255px;
	}
	
	
#searchbox {
	float:left;
	margin-left:10px;
	margin-top:15px;
}

	#searchbox #srch_submit {
		line-height:0;
	}

	#srch_q {
		padding:4px;
		font-size:110%;
		color:#666;
		border:1px solid #ddd;
	}