/* ------------------------------------------------------------------------ */
/* ID */
/* ------------------------------------------------------------------------ */

#Table_01{
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10 px;
	color: #333333;
	text-decoration:none;
}


#fakeiframe {
height: 455px;
width: 171px;
border:1px solid #CCC;
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 10px;
color: #333;
}

/* ------------------------------------------------------------------------ */
/* REDEFINED TAGS */
/* ------------------------------------------------------------------------ */

body {
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	}

/* table cell, and p tags are duplicates, just to be sure */


td{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}
th{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
.cart th {
	font-size: 12px;
}
.cart td a {
	font-size: 12px;
}
p{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10 px;
	color: #333333;
	text-decoration:none;
}


/* ------------------------------------------------------------------------ */
/* DEFINED CLASSES */
/* ------------------------------------------------------------------------ */

/* for the item list, to highlight the NET 1 ID # */

.title{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #3399FF;
	font-weight: bold;
	text-decoration:none;
}

.ntitle{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}


/* for add/edit product page */

.header {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
	
	}
	
.reorder{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#CCCC00;
	text-decoration:none;
	padding: 2 2 2 2px;
}	
	
.soldout{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#FF0000;
	text-decoration:none;
	padding: 2 2 2 2px;
}	



.blue_jawns{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	text-decoration:none;
	color: #39F;
}

/* for news & text */
.hr {	
		margin-top:  5px;
        margin-left: 5px;
        border-bottom: 2px dotted #000000;
        font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		text-decoration: none;
		color: #FFFFFF;
		text-align:left;
		width:135px;
}




/* ------------------------------------------------------------------------ */
/* LINK STYLES */	
/* ------------------------------------------------------------------------ */

a {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration:none;
	
	}
	
a:hover{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #FF0000;
	text-decoration:none;

}

a.pn { 
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	
	}

a.pn:hover { 
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #333333;
	font-weight:bold;
	text-decoration:none;
	
	}



/* ------------------------------------------------------------------------ */
/* Email submit styles */
/* ------------------------------------------------------------------------ */
.restock {
	border: 1px solid #cdcc00;
	width: 218px;
	height: 52px;
	position: relative;
	top: 0; left: 0;
	overflow: hidden;
}
.restock .notify {
	background-color: white;
	color: red;
	font: 12px Arial, sans bold;
	line-height: 18px;
}
.restock .notify input#email {
	font: 12px Arial, sans;
	color: black;
	width: 177px;
	height: 15px;
	padding: 2px 7px 1px;
	margin: 0;	
	border: none;
	background-color: transparent;
	background-image: url(../images/email_bg.jpg);
}
.emailDo, .emailDo:link, .emailDo:visited, .emailDo:active {
	display: block;
	background-image: url(../images/email_do.jpg);
	width: 18px;
	height: 18px;
	float: right;
	padding: 0;
	margin: 0;
}
.restock .ok {
	color: black;
	font: 14px Arial;
	text-align: center;
}
.restock .ok, .restock .notify {
	margin: 4px;
	position: absolute; 
	top: 0;
	left: 0;
	width: 210px;
	height: 100%;
	
}

.symlink {
	cursor: pointer;
	#cursor: hand;
	text-decoration: underline;
}
