a {
	outline: none;
	color: inherit;
}

object,img {
	vertical-align: bottom;
}

hr {
	margin: 0;
	padding: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top !important;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.very_wide_wrapper {
	width: 99999px;
}

div.form_row {
	clear: both;
	overflow: auto;
}

#kohana-profiler {
	display: none;
}


body, html {
	
}

body {
	position: relative;
}

#ajax_communication_indicator {
	background: url("macthrob2.png") no-repeat scroll 4px center rgba(255, 255, 255, 0.8);
    border: 1px solid black;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 5px 5px 15px black;
    left: 0;
    top: 0;
    line-height: 60px;
    margin: 4px;
    padding: 0 4px 0 64px;
    position: fixed;
    white-space: nowrap;
    z-index: 2147483647;
}

.message_dialog p {
	min-height: 32px;
	padding-left: 40px;
	background: left center no-repeat;
}

.message_dialog p.information_dlg {
	background-image: url(information.png);
}

.message_dialog p.error_dlg {
	background-image: url(error.png);
}

.message_dialog p.confirm_dlg {
	background-image: url(confirm.png);
}

.ui-icon-alert {
	background-color: yellow;
}

/* --- Page design BEGIN ------------------ */
html, body {
	height: 100%;
	font-size: 15px;
	font-family: 'Trebuchet MS', 'Times New Roman', serif;
	color: #585858;
	background-color: #000;
	
}

div#page_fader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
	background-color: #f4e0d2;
}

body.nofadein div#page_fader {
	display: none;
}

div.page_width_centered {

	
}

div#page {
	width: 970px;
    margin: 0 auto;
    overflow-x: hidden;
	padding-left: 10px;
}


/*
	Top menu design
*/
div#topmenu_container {
	height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    width: 245px;
    z-index: 9000;
}

div#topmenu_logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 245px;
    background: #000;
    z-index: 9999;
}

div#topmenu {
    background: none repeat scroll 0 0 #000000;
    right: 0;
    position: absolute;
    top: 60px;
    width: 110px;
    z-index: 9999;
}

div#topmenu ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 5px 0 5px 7px;
	font-family: Trebuchet MS;
}

#close_zoom {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	background: url('btn_close_x.png');
	height: 42px;
	width: 42px;
	cursor: pointer;
}

div#topmenu ul>li {
	font-size: 11px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	text-transform: uppercase;
	color: #d4d9de;
}

div#topmenu ul>li>a {
	text-decoration: none;
}

div#topmenu ul>li.current>a {
	color: #d4d9de;
	text-decoration: underline;
}


/*
	footer design
*/
div#footer_container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	height: 28px;
	color: #525252;
	font-weight: bold;
}

div#footer_tw_fb {
	float: left;
	width: auto;
}

div#footer_tw_fb a {
	display: block;
	float: left;
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 21px;
	padding-right: 16px;
	font-size: 11px;
	line-height: 28px;
	height: 28px;
	background-position: left center;
	background-repeat: no-repeat;
}

div#footer_tw_fb a.facebook {
	background-image: url("icon-facebook-16x16.png");
}

div#footer_tw_fb a.twitter {
	background-image: url("icon-twitter-16x16.png");
}

div#footer_text {
	float: right;
	width: auto;
	font-size: 10px;
	line-height: 28px;
	height: 28px;
}


/*
	shopping bag design
*/
div#shoppingbag_container {

}

div#shoppingbag_row {
}

a#shoppingbag_link {
	padding-left: 22px;
	background: url("shopping-bag-cart-16x13.png") left 0 no-repeat;
	text-transform: uppercase;
}

div#shoppingbag_full {
	position: absolute;
	top: 57px;
	right: 0;
	width: 385px;

	border-width: 23px 18px 10px 18px;
	border-style: solid;
	border-color: #cfcfcf;
	-webkit-border-image: url("shopping-bag-dropdown-back-424x241.png") 23 18 10 18 stretch;
	-moz-border-image: url("shopping-bag-dropdown-back-424x241.png") 23 18 10 18 stretch;

}

