/* DEFAULT */
* html body {
	font-size: x-small /* for IE5/WIN */
	f\ont-size: small; /* for other IE versions */
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
ul li {
	font-size: 90%;
}
/* Link Styles
----------------------------------------------- */
a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	background-color: #000;
	color: #ec2e30;
	text-decoration: underline;
	}
a:link img,
a:visited img,
a:hover img {
	border: 0;
	background: none;
	}

/* Alert Message styles */
div.error {
	color: #9a2527;
	padding: 10px 0 10px 25px;
	background-color: #e8e7e7;
	border: 1px solid #7d7171;
	width: 400px;
}
span.error {
    color: #ff0000;
}
.success {
	color: #0000ff;
	font-weight: bold;
}
span.warning {
    color: #ff0000;
}
/* Product Details page */
div.product-image {
	float: left;
	width: 180px;
}
div.product-details {
	float: right;
	width: 65%;
}

/* Login page */
/* Layout 1 */
div.login-box {
	background-color: #e5dfc9;
	border: 1px solid #5d5b4c;
	height: 200px;
	width: 265px;
	padding: 10px;
}
div.right {
	float: right;
	margin-right: 8%;
}
div.left {
	float: left;
	margin-left: 8%;
}
div.login-box>h4 {
	color: #811c0a;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	text-align: center;
}
div.login-box ul>li {
	padding: 5px;
}
/* Layout 2*/
div.box>h4 {
    font-size: 100%;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #811c0a;
	font-weight: bold;
}
table#login th {
    text-align: right;
    padding-right: 10px;
}
/* Checkout */
div.checkoutpage {
    width: 40%;
}
div.personal {
    float: left;
	margin-right: 5%;
	padding-top: 20px;
}
div.address {
    float: right;
	margin-right: 5%;
	padding-top: 20px;
}
div.checkout h4 {
    font-size: 100%;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase; 
    color: #811c0a;
	font-weight: bold;
}
div.security h4 {
    font-size: 100%;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #811c0a;
	font-weight: bold;
}
/* Billing and shipping */
div.billship {
	width: 45%;
}
div.billing {
	float: left;
	margin-left: 0;
	padding-top: 20px;
}
div.shipping { 
	float: right;
	margin-right: 2%;
	padding-top: 20px;
}
div.billship>h4 {
	color: #811c0a;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}
div.billship table th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}
div.billship table th.required {
	font-weight: bold;
}
div.billship table td {
	padding: 5px;
}
.small {
	font-size: 85%;
}
.bread-crumbs {
	font-size: 11px;
}
.heading {
	font-weight: normal;
    text-transform: uppercase;
    color: #811c0a;
}

/* Table styles */
table.product_detail th {
	text-align: left;
	text-transform: uppercase;
	color: #6c2130;
	font-weight: normal;
}
/* PRODUCT LISTING PAGE */
div.product {
    background-color:#fff;
    padding: 15px 5px 5px 5px;
    width: 40%;
    float:left;
    margin:2px;
    text-align: center;
}
/* SHOPPING CART PANEL ON RIGHT SIDE */
div#shopping-cart {
    border: 1px solid #666666;
    background-color: #e7e1d0;
    margin-left: 15px;
    text-align: center;
    font-size: 80%;
    width: 160px;
    float: right;
}
div#shopping-cart div#shopping-cart-header {
    background-color: #6c2130;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    height: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
}
div#cart-items {
    text-align: left;
    padding: 10px;
}
div#cart-items .options {
    padding-left: 5px;
}
div#cart-items .summary {
    padding-top: 3px;
}
div#cart-items .quantity {
    float: left;
}
div#cart-items .price {
    float: right;
}
div#cart-items .cart-item {
    padding-bottom: 15px;
}
div#cart-items>#subtotal {
    float: right;
}
div#cart-items a:link,
div#cart-items a:visited,
div#cart-items a:active {
    text-decoration: underline;
}
div#cart-items a:hover {
    color: #fff;
}
.cart_item {
	width: 700px;
	text-decoration: none;
	color: black;
}
.cart_item_alternate {
	/*background-color:#d1d1d1;*/
}
.cart_item_highlight {
	background-color:#efefef;
	cursor: pointer;
}

