/* ----- MAIN SETTINGS ---- */
body, page {
	zoom:1;
	min-height:100%;
	width:1022px;
	margin:auto;
	padding:0px;
	border:1px;
	border-style:solid;
	border-color:#CCD8CA;
	border-width:thin;
	font-family : "trebuchet ms", "Verdana, Geneva, Arial, Helvetica, sans-serif";
	font-size : 12px;
	/*	background-color:#CCD8CA;
*/
background-color:#CCD8CA;
}
html {
	margin:auto;
	padding:0px;
	
}
div {background-color:#fff;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
} 
a:hover {
	border:0px;
	outline:none;
	margin:0px;
	background-color : #F0F0F0;
}

/* This is the default  for the entire page body */
#mainpage {
	float:left;
	width:1020px;
	margin:auto;
	padding:0px;
	border:1px;
	border-style:solid;
	border-color:#666;
	border-width:thin;
	font-size:14px;
	font-family : "trebuchet ms", "Verdana, Geneva, Arial, Helvetica, sans-serif";
background-color:#CCD8CA;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}
a.smalltext:hover {
	color:#FF0000;
	}
/* 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: 12px;
	color :#FFFFFF;
	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 {
	font-size: 1px;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0px;
}
hr.thinline {
	font-size: 1px;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0px;
}

/* 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 {
	color:#666699;
	padding-top:15px;
	padding-bottom:5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.cat_title_medium {
	color:#666699;
	padding-top:10px;
	padding-bottom:5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.cat_title_small {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cat_title_list {
	font-family : Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline;
}

.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_title_featured {
padding-top:4px;
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
/* 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-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 : #CCCCCC;
}

/* 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;
	background-color:#CCD8CA;
}

.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: #CCCCCC;
	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 {
	width:225px;
	height:125px;
	float:left;
	padding-left:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:	8pt;
}
.listingTitle {
	font-size: 14px;
	text-decoration: none;
	font-weight : bold;
}
a.listingTitle:link {
	font-size: 14px;  text-decoration: none;
}
a.listingTitle:visited {
	font-size: 14px;  text-decoration: none;
	}
a.listingTitle:hover {
	font-size: 14px;  text-decoration: underline;
	}
	
.listingsubtitle {
font-family:"Franklin Gothic Demi";
	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;
	color: gray;
}
a.menu_page
{
	font-size: 12px;

}

.menu_page1 {
	font-weight: bold;
	font-size: 13px;
	color: #666699;
	text-decoration: none;
	background-color:#CCD8CA;
}
a.menu_page1 {
	width:188px;
	font-weight: bold;
	font-size: 13px;
	color: #666699;
	text-decoration: none;
}

.menu_page_title {
	font-size: 12px;
	color: gray;
	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;

}

.menu_footer {
clear:both;
	font-size: 10px;
	text-decoration : none;
	color : Gray;
	text-align:center;
}
a.menu_footer:hover
{color:#FF0000;
}
.menu_footer1 {
	margin-top:12px;
	margin-bottom:3px;
	font-size: 11px;
	text-decoration : none;
	color : Gray;
	margin-right: 15px;
	margin-left: 15px;
}
a.menu_footer1
{

}

.menu_admin {
	font-weight: normal;
	font-size: 8px;
	color: #DAA520;
	text-decoration: none;
}
a.menu_admin{
	font-weight: normal;
	font-size: 8px;
	color: #DAA520;
	text-decoration: none;
}
.caution {
	color: #ff6600; font-size: 12px; font-weight: 700;
}
.photocaption {
	color: #CCCCCC; font-size: 11px; 
}