table#shoppingbag_table {
	width: 100%;
}

table#shoppingbag_table tfoot {
	font-style: normal;
	text-transform: uppercase;
}


table#shoppingbag_table td {
	font-size: 14px;
	padding: 8px 0 6px 0;
}

table#shoppingbag_table col.amount {
	width: 31px;
}

table#shoppingbag_table col.item {
	width: 245px;
}

table#shoppingbag_table col.total {
	width: 109px;
}

table#shoppingbag_table td.total {
	text-align: right;
}

table#shoppingbag_table td.separator {
	height: 0;
	line-height: 0;
}

table#shoppingbag_table tr.total td {
	border-top: 1px solid #8a8989;
	border-bottom: 1px solid #8a8989;
}


table#shoppingbag_table td.checkout_button {
	padding-bottom: 0;
}

table#shoppingbag_table td.checkout_button a {
	text-align: center;
	float: right;
	margin: 4px 0 0 0;
	display: block;
	background: transparent center center no-repeat url("shopping-bag-dropdown-checkout-129x31.png");
	width: 129px;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	text-transform: uppercase;
}


table#shoppingbag_table td.checkout_button a:hover {
	background: transparent center center no-repeat url("shopping-bag-dropdown-checkout-hover-129x31.png");
}


/*
	Content design
*/
div#content_topmenu_spacer {
	height: 120px;
	width: 100%;
}

div#content_footer_spacer {
	height: 28px;
	width: 100%;
}

div.lookbook_backimage {
	z-index: 400;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

div.lookbook_backimage>div {
	background: fixed transparent no-repeat;
	background-position: 0px 30%;
	background-size: cover;
	height: 100%;
	width: 100%;
}

a#lookbook_prev, a#lookbook_next {
	position: fixed;
	top: 45%;
	bottom: 0;
	width: 100px;
	height: 100px;
	display: block;
	cursor: auto;
	

	font-family: sans-serif;
	font-size: 0;
	text-indent: -999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3000;

}


#tail { 
	z-index: 5000; 
	visibility:hidden; 
	position:absolute;"
}

a#lookbook_zoom  {
	position: fixed;
	top: 0;
	left:  0;
	bottom: 0;
	width: 100%;
	display: block;

	font-family: sans-serif;
	font-size: 0;
	text-indent: -999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3000;

	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;  

	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	
	background-image: url("zoomin.png");
}
a#lookbook_zoomout  {
	position: fixed;
	top: 0;
	left:  0;
	bottom: 0;
	width: 100%;
	display: none;

	font-family: sans-serif;
	font-size: 0;
	text-indent: -999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3000;

	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;  

	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	
	background-image: url("zoomout.png");
}




a#lookbook_prev:hover, a#lookbook_next:hover, a#lookbook_zoom:hover, a#close_zoom:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

a#lookbook_prev {
	background-image: url("lookbook_prev-73x73.png");
	left: 0;
}

a#lookbook_next {
	background-image: url("lookbook_next-73x73.png");
	right: 0;
}

.map-viewport {
	overflow:hidden;
	width: 100%;
	height: 100%;
	position: relative;

}

#map-2 {
	 position:absolute;
	 left:0;
	 top:0;
	 cursor:move;
	 display: block;
}

#map-1 {
	 position:absolute;
	 left:0;
	 top:0;
	 cursor:move;
	 
}

.level {
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;*/
	display: block;
}

.current-level {
	z-index: 1000;
}

/*
	news article design
*/
div#news_article_container {
	width: 758px;
}

div#news_articles_list {
	width: 182px;
}

div#news_article_container div.bigimages_container {
	margin-bottom: 24px;
	width: 758px;
	height: 531px;
	position: relative;
}

div#news_article_container div.bigimage_circle {
	right: 42px;
	bottom: 106px;
}

div.news_article_left {
	width: 330px;
}

