/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html {margin:0;padding:0;border:0;}


body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0px 0 0px 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: middle;
    line-height:1.5;

}
/*:focus {outline:0;}*/

	
/* ------------------------------------------------------------------*\
Blue stuff
\* -------------------------------------------------------------------*/
	
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
/*:focus {outline:0;}*/

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#495862;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#f6f6f6;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
//.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
//.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:18px;}
input.span-2, textarea.span-2 {width:58px;}
input.span-3, textarea.span-3 {width:98px;}
input.span-4, textarea.span-4 {width:138px;}
input.span-5, textarea.span-5 {width:178px;}
input.span-6, textarea.span-6 {width:218px;}
input.span-7, textarea.span-7 {width:258px;}
input.span-8, textarea.span-8 {width:298px;}
input.span-9, textarea.span-9 {width:338px;}
input.span-10, textarea.span-10 {width:378px;}
input.span-11, textarea.span-11 {width:418px;}
input.span-12, textarea.span-12 {width:458px;}
input.span-13, textarea.span-13 {width:498px;}
input.span-14, textarea.span-14 {width:538px;}
input.span-15, textarea.span-15 {width:578px;}
input.span-16, textarea.span-16 {width:618px;}
input.span-17, textarea.span-17 {width:658px;}
input.span-18, textarea.span-18 {width:698px;}
input.span-19, textarea.span-19 {width:738px;}
input.span-20, textarea.span-20 {width:778px;}
input.span-21, textarea.span-21 {width:818px;}
input.span-22, textarea.span-22 {width:858px;}
input.span-23, textarea.span-23 {width:898px;}
input.span-24, textarea.span-24 {width:938px;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:left;position:relative;}
div.prepend-top, .prepend-top {margin-top:1.5em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


/* ------------------------------------------------------------------ *\
								FONTS
\* ------------------------------------------------------------------- */


@font-face {
	font-family:"TradeGothicW02-BoldCn20 675505";
	src:url("fonts/e4693908-7208-4b04-93c4-8d004c3b4e1f.eot?iefix") format("eot");
}
@font-face {
	font-family:"TradeGothicW02-BoldCn20 675505";
	src:url("fonts/e4693908-7208-4b04-93c4-8d004c3b4e1f.eot?iefix");
	src:url("fonts/e2fbc63c-e7b1-4828-b0b6-275131d16fd0.woff") format("woff"),
	url("fonts/805d9356-a4a5-46df-8390-957c803e33bc.ttf") format("truetype"),
	url("fonts/df0f9c50-3ce3-4b1f-8120-074ca66b83b1.svg#df0f9c50-3ce3-4b1f-8120-074ca66b83b1") format("svg");
}
.Custom-font, .panels .custom .content span {
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform: uppercase;
	font-weight: normal;
}
.Custom-font-lowercase {
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
}


/* ------------------------------------------------------------------*\
Common

\* ------------------------------------------------------------------*/

/********* Global *****************/
body {
	color: #333;
	text-align: left;
}

.clear_fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear_fix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear_fix {
	height: 1%;
}

.clear_fix {
	display: block;
}

/* End hide from IE-mac */
#wrapper {
	max-width: 990px;
	margin: 0 auto;
	overflow: hidden;
}

#header input#search:focus{
	width: 168px;
}

#page {
	position: relative;
	overflow: hidden;
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 10px;
}

ul li {
	list-style-type: none;
}


select {
	float: left;
}

input.text,
input.qty,
label {
	padding: 0 0 0 1px;
	margin: 0;
	float: left;
}

label {
	font-weight: normal;
}

.paragraphContent p,
.paragraphContent h1,
.paragraphContent h2,
.paragraphContent h3,
.paragraphContent h4,
.paragraphContent h5,
.paragraphContent h6 {
	padding: 10px;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666666;
	line-height: 1.2;
}

.strong {
	font-weight: bold;
}

.prod_image {
	padding: 10px;
}

dl {
	/*float: left;*/
	overflow: hidden;
	line-height: 1.5em;
}

dl dt {
	float: left;
	min-width: 148px;
}

table, th, td {
	vertical-align: top;
}

table ul {
	padding-left: 0;
}

thead th {
	background: transparent;
}

table tr td {
	padding: 10px;
}

.hidden {
	display: none;
}

.text_hide {
	text-indent: -9999px;
}

p {
	margin: 0 0 10px 0;
}

dl {
	margin: 0 0 10px 0;
}

/*

	Forms
*****************/
.password-forgotten {
	display: block;
	clear: left;
	margin: -5px 0 4px 0;
}

.mandatory {
	display: inline-block;
	vertical-align: 20%;
}

form {
	/*padding-bottom: 30px;*/
}

form dl {
	/*float: left;*/
	overflow: hidden;
}

form dl dt {
	clear: both;
	overflow: hidden;
	float: none; /* issues with IE with this active */
}

form dl dt.left {
	clear: both;
	overflow: inherit;
}

form dl dd input[type=text],
form dl dd input[type=password],
form dl dd select {
	width: 234px;
	padding: 4px;
	margin-right: 10px;
	margin-top: 0;
}

form dl dd input[type=text].cvc {
	width: 40px;
	clear: both;
}

form dl dd input[type=text].card {
	width: 298px;
}

form dl dd select.card_date {
	width: 150px;
}

form dl dd input[type=text].email {

}

form dl dd input[type=checkbox],
form dl dt input[type=checkbox],
form dl dd input[type=radio],
form dl dt input[type=radio] {
	float: left;
	margin-right: 8px;
}

form dl dt a,
form dl dd a {
	float: left;
}

form dd {
	margin-left: 0;
}

form input.text,
form input.qty,
form label {
	padding-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
}

form input.text {
	padding-right: 20px;
}

form label {
	padding-right: 20px;
	padding-top: 2px;
}

form dl dd input.security {
	width: 23px;
}

.required {
	padding-top: 5px;
	font-size: 90%;
}

form span {
	/*padding-left: 10px; causing buttons to apepar out of line with form elements*/
}

form dl.terms {
	float: left;
	clear: none;
}

.add-address-left-label {
	padding-left: 13px;
}

.add-address-left-input {
	margin-top: -17px;
}

/*

	Jquery Password Strength Indicator
*****************/
.pstrength-minchar {
	font-size: 0.95em;
	line-height: normal;
}

#password_bar {
	clear: both;
	float: left;
}

#password_minchar {
	margin-bottom: 10px;
	margin-top: 2px;
}

.pstrength-bar,
.pstrength-minchar {
	clear: both;
	float: left;
}

input.strength {
	margin-bottom: 5px !important;
}

/*

	Links
*****************/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

a:focus img {
	outline: none;
}


/*
 
	Buttons
*****************/
button {
	height: auto;
	cursor: pointer;
}

button p {
	padding: 5px;
	float: left;
	margin: 0;
}

.opaque {
	opacity: 0.4;
}

.out-of-stock {
	opacity: 0.3;
	cursor: default;
}

/*

	Header
*****************/
.skiptocontent {
	position: absolute;
	z-index: 10000;
	left: -3000px;
}

.skiptocontent:focus {
	left: auto;
}

.skiptonavigation {
	position: absolute;
	z-index: 10000;
	left: -3000px;
}

.skiptonavigation:focus {
	left: auto;
}

.siteLogo a:focus img {
	outline: none;
}

#header {
	margin: 0 auto;
	position: relative;
	z-index: 9000;
}

#header span#Branding {
	position: absolute;
	bottom: 0;
	display: inline-block;
}

#header .headerContent {
	float: right;
/* 	max-width: 570px; */
	position: relative;
	z-index: 1;
}
/*
#header .search {
	float: right;
	clear: right;
}
*/
#header .search form {
	padding-bottom: 0;
}

#header h1 {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 47px;
	left: 0;
}

#header ul.nav {
	float: right;
}

#header ul.nav a {
	text-decoration: underline;
}

#header ul.nav li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
}

#header ul.nav li:first-child {
	margin-left: 0;
	border-left: 0 none;
	padding-left: 0;
}

#header ul.nav li:last-child {
	margin-right: 0;
	padding-right: 0;
}

#cart_header {
	float: right;
}

#cart_header h2 {
	margin-bottom: 0;
}

#cart_header dl,
#cart_header dl dd {
	margin: 0;
}

#cart_header dl dt {
	font-weight: normal;
	display: inline;
	vertical-align: middle;
	float: none;
}

#cart_header dl dd {
	display: inline;
	vertical-align: middle;
}

#cart_header ul {
	overflow: hidden;
	margin: 1px 0 0 0;
	padding: 0;
}

#cart_header ul li {
	float: left;
}

#cart_header ul li p {
	margin: 0;
}

#header ul.language li {
	/* float: left; */
	padding: 1px 10px;
}

#header ul.language li select {
	margin: 0;
}

#header ul.language {
	/* float: right; */
	clear: both;
	margin: 0;
	padding: 0;
}

#header ul.language li img {
	padding-right: 8px;
}

