/********************************
*	Creative eWorld StyleSheet  *
********************************/


/***********************
*
*	Body & Table
*
************************/
body
{
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    line-height: 16px;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    behavior: url(include/iepngfix.htc);
    background: #ebeaea;
}

/************
*
*	Links
*
*************/
a, a:visited, a:active
{
    text-decoration: none;
    color: none;
}

.banner
{
    display: block;
    border: none;
}

/************
*
*	Common
*
*************/
.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active
{
    font-family: Verdana;
    font-size: 10px;
    color: #CC0000;
}

.errMsg a:hover
{
    text-decoration: underlink;
}

/***********************
*
*	Navigations
*
************************/
.navibaritem
{
    color: #ffffff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding:0px 5px 0px 5px;
}

.navibaritem:hover
{
    color: #9dceff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding:0px 5px 0px 5px;
}

.subnavibaritem
{
    color: #ffffff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding:2px 5px 2px 5px;
    text-align:left;
}

.subnavibaritem:hover
{
    color: #9dceff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding:2px 5px 2px 5px;
}

.greylink
{
    color: #939191;
    font-size: 10px;
}

.greylink:hover
{
    color: #9dceff;
    font-size: 10px;
}

.IE8Fix
{
    z-index: 1;
}

/***********************
*
*	Highligh Color
*
************************/
::selection
{
    background: #ff90a3; /* Safari */
}

::-moz-selection
{
    background: #ff90a3; /* Firefox */
}


.prod_border
{
    border: 0px SOLID #242323;
}

.prod_border:hover
{
    border: 1px SOLID #c41230;
}

/***********************
*
*	Form & Input
*
************************/
.searchInput
{
    color: #58595b;
    font-size: 11px;
    padding-left: 10px;
    width: 266px;
    height: 17px;
    border: 1px Solid #a1a1a1;
}

.qtyInput
{
    color: #58595b;
    font-size: 11px;
    padding-left: 10px;
    width: 50px;
    border: 1px Solid #e4e4e4;
}

.formInput
{
    color: #58595b;
    font-size: 11px;
    padding-left: 10px;
    width: 290px;
    border: 1px Solid #e4e4e4;
}

.formInput_home
{
    color: #58595b;
    font-size: 11px;
    padding-left: 10px;
    width: 282px;
    border: 1px Solid #e4e4e4;
}

.formButt
{
    color: #939191;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: 0px Solid #CCC;
    height: 20px;
    background: none;
}

.formButt:hover
{
    color: #9dceff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: 0px Solid #CCC;
    height: 20px;
    background: none;
}

/***********************
*
*	General
*
************************/
.pageheader, .pageheader a, .pageheader a:link, .pageheader a:visited, .pageheader a:active
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
}

.pageheader a:hover
{
    color: #9dceff;
}
    
.pageheaderSub
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.smalltext
{
    color: #58595b;
    font-size: 10px;
}

.smalltext2
{
    color: #c41230;
    font-weight: bold;
    font-size: 10px;
}

.price
{
    color: #ffffff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.price_sales
{
    color: #ffffff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-decoration: line-through;
    font-weight: normal;
}

/***********************
*
*	Footer
*
************************/
.footer
{
    color: #939191;
    font-size: 9px;
    font-weight: normal;
}

/************
*
*	Products List
*
*************/
.BrandNameHome
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    padding-top:16px;
    height: 48px;
    
}

.BrandName
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    padding:0px 20px 0px 20px;
    vertical-align: top;
}

.PageLinkActive
{
    /* Use For Products List Page Numbering */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #9dceff;
    padding: 3,3,3,3;
    text-decoration: none;
}

.PageLinkText, .PageLinkText a, .PageLinkText a:link, .PageLinkText a:visited
{
    /* Use For Products List Page Numbering */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #939191;
    padding: 3,3,3,3;
    text-decoration: none;
}

.PageLinkText a:hover
{
	color:	#9dceff;
}
/************
*
*	Product Details
*
*************/


/***********************
*
*	Designers' Misc 
*
************************/
.div
{
    background-image: url(../images/grey_div.gif);
    background-repeat: repeat-x;
    background-position: center;
}

/***********************
*
*	Programmers' Misc 
*
************************/