div.news_article_right {
	width: 401px;
	font-size: 12px;
	color: #d5d5d5;
}

div.news_article_left h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
	line-height: 19px;
}

div.news_article_left  div.article_published {
	color: #aaaaaa;
	font-size: 11px;
	font-style: italic;
}

div.news_article_left div.article_ingress_container {
	font-style: italic;
	font-size: 14px;
	margin-top: 24px;
	color: #fff;
}


div#news_articles_list ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#news_articles_list ul li {
	list-style: none;
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	width: 182px;
	height: 108px;
	position: relative;
}

div#news_articles_list ul li.current {
	background: url("news-current-back-5x8.png") no-repeat 164px center transparent;
}

div#news_articles_list ul li a.hover_cover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 156px;
	height: 108px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: url("news-hover-back-156x108.png") no-repeat top left scroll transparent;
	text-decoration: none;

	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;  

	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

div#news_articles_list ul li:hover a.hover_cover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}


/*
	standard article design
*/
div#std_article_container {
	padding-bottom: 48px;
}

div#std_article_container div.bigimages_container {
	float: left;
	width: 469px;
	height: 670px;
	margin-left: -18px;
}

div#std_article_container div.bigimage_circle {
	right: 42px;
	bottom: 106px;
}

div.std_article {
	width: 100%;
	
}

div.std_article h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #fff;
}


/*
	big images common styles
*/

div.bigimages_container {
	position: relative;
}

div.bigimages_container>div {
	position: absolute;
	top: 0;
	left: 0;
}

div.bigimage_circle {
	position: absolute;
	z-index: 10;
	width: 29px;
	height: 29px;
	margin: -15px 0 0 -15px;

	background: url("bigimage_circle.png") no-repeat top left scroll;
	text-align: center;
	line-height: 29px;
	display: block;
	cursor: pointer;

	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;  

	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;

	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;

}

div.bigimages_container:hover div.bigimage_circle {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;

}

div.bigimage_circle :hover {
	cursor: pointer;
}


/*
	collections browser design
*/
div.collection_container {
	clear: both;
}

div.collection_container h1, div.collection_container h2, div.collection_container h2 a {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

div.collection_container h1 {
	line-height: 21px;
}

div.collection_container h2, div.collection_container h2 a {
	line-height: 15px;
}


div.collection_container h1 {
	color: #b3b3b4;
	font-size: 12;
	font-weight: bold;
}

div.collection_container h2 {
	color: #7c7c7c;
}

div.collection_container h2 a {
	text-decoration: none;
	display: block;
	color: #b3b3b4;
	font-size: 12px;
	font-weight: bold;
}

div.collection_products_container {
	width: 950px;
}

ul.products_teasers {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 960px;
}

ul.products_teasers li {
	list-style: none;
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	width: 182px;
	height: 260px;
	position: relative;
}

ul.products_teasers li a.hover_cover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 260px;
	width: 182px; /* 182 - 18 - 18 */
	margin: 0;
	background: url("products-hover-back-182x260.png") no-repeat top left scroll transparent;
	text-decoration: none;
	color: #dadada;

	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;  

	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

ul.products_teasers li:hover a.hover_cover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

ul.products_teasers li a.hover_cover span {
	
}

ul.products_teasers li a.hover_cover span.name {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	height: 130px; /* 260 / 2 */
	width: 146px; /* 182 - 18 - 18 */
	vertical-align: bottom;
}

ul.products_teasers li a.hover_cover span.br {
	margin: 9px 0 0 0;
	display: block;
	height: 0;
}

ul.products_teasers li a.hover_cover span.short_descr {
	font-size: 14px;
	height: 67px;
	width: 146px; /* 182 - 18 - 18 */
	vertical-align: top;
}

ul.products_teasers li a.hover_cover span.price_container {
	font-size: 12px;
	padding-top: 1px;
	height: 20px;
	width: 146px; /* 182 - 18 - 18 */
	vertical-align: middle;
	border-bottom: 1px solid #c1bfbe;
	border-top: 1px solid #c1bfbe;
}

ul.products_teasers li a.hover_cover span.price_container strong {
	float: left;
}

ul.products_teasers li a.hover_cover span.price_container em {
	float: right;
	font-style: normal;
	font-weight: bold;
}


/*
	product page design
*/
div#product_container {
	width: 1000px;
	height: 670px;
	position: relative;
	
}

