/*------------*/
/* Orange Theme */
/*------------*/ 
.theme {
	background-color: beige;
}
.theme .navbar-container {
	background: url(http://resource.totalwarehouse.com/styles/mall_style_02/images/orange/navBar.png) top left;
	}
	.theme .header-nav ul.nav li.first {
		border-right:1px solid #FF9900;
		}
		.theme .header-nav ul.nav li a {
			color: #333;
			}
		.theme .header-nav ul.nav li a:hover {
			color: red;
			}
.theme .cart-container {
	
	border-left:1px solid #FF9900;
	
	}

.theme .breadcrumbs {
	background: url(http://resource.totalwarehouse.com/styles/mall_style_02/images/orange/breadcrumb-bar.png) bottom right;
    }
	
.theme .header-container .search-container .img-corner-L {
	background: url(http://resource.totalwarehouse.com/styles/mall_style_02/images/orange/searchContainer_L.png) bottom left no-repeat;
	}
.theme .header-container .search-container .img-corner-R {
	background: url(http://resource.totalwarehouse.com/styles/mall_style_02/images/orange/searchContainer_R.png) bottom right no-repeat;
	}	
			
.theme .side-col-block .img-center,
.theme .side-col-block .img-corner-L,
.theme .side-col-block .img-corner-R {
	background-color:#FFA500;
	}
.theme .cat-menu li.current {
	font-weight: bold;
	background-color:#FFE47F; 
	}
.theme .side-col-block .table-td-middle {
	border-left: 1px solid #FFA500;
	border-bottom: 1px solid #FFA500;
	border-right: 1px solid #FFA500;
	background-color:white;
	}	

.theme .hpl-layout .hpl-featured-products h4 {
	padding:10px;
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	white-space: nowrap;
	border-bottom:#FFA500 2px solid;
	border-top: 1px #DEDEDE solid;
	border-left: 1px #DEDEDE solid;
	border-right: 1px #DEDEDE solid;
	}
.theme .homepage-heading .splash-img {
	border:#FFA500 1px solid;
	}

.theme .foot-container .foot-block{
	background: url(http://resource.totalwarehouse.com/styles/mall_style_02/images/orange/footer-bg.png) top left no-repeat;
	}
.theme .style-category-description {
	border:#FFA500 1px solid;
	margin-bottom: 10px; 
	padding: 10px 10px 15px 10px
}
.theme .page-content .page-title {
	border-bottom:#FFA500 2px solid;
	padding:10px 0;
	font:bold 16px Tahoma, Arial, Helvetica, sans-serif;
}
	.theme .header-container .search-container .search-block .text-field,
	.theme .cart-container .text-field{
		background:#fff url(http://resource.totalwarehouse.com/styles/mall_style_02/images/input-bg.gif) top left repeat-x;
		border:1px solid #FFA500;
	}


.style-logotext {
        color:black;
        float:left;
        font-family:sans-serif;
        font-size:40px;
        font-weight:bold;
        line-height:80px;
}


