
/* classes */
.clear {
	clear:both;
}
.nocss {
	display:none;
}
.inputstandard {
	height:1.6em;
	padding: 2px 5px 0px 5px;
	background-color:#EFEFEF;
	color:#7F7F7F;
	border:#C6C6C6 solid 1px;
	width:263px;
}
.inputstandarderror {
	border:#FF0000 solid 1px;
}
.inputcheckbox {
	width:auto;
	border-width:0px;
}
.formerror {
	color:#FF0000;
    margin:0px 0px 20px 0px;
}
div.hr {
	margin:0px 0px 10px 0px;
	padding:0px;
	height:1px;
	border-top:#4C6983 solid 1px;
}
div.hr hr {
	margin:0px;
	padding:0px;
	display:none;
}
.breadcrumb,
.breadcrumb a {
	margin:12px 0px 0px 0px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	
}
.breadcrumb a:hover {
	text-decoration:underline;
}

.underline_link{
	color:#797979;
}

.100pcline{
	border-top: 1px solid #b2b2b2;
}

.standard_template{
	background-color:#ffffff;
}

.quantity{
	width: 60px;
	overflow:hidden;
}

.size{
	width: 60px;
	overflow:hidden;
}
.colour_code{
	position:relative;
	width: 120px;
	float:right;
	overflow:hidden;
}

#quantity{
	width: 60px;
	overflow:hidden;
}

#colour_code{
	position:relative;
	width: 120px;
	float:right;
	overflow:hidden;
}

/*
 * Skinned Drop Down Menus
 */

.jquery-selectbox {
	position: relative;
	height: 18px;
	border: 0px solid #d2ad63;
	width: 70px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0px 4px 0px 0px;
	font-size: 1em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0px;
	background-image: url("/images/generic/select_box_skin/bg-TextField.gif");
}

.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("/images/generic/select_box_skin/bg-TextFieldFocused.gif");
	z-index: 700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #efebeb;
	width: 70px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 0px solid #d2ad63;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/generic/select_box_skin/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;

	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/generic/select_box_skin/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #8f8c85;
	color: #eee;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/generic/select_box_skin/bg-TextFieldError.gif");
}


/*
 *	Page background colours
 */

.home{
	background-color: #33303b;
}

.mens_landing {
	background-color: #020822;
}

.womens_landing {
	background-color: #3c5140;
}

.gifts_template{
background-color: #100d2c;
}

/*
 * Links
 */
 a, a:visited, a:link, a:active{
	color: #a4a4a4;
	text-decoration: none;
	padding:0px;
	outline:0;
}

a:hover{
    color:#666666;
}

a img{
	border: none;
}

a.view_more_link{
	float: left;
	display: block;
	width: 100%;
	height: 100%
}

/*
 *	Site structure
 */
*{
	margin: 0;
	padding: 0;
}

html, body{

}

body{
	color: #8a8080;
	font: 11px Arial, Helvetica, sans-serif;
	outline:0;
	background-image: url(/images/generic/wallpaper.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

a img{
	border: none;
}

#wrapper{
	margin: 0 auto;
	width: 1000px;
}
#wrapper .inner{
	padding: 0 20px;
}

/*Header*/
#header{
	height: 60px;
	padding-top: 40px;
}

#header h1{
	margin:0px;
	padding:0px;
}

#header #logo{
	width:167px;
	height:48px;
	float:left;
	border:0;
	margin: 0px 0px 0px 2px;
}

#header #search{
	width:189px;
	float:right;
	text-align:right;
	margin: 0px 0px 0px 0px;
}

#header #search #search_input{
	width: 159px;
	border: 2px solid #e9e9e9;
	color: #a4a4a4;
}

#header #search #search_submit{
	margin: -5px 0px 0px 3px;
}

#leftNavigation {
	margin:23px 0px 0px 20px;
	height:37px;
	width:500px;
	float:left;
}

#leftNavigation ul {
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
}

#leftNavigation li {
	display:block;
	float:left;
	margin:0px;
	height:37px;
	overflow:hidden;
}

