.FirstStype {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. */

/*******************************************
Web Site Styles
********************************************/

h1, h2, h3
{
	font-family:Garamond, "Times New Roman", Serif;
	font-size:28px;
	color:#DEB05B;
	letter-spacing:1px;
}

h2
{
	font-size:22px;
}

h3
{
	font-size:18px;
	color:#DEB05B;
}

.homepage-list
{
	margin:0px;
	padding:0px;
	}

.homepage-list li
{
	float:left;
	display:block;
	width:300px;
	list-style-position:inside;
	list-style-type:circle;
	margin:2px 0px;
	
	
}

.form label
{
	display:block;
	float:left;
	width:95px;
	font-size:12px;
	line-height:24px;
}

.button, .button-small
{
	border:double 3px #DEB05B;
	background:#F4E8C8;
	font-size:11px;
	font-weight:bold;
	color:#333;
	padding:0px 5px;
}

.button-small
{
	padding:0px;
	height:20px;
	line-height:10px;
}

label span
{
	color:#ff0000;
}

.BottomBorder
{
	border-bottom:solid 1px #9C7E61;
}

.ShoppingCartHeader
{
	font-size:11px;
	font-weight:bold;
}

.CategoryLink
{
	font-size:11px;
}

.form-a div 
{
	line-height:22px;
	margin:0px 0px 5px 0px;
}

.form-a div label
{
	width:100px;
	text-align:right;
	float:left;
	margin-right:5px;
	vertical-align:middle;
}
.form-a div label em
{
	color:#BE2121;
}
.form-a-input
{
	width:180px;
}
.form-a select 
{
	width:186px;
}

.Payment-Method
{
	width:100%;
}
.Payment-Method div h2
{
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	border:none;
	font-variant:small-caps;
	font-family:Arial, Sans-Serif;
}
.Payment-Method div 
{
	padding:5px;
	float:left;
}

.check-out-steps
{
	margin-bottom:20px;
}