/********************************
*	Creative eWorld StyleSheet  *
********************************/

/************
*
*	Body & Table
*
*************/
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	background-color:#156247;
	text-align: left;
}

.tdDivider
{	
	background-image: url(../images/vertline.gif);
	height: 100%;
}	


.dotted_div {
	background-image: url(../images/dottedDiv.gif);
	background-repeat: repeat-x;
}


/************
*
*	Links
*
*************/
a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: Underline;
}

/***********************
*
*	Navigations
*
************************/

.navibaritem
{
	color: #484848;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;
}

.navibaritemSub
{
	color: #FFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:hand;
	font-weight: bold;
}

.navibaritemSub:hover
{
	color: #000;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:hand;
	font-weight: bold;
}


/************
*
*	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;
}

/***********************
*
*	General
*
************************/

.txt_div
{
	color: #FFCC66;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	padding-left:6px;
	padding-right:6px;

}

.pageheader
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.pageheaderSub
{
	color: #FFF685;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}

.bodytxtBoldProd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}

.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.bodytxtblack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bodytxtYellow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9ef63;
}

.subHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFCC;
}


.txtlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}


.smalltext {
	font-size: 9px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.smalltextBigger {
	font-size: 11px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/***********************
*
*	Designers' Misc 
*
************************/
#dropmenudiv{
position:absolute;
border:1px solid #FFFFFF;
border-bottom-width: 0;font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #92e74e;
}


/***********************
*
*	Footer
*
************************/

.footer, .footer a,.footer a:link, .footer a:visited, .footer a:Active
{
	color: #b9d0c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration:none;
}

.footer a:hover 
{
	color: #b9d0c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration:underline;
}
/***********************
*
*	Forms
*
************************/

.formTitle
{
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 8px;
}

.formTxt
{
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	height: 21px;
	width: 100px;
	border: 1px solid #b4b3b3;
	font-style: normal;
}

.formButt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
	background-color: #ef4123;
	border: 1px solid #fcae0f;
}

.qtyInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	height: 14px;
	border: 1px solid #D8DDE0;
	width: 55px;
	font-style: italic;
}


/************
*
*	Product Details
*
*************/
.prodtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

.prodtitleSub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #303031;
}

.prodDescrip
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.prodBox {
	border: 1px solid #DFDDDD;
}


.ImageBox {
	border: 1px solid #ffde9b;
}

/************
*
*	Common
*
*************/
.errMsg
{
	font-family: Verdana;
	font-size: 10px;	
	color:#CC0000;
}

/************
*
*	For ASPNET.Menu
*
*************/
.navibaritem, .navibaritem:active, .navibaritem:link, .navibaritem:visited
{
color: #484848;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;	
}
.navibaritemover
{
color: #484848;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;
}

.NaviBarChildItem
{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;	
	font-weight: bold;
	background-color: #0B4630;	
	border: solid 1px #eeeeee;	
	cursor:hand;
	    z-index:1;

}
.NaviBarChildItemOver
{
	font-family: Verdana;
	font-size: 10px;
	color: #8A0202;	
	font-weight: bold;
	background-color: #EBE4D4;
	cursor:hand;	
	border: solid 1px #999999;

}
/************
*
*	For System.web.control Menu
*
*************/

.navibaritem, .navibaritem:link, .navibaritem:active, .navibaritem:visited
{
color: #484848;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	
	text-decoration:none;

}
.navibaritem:hover
{  
    text-decoration:underline;

}

.mainNaviItem
{

    /*width: 60px;*/
}





.mainNaviDynamicItem, .mainNaviDynamicItem:link, .mainNaviDynamicItem:active, .mainNaviDynamicItem:visited
{
    float: left;
    padding: 3px 5px 3px 5px;
    border: 1px solid #eeeeee;
    background-color:#0B4630;
    

    color: #FFFFFF;    
    text-align: left;

}

.dyMenu, .dyMenu:link, .dyMenu:active, .dyMenu:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color : #ffffff; 
	text-transform:none;
	text-decoration: none;
	text-align:left;
	
 
	



}

.dyMenu:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-transform:none;
	text-decoration: none;
	text-align:left;
	




}

.dyMenu2:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	text-decoration: none;
	text-align:left;

	background-color:#92E74E;
	



}




.NaviBarChildItem
{   /*FOR IE8 FIX*/
    z-index:1;

   text-align:left;

}



/************
*
*	Form
*
*************/
.FormHeader
{
    background-color: #99CCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #996633;
}

/************
*
*	Programmers Extra
*
*************/


/************
*
*	Designers Extra
*
*************/
.btn
{
    border: 1px solid #eeeeee;
    background-color: #66CCFF;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 5px 1px 5px;
    cursor: pointer;
}

.pageTitle
{
    font-weight: bold;
    font-size: small;
    color: #000066;
}