#leftNavigation li a {
	display:block;
	background-position:50% 0%;
	background-repeat:no-repeat;
	height:37px;
}

#leftNavigation li a:hover  {
	background-position:0% 50%;
}

#leftNavigation li a:active, #leftNavigation li a.active  {
	background-position:0% 100%;
}

#leftNavigation li a span {
	display:none;
}

li#nav1.active a, li#nav2.active a, li#nav3.active a, li#nav4.active a, li#nav5.active a, li#nav6.active a
{
	background-position:0% 50%;
}

#leftNavigation li#nav1 a {
	background-image:url("/images/en/nav/bath_and_body.gif");
	width:133px;
}

#leftNavigation li#nav2 a {
	background-image:url("/images/en/nav/gift_ideas.gif");
	width:111px;
}

#leftNavigation li#nav3 a {
	background-image:url("/images/en/nav/our_brand.gif");
	width:127px;
}

#leftNavigation li#nav4 a {
	background-image:url("/images/en/nav/contact_us.gif");
	width:106px;
}

#leftNavigation li#nav5 a  {
	background-image:url("/images/en/nav/store_locator.gif");
	width:111px;
}

#rightNavigation {
	margin:0px 0px 0px 0px;
	width:260px;
	float:right;
}
#rightNavigation ul {
	list-style-type:none;
	display:block;
	padding:0px;
	margin:17px 0px 0px 0px;
	float:right;
}
#rightNavigation li {
	display:block;
	float:left;
	margin:0px;
	height:14px;
	overflow:hidden;
}
#rightNavigation li a {
	display:block;
	background-position:0% 100%;
	background-repeat:no-repeat;
	height:13px;
	margin-top: 1px;
	font-weight: bold;
	font-size: 11px;
}

#breadcrumb_bar{
	height: 35px;
	width: 960px;
}

#breadcrumb_bar #breadcrumb{
	width: 600px;
	height: 35px;
	float: left;
}

#breadcrumb_bar #breadcrumb_banner{
	/*width: 300px;*/
	float: right;
	text-align:right;
}

#nav_line{
	width:960px;
	height:3px;
	font-size:0;
    margin:0px;
	padding:0px;
	background-image:url("/images/en/nav/nav_hr.gif");
	background-position:top;
	background-repeat: no-repeat;
}


/* Category Nav*/

#nav_standard{
	width:920px;
	height: 89px;
	padding:14px 26px 5px 14px;
	background:#f4f4f4;
    margin-top:0px;
	display:block;
}

#nav_standard ul li a:hover, #nav_standard ul li a:active {
    color:#544c4c;
}

#nav_standard ul li a {
    color:#8a8080;
}

.fragrance_hover_container{
	position:absolute;
	width:176px;
	margin:100px 0px 0px 590px;
	z-index:10000;
	display:none;
}

.fragrance_hover_container .frame_top{
	height:13px;
	width:176px;
	background-image:url("/images/en/nav/hover_top.png");
	background-repeat: repeat-y;
}

.fragrance_hover_container .frame_content{
	background-image:url("/images/en/nav/hover_back.png");
	background-repeat: repeat-y;
	padding: 0px 13px 0px 13px;
	width:150px;
}

.fragrance_hover_container .frame_bottom{
	height:18px;
	width:176px;
	background-image:url("/images/en/nav/hover_footer.png");
	background-repeat: repeat-y;
}

.fragrance_hover_container .frame_title{
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:bold;
}
.fragrance_hover_container .frame_text{
	margin: 5px 0px 0px 0px;
}

.fragrance_hover_container .frame_button{
	text-align:center; 
	padding: 15px 0px 0px 0px;
}


/*Content*/
#content{
	width: 960px;
	position: relative;
	z-index: 1;
}

#content #banner_panel{
	height:320px;
}

/*Footer*/
#footer_bar{
	height: 75px;
	background-image: url(/images/en/footer/footer_bar.jpg);
}

#footer{
	height: 85px;
	background-color: #FFFFFF;
	padding:12px 0px 0px 0px;
}

#footer ul{
	list-style-type:none;

}

