TD {
	font-family: Verdana; font-size: 11pt;
}
P {
	font-family: Verdana; font-size: 11pt;
}

P.small {
	font-family: Verdana; font-size: 10pt;
}
LI.small {
	font-family: Verdana; font-size: 10pt;
}

.Navlink {COLOR: #808080; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
.ActualMenu {COLOR: #ffffff; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
a:link.Navlink  {color : #000066;}
a:visited.Navlink  {color : #000066;}
a:active.Navlink  {text-decoration: none;}
a:hover.Navlink  {text-decoration: none; border-bottom: 0px;}

a:hover {color: #3333ff;text-decoration: none; border-bottom: 1px dashed #394651;}


/******************************************************************
 *
 ******************************************************************/
html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
} 
 
h2 {
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #FF6600;
}

ul.forExpando { list-style-type: none } 

span.currentCategory {
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000000;
}
span.refinementLink {
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #330099;
}
span.narrowValue {
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #999999;
}

div#global {
	width: 800px;
	background: #ffff97;
	overflow: hidden;
	padding: 0;
	margin: auto;
	/*border: 1px solid #ffffff;*/
}

div#global div#leftNavContainer {
	width:  180px;
	float: left;
	overflow: hidden;
	position:relative; 
	padding: 5px;
	margin: 5px;
	background: #ffffff;
	border: 1px solid #bbbbbb;
}

div#global div#leftNavContainer a {
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}

div#global div#leftNavContainer a:hover {
	color: #ffffff;
	text-decoration: none;
}




div#global div#listView {
	background: #ffbb00;
	width: 570px;
	float: right; 
 	display:inline; 
 	position: relative; 
	overflow: hidden;
	margin: 0;
	padding: 10px;
	border: 1px solid #ffbbbb;
	font-size: 10px;
}	

div#global div#listView div#result {
	background: #00bb00;
}

div#global div#listView div#result div#number {
	float: left; 
 	font-size: 10px;
	font-weight: bold;
	background: #00bb00;
}

div#global div#listView div#result div#productImage {
	float: right; 
 	display:inline; 
 	position: relative; 
	font-size: 10px;
	font-weight: bold;
	background: #00bb00;
}

div#global div#footer {
	font-size: 8px;
	width: 800px;
	border-top: 1px solid #bbbbbb;
	/* border-bottom: 1px solid #bbbbbb; */
	background: #555555;
	clear: both;
}