body {
	margin: 0px;
	background: url("/images/bg-body-pricing.gif") repeat-x #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
    text-align: center;
}

td, th, li, p, input, select, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

a img {
	border: 0px;
}

h1, h2, h3, h4, p {
	color: #333;
	margin: 0px;
	padding: 0px 2px;
}
h1 {
	font-size: 20px;
}
h1 span {
	font-size: 17px;
	padding-left: 15px;
	color: #888;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

a {
	color: #0000BB;
}
a:hover {
	color: #330066;
}
a.mark:visited {
	padding-right: 20px;
	background: url("/images/icons/tick.png") no-repeat;
	background-position: top right;
	color:#1D9A13;
}

.Clear {
	clear: left;
}

#Page {
	width: 850px;
	margin: auto;
    text-align: left;
}

#Header {
	float: left; 
	width: 850px;
	background: #139A13; 
	height: 65px;
	border-bottom: 0px solid #000;
}

#Header #Logo {
	float: left;
	display: block;
	width: 250px;
	border-top: 0px solid #F0F;
}
#Header #Logo img {
	margin-top: 4px;
}

#Header #TopNav {
	float: left;
	width: 400px;
	text-align: right;
	color: #D0EBD0;
	font-size: 11px;
	border-top: 0px solid #F00;
	height: 23px;
	_height: 22px;
}
#Header #TopNav p {
	padding: 4px;
	_padding: 2px;
	padding-bottom: 3px;
	color: #D0EBD0;
}
#Header #TopNav p a {
	color: #FFFFFF;
	font-weight: bold;
}

#Header #SubNav {
	float: left;
	width: 400px;
	border-left: 0px solid #000;
	vertical-align: bottom;
}
#Header #SubNav p {
	padding: 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFF;
	float: right;
}
#Header #SubNav p a {
	padding: 4px 8px;
	border-left: 2px solid #FFFFFF;
	border-bottom: 1px solid #139A13;
	display: block;
	float: left;
	background: #D0EBD0;
	color: #000000;
	font-weight: bold;
}
#Header #SubNav p a:hover {
	background: #FFF;
}


#Content {
	float: left;
	width: 840px;
	display: block;
	margin: auto;
	margin: 10px;
	_margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	border-top: 0px solid #000;
}
html.body #Content {
	width: 840px;
}


.List {
	border-top: 2px solid #555;
}
.List th {
	border-bottom: 1px solid #777;
	padding: 5px;
	background: #BBB;
	color: #000;
}
.List td {
	padding: 4px 5px;
	border-bottom: 1px solid #CCC;
}
.List tr.Odd td {
	background: #EFEFEF;
}
.List tr:hover td {
	background: #FFE0CF;
}

.Form {
	border-top: 1px solid #CCC;
}
.Form td {
	padding: 3px 5px;
	border-bottom: 1px solid #CCC;
	background: #EFEFEF;
}
.Form td.Label {
	font-weight: bold;
}
.Form td.Message {
	background: #FFF;
	border-bottom: 0px;
}
.Form td.Button {
	background: #FFF;
	border-bottom: 0px;
}
.Form td.Button span {
	display: block;
	font-size: 11px;
	padding-left: 2px;
	padding-bottom: 5px;
}

.TabMenu {
	margin: 0px;
	padding: 0px;
	float: right;
}
.TabMenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.TabMenu li span {
	padding: 4px;
	font-size: 11px;
	padding-top: 5px;
	display: block;
	float: left;
}
.TabMenu li a {
	display: block;
	float: left;
	font-size: 11px;
	margin-left: 4px;
	padding: 4px 6px;
	border: 1px solid #AAA;
	border-bottom: 0px;
	background: #EEE;
	color: #333;
	text-decoration: none;
}
.TabMenu li a:hover {
	border: 1px solid #777;
	border-bottom: 0px;
	background: #BBB;
}
.TabMenu li a.Active,
.TabMenu li a.Active:hover {
	border: 1px solid #555;
	border-bottom: 0px;
	background: #555;
	color: #EEE;
}

#Totals td,
#Totals td input {
	font-size: 16px;
}

#ConvertToPurchaseOrder {
	clear: right;
	float: right;
	display: inline;
	margin-top: 6px;
	margin-bottom: -2px;
	margin-right: 8px;
}
#ConvertToPurchaseOrder a {
	display: block;
	padding: 3px 8px;
	font-size: 14px;
	background: #139A13;
	color: #FFF;
	border: 1px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #139A13;
	font-weight: bold;
	background: url("/images/icons/arrow-convert.gif") no-repeat #139A13;
	background-position: top right;
	padding-right: 34px;
	text-decoration: none;
}
.ProductConfigBase,
.ProductConfigOptions {
	width: 760px;
	border-top: 2px solid #444;
	background-color: #EEE;
	font-size: 12px;
}
.ProductConfigOptions {
	border-top: 1px solid #444;
}
.ProductConfigBase .Label,
.ProductConfigOptions .Label {
	padding: 5px;
	padding-top: 7px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	color: #000;
	width: 15%;
}

