/* CKSHOP DEFAULT THEME */
.returncatalog {
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}
/* user styles for reports wishlist registration and login*/
.userhead {
	background-color: #7583a2;
	color:#FFFFFF;
}
.row1 {
	background-color: #D6E1EB;
}
.row2 {
	background-color: #FFFFFF;
}
.row3 {
	background-color: #D6E1EB;
}
/* Text inside search boxes */
.boxText {
	font-size: 10px; 
}
.textbox {
	background-color: #ffffff;
} 

/* generic styles */
.head	{ font-size: 12px; font-weight: bold; }
.label	{ font-weight: bold; }
.infobox	{
	font-size: 10px;
	text-decoration: none;
}
TD.infobox	{
	font-size: 10px;
	text-decoration: none;
}
.searchhead	{
	font-weight: bold;
	background-color: #bbc3d3;
	color: #000066;
	font-size: 10px;
	padding: 1px;
	text-align:center;
	text-decoration: none;
	height: 12px;
}
.tablehead1	{
	font-weight: bold;
	background-color: #bbc3d3;
	font-size: 10px;
	padding: 1px;
	text-align:center;
	text-decoration: none;
}
.label2	{ font-weight: bold; font-style: italic;  }
.attn	{ font-weight: bold; color: red; }

.smalltext { font-size: 9px; }

/* text below pop up image view */
.smtext { font-size: 9px; text-decoration: none; }

/* the order button*/
.orderbutt {
	padding: 0px;
	background-color: #AEC6DD;
	color: #000033;
	margin: 1px;
	border: 1px outset #ccb2cc;
	cursor: pointer;
	font-size: 9px;
}

/* the standard search button*/
.searchbutt {
	width: 60px;
	padding: 0px;
	background-color: #AEC6DD;
	color: #000033;
	margin: 1px;
	border: 1px outset #ccb2cc;
	cursor: pointer;
	font-size: 9px;
}
.wishlistbutt {
	padding: 1px;
	background-color: #AEC6DD;
	color: #000033;
	margin: 1px;
	border: 1px outset #ccb2cc;
	cursor: pointer;
	font-size: 9px;
}
.searchbox {
	background-color: #cccccc;
	color: #000000;
	text-align: center;
}

.searchinput {
	background-color: #ffffff;
	color: #000000;
}

/* the view cart button*/
.viewcartbutt {
	padding: 0px;
	background-color: #AEC6DD;
	color: #000033;
	margin: 1px;
	border: 1px outset #ccb2cc;
	cursor: pointer;
	font-size: 9px;
}
.viewcartbutt a {
	text-decoration: none;
}
.viewcartbutt a:link {
	text-decoration: none;
}
.viewcartbutt a:visited {
	text-decoration: none;
}
.viewcartbutt a:hover {
	text-decoration: none;
}

.carttxt {
	font-weight: bold;
	color: #003366;
	background-color: #f0f0f0;
	display: block;
	padding: 2px;
	margin: 2px;
}
.carttxt1 {
	font-weight: bold;
	color: #003366;
	
	
	
	
}

/* Horizontal line between products and above email a friend*/
.productlines {
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
}

/* return to catalog text on page bottom*/




/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 45em;				/* <-- use this for a set width */
	background-color: #eeeeee;;
	}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(/images/newnav/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/images/newnav/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/images/newnav/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/images/newnav/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	
	background-image:url(/images/newnav/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/images/newnav/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/images/newnav/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(/images/newnav/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			