/*
#####################################################################
Leading Edge Media, Inc Default StyleSheet
------------------------------------------------------------
We already have the body font and link styles. Add in other elements/classes as needed.
#####################################################################
*/


/*###### USED STYLES - PLEASE ADD THEM AS YOU USE THEM #####*/

BODY
{
	background-color: #DBD3B6;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}
A {
	color : #72471F;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/*text-decoration: none;*/
}
A:visited {
	color : #72471F;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/*text-decoration: none;*/
}
A:active {
	color : #72471F;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/*text-decoration: none;*/
}
A:hover {
	text-decoration: underline;
}
.text-black
{
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	padding: 0 10 0 10;
}
.bodytext
{
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
}
.bodytext-sm
{
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
}
.bodytext-lg
{
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	line-height: 13pt;
}
.bodytext-black
{
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
}
.headercarttext
{
	color: #FFCC00;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
}
.headercarttext:link
{
	color: #FFCC33;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-decoration:none;
}
.headercarttext:visited
{
	color: #FFCC33;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-decoration:none;
}
.headercarttext:hover
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-decoration:none;
}
.headercarttext:active
{
	color: #FFCC33;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	text-decoration:none;
}

.sidenavtitle
{
	font-size:12pt;
	font-weight:bold;
	color:#62172d;
}
.itemtext
{
	font-size:10pt;
	color:#62172d;
}
.itemtext-bold
{
	font-size:10pt;
	color:#62172d;
	font-weight:bold;
}
/*Styles used in admin*/
.rule
{
	color: #62172d;
	width: 100%;
}
.thinrule
{
	color: #CC6666;
	width: 100%;
	height:1px;
}
.pghdr-left
{
	font-size:12pt;
	font-weight:bold;
	color:#DBD3B6;
	background-color: #62172d;
	vertical-align:center;
	height: 35px;
	border-left:1px solid #62172d;
	border-right:1px solid #62172d;
	border-top:1px solid #62172d;
	border-bottom:1px solid #62172d;
}
.pghdr-right
{
	font-size:10pt;
	font-weight:bold;
	color:#62172d;
	vertical-align:center;
	height: 35px;
	text-align:right;
	border-right:1px solid #62172d;
	border-top:1px solid #62172d;
	border-bottom:1px solid #62172d;
}
.pghdr-title
{
	font-size:13pt;
	font-weight:bold;
	color:#62172d;
	vertical-align:top;
	width:65%;
}
.loginheader
{
	background-color: #62172d;
	color: #DBD3B6;
	font-weight:bold;
}
.inputprompt
{
	font-size:8pt;
	font-weight:bold;
	text-align:right;
}
.inputprompt-top
{
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
.inputprompt-c
{
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

.inputerror
{
	background-color: #ffff00;
	color: #ff0000;
	font-weight:bold;
}
.plainredtext
{
	font-size:10pt;
	color: #ff0000;
}
.shortbox
{
	height:15px;
	font-size:11px;
	line-height : 10px;
}
.smallbutton
{
	height:20px;
	font-size:11px;
	line-height : 10px;
}

/*Table formating*/
.listheader
{
	font-size:8pt;
	font-weight:bold;
	color:#DBD3B6;
	background-color: #62172d;
	text-align:center;
}
.listheader-left
{
	font-size:8pt;
	font-weight:bold;
	color:#DBD3B6;
	background-color: #62172d;
}
/*First column*/
.listresults-fc-normal
{
	font-size:8pt;
	border-left:1px solid #62172d;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	vertical-align:top;
}
.listresults-fc-highlight
{
	font-size:8pt;
	border-left:1px solid #62172d;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	background-color: #ffff99;
	vertical-align:top;
}
.listresults-fc-green
{
	font-size:8pt;
	border-left:1px solid #62172d;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	background-color: #00ff33;
	vertical-align:top;
}
/*Normal, middle column*/
.listresults-normal
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	vertical-align:top;
}
.listresults-highlight
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	background-color: #ffff99;
	vertical-align:top;
}
.listresults-green
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	background-color: #00ff33;
	vertical-align:top;
}
.listresults-cen-normal
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	text-align:center;
	vertical-align:top;
}
.listresults-cen-green
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	background-color: #00ff33;
	text-align:center;
	vertical-align:top;
}
.listresults-cen-highlight
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	background-color: #ffff99;
	text-align:center;
	vertical-align:top;
}
.listresults-right-normal
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	text-align:right;
	vertical-align:top;
}
.listresults-right-highlight
{
	font-size:8pt;
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	background-color: #ffff99;
	text-align:right;
	vertical-align:top;
}
.fullborder
{
	border-right:1px solid #62172d;
	border-bottom:1px solid #62172d;
	border-left:1px solid #62172d;
	border-top:1px solid #62172d;
}
/*End Styles used in admin*/