/* VIEW CART TABLE */
table#view-cart .options {
    padding-left: 10px;
}
table#view-cart th {
    font-weight: normal;
    text-transform: uppercase;
    color: #811c0a;
    height: 20px;
    text-align: center;
}
table#view-cart th.total {
	text-align: left;
}
table#view-cart td.heading {
    text-align: right;
    font-weight: normal;
    text-transform: uppercase;
    color: #811c0a;
    padding-right: 10px;
}
table#view-cart td {
    padding: 5px;
}
/* SIGNUP TABLE */
table#signup td {
	padding: 4px;
}
/* PAYMENT TABLE */
table#payment th {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}

/* SHIPPING */
ol>li {
	padding: 5px;
}
.status {
	margin-top: -10px;
	margin-right: 90px;
	float: right;
}

li strong {

	display: block;
	width: 70px;
	margin-right: 30px;
}
#address {
	width: 370px;
	float: left;
}

#address li span {
	margin-left: 80px;
	margin-top: -15px;
	display: block;
}

#shipping {
	width: 450px;
	margin-left: 30px;
	float: left;
}

table.shippingoptions {
	background: #e4e4e4;
}

table.shippingoptions .alternate {
	background: #fff;
}


table.shippingoptions td.description {
	color: #707070;
	font-size: .8em;
	padding: 20px;
}

table.shippingoptions td.shipprice {
	font-weight: bold;
	padding-right: 10px;
	font-size: .9em;
	text-align: center;
}

/* Page 3 */

/*payment */

#payment {
	width: 370px;
	float: left;
}

#payment strong {
	width: 120px;
	float: left;
}

#payment input {
	width: 200px;
}

ul.paymentoptions li {
	padding: 5px;
}

/* Order Summary */

#summary {
	width: 450px;
	float: left;
	margin-left: 25px;
}

#summary li {
	height: 30px;
	padding-top: 10px;
	display: block;

}

#summary li.top {
	background: #ddd;
}

#summary li span {
	margin-top: -20px;
	padding-left: 30px;
}

#summary li span.total {
	float: right;
	margin-right: 10px;
	padding-top: 10px;
}

table.ordersummary {
	width: 100%;
}

table.ordersummary td {
	padding: 4px;
}

table.ordersummary td.quantity {
	text-align: center;
}

tr.alternate {
	background-color: #efefef;
}

li.subtotal {
	border-top: 1px solid #c4c4c4;
	text-align: right;
	margin-bottom: -30px;
	margin-top: -20px;
	
}

li.shipping {
	text-align: right;
	display: block;
	margin-bottom: -30px;
	margin-top: 10px;
}

li.tax {
	text-align: right;
	display: block;
	margin-top: 10px;
}

li.discount {
	text-align: right;
	display: block;
	margin-top: 10px;
}

li.grandtotal {
	border-top: 1px solid #c4c4c4;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	display: block;
	margin-top: -10px;
}

.placeorder {
	background: url(/images/placeorder.png) no-repeat;
	float: right;
	position: relative;
	width: 154px;
	height: 50px;
	border: 0;
}

.placeorder-wait {
	float: right;
	position: relative;
	border: 0;
}

ul.totals {
	border-top: 0;
}


.placeorder:hover {
	background: url(/images/placeorderhover.png) no-repeat;
	cursor: pointer;
}

.ssl {
	float: right;
	display: block;
	margin-top: -15px;
}

a.modify  {
	color: #420009;
	font-size: .8em;
	float: right;
	margin-top: -15px;
}
.imgrollover {
	cursor: hand;
	cursor: pointer;
}



/**************************
   MISC STYLES
**************************/
.hint {
    font-size: 85%;
    color: #811c0a;
    font-style: italic;
}
#breadcrumb {
	font-size: 11px;
}
span.required {
    color: #ff0000;
}
ul#sitemap li {
	padding-left: 40px;
}
.alert {
	font-style: italic;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #aeaeae;
	margin-bottom: 5px;
	background-color: #f3f47e;
}
.alert span {
	color: #ff0000;
	font-weight: bold;
}
.price {
	font-weight: bold;
	float: right;
	display: block;
	height: 30px;
	margin-top: -30px;
	margin-right: 20px;
}

input.radio {
	padding-bottom: 20px;
	width: 20px;
	height: 30px;
}

.back {
	background: url(/images/back.png) no-repeat;
	float: left;
	position: relative;
	border: 0;

}

.back:hover {
	background: url(/images/backhover.png) no-repeat;
	cursor: pointer;
}

.continue {
	background: url(/images/continue.png) no-repeat;
	float: right;
	position: relative;
	width: 131px;
	height: 50px;
	border: 0;

}
