/* products.css

Created:	2006-11-05
Modified:	-
Author:		Keith Riches &amp; Nick Snell
Version:	0.1
Cascade:	-
Notes:
*/

@import url(screen.css);

.product {
	padding-top:15px;
	border-bottom:1px dotted #999;
}

.product p {
	
}

.product img {
	max-width: 162px;
	max-height: 183px;
}

.detail {
	color: #000;
}

.detail p {
	
}

.detail p h4 {
	
}

.links {
	width:150px;
	float:right;
}

.links a {
	color: #DE9735;
}

.links a:hover {
	color: #DE9735;
	text-decoration:underline;
}

.imageSideLink {
	width:120px;
	border:1px solid #999999;
	padding:2px 0px 2px 5px;
	margin-bottom:19px;
}

.bullet {
	margin-right:6px;
	border:0px;
}

.productHeader {
	font-weight:bold;
	color: #7C6048;
}

.price {
	font-size:1.2em;
	color:#7C6048;
}

.productDetail {
	width:220px;
	float:right;
}

.productText {
	clear:both;
}

#shop {
	width: 310px;
	margin: 0 auto;
}

#shop fieldset {
	padding:1.2em;
}

#shop #keyword {
	width: 180px;
	margin-left: 44px;
}

#shop select {
	width: 180px;
	margin-left: 8px;
}

#shop #category {
	margin-left: 33px;
}

#shop #search {
	margin-left: 18em;
}

.tip {
	border: 1px solid #de9735;
	background-color: #d4cbc0;
	padding: 8px;
	overflow: auto;
}

.tipImg {
	float:left;
	padding-right: 8px;
}

.tipClear {
	width:100%;
	height: 4px;
	clear:both;
}

.manimg {
	max-width:120px;
	padding-top:15px;
	padding-right: 8px;
}

#no_results {
	font-weight: bold;
	font-style: italic;
	width: 100%;
	padding-top: 25px;
	text-align: center;
}