/*
* This is an over-ride CSS file to over-ride the
* default store template button colors
*
*
*/

div#shoptimusprime {
	padding: 20px;
	font-size: 85%;
	background-color: #000;
	font-family: Tahoma, Arial, sans-serif;
}

div#cart {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #252525;
}

div#cart input[type=text] {
	font-weight: bold;
}

ul li {
list-style: none;
margin-left: 10px;
}

.inputSubmit {
	color: #FFF;
	background: url(../images/button_bg.jpg) repeat-x;
	background-color: #000;
	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!important;
	background-color: #000;
	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;
}

/* VIEW CART TABLE */
table#view-cart {
	color: #000;
}
table#view-cart a:link,
table#view-cart a:active,
table#view-cart a:visited {
	color: #000;
}
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;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
table#view-cart .cartHeader {

}
/**** LOGIN ****/
table#login {
	padding-top: 20px;
}
table#login td {
	padding: 5px;
}
table#login th {
	font-weight: bold;
}
div.checkoutpage table td {
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
}
div.billship table td {
	padding-top: 4px;
}
/** SHIPPING **/
#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,
table.ordersummary {
	background: #fff;
}

table.ordersummary {
	font-size: 11px;
}

table.shippingoptions .alternate,
table.ordersummary .alternate {
	background: #e4e4e4;
}
table.shippingoptions td.description {
	color: #000;
}
.paymentoptions {
	font-size: 11px;
}
.paymentoptions li {
	padding-top: 10px;
}
/**************************
   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;
}
.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;
}
/* 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;
}
.small {
	font-size: 85%;
}
.bread-crumbs {
	font-size: 11px;
}
div#breadcrumb {
    padding: 0 0 10px 0;
}
.heading {
	font-weight: bold;
    text-transform: uppercase;
}
#shoptimusprime {
     background-color: #000;
}
#shoptimusprime h3 {
     font-size: 1.5em;
     color: #fff;
}