/* ********************************************** */
/* general tag styles (body etc) */

body {
	color: black; 
	background-color: white;
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	line-height:normal
	margin: 0px; 
	padding: 0px; 
}

a {	
	color: black;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border-style: none; 
}

form {
	display: inline;
}

/* ********************************************** */
/* pagecontain wraps body of every page */

#pagecontain {
	background-color: rgb(255,255,255);
	width: 800px; 
	margin: 0px auto; 
	align: center;
	border: 1px solid grey;

}

/* ********************************************** */
/* header stuff */

.hdrLink1 a {
	color: black;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.hdrLink1 a:visited {
	text-decoration: none;
}
.hdrLink1 a:hover {
	text-decoration: underline;
}

.hdrLink2 a {
	color: white;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.hdrLink2 a:visited {
	text-decoration: none;
}
.hdrLink2 a:hover {
	text-decoration: underline;
}

.hdrMiniLink a {
	color: black;
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
}
.hdrMiniLink a:visited {
	text-decoration: underline;
}
.hdrMiniLink a:hover {
	text-decoration: none;
}

.hdrText1 {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.hdrText1 a {
	color: black;
	font-style: normal;
	text-decoration: underline;
}
.hdrText1 a:visited {
	text-decoration: underline;
}
.hdrText1 a:hover {
	text-decoration: none;
}

.hdrText2 {
	font-family: verdana, sans-serif;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}

/* ********************************************** */
/* footer stuff */

#footer {
	width:800px;
	text-align:center;
}

.footerMiniNav {
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
}

a.footerMiniNav {
	text-decoration: underline;
}
a.footerMiniNav:visited {
	text-decoration: underline;
}
a.footerMiniNav:hover {
	text-decoration: none;
}

/* ********************************************** */
/* misc button and form input */

.btnRed1 {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnRed1 a {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnRed1 a:visited {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnRed1 a:hover {
	color: rgb(255,255,255);
	background-color: rgb(153,0,51);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}

.btnGold1 {
	color: rgb(0,0,0);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnGold1 a {
	color: rgb(255,255,255);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnGold1 a:visited {
	color: rgb(255,255,255);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnGold1 a:hover {
	color: rgb(255,255,255);
	background-color: rgb(255,205,75);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}

.btnBlue1 {
	color: white;
	background-color: rgb(40,100,190);
	font-size: 14px;
	font-weight: normal;
	border-style: groove;
}
.btnBlue1 a {
	color: white;
	background-color: rgb(40,100,190);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnBlue1 a:visited {
	color: white;
	background-color: rgb(40,100,190);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}
.btnBlue1 a:hover {
	color: white;
	background-color: rgb(40,100,190);
	font-size: 14px;
	font-weight: bold;
	border-style: groove;
}

.btnAppleRed {
	color: white;
	background-color: #cc0000;
	font-size: 14px;
	font-weight: normal;
	border-style: groove;
}

.btnAppleGreen {
	color: white;
	background-color: green;
	font-size: 14px;
	font-weight: normal;
	border-style: groove;
}

/* ********************************************** */
/* address book styles */

.rowAB1 {
	background-color: rgb(158,206,158);
}

.rowAB2 {
	background-color: rgb(255,255,255);
}

.tableAB {
	border-top: 1px solid rgb(153,0,51);
	border-left: 1px solid rgb(153,0,51);
}
.tableAB td {
	border-bottom: 1px solid rgb(153,0,51);
	border-right: 1px solid rgb(153,0,51);
}

/* ********************************************** */
/* error message */

.info_message {
	color: rgb(153,0,51);
}

.error_message1 {
	color: rgb(153,0,51);
}

/* ********************************************** */
/* view cart stuff */

.cartHeading {
	background-color: rgb(158,206,158);
	font-weight: bold;
}

/* ********************************************** */
/* ship via collection stuff */

.shipViaHeading {
	font-size: 18px;
}

/* ********************************************** */
/* misc */

.copy { 
  	font-family: verdana, sans-serif; 
  	font-size: 10px;
  	color: #333333; 
  	text-align:justify; 
}

.copyred { 
	font-family: verdana, sans-serif; 
	font-size: 10px;
	color: #FF0000; 
	text-align:right; 
}

.copyrt { 
	font-family: verdana, sans-serif; 
	font-size: 10px;
	color: #333333; 
	text-align:right; 
}

.disclaimer {
	font-size: 14px;
	color: rgb(255,255,255);
}

.faqcopy { 
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	color: #2c2c2c;
	background-color: #ffdddd;
	padding-top: 3px;  
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align:justify;  
}

.faqcopygry { 
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	color: #2c2c2c;
	background-color: #fff4f4;
	padding-top: 3px;  
	padding-bottom: 4px;
	padding-right: 4px;
	padding-leftt: 4px;   
}


  
.faqheadred { 
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	font-weight: bold; 
	background-color: #ffdddd;
	color: #330000;
	text-position: center;
	padding-top: 3px;  
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align:justify; 
}


.genHeading1 {
	font-size: 16px;
	font-weight: bold;
	color: rgb(153,0,51);
}

.greenbld { 
	font-family: arial, sans-serif; 
	font-size: 12px;
	color: #003333;
	text-decoration:none; 
}

.navlevel { 
	font-family: verdana, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #512f00;
	text-decoration:underline; 
}


.newItem1 {
	color: white;
	background-color: maroon;
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	height: 100%;
	text-align: center;
}

.productgrn { 
  	font-family: verdana, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #009900; 
	text-decoration:underline;
}


.productred { 
	font-family: verdana, sans-serif; 
  	font-size: 10px;
  	color: #cc0000; 
}

.red {
	font-weight: bold;
	color: #990000;
}

.tallyred { 
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;  
}


.titlered { 
	font-family: arial, sans-serif; 
  	font-size: 17px;
  	color: #cc0000; 
}

.varcopy { 
	font-family: verdana, sans-serif; 
	font-size: 11px;
	color: #555555; 
	padding-left: 4px;
	text-align:justify;
}


.varcopyjust { 
	font-family: verdana, sans-serif; 
	font-size: 10px;
	color: #555555; 
	text-align:justify;
	padding-left: 4px;
}



/* ********************************************** */

.input1 {
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
	font-weight: normal;
	height: 17px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	border: none;
}

/* ********************************************** */
/* styles for multi buy table borrowed from hubs  */

.styleMB1 {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB1 a {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB1 a:visited {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB1 a:hover {
	color: black;
	background-color: rgb(255,225,125);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

.styleMB2 {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB2 a {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB2 a:visited {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.styleMB2 a:hover {
	color: black;
	background-color: rgb(255,235,160);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
		
/* ********************************************** */
/* home page stuff                                */

.featuredLink {
	font-family: verdana, sans-serif;
	color: red;
	font-size: 11px;
	font-weight: bold;
}

.featuredLink a {
	color: red;
	text-decoration: underline;
}
.featuredLink a:visited {
	color: red;
	text-decoration: underline;
}
.featuredLink a:hover {
	color: red;
	text-decoration: none;
}

.featuredLink2 {
	font-family: verdana, sans-serif;
	color: red;
	font-size: 13px;
	font-weight: bold;
}

.featuredLink2 a {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
.featuredLink2 a:visited {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
.featuredLink2 a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

.greenLink {
	font-family: arial, sans-serif;
	color: #003333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.greenLink a {
	color: #003333;
	text-decoration: none;
	font-weight: bold;
}

.greenLink a:visited {
	color: #003333;
	text-decoration: none;
	font-weight: bold;
}

.greenLink a:hover {
	color: #003333;
	text-decoration: none;
	font-weight: bold;
}

/* ********************************************** */
/* category stuff                                 */

.storeHeading {
	font-family: verdana, sans-serif;
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
}

.sidenav1Selected {
	font-family: verdana, sans-serif;
	color: green;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.sidenav1SelectedDash {
	font-family: verdana, sans-serif;
	color: green;
	font-size: 11px;
	font-weight: bold;
}

A.sidenav1 { 
	font-family:arial;
	font-size: 11px; 
	color:#cc0000; 
	text-decoration:underline; 
} 
  
A.sidenav1:hover { 
	font-family:arial;
	font-size: 11px; 
	font-weight: strong;
	color:#cc0000;
	font-weight: bold;  
	text-decoration:underline; 
} 
  
A.sidenav:visited { 
	font-family:arial;
	font-size: 11px; 
	color:#cc0000; 
	text-decoration:underline; 
} 
  
  
.sidenav1 { 
	font-family:arial;
	font-size: 11px; 
	color:#ff0000; 
} 


.sidenav1Dash {
	font-family: verdana, sans-serif;
	color: #cc0000;
	font-size: 11px;
}
.sidenav1 a {
	color: #cc0000;
	text-decoration: underline;
}
.sidenav1 a:visited {
	color: #cc0000;
	text-decoration: underline;
}
.sidenav1 a:hover {
	color: green;
	text-decoration: none;
}

.thumbLink {
	font-family: verdana, sans-serif;
	color: #cc0000;
	font-size: 11px;
}
.thumbLink a {
	color: #cc0000;
	text-decoration: underline;
}
.thumbLink a:visited {
	text-decoration: underline;
}
.thumbLink a:hover {
	color: green;
	text-decoration: none;
}


/* ********************************************** */