/*Employment Form Styles*/
.required
{
	color:#b7415a;
}
.label
{
	width:100px;
	text-align:left;
	float:left;
	padding-left:5px;
}
.field
{
	float:left;
}
.terms
{
	font-size:8pt;
}
div.row
{
	clear:both;
}
.employ-input
{
	border-color:#6699FF;
	border-style:solid;
	border-width:1px;
}
/*End Employment Form Styles*/

/*Stlyes in checkout*/
.itemheader-fc
{
	color: #ffffff;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#62172d;
}
.itemheader
{
	color: #ffffff;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color:#62172d;
}

.yelitemheader-fc
{
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#E9E4D3;
}

.reditemheader-fc
{
	margin:0;
	background-color:#BB5454;
	color: #fff;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 8pt;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.yelitemheader
{
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color:#E9E4D3;
}
.smallitemheader-fc
{
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 8pt;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#62172d;
}
.smallitemheader
{
	color: #ffffff;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 8pt;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color:#62172d;
}

.itemsubheader-fc
{
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#FFFFCC;
}
.itemsubheader
{
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color:#FFFFCC;
}


.items-fc
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	border-bottom: thin solid black;
	border-left: thin solid black;
	border-right: thin solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.items
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.smallitems-fc
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 7pt;
	/*
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	*/
}
.smallitems
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 7pt;
	/*
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	*/
}

.smallcartitems
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 8pt;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.smallcartitems-fc
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 8pt;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.prn-largetext
{
	color: #000;
	font-family:  arial,helvetica,sans-serif;
	font-weight: normal;
	line-height : 15pt;
	font-size: 14px;
}
.prn-medtext
{
	color: #000;
	font-family:  arial,helvetica,sans-serif;
	font-weight: normal;
	line-height : 13pt;
	font-size: 12px;
}
.prn-header
{
	color: #000;
	font-family:  arial,helvetica,sans-serif;
	font-weight: bold;
	line-height : 12pt;
	font-size: 12px;
	background-color: #e2e2e2;
}
.prn-header2
{
	color: #000;
	font-family:  arial,helvetica,sans-serif;
	font-weight: normal;
	line-height : 12pt;
	font-size: 9px;
}
.prn-data
{
	color: #000;
	/*font-family:  times,times new roman,serif;*/
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	line-height : 14px;
	font-size: 12px;
}
.prn-data-sm
{
	color: #000;
	/*font-family:  times,times new roman,serif;*/
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	line-height : 14px;
	font-size: 10px;
}
.prn-listheader
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	background-color: #e2e2e2;
}
.prn-list-ttl
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	background-color: #e2e2e2;
}
.prn-listtext-l
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.prn-listtext-r
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.prn-listtext-c
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
/*End Styles in checkout*/

.smallselectbox
{
	font-size:12px;
	line-height: 13px;
	height: 18px;
}

.giftselectbox
{
	font-size:12px;
	line-height: 13px;
	width: 200px;
}
.giftselectboxoptions
{
	font-size:12px;
	line-height: 13px;
	width: 150px;
}

.rederror-fc
{
	background-color: #ff0000;
	color: #ffffff;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 8pt;
	border-bottom: thin solid black;
	border-left: thin solid black;
	border-right: thin solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.rederror
{
	background-color: #ff0000;
	color: #ffffff;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 8pt;
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.hovermenu { 
	visibility: hidden;
	position:absolute;
	border: 1px solid #9CC;
	background-color: #62172d;
	width: 200;
	z-index: 1;
	color: E9E4D3;
}
.warmweatheritems-fc
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	
	border-left: thin solid black;
	border-right: thin solid black;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.warmweatheritems
{
	color: #000;
	font-family: Verdana, Geneva, Helvetica, Arial, San-serif;
	font-size: 10pt;
	
	border-right: thin solid black;
	
	border-right
/*##### END OF USED STYLES  #####*/