/* manageIT eCommerce CSS Document *



/* HTML */

	body {
	/*background-image: url(/i/bg_white2.gif);*/
	background-color : #FFFFFF;
	font-size : 11px;
	line-height : 13px;
	color : #000000;
	font-family : Verdana, Arial, sans-serif;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

TABLE {
	font-size : 10px;
}
TD {
	font-size : 10px;
	line-height : 13px;
}

H1 {
	margin : 0;
	padding-top : 10;
	font-family : verdana, arial;
	font-size : 14px;
	line-height : 28px;
	font-weight : bolder;
	color : #c81919;

}

.header {
	margin : 0;
	padding-top : 10;
	font-family : verdana, arial;
	font-size : 14px;
	line-height : 28px;
	font-weight : bolder;
	color : #c81919;
}

H2 {
	margin : 0;
	padding : 0;
	font-family : verdana, arial;
	font-size : 12px;
	line-height : 18px;
	font-weight : bold;
	color : #057598;
}
H3 {
	margin : 0;
	padding : 0;
	font-family : verdana, arial;
	font-size : 11px;
	line-height : 18px;
	font-weight : bold;
	color : #FF3300;

}


.nomargin {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;

}

ul {
	padding-left:15px;
	padding-bottom:0px;
}

li {
	list-style-image: url(/i/list_arrow.gif);
	line-height : 14px;
	padding: 0px;

}

#listlink {
	list-style-image: url(/i/bullet_green.gif);
	padding-right:4px;
	line-height : 13px;

}


.box {
	font : 10px verdana, arial, sans-serif;
	border : 1px solid #aeb3a1;
	color : #333333;
	background-color : #ffffff;
	padding-top : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	padding-left : 1px;

}

.formFieldDefault {
	font : 10px verdana, arial, sans-serif;
	color : #333333;
	background-color : #ffffff;

}

.drop {
	font : 10px verdana, arial, sans-serif;
	border : 1px solid #aeb3a1;
	color : #333333;
	background-color : #ffffff;
	padding-top : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	padding-left : 1px;

}

.buttonDefault {	
	height : 20px;
	padding-right : 8px;
	padding-left : 8px;
	padding-top : 3px;
	padding-bottom : 3px;
	border-top : 0;
	border-left : 0;
	border-bottom : 1px solid #CC3300;
	border-right : 1px solid #CC3300;
	font-size : 10px;
	font-weight : bold;
	font-family : verdana, arial, Tahoma, times;
	background-color : #c81919;
	color : #FFFFFF;
	cursor: hand;
}

.buttonRed {
	height : 20px;
	padding-right : 8px;
	padding-left : 8px;
	padding-top : 3px;
	border-top : 0;
	border-left: 0;
	border-bottom : 1px solid #CC0000;
	border-right : 1px solid #CC0000;
	font-size : 10px;
	font-weight : bold;
	font-family : verdana, arial, Tahoma, times;
	background-color : #ff0000;
	color : #ffffff;
	cursor: hand;	

}

.buttonWhite {
	height : 20px;
	padding-right : 8px;
	padding-left : 8px;
	padding-top : 3px;
	border-top : 0;
	border-left: 0;
	border-bottom : 1px solid #CC3300;
	border-right : 1px solid #CC3300;
	font-size : 10px;
	font-weight : bold;
	font-family : verdana, arial, Tahoma, times;
	background-color : #FFFFFF;
	color : #CC6600;
	cursor: hand;	

}


.buttonGreySmall {
	height : 15px;
	padding-right : 4px;
	padding-left : 4px;
	padding-top : 2px;
	border-top : 0;
	border-left: 0;
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
	font-size : 9px;
	font-weight : normal;
	font-family : verdana, arial, Tahoma, times;
	background-color : #CCCCCC;
	color : #333333;
	cursor: hand;	

}


/* LINKS */

a {
	color : #666666;
	text-decoration : none;

}
a:link {
	color : #66666;
	text-decoration : none;

}
a:visited {
	color : #666666;
	text-decoration : none;

}
a:hover {
	color : #666666;
	text-decoration : underline;

}
a:active {
	color : #666666;
	text-decoration : none;

}
a.second:link {
	color : #ff3300;
	text-decoration : none;

}
a.second:visited {
	color : #ff3300;
	text-decoration : none;

}
a.second:active {
	color : #ff3300;
	text-decoration : underline;

}
a.second:hover {
	color : #ff3300;
	text-decoration : underline;
}

