@charset "utf-8";

/*
 * Product module
 */

.product-crumbs-wrapper {
	margin: 5px 0px 10px;
    font-size: .8em;
}

.search-form-wrapper {
	text-align: right;
    margin: 5px 0px 5px;
    padding: 5px 10px;
    background-color: #f8f8f8;
}

.product-categories, .product-categories li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: .9em;
}

.product-categories li {
	display: block;
    float: left;
    width: 250px;
}

#product-list-wrapper {
	clear: both;
}

.paging-wrapper {
	margin: 0px 0px 5px;
    font-size: .8em;
    text-align: right;
}

#product-list .product-item {
	float:left;
	width:130px;
	margin:0px 0px 5px 8px;
	background-color:white;
	text-align:center;
	border: 1px solid #efefef;
	height:128px;
	padding:5px;
	position:relative;
}

#product-list .product-item a{
	vertical-align:middle;
	color:#6D8DC4;
}
#product-list .product-item a:hover{
	text-decoration:underline;
	}

#product-list .product-item:hover {
	border-color: #6D8DC4;
}

#product-list .product-item img {
	margin-bottom:5px;
}

#product-list .product-item:hover {
	border-color: #ED9B06;
	border-width:2px;
	padding:4px;
}

#product-list .product-item .image {
	text-align:center;
}

#product-list .product-item .image img {
	max-width: 80px;
	max-height: 80px;
}

#product-list .product-item .text {
	position:absolute;
	bottom:0px;
	left:0px;
	width:140px;
	text-align:center;
}

#product-list .product-item .more {
	font-size: .8em;
	margin-top: 10px;
}

#product-view-wrapper .product-photos {
	float: right;
    text-align: center;
    width: 125px;
    margin-top: 20px;
}

#product-view-wrapper .product-photos .enlarge {
	text-align: center;
    font-size: .8em;
    margin: 5px 0px;
}

#product-view-wrapper .product-content {
	
}

#product-view-wrapper .product-content .product-info {
	margin: 10px 0px;
}

#product-view-wrapper .product-content .label {
	font-weight: bold;
    margin: 5px 0px;
    font-size: .8em;
}

#product-view-wrapper .product-content .value {
	padding-left: 20px;
}

.product-photos img {
	max-width: 80px;
	max-height: 80px;	
}

.product-cart {
	text-align: right;
    font-size: 1em;
	padding: 5px 10px;
    background: #fff url('../image/bar_invert_bg.jpg') repeat-x left top;
    color: #666;
	clear: both;
}
    
    .product-cart a {
    	padding-left: 25px;
        color: #666;
    }
    
    .product-cart a:hover {
    	color: #999;
    }
    
    .product-cart .add-cart {
        background: transparent url('../image/tooltip/cart_put.png') no-repeat left top;
        padding-right: 20px;
    }
    
    .product-cart .view-cart {
        background: transparent url('../image/tooltip/cart_go.png') no-repeat left top;
    }

#cart-blurb {
	padding: 0px 10px;
    margin: 0px 0px 10px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    text-align: right;
    background: #fff url('../image/bar_bg.jpg') repeat-x left top;
}

	#cart-blurb .cart {
    	padding-right: 20px;
    }
    
    #cart-blurb .total {
    	padding-right: 20px;
        font-weight: bold;
    }
    
    #cart-blurb .checkout a {
    	padding-left: 25px;
        color: #666;
        background: transparent url('../image/tooltip/cart_go.png') no-repeat left top;
    }
    
    #cart-blurb .checkout a:hover {
    	color: #999;
    }

/*
 * Order/checkout module
 */

.order-progress-wrapper {
	padding: 10px;
    text-align: center;
    background: #F7F958;
    border: 1px solid #fff;
    margin: 0px 0px 10px;
    color: #666;
}

.order-progress, .order-progress li {
	margin: 0px;
    padding: 0px;
    list-style: none;
}

.order-progress li {
	display: inline;
    margin: 0px 10px 0px;
}

.order-progress li.current-step {
	font-weight: bold;
    color: #000;
}

.address {
	margin: 0px 0px 10px;
    padding: 5px;
}

.address ul, .address ul li {
	padding: 0px;
    margin: 0px;
    list-style: none;
}

.address ul {
	margin: 5px 0px 10px;
}

.address ul li {
	padding-left: 10px;
}

.card {
	 background-color: #f9f9f9;
	 padding: 10px;
}

.card .buttons {
	float: right;
}

.card .description {
	
}

/*
 * General styling and formatting
 */

div.errors {
	margin: 10px 0px;
    border: 1px solid #f99;
    background-color: #f8f8f8;
    color: #333;
    padding: 10px 20px;
}

#content div.errors h2 {
	margin: 0px 0px 5px;
    padding: 0px;
    color: #f00;
    font-size: 1.1em;
}

div.errors ul {
	padding-left: 20px;
}


/*
 * Custom styles
 */

#product-crumbs{
	display:none;
}

#products_nav {
	padding-left:15px;
	list-style:none;
}
#products_nav li {
	padding-bottom:5px;
}
#products_nav li a {
	color:#999;
}
#products_nav li a:hover {
	text-decoration:underline;
	color:#ED9B06;
	}

#products_nav li a.active {
	color:#ED9B06;
	font-weight:bold;
}	
	

.product-content {
	position:relative;
}	

#product-header {
	background-color:#D9E5A8;
	border-bottom:2px solid white;
	height:39px;
	margin-left:-5px;
	margin-top:-5px;
	width:468px;
}
.product-content h1 {
	color:#ED9B06;
	font-size:20px;
	float:left;
	line-height:39px;
	text-indent:10px;
}

#product-photos img{
	padding:5px;
	background-color:#D9E5A8;
	border:1px solid #999;
}

.product-content #product-price {
	position:absolute;
	top:0px;
	right:0px;
	padding:10px 10px 10px 10px;
	font-size:18px;
	color:#ED9B06;
	background-color:white;
	border-bottom:2px solid white;
}
	
