
h1 {font-size:16px; }
h2 {font-size:14px;}
h3 {font-size:13px;}

body
{
	font-family:arial;
	background-color:#574962;
	margin:0px auto;
    height: 100%;
	font-size:12px;
}

.altText {display:none;}

/* Global styles */

a
{
	color:blue;
}

img
{
	border:none;
}

th
{
	text-align:left;
}

form dt
{
	float:left;
	width:130px;
	padding-top:4px;
}

form dd
{
	padding-top:4px;
}
/*	-----------------------------------------
   	Global site menu
*/
.allMenuItem
{
	float:left;
}

.hidden
{
	display:none;
}

/*	-----------------------------------------
   	Site specific styles
*/

#pageEnd table
{
	margin-top:-4px;
}

#tabBody img
{
	margin-top:6px;
}

#check
.btn
{
	height:20px;
	color:#444;
	background-color: #B9B7B8;
	font-weight:bold;
	font-size:80%;
	padding:0 4px;
}

.btn:hover
{
	cursor:pointer;
}

/* Product List styles */

#prodList
{
	width:50%;
	margin-top:50px;
	min-height:330px;
}

#prodList table,
#cartView table
{
	width:100%;
	border:1px solid #E5DFEC;
	border-collapse: collapse;
}

#prodList th,
#cartView th
{
	font-size:85%;
}

#prodList td,
#cartView td
{
	padding-top:6px;
	vertical-align: top;
	height:48px;
}

#prodList #Comments,
#cartView #Comments
{
	font-size:80%;
}

#catHeading td
{
	padding:6px 10px;
	font-weight:bold;
	height:0px;
	font-size:95%;
}

.lrow
{
	background-color:#F2F2F2;
}

.drow
{
	background-color:#E5DFEC;
}

/* Checkout styles */

#Delivery_Instructions
{
	margin-left: 12px;
}


/*	-----------------------------------------
   	eComm specific styles
*/

.toggleCtrl:hover, .AdmintoggleCtrl:hover
{
	cursor:pointer;
}

/*	-----------------------------------------
   	eComm table specific styles
*/

.acmEditLink
{
	float:right;
	font-weight:bold;
	text-decoration:none;
	color:#444;
	padding:2px;
	width:80px;
	border-bottom:2px solid #878689;
	border-right:2px solid #878689;
	border-top:1px solid #F3F3F4;
	border-left:1px solid #F3F3F4;
	background-color: #B9B7B8;
	text-align:center;
}

.acmEditLink:hover
{
	color:black;
}

.prodMenuItem
{
	background-color:#fdc149; /*55A358; */
	float:left;
	font-size:116%;
	margin-right:2px;
	margin-top:6px;
	padding:5px 13px 7px;
}

.prodMenuItem a
{
	color:#7d4c24;
	text-decoration:none;
}

