/* addresses */

.addresses {
	margin-left: 20px;
}
.addresses p {

	font-size: 1.1em;
}
fieldset .addresses {
	margin-left: 0;
}
.addresses li, form .addresses li {
	float: left;
	clear: none;
	width: 280px;
	display: inline;
	min-height: 140px;
	_height: 140px;
	margin-right: 35px;
	list-style: none;
}
.addresses h3 {
	font-size: 1.5em;
}
.addresses p {
	margin: 0 0 8px 0;
}
.addresses a {
	padding-right: 10px;
}
.addresses a.remove {
	padding-left: 10px;
}

/* MY ACCOUNT */
.myaccount .pagetitle {
	width: 370px;
}

.myaccount .accountnav {
	width: 300px;
}

.myaccount .accountnav li {
	font-size: 1.2em;
	margin-bottom: 0;
	list-style: none;
}
.myaccount .accountnav ul {
	margin-left: 20px;
	margin-bottom: 30px;
}
.myaccount .featuredprod {
	float:right;
	margin-right: 25px;
	display: inline;
}
.myaccount .featuredprod h3 img {
	margin: 0 0 5px 0;
}

.myaccount ul.related {
	margin-left: 20px;
	margin-right: 0;
}
.myaccount .related li {
	float: left;
	width: 143px;
	margin-right: 15px;
}

/* MY ORDER */
p.shipped {
	font-size: 1.2em;
}

/* --------------------------------------------------------------
 =tables
-------------------------------------------------------------- */
table {
	margin: 10px 20px;
	text-align: center;
	width: 96%;
	border: 1px solid #adadad;
}

caption {
	font-size: .9em;
	padding-bottom: 5px;
	margin: 10px 0px;
	font-weight: bold;
	text-align: left;
}

th {
	font-size: 1.2em;
	padding: 2px 10px;
	border: 1px solid #adadad;
	border-right: 1px solid #e6e6e6;
	background: #cecece;
}

th.product, th.first {
	text-align: left;
	padding-left: 20px;
}

th.last, td.last {
	border-right: 1px solid #adadad;
}

td {
	line-height: normal;
	padding: 15px 5px 5px 5px;
	vertical-align: top;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #adadad;
}
td.product {
	text-align: left;

}
td.product img {
	float: left;
	margin-right: 0px;
	margin-left: 15px;
}
td.product p, td.product h3 {
	margin-left: 85px;
	margin-bottom: 5px;
}

td.product h3 {
	border: none;
	padding: 0;
	font-size: 1.1em;
}

tfoot {
	background: url(../images/tfoot_bg.jpg) repeat-x;
}

tfoot td {
	padding: 5px;
}

table.orderstable {
	clear: both;
}

table p, table h3 {
	margin-right: 0;
	margin-left: 0;
}
table .checkout {
	background: #fff;
	width: 100%;
	overflow: hidden;
	border: 1px solid #adadad;
	padding-top: 10px;
}
table .checkoutvalues {
	float: right;
	/*width: 175px;*/
	width: 37%;
	margin-right: 10px;
	display: inline;
}
.maincontent table .select {
	margin-right:  0;
}
table .checkoutvalues .submit {
	clear: both;
	float: right;
	margin: 0;
}
table .checkout p {
	margin: 0 5px 5px 0;
	float: right;
	font-size: 1.1em;
}
table .checkout p.total {
	margin-bottom: 5px;
	font-size: 1.2em;
}


table .checkout .divider {
	padding: 5px 0;
	border-top: 1px solid #00a94f;
	background: none;
	margin: 0;
}

table .checkout .term {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
}
table .checkout .value {
	float: left;
	text-align: left;
	margin-left: 8px;
}

table .checkout .button {
	float: left;
}

.orderhistory table {
	width: 70%;
}

td.options {
	text-align: left;
	font-size: 105%;
}
th.options {
	text-align: left;
}
table td.options {
	padding-left: 20px;
}
table td img.button {
	margin: 0px;
}
th.specifications {
	text-align: left;
}
td.specifications {
	text-align: left;
}
td.specifications label {
	margin-left: 15px;
	padding-right: 2px;
	clear: left;
}

table td img.addtocart {
	margin: 5px 0 0 -10px;
}
/* forms */
.label {
	font-size: 1.2em;
}
span.required {
	color: #b12a1c;
	font-weight: bold;
}
.note {
	margin-left: 125px;
	margin-bottom: 0;
}

.notewide {
	margin-left: 165px;
}

p.required, .passwordpage .maincontent p.required {
	font-size: .9em;
	margin-bottom: 0px;
}