#footer li{
	padding: 1px 0px 10px 0px;
	text-transform:uppercase;
	font-size:0.9em;
}

#footer div ul lia:hover{
	color: #444444;
	text-transform:uppercase;
}

#footer #nav_column_1{
	float:left;
	width:164px;
	height:60px;
	padding: 0px 0px 5px 0px;
}

#footer #nav_column_2{
	float: left;
	width: 160px;
	height:60px;
	padding: 0px 0px 5px 0px;
}

#footer #nav_column_3{
	float: left;
	width: 167px;
	height:60px;
	padding: 0px 0px 5px 0px;
}

#footer #nav_column_4{
	float: left;
	width: 167px;
	height:60px;
	padding: 0px 0px 5px 0px;
}

#footer #nav_column_5{
	float: left;
	width: 167px;
	height:60px;
	padding: 0px 0px 5px 0px;
}

#footer #nav_column_6{
	float: left;
	width: 127px;
	height:60px;
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#footer #footer_subscribe{
	float: left;
	width: 296px;
	padding: 10px 0px 5px 17px;
}
#footer #subscribe_row{
	margin: 20px 0px 0px 0px;
}

#footer #footer_subscribe #subscribe{
	width: 250px;
	border: 2px solid #e9e9e9;
	margin: 0px 0px 0px 0px;
}

#footer #footer_subscribe #subscribe{
	color: #a4a4a4;
}

#footer #footer_subscribe #subscribe_submit{
	margin: 0px 0px 0px 15px;
}


/*
 * Home page
 */
#content #swf_panel{
	width:648px;
	height:522px;
	float:left;
	position: absolute;
	z-index:1;
	background-color:#DDDDDD;
}

#content #home_right_panel{
	height:522px;
	width:312px;
	float:right;
	display:inline;
}

#content #home_right_panel #banner_top, #content #home_right_panel #banner_top img {
	height:167px;
	width: 312px;
	background-color:#EEEEEE;
}

#content #home_right_panel #banner_bottom{
	height:125px;
	width:312px;
	margin: -1px 0px 0px 0px;
	background-color:#CCCCCC;
}

#content #home_right_panel #banner_bottom img {
	height:122px;
	width:312px;
	margin:0px;
}

#content #home_right_panel #theme_selector{
	width:312px;
	height:231px;
}

#content #home_right_panel #theme_selector #carousel_container{
	width:150px;
	height:219px;
	float:left;
}

#content #home_right_panel #theme_selector #carousel_container #carousel{
	height:222px;
	width:120px;
	margin:7px auto 0px auto;
	padding:0px;
	text-align:center;
}

#content #home_right_panel #theme_selector #carousel_container #carousel .carousel_item {
	display:none;
	height:222px;
	padding:0px;
	margin:0px;
}
#content #home_right_panel #theme_selector #carousel_container #carousel .carousel_item .description{
	margin:5px 0px 0px 0px;
}

#content #home_right_panel #theme_selector #carousel_container #carousel .carousel_item .price{
	margin:0px 0px 0px 0px;
}

#content #home_right_panel #theme_selector #carousel_container #carousel .carousel_item .view_now{
	margin:5px 0px 0px 0px;
}

/*
 *	Category Page
 */

#content_category{
	position:relative;
	float:right;
	width:650px;
	margin:0px;
}

.product_container{
	width:160px;
	float:left;
	margin:0px 2px 15px 0px;
}

.product_image{
	width:160px;
	height:160px;
	margin:20px auto 0px auto;
}

.col_swatch_container{
	height:12px;
	margin:5px auto 7px auto;
	text-align:center;
}

.col_swatch_list{
	padding:0px;
	margin:0px auto;
}

.col_swatch{
	width:10px;
	height:10px;
	margin:0px 0px 0px 3px;
	border:1px solid black;
	padding:0px;

}

.colour_bar_box_left{
	width:10px;
	height:5px;
}

.colour_bar_box_right{
	width:10px;
	height:5px;
}

.product_container h2{
	font-weight:bold;
	font-size:1.0em;
	text-align:center;
	text-transform:capitalize;
	margin:0px;
}

