body {
	/*background: #000;*/
}

.box .head {
	background: url(../images/header-blue-left.png) no-repeat left top;
}

.box .head h3 {
	background: url(../images/header-blue-right.png) no-repeat right top;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #fff;
}

.box.layered-nav {
	margin: 0 0 12px 0;
}

.box .narrow-by {
	border: 1px solid #aec6e7;
	border-top: 0;
}

.box .narrow-by #narrow-by-list {
	border: 1px solid #e0e9f6;
	border-top: 0;
	padding: 10px 10px 10px 24px;
}

#narrow-by-list ol li a {
	color: #000;
	font-style: italic;
	text-decoration: none;
	line-height: 20px;
}

#narrow-by-list li.level0 a {
	font-weight: bold;
}

#narrow-by-list li.level1 a {
	font-weight: normal;
}

#narrow-by-list ol li ol {
	margin-left: 34px;
}

#narrow-by-list ol li a {
	padding-left: 11px;
}

#narrow-by-list ol li.open a {
	background: url(../images/nav-open.png) no-repeat left center;
}

#narrow-by-list ol li.closed a {
	background: url(../images/nav-closed.png) no-repeat left center;
}

#narrow-by-list ol li.open ol {
	display: block;
}

#narrow-by-list ol li.closed ol {
	display: none;
}

.block {
	border: 0;
}

.block-redhead .block-title,
.block-cart .block-title {
	background: url(../images/header-red-left.png) no-repeat left top;
	padding: 0;
	border: 0;
}

.block-redhead .block-title h2,
.block-cart .block-title h2 {
	background: url(../images/header-red-right.png) no-repeat right top;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #fff;
}

.block-redhead .block-content,
.block-cart .block-content {
	border: 1px solid #f37d7d;
	border-top: 0;
	padding: 0;
}

.block-redhead .block-content p,
.block-cart .block-content p {
	border: 1px solid #facccc;
	border-top: 0;
	padding: 10px;
}

.navadmin {
	float: left;
	list-style: none;
}

.navadmin li {
	float: left;
	padding: 0;
}

.navadmin li.last {
	padding-right: 0;
}

.navadmin li a {
	float: left;
	display: block;
	height: 41px;
	line-height: 41px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'myriad pro';
	/*font-weight: bold;*/
	padding: 0 25px;
}

.navadmin li a:hover {
	background: url(../images/header-bar-hover.png) repeat-x left top;
}

.header .form-search {
	float: right;
	/*height: 41px;*/
	/*line-height: 41px;*/
	padding: 8px 0 0;
}

.clearBoth {
	clear: both;
}

.header-bar {
	background: url(../images/header-bar.png) no-repeat left top;
	height: 41px;
	border: 0;
	padding: 0 6px;
}

.form-search label {
	display: none;
}

.form-search input.input-text {
	background: url(../images/input-text.png) no-repeat left top;
	width: 185px;
	width: 177px;
	height: 24px;
	height: 20px;
	line-height: 24px;
	border: 0;
	padding: 4px 4px 0 4px;
}

.webkit .form-search input.input-text {
	padding: 0 4px 0 4px;
	line-height: 22px;
}

.form-search button,
.add-to-cart button.button,
.category-products .item button.button {
	background: url(../images/button-green.png) no-repeat left top;
	width: 55px;
	height: 24px;
	border: 0;
}

.form-search button span,
.add-to-cart button.button span,
.category-products .item button.button span {
	line-height: 24px;
	text-align: center;
	color: #fff;
	padding: 0;
}

.header {
	border: 0;
	padding: 0;
}

.header .logo {
	/*visibility: hidden;*/
	/*margin-right: 30px;*/
	background-position: center center;
}

.header .logo,
.header .logo a {
	width: 300px;
}

.logo {
	height: 150px;
}

#nav {
	border: 0;
	float: right;
}

#nav li {
	margin-right: 4px;
}

