/* pull down menu effects */
.browse_pull_down {
	width: 140px;
}

/* navigation bar table cell effects */
TD.nav_bar_cell {
	background-image: url(/images/sub_bg.gif);
	background-repeat: repeat;
	padding: 2px 10px 2px 10px;
}

TD.nav_bar_cell_over {
	background-image: url(/images/sub_bg_over.gif);
	background-repeat: repeat;
	padding: 2px 10px 2px 10px;
}

/* checkout progress bar table cell effects */
TD.checkout_progress_incomplete {
	background-image: url(/images/checkout_progress_white.jpg);
	background-repeat: repeat;
	text-align: center;
	border-top: 1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
	border-right: 1px solid #a1a5a9;
	padding: 3px 10px 3px 10px;
}

TD.checkout_progress_complete {
	background-image: url(/images/checkout_progress_silver.jpg);
	background-repeat: repeat;
	text-align: center;
	border-top: 1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
	border-right: 1px solid #a1a5a9;
	padding: 3px 10px 3px 10px;
}

TD.checkout_progress_left {
	background-image: url(/images/checkout_progress_silver.jpg);
	background-repeat: repeat;
	text-align: center;
	border-top: 1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
	border-right: 1px solid #a1a5a9;
	border-left: 1px solid #a1a5a9;
	padding: 3px 10px 3px 10px;
}

/* Help page items */
.help_box_header_rounded {
	width: 700px;
	color: #777;
	padding: 7px 21px;
	/* Rounded corner stuff starts here */
	background-color: #fff;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
	border: 1px solid #aaa;
	text-align: left;
	margin: 14px 0;
	font: 10px/12px 'Lucida Grande', Verdana, Arial, Geneva, Sans-Serif;
}
.help_box_header_rounded h1 {
	color: #333;
	font: bold 17px/21px 'Lucida Grande', Verdana, Arial, Geneva, Sans-Serif;
	margin: 0;
	padding: 0;
}

#help_container {
	width: 700px;
	color: #777;
	padding: 7px 21px;
	/* Rounded corner stuff starts here */
	background-color: #fff;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
	border: 1px solid #aaa;
}

#help_container_l {
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: left;
	display: inline-block;
	position: relative;
	float: left;
}

#help_container_r {
	margin: 0;
	padding: 0;
	width: 550px;
	text-align: left;
	position: relative;
	display: inline-block;
}

.help_topic_box {
	background-color: #fff;
	color: #777;
	font: 10px/12px 'Lucida Grande', Verdana, Arial, Geneva, Sans-Serif;
	text-align: left;
	margin-bottom: 7px;
}

.help_topic_box h1 {
	background-color: #fff;
	color: #333;
	font: bold 12px/14px 'Lucida Grande', Verdana, Arial, Geneva, Sans-Serif;
	margin: 0;
}

.help_topic_box:hover {
	color: #555;
	background-color: #c2e8fe;
}

.help_topic_box:hover h1 {
	background-color: #c2e8fe;
}

.help_topic {
	background-color: #fff;
	color: #777;
	font: 10px/12px 'Lucida Grande', Verdana, Arial, Geneva, Sans-Serif;
	text-align: left;
}

.help_topic b {
	color: #333;
	font: bold 12px/14px 'Lucida Grande', Verdana, Arial, Geneva, Sans-Serif;
}

/* boxover hover style effects */
.boxoverheader {
	background-color: #d3e0ee;
	font: 11px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #111;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
	padding: 6px 8px 1px 8px;
	opacity: .85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	min-width: 200px;
	max-width: 300px;
	border-bottom: 1px dotted #ccc;
}
.boxoverheaderplain {
	font-weight: normal;
}
.boxoverbody {
	background-color: #FFF;
	font: 10px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	border-bottom: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
	padding: 2px 8px 5px 8px;
	opacity: .85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	min-width: 200px;
	max-width: 300px;
}

.boxoverbody td {
	font: 10px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	vertical-align: top;
}