#header ul.language li a {
	padding-right: 10px;
	/* float: left; */
}

#header ul.language li a p {
	margin: 0;
	float: left;
}

#header ul.language li a.dropdown {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	padding-right: 0;
}

a.dropdown span {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -10000px;
	cursor: pointer;
}

.empty-nav-item {
	color: #FFFFFF;
    font-size: 1.1em;
    padding: 10px 7px;
    text-decoration: none;
	float: left;
    margin: 0;
}

/*

	Navigation
*****************/
#nav_main {
	margin: 0 auto;
	position: relative;
}

#nav_main ul {
	/*overflow: hidden;*/
	position: relative;
	margin: 0;
	padding: 0;
}

#nav_main ul li {
	float: left;
	/* position: relative;  BA.2011.05.11 added to fix IE7 sub menu alignment issues.*/
}

#nav_main ul li img {
	padding-right: 4px;
}

#nav_main ul li a {
	float: left;
	margin: 0;
}

#nav_main ul li:first-child a {
	border-left: 0 none;
}

#nav_main ul li.special_offer {
	float: right;
}

/*

	Exposed Navigation
**********************/
ul.Lb {
	left: -3000px;
	position: absolute !important;
	z-index: 10000000;
	width: 0;
}

li.right_edge ul.Lb {
	right: 0;
	width: auto;
}

li.left_edge ul.Lb {
	left: 0;
	width: auto;
}

li.Lb {
	/*min-height: 273px;*/
	padding-bottom: 5px;
	padding-right: 5px;
}

#nav_main ul li li.Lb .nav-submenu-title {
	padding: 10px 10px 10px 10px;
	display: block;
}

#nav_main ul li li.Lb a {
	padding: 10px 10px 10px 10px;
}

li.La:hover ul.Lb,
li.La a:focus + ul.Lb,
li.La ul.dropdown-visible {
	left: auto;
	width: auto;
}

.left_col {
	clear: left;
}

ul.Lc {
	float: left;
	min-width: 140px;
}

li.Lc {
	clear: left;
}

#nav_main ul li.Lc.right_col {
	float: left;
}

#nav_main ul li li.Lb li.Lc a {
	padding: 0 0 0 10px;
}

/*

/*

	Breadcrumb
*****************/
#breadcrumb {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	float: left;
	padding: 0 2px;
}

#breadcrumb ul li:first-child {
	float: left;
	padding-left: 0;
}

#breadcrumb ul li.skip_category {
	position: absolute;
}

/*

	Content
*****************/
#content {
	margin: 0 auto 10px auto;
	overflow: hidden;
}



/* ------------------------------------------------------------------ *\
							GLOBAL - copied from DM.com
\* ------------------------------------------------------------------- */

body {
	background:#ffffff;
}
html {
	color: #000000;
}
a:active { outline: none;}
#wrapper {
	background: #ffffff;
}
.italic {
	font-style: italic;
}
#page {
	background-color: transparent;
}
#header input.text,#header input.qty,#header select {
	background: #ffffff;
	border: 1px solid #333333;
	color: #333333;
	width:168px;
}
#header input.text {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	height: 13px;
	padding: 7px 5px 6px 5px;
	font-size: 100%;
}
#header input#search:focus {

}
thead th {
	background: transparent;
}
table tr td {
	padding: 0;
}
table tr td:first-child {
	border-left: none;
}
tbody tr:nth-child(2n) td,tbody tr.even td {
}
.uppercase {
	text-transform: uppercase;
}
.pad_right {
	margin-right: 10px;
}

.textBold {
	font-weight: bold;
}
.pad_none {
	margin: 0;
	padding: 0;
}
.stock_message {
	color: #007174;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 2px 0 0 6px;
	width: 46px;
}
a,a:visited {
	color: #444;
}
a:hover {
	color: #888888;
}
a:active {
	color: #0b777a;
}
.skiptocontent:focus {
	color: #fff;
}
.skiptonavigation:focus {
	color: #fff;
}
dl dd input[type=text],dl dd textarea,dl dd select,dl dd input[type=password] {
	margin-bottom: 10px;
	-moz-box-shadow: inset -1px -2px 4px #ddd;
	-webkit-box-shadow: inset -1px -2px 4px #ddd;
	box-shadow: inset -1px -2px 4px #ddd;
	border: 1px solid #BBBBBB;
}
.required {
	color: #ac1607;
}
form span {
	color: #AC1607;
}
form label.large_text {
	font-size: 1.2em;
}
form .instruction {
	color: #aaaaaa;
	font-weight: 0.8em;
	padding-top: 10px;
}
form#reviewForm textarea#comment {
	width: 335px;
}

a.positive:hover,a.positive:active {
	background-color: #de0073;
	text-decoration: none;
	cursor: pointer;
}
button.positive:hover,
button.positive:active, 
button.positive:focus  {
	background-color: green;
}

button.positive {
	 background-color: rgb(0, 0, 0);
     color: rgb(254, 217, 0);
}
button.positive.xl,button.neutral.xl,button.form.xl {
	font-size: 1.1em;
	height: 41px;
}
a.neutral,a.neutral:visited {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #909291;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1.1em;
}
a.neutral:hover,a.neutral:active {
	background-color: #FED900;
	text-decoration: none;
	cursor: pointer;
}
button.form,button.neutral {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #666;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1.1em;
}
button.form:hover,button.neutral:hover,
button.form:focus,button.neutral:focus,
button.form:active,button.neutral:active {
	background-image: url(../images/button/gradient-button-form_h.png);
	background-color: #000000;
}
input.xl {
	background-image: url(../images/button/gradient-input-xl.png);
	background-repeat: repeat-x;
	background-position: center top;
}
button.positive,button.neutral,button.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 3px 8px;
	line-height: normal;
	height: 30px;
}
button.out-of-stock {
	background-image: url(../images/button/gradient-button-form.png);
	background-color: #909291;
	border: 1px solid #666666;
}
button.out-of-stock:hover {
	background-color: #909291;
}
a.positive,a.neutral,a.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 2px 8px 10px 8px;
	line-height: 24px;
	display: block;
	float: left;
	height: 16px;
}
button img { /*float: left; not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
	vertical-align: middle;
}
[class ^="icon-"],[class *=" icon-"] {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 20px;
	margin: 0 5px 0 0;
	text-indent: -9000px;
	text-transform: capitalize;
}
.icon-cart {
	background: transparent url(../images/button/icon-cart-put-pink.png) no-repeat center 0px;
	height: 24px;
	width: 30px;
}
a.positive img,a.neutral img,a.form img {
	float: left; /*not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
	height: 20px;
	width: 25px;
}
button.headerSearch {
	padding-left: 5px;
	padding-right: 5px;
}
button.headerSearch .search-icon {
	background: transparent url(../images/button/search-small.png) no-repeat center 0px;
	text-indent: 100px;
	display: inline-block;
	width: 19px;
	height: 20px;
	padding: 0 8px;
	overflow: hidden;
}
.store_finder #PostCode {
	width: 200px;
	height: 20px;
}
a.cartPopupYellowButton {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	background: #FED900;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: center;
	height: auto;
	padding: 5px 14px;
	float: right;
}
.productDescriptionTitles {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: .8em;
}
.productDescriptionText {
	font-size:.8em;
}
a.productMoreDetails {
	background: #FED900;
	color: #000000;
	font-size: 1.1em;
	width: 168px;
	text-align: center;
	padding:1px;
	display: block;
	margin-top:2px;
}
a.productMoreDetails:hover {
	background: #000000;
	color: #FED900;
	width: 168px;
	text-align: center;
	text-decoration: none;
}
a.cartPopupYellowButton:hover,a.cartPopupYellowButton:focus,a.cartPopupYellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 25x 5px 45px;
	font-weight: bold;
	font-size: 11px;
	background: #000000;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
}
a.cartPopupGreyButton {
	background: url('../images/cartIcon23x17.png') no-repeat left;
	float: left;
	margin-left: 5px;
	padding-left: 27px;
	margin-top: 4px;
}
a.cartPopupGreyButton img {
	width: 35px;
	height: 30px;
}
button.yellowButton.left {
	float: left;
}
button.yellowButton.right {
	float: right;
}
button.yellowButton {
	cursor: pointer;
	display: inline-block;
	padding: 3px 25px 5px 20px;
	font-weight: bold;
	font-size: 1em;
	background: #FED900 url('../images/signup_button.jpg') no-repeat right;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: right;
	min-height: 25px;
	height: auto;
}
button.yellowButton:hover,.yellowButton:focus,.yellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 25x 5px 45px;
	font-weight: bold;
	background: #000000 url('../images/signup_button_over.jpg') no-repeat right;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
}
button.yellowButton[disabled=disabled], button.yellowButton:disabled {
    cursor:default;
    background:#CCC;
}
button.yellowButton[disabled=disabled]:hover, button.yellowButton:disabled:hover {
    color:#000;
}
div.alreadyProcessing {
    margin:0 60px;
    text-align:center;
    color:#FC0000;
    font-weight:bold;
    font-size:1.2em;
}
button.greyButton.left {
	float: left;
}
button.greyButton.right {
	float: right;
}
button.greyButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 45px 5px 25px;
	font-weight: bold;
	font-size: 11px;
	background: #959699 url('../images/greyButtonArrow.jpg') no-repeat left;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: right;
	min-height: 25px;
	height: auto;
}
button.greyButton:hover,.greyButton:focus,.greyButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 45px 5px 25px;
	font-weight: bold;
	font-size: 11px;
	background: #d6d6d6 url('../images/greyButtonArrow_over.jpg') no-repeat left;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
}
a.yellowButton.left {
	float: left;
}
a.yellowButton.right {
	float: right;
}
a.yellowButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 16px 5px 18px;
	font-weight: bold;
	font-size: 11px;
	background: #FED900 url('../images/cartIcon23x17.png') no-repeat 8px 8px;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: center;
	min-height: 25px;
	height: auto;
}
a.yellowButton:hover,a.yellowButton:focus,a.yellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 16px 5px 18px;
	font-weight: bold;
	font-size: 11px;
	background: #000000 url('../images/cartIcon23x17.png') no-repeat 8px 8px;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
}
a.greyButton.left {
	float: left;
}
a.greyButton.right {
	float: right;
}
a.greyButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	font-size: 11px;
	background: #959699;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-shadow: none;
/* 	margin-right: 52px; */
	text-align: center;
	min-height: 25px;
	height: auto;
}
a.greyButton:hover,.greyButton:focus,.greyButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 8x 5px 8px;
	font-weight: bold;
	font-size: 11px;
	background: #000000;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
}