a.third:link {
	color : #ffffff;
	text-decoration : none;

}
a.third:visited {
	color : #ffffff;
	text-decoration : none;

}
a.third:active {
	color : #ffffff;
	text-decoration : none;

}
a.third:hover {
	color : #ffffff;
	text-decoration : underline;
}

/* LEFT NAV */
	/* MAIN LINKS*/
a.navmain:link {
	color : #ffffff;
	font-size:11px;
	font-weight : normal;
	text-decoration : none;

}
a.navmain:visited {
	color : #ffffff;
	font-size:11px;
	font-weight : normal;
	text-decoration : none;
}
a.navmain:active {
	color : #ffffff;
	font-size:11px;
	text-decoration : none;
}
a.navmain:hover {
	color : #ffffff;
	font-size:11px;
	text-decoration : underline;
}	
	/* SECOND LINKS*/
a.nav:link {
	color : #ffffff;
	font-size:10px;
	font-weight : normal;
	text-decoration : none;

}
a.nav:visited {
	color : #ffffff;
	font-size:10px;
	font-weight : normal;
	text-decoration : none;
}
a.nav:active {
	color : #ffffff;
	font-size:10px;
	text-decoration : underline;
}
a.nav:hover {
	color : #ffffff;
	font-size:10px;
	text-decoration : underline;
}

/* FOOTER */

a.footer:link {
	color : #057598;
	font-size:11px;
	text-decoration : none;

}
a.footer:visited {
	color : #057598;
	font-size:11px;
	text-decoration : none;
}
a.footer:active {
	color : #057598;
	font-size:11px;
	text-decoration : none;
}
a.footer:hover {
	color : #057598;
	font-size:11px;
	text-decoration : underline;
}

a.subfooter:link {
	color : #666666;
}
a.subfooter:visited {
	color : #666666;
}
a.subfooter:active {
	color : #666666;
}
a.subfooter:hover {
	color : #666666;
	text-decoration : underline;
}


/* CUSTOM */

.line {
	margin : 0;
	margin-bottom : 12px;
	margin-top : 6px;
	padding : 0;
	font-size : 1px;
	height : 3px;
	display : block;
	border : 0 none inherit;
	border-top : 1px solid #cccccc;
}

.blueline {
	margin : 0;
	margin-bottom : 6px;
	margin-top : 4px;
	padding : 0;
	font-size : 1px;
	height : 3px;
	display : block;
	border : 0 none inherit;
	border-top : 1px solid #91BCCD;
}

.redline {
	margin : 0;
	margin-bottom : 12px;
	margin-top : 6px;
	padding : 0;
	font-size : 1px;
	height : 3px;
	display : block;
	border : 0 none inherit;
	border-top : 1px solid #C50000;
}

.onebg {
	background-color : #c81919;
	border: 0px;
	color : #FFFFFF
}
.twobg {
	background-color : #057598;
	border: 0px;
	color : #FFFFFF
}

.solidbg {
	background-color : #c81919;
	border : 0;
	padding-left:4px;padding-top:4px;padding-bottom:4px;
	color : #FFFFFF
}

.solidtwobg {
	background-color : #057598;
	border : 0;
	color : #FFFFFF
}
.whitetext {
	color: #FFFFFF;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}

/*FAQs*/


ul#helpNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#helpNav li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.q {
	margin: 10px 0px 10px 0px;
}
div.a {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-bottom: 1px solid #AFAFAF;
	/*background: #F0F0F0;*/
}

div.q_opened {
	margin: 10px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	background: #DCEFA3;
	border-top: 3px solid #AFAFAF;
}

a.q_opened, a.q_opened:visited {
	color: #000;
	font-weight: bold;
}
div.q_opened a {
	color: #000;
	/*font-weight: bold;*/
}
div.q_opened a:visted {
	color: #000;
	font-weight: bold;
}
div.close {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	font-size: 9px;
}

div.showHideAll {
	text-align: right;
	font-size: 9px;
}
div#top {
	border-bottom: 1px solid #eee;
}
div#bottom {
	border-top: 1px solid #eee;
	margin-bottom: 20px; 
}
ul {
	margin: 0px 2px 0px 10px;
	padding: 0px 2px 0px 10px;
}

.style1 {
	color: #04638A;
	font-weight: bold;
}
.style2 {color: #003366}

.ratelist { font-size: 9px }
