/* @override 
	http://foot.net2business.com/_links.css
	http://localhost/_links.css
*/

a:link, a:visited {
	color:#333;
	text-decoration:none;
}
a:hover, a:active {
	color:#A11129;
}

/******************/
/********* HILITE */
a:link.hilite , a:visited.hilite  {
	color:#A11129;
}
a:hover.hilite  {
	color:#000;
}
a:active.hilite {
	background-color:#bfbbdf;
	color:#fff;
	display:block;
	margin-left:-22px;
	margin-right:0pt;
	padding-left:20px;
	width:200px;
}

/* the following is for the CLEARANCE within the squishy menubar */

#navigation ul li a#S100.catlink.current { 
	line-height: 25px;
	color: #fff;
}
html*#navigation ul li a#S100 { 
	*padding-top: 5px; /*IE*/
}
#navigation ul li a:hover#S100.catlink.current { 
	color: #A11129;
}
html*#navigation ul li a:active#S100.catlink.current { /*IE7*/
	*padding-top: 0;
	*margin-bottom: 7px;
	*position: relative;
	*top: -2px;
}
a:link#S100, a:visited#S100  {
	color:#A11129;
	position:relative;
	top:-10px;
	line-height:25px;
}
a:hover#S100  {
	color:#000;
}
a:active#S100 {
	background-color:#bfbbdf;
	color:#fff;
	display:block;
	margin-left:-8px;
	margin-right:0pt;
	padding-left:20px;
	width:200px;
	line-height:25px;
}
html*a:active#S100 { 
	*width:180px;/*IE*/
	*margin-left:0;
}

/********* HEADER */
/******************/
#header_bottom_right a:link,
#header_bottom_center a:link,
#header_bottom_center a:visited,
#header_bottom_right a:visited {
	color:#999;
	font-weight:bold;
	padding-right:10px;
	text-decoration:none;
	vertical-align:super;
}
#header_bottom_right a:hover, #header_bottom_right a:active,
#header_bottom_center a:hover, #header_bottom_center a:active {
	color:#A11129;
}
#mini_cart a {
	font-family:Arial,sans-serif;
	font-size:10px;
}
/********* TOP NAVIGATION */
/**************************/
#topNav a:link, #topNav a:visited {
	color: #838383;
}
#topNav a:hover, #topNav a:active {
	color:#7BBD28;
}
#topNav a.current, #category a.current  {
	color: #9999CC;
}

/********* FOOTER */
/******************/
#trail ul li a {
	font-size:10px;
	text-decoration:none;
}
#copyright a {
	font-size:9px;
	line-height:12px;
	margin-bottom:4px;
	margin-top:0pt;
}

/********* CATALOG */
/*******************/
#breadcrumb a:link {
	color:#333;
	text-decoration:underline;
}
#breadcrumb a:visited {
	color:#99c;
	text-decoration:underline;
}
#breadcrumb a:hover, #breadcrum a:active {
	color:#7BBD28;
}
#breadcrumb .left a:link, #breadcrumb .left a:visited {
	color:#333;
}
#breadcrumb .left a:hover, #breadcrumb .left a:active {
	color:#7BBD28;
}
.item a {
	text-decoration:none;
}
#single a {
	text-decoration:underline;
}

/********* OTHER */
/*****************/
a#btn-send  {
	width: 48px;
	height: 16px;
	display:inline-block;
	position:relative;
	right:-49px;
	top:-16px;
	width:48px;
}
a:link#btn-send, a:visited#btn-send  {
	background: url('images/design/btn_send.jpg') no-repeat;
}
a:hover#btn-send , a:active#btn-send  {
	background: url('images/design/btn_sendHigh.jpg') no-repeat;	
}
a#btn-goback{
	width:49px;
	height:16px;
	display:block;
}
a:link#btn-goback, a:visited#btn-goback{
	background: url('images/design/btn_goback.jpg') no-repeat;
}
a:hover#btn-goback, a:active#btn-goback{
	background: url('images/design/btn_gobackHigh.jpg') no-repeat;	
}