/* ------------------------------------------------------------------ *\
								Header
\* ------------------------------------------------------------------- */


#header .headerContent {
	z-index: 1;
	margin-top: -101px;
	margin-right: -11px;
	float: right;
	clear: both;
}
#header .headerContent .top .nav li {
	cursor: pointer;
	padding: 0px 13px;
	padding-right: 6px;
}	
#header .headerContent .top .nav li.last {
	margin-right:0;
	padding: 0;
}
#header .headerContent .top .nav li b a {
	display:block;
	padding:2px 0px;
}
#header .headerContent .top .nav li.selector {
	padding:0px;
	margin:0px 10px;
	margin-top: -2px;
	padding-left: 7px;
}
#header .headerContent .top .nav li.selector:hover span a {
	color:#8c8c8c;
}
#header .headerContent .top .nav li.selector span {
	display: block;
	padding: 0px 15px 0px 10px;
	background: url(../images/countrySelectArrow.jpg) 100% 50% no-repeat;
}
#header .headerContent .top .nav li.selector a {
	padding-right:50px;
	display: block;
	background-color: transparent;
	background-position: 100% 50%;
	background-repeat: no-repeat;	
}
#header .headerContent .top .nav li.selector a.dm-uk{background-image: url(../images/flag-uk.gif);}
#header .headerContent .top .nav li.selector a.dm-us{background-image: url(../images/flag-us.gif);}
#header .headerContent .top .nav li.selector a.dm-kr{background-image: url(../images/flag-kr.gif);}
#header .headerContent .top .nav li.selector a.dm-eu{background-image: url(../images/flag-eu.gif);}
#header .headerContent .top .nav li.selector a.dm-ca{background-image: url(../images/flag-ca.gif);}
#header .headerContent .top .nav li.selector a.dm-fr{background-image: url(../images/flag-fr.jpg);}
#header .headerContent .top .nav li.selector a.dm-nl{background-image: url(../images/flag-nl.png);}

#header .headerContent .top .nav li.selector .list_countries {
	font-weight: bold;
	position: absolute;
	display: none;
	padding: 5px 15px 0px 15px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin-left: -1px;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	z-index: 1;
	margin-left: -8px;
}
#header .headerContent .top .nav li.selector .list_countries p {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
}		
#header .headerContent .top .nav li.selector .list_countries p:last-of-type{
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom: 5px;
}
#header ul.nav a {
	text-decoration: none;
}
#header ul.nav a:hover {
	color:#8c8c8c;
}
.headerContent div.top {
	padding-bottom:5px;
}
.headerContent div.bottom {
	margin-top: 1px;
}
#header .bottom ul.nav li{
	padding:20px 10px 5px 10px !important;
	margin:0px 5px !important;
}
#header .bottom ul.nav li#cart_container{
	margin-right:0px !important;
	border:5px solid #fff !important;
	border-bottom:0 !important;
	padding: 15px 5px 5px 5px !important;
}
#header ul.nav li.box_shadow{
	background-image: url('../images/gradient_grey.png');
}
#fandfcontainer a.fblink{
	background-image: url(../images/facebook-logo.png);
	background-repeat:no-repeat; 
	background-position: right center ;
	padding-right: 38px;
}
#header {
	background: #ffffff;
	width: 970px;
	height: 94px;
	padding-top: 15px;
}
#header .siteLogo div {
	position: absolute;
	padding:5px 0 0 33px;
	z-index: 999999;
	margin-top:-7px;
}
.siteLogo img{
	width: 145px;
	height: 81px;
}
#header span#Branding {
	background: url(../images/header_01.png) no-repeat scroll left bottom;
	width: 172px;
	height: 72px;
	left: 298px;
}
#header input.button,#header button.button {
	padding: 5px 7px 8px 6px;
	height: 15px;
	background: #333333;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	width: auto;
	border: 0;
	position: absolute;
}
#header input.button span,#header button.button span {
	color: #FFF;
	font-size: 1.1em;
}
#header input.button:hover,#header button.button:hover {
	background-color: #FED900;
}
#header input.button:focus,#header button.button:focus {
	background-color: #ac005b;
}
#header ul.language li a.dropdown:hover {
	background-color: #676767;
}
#header .headerSearch {
	margin-top: 58px;
	float: right;
	margin-right: 40px;
}
#header ul.nav {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}
#header ul.nav li {
	color: #FFF;
	border-left: 1px solid #e8e8e8;
}
#header ul.nav li:last-child {
	color: #FFF;
	border-left: none;
}
.logged_in {
	color: #000000;
	float: right;
	margin-top: 15px;
	margin-right: 22px;
	width: 500px;
	text-align: right;
	line-height: 1.2em;
	font-weight: bold;
	clear: both;
}
#header ul.language li a {
/* 	position: absolute; */
	text-align: right;
	width: 142px;
}
#header ul.nav li a {
	color: #000000;
	font-weight: bold;
}
#header ul.nav li a:hover {
	color: #8C8C8C;
}
#header ul.nav li a:focus {
	color: #8C8C8C;
}
#header ul.language {
	color: #FFF;
/* 	margin: 26px 0 16px; */
}
#header ul.language li img {
	position: relative;
	left: 0;
	top: 0;
}
#header ul.language li:first-child {
	border-left: 0 none;
}
#header ul.language li {
	border-left: 0;
	height: 25px;
	margin:1px 181px;
}
#header ul.language li a {
	color: #000000;
}
#header ul.language li a:hover {
	text-decoration: none;
	color: #8C8C8C;
}
#header ul.language li a.dropdown {
	background: url(../images/button/bg-gradient.png) repeat-x center top #d2d3d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 0;
}
a.dropdown span {
	background: url(../images/button-arrow-small.png) center center no-repeat scroll;
}
.nav_column a.dropdown span {
	background: url(../images/button-arrow-small-facet.png) center center no-repeat scroll;
}
.siteLogo {
	margin-left: -24px;
}
.logo {
	padding:10px;
}
#header .headerSearch form {
	Height:20px;
}
.imageHomepageTop {
	margin-top: 30px;
}
.homepageImages ul {
  list-style-type: none;
  margin-left:-19px;
  margin-top:-6px;
}
.homepageImages li img {
  float: left;
  width:238px;
  height: 270px;
}
.homepageImages li object {
  float: left;
  width:476px;
 height: 270px;
}
#nav_main .topfb ul {
	margin-top:0;
	margin-right:5px;
}
#nav_main .topfb ul li a{
	padding: 0;
	margin: 0;
}
#nav_main .topfb .socialMediaText a {
	color: #ffffff;
}
#nav_main .topfb .socialMediaText a:hover {
	color: #CCCECF;
}
.socialMediaFB,.socialMediaTwitter,.socialMediaEmail {
	width: 23px;
	height: 23px;
	margin-right: 6px;
	margin-top: -1px;
}
.socialMediaText a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.2em;
	margin-top: 0;
	   opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}
.socialMediaText a:hover {
	opacity: .5;
}
.socialMediaFB a,.socialMediaTwitter a,.socialMediaEmail a {
   opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}
.socialMediaFB a:hover {
	opacity: .5;
}
.socialMediaTwitter a:hover {
	opacity: .5;
}
.socialMediaEmail a:hover {
	opacity: .5;
}