.product_container .price{
	font-size:1.0em;
	font-weight:bold;
	margin:1px 0px 0px 0px;
	text-align:center;
}

.category_breadcrumb{
	float:left;
	margin:12px 0px 0px 0px;
	text-transform:uppercase;
}

.category_breadcrumb_all{
	float:left;
	text-align:right;
	margin:15px 0px 15px 0px;
}

#breadcrumbPages_page, #footerPages_page{
	margin:0px 15px 15px 0px;
}

#breadcrumbPages_all, #footerPages_all{
	margin:0px 15px 15px 0px;
}

.category_banner_container{
	position:relative;
	width:310px;
	min-height:200px;
	float:left;
	margin:0px;
	padding:0px;
}

.banner_artwork{
	position:absolute;
	width:310px;
	z-index:1;
}

.banner_htmltext{
	position:absolute;
	margin:288px 0px 5px 0px;
	padding:0px 20px;
	z-index:10;
}


 
/*
*	Product Page
*/
#productRelated {
	width:350px;
}
#productRelated h2 {
	display:none;
}
#productImageContainer {
	width:385px;
	height:385px;
	float:right;
	display:inline;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
}
#productImageInner {
}
#productImageInner img#prodimage {
	width:385px;
	height:385px;
	margin: 0px;
	display:block;
}
#productDetails {
	width:422px;
	margin:0px 0px 0px 16px;
	float:left;
	display:inline;
}

#productDetails #cart #submitButton #ajax_error{
	color: #197d2c;
	font-size: 1em;
	padding:5px 2px 0px 0px;
}

#productDetails h2 {
	text-transform:none;
	color:#797979;
	margin:15px 0px 13px 0px;
	padding:0;
	font-size:1.2em;
}

p.item_code {
	margin:0;
	padding:0;
	color:#000;
	padding-top:1px;
}
.product_desc {
	color:#535353;
	width:320px;
	line-height:1.5;
	font-size:1em;
	margin:0px 0px 18px 0px;
}
.product_desc_labels {
	margin: 0px 0px 17px 0px;
}

.product_desc_labels p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.product_desc_labels h3 {
	color:#797979;
	font-size:1em;
	margin:0;
	padding:0;
}

.product_desc h3 {
	font-size:1em;
	margin:0;
	padding:0;
	color:#000;
}
.product_desc p {
	padding:0;
	line-height:1.3;
	margin:0 0 0 0;
}
.product_sizes a {
	color:#535353;
	text-decoration:underline;
	font-size:0.9em;
}
.product_sizes a:hover {
	color:#000;
}

.colour_bar {
	clear:both;
	padding:0px;
	margin-bottom:10px;
}

.colour_bar .colour {
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:10px;
	background:white;
	border:#999999 solid 1px;
}

#submitButton{
}



/*
*	basket page
*/

.basket table {
	width:100%;
	clear:both;
	display:block;
}
.basket table {
	width:100%;
	margin:0px 0px 0px 0px;
}
.basket th {
	color:#000;
	background-color:#e6e6da;
	font-size:1em;
	font-weight:bold;
	padding:3px 0px 3px 0px;
}
.basket td {
	padding:5px 0px;
	vertical-align:middle;
	border-top: 1px dashed #A1A1A1;

	text-align:left;
}
.basket tr {
	padding:0px 0px;
	vertical-align:middle;
	border:1px solid grey;
}


#basket table {
	width:100%;
	clear:both;
	display:block;
}
form#basket table {
	width:100%;
	margin:0px 0px 30px 0px;
}
#basket th {
	color:#8A8080;
	background-color:#FFF;
	font-size:1em;
	font-weight: normal;
	padding:10px 0px 10px 0px;
	border-top: 1px dashed #A1A1A1;
}
#basket td {
	padding:5px 0px;
	vertical-align:middle;
	text-align:left;
}
#basket tr {
	padding:0px 0px;
	vertical-align:middle;
}

