#topbar{
	background: url(/images/flower.yellow.gif) no-repeat 10px 8px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	height: 54px;
	margin-bottom: 10px;
	padding: 0 12px 0 54px;
}

#topbar img{
	display: inline;
	float: left;
	margin: 15px 8px 0 0;
}

#topbar span{
	display: inline;
	float: left;
	font-size: 1.1em;
	margin-top: 20px;
}

#topbar form{
	display: inline;
	float: left;
	margin-top: 16px;
}

#filters{
	margin: 10px;
}

#filters a.selected{
	font-weight: bold;
	text-decoration: none;
}

.pages{
	text-align: right;
	margin: 0 10px 10px 0;
}

.pages a.selected{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.price{
}

.reg_price{
	text-decoration: line-through;
}

.sale_price{
	color: #970a0d; /* red */
}

#products{
	margin: 0 0 20px 10px;
}

#products ul li{
	list-style: none;
	float: left;
	margin: 0 12px 20px 0;
}

#products ul li img{
	border: 1px solid #970a0d; /* red */
	margin-bottom: 3px;
}

#products ul li .flags{
	color: #970a0d; /* red */
	font-weight: bold;
}

#back{
	padding: 10px 20px;
	text-align: right;
}

#product{
	padding: 0 20px;
}

#product #pics{
	float: left;
	margin: 0 20px 20px 0;
	width: 250px;
}

#product #pics #main_image{
	background: url(/images/pictureframe.gif) no-repeat;
	height: 283px;
	margin: 0 0 4px 0;
	padding: 29px 28px 27px 28px;
	width: 195px;
}

#product #pics .alt_image{
	border: 1px solid #970a0d; /* red */
	margin: 1px;
}

#product #info{
	float: left;
	margin: 0 0 20px 0;
	width: 290px;
}

#product #info h2{
	color: #970a0d; /* red */
	font-size: 1.2em;
	font-weight: bold;
}

#product #info hr{
	border: none 0;
	border-top: 1px dashed #970a0d; /* red */
	height: 1px;
	margin: 10px 0;
}

#product #info #options{
	margin-bottom: 5px;
}

#product #info #options select{
	margin-bottom: 5px;
}

#product #personalize{
	margin: 10px 0;
}

#product #personalize #per{
	width: 250px;
}

#product #info #qty{
	width: 30px;
}

#product #info #addtobag{
}

#product #alsolike{
	clear: both;
	margin-bottom: 30px;
}

#product #alsolike h3{
	background: url(/images/shop.mightalsolike.gif);
	height: 23px;
	overflow: hidden;
	text-indent: -55555px;
	width: 132px;
}

#product #alsolike .rprod{
	float: left;
	margin: 5px 5px 10px 0;
}

#product #alsolike .rprod img{
	border: 1px solid #970a0d; /* red */
	margin: 0 0 5px 0;
}

#subcats{
	margin: 0 0 20px 10px;
}

#subcats ul li{
	background-color: #faf9ce; /* light yelow */
	font-weight: bold;
	list-style: none;
	float: left;
	height: 220px;
	margin: 0 20px 20px 18px;
	overflow: hidden;
	padding: 10px 10px 4px 10px;
	text-align: center;
	width: 136px;
}

#subcats ul li a{
	text-decoration: none;
}

#subcats ul li img{
	border: 1px solid #000;
	margin-bottom: 4px;
}