.backToMobileStore {
	font-size: 1.2em;
	height: 20%;
	background: #e5e5e5;
	border-bottom: 0.1em solid #000000;
}
.backToMobileStore span.greyDot {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	background: #000000;
	color: #ffffff;
}
.backToMobileStore span.closeDot {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	background: #000000;
}
.backToMobileStore span.closeDot a {
	color: #ffffff;
}



/* ------------------------------------------------------------------ *\
								Navigation
\* ------------------------------------------------------------------- */


#nav_main {
	background: #000;
	height: 36px;
	padding: 1px 10px 8px 10px;
	width: 930px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#nav_main ul li.La {
	margin-left: 7px;
	font-size: 1.2em;
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform:uppercase;
}
#nav_main ul li.La:hover,#nav_main ul li.La:active {
	background: #e5e5e5;
}
#nav_main ul li.La.current {
	background: #e5e5e5;
}
#nav_main ul li.La.special_offer a {
	background: url(../images/bg-gradient-nav-offers.png) top center repeat-x scroll;
	color: #000;
}
#nav_main ul li.La.special_offer a:hover {
	background: #006f73 url(../images/bg-gradient-nav-current.png) top center repeat-x scroll;
	color: #FFF;
}
#nav_main ul li.La.special_offer a:focus {
	background: #006f73 url(../images/bg-gradient-nav-current.png) top center repeat-x scroll;
	color: #FFF;
}
#nav_main ul li.La.special_offer a span:before {
	content: url(../images/icon-nav-offers.png);
}
#nav_main ul li.La.special_offer a:hover span:before {
	content: url(../images/icon-nav-offers-over.png);
}
#nav_main ul li:first-child {
	margin-left: 0;
}
#nav_main ul li img {
	padding-right: 4px;
}
#nav_main ul li a {
	color: #ffffff;
	padding: 10px 7px 10px 7px;
	text-decoration: none;
}
#nav_main ul li.La.current a {
	background: transparent url(../images/nav-active-marker.png) center bottom no-repeat scroll;

}
#nav_main ul li:first-child a {
	display: block;
	border-left: 0 none;
}
#nav_main ul li li:hover,#nav_main ul li li:active {
	background: #e5e5e5;
	color: #000000;
}
#nav_main ul li a:hover,#nav_main ul li a:active,#nav_main ul li a:focus {
	text-decoration: none;
	color: #000000; 
}
#nav_main ul li:last-child a:hover {
}

/* Exposed Navigation **********************/

ul.Lb {
	background: #e5e5e5;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	top: auto;
	margin-top: 2.85em !important;
}
li.Lb {
	border-left: 1px solid #CCCECF;
}
li.Lb:first-child {
	border-left: 0
}
#nav_main ul li li.Lb .nav-submenu-title {
	color: #000000;
	border: 0;
	text-shadow: none;
	font-size: 1em;
	background: none;
	text-transform: uppercase;
}
#nav_main ul li li.Lb a {
	color: #CCCECF;
	border: 0;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: bold;
	background: none;
}
#nav_main ul li li.Lb a:hover {
	color: #191919;
}
#nav_main ul li li.Lb li.Lc a {
	font-family: 'Arial', Helvetica, Verdana;
	font-weight: normal;
	font-size: .8em;
	text-transform: none;
	color: #444;
}
#nav_main ul li li.Lb li.Lc a:hover,#nav_main ul li li.Lb li.Lc a:focus {
	text-decoration: underline;
	color: #8C8C8C;
}



/* ------------------------------------------------------------------ *\
								Breadcrumb
\* ------------------------------------------------------------------- */


#breadcrumb {
	width: 970px;
	margin-left: 15px;
	font-size: .8em;
	margin-bottom: 9px;
}
.breadcrumb ul {
	background-color: #ffffff;
	padding: 5px 0 10px 0 !important;
}
#breadcrumb ul li a {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
#breadcrumb ul li a:hover {
	color: #999999;
}
#breadcrumb ul li a:hover,#breadcrumb ul li a:active {
	text-decoration: none;
}
#breadcrumb ul li a:active {
	font-weight: bold;
}
#breadcrumb ul li.active a {
	color: #000000;
}
#breadcrumb ul li a.active {
	color: #FFF;
}
#breadcrumb ul li.skip_category a,#breadcrumb ul li.skip_category a:visited {	
}
#breadcrumb ul li.skip_category {
	top: 10px;
	right: 10px;
}


/* ------------------------------------------------------------------ *\
								Content
\* ------------------------------------------------------------------- */


#main ul {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	width: 1230px;
   	margin-bottom: 17px;
   	font-size: 12px ;
   	text-transform: uppercase;
}
#main ul li {
	float: left;
}
body.nocrumb #content {
	background: #FFF;
}
#content {
	background: #FFF;
	max-width: 950px;
	padding: 0 10px 10px 10px;
	margin-bottom: 4px;
}
#content div.span-24 {
	margin: 0 auto 0 auto;
	margin-bottom: 1px;
}


	
	
	


/* ------------------------------------------------------------------ *\
							GLOBAL
\* ------------------------------------------------------------------- */

body {
	background:#ffffff;
}
html {
	color: #000000;
}
a:active { outline: none;}
#wrapper {
	background: #ffffff;
}
.italic {
	font-style: italic;
}
#page {
	background-color: transparent;
}
#header input.text,#header input.qty,#header select {
	background: #ffffff;
	border: 1px solid #333333;
	color: #333333;
	width:168px;
}
#header input.text {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	height: 13px;
	padding: 7px 5px 6px 5px;
	font-size: 100%;
}
#header input#search:focus {

}
thead th {
	background: transparent;
}
table tr td {
	padding: 0;
}
table tr td:first-child {
	border-left: none;
}
tbody tr:nth-child(2n) td,tbody tr.even td {
}
.uppercase {
	text-transform: uppercase;
}
.pad_right {
	margin-right: 10px;
}

.textBold {
	font-weight: bold;
}
.pad_none {
	margin: 0;
	padding: 0;
}
.stock_message {
	color: #007174;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 2px 0 0 6px;
	width: 46px;
}
a,a:visited {
	color: #444;
}
a:hover {
	color: #888888;
}
a:active {
	color: #0b777a;
}
.skiptocontent:focus {
	color: #fff;
}
.skiptonavigation:focus {
	color: #fff;
}
dl dd input[type=text],dl dd textarea,dl dd select,dl dd input[type=password] {
	margin-bottom: 10px;
	-moz-box-shadow: inset -1px -2px 4px #ddd;
	-webkit-box-shadow: inset -1px -2px 4px #ddd;
	box-shadow: inset -1px -2px 4px #ddd;
	border: 1px solid #BBBBBB;
}
.required {
	color: #ac1607;
}
form span {
	color: #AC1607;
}
form label.large_text {
	font-size: 1.2em;
}
form .instruction {
	color: #aaaaaa;
	font-weight: 0.8em;
	padding-top: 10px;
}
form#reviewForm textarea#comment {
	width: 335px;
}

a.positive:hover,a.positive:active {
	background-color: #de0073;
	text-decoration: none;
	cursor: pointer;
}
button.positive:hover,
button.positive:active, 
button.positive:focus  {
	background-color: green;
}