table#shopping_bag td {
	border-top: 1px dashed #A1A1A1;
	width: 1000px;
}
#checkoutButton button {
	width:282px;
	height:32px;
	background:#FFFFFF url(../images/buttons/checkout.jpg) no-repeat 0px 0px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}
#basket span {

}
#basket .totals {
	color:#333333;
	height:12px;
	border-width:0px;
	text-align:right;
	font-weight:bold;
}
#checkoutContinue {
	float:left;
	height:9px;
	background:#FFFFFF url(../images/content/shopping_bag/continue.gif) no-repeat 0px 0px;
}
#checkoutContinue a {
	display:block;
	width:112px;
	height:9px;
}
#checkoutContinue span {
	display:none;
}
#checkoutUpdate button {
	float:right;
	width:66px;
	height:9px;
	background:#FFFFFF url(../images/content/shopping_bag/update.gif) no-repeat 0px 0px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}
#checkoutPromo button {
	float:right;
	width:97px;
	height:12px;
	background:#FFFFFF url(../images/content/shopping_bag/apply.gif) no-repeat 0px 0px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}
#basketOptions .row {
	padding:15px 0px 0px 0px;
	margin:0px;
}
/*
 * Login
 */
 .submit_panel{
	padding-top: 12px;
	margin:31px 0px 0px 0px;
	padding:16px 0px 0px 0px;
	text-align:right;
}

.login_text{
	color: #8b8b8b;
	margin:0px 0px 28px 0px;
}

/*
 * 	Account pages
 */
body.register {
}
.details_form p,
body.register .column p {
	margin:5px 0px;
	padding:0;
	width:435px;
	float:left;
	display:inline;
	margin-right:40px;
}
.details_form p .inputstandard,
body.register p .inputstandard {
	width:310px;
	margin-bottom:5px;
	float:right;
}

body.signin div.login {
	width:300px;
	float:left;
}
body.signin div.checkout {
	width:380px;
	float:left;
}
body.signin div.login,
body.signin div.checkout {
	padding-top:15px;
}
body.signin div.login a {
	color:#000;
}
body.signin div.login a:hover {
	text-decoration:underline;
}
body.signin div.login .inputstandard {
	width:185px;
}
.my_details_content {
	padding-top:22px;
}
.my_details_content p {
	float:left;
	margin-right:14px;
	margin-bottom:15px;
	display:inline;
}
table#orders {
	border-bottom:1px solid #b2b2b2;
	margin-bottom:8px;
	width:95%;
}
table#orders th {
	border-bottom:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	color:#000;
	font-weight:bold;
	text-align:left;
	font-size:1em;
	padding:8px 0;
}
table#orders td {
	padding:6px 0;
}
p.order_date,
h1.order_number {
	background:url(../images/headings/order-no.gif) left top no-repeat;
	display:block;
	width:115px;
	padding-left:120px;
	color:#000;
	font-size:2em;
	height:24px;
	font-weight:bold;
	padding-top:2px;
	margin:12px 0 0;
}
p.order_date {
	width:203px;
	height:24px;
	padding-left:205px;
	background:url(../images/headings/date-of-purchase.gif) left top no-repeat;
	margin-top:5px;
	margin-bottom:15px;
}
.order_total {
	color:#000;
	border-bottom:1px solid #000;
	font-size:1.25em;
	font-weight:bold;
}
.order_hatch {
	background:#fff url(../images/orders-hatch.gif) left top no-repeat;
	height:17px;
}

/*
 *	About pages
 */
.aboutPage {
	width:95%;
	padding-bottom:40px;
}
.aboutPage h3 {
	font-size:1.1em;
	margin-bottom:5px;
}
.aboutPage h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#000;
}
.aboutPage address,
.aboutPage p {
	font-size:1em;
	line-height:1.5;
	margin-bottom:20px;
	font-style:normal;
}
.aboutPage p a {
	color:#000;
}
.aboutPage p a:hover {
	text-decoration:underline;
}
.aboutPage p.toc {
	padding-bottom:10px;
	font-weight:bold;
}
.aboutPage ul {
	margin:0 0 0 50px;
	padding:0;
	list-style:disc;
	padding-bottom:30px;
}
.aboutPage li {
	margin:0;
	padding:0;
	line-height:1.5;
	padding-left:30px;
}
.aboutPage td {
	line-height:1.5;
	padding-right:30px;
}
.aboutPage table {
	margin-bottom:20px;
}
#contact p {
	color:#000;
	line-height:1.5;
}
.aboutPage a,
#contact p a {
	color:#000;
}
.aboutPage a:hover,
#contact p a:hover {
	text-decoration:underline;
}



