/*
  $Id: stylesheet.css,v 1.01 2008/11/22

*/

body {
	font-family: Arial, Verdana, Times, serif;
	/*font-family: "Arial", Times, serif;*/
	font-size: 11px;
	color: #b3b3b3;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
a:link, a:active {
	color: #e1cb41;
}
a:hover, a:visited {
	color: #e1cb41;
}
a:active {
	color: #f4c500;
}
a.black {
	color: #000000;
	text-decoration: underline;
}
a.black:hover {
	color: #000099;
	text-decoration: underline;
}
a.black:visited {
	color: #000000;
	text-decoration: underline;
}
a.orange {
	color: #e1cb41;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 11px;
}
a.orange:hover, a.orange.visited:hover {
	color: #e1cb41;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
a.nav_item_white {
	color: #b5b5b5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a.nav_item_white:hover, a.nav_item_white.visited:hover {
	color: #e1cb41;
	/*text-decoration: underline;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a.head_category_white {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-decoration: none;
	text-transform: none;
}
a.item_white {
	color: #ffffff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}
a.item_white:hover, a.item_white.visited:hover {
	color: #e1cb41;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

/* bof: admin side menu */
a.cms_dark_orange {
	color: #000000;
	text-decoration: none;
}
a.cms_dark_orange:hover, a.cms_dark_orange.visited:hover {
	color: #f45400;
	text-decoration: none;

}

a.cms_head_dark_orange {
	color: #666666;
	text-decoration: none;
}

/* eof: admin side menu */

#mainWrapper {
	background-image: url('images/bg_img.gif');
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 795px;
}
#mainHeader {
	background: url('images/mast_header.gif') center top no-repeat;
	widows: 775px;
	height: 142px;
}
#mainContentWrapper {
	width:775px;
	margin: auto;
}
#edmWrapper {
	background-image: url('images/bg_img.gif');
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
#edmHeader {
	background: url('images/email/banner.gif') center top no-repeat;
	widows: 700px;
	height: 143px;
}
#edmContentWrapper {
	width:700px;
	margin: auto;
}
#mainContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: expression( this.scrollHeight < 320 ? "320px" : "auto" ); /* sets min-height for IE */
	min-height: 320px; /* sets min-height value for all standards-compliant browsers */	
}
#conceptContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #CCCCCC;
	font-family: Times, serif;
	font-size: 13px;
	/* height: expression( this.scrollHeight < 200 ? "150px" : "auto" ); 
	min-height: 200px; sets min-height value for all standards-compliant browsers */	
}

#mainAdminContent {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: expression( this.scrollHeight < 320 ? "320px" : "auto" ); /* sets min-height for IE */
	min-height: 320px; /* sets min-height value for all standards-compliant browsers */	
}


#mainContact {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#mainSideWrapper {
	width:350px;
	display: right;
	float: right;
}
#mainSideNav{
	
}
.pageNavCenter {
	margin-left: 45%;
	margin-right: 35%;
	font-size: 10px;
}
.pageNavRight {
  float: right;
}
.pageNavLeft {
   float: left;
}
.clear {
  clear: both;
}
#footer {
	font: Times, serif;
	font-family: Times, serif;
	width: 760px;
	height: 25px;
	margin: auto;
	padding-left: 15px;
	padding-top: 10px;
	background: url('images/footer_bg_top.gif') top no-repeat;
	background-color: #000000;
	font-size: 8pt;
	color: #ffffff;
}
#navMainWrapper {
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
}
#navMain ul {
	margin: 0;
	list-style-type: none;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