button.positive {
	 background-color: rgb(0, 0, 0);
     color: rgb(254, 217, 0);
}
button.positive.xl,button.neutral.xl,button.form.xl {
	font-size: 1.1em;
	height: 41px;
}
a.neutral,a.neutral:visited {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #909291;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1.1em;
}
a.neutral:hover,a.neutral:active {
	background-color: #FED900;
	text-decoration: none;
	cursor: pointer;
}
button.form,button.neutral {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #666;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1.1em;
}
button.form:hover,button.neutral:hover,
button.form:focus,button.neutral:focus,
button.form:active,button.neutral:active {
	background-image: url(../images/button/gradient-button-form_h.png);
	background-color: #000000;
}
input.xl {
	background-image: url(../images/button/gradient-input-xl.png);
	background-repeat: repeat-x;
	background-position: center top;
}
button.positive,button.neutral,button.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 3px 8px;
	line-height: normal;
	height: 30px;
}
button.out-of-stock {
	background-image: url(../images/button/gradient-button-form.png);
	background-color: #909291;
	border: 1px solid #666666;
}
button.out-of-stock:hover {
	background-color: #909291;
}
a.positive,a.neutral,a.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 2px 8px 10px 8px;
	line-height: 24px;
	display: block;
	float: left;
	height: 16px;
}
button img { /*float: left; not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
	vertical-align: middle;
}
[class ^="icon-"],[class *=" icon-"] {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 20px;
	margin: 0 5px 0 0;
	text-indent: -9000px;
	text-transform: capitalize;
}
.icon-cart {
	background: transparent url(../images/button/icon-cart-put-pink.png) no-repeat center 0px;
	height: 24px;
	width: 30px;
}
a.positive img,a.neutral img,a.form img {
	float: left; /*not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
	height: 20px;
	width: 25px;
}
button.headerSearch {
	padding-left: 5px;
	padding-right: 5px;
}
button.headerSearch .search-icon {
	background: transparent url(../images/button/search-small.png) no-repeat center 0px;
	text-indent: 100px;
	display: inline-block;
	width: 19px;
	height: 20px;
	padding: 0 8px;
	overflow: hidden;
}
.store_finder #PostCode {
	width: 200px;
	height: 20px;
}
a.cartPopupYellowButton {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	background: #FED900;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: center;
	height: auto;
	padding: 5px 14px;
	float: right;
}
.productDescriptionTitles {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: .8em;
}
.productDescriptionText {
	font-size:.8em;
}
a.productMoreDetails {
	background: #FED900;
	color: #000000;
	font-size: 1.1em;
	width: 168px;
	text-align: center;
	padding:1px;
	display: block;
	margin-top:2px;
}
a.productMoreDetails:hover {
	background: #000000;
	color: #FED900;
	width: 168px;
	text-align: center;
	text-decoration: none;
}
a.cartPopupYellowButton:hover,a.cartPopupYellowButton:focus,a.cartPopupYellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 25x 5px 45px;
	font-weight: bold;
	font-size: 11px;
	background: #000000;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
}
a.cartPopupGreyButton {
	background: url('../images/cartIcon23x17.png') no-repeat left;
	float: left;
	margin-left: 5px;
	padding-left: 27px;
	margin-top: 4px;
}
a.cartPopupGreyButton img {
	width: 35px;
	height: 30px;
}
button.yellowButton.left {
	float: left;
}
button.yellowButton.right {
	float: right;
}
button.yellowButton {
	cursor: pointer;
	display: inline-block;
	padding: 3px 25px 5px 20px;
	font-weight: bold;
	font-size: 1em;
	background: #FED900 url('../images/signup_button.jpg') no-repeat right;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: right;
	min-height: 25px;
	height: auto;
}
button.yellowButton:hover,.yellowButton:focus,.yellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 25x 5px 45px;
	font-weight: bold;
	background: #000000 url('../images/signup_button_over.jpg') no-repeat right;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
}
button.yellowButton[disabled=disabled], button.yellowButton:disabled {
    cursor:default;
    background:#CCC;
}
button.yellowButton[disabled=disabled]:hover, button.yellowButton:disabled:hover {
    color:#000;
}
div.alreadyProcessing {
    margin:0 60px;
    text-align:center;
    color:#FC0000;
    font-weight:bold;
    font-size:1.2em;
}
button.greyButton.left {
	float: left;
}
button.greyButton.right {
	float: right;
}
button.greyButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 45px 5px 25px;
	font-weight: bold;
	font-size: 11px;
	background: #959699 url('../images/greyButtonArrow.jpg') no-repeat left;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: right;
	min-height: 25px;
	height: auto;
}
button.greyButton:hover,.greyButton:focus,.greyButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 45px 5px 25px;
	font-weight: bold;
	font-size: 11px;
	background: #d6d6d6 url('../images/greyButtonArrow_over.jpg') no-repeat left;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
}
a.yellowButton.left {
	float: left;
}
a.yellowButton.right {
	float: right;
}
a.yellowButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 16px 5px 18px;
	font-weight: bold;
	font-size: 11px;
	background: #FED900 url('../images/cartIcon23x17.png') no-repeat 8px 8px;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: center;
	min-height: 25px;
	height: auto;
}
a.yellowButton:hover,a.yellowButton:focus,a.yellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 16px 5px 18px;
	font-weight: bold;
	font-size: 11px;
	background: #000000 url('../images/cartIcon23x17.png') no-repeat 8px 8px;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
}
a.greyButton.left {
	float: left;
}
a.greyButton.right {
	float: right;
}
a.greyButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	font-size: 11px;
	background: #959699;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-shadow: none;
/* 	margin-right: 52px; */
	text-align: center;
	min-height: 25px;
	height: auto;
}
a.greyButton:hover,.greyButton:focus,.greyButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 8x 5px 8px;
	font-weight: bold;
	font-size: 11px;
	background: #000000;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
}




/* ------------------------------------------------------------------ *\
						       Home page
\* ------------------------------------------------------------------- */


.progessBarTitle {
	color: #ffffff;
}

.homepagebanner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 420px;
	padding: 0px;
	background-color:#fff;
	*top:0px;
	margin-bottom: 5px;
}
.homepagebanner .highlight {
	background: none repeat scroll 0 0 #FFF;
}
#banner {
	clear: both; 
	position: relative; 
	z-index: 2; 
	padding-top: 0px; 
	width: 950px; 
}
#banner a:link, #banner a:visited {
	text-decoration:none; 
	outline:none; 
}
#banner a.prev, #banner a.next {
	border:none; 
}
.plain-horizon { height: 420px;}
.plain-horizon > .horizon { margin-left: -100975px; } /* 100000 + width + slide's right margin */
.plain-horizon > .horizon .wrapper > ul > li { width: 950px; }

/* -- Core structure and styling -- */

.plain-horizon { overflow: hidden; clear: both; position: relative; width: 100%; }
.plain-horizon.loading { background: url(../../common/images/colorbox/loading.gif) 50% 50% no-repeat; }
.plain-horizon ul, .plain-horizon li { list-style: none; margin: 0; padding: 0; }
.plain-horizon > .horizon { position: absolute; top: 0; left: 50%; z-index: 10; width: 200000px; height: 100%; }
.plain-horizon > .horizon .wrapper { float: left; position: relative; left: 50%; height: 100%; margin-left: -466px; }
.plain-horizon > .horizon .wrapper > ul { float: left; position: relative; height: 100%;  margin-left: 16px; }
.plain-horizon > .horizon .wrapper > ul > li { display: none; overflow: hidden; float: left; height: 100%; margin-right: 0px; opacity: 1; }
.plain-horizon > .horizon .wrapper > ul > li + li + li + li { display: none; }
.plain-horizon > .horizon .wrapper > ul > li.loaded { display: block !important; }
.plain-horizon > .horizon .wrapper > ul > li > ul { float: left; height: 100%; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li { overflow: hidden; position: relative; float: left; width: 175px; margin: 0 0 15px 15px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li a, .plain-horizon > .horizon > .wrapper > ul > li > ul > li a:link, .plain-horizon > .horizon > .wrapper > ul > li > ul > li a:visited { color: #fff; text-decoration: none; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li img { display: block; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li .hgroup > *:first-child + * { display: none; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child { position: relative; display: block; width: 100%; height: 132px; margin-bottom: 5px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child > span { display: none; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li.loading > a:first-child > span { display: block; position: absolute; top: 10px; left: 10px; z-index: 21; width: 16px; height: 11px; background: url(../../common/images/colorbox/loading.gif) no-repeat; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child > img { position: absolute; top: 0; left: 0; z-index: 10; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child > img + img { z-index: 9; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li a + .hgroup > *:first-child { margin: 0; line-height: 15px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li a + .hgroup > *:first-child > a { display: block; height: 31px; margin: 0; padding-right: 60px; background: url(../images/arrow2-rightwards-gray-bubble.png) 100% 50% no-repeat; color: #000; font-size: 11px; text-transform: uppercase; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a.more { display: none; min-height: 24px; padding-right: 60px; background: url(../images/arrow2-rightwards-gray-bubble.png) 100% 50% no-repeat; color: #000; font-size: 11px; text-transform: uppercase; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a.more:hover { color: #555; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child { width: 580px; min-height: 350px; margin: 0; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > img { position: absolute; top: 0; left: 0; z-index: 10; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > img + img { z-index: 9; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry { position: absolute; top: 50px; left: 0; right: auto; bottom: 0; z-index: 20; padding: 0 30px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup { display: block; width: 412px; margin: 0 0 25px -30px; padding: 15px 30px 18px; background: url(../images/trans1.png) repeat; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup > * { display: block; font-weight: normal; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup > *:first-child { height: auto; margin-bottom: 0; padding: 0; background: none; color: #fff; font-size: 35px; text-transform: uppercase; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup > *:first-child + * { margin-bottom: 0; color: #555; font-size: 28px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > a.more { position: absolute; bottom: 20px; left: 20px; float: left; padding: 5px 38px 5px 0; background: url(../images/arrow2-rightwards-white-bubble.png) 100% 50% no-repeat; font-size: 20px; font-family: Calibri, Arial, sans-serif; text-transform: lowercase; }

/* -- Forward & backward navigation -- */

.plain-horizon > ul.nav { display: none; position: relative; z-index: 30; }
.plain-horizon > ul.nav > li { position: absolute; top: 0; left: 50%; width: 785px; height: 354px; margin-left: -1280px; background: url('') 0 0 repeat-y; }
.plain-horizon > ul.nav > li + li { margin-left: 485px; background: url('') 100% 0 repeat-y; }
.plain-horizon > ul.nav > li > a { opacity:.7;display: none; position: absolute; top: 215px; left: -70px; z-index: 30; overflow: hidden; width: 60px; height: 60px; margin-top: -36px; background: #000000 url(../images/homepageGalleryNext.png) 56% 47% no-repeat; }
.plain-horizon > ul.nav > li > a.prev { left: auto; right: -80px; background: #000000 url(../images/homepageGalleryPrev.png) 45% 47% no-repeat; margin-top: -36px;}
.plain-horizon > ul.nav > li > a:hover {opacity:1;}



/* ------------------------------------------------------------------ *\
								Header
\* ------------------------------------------------------------------- */


#header .headerContent {
	z-index: 1;
	margin-top: -101px;
	margin-right: -11px;
	float: right;
	clear: both;
}
#header .headerContent .top .nav li {
	cursor: pointer;
	padding: 0px 13px;
	padding-right: 6px;
}	
#header .headerContent .top .nav li.last {
	margin-right:0;
	padding: 0;
}
#header .headerContent .top .nav li b a {
	display:block;
	padding:2px 0px;
}
#header .headerContent .top .nav li.selector {
	padding:0px;
	margin:0px 10px;
	margin-top: -2px;
	padding-left: 7px;
}
#header .headerContent .top .nav li.selector:hover span a {
	color:#8c8c8c;
}
#header .headerContent .top .nav li.selector span {
	display: block;
	padding: 0px 15px 0px 10px;
	background: url(../images/countrySelectArrow.jpg) 100% 50% no-repeat;
}
#header .headerContent .top .nav li.selector a {
	padding-right:50px;
	display: block;
	background-color: transparent;
	background-position: 100% 50%;
	background-repeat: no-repeat;	
}
#header .headerContent .top .nav li.selector a.dm-uk{background-image: url(../images/flag-uk.gif);}
#header .headerContent .top .nav li.selector a.dm-us{background-image: url(../images/flag-us.gif);}
#header .headerContent .top .nav li.selector a.dm-kr{background-image: url(../images/flag-kr.gif);}
#header .headerContent .top .nav li.selector a.dm-eu{background-image: url(../images/flag-eu.gif);}
#header .headerContent .top .nav li.selector a.dm-ca{background-image: url(../images/flag-ca.gif);}
#header .headerContent .top .nav li.selector a.dm-fr{background-image: url(../images/flag-fr.jpg);}
#header .headerContent .top .nav li.selector a.dm-nl{background-image: url(../images/flag-nl.png);}

