/*
Theme Name: MK1 custom theme
Theme URI: http://www.vo2.co.nz
Description: Custom theme developed for MK1 website.
Version: 1.0
Author: Benek Lisefski (VO2)
Author URI: http://www.benekdesign.com
Tags: 
*/

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 12px arial, tahoma, verdana;
	color: #43413d;
	background: #f5ecd7 url('/i/bg.jpg') repeat left top;
	line-height: 18px;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

#mainCol {
	min-height: 230px;	
}

#mainCol h3 {
	text-align: center;
	padding: 75px 0;
}
#mainCol h3 img {
	padding: 0 10px 0 0;
}

#magentosearch h3 {
	text-align: center;
	padding: 75px 0 0 0;
}
#magentosearch h3 img {
	padding: 0 10px 0 0;
}

.subCol {
	width: 240px;
	float: right;
	font-size: 11px
}

.mainCol {
	width: 720px;
	float: left;
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: bold 36px arial, tahoma, verdana;
	color: #fdf9ed;
	letter-spacing: -1px;
	margin: 32px 0 32px 0;
	line-height: 30px;
}

.box .mainCol h1 {
	margin-left: 34px;
}

#h1-latestArrivals {
	width: 160px;
	height: 61px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-latestarrivals.gif') no-repeat left top;
	margin: 32px 0 10px 0;
}

#h1-catalogue {
	width: 172px;
	height: 25px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-catalogue.gif') no-repeat left top;
	margin: 32px 0 10px 0;
}

#h1-about {
	width: 314px;
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-about.gif') no-repeat left top;
	margin: 32px 0 30px 34px;
}

#h1-cart {
	width: 153px;
	height: 57px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-cart.gif') no-repeat left top;
	margin: 32px 0 24px 0;
}

#h1-contact {
	width: 154px;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-contact.gif') no-repeat left top;
	margin: 32px 0 30px 34px;
}

#h1-shipping {
	width: 165px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-shipping.gif') no-repeat left top;
	margin: 32px 0 30px 34px;
}

#h1-libraries {
	width: 182px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-libraries.gif') no-repeat left top;
	margin: 32px 0 30px 34px;
}

#h1-terms {
	width: 372px;
	height: 31px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-terms.gif') no-repeat left top;
	margin: 32px 0 30px 34px;
}

#h1-blog {
	width: 92px;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-blog.gif') no-repeat left top;
	margin: 32px 0 30px 34px;
}

#h1-blogarchive {
	width: 255px;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-blogarchive.gif') no-repeat left top;
	margin: 32px 0 30px 34px;
}

#h1-searchResults {
    width: 131px;
    height: 61px;
    overflow: hidden;
    text-indent: -5000px;
    background: transparent url('/i/h1-searchresults.gif') no-repeat left top;
    margin: 32px 0 10px 0;
}

h3 {
	font: bold 18px 'arial narrow', arial, tahoma, verdana;
	color: #43413d;
	margin: 22px 0 10px 0;
	line-height: 16px;
}

.subCol h3 {
	color: #68655c;
	text-transform: uppercase;
}

.box h3 {
	color: #f6edd7;
}

h3.underline {
	background: transparent url('/i/divider-left-light.gif') no-repeat left bottom;
	padding-bottom: 12px;
	margin: 28px 0 0 0;
}

p, ul, ol {
	margin: 12px 0px 12px 0px;
}


/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #df5b06;
	text-decoration: none;
}

a:hover {
	color: #cf4400;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 84px;
	background: transparent url('/i/bg-header.jpg') repeat-x left top;
}

#header .center {
	height: 84px;
	overflow: hidden;
	background: transparent url('/i/bg-header-line.png') no-repeat 614px top;
}

#logo {
	display: block;
	float: left;
	width: 86px;
	height: 48px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/mk1.gif') no-repeat left top;
	margin: 18px 0 0 0;
}

#tagline {
	display: block;
	float: right;
	width: 264px;
	height: 36px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/tagline.gif') no-repeat left top;
	margin: 30px 30px 0 0;
	padding: 0;
	display: inline;
}