div#product_container div.bigimages_container {
	float: left;
	width: 469px;
	height: 670px;
}

div#product_container div.bigimage_circle {
	right: 42px;
	bottom: 106px;
}

div.product {
	bottom: 0;
    
    left: 470px;
    position: absolute;
    width: 470px;
}

div.navigation {
	top: 0;
    right: 0;
    position: absolute;
    width: 190px;
    z-index: 1;
}

div.prev {
	float: left;
	width: 70px;
}

div.next {
	float: left;
	width: 50px;
}

div.back {
	float: left;
	width: 70px;
}

.prev a, .next a, .back a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.prev, .next, .back {
	color: white;
}

.back a {
	font-weight: bold;
}

div.product h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 24px;
}

div.product_properties_container {
	margin: 30px 0 116px 0;
}

div.product_property_select {
	height: 33px;
	margin-bottom: 10px;
}

div.product_property_select label {
	float: left;
	height: 33px;
	line-height: 33px;
	width: 60px;
	padding: 0 0 0 2px;
	font-weight: normal;
}

div.product_property_select select {
	font-size: 13px;
	font-family: 'Times', 'Times New Roman', serif;
	color: #fff;
	background-color: #6e6e6e;
    vertical-align: middle;
    border: 0 none;

	height: 33px;
	width: 146px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*
	http://themechanism.com/demo/safari-css-hack.htm
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.product_property_select select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url("product-property-select-158x33.png") center right no-repeat;
		margin: 0;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 12px;
	}
}

div.product_property_select select option {
	font-size: 13px;
	font-family: 'Times', 'Times New Roman', serif;
	color: #fff;
	background-color: #6e6e6e;
}

div.price_buy_container {
	font-size: 14px;
	position: relative;
}

div.product_price {
	float: left;
	height: 21px;
	padding-top: 2px;
	line-height: 21px;
	border-top: 1px solid #8a8989;
	border-bottom: 1px solid #8a8989;
	width: 218px;
	bottom: 0;
	left: 0;
	position: absolute;
}

div.product_price em, div.product_price strong {
	font-weight: bold;
	font-style: normal;
	width: auto;
}

div.product_price em {
	float: right;
}

div.product_price strong {
	float: left;
}

div.buy_button {
	float: right;
	width: 220px;
}

div.buy_button button {
	border: 0 none;
	width: 220px;
	height: 53px;
	font-size: 18px;
	font-family: 'Times', 'Times New Roman', serif;
	color: #585858;
	text-transform: uppercase;
	background-image: url("product-buy-button-219x53.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

div.buy_button button:hover {
	background-image: url("product-buy-button-hover-219x53.png");
}

div.buy_button button span.buy_button_text {
	padding-right: 24px;
	background: url("shopping-bag-cart-54opacity-16x13.png") center right no-repeat transparent;
}


/*
	account + checkout design
*/
div#checkout_nav_list ul, div#checkout_prev_next_list ul, div#account_nav_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#checkout_nav_list ul li, div#checkout_prev_next_list ul li, div#account_nav_list ul li {
	list-style: none;
	padding: 0;
	display: block;
	float: left;
}

div#checkout_prev_next_list ul li, div#account_nav_list ul li {
	margin: 0 0 0 1em;
}

div#checkout_nav_list ul li {
	margin: 0 1em 0 0;
}

div#checkout_nav_list ul li a, div#checkout_prev_next_list ul li a, div#account_nav_list ul li a {
	text-decoration: none;
	text-transform: uppercase;
}

