html,body {
	height: 100%;
	font-size:13px;
}

body {
  margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	/* background: #fff url('includes/images/back.gif') repeat bottom right; */
	font-family: Tahoma, Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #7d7d7d; /* #666666; */
}


h1 { 
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 display:none;
}

h2,a:link.infoBoxHeading, a:visited.infoBoxHeading, a:active.infoBoxHeading{ 
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 20px;
 color:#eb008b;
 padding:3px;
 margin:0px;
 text-decoration:none;
}

a:link, a:visited, a:active{
    color: #000;
	font-weight : bold;
}
a:hover{
	color: #000;
	font-weight : bold;
}
DIV.hr {
  height: 3px;
  background-color: #000066; 
}
DIV.hr hr {
  display: none;
}

.banner {
	width: 100%;
	height: 113px;
	background-image:url(includes/images/banner_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

	DIV.banner h1 {
		font-size:9px;
		color:#ffffff;	
	}
.shopping_cart_box{
	border:solid 1px #ddddde;
	height:103px;
	background-image:url(includes/images/shopping_cart_bg.gif);
	background-repeat:repeat-x;
	float:left;
	clear:left;
	width:212px;
	padding:6px;
	margin-bottom:10px;
	font:12px;

}
.box_bg{
background-color:#FFFFFF;
background-image:url(includes/images/box_bg.gif);
background-repeat:repeat-x;
background-position:bottom;
min-height:181px;
border:1px solid #e4e4e4;
padding:10px;
font-size:11px;
}
.pink{
	color:#eb008b;
}
DIV.notice {
	position: absolute;
	top: 10px;
	left: 460px;
	width:120px;
	padding: 3px;
	background-color: #F50000;
	font: normal 9px/11px Tahoma, Verdana, Arial, sans-serif;
	text-align:left;
	color: #FFF;
}

	DIV.notice h3 {
		margin:0;
		font: bold 13px/13px Tahoma, Verdana, Arial, sans-serif;
		text-align:left;
		color: #FFF;
	}

.searchBox{
margin-top:55px;
float:right;
clear:none;
}

	INPUT.searchBoxField {
		width: 170px;
		height: 22px;
		color:#dbdcdc;
		vertical-align:top;
	}

TABLE.userMenu {
	width:100%;
	border-collapse:collapse;
}

	TABLE.userMenu TD { text-align:center; }
	
	TABLE.userMenu TD a:link, TABLE.userMenu TD a:visited {
		font: bold 9px/11px Tahoma, Verdana, Arial, sans-serif;
		text-decoration:none;
		color: #000;   
	}
	TABLE.userMenu TD a:hover, TABLE.userMenu TD a:active {
		text-decoration:underline;
	}




TD {
	font-size:13px;
}


.boxText, .boxText a:link, .boxText a:visited, .boxText a:active{font-size: 11px; color: #7d7d7d; /*#666;*/ }
.boxText a:hover  {color:#000; text-decoration:underline;}
.errorBox { font-size : 11px; background: #993300; color:#fff; font-weight: bold; }
.stockWarning { font-size : 11px; color: #cc0033; }
.productsNotifications { background: #fff; color: #999999; }
.orderEdit { font-size : 11px; color: #70d250; text-decoration: underline; }


div {
	-moz-box-sizing: border-box;           
	box-sizing: border-box;
}

div#page {
	height: 100%;
}
.outfixcenter {
  width:100%;
  border: 0px;
  background: #fff;
  border: 0px solid #fff;
  margin: auto;
  text-align: left;
}




.mainTableBorder{
	border: 1px solid #676767;
	border-top: 0;
}
.otherTableBorder{
	border: 1px solid #cccccc;
}

FORM {
	display: inline;
}

TR.header {
  background: #fff;
  color: #006;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  
  font-size: 11px;
  background: #E5032D; /*#000; #906890 #004284*/;
  color: #fff;
  font-weight : bold;
}

TR.headerError {
  background: #636; /*#d90000*/
}

TD.headerError {
  
  font-size: 11px;
  background: #636; /*#d90000*/
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #E5032D; /*#000; #906890 #004284*/;
}

TD.headerInfo {
  
  font-size: 11px;
  background: #E5032D; /*#000; #906890 #004284*/;
  color: #006633;
  font-weight: bold;
  text-align: center;
}

.footer {
background-color:#000000;
width:100%;
font-size:9px;
color:#FFFFFF;
padding:10px;
}

.infoBox {
  background: #eee;
  color: #fff;
  border-right: 2px #999 solid;
  border-bottom: 2px #999 solid;
  padding:0px 2px 0px 2px;
}

.infoBoxContents{
  font-size: 11px;

  color: #000; /*#666;*/
}
.a.infoBoxContents:link, a.infoBoxContents:active, a.infoBoxContents:visited{
  color: #000; /*#666;*/
}
.infoBoxNotice {
  background: #993300;
  color: #fff;
}

.infoBoxNoticeContents {
  background: #fff;
  font-size: 11px;
  margin-top:-2px;
}




a:hover.infoBoxHeading{
text-decoration:underline;
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  	border-top:1px #999 dotted;
	padding: 5px 0px 5px 0px;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  	border-top:1px #999 dotted;
	padding: 5px 0px 5px 0px;
}                                                          

TABLE.productListing {
  /* border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px; */
}

TD.productListing-heading {
  font-size: 11px;
  background: #FFF;
  color: #000;
  font-weight: bold;  
  border-bottom:1px #999 solid;
}
a.productListing-heading{
  color:#000;
}
TD.productListing-data {
  font-size: 11px;
  color: #000; /*#666;*/
  border-bottom:1px #999 dotted;
  padding: 5px 0px 5px 0px;
}
TD.productListing-data a:link,TD.productListing-data a:visited,TD.productListing-data a:active{
	font-size: 11px;
	color: #000; /*#666;*/

}
TD.productListing-data a:hover{
  	font-size: 11px;
	color: #000; /*#666;*/
}

TD.productListing-heading a:link,TD.productListing-heading a:visited,TD.productListing-heading a:active{
	color:#000;
	text-decoration:none;
}
TD.productListing-heading a:hover{
	color:#000;
	text-decoration:underline;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  
  background:  #FC0; /*#000;#E5032D;#000;#906890; #004284*/;
  width: 100%;
  height:18px;
  padding-left:2px;
  padding-bottom:2px;
  border-bottom:2px #006 solid;
  vertical-align:top;
  height/**/:/**/14px;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 11px;
  color: #000000;
}

.main{
	background-color:#eb008b;
	padding-left:25px;
	padding-right:25px;
	vertical-align:top;
	border:solid 1px #fabfe2;
}
.main_text,.main_text a:link, .main_text a:active, .main_text a:visited{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.main_text a:hover{
text-decoration:underline;
}
TD.smallText, SPAN.smallText, P.smallText, DT.smallText, DD.smallText {

  font-size: 10px;
  color: #000; /*#666;*/
}
.smalltext a:link, .smalltext a:active, .smalltext a:visited{
	color: #000; /*#666;*/
} 

.smalltext a:hover{
	color:#000; /* #906890; */
}
TD.accountCategory {
  
  font-size: 13px;
}

TD.fieldKey {
  
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 11px;
}

TD.tableHeading {
  
  font-size: 11px;
  font-weight: bold;
}



CHECKBOX, INPUT, RADIO, SELECT {
  
  font-size: 11px;
}

TEXTAREA {
    font-size: 11px;
}

SPAN.greetUser {
  
  font-size: 11px;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  
  font-size: 11px;
  color: #cccccc;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #d90000;
}

SPAN.errorText {
  
  color: #d90000;
}

.moduleRow { }
.moduleRowOver { background-color: #ccc; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #eee;}

.checkoutBarFrom, .checkoutBarTo {  font-size: 11px;}
.checkoutBarCurrent {  font-size: 11px; color: #000000; }

/* message box */

.messageBox {  font-size: 11px; }
.messageStackError, .messageStackWarning {  font-size: 11px; background-color: #993300; color:#fff; }
.messageStackSuccess {  font-size: 11px; background-color: #339966; color:#fff; }

/* input requirement */

.inputRequirement {  font-size: 11px; color: #636; /*#d90000*/ }

.small_menu, a.small_menu, a:visited.small_menu, a:active.small_menu{
	color: #fff;
	font-size:10px;
}
a:hover.small_menu {
	color: #636; /*#d90000*/
}
.horz_fade {
   	background: #fff;
   	text-align: left;
	font-size:10px;
}
.title_back {
   	background: #fff url(includes/images/title_back.jpg) no-repeat;
}
.shadeRow{
	background: #eee;
}
.smallForm{
	width: 20px;
	height: 20px;
	font-size: 9px
}
.specials_large{
	font-size: 12px;
}
.index_search{
	font-size: 12px
}
.index_search_input{
 	width: 150px;
	height: 20px;
	font-size: 10px
}
.left_search_input{
    width: 125px;
	font-size: 9px
}
.smallInfoText{
	font-size: 9px;
}
.main_table, .sub_table{

  	width:100%;
}
.left_padding{
	padding-left:5px;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; /* Width of Menu Items */
	color: #FFF;
	padding-bottom:10px;
}

ul.nav li {
	color: #FFF;
	display: block;
}


ul.nav li a:link, ul.nav li a:active, ul.nav li a:visited{
	display: block;
	border-bottom: 1px solid #b6b6b7;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	padding: 3px;
	color: #fff;
	
}

ul.nav li a:hover {
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	background: #eee;
	color:#006;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav li { float: left; height: 1%; }
* html ul.nav li a { height: 1%; }
/* End */

/* NEW links */
ul.nav li.navHighlight a:link, ul.nav li.new a:active, ul.nav li.new a:visited{
	color: #006;
	border-bottom: 1px solid #b6b6b7;
	background: #eee;
}
ul.nav li.navHighlight a:hover {

	color: #eee;
	text-decoration: underline;
	font-weight:bold;
	font-size:11px;
	background: none;
}

/* Help links */
ul.nav li.special a:link, ul.nav li.special a:active, ul.nav li.special a:visited{
	color: #5d5d5d;
	border-bottom: 1px solid #c8c7c7;
		padding:8px;
}
ul.nav li.special a:hover {
	font-weight:bold;
	text-decoration: underline;
	background: none;
	padding:8px;
	
}

ul.sitemap {
	list-style-type: none;
}
ul.sitemap li {
	
}

ul.links {
	list-style-type: none;
}
ul.links li {
}

TD.phNumber {
	padding: 3px; /* align with main menu */
	font-size: 10px;
	color: #FFFFFF;
}


ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.subnav li {}

.smaller{
	font-size: 9px;
}

HR {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000066;
	background-color: #000066;
	height: 3px;
}
.col_left{
	height:100%;
	vertical-align:top;
	color:#fff;
	/* padding-left:3px; */
}
/* .col_left a:link{
	color:#fff;
} */
.col_right{
	/*border-left:5px #006 solid;*/
	
}
.base_menu{
background-color:#1e1e1e;
	color:#FFFFFF;
	width:100%;
	font-size:9px;
}

.breadcrumb{
	height:20px;
	color:#FFF;
	vertical-align:top;
}

.main_body{
	background-color:#FFFFFF;/*#E5032D; #636;*/
	height:100%;
	width:100%;	
	font-size:11px;	
	 text-align:center;
}
.center_div,.fixcenter{
text-align:left;
	width:956px;
margin: 0 auto;
}
/* .paper_row{
	background: #fff url('includes/images/paper.gif');
	border-bottom:5px #906890 solid;
} */
.how_to{
	display:block;
	height:75px;
	border-bottom:5px #EEE solid;
}
SPAN.anz_msg{
	color:#d90000;
}
a:link, a:visited, a:active{
	color: #000; /*#666;*/ 
	text-decoration:underline;
}
a:hover{
	color: #000; /*#666;*/
	text-decoration:underline;
}
.base_menu a:link,.base_menu a:visited,.base_menu a:active,.footer a:link,.footer a:visited,.footer a:active, .base_menu{
color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
}
.base_menu a:hover,.footer a:hover{
color:#FFFFFF;
	text-decoration:underline;
}
.new{
	border-top:1px #999 solid;
	padding: 5px 0px 5px 0px;
}
.old{
	border-top:1px #999 dotted; 
	padding: 5px 0px 5px 0px;
}
a:link.red_border img, a:active.red_border img, a:visited.red_border img{
	padding:2px;/* 
	border:2px #FC0 dotted; */
}   
a:hover.red_border img{
	padding:2px;/* 
	border:2px #FC0 solid; */
}
.product_price{
	font-size : 16px;
	color: #cc0033; 
}
.black_text{
	font-size:16px;
	font-family:arial, arial black,sans-serif;
	font-weight:bold;
	color:#000;
	letter-spacing: 3px;
}


.band_1{
	background-color:#BFBFD9;
	border-bottom:5px #FFF solid;
	/*height:108px;*/
	font-size:13px;
}
.band_2{
	background-color:#FFF3C2;
	border-bottom:5px #FFF solid; 
	/*height:108px;*/
	font-size:13px;
}
.anz{
	background-color:#FFF;
	border-bottom:2px #666 solid;
	border-right:2px #666 solid;
}

.disclaimer {
	font-size: 10px;
	line-height: 1;
	
}

.news{
	border-left: 5px #006 solid;
	font-size:10px;
	height:100%;
}
.scrollpane {
	width: 100%;
	height: 492px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:scroll;
	/* IE only 
	scrollbar-3d-light-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #990033;
	scrollbar-dark-shadow-color: #cccccc;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	*/
}
p.quotes {
	margin: 10px 10px;
}
p.quotes span {
	display: block;
	margin-bottom: 2px;
}
p.quotes span:before {
	content:"\"";
}
p.quotes span:after {
	content:"\"";
}
p.quotes span{
	font-style: italic;
	font-weight: bold;
	
}


.full_height{
	text-align:top;
	height:100%;
	vertical-align:top;
}
.ping_border{
	background-color:#FFF;
	border:2px #FC0 solid;
}


