/********************************
*	Creative eWorld StyleSheet  *
********************************/


/***********************
*
*	Links
*
************************/

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color:#333333;
}

a:active
{
	text-decoration: Underline;
	color:#333333;
}


/***********************
*
*	Navigations
*
************************/
.navibaritem a, .navibaritem a:link, .navibaritem a:hover, .navibaritem a:visited
{
    color: #606060;
    cursor: hand;
}

.navibaritem
{
	color: #606060;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:hand;
	font-weight: bold;
}

.navibarchilditem
{
    color: #CCCCCC;
    background-color: #303439;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: hand;
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 3px;
}

.navibarchilditem a, .navibarchilditem a:link, .navibarchilditem a:hover, .navibarchilditem a:visited,
.navibarchilditemover a, .navibarchilditemover a:link, .navibarchilditemover a:hover, .navibarchilditemover a:visited
{
    color: #CCCCCC;
    font-style:normal;
    text-decoration: none;
    font-weight: bold;
}

.navibarchilditemover
{
    color: #CCCCCC;
    background-color: #FF6600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: hand;
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 3px;
}

.IE8Fix
{   /*FOR IE8 FIX*/
    z-index:1;	
}


/***********************
*
*	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;
}

.dotted_hori {
	background-image: url(../images/dotted_hori.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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.pageheaderSub
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}


.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: #595A5B;
}

.bodytxtRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-weight:bold;
}

.contact_txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595A5B;
}

.contact_txtBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}

.txtlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}


.smalltext {
	font-size: 9px;
	color: #8F1C0A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.smalltextGrey {

	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/***********************
*
*	Product Page
*
************************/

.prodtitle
{
	color: #08294F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
}

.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: 2px solid #E0E1E2;
}


.ImageBox {
	border: 1px solid #B5B5B5;
}

/***********************
*
*	Forms
*
************************/

.formTitle
{
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
}

.formTxt
{
	color: #FF0000;
	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;
	font-style: italic;
	color: #8F9EAA;
	height: 17px;
	border: 1px solid #A7A9AC;
	width: 135px;
}

.btnBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
	background-color: #000066;
	border: 1px solid #999999;
}


/***********************
*
*	Footer
*
************************/

.footer
{
	color: #8C8C8C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-right: 20px;
}

.footer1 a, .footer1 a:link, .footer1 a:visited, .footer1 a:active
{
	color: #8C8C8C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align: right;
}

.footer1 a:hover
{
	color:#333333;
}



/************
*
*	Categories Display in Items List
*
*************/


div.categoriesContainer
{
    padding: 8px;
}

div.categoryTitle
{
    padding: 4px;
    background-color: #EBEBEB;
    margin: 4px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #999999;
    cursor: default;
}

div.subcategoriesContainer
{
    float: left;
    margin: 10px;
    margin-right: 15px;
    padding: 6px;
    position: relative;
}

div.subcategoriesTitle
{
    float: left;
    padding: 4px;
    margin: 4px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    cursor: default;
}

div.subcategoriesFooter
{
    border-bottom: dotted 1px #64789D;
    margin-bottom: 15px;
    margin-right: 4px;
    margin-left: 4px;
    float: left;
}

a.subcategoriesBox, a.subcategoriesBox:hover, a.subcategoriesBox:active, a.subcategoriesBox:link, a.subcategoriesBox:visited
{
    display: block;
    float: left;
    padding: 4px;
    background-color: #CCCCCC;
    border: 1px solid #999999;
    margin: 4px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
}

a.subcategoriesBox:hover
{
    background-color: #505050;
    color: #FFFFFF;
}

div.categoryDescContainer
{
    clear: both;
    padding-left: 10px;
    padding-right: 14px;
    text-align: justify;
}

/************
*
*	Programmers Extra
*
*************/


table.quotation_table
{
    width: 100%;
    /*padding: 0px;*/
    border: #000000 1px solid;
}

table.quotation_table thead tr td
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #DFDFDF;
    padding: 4px;
}

table.quotation_table tr td
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #F1F1EF;
    padding: 4px;
}

.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;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


/************
*
*	Designers Extra
*
*************/

.title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #E14439;
}

.subtitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}


.locationtitle
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #965A5A;
    text-decoration: none;
}

.locationtxt
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}

.dotline
{
    background-image: url(../images/dotline.jpg);
    background-repeat: repeat-x;
    background-position: 100%;
}


.itemdetailheader
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.itemdetailrow
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}


