/* CKSHOP DEFAULT THEME */

.textbox {
	background-color: #ffffff;
} 

/* generic styles */
.head	{ font-size: 12px; font-weight: bold; }
.label	{ font-weight: bold; }
.searchlabel	{
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}
.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; color: #FF3300; text-decoration: none; }

/* the order button*/
.orderbutt {
	background-color: #AEC6DD;
	color: #990000;
	margin: 1px;
	border: 2px outset #ccb2cc;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

/* the standard search button*/
.searchbutt {
	background-color: #AEC6DD;
	color: #990000;
	margin: 1px;
	border: 2px outset #ccb2cc;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
.searchbox {
	background-color: #cccccc;
	color: #000000;
	text-align: center;
}

.searchinput {
	background-color: #ffffff;
	color: #000000;
}

/* the view cart button*/
.viewcartbutt {
	background-color: #AEC6DD;
	line-height: 25px;
	color: #990000;
	padding: 2px;
	margin-top: 5px;
	border: 2px outset #ccb2cc;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.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;
	color: #000066;
}

/* return to catalog text on page bottom*/
.returncatalog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}





