/********************************
*	Creative eWorld StyleSheet  *
********************************/


/************
*
*	Links
*
*************/

a
{
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link
{
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover
{
	color: #00ccff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:active
{
	color: #33ffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}



/************
*
*	Body & Table
*
*************/

body
{
	background-color: #E78601;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.uctable
{
	width: 100%;
	height: 380px;
}


/************
*
*	Products List
*
*************/

.cartgdheader
{
	/* Cart Grid Header */
	background: #D7E3F5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.cartgditem
{
	/* Cart Grid Item */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.cartgdaltitem
{
	/* Cart Grid Alternate Item */
	background: #E6E7E6;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.pagelinkactive
{
	/* Use For Products List Page Numbering */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3,3,3,3;
	text-decoration: none;
}

.pagelinktext
{
	/* Use For Products List Page Numbering */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3,3,3,3;
	text-decoration: none;
}

/************
*
*	Product Details
*
*************/

.producttitle
{
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.producttitlebig
{
	background-color: #808080;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/************
*
*	Common
*
*************/

.bodytxt
{
	/* Use For 'AboutUs' & 'Help' Text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.5px;
}

.errmsg
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DFDFDF;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.formheader
{
	background-color: #444444;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.formsubheader
{
	background-color: #666666;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.forminput
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.formtitle
{
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.pageheader
{
	/* Header Title For All Pages */
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pageheadertd
{
	height: 30px;
	background-color: whitesmoke;
}

.pageheadersub
{
	/* Use For Product Subcategory */
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/************
*
*	Menu
*
*************/

.navibargroup
{
}

.navibaritem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
}

.navibaritemover
{
	background-color: #666666;
	color: #000000;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.navibarchilditem
{
	padding-right: 2px;
	padding-left: 13px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	width: 100%;
	cursor: hand;
	color: #333333;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	background-color: #dde5e9;
	text-decoration: none;
}

.navibarchilditemover
{
	padding-right: 2px;
	padding-left: 13px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	width: 100%;
	color: #333333;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	background-color: gainsboro;
	text-decoration: none;
	cursor: hand;
}

/************
*
*	Programmers Added
*
*************/
.prodlist_qtyinput
{
	font-size: 8pt;
	font-family: Arial;
}

.prodlist_submitbut
{
	font-size: 7pt;
	font-family: Arial;
}

.max_width
{
	max-width: 20px;
}

/************
*
*	Designers Added
*
*************/


.add
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.5px;
}

.butt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.header
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 23px;
	font-weight: bold;
	color: #00275F;
	border-bottom: 1px solid #999999;
	padding-left: 20px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.newstxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8700;
	letter-spacing: 1px;
}

.subheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7F7F7F;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding-top: 5px;
}

.border
{
	border: 1px solid #336699;
	padding: 2px 2px 2px 10px;
}

a.buttsub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
	letter-spacing: 1px;
}

.bodytxtBOLD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.txtred
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E21715;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.dotline
{
	border: 2px dotted #00275F;
}

.caption
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.buttbg
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.bodytxtRED
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E31C1C;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.bodytxtBLUE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D3894;
	letter-spacing: 0.5px;
	font-weight: bold;
}


.bodytxtgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.bodytxtblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.bodytxtbblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.5px;
	font-weight: bold;
}
.dline{
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: 100%;
}
