/* SHOPCART STYLE SHEET */
   
/* Hyperlinks */   
.Link1_SC { font-size: 12px; font-weight: normal; color: #003366; text-decoration: none }
:hover.Link1_SC {color:white;}

.CartNavLight { font-size: 10px; font-weight: normal; color: white; text-decoration: none }
:hover.CartNavLight {text-decoration: underline}

/* headers */
.headline-largest_SC {font-size: 15px}
.headline-larger_SC {font-size: 14px}
.headline-large_SC {font-size: 13px}
.headline-default_SC {font-size: 12px}
.headline-small_SC {font-size: 11px}
.headline-smaller_SC {font-size: 10px}
.headline-smallest_SC {font-size: 9px}

/* text */
.largest_SC {font-size: 15px}
.larger_SC {font-size: 14px}
.large_SC {font-size: 13px}
.Default_SC {font-size: 12px;}
.small_SC {font-size: 11px}
.smaller_SC {font-size: 10px}
.smallest_SC {font-size: 9px}   

.formError {background-color:yellow;border:1px solid green;border-width:2px 1px 1px 2px;}
.formErrorMessage {font-weight:bold;color:red;margin:.5em 0 -1.25em;}
	

/* cursors */
.cursor {  cursor: pointer}

/*************************************************************************************************
SHOPCART NAV
**************************************************************************************************/		
#ShopCartNav {
	font-size: 11px;
	font-weight: normal;
}

#ShopCartNav.Light {
	color: #5A5A5A;
}

#ShopCartNav.Dark {
	color: white;
}

#ShopCartNav.CartIcon{
	position: relative;
	top: 3px;
}

#ShopCartNav.CartContents {
	background: #FBEDB5;
	padding: 2px;
	margin-right: 3px;
	color: maroon;
	font-size: 10px;
}

.CartContentsBox {
	background: #FBEDB5;
	padding: 2px;
	margin-right: 3px;
	color: maroon;
	font-size: 11px;
}

#ShopCartNav a{
	text-decoration: none;
	margin:0;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 11px;
}

#ShopCartNav.Light a{
	color: #5A5A5A;
}

#ShopCartNav.Dark a{
	color: white;
}

#ShopCartNav.Light a:visited {
	color: #5A5A5A;
}
#ShopCartNav.Dark a:visited {
	color: white;
}

#ShopCartNav.Light a:hover {
	color: #5A5A5A;
	text-decoration: underline;
}
#ShopCartNav.Dark a:hover {
	color: white;
	text-decoration: underline;
}

#ShopCartNav.HelpIcon{
	position: relative;
	top: 4px;
}

a.ShopCartWhite {
	text-decoration: none;
	font-size: 12px;
	color: white;
}

a.ShopCartWhite:hover {
	text-decoration: underline;
}

a.ShopCartWhiteSmall {
	text-decoration: none;
	font-size: 11px;
	color: white;
}

a.ShopCartWhiteSmall:hover {
	text-decoration: underline;
}

a.ShopCartWhiteSmaller {
	text-decoration: none;
	font-size: 10px;
	color: white;
}

a.ShopCartWhiteSmaller:hover {
	text-decoration: underline;
}

div.button span {
  font-size: 10px;
 white-space: nowrap;
}
