/* CKSHOP DEFAULT THEME */
textarea {
background-color: B5C7D6;
} 
select { 
 background-color: #B5C7D6; 
}
option { 
 background-color: #B5C7D6; 
}
p,td
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.pagebody {
	color: #000000;
	background-color: #6598CA;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.textbox {
background-color: B5C7D6;
} 
/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* generic styles */
.head	{ font-size: 12px; font-weight: bold; }
.label	{ font-weight: bold; }
.searchlabel	{
	font-weight: bold;
	color:#ffffff;
	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; }


/* product name for single or mutli view */
.proddetailname {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

/* product name on detail view only */
.proddetailnamebg {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* long description all views also used for email a friend on single column and multi product page*/
.proddetaildesc {
	font-weight: bold;
	color: #000000;
}

/* main table for product detail view where image and long description are */
.proddetailtable {
	width: 350px;
}

/* product table for single column display*/
.prodsingletable {
	width: 100%;
}

/* option table for detail and single column product view*/
.opttable {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	width: 80%;
}

/* option table for the multi product page */
.opttablemulti {
	margin: 0px;
	padding: 0px;
}

/* Optcol1 and 2 are used in the product detail view option table only */
.optcol1 {
	background-color: #D7DCE8;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	width: 40%;
}

.optcol2 {
	background-color: #EEEEEE;
	color: #333333;
}

/* product detail view and single column display */
.emailfriend {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	text-decoration: none;
}
.emailfriend a:link {
	color: #990000;
	text-decoration: none;
	
}
.emailfriend a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
.emailfriend a:hover {
	color: #0033CC;
	text-decoration: none;
	
}
.emailfriend a:active {
	color: #FFFFFF;
	text-decoration: none;
	
}
/* formats the number used for the regular price*/
.detailcost {
	font-weight: bold;
	color: #003366;
}

/* formats the text in the price column on the detail view and single column view*/
.detailprice {
	font-weight: bold;
	color: #003366;
	width: 40%;
}

/* formats the sale price numbers*/
.markdown {
	text-decoration: line-through;
	font-weight: bold;
	color: #990000;
}

/* formats the sale price text */
.detailsale {
	font-weight: bold;
	color: #006699;
	font-style: italic;
}

/* message that displays available qtys */
.qtymessage {
	color: #990000;
}

/* message displayed when too many items are ordered */
.qtywarning {
	color: #FF0000;
	font-weight: bolder;
}

/* message inside product table when item has category discount in single column and detail view*/
.discountmessage {
	color: #003366;
	font-style: normal;
	font-weight: bold;
}

/* Out of stock message */
.outofstock {
	font-size: 12px;
	color: #CC0000;
}

/* the order button*/
.orderbutt {
	background-color: #AEC6DD;
	color: #990000;
	padding: 1px;
	border-width: 2px;
	border-style: inset;
	border-top-color: #000099;
	border-right-color: #006699;
	border-bottom-color: #0066CC;
	border-left-color: #000099;
	margin: 1px;
	cursor: pointer;
}

/* the standard search button*/
.searchbutt {
	background-color: #AEC6DD;
	color: #990000;
	padding: 1px;
	border-width: 2px;
	border-style: inset;
	border-top-color: #000099;
	border-right-color: #006699;
	border-bottom-color: #0066CC;
	border-left-color: #000099;
	margin: 1px;
	cursor: pointer;
}
.searchbox {
	background-color: #AEC6DD;
	color: #990000;
}

/* the view cart button*/
.viewcartbutt {
	background-color: #AEC6DD;
	color: #990000;
	padding: 1px;
	border-width: 2px;
	border-style: inset;
	border-top-color: #000099;
	border-right-color: #006699;
	border-bottom-color: #0066CC;
	border-left-color: #000099;
	margin: 1px;
	cursor: pointer;
	text-decoration: none;
}

/* viewcart text appears under button*/
.carttxt {
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	margin: 10px;
}

/* option name*/
.optname {
	font-weight: bold;
	color: #003366;
}

/* option attribute text*/
.optatt {
	color: #003366;
}

/* Qty column text*/
.qtytxt {
	font-weight: bolder;
	color: #333333;
}

/* the qty column in detail view only*/
.qtycol {
	background-color: #D7DCE8;
	text-align: right;
	vertical-align: middle;
}

/* Horizontal line between products and above email a friend*/
.productlines {
	border-width: 1px;
	border-style: dashed;
	color: #FFFFFF;
}

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

/* related item listing on detail view only*/
.related {
	color: #003366;
}

/* the price column in detail view only*/
.pricecol {
	background-color: #D7DCE8;
	text-align: right;
	vertical-align: top;
}

/* thum styles are used to format multi product and thumbnail pages*/
.thumborder { 
}

.thumtable {	
}

.thumcells {
}
.thumname {
	font-weight: bold;
	color: #003366;
}
.thumshortdesc {
	font-weight: bold;
	color: #003366;
}
.thumprice {
	font-weight: bold;
	color: #003366;
}
/* category name*/
.catname{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #003366;
	}
/* category discount appears under the name*/
.catdiscount {
	font-size: 16px;
	color: #990000;
}
/* table for the long description*/
.cattable {
}

/* displays sub cat thumbs and links with short desc*/
.subcattable { border: dotted #333333; }
TABLE.subcattable {
	border-collapse: collapse;
}

/* category short desc cell*/
TD.subcatcell {
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top; padding: 4px;
}
