/* ***** ***** MAIN LINKS ***** ***** */

a:link, a:active, a:visited {
	color: #840101;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #840101;
	font-weight: normal;
	text-decoration: none;
}


/* ***** ***** NO JAVASCRIPT TOP MENU ***** ***** */

a.topnojs:link, a.topnojs:active, a.topnojs:visited {
	color: #000000;
	text-decoration: none;
	padding: 5px;
	font-size: 10px;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
}

a.topnojs:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #0c1967;
	font-size: 10px;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
}

/* ***** ***** RETURN TO TOP ***** ***** */

a.rtt:link, a.rtt:active, a.rtt:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.rtt:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* ***** ***** BREADCRUMB ***** ***** */

a.bc:link, a.bc:active, a.bc:visited {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

a.bc:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}

/* ***** ***** LEFT NAV ***** ***** */

a.lncs:link, a.lncs:active, a.lncs:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a.lncs:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* ***** ***** HIGHLIGHT ***** ***** */

a.highlight:link, a.highlight:active, a.highlight:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.highlight:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


a.store_list_title {
	font-weight:bold;
	color:#2768A0;
	text-decoration:none;
}


.paging a {
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	padding:2px 3px;
	text-decoration:none;
}


.paging a:hover {
	background-color:#FFFFFF;
	border:1px solid #555555;
	color:#555555;
}


.show_featured a {
	text-decoration:none;
	color:#2768A0;
}

.show_featured a:hover {
	text-decoration:underline;
}


a.likeH3 {
	text-decoration:none;
	/*font-family:arial;*/
	font-size:1.2em;
	font-weight:bold;
}


#ecomNaviList ul li a {
	text-decoration:none;
}


#ecomNaviList ul li a:hover {
	background-color:#CFC2C2;
}

div.eachList  a, div.eachList  a:link, div.eachList  a:visited { 
	color:#365d92;
	text-decoration:none;
	margin-left:10px;
}

/* ***** ***** Home Page ***** ***** */

a.noDecoration:link, a.noDecoration:visited , a.noDecoration:hover, a.noDecoration:active {
	text-decoration: none;

}