/* Links and Navigation */

a { 
	color: #333; 
	text-decoration:none; }
	
a:hover { 
	color: #ac003a; 
	text-decoration:none; }
	
img { border:0; }
	
.link_list {  
	/* a list of links, like on product detail page under product image */
	list-style:none;	
	margin-top:1px;
	margin-bottom:3px; 
	padding-left:0px;
	padding-right:0px;
	margin-left:0; 
}

.link_list .dottedLine {
	height:1px;
}
		
.link_list li {	
	width:100%; 
	*/margin-bottom:-2px;
}
		
a.popup { 
	line-height:20px;
	padding-right:15px; 
	background: url(../img/static/interaction/popup_link_off.gif) 100% no-repeat; 
}
	
a.popup:hover { 
	color: #ac003a;
	background-image:url(../img/static/interaction/popup_link_on.gif);
}

a.print { 
	line-height:20px;
	padding-right:15px; 
	background: url(../img/static/interaction/print_link_off.gif) 100% no-repeat; 
}
	
a.print:hover { 
	color: #ac003a;
	background-image:url(../img/static/interaction/print_link_on.gif);
}

a.shop { 
	line-height:20px;
	padding-right:17px; 
	background: url(../img/static/interaction/shop_link_off.gif) 100% no-repeat; 
}
	
a.shop:hover { 
	color: #ac003a;
	background-image:url(../img/static/interaction/shop_link_on.gif);
}

a.remove { 
	line-height:20px;
	padding-right:15px; 
	background: url(../img/static/interaction/remove_link_off.gif) 100% no-repeat; 
}
	
a.remove:hover { 
	color: #ac003a;
	background-image:url(../img/static/interaction/remove_link_on.gif);
}

a.download { 
	line-height:20px;
	padding-right:15px; 
	background: url(../img/static/interaction/download_link_off.gif) 100% no-repeat; 
}
	
a.download:hover { 
	color: #ac003a;
	background-image:url(../img/static/interaction/download_link_on.gif);
}

a.arrow { 
	/* Regular Link with arrow, like Logout */
	line-height:20px;
	padding-right:15px; 
	background:url(../img/static/interaction/link_off.gif) 100% no-repeat; }

a.arrow:hover {
	color: #ac003a;
	background:url(../img/static/interaction/link_on.gif) 100% no-repeat;
}

.link_list a { 
	/* restore link_list specific a-link properties */
	line-height:17px;
	*/line-height:15px;
	*/padding-top:3px;
	padding-right:15px;
	display:block;	
	background-position:100% 3px; 
	*/background-position:100% 5px; 
}

.link_list a:hover { 
	/* restore link_list specific a-link properties */
	line-height:17px;
	*/line-height:15px;
	*/padding-top:3px;
	padding-right:15px;
	display:block;	
	background-position:100% 3px; 
	*/background-position:100% 5px; 
}

.link_list a.shop { 
	/* change top for big shopping cart */
	background-position:100% 2px; 
	*/background-position:100% 4px; 
}

.link_list a.shop:hover { 
	/* change top for big shopping cart */
	background-position:100% 2px; 
	*/background-position:100% 4px; 
}

/* Individual Link Behaviors */

#metaNav a { 
	color:#666; 
	text-decoration:none; 
}
	
#metaNav a:hover { 
	color: #ac003a; 
}

#breadcrumbNav a { 
	color:#5b5a5a;
	text-decoration: none; 
}
	
#breadcrumbNav a:hover { 
	color: #ac003a; 
}
	
#footer a { 
	color:#999; 
	text-decoration:none; 
}
	
#footer a:hover { 
	color: #ac003a; 
}
	
/* Begin First Level Nav */

#firstLevelNav {
	position:absolute; 
	left:194px; 
	top:78px; 
	width:600px; 
	z-index:2; 
}
	
#firstLevelNav div {
	float:left; 
	overflow:hidden; 
}
	
#firstLevelNav #tab_on {
	position:relative; 
	top:1px; 
}

#firstLevelNav .tab_on {
	position:relative; 
	top:1px; 
}
	
/* Begin Horizontal Nav */

#horizontalNav {	
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-size:1em;
	background-color:#f1830b;
	border-top: 1px solid #ac003a;
	height:20px;
	width:950px; 
	z-index:1; 
	text-align:right;
	padding-bottom:0px;
	padding-top:0px; 	
	color:#ffffff; 
}

#horizontalNav a {
	color:#5b5a5a;
	padding-left:5px;
	padding-right:5px; 
	text-decoration:none;
}
	
#horizontalNav a:active,
#horizontalNav a.on {
	color: #ac003a;
	font-weight:bold;
}

#horizontalNav a:hover {
	color: #ac003a;
}