.ProductConfigBase .Input,
.ProductConfigOptions .Input,
.ProductConfigOptions .InputLarge {
	padding: 5px;
	padding-right: 0px;
	padding: 3px 5px;
	vertical-align: top;
	color: #000;
}
.ProductConfigOptions .Input {
	width: 35%;
}
.ProductConfigOptions .InputLarge {
	width: 85%;
}
.ProductConfigBase .Input input,
.ProductConfigBase .Input select,
.ProductConfigOptions .Input input,
.ProductConfigOptions .Input select,
.ProductConfigOptions .InputLarge select {
	font-size: 12px;
}
.ProductConfigOptions .Input select {
	width: 250px;
}
.ProductConfigBase span,
.ProductConfigOptions span {
	display: block;
	padding-top: 4px;
}
.ProductConfigBase .DefaultOption,
.ProductConfigOptions .DefaultOption {
	color: #333;
}
.ProductConfigBase .Buttons,
.ProductConfigOptions .Buttons {
	border-top: 2px solid #444;
	padding: 10px;
}


.Icon_Add {
	background: url("/images/icons/add.png") no-repeat;
	padding-left: 18px;
	margin-left: 10px;
	font-size: 13px;
}
.Icon_Edit {
	background: url("/images/icons/page-edit.png") no-repeat;
	padding-left: 18px;
	padding-bottom: 1px;
	margin-left: 10px;
	font-size: 13px;
}
.Icon_Mark {
	background: url("/images/icons/accept.png") no-repeat;
	background-position: 0px -1px;
	padding-left: 18px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
.multiplier {
	width: 100%;
	border: 1px solid #CCC;
}
.multiplier td {
	padding: 2px;
}
#HeaderPrint {
	visibility: collapse;
	display: none;
}

#ViewSheet {
	width: 690px;
}

.ProductList {
	width: 100%;
}
.ProductList th {
	padding: 2px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	border-bottom: 1px solid #663D7C;
	border-right: 1px solid #FFFFFF;
	background-color: #9F86BB;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}
.ProductList th.ProductHeader {
	padding: 2px 6px;
	padding-top: 3px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	letter-spacing: .05em;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	background: #663D7C;
}

.ProductList td {
	padding: 2px;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}
.ProductList td .Details {
	width: 100%;
}
.ProductList td.fieldOptions {
	background: #EBE3F9;
	text-align: center;
}
.ProductList td.fieldPrice {
	text-align: right;
	background: #EBE3F9;
	color: #990000;
	font-weight: bold;
}
.ProductList td.collapsable {
	padding: 0px !important;
}
.ProductList td td {
	border: 0px;
	vertical-align: top;
}
.ProductList td  ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	border: 0px solid #f00;
}
.ProductList td ul li {
	font-size: 10px;
}


.ProductConfigBase td h4 {
	font-size: 18px;
	margin: 0px;
	padding: 5px;
	padding-top: 7px;
	color: #663D7C;
	color: #076F07;
	background: #DDD;
}
.ProductConfigBase td h3 {
	font-size: 18px;
	margin:0px;
}
.Listing {
	width: 100%;
	margin-bottom: 15px;
}
.Listing td {
	font-size: 13px;
	border-top: 1px solid #BBB;
	padding: 3px 2px;
}
.Listing td.Label {
	width: 70%;
	padding: 3px 2px;
	text-align: left;
}
.Listing td.Input {
	padding: 3px 2px;
	text-align: right;
	width: 30%;
}
.Small td.Input,
.Small td.Label {
	font-size: 11px;
}
.Expand td.Label,
.Expand td.Input {
	font-size: 13px;
	padding: 4px 2px;
}

span.para {
	display: none;
	border: 0px solid #777777;
	padding-top: 0px;
}
.para table td,
.para table td input,
.para table td select {
	font-size: 11px;
}
#RushCallout {
	position: absolute;
	top: 60px;
	width: 340px;
	text-align: right;
	color: #D00;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}


.Report {
	margin: 0px;
	border-top: 2px solid #000000;
	font-size: 12px;
}
.Report th {
	background: #C6C6C6;
	border-bottom: 1px solid #000000;
	padding: 4px 6px;
	font-weight: bold;
	color: #000;
}
.Report td {
	padding: 4px 6px;
	border-bottom: 1px solid #DDD;
}
.Report tr.RowEven {
	background-color: #FFFFFF;
}
.Report tr.RowOdd {
	background-color: #EEEEEE;
}


#LeadTime {
	color: #B00; 
	border: 2px solid #B00; 
	background: #FEE; 
	margin-top: 15px; 
	text-align: left; 
	padding: 5px;
}
#LeadTime h2 {
	font-weight: bold;
	font-size: 15px;
	color: #B00; 
}
#LeadTime ul {
	margin: 0px;
	padding: 4px 0px;
	padding-left: 20px;
}
#LeadTime ul li {
	font-size: 13px;
	padding: 4px 0px;
}


li.Highlight {
	background: #fff9c9;
}


#ProductTypeTabs {
	border-bottom: 2px solid #444;
	padding-bottom: 4px;
	padding-top: 10px;
}
#ProductTypeTabs ul {
	list-style-type: none;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
}
#ProductTypeTabs ul li {
	float: left;
	margin-right: 5px;
}
#ProductTypeTabs ul li a {
	padding: 4px 8px;
	border: 1px solid #AAA;
	border-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #999;
}
#ProductTypeTabs ul li.Active a,
#ProductTypeTabs ul li.Active a:hover {
	border: 1px solid #444;
	border-bottom: 0px;
	background: #444;
	color: #FFF;
}
#ProductTypeTabs ul li a:hover {
	color: #444;
}
#outerdiv
{
width:120px;
height:21px;
overflow:hidden;
position:relative;
}
#inneriframe
{
position:absolute;
top:-142px;
left:-580px;
width:1280px;
height:1200px;
}
