/********************************
*	Creative eWorld StyleSheet  *
********************************/

/************
*
*	Links
*
*************/
a
{
	text-decoration:none;
}

a:link
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	text-decoration:underline;
}

/************
*
*	Body & Table
*
*************/
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#30890C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/mainBG.jpg);
}

tdDivider
{	
	background-image: url(../images/vertline.gif);
	height: 100%;
}	

.dotted_Div {
	background-image: url(../images/dottedLine.gif);
	background-repeat: repeat-x;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	font-weight: normal;
}


/************
*
*	Products List
*
*************/
.pagelinkactive
{
	/* Use For Products List Page Numbering */
	font-family: Verdana;
	font-size: 10px;
	color: #8C836D;
	padding: 3,3,3,3;
	text-decoration: none;
}

.pagelinktext
{
	/* Use For Products List Page Numbering */
	font-family: Verdana;
	font-size: 10px;
	color: #8C836D;
	padding: 3,3,3,3;
	text-decoration: none;
}


/************
*
*	Common
*
*************/
.errmsg
{
	/*font-family: Verdana;
	font-size: 10px;	
	color:#CC0000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
}

.footer
{
	color: #B2B2B2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 10px;
}

.pageheader
{
	color: #FFF200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 11px;
}

.pageheaderSub
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-top: 11px;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight:bold;
	padding: 1px;
}

.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
}

.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 1px;
	font-weight: normal;
}

.smalltxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 1px;
	font-weight: normal;
}


.txtdiv {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
}

.prodtitle
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.box {
	border: 1px solid #B4D642;
	background-color: #9BC823;
}

.formTxt
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.formTxtBlk
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.formtitle
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #CECC5B;
	color: #666666;
}

.qtyInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;
	color:#000000;
	font-weight: normal;
	border: 1px solid #ffffff
}


.formButt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1A5602;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

/************
*
*	Menu
*
*************/
.navibaritem
{
	color: #656565;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;
	padding-top: 5px;
}
.navibaritemover
{
	color: #656565;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;
	padding-top: 5px;
	text-decoration:underline;	
}

.NaviBarChildItem
{
	background-color:#003300;
	color: #ffffff;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:hand;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:10px;
	border:solid 1px #ffffff;
}
.NaviBarChildItemOver
{
	background-color:#CCFF00;
	color: #000000;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:hand;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:10px;
	border:solid 1px #ffffff;
}