#cart {
	height: 30px;
	overflow: hidden;
	background: transparent url('/i/cart.gif') no-repeat left top;
	margin: 30px 0 0 20px;
	line-height: 15px;
	padding: 1px 0 0 36px;
	color: #f3e6ca;
	font-size: 11px;
}

#cart a:link,
#cart a:visited {
	font-size: 11px;
	color: #fcbe81;
}

#cart a:hover {
	color: #fdf9ed;
}


/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	height: 42px;
	width: 720px;
	margin: 0;
	list-style-type: none;
	float: left;
}

ul#nav li {
	display: block;
	float: left;
	height: 17px;
	padding-top: 25px;
	margin: 0 24px 0 0;
	overflow: hidden;
}

ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	float: left;
	height: 17px;
	padding: 0;
	overflow: hidden;
	text-indent: -5000px;
}

#navHome:link,
#navHome:visited { width: 50px; background: transparent url('/i/nav-home.gif') no-repeat left top; }
#navCatalogue:link,
#navCatalogue:visited { width: 101px; background: transparent url('/i/nav-catalogue.gif') no-repeat left top; }
#navAbout:link,
#navAbout:visited { width: 100px; background: transparent url('/i/nav-about.gif') no-repeat left top; }
#navContact:link,
#navContact:visited { width: 81px; background: transparent url('/i/nav-contact.gif') no-repeat left top; }
#navShipping:link,
#navShipping:visited { width: 82px; background: transparent url('/i/nav-shipping.gif') no-repeat left top; }
#navLibraries:link,
#navLibraries:visited { width: 91px; background: transparent url('/i/nav-libraries.gif') no-repeat left top; }

#navHome:hover,
#navCatalogue:hover,
#navAbout:hover,
#navContact:hover,
#navShipping:hover,
#navLibraries:hover,
.current #navHome:link,
.current #navHome:visited,
.current #navCatalogue:link,
.current #navCatalogue:visited,
.current #navAbout:link,
.current #navAbout:visited,
.current #navContact:link,
.current #navContact:visited,
.current #navShipping:link,
.current #navShipping:visited,
.current #navLibraries:link,
.current #navLibraries:visited { 
	background-position: left -17px;
}

#nav li.current {
	background: transparent url('/i/nav-current.gif') no-repeat center top;
}

/* /////////////////////////////////
	CATEGORY NAV
///////////////////////////////// */

ul#catNav {
	margin: 24px 0 12px -10px;
	list-style-type: none;
}

ul#catNav li {
	display: block;
	height: 24px;
	padding-left: 10px;
}

ul#catNav li a:link,
ul#catNav li a:visited {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;

}

ul#catNav li.current {
	background: transparent url('/i/catnav-current.gif') no-repeat left top;
}

ul#catNav li.current a {
	color: #fdf9ed;
}

/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	position: relative;
	top: -3px;
}

#content .center {
	height: 1%;
	overflow: hidden;
	background: transparent url('/i/bg-line.png') repeat-y 677px top;
	padding-bottom: 32px;
}

.box {
	width: 960px;
	clear: both;
	background: #4b4842 url('/i/bg-box.jpg') repeat-y left top;
	height: 1%;
	overflow: hidden;
}

.box2 {
	background: transparent url('/i/bg-box-top.gif') no-repeat left top;
	height: 1%;
	overflow: hidden;
}

.box a:link,
.box a:visited {
	color: #fa8031;
}

.box a:hover {
	color: #fdf9ed;
}

.box .subCol {
	padding-left: 24px;
	width: 216px;
	padding-bottom: 30px;
}

.box .subCol .divider {
	clear: both; 
	height: 4px; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	background: transparent url('/i/divider-right-dark.gif') no-repeat left top;
	margin: 18px 0 18px;
}

.box .dark {
	background: transparent url('/i/button-dark.gif') no-repeat left top;
	padding: 5px 10px;
}

a#rss:link,
a#rss:visited {
	background: transparent url('/i/icon-rss.gif') no-repeat left top;
	padding: 1px 0 1px 20px;
}

.blog {
	margin: 32px 0 24px 0;
}

.blog li {
	background: transparent url('/i/divider-left-light.gif') no-repeat left bottom;
	padding-bottom: 24px;
	padding-right: 40px;
}

