body, td, span, div
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	font-weight: normal;
}
a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #448DD3;
	font-weight: bold;
}
td.darkline { background-color: #A9A9A9; }
td.border { border: solid 2px #DEDEDE; }
.background1 { background-color: #dedede; }
.smalltitle
{
	color: Black;
	font-weight:bold;
	font-size: 8pt;
}
.smallbluetitle
{
	color: #448DD3;
	font-weight:bold;
	font-size: 8pt;
}
.mediumtitle
{
	color: Black;
	font-weight:bold;
	font-size: 11pt;
}
.errortext
{
	color: Red;
	font-weight:bold;
	font-size: 8pt;
}
.infotext1
{
	color: Gray;
	font-weight: normal;
	font-size: 7pt;
}

/*** Link Button Styles ***/
a.linkbuttongreen
{
	padding: 3px 3px 3px 3px;
	font-size: 8pt;
	font-family: tahoma;
	display: block;
	color: #7AA137;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #818181;
}
a.linkbuttongreen:visited {color: #7AA137; }
a.linkbuttongreen:hover {	color: #fff;	background: #7AA137; text-decoration: none; }

a.linkbuttonred
{
	padding: 3px 3px 3px 3px;
	font-size: 8pt;
	font-family: tahoma;
	display: block;
	color: #C94747;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #818181;
}
a.linkbuttonred:visited {color: #C94747; }
a.linkbuttonred:hover {	color: #fff;	background: #C94747; text-decoration: none; }
/***************************************************************************************
Added By               : Sandhya
Date                   : June 17,2011
Purpose                : Right Navigation Category List background color
Points to be considered: Name for the class should exactly match the category name with no special 
                         characters and in lower case
***************************************************************************************/
.accessories
{
    background-color:#999966;
}
.accessories a
{
  color:#fff;
}
.casualseparates
{
    background-color:#003366;
}
.casualseparates a
{
  color:#fff;  
}
.childrenssizes
{
 background-color:#F6C476;   
}
.childrenssizes a
{
    color:#fff;
}
.closeoutspecials
{
    background-color:#70891F;  
}
.closeoutspecials a
{ 
    color:#fff;
}
.vests
{
    background-color:#666699;
}
.vests a
{
    color:#fff;
}

.tuxedos
{
    background-color:#333333;
}
.tuxedos a
{
    color:#fff;
}
.shortdresses
{
    background-color:#006699;
}
.shortdresses a
{
    color:#fff;
}
.separates
{
    background-color:#660033;
}
.separates a
{
    color:#fff;
}
.newitems
{
    background-color:#454545;
}
.newitems a
{
    color:#fff;
}
.longdresses
{
    background-color:#CC0000;
}
.longdresses a
{
    color:#fff;
}
.leasing
{
    background-color:#D18448;
}
.leasing a
{
    color:#fff;
}
.robescapsgowns
{
    background-color:#336666;
}
.robescapsgowns a
{
    color:#fff;
}

/***************************************************************************************
Ended By: Sandhya
**************************************************************************************/
.red
{
    color:Red;
}
.categoryListing td
{
    background-image:url('../images/layout/z2.gif');
    background-repeat:no-repeat;
    background-position:2px 5px;
    
}
.categoryListing a
{
    padding-left:20px;
}

