

/****************** GLOBAL ******************/

html,body {
  margin				   : 0;
  padding			   : 0;
  height			  	 : 100%;
  border				   : none;
		font-family  : Arial, sans-serif;
}
			
.input, select, textarea {
  border        : #000000;
		border-style  : solid;
		border-width  : 1px;
}



/*************** COLLECTIONS ***************/

.collection-type {
  font-weight    : bold;
  font-size      : 20px;
		text-transform : uppercase;
}

.collection-category {
  font-weight     : bold;
  font-size       : 14px;
		text-decoration : none;
		color           : #000000;
}

.collection-category-selected {
  font-weight     : bold;
  font-size       : 14px;
		color           : #c7c7c6;
		text-decoration : none;
}

.collection-category-description {
  font-size      : 17px;
  font-weight    : bold;
		text-transform : uppercase;
}

.collection-details,.collection-details-title {
  font-size    : 12px;
		font-weight  : normal;
}

.collection-details-title {
  font-size    : 14px;
		font-weight  : bold;
}

.jqZoomWindow {
	 border      : 1px solid #c5c5c5;
}


/**************** CART ****************/

.cart-header {
  font-size        : 12px;
		font-weight      : bold;
		height           : 20px;
		background-color : #000000;
		color            : #ffffff;
}

.cart-item {
  font-size        : 12px;
		font-weight      : normal;
		height           : 20px;
}

.cart-item a {
  color            : #000000;
}

.cart-item-odd {
		background-color : #f5f5f5;
}

.cart-item-even {
		background-color : #ffffff;
}


/*************** CHECKOUT ***************/

.checkout-title {
  font-size        : 14px;
		font-weight      : bold;
		height           : 16px;
		color            : #ffffff;
		background-color : #000000;
		text-align       : left;
}

.checkout-info {
  font-size        : 11px;
		font-weight      : normal;
		height           : 20px;
		width            : 85px;
		text-align       : left;
		padding-left     : 10px;
}

.checkout-required-field {
  font-size        : 11px;
		font-style       : italic;
  color            : #ee0000;
}


/************** BLOG ***************/

.blog-date {
  text-align   : right;
  width        : 236px;
  height       : 22px;
  font-weight  : bold;
}

.blog-title {
  font-family  : "Arial Black";
  font-size    : 13px;
  color        : #000000;
}

.blog-text {
  text-align   : left;
  font-size    : 12px;
  color        : #767676;
}

.blog-link {
  color        : #5a5858;
		font-size    : 10px;
}


/*************** STORY ******************/

.story-text {
  font-family  : Arial, sans-serif;
  font-size    : 12px;
  color        : #ffffff;
  margin-left  : 20px;
}



/****** MENU ************/

a.menuitem
a.menuitem:link,
a.menuitem:active,
a.menuitem:visited {
    color: #a6a6a6;
    font-family: HelveticaNeueRegular, Arial Narrow, Arial, Helvetica, sans;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 0px;
}
a.menuitem:hover,
a.menuitem.current,
a.menuitem.current:link,
a.menuitem.current:active,
a.menuitem.current:visited {
    color: #252525;
}

#type_sub_menu a.menuitem,
#type_sub_menu a.menuitem:link,
#type_sub_menu a.menuitem:active,
#type_sub_menu a.menuitem:visited {
    font-size: 16px;
}



/********* PAGES ************/

#page_stockists {
    font-family: Arial Narrow, Arial, Helvetica, sans;
}
#page_stockists td {
    padding-bottom: 24px;
}
#page_stockists a,
#page_stockists a:link,
#page_stockists a:active,
#page_stockists a:visited {
    color: #252525;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.3em;
}
#page_stockists a:hover {
    color: #000;
}
#page_stockists a strong {
    font-family: HelveticaNeueRegular, Arial Narrow, Arial, Helvetica, sans;
    font-size: 17px;
    font-weight: bold;
}


#page_contact {

}
#page_contact td {
    color: #252525;
    font-size: 11px;
}
#page_contact_left td {
    text-align: left;
}
#page_contact_right td {
    text-align: right;
}
#page_contact h3 {
    font-family: HelveticaNeueRegular, Arial Narrow, Arial, Helvetica, sans;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 6px 0;
}
#page_contact strong {
    font-family: Arial Narrow, Arial, Helvetica, sans;
    font-weight: bold;
    font-size: 14px;
}
#page_contact a,
#page_contact a:link,
#page_contact a:active,
#page_contact a:visited {
    color: #252525;
    text-decoration: none;
}
#page_contact a:hover {
    color: #000;
}


a.lookbook_link,
a.lookbook_link:link,
a.lookbook_link:active,
a.lookbook_link:visited {
    color: #252525;
    font-family: HelveticaNeueRegular, Arial Narrow, Arial, Helvetica, sans;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
a.lookbook_link:hover {
    color: #a6a6a6;
}
.lookbook_link strong {
    color: #a6a6a6;
    font-family: HelveticaNeueRegular, Arial Narrow, Arial, Helvetica, sans;
}
