/* Fonts */


body {
	margin: 0px;
	background-color: #0F0618;
}

P {
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #434C54;
	}

TD {
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #434C54;
	}

LI {
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #434C54;
	}

.heading {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		}

.breadcrumb {
		font-size: 11px;
		color: #FFFFFF;
		}

sup {
	font-size: 10px;
	}

/* hr {
  border: 0px;
  height: 2px;
  width: 100%;
  background-color: #FF6600;
	}
*/

.justify {text-align:justify;}

/* Links */


a.links {
	color:#EA0020;
	text-decoration:none;
	}

a.links:hover {
	color:#000000;
	}

a.panelNewArrival {
	color:#666666;
	text-decoration:none;
	}

a.panelNewArrival:hover {
	color:#E10F9A;
	text-decoration:underline;
	}

a.prodSubCat {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}

a.prodSubCat:hover {
	color:#E10F9A;
	}

a.breadcrumbLink {
	color:#FFFFFF;
	text-decoration:none;
	}

a.breadcrumbLink:hover {
	color:#FF94EC;
	}
	
a.recommend {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}

a.recommend:hover {
	font-weight:bold;
	color:#E10F9A;
	}	

.thumbBorder img{
border: 1px solid #000000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;

}

.thumbBorder:hover img{
border: 1px solid #E10F9A;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
}


/* Side Panel */

.panelTable {
    margin: 0;
    padding: 0px;
		}

.panelContent {
    margin: 0;
    padding: 10px;
    background-color: #FFFFFF;
		}


/* Product Thumbnail */


#thumbNail {
	text-align: left;
	}

.thumbNailBorder {
	border: 1px solid #666666;
	}

.thumbNailBorderHighlight {
	border: 2px solid #FFD700;
	}	

.thumbCode {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	}

.thumbDesc {
	font-size: 10px;
	line-height: 12px;
	}


/* Forms */


form 		{margin:0px;}
input 		{font-size:11px; font-family:Arial, Helvetica;}
select 		{font-size:11px; font-family:Arial, Helvetica;}
bttn 		{font-size:11px; font-family:Arial, Helvetica;}
textarea 	{font-size:11px; font-family:Arial, Helvetica;}


/* errors */

.error {
	font-size: 11px;
	color: #FF0000;
}

.error_highlight {
	border-style: solid;
  border-color: #DEB887;
  border-width: 1px;
  background-color: #FFFFCC;
}


/* Flash Object */

#header object {
  display: block;
}