.invisible /* do not display an html element on the viewer's page */
{
	display:none;
}

h1
{
	clear:both;
}

h3
{
	margin-top:1em;
}

h3.location
{
	border-bottom:1px solid;	
}




a.top
{
	display:block;
	text-align:center;
	padding:0em .5em 0em .5em;
	border-left:2px solid #ADBD4C;
	border-right:2px solid #ADBD4C;
	clear:both;
	float:right;
	color:#ADBD4C;
	text-transform:uppercase;
	font-size:80%;
	text-decoration:none;
}

a:hover.top
{
	color:#0000CC;
	text-decoration:underline;
}

.caption
{
	font-size:80%;
	color:#CF3126;
}

#content .shadow /* drop shadow style */
{
	background:url(/template_images/drop_shadow_grey.gif) no-repeat bottom right;
	padding:1px 4px 5px 1px;
}

#content .shadow_long /* drop shadow style */
{
	background:url(/template_images/drop_shadow_grey_long.gif) no-repeat bottom right;
	padding:1px 4px 5px 1px;
}

div .right
{
	float:right;
	margin-left:2em;
	margin-bottom:2em;
}

#content img /* no drop shadow */
{
	background:none;
	padding:0em;
}

.swatches li
{
	list-style-type:none;
	float:left;
	font-size:80%;
	text-align:center;
	margin:0em 3.3em 3.5em 0em;
}

.swatches li img
{
	display:block;
}

div.product 
{
	display:block;
	float:left;
	margin-bottom:2em;
	margin-right:2em;
	/* border:1px solid #A0291B;	 */
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;	
	text-align:center;
	background:url(/template_images/drop_shadow.gif) no-repeat bottom right;
	padding:0px 3px 3px 0px;
}

div.product a
{
	text-decoration:none;
}

div.product.open
{
	border:none;
	background-image:none;
	padding:0em;
}

div.product.open img
{
	margin-left:2em;
	margin-right:2em;
}

.product img
{
	display:block;
	margin:1em;
}
#content .product ul
{
	margin-left:0em;
	margin-bottom:0em;
}

.product ul
{
	margin-left:0em;
	display:block;
	text-align:center;
	list-style-type:none;
	font-size:85%;
}

.product li
{
	background-color:#F3D5AA;
	border:1px solid #FFF;
	border-top:none;
	color:#000;
	margin:0em;
}

.product h2
{
	color:#000;
	font-size:110%;
	letter-spacing:.02em;
	display:block;
	text-align:center;
	margin:0em;
	padding:.1em .3em .1em .3em;
	background-color:#EFC496;
	border:1px solid #FFF;
}

#detail ul
{
	margin:0em 8px 1em 0em;
	width:150px;
	float:left;
	text-align:left;
}

#detail li
{
	display:block;
	list-style-type:none;
	background-color:#F3D5AA;
	margin:0em 0em 0em 0em;
	border:1px solid #FFF;
	padding:.2em .2em .2em .5em;
	font-size:90%;
}

#detail div.features
{
	clear:left;
}

#detail img.thumb
{
	float:right;
	clear:right;
	margin-bottom:1em;
}

#detail img
{
	float:left;
	clear:left;
	margin-bottom:2em;
}


/* Forms */
	#content fieldset .group 
	{
				border:1px solid #b9cdc6;
				padding:.5em 1em .5em 1em;
				margin-bottom:.5em;
	}
	
	#content fieldset .rating 
	{
		margin-bottom:.5em;
	}
	
	.group legend
	{
		color:#cf3126;
	}
	
	#content .rating label
	{		
		display:inline;
		margin:0em 1em 0em 0em;
	}
	
	#content .rating input
	{	
		display:inline;
		margin:0em .25em 0em 0em;
	}
	
	#content form
	{
		padding:1em;
		background-image:url("/template_images/form_bg.gif");
	}
	
	#content fieldset
	{
		border:none;
	}
	
	#content legend
	{
	}
	
	#content label
	{
		display:block;
		font-weight:bold;
		font-size:90%;
	}
	
	#content label textarea
	{
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#content label input, #content label textarea, #content label select
	{
		display:block;
		margin-bottom:.5em;
		margin-top:.2em;
		font-size:110%;
	}
		
		#content input.btn
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-image:url("/template_images/button_bg.gif");
		background-position: bottom left;
		background-repeat:no-repeat;
		background-color:transparent;
		border:1px solid #BBB; 
		margin-top:.5em;
		margin-right:.5em;
		padding:.2em .3em .2em .3em;
		font-size:80%;
		color: #003366;
	}
	
	#content input.accept
	{
		border-bottom:2px solid #00CC00;
	}
	
	#content input.cancel
	{
		border-bottom:2px solid #FF0000;
	}
	

	
.user_replay /* used for displaying finalised input data back to user*/
{
	border:1px solid #CCC;
	border-bottom: 2px;
	border-right: 2px;
	padding:1em;
	background-color: #F4F2E8;
}

.delivery
{
	clear:both;
}


/* SITEMAP */

#sitemap ul
{
	margin:0em;
}

#sitemap li
{
	list-style-type:none;
	display:block;
	margin:0em 0em 1px 0em;
	padding:.25em 0em .25em 0em;
	font-weight:bold;
}

#sitemap ul ul li
{
	background-color:transparent;
	padding:0em;
	font-weight:normal;
	margin-left:2em;
}

#sitemap ul ul
{
	margin-bottom:.25em;
}