/********************************
*	Creative eWorld StyleSheet  *
********************************/


/***********************
*
*	Links
*
************************/

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: Underline;
}


/***********************
*
*	Navigations
*
************************/

.navibaritem
{
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;
}


/***********************
*
*	Body & Table
*
************************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tdDivider
{	
	background-image: url(../images/vertline.gif);
	height: 100%;
}	


.dotted_div {
	background-image: url(../images/dotted_div.gif);
	background-repeat: repeat-x;
}



/***********************
*
*	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: #142B5D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.pageheaderOrange
{
	color: #F15A22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.pageheaderSub
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}


.subHeader
{
	color: #3D3D3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.subHeaderOrange
{
	color: #F37021;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.bodytxtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
}

.bodytxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797B7E;
}

.bodytxtWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}


.maintxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797B7E;
}

.maintxt_n,.maintxt_n a,.maintxt_n:link,.maintxt_n:visited,.maintxt_n:Active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0500FF;
}
.maintxt_n:hover
{
	text-decoration:underline;
}

.maintxt_u,.maintxt_u a,.maintxt_u:link,.maintxt_u:visited,.maintxt_u:Active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F15A22;
}
.maintxt_u:hover
{
	text-decoration:underline;
}


.txtlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}


.smalltext {
	font-size: 12px;
	color: #AE0E29;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 12px;
}


/***********************
*
*	Product Page
*
************************/

.prodtitle
{
	color: #072B77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.prodtitleSub
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.prodDescrip
{
	color: #797B7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.prodBox {
	border: 1px solid #DEEDF8;
}


.Box {
	border: 1px solid #A7C9DF;
}

/***********************
*
*	Forms
*
************************/

.formTitle
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.formTxt
{
	color: #C4161C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 15px;
	border: 1px solid #D8DDE0;
	width: 360px;
}

.formbutt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	cursor:hand;
}

.qtyInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 14px;
	border: 1px solid #D8DDE0;
	width: 60px;
	font-style: italic;
}

.formButt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
	background-color: #000066;
	border: 1px solid #999999;
}


/***********************
*
*	Footer
*
************************/

.footer
{
	color: #8CA0AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.footer_links
{
	color: #6D6E71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/***********************
*
*	Designers' Misc 
*
************************/


/***********************
*
*	Programmers' Misc 
*
************************/
.FormHeaderA
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #8b9ccc;
}

.FormInputA
{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f4f4ff;
}
.FormTitleA
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #dce4fc;
}
