body {
	
	font-family: Tahoma;
	font-size: 10pt;
	
}

A:link {text-decoration: none; color: #492474;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #492474;}

* {
padding: 0;
margin: 0;
}
.textForm {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #492474;
	text-decoration: none;
	text-align: right
}

.td1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #492474;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	
}
.td2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #edf6f6;
	text-align: left;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.td3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #1b83c7;
	text-align: left;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.td4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #dae3e3;
	text-align: left;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: bold;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	white-space: 2;
	text-align: left;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.title2 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-style: bold;
	line-height: 17px;
	font-weight: bold;
	color: #5f0e79;
	text-decoration: none;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.Stitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: bold;
	line-height: 17px;
	font-weight: bold;
	color: #5f0e79;
	text-decoration: none;
	text-align: left
}
.textoLBlue {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #1bcbc4;
	text-decoration: none;

	}


.textoViolet {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #492474;
	text-decoration: none;
}
.textoWhite {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height:13px;
}
.textButton {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.textBigButton {
	font-family: "Tahoma";
	font-size: 18px;
	font-style: bold;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.textoGray {
	font-family: "Tahoma";
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #717d8c;
	text-decoration: none;
}
/* Begin Sign Up Form */

div.form { 
	margin: 0px 0px 0 0;
	width: 225px;
}
/*input {
	height: 18px;
	width: 170px;
}*/

.form table {
	font-family: "Tahoma";
	color: #174a3e;
	font-size: 12px;
	font-weight: bold;
}

.form .textbox {
	width: 180px;
	margin-left:10px;
	padding: 4px 4px 4px 4px;
}
.form .dropdown {
	margin-left: 5px;
}
.cssbutton{
background-color: #f6ba2f;
border: 2px #0d4287 outset;
padding: 5px 4px;
color: black;
text-decoration: none;
/*font-size: 16px;*/
font: bold 14px "Tahoma", "Trebuchet MS", Verdana, Helvetica, sans-serif;
padding: 10px 10px 10px 10px; 
}

.cssbutton:link{
color: #0d4287;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #000000;
color: white;
text-decoration: underline;
padding: 10px 10px 10px 10px;  /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}


/* End Sign Up Form */

input#phoneOne {
	width: 35px;
}
input#phoneTwo {
	width: 35px;
}
input#phoneThree {
	width: 40px;
}
input#cvv {
	width: 40px;
}
input#zip {
	width: 80px;
}



td#billing {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	color: black;
	padding-bottom: 15px;
	padding-top: 15px;
}
div#billLeft {
	width: 60%;
	float: left;
}
div#billRight {
	width: 40%;
	float: left;
}
div#info {
	width: 90%;
	margin: 0 auto;
	border: 1px solid silver;
	background-image: url(../images/billbg.png);
	text-align: center;
}
#info a:link {
	color: black;
}
#info h2 {
	font-size: 14pt;
	font-weight: bolder;
	text-align: center;
	margin-top: 10px;
}
.bLeft {
	text-align: right;
}
.bRight {
	text-align: left;
}
table#bOrderForm {
	width: 90%;
	margin: 0 auto;
}
table#summary {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid silver;
}
#summary td {
	padding: 5px;
	border-bottom: 1px solid silver;
	text-align: justify;
}
#summary h2 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
td#summ {
	font-size: 8pt;
}
table#invoice {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid silver;
}
#invoice td {
	padding: 5px;
	border-bottom: 1px solid silver;
	text-align: center;
}
td#desc {
	text-align: left;
	width: 45%;
}
td#price {
	text-align: center;
	width: 15%;
}
td#qty {
	text-align: center;
	width: 15%;
}
td#sub {
	text-align: center;
	width: 25%;
}
td#total {
	background-color: white;
	color: black;
}
tr.head {
	color: white;
	background-color: #000000;
	font-weight: bold;
}

.cssbutton{
background-color: #C6EBFF;
border: 2px #000000 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
/*font-size: 16px;*/
font: bold 14px "Arial";
font-size:16px;
padding: 5px 5px 5px 5px;
width:200px;
}

.cssbutton:link{
color: white;
}

.cssbutton:visited{
color: white;
}

.cssbutton:hover{
border-style: inset;
background-color: #FF0000;
color: white;
text-decoration: nonew;
padding: 5px 5px 5px 5px;  /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: white;
}