.ribbonbanner {
	float: left;
	margin: 0px auto 0px auto;
	/* center for now */
	width: 15em;
	padding: 0 0 0 6px;
	/* ems so it will grow */
	background-image: url("/images/292/ribbonbannerl.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.ribbonbanner table {
	margin: 0px;
	padding: 3px;
	height: 29px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10.5px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	background-image: url("/images/292/ribbonbannerr.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.ribbonbanner td {
	font-weight: bold;
	white-space: nowrap;
	color: white;
	font-size: 1.05em;
}

.ribbonbutton a {
	display: inline;
	float: right;
	padding: 4px;
	margin-right: 10px;

	color: #AE212A;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 8px;

	border: 2px solid #AE212A;
	background: #FFFFFF;
}

.ribbonproductdisplay a {
	padding: 10px;
	text-decoration: none;
}

.ribbonmoreinfo {
	float: left;
	color: #3F6797;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	padding: 4px;
	border: 2px solid #3F6797;
	display:block;
	background: #FFFFFF;
	margin-right: 10px;
}

.ribboninstantquote a {
	float: left;
	color: #AE212A;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	padding: 4px;
	border: 2px solid #AE212A;
	display:block;
	background: #FFFFFF;
	margin-right: 10px;
}

.infotable {
	width: 100%;
	white-space: nowrap;
	border-bottom: 1px solid #414E68;
	background-color: #C0CDF2;
}

#infotab {
	float:left;
	width:100%;
	font-size: 105%;
	background:transparent url("/images/292/infotab_bottom.png") repeat-x bottom;
	line-height:normal;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	color:#FFFFFF;
}

#infotab ul {
	margin:0;
	padding:10px 10px 0;
	list-style: none;
	white-space: nowrap;
}
#infotab li {
	float:left;
	background:url("/images/292/infotab_active_left.png") no-repeat left top;
	margin:0;
	padding:0 0px 0 9px;
	white-space: nowrap;
	list-style: none;
	border-bottom: 1px solid #414E68;
}
#infotab a {
	display:block;
	background:url("/images/292/infotab_active_right.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #414E68;
}
#infotab #current {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #COCDF2;
	background-image:url("/images/292/infotab_selected_left.png");
	border-bottom: hidden;
}

#infotab #current a {
	color: #COCDF2;
	background-image:url("/images/292/infotab_selected_right.png");
	padding-bottom:5px;
}

#infotab #dimmed {
	background-image:url("/images/292/infotab_dim_left.png");
}
#infotab #dimmed a {
	display:block;
	background-image:url("/images/292/infotab_dim_right.png");
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#lightgray;
	color:darkgray;
}

#infotab #current_dimmed {
	background-image:url("/images/292/infotab_selected_left.png");
	color:#lightgray;
	color:darkgray;
}
#infotab #current_dimmed a {
	background-image:url("/images/292/infotab_selected_right.png");
	padding-bottom:5px;
}

#tab_content {
	font-weight: bold;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}

.imgcell {
	padding-left: 5px;
	vertical-align: top;
	text-align: center;
}

.descell {
	padding-left: 5px;
	vertical-align: top; 
	text-align: center;
}

.ribbonimgcell {
	padding: 2px;
	margin: 0px;
}

.outline {
	border: 1px solid black;
	margin: 2px;
}

.nooutline {
	border: 1px solid rgba(0,0,0,0);
	margin: 2px;
}

.selection_off, 
.selection_on {
	display: table-cell;
	border: 3px solid black;
}

.selection_off {
	border: 3px solid white;
}

.title
{
	padding: 4px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	font-weight: bold; */
	text-align: left;
}

.box, .error_box {
	padding-top: 6px;
	padding-bottom: 6px;
}

.error_box {
	border: 1px solid red;
}

.render_box {
	text-align: center;
	display: none;
	width: 380px;
}

.accordionTitleBorder, .accordionTitle, .accordionContent, .accordionContentOpen, .accordion
{
	position: relative;
}

.accordion
{
	width: 100%;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	border-left: solid 2px gray;
	border-right: solid 2px gray;
}

.accordionTitleBorder
{
	background-color: lightgray;
	border-top: 2px outset;
	border-bottom: 2px outset;
}

.accordionTitle
{
	width: 100%;
	padding: 4px;
	overflow: auto;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
/*
	text-align: center;
	background-repeat: repeat-x;
	background-image: url('title_repeater.jpg');
*/
	text-align: left;
	background-color: lightgray;
	-moz-user-select: none;
}

.accordionContent, .accordionContentOpen
{
	overflow: auto;
}

.accordionContent
{
	display: none; 
}

table.pricing {
	border: 1px solid black;
	background-color: navy;
	margin: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

tr.pricing1 {
	background-color: #A9B5D6;
}

tr.pricing2 {
	background-color: #C0CDF2;
}

th.pricing, th.pricing_qty {
	background-color: slateblue;
	color: white;
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

th.pricing_qty {
	border-left: none;
}

td.pricing, td.pricing_qty {
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid white;
	text-align: right;
}

td.pricing_qty {
	text-align: left;
	border-left: none;
}

