html, body{
    background-color: #dbdde3;
}

body{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4f4f4f;
	/*text-shadow: 0.1em 0.1em #e4e7ed;*/
}

strong{
	font-weight: bold;
}
/*
	LAYOUT
*/
#site-title{
	background: #331e54;
	padding: 10px;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#toolbar{
	height: 44px;
	background: url( 'images/toolbar.jpg' ) repeat-x left bottom;
	position: relative;
	z-index: 2;
}
#main-area{
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 3;
	margin-bottom: 50px;
}
#sidebar{
	width: 299px;
	border-right: 1px solid #b3b3b3;
	overflow: hidden;
	position: relative;
	float: left;
	background: #e8eaed;
}
#main, .main{
	float: left;
	overflow: hidden;
	position: relative;
	width: 467px;
}
#search{
	display: block;
	margin-bottom: 1em;
	margin-top: .5em;
}
#footer{
	background: #000 url( 'images/footer-bar.jpg' ) repeat-x left top;
	min-height: 50px;
	position: static;
	z-index: 10;
	width: 100%;
	display: block;
	-webkit-transform: translateZ(0); /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
}
#login{
	background: transparent url( 'images/loginbox.png' ) no-repeat;
	width: 425px;
	height: 200px;
	margin: 40px auto;
}

/*
	LOGIN
*/
#login #login_form{
	display: block;
	padding: 30px 30px 20px;
	color: #fff;
	text-shadow: 0.1em 0.1em #000;
}
#login #login_form p{
	margin-bottom: 1em;
}
#login_form label{
	width: 100px;
	display: inline-block;
}
#login_form input[type="text"], #login_form input[type="password"]{
	padding: 4px;
	width: 200px;
}
#login_form .center{
	text-align: center;
}
.login_form_error{
	display: block;
	color: #f00;
	text-align: center;
}
/*
	SEARCH
*/
#search{
	background: url( 'images/search-input.jpg' ) no-repeat 5px 0;
}
#search input[type="text"]{
	border: 0;
	height: 25px;
	width: 235px;
	margin: 5px 0 0 35px;
}
/*
	CATEGORY LISTS
*/
h3.category{
	display: block;
	color: #fff;
	font-weight: bold;
	background: #a6b4c0 url( 'images/label-category-title.jpg' ) repeat-x left top;
	text-shadow: 0.1em 0.1em #aaa;
	line-height: 24px;
	padding: 0 10px;
}

ul.category{
	display: block;
}
ul.category li{
	display: block;
	background: #e4e6ea url( 'images/h-border.jpg' ) repeat-x left bottom;
}

ul.category a, ul.category a:visited{
	color: #000;
	text-shadow: 0.1em 0.1em #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	display: block;
	margin-bottom: 0px;
}
ul.category li.selected a, ul.category li.selected a:visited,
ul.category li.selected a:active{
	background: url( 'images/list-selected.jpg' ) repeat-x 0 bottom;
	color: #fFF;
	text-shadow: 0.1em 0.1em #333;
}

ul.category li:last-child a, ul.category li:last-child a:visited{
	margin-bottom: 0;
}

/*
	PRODUCT LISTING
*/
ul.shopping-cart li,
ul.products li{
	padding: 10px;
	display: block;
	background: #cad2da url( 'images/h-border.jpg' ) repeat-x left bottom;
	overflow: hidden;
}
ul.shopping-cart li.alt,
ul.products li.alt{
	background-color: #dde0e5;
}
ul.products .image, ul.products .information{
	float: left;
}
ul.products .image{
	width: 130px;
}
ul.products .image img{
	width: 120px;
	border: 1px solid #ccc;
}
 ul.products .information{
	width: 317px;
}
 ul.products .information p{
	line-height: 1.5;
	padding: 0; margin: 0;
	display: block;
}
 ul.products .information .view{
	display: block;
	text-align: right;
}

