/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stylesheet.css
* Version: 1.0.0 (2009-03-24) YYYY-MM-DD
* Website: http://
* Author: Dan @ DCOE:DESIGNS
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	background-color:#829bb1;
}
#wrapper { 
	margin: 0 auto;
	width: 1000px;
}

#checkout{
	background-color:#E8ECF8;
	color:#000000;
	float:left;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:normal;
	padding:15px;
	text-align:center;
	width:970px;
}
#checkout table {
	margin: 0 auto;
	width:966px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	border-collapse:collapse;
	border-spacing:0px;
	border:2px;
	margin-bottom:20px;
}
#checkout td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border: 2px solid #d0d0d2;
	text-align:left;
}
.tablehead {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-align:center;
}

input {
 	background-color: #FFFFFF;
	border: 2px solid #d0d0d2;
	font-size: 	11px;
	color:#000000;
	padding: 2px;
	width:100px;
}
.quantitybox {
 	background-color: #FFFFFF;
	border: 2px solid #d0d0d2;
	font-size: 	11px;
	color:#000000;
	padding: 2px;
	width:30px;
}

.bg_white {
	background-color:#FFFFFF;
}
.bg_grey {
	background-color:#f2f2f2;
}
.bg_blue {
	background-color:#829bb1;
}
.bg_none {
	background-color:none;
	border: none;
}
.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#CC0000;
}
.discount {
 	background-color: #f2f2f2;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	12px;
	font-weight: bold;
	color:#CC0000;
	padding: 2px;
	width:100px;
}
.discount_txt {
 	background-color: #f2f2f2;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	12px;
	font-weight: bold;
	color:#CC0000;
	padding: 2px;
	width:400px;
}
.total {
 	background-color: none;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	12px;
	font-weight: bold;
	color:#000000;
	padding: 2px;
	width:100px;
}


.input_text {
 	background-color: #FFFFFF;
	border: 2px solid #d0d0d2;
	font-size: 	12px;
	font-weight:normal;
	color:#000000;
	padding: 2px;
	width:350px;
}
textarea{
	font-size: 11px;
	width:350px;
	height:120px;
	border: 2px solid #d0d0d2;
	padding: 2px;
}
.input_btn {
	border: 2px solid #d0d0d2;
	background-color:#26498d;
	color:#ffd705;
	padding:1px 5px 2px 5px;
	width:100px;
	height:25px;
	font-weight:bold;
	margin-top:1px;
}	
.input_btn:hover{
	border: 2px solid #d0d0d2;
	color:#FFFFFF;
	cursor:pointer;
}
.tfvHighlight{
	color:#CC0000;
	font-weight: bold;
}

.tfvNormal{
	color: #000000;
}
#checkout h2 {
	font-size: 1.3em;
	text-align: left;
	background:url("../../images/image_h1_bg.jpg") repeat-x scroll left center transparent;
	padding:7px 15px;
}