fieldset.submitalt {
	margin-left: 120px;
}

fieldset.submitwide {
	margin-left: 160px;
}

/* =checkout */
.checkoutpage .maincontent {
	min-height: 600px;
	_height: 600px;
}
.checkoutpage h3 {
	margin-left: 20px;
}
.checkoutpage p {
	margin-left: 30px;
}
.checkoutpage .steps {
	float: left;
	width: 380px;
	padding: 0 0 60px 0;
	font-size: .9em;
	margin: 0;
	background: url(../images/vert_divider_3.gif) right top repeat-y;
}
.checkoutpage ol, ul, dl {
	margin: 0;
	padding: 0;
}

.checkoutpage .cartcontent {
	float: left;
	width: 530px;
}

.checkoutpage .cartcontent table {
	width: 90%;
}

.checkoutpage .cartcontent td {
	border-right: none;
}
img.steps {
	float: left;
	margin: 4px 4px 4px 10px;
}
p.specs {
	margin-left: 20px;
	margin-bottom: 0;
}
.specs .term {
	font-weight: bold;
	text-align: right;
	display: inline-block;
	width: 40px;
}
.specs .value {
	padding-left: 5px;
}

/* =cartpage */
.cartpage .cartcontent {
	width: 640px;
	float: left;
	min-height: 400px;
	_height: 400px;
	margin-bottom: 20px;
	background: url(../images/vert_divider_3.gif) right top repeat-y;
}

.cartpage .cartcontent table {
	width: 94%;
}

.cartpage .promos {
	width: 250px;
	float: left;
}

.cartpage table .checkoutvalues {
	width: 50%;
}
/* =saved items page */

.savedpage .cartcontent {
	width: 660px;
	float: left;
}

.savedpage .cartcontent table {
	width: 94%;
}

.savedpage .promos {
	width: 250px;
	float: left;
}
 /* =registerpage */
 .registerpage .promo {
 	margin-top: 30px;
}

.registerpage .column {
	width: 49%;
}
.registerpage .column1 {
	width: 380px;
	background: url(../images/vert_divider_3.gif) right top repeat-y;
	min-height: 400px;
	_height: 400px;
	margin-bottom: 30px;
}

/* =passwordpage */
.passwordpage .maincontent {
	min-height: 300px;
	_height: 300px;
	margin-bottom: 30px;
}
.passwordpage .maincontent p {
	font-size: 1.2em;
}

.passwordpage .label {
	width: 65px;
	text-align: left;
}
.passwordpage .note {
	margin-left: 90px;
}

.passwordpage fieldset.submitalt {
	margin-left: 85px;
}

 /* =custservpage */

.custservpage .column {
	width: 49%;
}
.custservpage .column1 {
	width: 405px;
	background: url(../images/vert_divider_3.gif) right top repeat-y;
	min-height: 400px;
	_height: 400px;
	margin-bottom: 30px;
}
.infonav {
	margin-left: 20px;
}
.infonav li {
	list-style: none;
}


ol.one-page-checkout {
	list-style: none;
}
img.one-page-checkout {
	padding: 0;
}
.inner-box {
	margin-left: 30px;
}
.payment_label {
	width: 85px;
}

#checkout-review-load p {
	font-size: 1.2em;
	text-align: left;
}

#what-youre-buying-total .total {
	text-align:right;
	font-size: 1.2em;
	margin: 0 35px 0;
}

#what-youre-buying-total .total.term {
	text-decoration: bold;
}
.newcustomer ol {
	margin-left: 25px;
}

.validation-advice {
	color:red;
}
#payment_form_authorizenet {
	font-size: .75em;
	margin-left: 75px;
}
#payment_form_verisign {
	font-size: .75em;
	margin-left: 75px;
}

#billing-address-select {
	width: 330px;
}
select.address-select {
	width: 330px;
}
.previous_step {
	padding: 10px 0 10px 20px;
}
.button-set form fieldset {
	margin: 10px 20px 5px 0;
}
#advice-required-entry-verisign_cc_type {
	margin-left: 75px;
}
#advice-required-entry-verisign_expiration {
	margin-left: 75px;
}
#advice-required-entry-verisign_expiration_yr {
	margin-left: 75px;
}
#advice-required-entry-verisign_cc_owner {
	margin-left: 75px;
}
#advice-validate-cc-type-verisign_cc_number {
	margin-left: 75px;
}
#advice-required-entry-verisign_cc_cid {
	margin-left: 75px;
}
.promo h5 {
	margin: 0;
}
.promo img {
	margin: 0;
}
