/********************************
*	Creative eWorld StyleSheet  *
********************************/


/***********************
*
*	Dropdown
*
************************/

#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
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 #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FF0000;
color:#FFFFFF;
}


/************
*
*	Body & Table
*
*************/
html, body, form
{
	height:100%;
}
	
body
{
    font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../images/mainBG.jpg);
}

.footer
{
	color: #6C6C6C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.footerBG
{
	background-image:url(../images/footer.gif);
	background-repeat: repeat-x;
}


tdDivider
{	
	background-image: url(../images/vertline.gif);
	height: 100%;
}

/************
*
*	Links
*
*************/
a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	/*text-decoration: Underline;*/
	text-decoration: none;
}

a:active
{
	/*text-decoration: Underline;*/
	text-decoration: none;
}



/************
*
*	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;
}

/************
*
*	Product Details
*
*************/

.prodtitle
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.prodtitleSub
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.prodDescrip
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.prodBox {
	border: 1px solid #D9D9D9;
}

.formTxt
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.formSearchInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #B1B1B1;
	height: 14px;
	width: 100px;
	font-style: italic;
}

.formSearchddl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #B1B1B1;
	height: 22px;
	font-style: italic;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #B1B1B1;
	height: 16px;
	font-style: italic;
}

.qtyInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #B1B1B1;
	height: 13px;
	font-style: italic;
}


.formButt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
}




/************
*
*	Common
*
*************/
.errmsg
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.errmsgVal
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.dottedDiv
{
	background-image:url(../images/dottedDiv.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.pageheader
{
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

.pageheaderSub
{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C50D10;
	padding: 1px;
}

.bodytxtB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	padding: 1px;
	text-decoration:none;
}

.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	padding: 1px;
	text-decoration:none;
}

.bodytxtBold:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	padding: 1px;
	text-decoration:underline;
}

.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	padding: 1px;
}

.bodytxtBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	padding: 1px;
}

.bodytxtsmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E5E5E;
	padding: 1px;
}

.bodytxtBold_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #CC0000;
}

.smalltext {
	font-size: 9px;
	color: #C40000;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
}

.txtdiv {
	color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-left:3px;
	padding-right:3px;
}

/************
*
*	For ASPNET.Menu
*
*************/
.staticnavibaritem, .staticnavibaritem:active, .staticnavibaritem:link, .staticnavibaritem:visited
{
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:hand;
	font-weight: bold;
	text-transform: uppercase;
	border:0;
	color: #FFFFFF;
}

.staticnavibaritem:hover
{
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:hand;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:underline;
	border:0;
	color: #FFFFFF;
}

.navibaritem, .navibaritem:active, .navibaritem:link, .navibaritem:visited
{
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    background-color: #000000;
    color: #FFFFFF;    
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	padding: 2px 10px 2px 10px;
    cursor:hand;
}

.navibaritemover, navibaritem:hover
{
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    background-color: #FF0000;
    color: #FFFFFF;    
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	padding: 2px 10px 2px 10px;
    cursor:hand;
	
}

.navibaritemOrange {

	color: #F7941D;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: normal;
	padding-bottom: 3px;
}


.NaviBarChildItem
{
	text-transform: uppercase;
	border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    background-color: #000000;
    color: #FFFFFF;    
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
	padding: 4px 10px 4px 5px;
    cursor:hand;
    cursor:pointer;
    font-weight:bold;
}

.NaviBarChildItemOver
{
	text-transform: uppercase;
	border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    background-color: #FF0000;
    color: #FFFFFF;    
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
	padding: 4px 10px 4px 5px;
    cursor:hand;
    cursor:pointer;
    font-weight:bold;
}
/************
*
*	For System.web.control Menu
*
*************/


.mainNaviItem
{
    float: left;
    padding: 3px 5px 3px 5px;
    border: 1px solid #eeeeee;
    background-color: #3399FF;
    color: #FFFFFF;
    text-align: left;
    /*width: 60px;*/
}

.mainNaviDynamicItem
{
    float: left;
    padding: 3px 5px 3px 5px;
    border: 1px solid #eeeeee;
    background-color: #3399FF;
    color: #FFFFFF;    
    text-align: left;
}

.IE8Fix
{
    z-index: 0;
}
/************
*
*	Form
*
*************/
.FormHeader
{
    background-color: #99CCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #996633;
}

/************
*
*	Programmers Extra
*
*************/


/************
*
*	Designers Extra
*
*************/
.btn
{
    border: 1px solid #000000;
    background-color: #C50018;
    color: #ffffff;
    font-size:10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    cursor:hand;
}

.pageTitle
{
    font-weight: bold;
    font-size: small;
    color: #3B3B3B;
}