.products .large-image{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.products .large-image img{
	border: 1px solid #99a7b8;
	width: 370px;
}
.product-title{
	font-weight: bold;
	text-shadow: 0.1em 0.1em #fff;
}
.products .info{
	line-height: 1.5;
	padding: 10px 30px;
}

.products .back, .products .add-items{
	overflow: hidden;
	float: left;
	width: 50%;
}
.products .add-items{
	text-align: right;
}
.products .add-items form{
	display: inline;
	margin-right: 10px;
	overflow: hidden;
}
.products .add-items input{
	width: 40px;
	display: inline-block;
	margin: 1px 0 0;
	padding: 3px;
}
.products .add-items table{
	width: 100%;
}
li.commands{
	text-align: right;
}

/*
	Shopping CART
*/
ul.shopping-cart .cols{
	float: left;
	font-size: 12px;
	/*width: 447px;*/
}
ul.shopping-cart .col1{
	width: 85px;
}
ul.shopping-cart .col2{
	width: 100px;
}
ul.shopping-cart .col3{
	width: 62px;
	text-align: right;
}
ul.shopping-cart .col4{
	width: 100px;
	text-align: right;
}
ul.shopping-cart .col5{
	width: 100px;
	text-align: right;
}
ul.shopping-cart .header{
	font-weight: bold;
	color: #5d386c;
}
.cart-buttons .checkout,
.cart-buttons .continue{
	float: left;
	width: 50%;
}
.cart-buttons .checkout{
	text-align: right;
}
/* 
	FOOTER
*/
#footer .container{
	width: 768px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 50px;
}
#footer .home{
	position: absolute;
	left: 10px;
	top: 10px;
}
#footer .shopping-basket{
	position: absolute;
	right: 10px;
	top: 10px;
}
#footer .shopping{
	position: absolute;
	right: 75px;
	top: 0;
	width: 175px;
	height: 47px;
	overflow: hidden;
	background: url( 'images/footer-basket.jpg' ) repeat-x left top;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer .shopping li{
	padding: 10px 5px 5px;
	color: #fff;
	font-size: 90%;
	line-height: 1.3;
}
#footer .shopping div{
	float: left;
	width: 50%;
}
#footer .shopping .value{
	text-align: right;
}
#footer .shopping-title{
	position: absolute;
	left: 310px;
	top: 10px;
}
#footer h3{
	color: #fff;
	font-weight: bold;
	font-size: 130%;
}
#footer .loading{
	position: absolute;
	top: 20px;
	left: 100px;
	width: 16px;
	height: 16px;
	display: none;
}
/*
	SITE LOGO
*/
.site-title{
	width: 178px;
	height: 48px;
	background: url( 'images/MaxPos.jpg' ) no-repeat left top;
	text-indent: -99999em;
	float: left;
}

.site-slogan{
	width: 200px;
	position: absolute;
	right: 0;
	top: 25px;
	
}

/*
	PAGINATION
*/
#footer .pagination{
	position: absolute;
	left: 310px;
	padding: 20px 0;
	color: #ccc;
}
#footer .pagination small{
	color: #666;
}
#footer .pagination div{
	display: inline-block;
	background-color: #333;
	padding: 10px;
	margin-top: -10px;
	opacity:0.5;
}
#footer .pagination a, #footer .pagination a:visited{
	text-decoration: none;
	color: #fff;
	margin: 0 5px;
}
/*
	TOOLBAR BUTTONS
*/
#toolbar .text{
	text-shadow: 0.1em 0.1em #e4e7ed;
	color: #4f5459;
	margin-top: 14px;
	padding-left: 10px;
	display: inline-block;
}
#toolbar .login{
	text-align: center;
	display: block;
	text-shadow: 0.1em 0.1em #e4e7ed;
	color: #4f5459;
	margin-top: 14px;
	font-weight: bold;
}
#toolbar .container{
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 44px;
}
#toolbar .text{
	position: absolute;
	left: 0;
}
#toolbar .options-1{
	position: absolute;
	left: 88px;
	top: 7px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	height: 44px;
}
#toolbar .options-2{
	position: absolute;
	left: 309px;
	top: 7px;
}
#toolbar .options-3{
	position: absolute;
	right: 10px;
	top: 7px;
}
/*
	BUTTONS
*/
.button{
	background: url( 'images/toolbar.png' ) no-repeat;
	text-indent: -9999em;
	display: inline-block;
	color: transparent;
}
.btn-selected{
	background-position-y:  -30px !important;
}
.btn-category{
	
	width: 101px;
	height: 30px;
	background-position: 0 0;
}