.archive {
	margin: 18px 0;
}

.archive li {
	font-weight: bold;
	padding: 12px 40px 12px 0;
}

.blog h3 .date {
	color: #a79d84;
	font-size: 11px;
	font: normal 11px arial;
	margin-left: 15px;
}

.readMore:link,
.readMore:visited {
	display: block;
	width: 80px;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/button-readmore.gif') no-repeat left top;
}

.readMore:hover {
	background-position: left -27px;
}

#twitter {
	width: 169px;
	/*padding: 16px 20px 10px 18px;*/
	padding: 16px 20px 5px 18px;
	background: transparent url('/i/bg-twitter.png') no-repeat left top;
	margin-left: 22px;
}

.pullUp {
	margin-top: -40px;
}

.pullUp2 {
	margin-top: -20px;
}

.aktt_tweets ul {
	list-style-type: none;
	margin: 0;
}

.aktt_tweets ul li {
	margin: 12px 0;
}

.aktt_more_updates {
	display: none;
}

#h2-twitter {
	width: 202px;
	height: 57px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h2-twitter.png') no-repeat left top;
	margin: 0 0 0 23px;
}

#twitterFollow:link,
#twitterFollow:visited {
	margin: 0 0 32px 41px;
	display: block;
}

#tags {
	margin: 32px 0 28px 24px;
}

#tags a:link,
#tags a:visited {
	color: #8f846a;
	margin-right: 10px;
}

#tags a:hover {
	color: #cf4400;
}

.box #tags {
	margin: 32px 24px 28px 0;
}

.box #tags a:link,
.box #tags a:visited {
	color: #938f86;
	margin-right: 10px;
}

.box #tags a:hover {
	color: #fdf9ed;
}

.padTop {
	padding-top: 30px;
}

.text {
	margin: 30px 34px 24px 0;
}

.text ul li {
	padding-left: 16px;
	background: transparent url('/i/bullet.gif') no-repeat left 3px;
	margin-bottom: 6px;
}

.mainCol .divider {
	background: transparent url('/i/divider-left-light.gif') no-repeat left bottom;
	height: 5px; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	margin: 18px 0
}

.productImage {
	float: left;
	width: 180px;
	margin: 34px 26px 30px 40px;
	display: inline;
}

.productImage img {
	display: block;
}

#zoomButtons {
	height: 27px;
	margin: 4px 0 16px 0;
}

#zoomOut:link,
#zoomOut:visited {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/zoom-out.gif') no-repeat left top;
	margin-right: 2px;
}

#zoomIn:link,
#zoomIn:visited {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/zoom-in.gif') no-repeat left top;
}

#zoomOut:hover,
#zoomIn:hover {
	background-position: left -27px;
}

#altImg {
	height: 1%;
	overflow: hidden;
}

#altImg a:link,
#altImg a:visited {
	display: block;
	float: left;
	margin-right: 6px;
	border: 0;
	overflow: hidden;
}

#altImg a img {
	float: left;
	border: 0;
	overflow: hidden;
}

#altImg a:hover {
	border: solid 4px #ff6f09;
}

#altImg a:hover img {
	margin: -4px;
}

.productDesc {
	padding-right: 40px;
	color: #fdf9ed;
	font-size: 12px;
	margin: 30px 0 30px 0
}

.breadcrumb {
	margin: 0;
	font-size: 11px;
	color: #938f86;	
}

.breadcrumb a:link,
.breadcrumb a:visited {
	color: #938f86;	
}

.breadcrumb a:hover {
	color: #fa8031;	
}

.productDesc h3,
.productAdd h3 {
	color: #fdf9ed;
	font-size: 24px;
	margin: 12px 0;
}

.productDesc ul.details {
	list-style-type: none;
	font-size: 11px;
	color: #b8b4aa;
}

.productAdd {
	margin-top: 30px;
}



/* /////////////////////////////////
	PRODUCT GRID 
///////////////////////////////// */

.products {
	margin: 6px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	height: 1%;
	padding: 24px 0 0 36px;
}

.light {
	padding: 20px 0 0 0;
}

.multiLine {
	background: transparent url('/i/divider-left-dark.gif') repeat-y left 0;
}