div#checkout_nav_list ul li.current a, div#account_nav_list ul li.current a {
	text-decoration: underline;
}


/*
	account + checkout design
*/
div#checkout_nav_list ul, div.checkout_prev_next_list ul, div#account_nav_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#checkout_nav_list ul li, div.checkout_prev_next_list ul li, div#account_nav_list ul li {
	list-style: none;
	padding: 0;
	display: block;
	float: left;
}

div#account_nav_list ul li {
	margin: 0 0 0 1em;
}

div.checkout_prev_next_list ul li.separator, div#checkout_nav_list ul li.separator {
	margin: 0 .5em;
}

div#checkout_nav_list ul li a, div.checkout_prev_next_list ul li a, div#account_nav_list ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

div#checkout_nav_list ul li a, div.checkout_prev_next_list ul li a.back {
	color: #c4c4c4;
}

div#checkout_nav_list ul li.current a, div#account_nav_list ul li.current a {
	text-decoration: underline;
	color: #58595b;
}

h2.account_header {
	font-size: 24px;
	border-bottom: 6px solid #58595b;
	text-transform: uppercase;
	padding-bottom: 12px;
	padding-top: 32px;
	letter-spacing: 2px;
}

table.yourbasket_table {
	width: 100%;
	border-collapse: collapse;
}

table.yourbasket_table td, table.yourbasket_table th {
	font-weight: normal;
	font-style: normal;
	height: 16px;
	font-size: 14px;
}

table.yourbasket_table td a {
	text-decoration: none;
}

table.yourbasket_table th {
	text-transform: uppercase;
}

table.yourbasket_table tr.separator td {
	height: 12px;
}

table.yourbasket_table thead th {
	height: 31px;
	vertical-align: middle;
}

table.yourbasket_table tfoot td {
	height: 32px;
	vertical-align: middle;
}

table.yourbasket_table tfoot th.bold,
table.yourbasket_table tfoot td.shipping_cell,
table.yourbasket_table tfoot td.total_cell,
table.yourbasket_table tfoot td.vat_cell {
	font-family: 'Luxury Text Bold', 'LuxuryTextBold', serif;
}

table.yourbasket_table tfoot th {
}

table.yourbasket_table thead th {
	border-bottom: 1px solid #cececf;
}

table.yourbasket_table thead th.header {
	border-bottom-color: #58595b;
}

table.yourbasket_table tfoot td, table.yourbasket_table tfoot th {
	border-top: 1px solid #cececf;
}

table.yourbasket_table col.item {
	width: 364px;
}

table.yourbasket_table col.amount {
	width: 183px;
}

table.yourbasket_table col.price {
	width: 183px;
}

table.yourbasket_table col.total {
	width: 183px;
}

table.yourbasket_table td, table.yourbasket_table th {
	padding-left: 2px;
}

table.shipping_options_table {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
	border-collapse: collapse;
}

table.shipping_options_table td, table.shipping_options_table th {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	height: 16px;
	vertical-align: middle;
}

table.shipping_options_table th {
	text-transform: uppercase;
}

table.shipping_options_table label {
	font-weight: normal;
}

table.shipping_options_table input[type="radio"], table.shipping_options_table input.radio {
    position: static;
    top: 0;
}

table.shipping_options_table thead th {
	border-bottom: 1px solid #58595b;
}

table.shipping_options_table tfoot td {
	border-top: 1px solid #58595b;
}

table.shipping_options_table thead th {
	height: 24px;
}


table.shipping_options_table col.checkbox {
	width: 16px;
}

table.shipping_options_table col.name {
	width: 669px;
}

table.shipping_options_table col.price {
	width: 92px;
}

table.shipping_options_table td, table.shipping_options_table th {
	padding-left: 2px;
}


div.checkout_step2_left {
	float: left;
	width: 456px;
}

div.checkout_step2_right {
	float: right;
	width: 363px;
}


div.checkout_move_to_right {
	position: absolute;
	width: 363px;
	top: 0;
	margin-top: -24px;
	left: 549px;
}

