body.page-template-checkout-php {	
	background: #eee;
}

#outerwrap {
	width: 682px;
	position: relative;
	margin: 0px auto 0px auto;
	overflow-x: hidden;
	background: white;
	padding: 0 0 30px 0;
}


#innerwrap {
	margin:0 auto 0 auto;
	padding: 0 50px 20px;
	width:582px;
	/*
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: white;*/
	background:none;
}


/* --------------- TYPOGRAPHY STYLING ---------------- */

h3 {
font-family:"myriad pro",myriad,georgia,serif;
font-size:1.3em;
font-weight:normal;
line-height:1.3em;
margin:1em 0 0.5em;
}

h3.attention {
	color: #aa0000;
}

h2 {
	color: #AA0000;
	font-weight: bold;
}


/* --------------- FORM STYLING ---------------- */


label {
	clear: left;
	float: left;
	font-family: tahoma, "lucida sans", lucida, arial, sans-serif;
	width: 100px;
	font-size: 12px;
	margin: 3px 0 4px 0;
	line-height: 1.4em;
	text-align: left;
}

input.text {
	float: left;
	margin: 0 0 14px 0;
	width: 230px;
	border: 1px solid #aaa;
	padding:3px;
	background: #f3f3f3;
	color: #666;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.active label {
	padding-top: 0px;
	font-weight: bold;
}

.active input, .drawfocus input {
	background: white;
	border: 2px solid #aa0000;
	margin-bottom: 12px;
	font-weight: bold;
}

sup {
	color: silver;
	padding-left: 3px;
}

select {
	width: 236px;
	margin: 0 0 15px 0;
}

.fullwidth label {
	width: 100%;
	text-align: center;
}

dl.drawfocus {
	background: url(../images/arrow-right.png) 0 0px no-repeat;
}

.active label, .drawfocus label {
	color: #aa0000;
}

p.note, dl.onrecord dd, #footer {
	width: 100%;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	margin-bottom: 4px;
	line-height: 1.3em;
	color: gray;
}

dl {
	margin-left: -25px;
	padding-left: 25px;
}

#other {
	width: 330px;
}

#itemquantity {
	
}

/* --------------- LAYOUT STYLING ---------------- */

.col1 {
	padding-top: 20px;
	margin-top: 10px;
	width: 350px;
	float: left;
	border-top: 1px solid silver;
}

.col2 {
	width: 390px;
	float: left;
	margin: 0 0 0 35px;
}


.checkout {
	background:white;
}



#outerwrap.checkout  {
	width: 880px;
	position: relative;
}

#outerwrap #arrow-start {
	position: absolute;
	top: 285px;
	left: 20px;
}

.checkout #innerwrap {
	border: none;
	width: 780px;
	padding: 10px 0 0 0;
	margin-top: 0;
}

#header {
	background: #aa0000;
	color: white;
	padding: 6px;
	font-family: tahoma, sans-serif;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

#breadcrumbs {
	margin: 0 0 50px 0;
}

#breadcrumbs li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	font-family: "myriad pro", myriad, tahoma, "lucida sans", lucida, arial, sans-serif;
	font-size: 12px;
}

#breadcrumbs li.sep {
	color: silver;
}

#breadcrumbs a {
	color: #aa0000;
	text-decoration: none;

}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* --------------- TABLE STYLING ---------------- */

table {
	clear: left;
}

tbody {
	margin-top: 6px;
}

td, th {
	vertical-align: center;
	text-align: left;
	display: table-cell;
}

#footer {
	border-top:1px solid #CCCCCC;
	clear:left;
	float:left;
	font-size:10px;
	margin-top:35px;
	padding-top:15px;
	width:100%;
}

#footer .sep {
	padding: 0 10px;
}

/* --------------- SHIPPING TABLE STYLING ---------------- */

thead {
	height: 24px;
}

thead tr {

}

#shippingTable {
	background: #FFFFDD;
	clear: left;
	padding: 20px 15px 15px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
	-moz-box-shadow:2px 2px 10px #CCCCCC;
	-webkit-box-shadow:2px 2px 10px #CCCCCC;
	box-shadow:2px 2px 10px #CCCCCC;
	border: 2px solid white;
}

#shippingTable input.text, #shippingTable input.disabled {
	padding: 2px; 
	width: 60px;
}

#shippingTable thead tr {
	border-bottom: 1px solid #ccccaa;
}

#shippingTable tr {
	height: 24px;
	border-bottom: 1px dotted #ddddbb;
}

#shippingTable tr.odd {
	/*background-color: #ffffee; */
}

#shippingTable td {
	padding: 7px 0 7px 5px;
	line-height: 1.3em;
	font-size: 13px;
}

#shippingTable td .price {
	color: #999977;
	font-family: tahoma, "lucida sans", lucida, arial, sans-serif;
	display: none;
}

#shippingTable input.text {
	background-color: white;
	border: 1px solid #aaa;
	margin-bottom: 0;
}

#shippingTable .total {
	border-bottom: 1px solid #ccccaa;
}

#shippingTable .total input {
	font-weight: bold;
	color: black;
	font-size: 16px;
}



#shippingTable #submit {
	padding-top: 10px;
}

#shippingTable .active input {
/*	border: 2px solid #aa0000;*/
	margin-bottom: 0px; 
}

input.disabled {
	background-color: #ffffdd;
	font-weight: bold;
	color: gray;
	border: none;
}


/* --------------- EXTRA STYLING ---------------- */