#nav li a {
	display: block;
	height: 114px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav li.nav-katt a {
	background-image: url(../images/category-katt.png);
	width: 86px;
}
#nav li.nav-hast a {
	background-image: url(../images/category-hast.png);
	width: 86px;
}
#nav li.nav-hund a {
	background-image: url(../images/category-hund.png);
	width: 116px;
}
#nav li.nav-smadjur a {
	background-image: url(../images/category-smadjur.png);
	width: 87px;
}
#nav li.nav-fisk a {
	background-image: url(../images/category-fisk.png);
	width: 87px;
}
#nav li.nav-fagel a {
	background-image: url(../images/category-fagel.png);
	width: 87px;
}
#nav li.nav-reptil a {
	background-image: url(../images/category-reptil.png);
	width: 88px;
}
#nav li.nav-katt a:hover {
	background-image: url(../images/category-katt-hover.png);
	width: 86px;
}
#nav li.nav-hast a:hover {
	background-image: url(../images/category-hast-hover.png);
	width: 86px;
}
#nav li.nav-hund a:hover {
	background-image: url(../images/category-hund-hover.png);
	width: 116px;
}
#nav li.nav-smadjur a:hover {
	background-image: url(../images/category-smadjur-hover.png);
	width: 87px;
}
#nav li.nav-fisk a:hover {
	background-image: url(../images/category-fisk-hover.png);
	width: 87px;
}
#nav li.nav-fagel a:hover {
	background-image: url(../images/category-fagel-hover.png);
	width: 87px;
}
#nav li.nav-reptil a:hover {
	background-image: url(../images/category-reptil-hover.png);
	width: 88px;
}
#nav li.nav-reptil {
	margin: 0;
}
#nav li a span {
	display: none;
}

.col-left,
.col-right,
.col-main {
	border: 0;
	padding: 0;
}

.page {
	width: 980px;
}

.center {
	text-align: center;
}

.footer {
	border: 0;
	border-top: 4px solid #f6b5d1;
}

.footer ul {
	float: right;
}

.footer ul li,
.footer ul li a {
	float: left;
}

.footer address {
	float: left;
}

.breadcrumbs {
	border: 0;
	padding: 0;
}

.breadcrumbs li {
	font-size: 11px;
}

.breadcrumbs li span {
	font-weight: bold;
}

.breadcrumbs li a {
	color: #40b500;
	text-decoration: none;
	font-weight: bold;
}

.product-view h2,
.category-products .item h3.product-name a {
	color: #40b500;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.category-products .item .product-image {
	text-align: center;
	display: block;
}

.price-box .price {
	font-size: 14px;
}

.product-view h3 {
	border-bottom: 4px solid #f6b5d1;
	margin-bottom: 6px;
}

.product-view .description,
.product-view .product-img-box {
	margin-right: 16px;
}

.product-view .description,
.product-view .additional,
.product-view .product-img-box,
.product-view .product-shop {
	float: left;
	width: 234px;
	overflow: hidden;
}

.product-view .availability,
.product-view .product-options-bottom .price-box,
.product-view .product-options p.required {
	display: none;
}

.product-view .add-to-cart .button {
	float: right;
}

.product-view .product-options dt,
.product-view .product-options dd,
.product-view .add-to-cart dt,
.product-view .add-to-cart dd {
	float: left;
	width: 117px;
	margin: 0 0 6px 0;
}
.product-view .add-to-cart .qty {
	width: 111px;
}

.product-view .add-to-cart label {
	font-weight: bold;
}

.data-table td.label, .data-table th.label,
.data-table td, .data-table th,
.product-view .product-options,
.product-view .product-options-bottom {
	background: #fff;
	border: 0;
	padding: 0;
}

.data-table th.label {
	font-weight: normal;
}
.data-table td.data {
	font-weight: bold;
}

.success-msg {
	background: #21ff96;
	border-color: #50bd1b;
	color: #000;
	text-align: center;
}