#header .headerContent .top .nav li.selector .list_countries {
	font-weight: bold;
	position: absolute;
	display: none;
	padding: 5px 15px 0px 15px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin-left: -1px;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	z-index: 1;
	margin-left: -8px;
}
#header .headerContent .top .nav li.selector .list_countries p {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
}		
#header .headerContent .top .nav li.selector .list_countries p:last-of-type{
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom: 5px;
}
#header ul.nav a {
	text-decoration: none;
}
#header ul.nav a:hover {
	color:#8c8c8c;
}
.headerContent div.top {
	padding-bottom:5px;
}
.headerContent div.bottom {
	margin-top: 1px;
}
#header .bottom ul.nav li{
	padding:20px 10px 5px 10px !important;
	margin:0px 5px !important;
}
#header .bottom ul.nav li#cart_container{
	margin-right:0px !important;
	border:5px solid #fff !important;
	border-bottom:0 !important;
	padding: 15px 5px 5px 5px !important;
}
#header ul.nav li.box_shadow{
	background-image: url('../images/gradient_grey.png');
}
#fandfcontainer a.fblink{
	background-image: url(../images/facebook-logo.png);
	background-repeat:no-repeat; 
	background-position: right center ;
	padding-right: 38px;
}
#header {
	background: #ffffff;
	width: 970px;
	height: 94px;
	padding-top: 15px;
}
#header .siteLogo div {
	position: absolute;
	padding:5px 0 0 33px;
	z-index: 999999;
	margin-top:-7px;
}
.siteLogo img{
	width: 145px;
	height: 81px;
}
#header span#Branding {
	background: url(../images/header_01.png) no-repeat scroll left bottom;
	width: 172px;
	height: 72px;
	left: 298px;
}
#header input.button,#header button.button {
	padding: 5px 7px 8px 6px;
	height: 15px;
	background: #333333;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	width: auto;
	border: 0;
	position: absolute;
}
#header input.button span,#header button.button span {
	color: #FFF;
	font-size: 1.1em;
}
#header input.button:hover,#header button.button:hover {
	background-color: #FED900;
}
#header input.button:focus,#header button.button:focus {
	background-color: #ac005b;
}
#header ul.language li a.dropdown:hover {
	background-color: #676767;
}
#header .headerSearch {
	margin-top: 58px;
	float: right;
	margin-right: 40px;
}
#header ul.nav {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}
#header ul.nav li {
	color: #FFF;
	border-left: 1px solid #e8e8e8;
}
#header ul.nav li:last-child {
	color: #FFF;
	border-left: none;
}
.logged_in {
	color: #000000;
	float: right;
	margin-top: 15px;
	margin-right: 22px;
	width: 500px;
	text-align: right;
	line-height: 1.2em;
	font-weight: bold;
	clear: both;
}
#header ul.language li a {
/* 	position: absolute; */
	text-align: right;
	width: 142px;
}
#header ul.nav li a {
	color: #000000;
	font-weight: bold;
}
#header ul.nav li a:hover {
	color: #8C8C8C;
}
#header ul.nav li a:focus {
	color: #8C8C8C;
}
#header ul.language {
	color: #FFF;
/* 	margin: 26px 0 16px; */
}
#header ul.language li img {
	position: relative;
	left: 0;
	top: 0;
}
#header ul.language li:first-child {
	border-left: 0 none;
}
#header ul.language li {
	border-left: 0;
	height: 25px;
	margin:1px 181px;
}
#header ul.language li a {
	color: #000000;
}
#header ul.language li a:hover {
	text-decoration: none;
	color: #8C8C8C;
}
#header ul.language li a.dropdown {
	background: url(../images/button/bg-gradient.png) repeat-x center top #d2d3d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 0;
}
a.dropdown span {
	background: url(../images/button-arrow-small.png) center center no-repeat scroll;
}
.nav_column a.dropdown span {
	background: url(../images/button-arrow-small-facet.png) center center no-repeat scroll;
}
.siteLogo {
	margin-left: -24px;
}
.logo {
	padding:10px;
}
#header .headerSearch form {
	Height:20px;
}
.imageHomepageTop {
	margin-top: 30px;
}
.homepageImages ul {
  list-style-type: none;
  margin-left:-19px;
  margin-top:-6px;
}
.homepageImages li img {
  float: left;
  width:238px;
  height: 270px;
}
.homepageImages li object {
  float: left;
  width:476px;
 height: 270px;
}
#nav_main .topfb ul {
	margin-top:0;
	margin-right:5px;
}
#nav_main .topfb ul li a{
	padding: 0;
	margin: 0;
}
#nav_main .topfb .socialMediaText a {
	color: #ffffff;
}
#nav_main .topfb .socialMediaText a:hover {
	color: #CCCECF;
}
.socialMediaFB,.socialMediaTwitter,.socialMediaEmail {
	width: 23px;
	height: 23px;
	margin-right: 6px;
	margin-top: -1px;
}
.socialMediaText a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.2em;
	margin-top: 0;
	   opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}
.socialMediaText a:hover {
	opacity: .5;
}
.socialMediaFB a,.socialMediaTwitter a,.socialMediaEmail a {
   opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}
.socialMediaFB a:hover {
	opacity: .5;
}
.socialMediaTwitter a:hover {
	opacity: .5;
}
.socialMediaEmail a:hover {
	opacity: .5;
}

.backToMobileStore {
	font-size: 1.2em;
	height: 20%;
	background: #e5e5e5;
	border-bottom: 0.1em solid #000000;
}
.backToMobileStore span.greyDot {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	background: #000000;
	color: #ffffff;
}
.backToMobileStore span.closeDot {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	background: #000000;
}
.backToMobileStore span.closeDot a {
	color: #ffffff;
}



/* ------------------------------------------------------------------ *\
								Navigation
\* ------------------------------------------------------------------- */