.products li {
	width: 110px;
	height: 246px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 11px;
	line-height: 14px;
}

.multiLine li {
	height: 266px;
}

.products li a.image:link,
.products li a.image:visited {
	display: block;
	width: 100px;
	height: 157px;
	margin: 0;
	padding: 4px;
}

.products li a.image img {
	border: 0;
}

.products li a.image:hover {
	padding: 0;
	height: 165px;
}

.products li a.image:hover img {
	border: solid 4px #37332e;
}

.light li a.image:hover img {
	border: solid 4px #dbceb1;
}

.products li a.name:link,
.products li a.name:visited {
	display: block;
	margin: 0 0 0 4px;
	color: #fdf9ed;
}

.products li a.name:hover {
	color: #fa8031;
}

.light li a.name:link,
.light li a.name:visited {
	display: block;
	margin: 0 0 0 4px;
	color: #df5b06;
}

.light li a.name:hover {
	color: #cf4400;
}

#show {
	height: 46px;
	padding: 0 34px 0 34px;
	overflow: hidden;
	margin: -8px 0 0 0;
	color: #938f86;
	font-size: 11px;
}

#paginate {
	float: left;
	margin: 2px 20px 0 0;
}

#paginate li {
	display: block;
	float: left;
	padding: 0;
	margin-right: 2px;
}

#paginate li a:link,
#paginate li a:visited {
	display: block;
	float: left;
	margin: 0;
	background: #413e38;
	padding: 3px 8px;
}

#paginate li.prev a,
#paginate li.next a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
}

#paginate li.current a:link,
#paginate li.current a:visited,
#paginate li.current a:hover {
	color: #fff;
	font-weight: bold;
	background: #37332e;
}

.showing {
	display: block;
	float: left;
	margin: 5px 0 0 0;
	font-size: 11px;
}

/* /////////////////////////////////
	CART TABLE
///////////////////////////////// */

#shopping-cart-table {
	width: 633px;
	margin: 34px 0 0 40px;
	border: solid 1px #37332e;
	font-size: 11px;
	color: #fdf9ed
}

#shopping-cart-table th,
#shopping-cart-table td {
	padding: 5px 12px;
	text-align: left;
	vertical-align: middle;
}


#shopping-cart-table thead th {
	font-size: 10px;
	color: #b8b4aa;
	text-transform: uppercase;
}

#shopping-cart-table thead th,
#shopping-cart-table tfoot td {
	background: #37332e;
}

#shopping-cart-table tbody td {
	border-bottom: solid 3px #37332e;
}

#shopping-cart-table tbody td.img {
	width: 30px;
}

#shopping-cart-table .cartImg {
	display: block;
}

#shopping-cart-table input.qty {
	background: #37332e;
	padding: 5px;
	border: 0;
	width: 24px;
	color: #fff;
	font: normal 11px arial;
}

#shopping-cart-table .price {
	display: block;
	width: 50px;
}

#shopping-cart-table .name a:link,
#shopping-cart-table .name a:visited {
	color: #fdf9ed;
	font: bold 12px arial;
}

ul.totals {
	color: #b8b4aa;
	font-size: 12px;
	list-style-type: none;
	margin: -4px 0;
}

ul.totals li span {
	display: block;
	float: left;
	width: 100px;
}

ul.totals strong {
	color: #fdf9ed;
}

#checkoutNow:link,
#checkoutNow:visited {
	display: block;
	width: 100px;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/button-checkout.gif') no-repeat left top;
	margin-bottom: 12px;
}

#checkoutNow:hover {
	background-position: left -27px;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
 	border: 0;
}

input:focus,
select:focus {
	outline: 0;
}

#searchForm {
	width: 216px;
	height: 30px;
	overflow: hidden;
	background: transparent url('/i/bg-search.jpg') no-repeat left top;
	float: right;
	margin: 16px 0 28px 0;
}

#searchForm .input {
	border: 0;
	background: transparent url('/i/bg-search-text.jpg') no-repeat 10px 9px;
	width: 170px;
	height: 16px;
	float: left;
	padding: 7px;
	font: bold 14px arial, tahoma, verdana;
	color: #fdf9ed;
}