/* Begin SecondLevelNav */

#secondLevelNavStart {
	background: url(../img/static/borders/nav_top.gif) 0 0 no-repeat; 
	overflow:hidden;}

#secondLevelNav { 
	width:181px;
	position:relative; 
	left:0; 
	top:-8px; 
	background: url(../img/static/borders/module_bg_1col.gif) 0 0 repeat-y; 
	overflow:hidden; 
	padding-left:5px; }
	
#secondLevelNavEnd {
	position:relative;
	top:-8px;
	background: url(../img/static/borders/nav_end.gif) 0 0 no-repeat; 
	height:11px; }

#secondLevelNav a { 
	display:block;
	color:#333; 
	text-decoration:none; 
	font-size:1em; 
	line-height:13px; 
	padding:4px; }
	
#secondLevelNav a:hover { 
	text-decoration: none; 
	color: #ac003a; }

#secondLevelNav .dottedLine {
	height:1px;
}

/* - Level 1 - */

#secondLevelNav ul { 
	padding:0; 
	margin:0;
	float:left; 
	width:176px; 
	background:#ededed; 
	list-style:none; }
	
#secondLevelNav ul li { 
	float: left; 
	width: 176px;
	background-color:#ededed;		
	/*border-bottom: 1px dotted #999; */}
	
#secondLevelNav ul li.noBorderBottom, 
#secondLevelNav ul li.endNav { 
	border-bottom:0; }
	
#secondLevelNav ul li.endNav { 
	height: 5px; } 
	
#secondLevelNav ul li a { 
	display: block; 
	padding-left:17px; }
	
#secondLevelNav ul li a:active,
#secondLevelNav ul li a.on {
	font-weight: bold; }
	
#secondLevelNav ul li a.selected { 
	color: #ac003a; 
	font-weight:bold; 
	background: url(../img/static/interaction/red_arrow.gif) 5px 6px no-repeat;}
	
#secondLevelNav ul li a:hover { 
	background: url(../img/static/interaction/red_arrow.gif) 5px 6px no-repeat;
	color: #ac003a; }
	
/* - Level 2 - */
	
#secondLevelNav ul li ul {
	list-style: none;
	padding:0;	
	width:176px; 
	/*border-top: 1px dotted #999; */}
	
#secondLevelNav ul li ul li { 
	width: 176px; 
	border: 0; 
	background-color:#f8f8f8;
	/*border-bottom: 1px dotted #999; */}
	
#secondLevelNav ul li ul li a { 
	display: block; 
	padding-left: 30px; 
	background-image: none; }
	
#secondLevelNav ul li ul li a:active,
#secondLevelNav ul li ul li a.on {
	font-weight: bold; }
	
#secondLevelNav ul li ul li a.selected {		
	font-weight: bold; 
	color: #ac003a;
	background: url(../img/static/interaction/red_arrow.gif) 17px 6px no-repeat;  }
	
#secondLevelNav ul li ul li a:hover { 
	background: url(../img/static/interaction/red_arrow.gif) 17px 6px no-repeat;
	color: #ac003a;}
	
/* - Level 3 - */

#secondLevelNav ul li ul li ul { 
	list-style: none;
	background: #fcfcfc; }

#secondLevelNav ul li ul li ul li { 
	background-color:#fcfcfc; }
	
#secondLevelNav ul li ul li ul li a { 
	display: block;	
	padding-left: 43px; }
	
#secondLevelNav ul li ul li ul li a:active,
#secondLevelNav ul li ul li ul li a.on {
	font-weight: bold; }

#secondLevelNav ul li ul li ul li a.selected { 
	background: url(../img/static/interaction/red_arrow.gif) 30px 6px no-repeat; 
	font-weight: bold; 
	color: #ac003a; }
	
#secondLevelNav ul li ul li ul li a:hover { 
	background: url(../img/static/interaction/red_arrow.gif) 30px 6px no-repeat; 
	color: #ac003a; }
	
/* - Level 4 - */

#secondLevelNav ul li ul li ul li ul { 
	list-style: none;
	background: #fcfcfc; }
	
#secondLevelNav ul li ul li ul li ul li{ 
	background-color:#fcfcfc; }
	
#secondLevelNav ul li ul li ul li ul li a { 
	display: block;	
	padding-left: 43px; }
	
#secondLevelNav ul li ul li ul li ul li a:active,
#secondLevelNav ul li ul li ul li ul li a.on,
#secondLevelNav ul li ul li ul li ul li a.selected { 
	background-image: none;
	font-weight:normal; 
	color: #ac003a; }
	
#secondLevelNav ul li ul li ul li ul li a:hover { 
	background: url(../img/static/interaction/red_arrow.gif) 30px 6px no-repeat; 
	color: #ac003a; }
