/* Related product display */
.related-products-disp { margin-top: 30px; }
.related-products-disp ul {
    list-style: none;
}
.related-products-disp li {
    float: left;
    width: 145px;
    min-height: 177px;
    text-align: center;
    border:solid 1px silver;
    padding:5px;
    float: left;
    margin: 10px 10px 10px 10px;
    font-size: 13px;
}
.related-products-disp li a { line-height: normal; }
.related-products-disp li img { margin-bottom: 5px; }
.related-products-disp li .product-frame {
    min-height: 150px;
}

/* =============== Navigation Bars ===================== */

#navbar {
    padding: 10px;
    background-color: white;
}
#navbar ul li { 
    display: inline; 
    list-style: none;       
}
#navbar ul li { 
	padding: 0px 5px;    
}  
#navbar ul li.first {
    padding-left: 0em; 
    border-left: none; 
}
#navbar a { color: green; }

#container {
	width: 960px;
	margin: 10px auto;
}
/* Fix width issue with very long country names */
#id_country, #id_ship_country { width: 250px; }
#project-addressinfo {
	display: none;
	text-align: center;
}
.project-name {
	font-size: 20px;
	font-weight: bold;
}
.sidebar-showhide {
	color: #951b1e; /*#b03336;*/
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	width:190px;
}
#quick_menu {
	padding-top: 10px;
}
.cart-remove {
	width: 57px;
	height: 18px;
	background: url("../images/layout/spring/buttons/remove.png") no-repeat left top;
	border: none;
}
#id_update_submit {
	width: 59px;
	height: 18px;
	background: url("../images/layout/spring/buttons/update.png") no-repeat left top;
	border: none;
}
.free-shipping {
	color: black;
}
.contact-address {
	margin-left: 20px;
}
/*
.continue-checkout input {
	width: 175px;
	height: 35px;
	background: url("../images/layout/spring/buttons/continue_shopping.png") no-repeat left top;
	border: none;
}
*/
.brandImage {
border:solid 1px silver;
padding:5px;
float: left;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
text-align: center;
font-size: 13px;
}
/* Category display page  */
#category_category ul {
    list-style: none;
    margin: 0px;
}
#category_category li {
    display: block;
    border: 1px solid silver;
    padding:5px;
    margin: 10px 10px 10px 10px;
    font-size: 13px;
}
#category_category li p, #category_category li div, #category_category li h3 {
    cursor: pointer;
}
#category_category li a { line-height: normal; }
#category_category li {
    margin: 10xp 0px;
    min-height: 140px;
}
#category_category .category-cat-img {
    float: left;
    margin-right: 8px;
    width: 140px;
}
#category_category .category-cat-img img {
    display: block;
    margin: 0px auto;
}
#category_category .category-cat-disp {
    overflow: hidden;
}
#category_category .category-cat-disp h3 {
    margin: 2px 0px;
    font-weight: bold;
    font-size: 18px;
}
#category_category .category-cat-disp a {
    font-weight: bold;
}
#category_category li p {
    margin: 8px 0px;
}
/* Product page */
.product-titles {
	font-weight: bold;
	color: black;
}
/* Prodyct Category Page */
#product_category ul {
	list-style: none;
	margin: 0px;
}
#product_category li {
	display: block;
	border: 1px solid silver;
	padding:5px;
	margin: 10px 10px 10px 10px;
	font-size: 13px;
}
#product_category li a { line-height: normal; }
#product_category li {
	margin: 10xp 0px;
	min-height: 161px;
}
#product_category .product-cat-img {
	float: left;
	margin-right: 8px;
	width: 140px;
}
#product_category .product-cat-img img {
	display: block;
	margin: 0px auto;
}
#product_category .product-cat-disp {
	overflow: hidden;
}
#product_category .product-cat-disp h3 {
	margin: 2px 0px;
	font-weight: bold;
	font-size: 18px;
}
#product_category .product-cat-disp a {
	font-weight: bold;
}
#product_category .product-cat-price {
	font-weight: bold;
	margin: 0px;
	font-size: 18px;
}
#product_category .product-cat-add {
	font-weight: bold;
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    text-align: right;
}
/*
#product_category .product-cat-add div {
    background: white url(../images/layout/side_nav.png) repeat-x scroll left top;
    padding: 3px 10px;
    color: black;
    width: 30px;
    text-align: center;
}
*/
#product_category li p {
	margin: 8px 0px;
}
/* Main Heading Price/Date display */
.post .date {
	padding-right:9px;
}
/* Recently Added */
.recentlyadded {
	float: left;
	width: 135px;
	min-height: 175px;
	text-align: center;
	border:solid 1px silver;
	padding:5px;
	float: left;
	margin: 10px 10px 10px 10px;
	font-size: 13px;
}
/* Pagination Navigation Display*/
#pagination {
	clear: both;
	margin: 10px auto;
	text-align: center;
}
#pagination ul {
	padding: 10px 0px;
}
#pagination li {
	display: inline;
}
/* Cart Layout*/
.cart-table {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    width: 100%;
    margin: 10px 5px 10px 5px;
}
.cart-table #id_quantity {
    width: 35px;
}
.cart-table .remove-button {
    width: 3%;
    padding: 5px;
}
.cart-table .qty-button {
    width: 13%;
    padding-left: 5px;
}
.cart-table td, .cart-table th {
    border: 1px solid #dddddd;
    padding: 6px 0px;
    text-align: center;
    width: 8%;
}
.cart-table .oddrow {
    background-color: #eeeeee;
}
.cart-table .total {
    float: right;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.cart-table .sale-price {
    color: #b03336;
}
.cart-table .total-row {
    padding-left: 10px;
    vertical-align: middle;
    text-align: left;
}
.cart-table .cart-item-head {
    text-align: left;
    padding-left: 10px;
}
.cart-table .cart-item { 
    padding-left: 10px;
    text-align: left;
    width: 52%;
    color: black;
}
.cart-table .cart-item a { 
    color: black; 
}
.check-out-buttons {
	margin-top: 15px;
}
.check-out-buttons .checkout-button {
    float: right;
    padding: 3px 7px;
}
.check-out-buttons a {
	padding: 3px 7px;
	border:1px solid gray;
	background-color: #ededed;
	display: block;
}
.check-out-buttons a:hover {
    background-color: white;
}
.check-out-buttons .continue-shopping {
    float: left;
    padding: 3px 7px;
}
/* Checkout*/
.checkout ul {
	list-style: none;
}
.continue-checkout {
	text-align: right;
	margin-right: 28px;
}
#checkoutprogress {
border-style: solid;
border-width: 1px;
padding: 3px;
margin-bottom: 25px;	
}

#checkoutprogress ul {
display: inline;
margin-left: 0;
padding-left: 0;
border: none;
}

#checkoutprogress ul li {
margin-left: 0;
padding-left: 2px;
display: inline;
list-style: none;
}

#checkoutprogress ul li:before {
content: "\0020 \0020 \0020 \00BB \0020";
display: inline;
list-style: none;
}

#checkoutprogress ul li.first:before {
content: " ";
}

#checkoutprogress li.active {
background-color: #ccc;
}
/* Checkout Form */
.form-h-simple .errorlist {
	margin: -10px 0px 0px 220px;
    color: #a00;
    font-size: 0.875em
}
.payment-method ul {
	float: right;
	width: 260px;
}
.payment-method ul label {
	text-align: left;
}
/* Bottom Navigation */
.bottom-nav {
	text-align: center;
}
.bottom-nav a {
	font-size: 1em;
	text-decoration: underline;
	padding: 10px;
}
/* Privacy Policy*/
.rowlist {
	width: 300px;
	list-style: none;
}
.rowlist li {
	display: block;
}
/* Category Product Display Page*/
.category-add-product {
	margin:0px;
	padding:0px;
}
.category-add-product input {
	vertical-align: middle;
}