/* generic styles from template version 1.0 */
/* NOTE: any * > selector rules are for standards-compliant browsers. The rule before will have a style that works in IE6. */
/* Table of Contents 
	Layout
	Typography and Inline Elements
	Forms
	Tables
*/

/* Layout */
/* *************************************************************************************** */
* {margin:0;padding:0;border:none} /* Reset all elements to zero margin and padding */

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
   line-height:1.75em;
}
.left {float:left; margin:0 1em 1em 0}
.right{float:right; margin: 0 0 1em 1em}
.clear {float:none;clear:both;}
* > br.clear {display:none}

/* Typography and Inline Elements */
/* *************************************************************************************** */
h1 {
	color: #275070;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
h2 {
	color: #275070;
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	color: #275070;
}
p {margin:0 0 1em} /* Default bottom padding for paragraphs that can't handle styles below (yes IE6)*/

h1 + p, h2 + p, h3 + p {text-indent:0px} /* First paragraphs under headings have no indent (no IE6)*/

ul, ol {
	list-style-position: inside;
	margin-bottom:1em;
}
ul {list-style-type: disc;}
ol {list-style-type: decimal;}

a:link {
	color: #346D98;
}
a:visited {
	color: #274F6F;
}
a:hover, a:active {
	color: #98BAE2;
}

/* Forms */
/* *************************************************************************************** */


/* Tables */
/* *************************************************************************************** */
table {
	border-collapse:collapse;
}
th {
	background-color: #99bbe3;
}
tr {}
#order_summery td, #order_summery th {border:solid 1px black; padding: .125em}

#order_summery table {width:100%}
#order_summery .c1 {width:65%}
#order_summery .c2 {width:15%}
#order_summery .c3 {width:10%}
#order_summery .c4 {width:10%}

.form_buttons {text-align:right; margin:10px 0}
.form_buttons_extras {padding:10px 150px 10px 0px; text-align:right}
