﻿/********************************************

	See the SweetShop.css file for what 
	used to be in here...

********************************************/

.SearchBox
{
	position: absolute;
	bottom: 10px;
	right: 25px;
}

.SearchBox p.search 
{
	margin-bottom: 2px;
}

.SearchBox p.login
{
	font-size: 0.75em;
}

.SearchBox a 
{
	color: #444444;
	text-decoration: none;
}

/*.SearchBox a:link, .SearchBox a:visited 
{
	*** Commented out to avoid validation errors. ***
}*/

.SearchBox a:hover, .SearchBox a:active 
{
	text-decoration: underline;
}

.SearchBox .searchButton
{
	vertical-align: middle;
}

.SearchBox input.textBox 
{
	padding: 2px;
	vertical-align: middle;
}

.search_result {
	border-bottom: 1px solid #B4A3B5;
	float: left;
	margin-bottom: 10px;
	width: 615px;
}

	.search_result h4 {
		float: left;
		text-transform: capitalize; 
		width: 415px;
		font-weight: bold;
	}
	
		.search_result h4 a { 
			color: #666;
			text-decoration: none;
		}
		
		.search_result h4 a:hover { text-decoration: underline; }
	
	.search_price {
		float: left;
		font-weight: bold;
		margin-top: 0;
		width: 100px;
	}
	
	.search_description {
		float: right;
		display: block;
		width: 520px;
	}

.search_result_img {
	float: left;
	height: 80px;
	padding: 0 25px 10px 0;
	width: 70px;
}

.search_result_img img {
	/* height: 80px; */
	width: 70px;
}