body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
}
ul {
	list-style: 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: #999999;
	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: #fff;
	font-size: 16px;
	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: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #fff;
	font-weight: bold;
}
table#login th {
    text-align: right;
    padding-right: 10px;
}
/* Checkout */
div.checkoutpage {
    width: 40%;
}
div.checkoutpage h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
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: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase; 
    color: #fff;
	font-weight: bold;
}
div.security h4 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ababab;
    text-transform: lowercase;
    color: #fff;
	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: #fff;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}
div.billship table th {
	text-align: left;
	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;
}
div#breadcrumb {
    padding: 0 0 10px 0;
}
.heading {
	font-weight: bold;
    text-transform: uppercase;
}

/* 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;
}

/* BUTTONS */
.cartButton {
	background-color: #999999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
}

/* VIEW CART TABLE */
table#view-cart {
	color: #fff;
}
table#view-cart a:link,
table#view-cart a:active,
table#view-cart a:visited {
	color: #fff;
}
table#view-cart a:hover {
	color: #999999;
}
table#view-cart .options {
    padding-left: 10px;
}
table#view-cart th {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #000;
    margin: 2px;
    height: 20px;
    text-align: center;
    color: #fff;
}
table .left {
	text-align: left;
	padding-left: 15px;
}
table .right {
	text-align: right;
	padding-right: 15px;
}
table#view-cart td.heading {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}

table#view-cart td,
table#view-cart th {
    padding: 5px;
    vertical-align: middle;
}
table#view-cart .cartHeader {

}
/* SIGNUP TABLE */
table#signup td {
	padding: 4px;
}
/* PAYMENT TABLE */
table#payment th {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
/**************************
   MISC STYLES
**************************/
.hint {
    font-size: 85%;
    color: #fff;
    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;
}

/*
   SHIPPING

ul li {
	list-style-type: none;
	padding-top: 5px;
}
ol>li {
	padding: 5px;
}
*/
#address {
	width: 45%;
	float: left;
}

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

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

table.shippingoptions {
	/*background: #e4e4e4;*/
}

table.shippingoptions .shipalternate {
	/*background: #fff;*/
}


table.shippingoptions td.description {
	color: #fff;
	padding: 20px;
}

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

.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;
}

/* Page 3 */

/*payment */

#payment {
	width: 35%;
	float: left;
	font-size: 1.2em;
}

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

#payment input {
	width: 200px;
}

/* Order Summary */

#summary {
	width: 58%;
	float: left;
	margin-left: 5%;
	font-size: 1.2em;
}

#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 {
	padding-top: 10px;
	padding-bottom: 2px;
}

table.ordersummary td {
	padding: 4px;
}

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

tr.alternate {
	background-color: #ababab;
}
ul.totals {
	border-top: 0;
	border-top: 1px solid #c4c4c4;
	margin: 0;
	padding: 0;
}

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

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

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


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

.placeorder {
	float: right;
	position: relative;
}

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

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

a.modify  {
	color: #fff;
	font-size: .8em;
	float: right;
	margin-top: -15px;
}

.inputSubmit {
	color: #FFF;
	background: url(../images/button_bg.jpg) repeat-x;
	background-color: #2c5b6e;
	border: 1px solid #FFF;
	font-size : 0.9em;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	margin-left: 0px;
	cursor: pointer;
	margin-top: 10px;
}

.inputSubmit:hover {
	color: #FFFFFF;
	background: url(../images/button_bgOver.jpg) repeat-x;
	background-color: #001C30;
	border: 1px solid #FFF;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}

.inputSmall {
	font-size: 0.75em;
	padding: 4px 6px 4px 6px;
}

.inputSmall:hover {
	padding: 4px 6px 4px 6px;
}

ul#searchresults {
    list-style: none;
	margin: 0;
	padding: 0;
}
ul#searchresults li {
    list-style: none;
	float: left;
	width: 122px;
	font-size: 0.95em;
	margin: 5px 10px 0;
	padding: 4px;
	min-height: 18em;
	overflow: hidden;
}
ul#searchresults .image {
    margin: 0 0 5px 0;
	display: block;
	height: 120px;
	text-align: center;
	overflow: hidden;
	width: 120px;
}
ul#searchresults a {
    text-decoration: none;
    font-weight: normal;
}
ul#searchresults span.rating {
    font-size: 0.9em;
	font-weight: bold;
}
ul#searchresults em {
   	font-style: normal;
	font-weight: bold;
	display:block;
}