/*
 * Landing Pages
 */

#landing_left_panel {
	width:193px;
	float:left;
	position:relative;
}

#landing_left_panel #quick_shop {
	margin:25px 0px 11px 0px;
}

#landing_left_panel select{
	width:180px;

}

#landing_left_panel label{
	text-transform:lowercase;
		margin:0px 0px 0px 0px;
}

#landing_banner {
	width:767px;
	height:320px;
	float:left;
	position:relative;
}

#landing_bottom_panel{
	width:960px;
	margin: 23px 0px 10px 0px;
}


/*
 * Gift Pages
 */

#gift_content{
	position:relative;
	width:960px;
	float:left;
}

#gift_content  #panel1{
	position:relative;
	width:480px;
	height: 370px;
	float:left;
	background-color: #CCCCCC;
}

#gift_content #panel2{
	position:relative;
	width:480px;
	height: 370px;
	float:left;
	background-color: #DDDDDD;
}



/*
 *	Sitewide Buttons
 */
#buttonCheckout {
	float:left;
	width:282px;
	height:32px;
	background:#FFFFFF url(../images/buttons/checkout.jpg) no-repeat 0px 0px;
}
#buttonCheckout a {
	display:block;
	width:189px;
	height:38px;
}
#buttonContinue {
	float:left;
	width:189px;
	height:38px;
	background:#FFF url(../images/buttons/continue.gif) no-repeat 0px 0px;
}
#buttonContinue a {
	display:block;
	width:189px;
	height:38px;
}
.button span {
	display:none;
}
/*
 *	Sitemap
 */
#sitemap {
	padding-top:18px;
}
#sitemap h1 {
	margin-bottom:10px;
}
#sitemap ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#sitemap li {
	margin:0;
	padding:0;
	line-height:1.5;
}
#sitemap a {
	font-size:1em;
	font-weight:normal;
	color:#535353;
}
#sitemap a:hover {
	color:#000;
}

