/* =============================================================================
London Undercover - Global
============================================================================= */
@font-face {
    font-family: 'NewJohnstonLight-Normal';
    src: url('NewJohLigNor.eot');
}

@font-face {
    font-family: 'NewJohnstonLight-Normal';
    src: url('NewJohLigNor.woff') format('woff'),
    url('NewJohLigNor.svg#NewJohnstonLight-Normal') format('svg');
}

@font-face {
    font-family: 'NewJohnstonMedium-Normal';
    src: url('NewJohnstonMedium-Normal.eot');
}

@font-face {
    font-family: 'NewJohnstonMedium-Normal';
    src: url('NewJohnstonMedium-Normal.woff') format('woff'),
    url('NewJohnstonMedium-Normal.svg#NewJohnstonMedium-Normal') format('svg');
}

html, body {height: 100%;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal !important;
}

body {
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  text-align: center;
  padding-bottom: 0;
}

ul,li {list-style-type: none;}
a {outline: none; text-decoration: none;}
a:hover {text-decoration: none; cursor: pointer;}
a span, button span, ul span, ul#text-resize span, h2 span, h3 span, h4 span, #box_office_number span, #footer span {display: none;}

input, textarea, p, label, li {
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  color: #6D6F71;
  margin: 0;
  padding: 0;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

.body {
  margin: 0 auto;
  text-align: left;
  width: 915px;
  padding-top: 34px;
  color: #6D6F71;
}
.body_popup {
  width: auto;
}

/* Top Basket
============================================================================= */

#header {
  background: url(/img/misc/header.gif) left bottom repeat-x;
  height: 37px;
  padding: 76px 17px 0 0;
}

#header h1 {
  background: url(/img/misc/logo.gif) 0 0 no-repeat;
  float: right;
  height: 37px;
  text-indent: -10000em;
  width: 205px;
}

#header h1 a {
  display: block;
  height: 37px;
  width: 205px;
}

#header div#basket-head {
  background: url(/img/misc/basket.gif) 7px 5px no-repeat;
  display: block;
  float: left;
  height: 22px;
  padding: 5px 0 0 7px;
}

#header div#basket-head a {
  color: #808285;
  font: 11px/11px Tahoma, Arial, Helvetica, Sans-Serif;
  display: block;
  margin: 0;
  padding: 10px 0 0 36px;
}

/* Menu
============================================================================= */

#menu {
	width: 915px;
	clear: left;
	height: 18px;
	*height: 30px;
	background: url("/img/misc/header.gif") repeat-x scroll left bottom transparent;
}

#menu ul {
	margin-top: 4px;
}

#menu strong {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 16px;
  line-height: 14px;
  text-indent: -10000em;
  text-transform: uppercase;
}
#menu strong.title_shop {background-image: url(/img/headers/shop.gif);width:258px;}
#menu strong.title_updates {background-image: url(/img/headers/updates.gif);width:128px;}
#menu strong.title_features {background-image: url(/img/headers/blog.gif);width:122px;}
#menu strong.title_info {background-image: url(/img/headers/info.gif);width:108px;}

#menu ul li {
  line-height: 13px;
  z-index: 100;
}

#menu ul a {
  color: #808285;
  display: block;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

	#menu ul {
		list-style-type: none;
	}

	#menu li {
		float: left;
		position: relative;
		text-transform: uppercase;
	}

		#menu .sub_menu {
			display: none;
			position: absolute;
			z-index: 99;
			top: 14px;
			left: 2px;
			width: 150px;
			background: #fff;
		}

		#menu .sub_sub_menu {
			display: none;
			position: absolute;
			z-index: 99;
			top: -4px;
			left: 132px;
			width: 150px;
			background: #fff;
		}

			#menu .sub_menu a {
				background: transparent;
				padding: 2px 5px;
				float: none;
				color: #959595;
				display: block;
				width: 122px;
			}

			#menu .sub_menu a:hover, #menu .sub_menu a.hover {
			  background: #000000;
			}

/* Products
============================================================================= */

