/* ----- main settings ---- */
body {
	margin: 20px 10px 10px 10px;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size : 12px;
	line-height: 1.3;
    padding: 0;
}

a:link {
	font-size: 12px;
	text-decoration: underline;
	color: #006699;
}
a:visited {
	font-size: 12px;
	text-decoration : underline;
	color: #006699;
} 
a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
}

/* this is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
}

/* this is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* style for page breaks when printing */
p.pageend {page-break-before: always}

/* ----- page sections & headers -----*/
/* header is a large separating bar used in page layout */
/* sections are used for output areas */
.header {
	background-color: #828a92;
	font-size: 14px;
	color : white;
	font-weight : bolder;
}
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : maroon;
}

/* used for the menu footer at the bottom of list and detail pages */
.section_footer {
	font-size: 11px;
	color : maroon;
}
a.section_footer {
	text-decoration : none;
}

hr.thickline {
	size: 1;
	color: white;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
hr.thinline {
	size: 1;
	color: white;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* wish list button */
.wishbutton {
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px outset;
	color: white;
	border-bottom: 1px outset;
	background-color: #999999;
	text-align : center;
}

/* category pages: category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */
.cat_title_large {
	font : arial, helvetica, sans-serif;
	font-size: 20px;
}
.cat_title_small {
	font : arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cat_title_list {
	font : arial, helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large {
	font-size: 12px;
}
.cat_text_featured {
	font-size: 12px;
}
.cat_text_small {
	font-size: 12px;
}
.cat_text_list {
	font-size: 12px;
}

/* feature:.detail page -------------------------------- */

/* style for detail item name, if no image defined   */
.featuretitle {
	font-size : 26px;
}
/* style for product names, if no image defined   */
.featureteaser {
	font-size : 16px;
	font-family : arial, helvetica, sans-serif;
}
.featurebyline {
	font-size : 12px;
	font-style : italic;
	
}


/* products:. --------------------------------------------- */

/* style for product names, if no image defined   */
.prodname {
	font-size : 16px;
	font-style:;
	font-weight: bold;
}

/* style for product names, if no image defined   */
.prodname_list {
	font-size : 14px;
	font-weight: bold;
}

/* style for product sku line, if turned on */
.prodsku {
	font-size : 11px;
	color : #666666;
}

/* style for product price, if turned on */
.prodprice {
	font-size : 12px;
}

/* style for product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: maroon;
}

/* style for product discount line, if turned on */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* style for border around image on moreinfo page */
.listingimg {
	margin-right : 10px;
}

.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : silver;
	padding : 10px;
	background-color: white;
}

.gallery_img {
	border-style : solid;
	border-color : silver;
	margin-right : 3px;
	border-width : 1px;
}


/* ----- order box & hightlight box -----*/
.boxtitle {
	font-size: 16px;  
	font-family : arial, helvetica, sans-serif;
	font-weight: bold;
}
.boxtext {
	font-family : arial, helvetica, sans-serif;	
	font-size: 13px;  
}


/* ----- shopping cart  -----*/

/* style for shopping cart text */
.carttext {
	font-size : 11px;
}

/* style for small shopping cart text */
.smallcarttext {
	font-size : 10px;
}



/* ----- input form ---------------------------------*/
.formtitle {
	font-size: 14px;
	font-weight : bold;
	font-family : arial, helvetica, sans-serif;
}
.formtext {
	font-size: 12px;
	vertical-align : baseline;
	font-family : arial, helvetica, sans-serif;
}

.formerror {
	font-size: 12px;
	color : red;
}

.formerrorsmall {
	font-size: 10px;
	color : red;
}

.formtextsmall {
	font-size: 10px; 
}

.formtextverysmall {
	font-size: 9px;
}

.formfield {
	background-color: #fbfbfb;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	color: #003163;
	font-size: 12px;
}

.formfieldlogin {
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-size: 11px;
	border-left: #cccccc 1px solid;
	color: #101f74;
	border-bottom: #cccccc 1px solid;
	width : 120px;
}

.formfieldcheckbox {
	font-size: 10px;
	color: #cccccc;
}

.formbutton {
	border-right: 1px outset;
	border-top: 1px outset;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px outset;
	color: white;
	border-bottom: 1px outset;
	background-color: #999999;
	text-align : center;
}
a.formbutton:visited {
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	background-color: #999999;
	text-decoration: none;
}
a.formbutton:hover {
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #666666;
	text-decoration: none;
}

/* ----- listing outputs (for address lists, etc.) ---------------------------*/
.resulthead {
	font-size: 16px;
}
.listinghead {
	font-size: 12px; 
	text-decoration: none;
}
.listingsmall {
	font-size:	10px;
}
.listingtitle {
	font-size: 14px;
	text-decoration: none;
	font-weight : bold;
}
a.listingtitle:link {
	font-size: 14px;
	color: #006699;
	text-decoration: underline;
}
a.listingtitle:visited {
	font-size: 14px;
	color: #006699;
	text-decoration: underline;
	}
a.listingtitle:hover {
	font-size: 14px;  text-decoration: underline;
	}
	
.listingsubtitle {
	font-size: 12px; font-style: italic;  
}
.listingtext {
	font-size: 12px; 
}
.listingsubtext {
	font-size: 12px;  
}
.listingtagline {
	font-size: 12px; 
}
.listingdate {
	font-size: 12px;  
}



/* menus --------------------------------------------- */
.menu_category {
	font-size: 12px;
	text-decoration : none;
	color: gray;
}
a.menu_category
{
	font-size: 12px;
}

.menu_page {
	font-size: 12px;
}
a.menu_page
{
	font-size: 12px;
	color: #006699;
	padding: 0px 0px 0px 9px;
	background-image: url(../images/purplearrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.menu_page_title {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

a.menu_page_title
{
	font-size: 12px;
	color: gray;
	font-weight: bold;
}


.menu_trail {
	font-size: 12px;
	text-decoration : none;
	color: #808080;
}
a.menu_trail
{
	font-size: 12px;
	text-decoration : underline;

}

.menu_footer {
	font-size: 10px;
	text-decoration : none;
	color : gray;
}
a.menu_footer
{
	
}

.menu_admin {
	font-weight: normal;
	font-size: 9px;
	color: #daa520;
	text-decoration: none
}
a.menu_admin{
	font-weight: normal;
	font-size: 9px;
	color: #daa520;
	text-decoration: none
}
a.menu_admin:visited{
	font-weight: normal;
	font-size: 9px;
	color: #daa520;
	text-decoration: none
}



.caution {
	color: #ff6600; font-size: 12px; font-weight: 700
}
.photocaption {
	color: white; font-size: 11px; 
}



/* ----- input form ---------------------------------*/
td.toptierheader {
}
.toptierheader {
	padding-right: 5px; padding-left: 10px; font-weight: bold; font-size: 12px;  font-family: verdana, geneva, arial, helvetica, sans-serif; 
}

a.toptierheader:link {
	padding-right: 5px; padding-left: 5px; font-weight: bold; font-size: 12px;  font-family: verdana, geneva, arial, helvetica, sans-serif;  text-decoration: none
}
a.toptierheader:visited {
	padding-right: 5px; padding-left: 5px; font-weight: bold; font-size: 12px;  font-family: verdana, geneva, arial, helvetica, sans-serif;  text-decoration: none
}
a.toptierheader:hover {
	padding-right: 5px; padding-left: 5px; font-weight: bold; font-size: 12px;  font-family: verdana, geneva, arial, helvetica, sans-serif; text-decoration: underline
}


/* ----- top tier is tabs; td produces height ---------------------------------*/
td.toptiernav {
	font-weight: bold; font-size: 17px;  font-family: verdana, geneva, arial, helvetica, sans-serif; text-decoration: none
}
.toptiernav {
	font-weight: bold; font-size: 11px;  font-family: verdana, geneva, arial, helvetica, sans-serif; text-decoration: none
}
a.toptiernav:link {
	 font-size: 11px; font-family: verdana,arial,sans serif; text-decoration: none
}
a.toptiernav:visited {
	font-size: 11px;  font-family: verdana,arial,sans serif; text-decoration: none
}
a.toptiernav:hover {
	font-size: 11px;
	font-family: verdana,arial,sans serif;
	text-decoration: none;
	background-color : transparent;
}

/* ----- the sub tier is for sort  ---------------------------------*/
.subtiernav {
	font-size: 11px;  font-family: verdana, geneva, arial, helvetica, sans-serif; text-decoration: none
}
a.subtiernav:link {
	 font-size: 11px; font-family: verdana,arial,sans serif; text-decoration: none
}
a.subtiernav:visited {
	font-size: 11px;  font-family: verdana,arial,sans serif; text-decoration: none
}
a.subtiernav:hover {
	font-size: 11px;
	font-family: verdana,arial,sans serif;
	text-decoration: none;
	background-color : transparent;
}


/* ---------- links for the sitemap search --------------------- */
a.alphaon:link {
	 font-size: 13px; font-family: verdana,arial,sans serif; text-decoration: none ; font-weight: bold;
}
a.alphaon:visited {
	font-size: 13px;  font-family: verdana,arial,sans serif; text-decoration: none; font-weight: bold;
}
a.alphaon:hover {
	font-size: 13px;
	font-family: verdana,arial,sans serif;
	text-decoration: none;
	font-weight: bold;
	background-color : #f0f0f0;
}
a.alphaoff:link {
	 font-size: 9px; font-family: verdana,arial,sans serif; text-decoration: none
}
a.alphaoff:visited {
	font-size: 9px;  font-family: verdana,arial,sans serif; text-decoration: none
}
a.alphaoff:hover {
	font-size: 9px;
	font-family: verdana,arial,sans serif;
	text-decoration: none;
	background-color : #f0f0f0;
}
/* ---------- Custom CSS --------------------- */
.toplinks {
	font-size: 11px;
	font-family: verdana,arial,sans serif;
	font-weight: bold; 
}
.toplinks a:link {
    text-decoration: none;
}
.toplinks a:visited {
	text-decoration: none;
}
.toplinks a:hover {
	text-decoration: underline;
}
#bottomborder {
	background: url(../images/bottom.jpg) no-repeat center bottom;
	clear: both;
	height: 65px;
	margin: 0;
	padding: 0px 0px 5px;
	width: 780px;
	text-align: center;
	vertical-align: bottom;
}

#bottomcredits {
clear: both;
height: 70px;
margin: 0px auto;
padding: 10px 30px 10px 30px;
width: 660px;
}

#contentwrap {
margin: 0px 0px 0px 25px;
padding: 0px;
width: 755px;
}

.copyright {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.copyright a:link {
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: underline;
}

.copyright a:visited {
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: underline;
}

.copyright a:hover {
color: #666666;
text-decoration: underline;
}

#leftside {
float: left;
margin: 0px 0px 15px 0px;
min-height: 300px;
padding: 0px 0px 0px 0px;
text-align: left;
width: 140px;
}

#leftsidebar {
margin: 0px;
padding: 0px 0px 0px 10px;
}

#navbartopwrap {
background: url(images/navtopbkd.jpg) #FFFFFF;
clear: both;
float: left;
font-size: 11px;
height: 26px;
line-height: normal;
padding: 0px 0px 0px 25px;
width: 715px;
}

#rightside {
float: right;
margin: 10px 0px 15px 0px;
padding: 0px 40px 0px 0px;
text-align: left;
width: 540px;
}