#navMain ul li {
	display: inline;
}
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}
#navMain ul li a:hover {
	color: #e1cb41;
}
.navMastCart {
	float: right;
}
.navMastHome {
	float: right;
	padding-top: 0.5em;
	font-size: 11pt;
}
#navProduct {
	margin: 0;
	width: 120px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;	
}
#footer a {
	text-decoration: none;
}
.clearBoth {
	clear: both;
}
.text_white{
	color: #ffffff;
}
.text_news{
	color: #b3b3b3;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height:12px;
	
	/*letter-spacing:1.5px;letter-spacing: 0.1em;*/
}
.text_norm11{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.text_contact_form{
	color: #ffffff;
	font-size: 10pt;
	text-transform: none;
}
.text_white_sans-serif{
	color: #bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text_grey{
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form_cart_col{
	color: #ffffff;
	text-transform: none;
	font-weight: bold;
}
.link_subnav {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link_subnavlgt {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

.input_itemdropdown{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	background-color: #000000;
	border-color: #848484;
	border-width: 1px;
	width:200px
}
.input_contactform{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	background-color: #000000;
	border-color: #848484;
	border-width: 1px;
	width:200px
}
.input_contact_submit{
	background-image: url("../images/button_sendit_off.gif");
	width: 72px;
	height: 28px;
}

/* header */
.hdr15, .hdr15 a {
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #e1cb41;
	padding-top: 5px;
	padding-bottom: 5px;	
}

/* shop header */
.hdrTagline {
	font-size: 15pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-transform: none;
}

.hdrSubTagline {
	font-size: 11px; 
	color: #929292;
}

.error {
	color: #DD0000;
	font-weight: normal;
	font-size:11px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#page_nav_table {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cart_table_text {
	font-family: Times, Arial, Verdana, Times, serif;
	font-size: 9px;
	
}
#cart_table {
	font-family: Times, Arial, Verdana, Times, serif;
	font-size: 9px;
	background-color: #262626;
	border-color: #848484;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#cart_table th {
	color: #595959;
	text-transform: none;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
#cart_table td {
	color: #ffffff;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#product_table{
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.prd_td_top{
	background-color: #FFFFFF;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	padding:0px;
	margin:0px;
}

.prd_td_mid{
	background-color: #000000;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

.prd_td_bottom{
	background-color: #000000;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

.product_listing_outline {
	background-color: #000000;
	border-color: #848484;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.product_display_outline {
	background-color: #000000;
	border-color: #848484;
	border-style: dotted;
	border-width: 1px;
	border-color: #848484;
}

.product_Img{
	padding-bottom: 8px;
}

.product_thumbImg{
	padding: 0px;
	padding-bottom: 8px;
}

.text_upper{
	text-transform: none;
}
.product_text{
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
}
#delivery_table {
	background-color: #262626;
	
	font-family: Times, Arial, Verdana, Times, serif;
	font-size: 9px;
	background-color: #262626;
	border-color: #848484;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#delivery_table td {
	color: #ffffff;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.cart_row_subtotal{
	background-color: #000000;
	border-color: #848484;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#cart_row_total, .cart_row_footer{
	background-color: #000000;
	border-color: #848484;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#cart_row_header {
	background-color: #000000;
	border-color: #848484;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
}





/* OLD CSS */
.boxText {
	color: #666666;
}
A.boxText {
	color: #FF0099;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: underline;
}
A.boxText:hover {
	color: #009900;
	text-decoration: underline;
}
A.boxText:visited {
	color: #009900;
	text-decoration: underline;
}
.boxTextHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #666666;
	line-height: normal;
	font-weight: bold;
}
A.boxTextHeader {
	color: #FF0099;
	text-decoration: underline;
}
A.boxTextHeader:hover {
	color: #009900;
	text-decoration: underline;
}
A.boxTextHeader:visited {
	color: #009900;
	text-decoration: underline;
}

FORM {
	display: inline;
}
TR.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FF0099;
	font-weight: bold;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FF0099;
	font-weight: bold;
	line-height: normal;
}
TR.headerNavigation {
	background: #bbc3d3;
}
TD.headerNavigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background: #bbc3d3;
	color: #ffffff;
	font-weight : bold;
}
A.headerNavigation {
	color: #FF0099;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
}
A.headerNavigation:hover {
	color: #009900;
}
A.headerNavigation:visited {
	color: #009900;
	text-decoration: underline;
}
/*
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666666;
}

.mainBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
}

.mainPink {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #ff0099;
}
.mainPinkHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #ff0099;
	font-weight: bold;
}
*/
.mainRedHeader{
	color: #990000;
	font-weight: bold;
}

.WhiteHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
}
.YellowHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #ffcc33;
	font-weight: bold;
}

/* Store Admin CSS */
.login_header{
	font-size: 11pt;
	text-transform: none;
	font-weight: bold;
}
.cms_section_header{
	font-size: 11pt;
	text-transform: none;
	font-weight: bold;
}
#cms_content_table th {
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
#cms_content_table td {
	color: #000000;
	font-size: 9pt;
}
.nav_admin_side{
	font-size: 9pt;
	color: #f45400;
}
#navProductAdmin ul {
	margin: 0;
	width: 120px;
	list-style-image: url('images/bullet_raquo.gif');
	padding-left: 15px;
}
#navProductAdmin ul li {
	display: list-item;
}