#searchForm .button {
	float: right;
	width: 30px;
}

#newsletterForm {
	margin: 30px 0 0 0;
	padding-left: 24px;
	position: relative;
}

#newsletterForm h2 {
	width: 216px;
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h2-newsletter.jpg') no-repeat left top;
	margin-bottom: 4px;
	margin-top: 0;
}

#newsletterForm h3 {
	font-size: 12px;
	float: left;
	margin: 5px 0 0 10px;

}

#newsletterForm .input {
	background: #fffefa;
	border: solid 1px #e9ddc1;
	padding: 8px 40px 8px 7px;
	font: normal 12px arial, tahoma, verdana;
	color: #000;
	width: 140px;
}

#newsletterForm .button {
	float: right;
	margin-top: -19px;
	position: relative;
	z-index: 10;
}

.wpcf7-form {
	margin: 18px 0;
}

.wpcf7-form label {
	display: block;
	margin: 10px 0 2px 0;
}

.wpcf7-form .input {
	background: #fffefa;
	border: solid 1px #e9ddc1;
	padding: 6px;
	font: normal 12px arial, tahoma, verdana;
	color: #000;
	width: 400px;
}

.wpcf7-form textarea.input {
	height: 200px;
	width: 650px;
}


#perPage {
	float: right;
	width: 160px;
	line-height: 18px;
}

#perPage select {
	background: #37332e;
	padding: 3px;
	margin: 0 2px;
	border: 0;
	width: 60px;
	color: #fff
}

#sort h3 {
	margin-bottom: 6px;
}

#sort select {
	background: #37332e;
	padding: 3px;
	margin: 0 2px 0 0;
	border: 0;
	width: 140px;
	color: #fff
}

#addCartForm {
	height: 1%;
	overflow: hidden;
	margin: 0;
	color: #938f86;
	line-height: 24px;
}

#addCartForm .button {
	float: left;
	margin-right: 12px;
}

#addCartForm #qty {
	float: left;
	background: #37332e;
	padding: 5px;
	border: 0;
	width: 24px;
	color: #fff;
	margin: 2px 4px 0 0;
	font: normal 11px arial;
}

form#coupon {
	margin: 0 0 30px 0;
	padding-left: 40px;
}

form#coupon input {
	width: 150px;
	background: #37332e;
	padding: 5px;
	border: 0;
	color: #fff;
	margin-right: 10px;
}

#checkout {
	background: #edf3fc;
	border: solid 1px #e0ebfa;
	height: 1%;
	overflow: hidden;
	padding: 14px;
	margin: 18px 0;
}

#checkout ul {
	list-style-type: none;
	margin: 0;
}

#checkout ul li {
	margin: 0;
}

#checkout ul li span {
	display: block;
	float: left;
	width: 100px;
}

#checkout fieldset.right {
	text-align: right;
}

#checkoutButton:link,
#checkoutButton:visited {
	display: block;
	float: right;
	width: 119px;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/button-checkout.gif') no-repeat left top;
	margin: 0 0 8px 0;
	text-align: left;
}

#checkoutButton:hover {
	background-position: left -28px;
}

#multiple:link,
#multiple:visited {
	display: block;
	float: right;
	font-size: 11px;
	clear: both;
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	height: 52px;
	background: transparent url('/i/bg-footer.jpg') repeat-x left top;
	overflow: hidden;
}

#footer .center {
	height: 52px;
	background: transparent url('/i/bg-footer-line.png') no-repeat 626px top;
	overflow: hidden;
}

#footNav {
	margin: 18px 0 0 0;
}

#footNav li {
	display: inline;
	margin-right: 12px;
}

#footNav li a:link,
#footNav li a:visited {
	color: #f3e6ca;
	text-transform: uppercase;
	font-weight: bold;
}

#footNav li a:hover {
	color: #fff;
}

#copyright {
	color: #f3e6ca;
	padding: 0 0 0 46px;
	background: transparent url('/i/mk1-footer.gif') no-repeat left 2px;
	margin: 16px 0 0 24px;
	line-height: 12px;
}

#copyright a:link,
#copyright a:visited {
	color: #fcbe81;
}

#copyright a:hover {
	color: #f3e6ca;
}