#sidenav {
clear: both;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 1.5;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
width: 150px;
}

#sidenav a {
background-image: url(images/arrow1.gif);
background-position: 0 4px;
background-repeat: no-repeat;
border: 0px solid;
border-color: #F0F0F0 #E0E0E0 #E0E0E0 #F0F0F0;
display: block;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 1px 0px 0px 20px !important;
}

#sidenav a:link, #sidenav a:visited {
color: #333333;
}

#sidenav a:hover, #sidenav a:active {
background-image: url(images/arrow2.gif);
background-position: 0 4px;
background-repeat: no-repeat;
border: 0px solid;
border-color: #F0F0F0 #E0E0E0 #E0E0E0 #F0F0F0;
color: #FFCC00;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 0px 0px 20px !important;
text-decoration: underline;
}

#sidenav li {
background: url(images/navbkd1.jpg) 0% 0%;
background-color: #F4F4F4;
border-bottom-color: #DDDDDD;
border-right-color: #DDDDDD;
border-top-color: #DDDDDD;
list-style-type: none;
margin: 0 0 3px 5px;
padding: 0px 0px 4px 4px;
/*white-space: nowrap;*/
}

#sidenav ul {
margin: 3px 0px 0px 0px;
padding: 5px 0px 0px 0px;
}

#topborder {
	background: url(../images/top.jpg) no-repeat;
	height: 96px;
	margin: 0;
	padding: 0;
	width: 470px;
	float: left;
	padding: 13px 60px 0px 250px;
	text-align: right;
}

#wrapmain {
background-color: #FFFFFF;
background-image: url(../images/mainbkd.jpg);
background-repeat: repeat-y;
margin: 0px auto;
padding: 0;
text-align: left;
width: 780px;
}
.bodyheadgreen {

color: #009966;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}
.nonbulletedlist {
	line-height: 2;
	padding-left: 30px;
}
.pictureleft {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.pictureright {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	float: right;
}
.firstletter {
	color: #003366;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
}