/*
 *	Size Guide
 */
 body.sizeGuide {
	margin:0;
	padding:0;
	line-height:1;
	font:0.7em Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
	text-align:center;
}
body.sizeGuide #sizeWrapper {
	background:#000;
	width:500px;
	padding:10px;
	margin:77px auto 0;
	text-align:left;
	margin-bottom:20px;
}
body.sizeGuide #sizeWrapper #inner {
	background:#fff;
	position:relative;
}
body.sizeGuide #header {
	position:absolute;
	top:-89px;
	left:0;
	background:transparent url(../images/size-guide-hatch.png) 0 0 no-repeat;
	height:209px;
	width:580px;
}
body.sizeGuide #header #black {
	margin-left:186px;
	background:#000;
	width:283px;
	padding:16px 0 20px 15px;
}
body.sizeGuide #logo {
	background:#000 url(../images/logo.gif) 0 0 no-repeat;
	height:76px;
	width:174px;
}
body.sizeGuide #logo h1 {
	display:none;
}
body.sizeGuide #black h2#menswear {
	margin:27px 0 0 3px;
	background:#000 url(../images/menswear-size-guide.gif) 0 0 no-repeat;
	width:219px;
	height:19px;
}
body.sizeGuide #black h2#womenswear {
	margin:27px 0 0 3px;
	background:#000 url(../images/womenswear-size-guide.gif) 0 0 no-repeat;
	width:251px;
	height:19px;
}
body.sizeGuide #black h2 span {
	display:none;
}
body.sizeGuide #content {
	padding:155px 10px 40px;
}
body.sizeGuide #content h3 span {
	display:none;
}
body.sizeGuide #content p {
	margin:0;
	padding:0;
	line-height:1.3;
	padding-bottom:18px;
	width:480px;
}
body.sizeGuide #content h4 {
	color:#1242b0;
	font-weight:bold;
	padding-bottom:3px;

}
body.sizeGuide #howToMeasure {
	width:373px;
	height:13px;
	background:#fff url(../images/headings/how-to-measure.gif) 0 0 no-repeat;
	padding-bottom:6px;
	border-bottom:1px solid #b2b2b2;
	margin-bottom:15px;
}
body.sizeGuide #mensShirt {
	width:113px;
	height:16px;
	background:#fff url(../images/headings/mens-shirt-sizing.gif) 0 0 no-repeat;
	padding-bottom:6px;
}
body.sizeGuide #mensTrousers {
	width:193px;
	height:16px;
	background:#fff url(../images/headings/mens-trousers-sizing.gif) 0 0 no-repeat;
	padding-bottom:6px;
}
body.sizeGuide #mensTops {
	width:117px;
	height:16px;
	background:#fff url(../images/headings/mens-tops-sizing.gif) 0 0 no-repeat;
	padding-bottom:6px;
}
body.sizeGuide #womensBust {
	width:137px;
	height:16px;
	background:url(../images/headings/womens-bust-sizing.gif) 0 0 no-repeat;
	padding-bottom:6px;
}
body.sizeGuide #womensWaist {
	width:143px;
	height:16px;
	background:url(../images/headings/womens-waist-sizing.gif) 0 0 no-repeat;
	padding-bottom:6px;
}
body.sizeGuide #womensHip {
	width:160px;
	height:16px;
	background:url(../images/headings/womens-low-hip-sizing.gif) 0 0 no-repeat;
	padding-bottom:6px;
}
body.sizeGuide table td {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
body.sizeGuide table {
	border-right:1px solid #000;
	border-top:1px solid #000;
	margin-bottom:25px;
}
body.sizeGuide td {
	width:108px;
	padding:2px;
	text-transform:uppercase;
}
body.sizeGuide td.title {
	width:140px;
}
body.sizeGuide thead td {
	background:#b6ccfb;
}
body.sizeGuide h1,
body.sizeGuide h2,
body.sizeGuide h3,
body.sizeGuide h4 {
	margin:0;
	padding:0;
	line-height:1;
}
#competitionTerms {
	padding-top:30px;
}
#competitionTerms h1 {
	display:block;
	width:206px;
	height:19px;
	background:#FFFFFF url(../downloads/Image/competition/terms.gif) no-repeat 0px 0px;
}
#competitionTerms h1 span {
	display:none;
}
#competitionTerms ul {
	margin:0;
	padding:0;
}
#competitionTerms ul li {
	margin:0px 0px 10px 0px;
	padding:0px;
}
.pull_left {
	margin-left:-13px;
	display: block;
}
.competitionBlack {
	background: #000;
	color: #fff;
	display: block;
	float: left;
	padding: 3px 8px;
}
.competitionBlack a {
	color: #fff;
	text-decoration: underline;
}
.competitionBlack a:hover {
	text-decoration:none;
}
#competitionTerms {
	padding-bottom: 40px;
}
#competitionTerms li {
	width: 80%;
	line-height: 1.4;
}
.contentcompetition .details_form p {
	width: 230px;
}
.contentcompetition .details_form p.odd {
	margin-right: 165px;
}
.contentcompetition .details_form p .inputstandard {
	width: 200px;
	margin-bottom:9px;
}
.contentcompetition .details_form p .inputstandard#address1,
.contentcompetition .details_form p .inputstandard#address2 {
	width: 595px;
}
.contentcompetition .competition_submit {
	padding-right: 112px;
}
.contentcompetition .formerror a {
	color: #000;
	text-decoration: underline;
}

#registerform label {
	float:left;
	padding:0px 0px 3px 0px;
}

#registerform  .row{
	height:15px;
	margin:0px 0px 20px 0px;
}

/* store locator */