.messages li li {
	margin: 0;
	/*font-weight: bold;*/
}

.opc .step-title {
	background: #eee;
	color: #adb0b0;
	font-size: 14px;
}

.opc .step-title .number {
	background: url(../images/opc-step.png) no-repeat center center;
	width: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.opc .step-title,
.opc .step-title .number,
.opc .step-title h3 {
	height: 26px;
	line-height: 24px;
}

.opc .step-title h3 {
	font-size: 14px;
}

/*.opc .step-title .number {
	padding: 1px 0;
}*/

.opc .active .step-title {
	background: #247cc0;
	color: #fff;
	line-height: 26px;
}

.opc .active .step-title h3 {
	line-height: 26px;
}

.opc .active .step-title h3 {
	font-size: 16px;
}

.opc .active .step-title .number {
	background: url(../images/opc-active-step.png) no-repeat center center;
	width: 21px;
	color: #247cc0;
	font-size: 14px;
	line-height: 26px;
}

.opc li.section {
	border-top: 0;
	padding-top: 1px;
}

.opc li.section.active {
	border: 1px solid #247cc0;
	padding-top: 0;
}

.opc {
	border-bottom: 0;
}

.checkout-onepage-index .page-title {
	display: none;
}

.block-progress .block-title {
	font-style: italic;
	border: 0;
}

.block-progress .block-title,
.block-progress .block-content {
	padding: 0;
}

.products-grid .item {
	float: left;
	width: 234px;
	width: 230px;
	width: 210px;
	margin: 0 16px 16px 0;
	padding: 10px;
	border: 2px solid #d2d2d2;
	min-height: 230px;
}

.products-grid .item.last {
	margin-right: 0;
}

.pager,
.sorter {
	border: 0;
}

.sorter .sort-by {
	float: left;
	margin-left: 24px;
}

.pager {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.pager .pages {
	margin: 0;
	clear: both;
}

.pager .pages li {
	display: block;
	float: left;
	margin-right: 8px;
}

.pager .pages li.prev {
	margin-right: 16px;
}

.pager .pages li.next {
	margin-left: 16px;
}

.pager .pages li a {
	color: #40b500;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	height: 21px;
}

.pager .pages li.current {
	background: url(../images/pager-li-active-left.png) no-repeat left top;
	line-height: 21px;
	height: 21px;
	margin-right: 6px;
}

.pager .pages li.current span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	background: url(../images/pager-li-active-right.png) no-repeat right top;
	line-height: 21px; 
}

.sorter .amount {
	float: left;
}

.sorter .limiter {
	float: right; 
}

.category-title,
.category-description {
	display: none;
}

.category-products .item .availability {
	display: none;
}

.category-products .item .price-box {
	float: left;
}

.category-products .item button.button {
	float: right;
}

#shopping-cart-table-head th {
	background: url(../images/cart-big-header.png) no-repeat center top;
	color: #fff;
	height: 41px;
	line-height: 41px;
}

#shopping-cart-table-head th.first {
	background-position: left top;
}

#shopping-cart-table-head th.last {
	background-position: right top;
}

#shopping-cart-table td {
	/*border: 2px solid #99b8e1;*/
	padding: 5px;
}

.col3-layout .col-main {
	margin-left: 18px;
}

#shopping-cart-table-head {
	width: 980px;
}

#shopping-cart-table {
	width: 980px;
	width: 980px;
	/*margin-left: 1px;*/
	border-spacing: 2px;
	border-collapse: separate;
	background: #99b8e1;
}

button.button-green-medium,
.cart .checkout-types button.button {
	background: url(../images/button-green-medium.png) no-repeat left top;
	width: 111px;
	height: 26px;
	border: 0;
	overflow: hidden;
}

button.button-blue-medium {
	background: url(../images/button-blue-medium.png) no-repeat left top;
	width: 111px;
	height: 26px;
	border: 0;
	overflow: hidden;
}