.paymentoptions {
	font-size: 11px;
}
.paymentoptions li {
	padding-top: 10px;
}

/* datagrid */
table.datagrid th {
	font-weight: bold;
	padding: 4px;
}
table.datagrid td {
	border-right: 1px solid #fff;
	padding: 5px 0 0 10px;
}

/* gift certificates */
table#gift-cert th {
	text-align: right;
	padding-right: 20px;
}
table#gift-cert th,
table#gift-cert td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

/******** QCODO FORM LAYOUT **************/
/**
	 * Styles for Custom Render Functions as defined in QControl.class.php
	 */

	div.renderWithName { padding: 4px 0 4px 0; overflow: auto; height: 100%; }
		div.renderWithName div.left { float: left; width: 200px; margin-right: 25px; text-align: right; }
		div.renderWithName div.required { font-weight: normal; }
		div.renderWithName div.left span.instructions { font: 10px 'Verdana', 'Arial', 'Helvetica'; color: #999; font-style: italic; text-transform: none;}

		div.renderWithName div.right { float: left; width: 200px; }
		div.renderWithName div.right span.error { margin-left: 15px; font: 10px 'Verdana', 'Arial', 'Helvetica'; color: #600;}


/** CATEGORY LISTING ***/
ul.category-item {
	list-style: none;
}
ul.category-item li {
	float: left;
	padding-right: 25px;
}
.product-listing-name {
	font-weight: bold; 
	font-size: 1.35em; 
	font-family: Times New Roman; 
	color: #102D50;
}
.checkout {
	margin-bottom: -10px!important;
	margin-top: 25px;
}

#checkoutbody {
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	text-align: left;
	min-height: 340px;
}

#checkout_path {
	color: #4599b8;
	margin-top: 40px;
	border-bottom: 1px solid #002339;
	padding-bottom: 6px;
	font-size: 90%;
}

.checkout_arrow {
	background: url(../images/checkout_arrow.gif) no-repeat;
	width: 5px;
	height: 9px;
	margin-left: 2px;
}

.checkouttext {
	font-size: 120%;
	color: #4599b8;
	margin-bottom: 20px;
}

.checkouttext span {
	color: #FF0000;
}

.margincheckout {
	margin-left: 20px;
}

.tab_off {
	padding-left: 30px;
}

h3 {
	font-size: 2em;
}

/******** CHECKOUT PROCESS TABS *********/

#checkoutsteps {
	width: 100%;
	background-color:#001B2F;
	font-size: 120%;
	color: #7d8c95;
	line-height: 40px;
	clear: both;
	margin:0;
}

#checkoutsteps ul {
	padding: 5px 0px 0px 0px;
	margin: 0;
	color: #7d8c95;
	width: 100%;
	margin-left: 25px;
}
 
#checkoutsteps ul li {
	display: inline;
	list-style-type: none;
	height: 45px;
	margin-left: 30px;
}

.active {
	display: inline;
	list-style-type: none;
	height: 45px;
	color: #FFF;
	width: 140px;
	background:url(../images/checkout_tab_select.jpg) no-repeat center;
	padding: 5px 18px 14px 18px;
}

ul.shippingaddress li {
	font-size: 12px;
	padding-top: 4px;
}

/**********************************
********** FORM STYLES ************
**********************************/

.textbox, .listbox, textarea {
	/*background-color: #2c5b6e;*/
	background-color: #fff;
	border: 1px solid #FFF;
	/*color: #fff;*/
	color: #000;
	padding: 3px 2px;
	margin-bottom: 2px;
}

.formstyle {
	font-size: 120%;
}

table.sp_view_cart td {color: #000;}
#sp_cart_action {background-color:#fff; float: right; padding-top: 15px; margin-bottom: 10px; width: 100%; text-align: right;}
#sp_checkout_header {display: none;}
