/* CSS :: CBN Styles & Such */

body {
	background-image: url(/Clients/PackNBoxNow/images/pnsn/teal_bgndTile.gif);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
}
.smaller {
	font-size: 9px;
}
.larger {
	font-size: 9px;
}
.bottomLine {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
/* ************************************** H-tags */
h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	margin: 0px;
}
/* ************************************** cart */
.CBNprodTitle {
	color: #CE232A;
	font-size: 14px;
	font-weight: bold;
}
.SBNprodTitle {
	color: #536FA4;
	font-size: 14px;
	font-weight: bold;
}
.PSNprodTitle {
	color: #CF8E00;
	font-size: 14px;
	font-weight: bold;
}
.itemNumber {
	font-size: 12px;
	color: #7B7B7B;
}
.textInput {
	background-color: #F2F2F2;
	font-size: 10px;
}
.pulldown {
	font-size: 10px;
	background-color: #F2F2F2;
}
/* ************************************** general links */
a, a:link, a:visited, a:active {
	color: #8b1015;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

a.link, a.link:link, a.link:visited, a.link:active {
	color: #435E87;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
	color: #435E87;
}

/* ************************************** hover tool tip */

a.tip{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.tip:hover{z-index:25;}

a.tip span{display: none}

a.tip:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-25px;
	left:-220px;
	width:200px;
	border:2px solid #FFFFFF;
	background-color:#FDEEB2;
	color:#000;
	text-align: left;
	padding: 5px;
}
.signinheader
{
	/* background-color: #4DA5BE; */
	/* background-color: #000000; */
	background-color: #696969;
	color: #ffffff;
	font-weight: bold;
}	
	
.error
{
	color: Red;
}

.creditCardError
{	
	color: Red;
	font-weight: bold;
	font-size: 12px;
}

#mNavBox ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mNavBox ul li {
	margin: 0;
	padding: 0;
}

#mNavBox ul li a {
	display: block;
	width: 124px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}