#products {
  float: left;
  padding: 2px 0 0 0px;
  width: 100%;
  overflow: hidden;
}

#products ul {
    width: 932px;
    margin-bottom: 11px;
    overflow: hidden;
}

#products li {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 14px;
  width: 219px;
  height: 219px;
  position:relative;
}

#products a {
  display: block;
}

#products .overlay {
    font-family: 'NewJohnstonLight-Normal', Helvetica, Arial, sans-serif;
    position:absolute;
    bottom:0;
    left: 0;
    width: 201px;
    padding: 13px 9px;
    background:#fff;
    background:rgba(255,255,255,0.9);
}

#products .overlay h3 {
    font-size: 11px;
    color:#000;
    border: none;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-size: 12px;
    line-height: 14px;
    text-indent: 0;
    height: auto;
    text-transform: uppercase;
    color:#525252;
}

#products .overlay h4 {
    color:#939393;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    margin-top: 5px;
}

#products .overlay h5 {
    color:#3B3B3B;
    font-size: 14px;
    font-weight: bold;
    padding-top: 1px;
    font-family: 'NewJohnstonMedium-Normal', Helvetica, Arial, sans-serif;
}

s {
    text-decoration: line-through;
    margin-right: 5px;
}

#products .biglink {
    display: block;
    width: 219px;
    height: 219px;
    overflow: hidden;
    position:absolute;
    top: 0;
    left: 0;
}

/* Product
============================================================================= */

#product {
  float: right;
  padding: 0px 0 0 28px;
  font: 11px/13px Arial, Sans-Serif;
  width: 350px;
}

#product a.image_wrapper {
  display: block;
  padding: 0 0 15px 0;
  margin: 0;
  position: relative;
  height: 316px;
  width: 350px;
}

#product a.image_wrapper img {display: block; border: 0; position: absolute;}

#product p {
  font: 11px/13px Arial, Sans-Serif;
  padding: 0 0 18px 0px;
}
#product p strong {display: block; color: #6D6F71; font-size: 11px; font-family: Arial;}

#product .texts {height: 42px;padding-top:15px;}
#product .texts p {float: left;}
#product .texts span {float: right; display: block; width: 76px;}
#product .texts span a {color: #6D6F71;}
#product .texts span a:hover {color: #AAAAAA;}

#product .pdesc {
	float: left;
	clear: left;
}

#product .social {

}

#product .sizes {clear: both;}
#product .sizes p {float: left;}
#product .sizes p strong {display: inline; font-weight: normal; padding: 0;}


#product .sizes form, #product .sold_out, #product .available_soon {
  float: right;
  width: 92px;
  height: 11px;
  line-height: 11px;
  padding-top: 3px;
  position:relative;
}
.size {
	position:absolute;
	top: -1px;
	right: 35px;
}
#product .sold_out {
  background: url(/img/buttons/sold_out.gif) 0 3px no-repeat;
  text-indent: -10000em;
  height: 20px;
  width: 80px;
  padding-right: 18px;
}
#product .available_soon {
  background: url(/img/buttons/available_soon.gif) 0 3px no-repeat;
  text-indent: -10000em;
  height: 20px;
  width: 131px;
  padding-right: 18px;
}

#product .sizes button {
  background: #FFFFFF url(/img/buttons/buy.gif) 0 0 no-repeat;
  border: 0;
  color: #6D6F71;
  cursor: pointer;
  display: block;
  float: right;
  font: bold 11px/13px Arial, Sans-Serif;
  height: 12px;
  line-height: 8px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -10000em;
  width: 30px;
}

/* h3
============================================================================= */

h3 {
  background-position: 0 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #EAEAEA;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 16px;
  line-height: 14px;
  padding-left: 8px;
  text-indent: -10000em;
  text-transform: uppercase;
}

/* Basket
============================================================================= */

#basket {
  padding: 65px 0 0 41px;
  float: right;
  width: 795px;
}

#basket h3 {
  background-image: url(/img/headers/shopping_basket.gif);
  margin: 0 0 25px 0;
  background-position: 8px 0;
}