div.checkout_move_to_right h3 {
	border-bottom: 1px solid #58595b;
	width: 100%;
	padding-bottom: 14px;
	margin-bottom: 2px;
}


div.checkout_step3_addresses {
	border-top: 1px solid #58595b;
	width: 100%;
}

div.checkout_step3_addresses h3 {
	margin: 24px 0;
}

div.checkout_step3_addresses p {
	text-transform: uppercase;
	font-size: 14px;
}

div.checkout_step3_left {
	float: left;
	width: 336px;
}

div.checkout_step3_right {
	float: right;
	width: 381px;
}


/*
	account styles for inputs
*/
div#account_login_form, div#account_resetpassword_form {
	margin: 27px 0 0;
}

div.checkout_step3_fill_in_text {
	padding: 19px 0;
}

div#checkout_login_form>form>div, div#account_login_form>form>div, div#account_resetpassword_form>form>div {
	margin: 19px 0 0;
}

div#checkout_login_form>form input, div#account_login_form>form input, div#account_resetpassword_form>form input {
	float: left;
	width: 152px;
	height: 20px;
	padding: 2px 9px;
	margin: 0 2px 7px 0;
	color: #e5e5e5;
	font-family: 'Luxury Roman', 'LuxuryRoman', serif;
	font-size: 14px;
	background-color: #58595b;
	border: 0 none;
}

div#checkout_login_form>form input#checkout_login, div#account_login_form>form input#account_login, div#account_resetpassword_form>form input#account_login {
	width: 169px;
}

div#checkout_login_form>form input#checkout_password, div#account_login_form>form input#account_password {
	width: 144px;
}

div#checkout_login_form>form input.submit, div#account_login_form>form input.submit, div#account_resetpassword_form>form input.submit {
	margin: 0 1px 7px 0;
	height: 24px;
	width: 23px;
	padding: 0;
	background-color: #58595b;
	border: 0 none;
	background-image: url("submit-arrow-6x9.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div#checkout_login_form>form a, div#account_login_form>form a {
	margin: 11px 0 0;
	text-decoration: underline;
	text-transform: uppercase;
	color: #58595b;
	letter-spacing: 1px;
}


div#account_details_form {
	margin: 27px 0 0;
}

div#account_details_form>form>div {
	margin: 19px 0 0;
}

div#checkout_details_form>form>div {
	margin: 0 0 19px 0;
	position: relative;
}

div#checkout_details_form>form input, div#checkout_details_form>form label, div#account_details_form>form input, div#account_details_form>form label {
	float: left;
	font-family: 'Luxury Roman', 'LuxuryRoman', serif;
	font-weight: normal;
	font-size: 14px;
	border: 0 none;
}

div#checkout_details_form>form input, div#account_details_form>form input {
	color: #e5e5e5;
	background-color: #58595b;
}

div#checkout_details_form>form label, div#account_details_form>form label {
	color: #58595b;
}

div#account_details_form>form input, div#account_details_form>form label {
	margin: 0 1px 7px 0;
}

div#checkout_details_form>form input, div#checkout_details_form>form label {
	margin: 0 7px 7px 0;
}

div#checkout_details_form>form select, div#account_details_form>form select {
	float: left;
	margin: 0 1px 7px 0;
	border: 0 none;
	height: auto;
	background-color: #58595b;
	color: #e5e5e5;
	padding-top: 5px;
	height: 25px;
}

div#checkout_details_form>form select option, div#account_details_form>form select option {
	padding-top: 5px;
	height: 20px;
}

div#account_details_form>form select {
	width: 450px;
}

div#checkout_details_form>form select {
	width: 170px;
}

div#checkout_details_form>form input[type=text], div#checkout_details_form>form input[type=password], div#account_details_form>form input[type=text], div#account_details_form>form input[type=password] {
	height: 20px;
	padding: 2px 9px;
}

div#checkout_details_form>form input[type="checkbox"], div#account_details_form>form input[type="checkbox"] {
	height: 25px;
	padding: 0;
	margin: 0;
}