#store_list_holder{
	/*border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;*/
	width: 422px;
}
#store_list{
	height: 369px;
	overflow: auto;
}
.store{
	position: relative;
	zoom: 1;
}
.store address{
	/*background: url(/downloads/assets/divider.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: 4px;
	padding: 14px 0 20px 0;
}

#content.stores .right#img2{
	background: #ffffff url(/downloads/assets/stores-2.jpg) 0 0 no-repeat;
}

#content.stores span.stores{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

span.stores{
	background-image: url(/downloads/assets/navigation/stores.gif);
	height: 10px;
	margin-bottom: 17px;
	width: 74px;
}

h1#stores_heading{
	background: transparent url(/downloads/assets/stores.gif) 0 0 no-repeat;
	height: 13px;
	margin-top: 39px;
	margin-bottom: 18px;
	width: 91px;
}

#content.stores .left{
	float: left;
	height: 522px;
	width: 478px;
    margin: 0px 4px 0px 0px;
	padding-right: 482px;
}
#content.stores .left{

}
#content.stores span.stores{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

/* scrolling panes */
.jScrollPaneContainer {
	float: left;
	overflow: hidden;
	position: relative;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #edede1;
}
.jScrollPaneDrag {
	background: url(/downloads/assets/scroll_button.gif) 0 0 no-repeat;
	position: absolute;
	/*left: 1px;*/
	cursor: pointer;
}
.map_to_store{
	height: 14px;
	width: 70px;
}

#store_list_holder{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 422px;
}
#store_list{
	height: 369px;
	overflow: auto;
}
.store{
	position: relative;
	zoom: 1;
    	background: url(/downloads/assets/divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;

    padding: 20px 0px;
}
.store address{
	background: url(/downloads/assets/divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: 4px;
	padding: 14px 0 20px 0;
}

#content.stores .right{
	display: none;
	float: left;
	height: 522px;
	width: 50%;
}

span.directions{
	color: #6c6c6c;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
#content_bathin_tips_text{
	color: #a9a2a2;
	font-family: Arial;
	text-align: left;
	margin-top: 20px;
}
#container{
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	text-align: center;
}

.left{
	float: left;
}
.right{
	float: right;
}
.content_warning{
	background-color: #f4f4f4;
	padding: 13px;
	margin: 13px;
}
.container_column{
	width: 25%;
	float: left;
}

.clear_left{
	clear: left;
}

.content_corporate_gifts p{
	float: left;
	text-align: left;
	padding: 0;
	width: 420px;
	margin-top: 10px;
}

#content_contact input,#content_contact textarea{
	width: 295px;
	float: right;
	margin: 12px 0;
	//border: solid 1px #cacaca;
	background: #efefef;
}

#content_contact input select{
	width: 295px;
	float: right;
	margin: 12px 0;
	border: solid 1px #cacaca;
	background: #efefef;
}

#content_contact select{
	width: 298px;
	float: right;
	margin: 12px 0 12px 22px;
	border: solid 1px #cacaca;
	background: #efefef;

}

.short_text{
	width: 30px;
	float: left;
}

#content select{
	width: 298px;
	float: right;
	margin: 12px 0 12px 22px;
	border: solid 1px #cacaca;
	background: #efefef;

}
.radio{
	float: left;
	width: auto;
	border: none;
	background: #ffffff;
}
.content_form_label_radio{
	float: left;
	color:#a9a2a2;
	width: 30px;
	line-height: 0.9em;
	margin: 15px 0 0 10px;
}

.product_extra{
	border: solid #f4f4f4 1px;
	padding: 2px;
	margin-right: 2px;
}
.prod_p{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 5px;
	width: 300px;
}
#add_to_basket_clicked{
	position: absolute;
	bottom: 0px;
	background: url(/images/en/buttons/product_border.gif) #ffffff no-repeat;
	z-index: 30;
}
#add_to_basket{
	position: relative;
	left: 120px;
	bottom: 19px;
}
a{
	cursor: pointer;
}
#we_also_recommend{
	position: relative;
	right: 10px;
}
#related_holder{
	margin-right: 30px;
}