.btn-brand{
	width: 100px;
	height: 30px;
	background-position: -101px 0;
}
.btn-front-office{
	width: 101px;
	height: 30px;
	background-position: -201px 0;
}
.btn-back-office{
	width: 100px;
	height: 30px;
	background-position: -302px 0;
}

.btn-logout{
	width: 60px;
	height: 30px;
	background-position: -402px 0;
}

.btn-view{
	width: 64px;
	height: 30px;
	background-position: -402px -30px;
}
.btn-continue-shopping{
	width: 135px;
	height: 30px;
	background-position: -462px 0;
}

.btn-checkout{
	width: 103px;
	height: 30px;
	background-position: -466px -30px;
}
.btn-add-item{
	width: 70px;
	height: 30px;
	background-position: -597px 0;
}
.btn-back{
	width: 54px;
	height: 30px;
	background-position: -569px -30px;
}

.btn-delete{
	width: 20px;
	height: 20px;
	background-position: -669px 0;
}

.btn-add{
	width: 20px;
	height: 20px;
	background-position: -669px -20px;
}

.btn-minus{
	width: 20px;
	height: 20px;
	background-position: -669px -40px;
}

.btn-basket{
	width: 35px;
	height: 26px;
	background-position: -690px 0;
}

.btn-home{
	width: 32px;
	height: 26px;
	background-position: -727px 0;
}

.btn-edit{
	width: 52px;
	height: 30px;
	background-position: -759px 0;
}

.btn-new-customer{
	width: 124px;
	height: 30px;
	background-position: -1263px 0;
}
.btn-new-category{
	width: 100px;
	height: 30px;
	background-position: -1263px -40px;
}

.btn-new-product{
	width: 140px;
	height: 30px;
	background-position: -1368px -40px;
}
.btn-new-band{
	width: 82px;
	height: 30px;
	background-position: -1396px 0;
}
.btn-admin-product{
	width: 115px;
	height: 34px;
	background-position: -817px 0;
}
.btn-admin-band{
	width: 103px;
	height: 34px;
	background-position: -932px 0;
}
.btn-admin-category{
	width: 118px;
	height: 34px;
	background-position: -1035px 0;
}
.btn-admin-customer{
	width: 102px;
	height: 34px;
	background-position: -1153px 0;
}
.admin-selected{
	background-position-y: -40px;
}

/* Zend Form Styling */
dl.zend dt, dd { min-height: 30px; overflow: hidden; }
dl.zend_form dt {
	display: block;
}
dl.zend_form dt label.required { font-weight: 600; }
dl.zend_form dt label.optional { font-weight: 600; }
dl.zend_form dd {
	display: block;
	background: url( 'images/h-border.jpg' ) repeat-x 0 bottom;
	margin-bottom: 5px;
}

dl.zend_form dd ul.errors {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl.zend_form dd ul.errors li, .error {
	margin: 0 0.15em;
	font-size: 12px;
	color: #fffeff;
	background-color: #b90000;
}
.error{
	display: block !important;
	padding: 10px;
	clear: both;
}

.error_bg{background: #B90000;}

/*
	ADMIN
*/
#admin-customers{
	padding: 10px;
}
.customer-table{
	width: 100%;
}
.customer-table th, .customer-table td{
	padding: 5px;
	background: #dde0e5 url( 'images/h-border.jpg' ) repeat-x 0 bottom;
}
.customer-table tr:nth-child(odd) td{
	background-color: #cad2da;
}
.customer-table th{
	font-weight: bold;
	font-size: 90%;
}
.customer-table .account{
	width: 20%;
}
.customer-table .name{
	width: 60%;
}
.customer-table td a:first-child{
	margin-right: 20px;
}