#nav_main {
	background: #000;
	height: 36px;
	padding: 1px 10px 8px 10px;
	max-width: 930px;
	width:100%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	overflow:hidden;
}
#nav_main ul li.La {
	margin-left: 7px;
	font-size: 1.2em;
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform:uppercase;
}
#nav_main ul li.La:hover,#nav_main ul li.La:active {
	background: #e5e5e5;
}
#nav_main ul li.La.current {
	background: #e5e5e5;
}
#nav_main ul li.La.special_offer a {
	background: url(../images/bg-gradient-nav-offers.png) top center repeat-x scroll;
	color: #000;
}
#nav_main ul li.La.special_offer a:hover {
	background: #006f73 url(../images/bg-gradient-nav-current.png) top center repeat-x scroll;
	color: #FFF;
}
#nav_main ul li.La.special_offer a:focus {
	background: #006f73 url(../images/bg-gradient-nav-current.png) top center repeat-x scroll;
	color: #FFF;
}
#nav_main ul li.La.special_offer a span:before {
	content: url(../images/icon-nav-offers.png);
}
#nav_main ul li.La.special_offer a:hover span:before {
	content: url(../images/icon-nav-offers-over.png);
}
#nav_main ul li:first-child {
	margin-left: 0;
}
#nav_main ul li img {
	padding-right: 4px;
}
#nav_main ul li a {
	color: #ffffff;
	padding: 10px 7px 10px 7px;
	text-decoration: none;
}
#nav_main ul li.La.current a {
	background: transparent url(../images/nav-active-marker.png) center bottom no-repeat scroll;

}
#nav_main ul li:first-child a {
	display: block;
	border-left: 0 none;
}
#nav_main ul li li:hover,#nav_main ul li li:active {
	background: #e5e5e5;
	color: #000000;
}
#nav_main ul li a:hover,#nav_main ul li a:active,#nav_main ul li a:focus {
	text-decoration: none;
	color: #000000; 
}
#nav_main ul li:last-child a:hover {
}

/* Exposed Navigation **********************/

ul.Lb {
	background: #e5e5e5;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	top: auto;
	margin-top: 2.85em !important;
}
li.Lb {
	border-left: 1px solid #CCCECF;
}
li.Lb:first-child {
	border-left: 0
}
#nav_main ul li li.Lb .nav-submenu-title {
	color: #000000;
	border: 0;
	text-shadow: none;
	font-size: 1em;
	background: none;
	text-transform: uppercase;
}
#nav_main ul li li.Lb a {
	color: #CCCECF;
	border: 0;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: bold;
	background: none;
}
#nav_main ul li li.Lb a:hover {
	color: #191919;
}
#nav_main ul li li.Lb li.Lc a {
	font-family: 'Arial', Helvetica, Verdana;
	font-weight: normal;
	font-size: .8em;
	text-transform: none;
	color: #444;
}
#nav_main ul li li.Lb li.Lc a:hover,#nav_main ul li li.Lb li.Lc a:focus {
	text-decoration: underline;
	color: #8C8C8C;
}



/* ------------------------------------------------------------------ *\
								Breadcrumb
\* ------------------------------------------------------------------- */


#breadcrumb {
	width: 970px;
	margin-left: 15px;
	font-size: .8em;
	margin-bottom: 9px;
}
.breadcrumb ul {
	background-color: #ffffff;
	padding: 5px 0 10px 0 !important;
}
#breadcrumb ul li a {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
#breadcrumb ul li a:hover {
	color: #999999;
}
#breadcrumb ul li a:hover,#breadcrumb ul li a:active {
	text-decoration: none;
}
#breadcrumb ul li a:active {
	font-weight: bold;
}
#breadcrumb ul li.active a {
	color: #000000;
}
#breadcrumb ul li a.active {
	color: #FFF;
}
#breadcrumb ul li.skip_category a,#breadcrumb ul li.skip_category a:visited {	
}
#breadcrumb ul li.skip_category {
	top: 10px;
	right: 10px;
}


/* ------------------------------------------------------------------ *\
								Content
\* ------------------------------------------------------------------- */


#main ul {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	width: 1230px;
   	margin-bottom: 17px;
   	font-size: 12px ;
   	text-transform: uppercase;
}
#main ul li {
	float: left;
}
body.nocrumb #content {
	background: #FFF;
}
#content {
	background: #FFF;
	max-width: 950px;
	padding: 0 10px 10px 10px;
	margin-bottom: 4px;
}
#content div.span-24 {
	margin: 0 auto 0 auto;
	margin-bottom: 1px;
	
}




/* ------------------------------------------------------------------ *\
							Item Container
\* ------------------------------------------------------------------- */


.item_container {
	padding: 0 20px;
}
.item_container_holder .title {
	position: absolute;
	max-width: 250px;
	top: -7px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}
.item_container_holder .title-top {
	height: 7px;
}





/* ------------------------------------------------------------------ *\
							Footer
\* ------------------------------------------------------------------- */


#footer ul.Fa {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	width: 20%;
   	margin-bottom: 17px;
   	font-size: 12px ;
   	text-transform: uppercase;
}
#footer ul.Fa li {
	float: left;
}
#footer ul.Fb {
	min-width: 150px;
	float: left;
	margin: 0;
	text-transform: none;
}
#footer ul.Fb li {
	clear: left;
}
#footer_bottom ul {
	margin-left: -13px;
	margin-top: -4px;
}
#footer_bottom li {
	float: left;
	font-size: .9em;
	padding: 0px 10px 0 10px;
	border-right: 1px solid #000000;
	border-left: 1px;
	line-height: 1.2em;
}
#footer_bottom li:last-child {
	border-right: none;
}
#footer_bottom_payment {
    float: right;
    width: 296px;
    height: 35px;
    padding: 0px 20px 0px 0px;
    margin-top: -4px;
}
#footer_box_social {
    width: 445px;
    height: 36px;
    float: right;
    padding: 12px 0px 12px 20px;
    background-color: rgb(229, 229, 229);
}
#footer_box_signup {
    width: 425px;
    height: 30px;
    float: left;
    padding: 15px 20px;
    background-color: rgb(229, 229, 229);
    vertical-align: middle;
}
#copyright p {
	float:right;
	font-size:.9em;
}
hr.footer_gray {
	height: 2px;
	background-color: #f1f0e8;
	border: 0px;
	margin: 15px 0px 10px 0px;
	clear: both;
}
#footer {
	clear: both;
	max-width: 953px;
	margin-left: 0px;
	margin-top: -16px;
}
#footer h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1.15em;
	padding-bottom: 10px;
	margin: 0 0 3px 0;
	text-transform:uppercase;
}
#footer ul.Fa {
	padding: 20px 17px 28px 17px;
}
#footer ul.Fb {
	float: left;
	margin-top: 25px;
	padding-right: 66px;
	margin-bottom:30px;
	margin-left:-7px;
}
#footer ul.Fb li {
	color:#000000;
	font-size:.9em;
	line-height: 1.7em;
	font-weight:bold;
}
#footer ul.Fc {
	padding: 0px;
}
#footer ul li a:hover {
	color: #8C8C8C;
}
#footer ul li a:focus {
	color: #8C8C8C;
}
#copyright {
	color: #bbb;
}
.footerBarContent {
	max-width: 950px;
	height: 45px;
	background: #000000;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.footerSignupText {
	color: #ffffff;
	padding: 7px;
	float: left;
	font-size: 1.6em;
	margin-left: 10px;
}
.footerFollowText {
	float: right;
	color: #ffffff;
	margin-top: 7px;
	font-size: 1.5em;
}
.newsletterSignupHolder {
	height: 611px;	
	z-index:11;
}
.newsletterSignupHolder iframe {
	height: 575px;
	width: 970px;
	margin-left: 5px;
	margin-top:0;
}
.newsletterSignupHolder h5 {
	margin-left: 26px;
	margin-top: 20px;
}
.newsletterButton {
	width: 62px;
	height: 59px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	float: right;
	margin-top: -13px;
	position:relative;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.newsletterButton:hover{
	width: 62px;
	height: 59px;
	-webkit-transform: rotate(78deg);
	-moz-transform: rotate(78deg);
	-ms-transform: rotate(78deg);
	transform: rotate(78deg);
}
.socialNetworking {
	float:right;
    margin-top: 3px;
    margin-left: 13px;
    margin-right: 13px;
}
.socialNetworking img {
	margin-right: 2px;
}
#productSocialBar {
	margin-bottom: 20px;
}


/*Layout Sections*****************/

