@charset "UTF-8";
/* CSS Document */

h1 {
	font-size:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #B01F24;
	text-decoration: none;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}

p {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #900;
      font-weight: bold;
}


li {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	font-size: 12px;
	color: #900;
	text-decoration: underline;
}

.smalltext {
	font-size: 10px;
	line-height: normal;
}

blockquote {
	padding-left: 20px;
}

td {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

table {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
hr {
    height: 1px;
    width: 100%;
    border: 0;
    color: #c0c0c0;
    background-color: #c0c0c0;
    padding: 0;
    margin: 0;
    clear: both;
}

hr.spaced {
	margin: 10px 0;
}
body {
	background-color: #fff;
	color: #3f3f3f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}


/** ScriptSave Pricing specific **/
.white
	{
		color: #fff;
	}

.freetextrad
	{
		position: relative; 
		top: -37px; 
		left: 26px;
	}
	
.freetextrad_button
	{
		position: relative; 
	}

.freetext
	{
		position: relative;
		top: 0px;
		left: 10px;
	}
	
.picker
	{
		border-top: solid 1px #000000;
		border-right: solid 1px #000000;
		border-left: solid 1px #000000;
		padding: 2px 0px 0px 6px;
		width: 450px; 
		text-align: left;
	}
	
.pickerbutton
	{
		border-bottom: solid 1px #000000;
		border-right: solid 1px #000000;
		border-left: solid 1px #000000;
		width: 450px;
		padding: 2px 0px 5px 6px;
		text-align: right;
	}
	
.warning
	{
		color: #ff0000;
	}
	
.h175
  {height: 175px;}
.h70
  {height: 70px;}
  
.mb20
	{
		margin-bottom: 20px;
	}
	
.errorheading
	{	
		background-color: #f51f46;
		padding: 2px 4px 2px 6px;
		width: 400px;
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 90%;
		color: #ffffff;	
		text-align: left;	
	}

.divError
	{
		border: solid 1px #f51f46;
		padding: 2px 4px 2px 4px;
		width: 400px;
		text-align: left;
	}
	
#divPricingDown
	{
		margin-top: 20px;
	}
	
#divMessage
	{
		margin: 10px 0px 10px 0px;
	}
	
.dn
	{
		display: none;
	}