body {
  font-family: arial;
  margin-top: 0px;
  margin-left: 0px;
}

#content {
  padding: 10px;
}

#content table {
/*  width: 100%;*/
}

#content table th {
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}

#content table tr td {
  padding: 10px;
}

#content table tr td p {
  padding: 5px;
}

.products {
  
}

.products ul {
  
}

.products li {
  margin-left: 30px;
}

.products table {
  width: 100%;
  font-size: 14px;
}

.products tr td {
  padding: 5px;
  vertical-align: top;
}

.price {
  color: #0000FF;
}

.sale_price {
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
}

.strike_price {
  text-decoration: line-through;
}

form {
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.web_form {
  text-align: left;
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
}

.web_form input { font-size: 18px;}

.web_form #lead_submit { font-size: 12px;}

.crud_legend {
  vertical-align: top;
  font-size: 11px;
  float: right;
  width: 100px;
  border: 1px dashed #999;
  text-align: center;
}

.crud_legend h1 {
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
}

.crud_legend img {
  vertical-align: middle;  
}

.crud_legend p {
  vertical-align: middle;
}

form table {
  width: 100%;
}

form table input {
  width: 100%;
}

.form_fieldset {
  width: 830px;
  border: 2px solid #7ac142;
  padding: 10px;
  margin-bottom: 20px;
}

.form_fieldset h1 {
  padding: 0;
  font-size: 18px;
}

.form_boolean_input {
  float: left;
  width: 20px;
  clear: none;
  margin-left: 15px;
}

.form_boolean_label {
  float: left;
  margin-left: 5px;
  margin-bottom: 10px;
}

.primary_market_cbs {
  list-style: none inside;
}

.primary_market_cbs li {
  width: 50%;
  float: left;
}

.crud_icon {
  border: 0px;
}

.crud_icon:hover {
  background-color: #CECECE;
}

label {
  font-size: 10pt;
}

#errorExplanation {
  background-color: #7ac142;
  border: 2px solid #000000;
  padding: 5px;
  margin-bottom: 20px;
}

#errorExplanation ul {
  list-style: disc inside;
  margin-top: 15px;
  margin-bottom: 15px;
}

#errorExplanation ul li {
  padding-left: 15px;
}

.notice {
	color: #000000;
  height: 34px;
	display: block;
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial;
	background: #f0f0f0 url("/images/green/footer_bg_green.gif") top repeat-x;
	border-top: 1px solid #7ac142;
	border-bottom: 1px solid #7ac142;
  margin-bottom: 20px;
}

.notice div {
	padding: 6px;
}

.error {
	color: #000000;
  height: 34px;
	display: block;
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial;
	background: #ff0000 url("/images/hdr/grad_red.gif") top repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #DEA303;
  margin-bottom: 20px;
}

.error div {
	padding: 6px;
}

.fieldWithErrors {
  padding: 0;
  margin: 0;
  opacity: .5;
  background-color: red;
  display: table;
}

.price_title {
  color: #7ac142;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.price_table {
  width: 100%;
  float: left;
  font-size: 11px;
  margin-bottom: 20px;
}

.price_table th {
  font-size: 12px;
  text-align: center;
}

.price_table tr td {
  padding: 4px;
  text-align: center;
}

.t_and_c {
  width: 100%;
  font-size: 10px;
}

.t_and_c ul {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}

.t_and_c li {
  padding-left: 5px;
}

#side_nav {
  width: 171px;
/*  height: 400px;*/
  padding: 0;
  margin-left: 15px;
  margin-top: 15px;
}

#side_nav tr td {
  font-size: 14px;
  color: #7ac142;
  cursor: hand; cursor: pointer;
  height: 35px;
  background: #FFFFFF url("/images/nav/sidebar_BG.gif") top left repeat-y;  
}

#side_nav tr td:hover {
  background: #FFFFFF url("/images/nav/sidebar_BG-OVER.gif") top left repeat-x;
}

#side_nav tr td.active {
  background: #FFFFFF url("/images/nav/sidebar_BG-OVER.gif") top left repeat-x;
}

/* --begin-- new-page-content */

div#new-page-content {
/*  background: #ffffff url("/images/page-content-bg.jpg") top left repeat-y;*/
	background-color: #ffffff;
	font-family: verdana, arial, trebuchet ms;
	font-size: 13px;
	padding: 1px;
}

div#new-page-col-1 {
	width: 200px;
	float: left;
/*	background: #f0f0f0;*/
}
div#new-page-col-2 {
	width: 660px;
	float: right;
/*	background: #f0f0f0;*/
}
div#new-page-col-1-inside, 
div#new-page-col-2-inside {
	margin: 10px;
}

div#new-page-content h3 {
	color: #333333;
	margin: 8px 0px;
	font-size: 18px;
}

/* --end-- new-page-content */

.support_nav tr td {
  padding: 10px;
}

.support_nav tr td a {
  color: #A0A0A0;
  text-decoration: none;
}

.support_nav tr td a:hover {
  color: #7ac142;
  text-decoration: none;
  font-weight: bold;
}