.cms_banner_slot .item_container_holder .item_container .simple_banner {
	clear: right;
	display: inline;
}
.chooseDeliveryBannerRight {
	margin-top: 10px;
	margin-right: -16px;
	float: right;
}
.choosePaymentBannerRight {
	margin-right: 10px;
	float: right;	
}
.orderConfirmMainBanner {
	margin-top: 10px;
	float: right;	
}
.loginCheckoutBannerRight {
	margin-top: 10px;
	margin-right: 27px;
	float: right;
	clear: right;
}
.cms_banner_slot .banner,.cms_banner_slot .simple_banner {
	border: 1px solid #fff;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 150px;
}
#rightside .simple_banner img {
	margin-left: 20px;
}
.span-4.section4 .cms_banner_slot .banner:first-child,.span-4.section4 .cms_banner_slot .simple_banner:first-child {
	margin-top: 30px;
}
.span-24.section1 div {
	margin-top: 10px;
}
.section1.cms_banner_slot .banner .title,.section1.cms_banner_slot .banner .details,.section1.cms_banner_slot .banner .action,
.section2.cms_banner_slot .banner .title,.section2.cms_banner_slot .banner .details,.section2.cms_banner_slot .banner .action,
.zone_a.cms_banner_slot .banner .title,.zone_a.cms_banner_slot .banner .details,.zone_a.cms_banner_slot .banner .action,
.zone_b.cms_banner_slot .banner .title,.zone_b.cms_banner_slot .banner .details,.zone_b.cms_banner_slot .banner .action,
.zone_c.cms_banner_slot .banner .title,.zone_c.cms_banner_slot .banner .details,.zone_c.cms_banner_slot .banner .action,
.section4.cms_banner_slot .banner .title,.section4.cms_banner_slot .banner .details,.section4.cms_banner_slot .banner .action,
.section5.cms_banner_slot .banner .title,.section5.cms_banner_slot .banner .details,.section5.cms_banner_slot .banner .action,
.left-content-slot.cms_banner_slot .banner .title,.left-content-slot.cms_banner_slot .banner .details,.left-content-slot.cms_banner_slot .banner .action,
.top-content-slot.cms_banner_slot .banner .title,.top-content-slot.cms_banner_slot .banner .details,.top-content-slot.cms_banner_slot .banner .action,
.wide-content-slot.cms_banner_slot .banner .title,.wide-content-slot.cms_banner_slot .banner .details,.wide-content-slot.cms_banner_slot .banner .action,
.narrow-content-slot.cms_banner_slot .banner .title,.narrow-content-slot.cms_banner_slot .banner .details,.narrow-content-slot.cms_banner_slot .banner .action {
	display: none;
}
div.dynamic_banner {
    position: relative;
}
div.dynamic_banner .title {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}
div.dynamic_banner .thumb {
    margin: 10px 0px 7px;
    overflow: hidden;
}
div.dynamic_banner .details {
    left: 10px;
    margin: 7px 0 10px;
    position: absolute;
    top: 35px;
    max-width: 515px;
}
div.dynamic_banner .title h2 {
    background-color: rgba(0, 112, 117, 0.7);
    color: #FFFFFF;
    margin: 0;
    padding: 6px 10px 10px;
    text-shadow: none;
    height: 18px;
    font-size: 17px;
    display: block;
}
div.dynamic_banner .details p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
#footer_signup_header {
	font-size: 1.5em;
}


a{
color:#222;
}	
a:hover{
color:#727272;
}	

.list_countries{
	border-bottom:1px solid #ccc;
}

.jobContent ul li {
	list-style-type: square;
}

.sharer{
	position:relative; 
	float:left;
	bottom:-60px;
}
.sharerNew{
	position:relative; 
	float:left;
	width:100%;
}
.buttonHolder{
	position:relative; 
}

/* typography.css */
html {font-size:100.01%;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif}

#mainBody{
display:block;max-width:950px;margin-top:15px;
}
.applyButton:hover {
    
    background-color:black;
}

.applyButton{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
    padding:15px; 
    background-color:yellow; 
    display:inline;	
    font-weight:bold; 
    float:right; 
    margin-right:100px;
    margin-top:8px;

   color:#222;
  font-size:1.28em;
}
.applyButton:hover a{
color:yellow;
}


.candidatePackButton:hover {
    
    background-color:yellow;
}

.candidatePackButton{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
    padding:15px; 
    background-color:black; 
    display:inline;	
    font-weight:bold; 
    float:right; 
    margin-right:20px;
    margin-top:8px;
   color:yellow;
  font-size:1.28em;
}
.candidatePackButton a{
color:yellow;
}
.candidatePackButton:hover a{
color:black;
}
.candidatePackInfo p{
float:right;
}
.candidatePackInfo{
float:right;
display:block;
margin: 0px;
width:100%;
}	

.mainPagefocus{
width:770px;
margin-left : auto ;  
margin-right: auto ; 
margin-bottom:0px;
padding:7px;  
 clear:both;
color:white;
margin-top: 30px;
display:block;
}
.applyButton a{
   color:#222;
  font-size:1em;
}
.heading{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
text-transform:uppercase;
font-size:1.5em;
color:white;
padding:3px;
display:inline;
}
.heading2{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
text-transform:uppercase;
font-size:1.5em;
color:black;
padding:3px;
display:inline;
}

.headingNonInline{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
text-transform:uppercase;
font-size:1.5em;
color:white;
text-align:center;
vertical-align:middle;
}

.headingContent{
font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
font-size:01em;
display:inline;
color:white;
}
.jobCountries{
	display:inline-block; text-align:center; width:100%;	
}

.locationText{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform:uppercase;
	color: rgb(128, 0, 0);
	font-size:14px;
}
.spotlightText{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform:uppercase;

	font-size:20px;
}
.spotlightText a{
	font-weight: bold;
	text-decoration: underline;
	color: rgb(128, 0, 0);
}


.insiderText a{
	color:yellow;
}
#insiderKnowledgeDiv{
	MARGIN-TOP:-45PX;
}

.jobCountries a{
  margin-left:50px;
  margin-right:50px;

	
	
}
#jobOfTheMonthDiv{
	float:right; position:relative; display:inline";
}
.jobOfTheMonth{
	background:black; 
	color: white; 
	position:absolute; 
	padding:7px;
	top: 130px; 
	left: 10px; 
	width: 80%; 
	z-index:99;
}

@media only screen and (max-width: 950px) {
    #jobOfTheMonthDiv {
        display: none;
    }
    #videos{
    	display:none;
    }
}

@media only screen and (max-width: 450px) {
	#insiderKnowledgeDiv{
    	display:none;
    }
}
@media only screen and (max-width: 500px) {
    #content{
		margin:0px;
		padding:1px;
	}
	#liveChat{
		display:none;
	}
	
	#footer_signup_header{
		display:none;	
	}
	
}

@media only screen and (max-width: 650px) {
    
    #footer .Fa ul:first-child{
    	display:none;	
    }
    .applyButton{
    
   margin-right:0px;
   }
    
    
    #nav_main ul li:first-child {
		display:none;
	}
}
.USFaq  a, .USFaq  a:hover, .USFaq a:visited{
color:yellow;
font-weight:bold;
}
.jobOfTheMonth p a{
	color:yellow;
}
.locationHeading{
font-size:1.8em;
background-color:black; 
display:inline; 
padding:3px;
}
.storySoFarHeading{
font-size:2.5em;
background-color:black; 
display:inline; 
padding:3px;
}
.jobListings{
font-weight:bold;

}
#locations{
margin-left: auto ;  margin-right: auto; margin-top:20px; margin-bottom:20px; text-align:center;
}
#insiderKnowledge{
display:inline-block; 
background-color:black
}
#insiderImg{
min-width:270px;
width:100%;
	
}
.insiderText{
float:right; color:white; font-size:16px;
}
a.yellowLink{
	color:yellow;
}	
.jobContent{
padding-top:30px; 
padding-bottom:150px;
}

.storySoFarContent2{
padding-top:10px; 
padding-bottom:80px;
}
.storySoFarContent2 img{
 max-width:980px;	
 width:100%;
}
.storySoFarContent{
padding-top:0px; /*changed from 10*/ 
padding-bottom:80px;
}
.us-sl-people{
	width:25%;
	max-width:180px;

}
.storySoFarContent img{
 max-width:740px;	
 width:100%;
}
.content{
max-width:720px; width:100%; float:left; display:inline;   margin-left: auto ;  margin-right: auto ;
}
.listingContent{
padding: 30px 10px 150px 10px;
}
a.yellowLink:hover{
	color:#727272;
}	

.homepageContent
{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
padding-bottom:40px; padding-top:20px; margin: 10px; display:block;clear:both;
}
.mainImgBanner{
max-width:950px; min-width:550px; width: 100%;display:block;	
}
.digitalRoles{
max-width:720px; width: 100%;margin-top:0px;	
}
#staffImg{	
	max-width:930px; max-height:235; width:100%;
}

#askAQuestion a img{
	max-width:150px;
	min-width:100%;
}

#sfsVideo{
	width:100%;
	max-width: 410px;
}
.oxford-streetLinks{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	position:relative; top:-335px; left:50px;
	color: darkkhaki;
	font-size:17px;
}
.oxfordStreetMailTo{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	position:relative; top:-265px; left:45px;
	color: darkkhaki;
	font-size:17px;
}
.oxford-streetLinks a, .oxfordStreetMailTo a{
color: darkkhaki;
text-decoration: underline;
}

.jobArea 
{
    color:#ffffff;
    clear:both;
    padding-top:20px; padding-bottom:20px;
    text-align:center;
}
.jobBox 
{
    background:#000000; display:inline-block; padding-top:5px; padding-bottom:5px; padding-left:10px; padding-right:10px; margin:5px;
}

.record 
{
     animation:play 15s 0s infinite;
      transform:rotate(0deg); 
      animation-timing-function: linear;
}

@keyframes play {
  0% {

    transform:rotate(0deg);
  }
  100% {

    transform:rotate(360deg);
  }
}

.jobButton:hover {
    
    background-color:yellow;
}

.jobButton{
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
    padding:15px; 
    background-color:black; 
    display:inline;	
    font-weight:bold; 
    float:right; 
    margin-right:20px;
    margin-top:8px;
   color:yellow;
  font-size:1.28em;
}

.jobButton a {
    color: yellow;
}

.jobButton:hover a {
    color: black;
}