div#checkout_details_form>form label, div#account_details_form>form label {
	line-height: 25px;
	padding: 0;
	width: 225px;
}

div#checkout_details_form>form input[type=text], div#checkout_details_form>form input[type=password], div#account_details_form>form input[type=text], div#account_details_form>form input[type=password] {
	background-color: #58595b;
	color: #e5e5e5;
}

div#account_details_form>form input[type=text], div#account_details_form>form input[type=password] {
	width: 440px;
}

div#checkout_details_form>form input[type=text], div#checkout_details_form>form input[type=password] {
	width: 152px;
}

div#account_details_form>form input.submit {
	margin: 0 1px 7px 0;
	height: 25px;
	width: 66px;
	padding: 0 26px 0 0;
	border: 0 none;
	color: #e5e5e5;
	background-color: #58595b;
	background-image: url("submit-arrow-6x9.png");
	background-position: 54px center;
	background-repeat: no-repeat;
}




table.orders_history_table, table.orders_tracking_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 32px;
}

table.orders_history_table td, table.orders_tracking_table td {
	vertical-align: middle;
	height: 17px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

table.orders_history_table tr:last-child td, table.orders_tracking_table tr:last-child td {
	border: none;
}

table.orders_history_table td a, table.orders_tracking_table td a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
} 

table.orders_history_table td a:hover {
	color: #000;
} 

table.orders_history_table td a>span.arrow{
	font-size: 14px;
} 

table.orders_history_table td a:hover>span.arrow{
	color: #000;
}

table.orders_history_table tr:hover td, table.orders_tracking_table tr:hover td {
	color: #000;
}




/*
	form messages
*/

div.form_msg_error, div.form_msg_info {
	margin: 1em 0;
	border: 1px solid;
	padding: 1em;
}

div.form_msg_error {
	border-color: red;
	color: white;
	background-color: #400;
}

div.form_msg_info {
	border-color: blue;
	color: white;
	background-color: #004;
}

.text_preview {
	font-size: 12px;
	color: #d5d5d5;
	display: block;
	margin: 15px 18px 15px 18px;
	text-align: left;
}

.pr_text_preview {
	font-size: 12px;
	color: #d4d9de;
	display: block;
	margin: 0 18px 15px 25px;
	text-align: left;
}

.header_preview {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 15px 18px 0 18px;
	text-transform: uppercase;
}

.pr_header_preview {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 15px 18px 0 25px;
	text-transform: uppercase;
}

.product_body_container {
	font-size: 12px;
	color: #d4d9de;
	display: block;
	margin: 0 18px 0 25px;
	text-align: left;
	width: 400px;
}

.news_title {
    color: #FFFFFF;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    height: 108px;
    padding: 0 15px;
    text-align: left;
    vertical-align: middle;
}

.hidden_link {
	display: none;
}

.article_zoom  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: block;
	cursor: none;
	font-family: sans-serif;
	font-size: 0;
	text-indent: -999em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;

	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;  

	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	
	background-image: url("lookbook_zoom.png");
}

.article_zoom:hover {
	opacity: 1;
}

.article_body_container {
	width: 664px;
	font-size: 12px;
	text-align: left;
	color: #d4d9de;
}

.article_body_container_news {
	width: 360px;
	font-size: 12px;
	text-align: left;
	color: #d4d9de;
}

.paragraph_container {
	width: 428px;
	border-top: 1px solid #d4d9de;
	margin-top: 30px;
	padding-top: 30px;
}

.paragraph_title {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}


.paragraph_body {
	margin-top: 20px;
	font-size: 12px;
	text-align: left;
	width: 250px;
	color: #d4d9de;
}

strong {
	color: white;
}

.grey {
	color: #808080;
}

#ajax_loader {
	background: url('ajax_loader_ipad.gif');
	width: 128px;
	height: 15px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 9999;
	margin-left: -64px;
	display: none;
}