button.button-green-medium span,
button.button-blue-medium span,
.cart .checkout-types button.button span {
	line-height: 26px;
	text-align: center;
	color: #fff;
	padding: 0;
}

#shopping-cart-table-foot button.button-blue-medium {
	margin-bottom: 6px;
}

#shopping-cart-totals-table tfoot th,
#shopping-cart-totals-table tfoot td {
		font-style: italic;
		font-size: 18px;
		font-weight: bold;
}

.cart .checkout-types {
	float: left;
	margin-left: 16px;
}

.page-title {
	border: 0;
	padding-left: 18px;
}

.page-title h2 {
	font-style: italic;
	font-weight: bold;
}

.footer ul {
	padding: 0;
}

.footer ul li,
.footer ul.links li.last {
	border-right: 1px solid #666;
	padding-right: 6px;
	margin-right: 6px;
}

.footer ul li a {
	text-decoration: none;
	color: #666;
	font-size: 10px;
}

.footer ul li.last {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

.footer {
	padding: 10px 0;
}

.footer img {
	float: left;
	margin: 0 0 0 64px;
}

#shopping-cart-table,
#shopping-cart-table h3 a,
#shopping-cart-table input,
#shopping-cart-table span {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#shopping-cart-table input {
	text-align: right;
	border: 1px solid #000;
}

#shopping-cart-table-foot ul.checkout-types {
	float: right;
}

#bestsellers-list {
	padding: 12px 0 8px 0;
}

#bestsellers-list .product-shop {
	width: 140px;
	float: left;
}

#bestsellers-list .product-image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
}

#bestsellers-list .product-name a {
	font-weight: bold;
}

#bestsellers-list .item .price-box .price {
	font-weight: normal;
}

#bestsellers-list .product-name a,
#bestsellers-list .item .price-box .price {
	color: #000;
	font-size: 14px;
}

#bestsellers-list .product-name a span {
	font-weight: normal;
	font-style: normal;
}

#bestsellers-list li.item {
	border: 0;
	padding: 4px 0 4px 18px;
}

.product-view .up-sell {
	clear: both;
}

.emailToFriend {
	float: right;
	margin: 12px 0;
	color: #40b500;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.up-sell .products-grid .item {
	margin-right: 8px;
	width: 156px;
	width: 136px;
	width: 134px;
	border: 1px	solid #d2d2d2;
}

.up-sell .products-grid .item h4.product-name a {
	color: #40b500;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.product-view .product-img-box .product-image {
	border: 0;
}

.block-cart p.subtotal {
	padding-right: 0;
	padding-bottom: 4px;
	text-align: right;
	font-weight: bold;
	border: 0;
}

.block-cart p.amount {
	font-weight: bold;
	text-align: left;
	border: 0;
	padding: 0;
}

.block-cart p.amount a {
	font-weight: bold;
	color: #40b500;
	text-decoration: none;
}

.block-cart p.subtotal span.price {
	text-align: right;
	font-weight: bold;
	color: #40b500;
}

.block-cart h4 a {
	text-decoration: none;
	color: #000;
	font-style: italic;
	font-size: 14px;
}

.block-cart .mini-products-list .product-image {
	border: 0;
}

.block-cart .block-content {
	padding: 10px;
}

.buttons-set {
	border: 0;
	padding: 5px 0 5px 5px;
}

#checkout-step-login button.button {
	background: url(../images/button-green-medium.png) no-repeat left top;
	width: 111px;
	height: 26px;
	border: 0;
	overflow: hidden;
}

#checkout-step-login button.button span {
	line-height: 26px;
	text-align: center;
	color: #fff;
	padding: 0;
}

.contacts-index-index #contactForm .buttons-set .button {
	border: none;
}

.catalog-product-gallery .nav a {
	margin-right: 78px;
}

.catalog-product-gallery .nav a.last {
	margin-right: 0;
}

.catalog-product-gallery #product-gallery-image {
	margin: 22px 0;
}