/* CSS Document */

strong, b {
	color: #444488;
}

h1,h2,h3 {
	color: #9c0000;
	margin-top:0px;
	font-size:14px;
	maring-bottom:5px;
}

h3.header {
	font-size:14px;
	font-weight:normal;
	background-color:#9c0000;
	color:white;
	padding:4px;
	border-bottom:1px solid #cccccc;
	margin-bottom:0px;
}

h1 {
	font-size: 18px;
	border-bottom:1px solid #cccccc;
}

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

div.bodyBlue {
	background-image:url(images/body_blue_bg.jpg);
	background-repeat:repeat-y;
	width:757px;
}

div.bodyBlueTop {
	background-image:url(images/body_top_blue_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:757px;
}

div.bodyBlueBottom {
	background-image:url(images/body_bottom_blue_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:757px;
}



div.body {
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
	width:757px;
}

div.bodyTop {
	background-image:url(images/body_top_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:757px;
}

div.bodyBottom {
	background-image:url(images/body_bottom_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:757px;
}

div.bodyContent {
	padding:20px;
	
}


div.envelope {
	width:757px;

}

div.menu {
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	width:717px;
	padding:0;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	height:26px;
}

.domaintable td {
	font-size:11px;
}

p {
	margin:0;
	padding:0;
}

td.box h2 {
	color:white;
	background-color:#800000;
	padding:4px;
	margin:1px;
}

td.box .color {
	background-color:#f0f0f0;
	margin:1px;
	padding:4px;
	border:1px solid #cccccc;
	margin-bottom:4px;
}

div.box {
	width:190px;
	border:1px solid #cccccc;
	background-color: #f0ffff;
	
}

div.box h3 {
	display:block;
	margin-bottom:4px;
	padding:2px;
	background-color:#333333;
	color:#ffffff;
	margin:1px;
	text-align:center;
	font-size:14px;
}

div.box div {
	padding:5px;
}

div.box div p {
	padding:0px;
	margin:0px;
}

div.searchbar {
	border: 1px solid #333333;
	padding:2px;
}

div.searchbar td {
	font-size:13px;
}

span.hilight {
	font-weight: bold;
	color: #9c0000;
}

span.hilight2 {
	font-style:italic;
	color: #800000;
}

a.searchLink1 {
	color: #800000;
	font-weight:bold;
}

a.searchLink0 {
	color: #333333;
	font-weight:bold;
}


table.searchbar td {
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
}

.searchbar input.term {
	width:250px;
}

.domaintable td {
	border-bottom: 1px solid #cccccc;
	padding-top:2px;
	padding-bottom:2px;
}

div.cartblank {
	cursor:pointer;
	margin-top:2px;
	background-image:	url(images/showcart.gif);
	text-decoration:none;
	color:white;
	font-weight:bold;
	background-repeat:no-repeat;
	width:352px;
	height:42px;
}

div.cartblank div {
	padding-right:80px;
	text-align:right;
	padding-top:6px;
}

table.cartTable {
	border: 1px solid #cccccc;
	border-collapse:collapse;
}

.cartTable td, .cartTable th {
	padding-right:5px;
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}

.cartTable th {
	color: #9C0000;
}

.cartTable td.right, .cartTable th.right {
	border-right: 1px solid #cccccc;
}

.cartTable td.left, .cartTable th.left {
	border-left: 1px solid #cccccc;
	padding-left: 5px;
}

.even {
	background-color:#ffffff;
}


.odd {
	background-color:#f0f0f0;
}

.quantity {
	width: 30px;
	vertical-align:right;
	margin-right:10px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.prompt, label {
	font-weight:bold;
	color:#003300 !important;
}

label {
	display:block;
	float:left;
	width: 100px;
	text-align:right;
	margin-right: 5px;
}

.inputSection h2 {
	font-size:13px;
	display: block;
	margin:0;
}

.inputSection {
	padding: 10px;
	border: 1px solid #cccccc;
	margin-top:10px;
}

.inputSection h2 {
	margin-bottom: 10px;
	font-size:13px;
}

.inputSection div.hint {
	margin-left:110px;
}

.hint {
	color:#440000;
	padding-bottom:5px;
	font-size:11px;
}

input.full {
	width: 280px;
}

select.half, input.half {
	width: 172px;
}

.plainred {
	color: #9c0000;
}

.boldred {
	color: #9c0000;
	font-weight:bold;
	font-size:15px;
}

.redcolor {
	color: #9c0000;
}

.largeblack, .smallblack {
	font-size:16px; font-weight:bold; color:black;
}

.largeblack {
	font-size:16px;
}

.smallblack {
	font-size:11px;
}

.message, .edit_message, .summaryMessage {
	display: block;
	color: #9c0000;
	padding-left:110px;
}

.noprompt .edit_message {
	padding-left:0 !important;
}

.summaryMessage {
	padding:5px;
	padding-lefct:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	xborder:1px solid #cccccc;
	xbackground-color: #eeeeee;
	
	
}

.footer {
	padding-top: 5px;
	font-size:10px;
	color:white;
	
}

.links a, .links a:visited {
	color:#000000;
}

.links a:hover {
	color:black;
}

.pageLinks {
	text-align:center;
	margin-bottom:10px;
}

p {
	margin-bottom:5px;
}

.ctab {
	background-image:url(images/ctab_m.gif);
	background-repeat:repeat-x;
	height:26px;
}

.ctab_l {
	background-image:url(images/ctab_l.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:26px;
}

.ctab_r {
	background-image:url(images/ctab_r.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:0px;
	height:26px;
}

.ctab_r a {
	color: #333333;
	display:block;
	width:90%;
	padding-top:3px;
	text-decoration:none;
	font-size:12px;
	margin-left:2px;
	margin-right:2px;
}


.otab {
	background-image:url(images/otab_m.gif);
	background-repeat:repeat-x;
	height:26px;
}

.otab_l {
	background-image:url(images/otab_l.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:26px;
}

.otab_r {
	background-image:url(images/otab_r.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:0px;
	height:26px;
}

.otab_r a {
	color: #333333;
	display:block;
	width:100%;
	padding-top:3px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#9c0000;
}



.tabs {
	background-image:url(images/otab_filler.gif);
	background-repeat:repeat-x;
	height:26px;
	margin-left:-9px;
	padding-left:9px;
	margin-right:-8px;
	padding-right:8px;
}