/* @override 
	http://www.mischiefshoes.co.nz/media/client/resources/templates/4_core_css.css
	http://mischief.crosbiedesign.co.nz/media/client/external/css/default.css
*/

@charset "UTF-8";
/*   
Web Site Name: Mischief Shoes
URL: http://www.mischiefshoes.co.nz
Copyright: Mischief Shoes
Designer: Michael Crosbie + Carly Hitchcock, Crosbie Design Limited
Developer: Michael Crosbie, Crosbie Design Limited
Email: michael@crosbiedesign.co.nz

TABLE OF CONTENTS

    Client changes
    HTML Tags
    Overlays
    Notifications
    Structure
    Header
    Login menu
    Footer
    Submenu
    Content
    -------------
    Category view
    Item view
    Shopping cart
    Checkout
        - Global
        - Customer details
        - Shipping/Payment
    Login/Register
    My Account
        - Global
        - My Account
        - My Orders
    -------------
    Form Validation
  

/* ---------- @ HTML Tags -----------*/
* {
    margin:0;
    padding:0;
    outline:none;
}
body, html {
    min-height:101%; /*Firefox scrollbar fix*/
    height:101%;
}
body {
    background:#FFF;
    color:#000;
    letter-spacing:.01em;
}
body, select, input, textarea {
    font-size: 14px;
    font-family:chaparral-pro,serif;
    font-weight:400;
    color:#58595b;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    select {
        font-family:Arial,sans-serif !important;
    }

}
p {
    margin-bottom: 10px;
    line-height:125%;
}
a {
    color:#58595b;
    text-decoration:none;
    cursor:pointer;
}
img {
    border:none !important;
    text-decoration:none !important;
}
img a {
    text-decoration:none;
}
object {
    border-bottom:none;
}
pre {
    width:100%;
}
li {
    list-style:none;
}
.clear_both {
    clear:both;
    height:0px !important;
}
h1 {
    font-size: 36px;
    margin-bottom:16px;
    border-bottom: 3px #c4c6c8 solid;
    font-weight:100;
    width: 100%;
}
h1.alt {
    margin-bottom:36px;
    border-bottom: 3px #c4c6c8 solid;
	font: 26px ff-din-web, sans-serif;
	text-transform: uppercase;
}
h2 {
    font-size: 16px;
    font-weight:700;
    font-family: ff-din-web,sans-serif;
    margin-bottom:14px;
    padding-bottom:14px;
    border-bottom:#c4c6c8 solid 1px;
    color:#00b7dc;
    text-transform:uppercase;
}
.scrollable_text {
    display: block;
    height: 24px !important;
    overflow: hidden;
    position: relative;
    width: 252px;
}
.scrollable_text span {
    position: absolute;
    white-space: nowrap;
}
/* ---------- @ Overlays    -----------*/
#overlay
{
 position: fixed;
 z-index: 88888888;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 1650px;
 background-color:#58595b;
 opacity:0.7;
 display:none;
} 
/* ---------- @ Notifications   -----------*/
#notification {
    z-index: 99999;
    display:none;
    margin-left: -141px;
    margin-top: -141px;
    top: 50%;
    left:50%;
    width: 283px;
    height: 283px;
    position:fixed;
}

/* ---------- @ Structure -----------*/
#bodywrapper {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#header {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:left;
    height: 129px;
    margin-top:12px;
    padding:12px 0px;
    border-top:#00b7dc 3px solid;
    border-bottom:#00b7dc 1px solid;
	background:#FFF;
}

.inner_wrapper {
    margin:0 auto;
    width:1024px;   
}
/* ---------- @ hope -----------*/
 .hope {
	color: #00b7dc;
	font-size: 18px;
	font-style: italic;
	text-transform:uppercase;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family:chaparral-pro,serif;
    font-weight:400;
}
 .hope .large {
	font-size: 42px;
	text-transform:none;	
	display: block;
	font-family:chaparral-pro,serif;
	color: #00b7dc;
}
.hopecomment {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #B7B7B7;
	margin-bottom: 12px;
	font-family:chaparral-pro,serif;
    font-weight:400;
}

/* ---------- @ header -----------*/
#header .logo {
    height:58px;
    width:222px;
    margin-top:-2px;
    background: url(../../body/logo.png) no-repeat left top;
    display:block;  
}
/* ---------- @ newsletter 	  -----------*/
.newsletter {
	float: right;
	width: 490px;
	margin-top: -15px;
	text-align:right;
	color: #00b7dc;
}
.newsletter span {
	padding-top: 3px;
	display:block;
	float: left; direction
	color: #00b7dc;
}
.newsletter .submit {
	width: 28px !important;
	height: 24px !important;
	background: url(../../body/newsletter_signup_go.png);
	border: none;
	margin-left: 3px;
	margin-top: -2px !important;
	float: right;
}
#newsletter-detail-submit {
	background-image: url(../../body/button_signmeup.png);
	width: 96px !important;
	border:none;
	font-size: 0px;
	height: 22px !important;
}
.newsletter #newsletter-signup-email {
	float: none !important;
	margin-right: 5px;
	margin-left: 5px;
	
}
/* ---------- @ footer        -----------*/
div.footer {
    width:100%;
    bottom:0px;
    position:fixed;
    left:0px;
    height: 34px;
    padding: 14px 0px;
    z-index:6666666;
	background-image: url(../../body/whitewash.png);
}
div.footer  .inner_wrapper {
    border-top: 3px #58595b solid;
    border-bottom: 1px #58595b solid;
    width: 1024px;
    margin: 0 auto;
    height: 15px;
    padding: 9px 0px;
}
div.footer  li {
    float:left;
    height: 15px;
    font-weight: 700;
    font-family: ff-din-web, sans-serif;
    text-transform:uppercase;
    font-size:15px;
    margin:0 6px;
    padding-left: 6px;
    text-align:center;
    
}
div.footer  li+li {
    border-left: 1px solid;
}
div.footer li:first-child {
   padding-left: 0px;
   margin-left: 0px;
}
div.footer  li a {
    display:block;
    border:none;
    width:100%;
    margin-top: -3px;
}
div.footer  li span.lift {
    display:block;
    width:100%;
    margin-top: -3px;
}
div.footer  li a.facebook {
    display:block;
    border:none;
    width:18px;
    height: 19px;
    margin-top: -2px;
	background: url(../../body/facebook.png) no-repeat;
}
div.footer li a:hover {
    color: #58595b; 
}