#basket table {
  font: 11px/12px Tahoma, Arial, Sans-Serif;
  margin-left: 8px;
}

#basket tr.head_row td {width: 5px; font-size: 1px; line-height: 1px; height: 1px; padding: 0;}
#basket tr.head_row td.remove {width: 40px;}
#basket tr.head_row th, #basket tr th#total_row {
  height: 14px;
  background: #000000;
  color: #FFFFFF;
  padding: 0 9px 0 11px;
  border: 0;
  margin: 0;
  overflow: hidden;
  font-weight: normal;
  vertical-align: top;
  line-height: 13px;
}
#basket tr.head_row th.item {width: 272px;}
#basket tr.head_row th.quantity {width: 91px;}
#basket tr.head_row th.price {width: 141px;}
#basket tr th#total_row {background: #000000;}

#basket td.spacer {
  height: 8px;
  font-size: 6px;
  line-height: 6px;
}
#basket td.price_spacer {height: 10px;}

#basket td {
  padding-left: 11px;
  line-height: 15px;
}
#basket td.remove {font-size: 1px; line-height: 1px; height: 1px; padding: 0;}
#basket td#basket_total {color: #6D6F71; font-weight: bold; color: #6D6F71; font-size: 11px; font-family: Arial;}
#basket td span {float: left; width: 50px; text-align: right;}
#basket td form {float: right;}

#basket td form {
  display: block;
  padding-top: 2px;
  margin: 0;
}
#basket td.rm form button {
  background: url(/img/misc/remove.gif) 0 0 no-repeat;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  border: 0;
  text-indent: -10000em;
  width: 8px;
}

#basket td .monogram {
	float: none;
	margin-bottom: 12px;
}

.monogram button,
.monogram-button,
#basket td .monogram-button {
	border: 0;
	cursor: pointer;
	font: 11px/15px Arial, Sans-Serif;
	text-align: left;
	margin-top: 5px;

	color:#fff;
	background: #000;
	display: inline-block;
	padding: 4px 9px;
}
#basket td .monogram-button:hover {
	color: #fff;
}

#basket td a {color: #6D6F71;}
#basket td a:hover {color: #AAAAAA;}

/* Basket Buttons
============================================================================= */

#final_row {
  height: 20px;
  width: 590px;
}

#promo_row {
  float: left;
  font: 11px/13px Tahoma, Arial, Sans-Serif;
  padding: 28px 0 0 20px;
}

#promo_row strong {
  float: left;
  font-weight: normal;
  padding-right: 8px;
}

#promo_row input {
  display: block;
  background: #F0F0F0;
  width: 70px;
  border: 0;
  font: 11px/13px Tahoma, Arial, Sans-Serif;
  padding: 1px 4px;
  float: left;
  color: #6D6F71;
  margin-right: 8px;
}

#promo_row form button {
  color: #000000;
  border: 0;
  cursor: pointer;
  background: transparent;
  font: 11px/15px Arial, Sans-Serif;
  width: 35px;
  text-align: left;
  padding: 0;
}

#button_row {
  float: right;
  padding: 28px 0 0 0;
  height: 20px;
  width: 141px;
}

#button_row #buy_button {
  background: url(/img/buttons/buy_now.gif) 0 0 no-repeat;
  display: block;
  float: left;
  color: #6D6F71;
  font-weight: bold;
  font-size: 11px;
  height: 9px;
  width: 60px;
  font-size: 9px;
  line-height: 9px;
  text-indent: -10000em;
}

#button_row #cont_button {
  background: url(/img/buttons/continue_shopping.gif) 0 0 no-repeat;
  display: block;
  float: left;
  color: #D0D0D1;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
  height: 9px;
  width: 132px;
  text-indent: -10000em;
}

/* FOOTER */

#footer {
	padding: 15px 0px;
	font-weight: bold;
}

	#footer p#linkage {
		background: url("/img/misc/header.gif") repeat-x scroll left bottom transparent;
		padding-bottom: 35px;
		margin-bottom: 10px;
	}

	#footer a {
		color: #6D6F71;
	}

