﻿<style type="text/css">
p            { font-family: verdana; color: #595959; font-size: 10pt }
img{border:none;}
.maintext    { font-family: verdana; color: #595959; font-size: 10pt }
table        { font-family: verdana; font-size: 10pt }
h1           { font-family: verdana; font-size: 12pt; font-weight: bold; color: #85090b; border-bottom: 1px solid silver; }
h2           { font-family: verdana; font-size: 10pt; font-style: italic; font-weight: bold }
textarea     { font-family: verdana}
td           { font-family: verdana; font-size: 10pt }
tbody        { font-family: verdana; font-size: 10pt }
body        { font-family: verdana; font-size: 10pt }

.smallFont {font-family: Verdana; font-size: 10pt }
.largeFont {font-family: Verdana; font-size: 10pt }

.content{padding: 15px;}
a:link     	 { font-family: verdana; text-decoration: underline; color: #701E41; font-size: 10pt }
a:visited  	 { font-family: verdana; text-decoration: underline; color: #701E41; font-size: 10pt }
a:hover    	 { font-family: verdana; text-decoration: underline; color: #701E41; font-size: 10pt }

p.footer            { font-family: verdana; color: #969593; font-size: 8pt }

a.footer:link {  font-family: verdana; text-decoration: none; color: #969593; font-size: 8pt;}
a.footer:visited  { font-family: verdana; text-decoration: none; color: #969593; font-size: 8pt; }
a.footer:hover { font-family: verdana; text-decoration: underline; color: #969593; font-size: 8pt;}

a.leftnav:link {  font-family: verdana; text-decoration: none; color: #5E1328; font-size: 10pt;}
a.leftnav:visited  { font-family: verdana; text-decoration: none; color: #5E1328; font-size: 10pt; }
a.leftnav:hover { font-family: verdana; text-decoration: underline; color: #5E1328; font-size: 10pt;}



a.menu2:link {  font-family: verdana; text-decoration: underline; color: #ffffff; font-size: 8pt;}
a.menu2:visited  { font-family: verdana; text-decoration: underline; color: #ffffff; font-size: 8pt; }
a.menu2:hover { font-family: verdana; text-decoration: underline; color: #E5958D; font-size: 8pt;}

span.gcProductNameText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: bold }
span.gcPurchasedForText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcPurchasedFromText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcNumber { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcAmount { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcOriginalAmount { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcBalance { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
</style>

/* ----- Left Nav ---------- */
#navleft {
float:left; 
width: 273px;
margin: 0px;
padding: 70px 0px 0px 10px;
background: none; 
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* Width of Menu Items */
font: 12pt Arial, Tahoma, Helvetica, Sans-Serif;
color: #85090b;
padding: 3px 0px 3px 14px;
}
	
.suckerdiv ul li{
position: relative;
display:block;
background:  url(/asccustompages/navbars/images/leftnav_bullet2.gif) no-repeat left center;
padding:3px 0px 3px 22px;
}

.suckerdiv ul li a{
color: #85090b;
}

	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 400px; /*sub menu width*/
top: 0;
visibility: hidden;
background:  none none no-repeat;
padding:0px 0px 0px 0px;
}

.suckerdiv ul li ul li{
padding:0px 0px 0px 0px;
border-bottom:thin white solid;
background-image:none;
background-color: #85090b;

}

/* Sub level menu links style */
.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
background: #85090b;
padding: 3px 3px 3px 5px;
color: #FFFFFF;
}

.suckerdiv ul li a:hover{
background-color: #777;
color: #FFF
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */





/* ----- Customer Cart TABLES ---------- */
#awscustomertables table{margin: 1em; border-collapse: collapse;}
#awscustomertables td{ padding: .3em; border: 1px #F2F2F2 solid; }
#awscustomertables th{ padding: .3em; border: 1px #F2F2F2 solid; background: #F2F2F2; }

.error{
	color:red;
	font-weight:bold;
}
.success{
	color:green;
	font-weight:bold;
}

.leftnav{
	background: url(/images/leftnav_bottombg.jpg) repeat-y
}

/* ---- Table with Border - standard format */
.tablewithborder td{
	border-collapse: collapse;
}
.tablewithborder td{
	border: 1px #701E41 solid;
}

/*
 * These two classes affect form submition messages 
 * i.e. user gives bad data, error message is styled 
 * with the .error class.  Change the colors to match
 * the site's color scheme.
 */
.error { font-weight:bold;color:Red; }
.success { font-weight:bold;color:Green; }
