/* 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: 3px;
	background-color: #AEC6DD;
	color: #000000;
	margin: 0px;
	border: 2px 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: #FFFFFF;
	display: block;
	padding: 2px;
	margin: 10px;
}

/* 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*/