/* ---------- @ sub-menu        -----------*/
.categorymenu {
    position: absolute;
    right: 0;
    top: 84px;
    padding-top: 12px;
    border-top: #00b7dc 1px solid;
    width: 100%;
}
.categorymenu ul>li {
    font-weight:700;
    text-transform:uppercase;
    font-family: ff-din-web, sans-serif;
    font-size:16px;
    float: left;
    margin:0px 6px;
}
.categorymenu ul>li:first-child {
    margin-left: 0px;
}
.categorymenu ul > li.selected ul {
    /*display: block;*/
}
.categorymenu ul>li a {
    display:block;
    color: #00b7dc;
    border:none;
    width:100%;
    height:20px;
    margin-bottom: 12px	;
}
.categorymenu ul>li.selected>a {
    color:#58595b;
    border-bottom: 1px solid #58595b;
}
.categorymenu ul>li a:hover {
    color: #58595b; 
}
.categorymenu ul>li ul {
	display: none;
	position: absolute;
	left: 0px;
}
.categorymenu ul>li ul>li {
	font-family: chaparral-pro,serif;
	font-weight: 400;
    font-size:14px;
    float: left;
    margin: 0 6px;
}
.categorymenu ul>li ul>li a {
    height:16px;
    color: #58595b;
}
.categorymenu ul>li ul>li a.sale {
	color: #d2232a;
}
.categorymenu ul>li ul>li.selected a.sale {
	color: #d2232a;
	 border-bottom: 1px solid #d2232a;
}
.categorymenu ul>li ul>li.selected a {
    border-bottom: 1px solid #58595b;
}
.categorymenu ul>li ul>li ul>li a {
    height:16px;
}
.categorymenu ul>li ul>li ul {
    display:none !important;
}
/* ---------- @ additional brands        -----------*/
#see_more {
	cursor:pointer;
}
#additional_brands {
	background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #00B7DC;
    box-shadow: 0 4px 4px #888888;
    position: absolute;
    right: 0;
    top: 153px;
    width: 200px;
    z-index: 210;
    display: none;
}
#additional_brands ul {
	padding: 12px;
	text-transform:uppercase;
}
#additional_brands ul li {
	list-style-image: url(../../body/double_arrow.png);
	list-style-position: inside;
}
#additional_brands ul li+li {
	border-bottom: 1px solid #58595b;
}
#additional_brands .close {
	display:block;
	cursor:pointer;
	font-size: 9px;
	padding: 6px 12px;
	text-align:right;
	border-top: 1px solid #58595b;
}
/* ---------- @ content/grid        -----------*/
.content {
	margin-left: auto;
	margin-right: auto;
	width: 1035px;
	padding-bottom: 61px;
    padding-top: 19px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9 {
	position:relative;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}


.content .grid_1 {
	width:103px;
}

.content .grid_2 {
	width:218px;
}

.content .grid_3 {
	width:333px;
}

.content .grid_4 {
	width:448px;
}

.content .grid_5 {
	width:563px;
}

.content .grid_6 {
	width:678px;
}

.content .grid_7 {
	width:793px;
}

.content .grid_8 {
	width:908px;
}

.content .grid_9 {
	width:1023px;
}


.content .prefix_1 {
	padding-left:115px;
}

.content .prefix_2 {
	padding-left:230px;
}

.content .prefix_3 {
	padding-left:345px;
}

.content .prefix_4 {
	padding-left:460px;
}

.content .prefix_5 {
	padding-left:575px;
}

.content .prefix_6 {
	padding-left:690px;
}

.content .prefix_7 {
	padding-left:805px;
}

.content .prefix_8 {
	padding-left:920px;
}


.content .suffix_1 {
	padding-right:115px;
}

.content .suffix_2 {
	padding-right:230px;
}

.content .suffix_3 {
	padding-right:345px;
}

.content .suffix_4 {
	padding-right:460px;
}

.content .suffix_5 {
	padding-right:575px;
}

.content .suffix_6 {
	padding-right:690px;
}

.content .suffix_7 {
	padding-right:805px;
}

.content .suffix_8 {
	padding-right:920px;
}
.content .push_1 {
	left:115px;
}

.content .push_2 {
	left:230px;
}

.content .push_3 {
	left:345px;
}

.content .push_4 {
	left:460px;
}

.content .push_5 {
	left:575px;
}

.content .push_6 {
	left:690px;
}

.content .push_7 {
	left:805px;
}

.content .push_8 {
	left:920px;
}


.content .pull_1 {
	left:-115px;
}

.content .pull_2 {
	left:-230px;
}

.content .pull_3 {
	left:-345px;
}

.content .pull_4 {
	left:-460px;
}

.content .pull_5 {
	left:-575px;
}

.content .pull_6 {
	left:-690px;
}

.content .pull_7 {
	left:-805px;
}

.content .pull_8 {
	left:-920px;
}


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clear.spacer {
	height:36px;
	width: 2px;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}