.image-block {

}

	.image-block.hide {
		display: none;
	}

	.image-block.show {
		display: block;
	}

	.image-pagination {
		float: right;
		padding-bottom: 10px;
	}

		.image-pagination a {
			display: block;
			float: left;
			background: #d7d7d7;
			width: 15px;
			height: 15px;
			line-height: 10px;
			margin-left: 5px;
		}

		.image-pagination a.active {
			background: #989999;
		}

/* HOMEPAGE SPLASH */

#splash_main {
	width: 915px;
	height: 316px;
	margin-top: 30px;
	z-index: 1;
}

.splash_mid {
	float: left;
	width: 540px;
	height: 316px;
	margin: 5px 0px 0 0px;
}

.splash_mini {
	float: left;
	width: 370px;
	height: 316px;
	margin: 5px 0px 0 5px;
    position:relative;
}

.splash_mini.alt {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

.splash_mid.alt {
    margin-bottom: 10px;
}

.fs_box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

	.fs_box .textual {
		position: absolute;
		width: 350px;
		left: 10px;
		bottom: 10px;
		height: 105px;
		background: #fff;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.fs_box.hide {
		display: none;
	}

		.fs_box .textual .header {
			width: 100%;
			background: #000000;
			opacity: 0.9;
			filter: alpha(opacity=90);
			color: #fff;
			padding: 5px 10px;
			font-weight: bold;
			font-size: 16px;
			width: 330px;
		}

		.fs_box .textual .overview {
			width: 100%;
			background: #fff;
			opacity: 0.9;
			filter: alpha(opacity=90);
			padding: 5px 10px;
			width: 330px;
			font-size: 11px;
			line-height: 15px;
		}

a#tw-link {
	display: block;
	float: left;
	margin-right: 5px;
	width: 21px;
	height: 21px;
	background: url(/img/tw.jpg) no-repeat;
}

	a#tw-link:hover {
		background: url(/img/tw-h.jpg) no-repeat;
	}

a#fb-link {
	display: block;
	float: left;
	margin-right: 5px;
	width: 21px;
	height: 21px;
	background: url(/img/fb.jpg) no-repeat;
}

	a#fb-link:hover {
		background: url(/img/fb-h.jpg) no-repeat;
	}

#main {
	margin-top: 108px;
	min-height: 450px;
    position:relative;
}


#gallery {
    float: left;
    position:relative;
    padding-top: 411px;
    width: 490px;
}

#gallery .main {
    display: block;
    position:absolute;
    top: 0;
    left: 0;
}

#gallery ul {
    width: 500px;
}

#gallery li {
    float: left;
    margin-right: 9px;
}

#pagination {
    font-family: 'NewJohnstonLight-Normal', Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

#pagination ul {
    float: right;
}

#pagination li {
    float: left;
}

#pagination a {
    color:#8E8E8E;
}

#pagination a:hover,
#pagination li.current a {
    color:#464545;
}

#pagination li.view a {
    color:#5E5E5E;
}

#pagination li {
    margin-left: 6px;
}

#pagination li.view {
    margin-left: 11px;
}

#product #mzoo {
    padding-bottom: 0;
}

#mzoo-big {
    position:absolute;
    top: 0;
    left: 0;
}

#mzoo-big .MagicZoomBigImageCont {
    border: none;
}

.mail-me {
	clear: both;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 18px;
	margin-top: -7px;
	margin-right: -4px;
	float: right;
}

.mail-me a {
	color: #000;
	font-size: 12px;
}

#product .mail-me form {
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1;
	position: static;
	float: left;
	clear: right;
	padding-top: 8px;
}

#product .mail-me button {
	background: none;
	text-indent: 0;
	width: auto;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 4px;
}

.message {
	margin-top: 50px;
	margin-bottom: -50px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0;
	font-size: 15px;
}

.success {
	background: #E9F9E5;
	border-color: #B4E8AA;
	color: #318F14;
}

.error {
	background: #F9E5E6;
	border-color: #E8AAAD;
	color: #D02907;
}

