/* @group master page */

.details_not_found {
	color:red;
	font-size:18px;
	font-weight:bold;
	padding-left:125px;
}
.details_not_found_error {
	font-size:12px;
	padding-left:125px;
	width:65%;
}
.details_not_found_error h3 
{
   color:#c00;
   font-size:14px;
    }
.hide {
	display: none;
}

body {
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#content_wrapperOuter {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#content_wrapper {
	float: left;
	position: relative;
	left: 50%;
	width: 1000px;
	padding: 0;
	margin: 0 0 0 -500px;
}

/* @group header */

/* @group Primary Heading */

/* @group Nav */

#primary_nav_wrapper {
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#primary_nav {
	position: relative;
	left: 50%;
	width: 1000px;
	height: 60px;
	padding: 0;
	margin: 0 0 0 -500px;
	z-index: 50;
	font-size: 10px;
}

#nav_base {
	float: left;
	height: 26px;
	padding:0; 
	margin:0; 
	list-style: none;
}


#primary_nav h2 {
	float: left;
	width: 150px;
	height: 60px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	overflow: hidden;
	background: url(../Images/Navigation/jw_header_logo.gif) no-repeat;
}

#primary_nav h2 a {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: 0;
}

#primary_nav h2 a span {
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	
}

/* @group nav base style */

#nav_base_wrapper {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
    border: 1px solid #cccccc;
	display: inline;
	z-index:200;
	background-color:#012942;
}

#nav_base_wrapper ul li a,
#nav_base_wrapper ul li a:visited {
	display:block;
	text-decoration:none;
	color:#ffffff;
	}
	
#nav_base li.active a {
    background-color:#ffffff;
    text-decoration:none;
}

/* @group spans */

#nav_base_wrapper ul li a span {
	padding: 0 16px 0 16px;
	font-size: 1.4em;
	line-height: 1.85em;
	font-weight: bold;
}

#nav_base li.active a span {
    color:#012942;
	padding: 0 16px 0px 16px;
}

#nav_base li:hover a span {
    color:#012942;
	padding: 0 16px 2px 16px;
}

#nav_base li.no_sub a span {
	padding-bottom: 0;
}



/* @end */


	
#nav_base_wrapper ul {
	padding:0; 
	margin:0; 
	list-style: none;
	position:relative;
}

#nav_base_wrapper ul li {
	float:left;
	padding: 0;	
}

#nav_base_wrapper ul li ul {
	display: none;
	padding: 4px 0px;
}

/* @group sub nav links */

#nav_base li ul li a,
#nav_base li:hover ul li a,
#nav_base li a:hover li a {
	font-size: 1.2em;
	line-height: 1.2em;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#nav_base li ul li a {
	padding: 0 0px 0 8px;
	margin: 3px 8px 3px -1px;
	border-left: 1px solid #cccccc;
	white-space: nowrap;
}

#nav_base_wrapper ul#nav_base li ul li.active a {
	font-weight: bold;
	text-decoration: underline;
}

#nav_base li ul li a:hover {
	text-decoration: underline;
	}

/* @end */

/* specific to non IE browsers */


#nav_base_wrapper ul li:hover a {
	text-decoration: underline;
	cursor: pointer;
    background-color:#dddddd;
    text-decoration:none;
}
	
.js #nav_base_wrapper ul li ul,	
#nav_base_wrapper ul li:hover ul {
	position:absolute;
	top:25px;
	left:0;
	width: 600px;
	border: 1px solid #ccc;

	-moz-box-shadow: 0 4px 10px #012942;
	-webkit-box-shadow: 0 4px 10px #012942;
	box-shadow: 0 4px 10px #012942;
	
    background-color:#ffffff;
}

#nav_base_wrapper ul li:hover ul {
    display: block;
}

#nav_base_wrapper ul li ul li {
	display: inline;
	white-space: nowrap;
}

.js #nav_base_wrapper ul li li a {
    color: #000;
}

/* end */	

/* @end */

/* @end */

/* @group login tools */

.basket_icon {
	float: right;
	padding: 4px 38px 8px 0;
	background: url(../Images/Navigation/basket_icon.gif) no-repeat right -3px;
}

#login_basket_tools {
	float: right;
	width: 200px;
	height: 56px;
	overflow: hidden;
	padding: 0;
	margin: 4px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#login_basket_tools a {
	color: #00568b;
	text-decoration:none;
}

#login_basket_tools a:hover {
	text-decoration: underline;
}

#login_basket_tools .row_one {
	float: left;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
}

#login_basket_tools .row_one .flag {
	float: right;
	width: 24px;
	height: 19px;
	padding: 0;
	margin: 0 2px;
}

#login_basket_tools .row_one .flag span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#login_basket_tools .row_one .euro {
	background: url(../Images/Navigation/flag_euro.gif) no-repeat;
}

#login_basket_tools .row_one .uk {
	background: url(../Images/Navigation/flag_uk.gif) no-repeat;
}

#login_basket_tools .row_one .usa {
	background: url(../Images/Navigation/flag_usa.gif) no-repeat;
}

#login_basket_tools .row_one .euro.disable {
	background: url(../Images/Navigation/flag_euro_disable.gif) no-repeat;
}

#login_basket_tools .row_one .uk.disable {
	background: url(../Images/Navigation/flag_uk_disable.gif) no-repeat;
}

#login_basket_tools .row_one .usa.disable {
	background: url(../Images/Navigation/flag_usa_disable.gif) no-repeat;
}

#login_basket_tools .row_two {
	float: right;
	padding: 0;
	margin: 0;
}

#login_basket_tools .logIn {
	float: right;
	padding: 3px 32px 0 0;
	margin: 0;
}

#login_basket_tools .loggedIn {
	float: left;
	width: 140px;
	padding: 0;
	margin: 0;
	text-align: right;
	font-size:0.8em;
}


#login_basket_tools .loggedInOut {
	float: left;
	width: 140px;
	padding:0;
	margin: 0;
	text-align: right;
}



/* @end */

/* @group Mini Basket */

.basket_count {
	position: absolute;
	top: 26px;
	right: 0;
	padding: 6px 6px 2px 6px;
	margin: 1px 1px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 50;
	width: 130px;
}

.basket_count:hover {
	/*width: 200px; this is whats fucking shit up
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;*/
}

.basket_count a {
	white-space: nowrap;
}

.mini_basket {
	display: none;
	float: left;
}

#login_basket_tools .open {
	width: 200px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 6px 6px 6px 6px;
}

.basket_count:hover .mini_basket {
/*	display: block;*/
}

.mini_basket ul,
.mini_basket li,
.mini_basket span,
.mini_basket a {
	float: left;
	padding: 0;
	font-weight: normal;
}

.mini_basket ul {
	width: 100%;
	margin: 0.5em 0 ;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.mini_basket li {
	width: 200px;
	display: inline;
	margin: 0 0 8px 0;
}

.mini_basket li img {
	float: left;
	width: 50px;
}

.mini_basket li span {
	float: left;
	width: 125px;
	margin: 0 0 0 0;
}

#primary_nav .mini_basket li span a {
	font-size: 1em;
	white-space: normal;
}

.mini_basket li span span {
	font-size: 0.8em;
}

#primary_nav .mini_basket li a {
	width: 125px;
	margin: 0 0 0 0;
	color: #000000;
}

#primary_nav .mini_basket li a:hover {
	text-decoration: underline;
}

#primary_nav_wrapper #primary_nav .mini_basket li a {
	background-color: #ffffff;
}

#primary_nav_wrapper #primary_nav .mini_basket li a.remove_icon {
	float: right;
	background: #e3e4e6 url(../Images/Navigation/remove_item_stop.png) no-repeat center center;
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#primary_nav_wrapper #primary_nav .mini_basket h5 {
	width: 188px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0.5em 0 ;
	padding: 0.5em 6px ;
	font-size: 1em;
}


#primary_nav_wrapper #primary_nav .mini_basket a.text_link	{
	float: left;
	padding: 4px 6px;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e3e4e6;
	background-image: none;
}

#primary_nav_wrapper #primary_nav .mini_basket a.checkout_icon {
	float: right;
	padding: 4px 24px 4px 6px;
	background: #e3e4e6 url(../Images/Navigation/grey_double_arrow_right.png) no-repeat right;
}



/* @end */



/* @end */

/* @group Secondary Heading */

#secondary_nav_wrapper {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	background: #b6c1c7 url(../Images/Navigation/secodairy_nav_bg_top.gif) repeat-x 0 top;
	position: relative;
	z-index: 2;
}

#secondary_nav {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../Images/Navigation/secodairy_nav_bg_bottom.gif) repeat-x 0 bottom;
}

#secondary_nav_content {
	position: relative;
	left: 50%;
	width: 1000px;
	height: 100%;
	padding: 0;
	margin: 0 0 0 -500px;
}

/* @group search */

#nav_search_wrapper {
	float: right;
	width: 204px;
	height: 25px;
	padding: 0;
	margin: 12px 0 0 0;
	background: url(../Images/Navigation/search_input_bg.png) no-repeat;
}

.nav_search_input {
	float: left;
	width: 148px;
	height: 21px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 8px;
	margin: 1px 0 0 7px;
	border-style: none;
	border-width: 0;
	background-image: none;
	background-color: ;
}

.nav_search_button {
	float: right;
	padding: 0;
	margin: 2px 10px 0 0;
}



/* @end */



/* @end */



/* @end */

/* @group body */



/* @end */

/* @group footer */

#footer_wrapper {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff url(../Images/Navigation/footer_grad.jpg) repeat-x 0 0;
}

#footer_wrapper #footer {
	float: left;
	position: relative;
	left: 50%;
	width: 1000px;
	padding: 8px 0 24px 0;
	margin: 0 0 0 -500px;
}

#footer ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 215px;
	width: 640px;
	display: inline;
}

#footer ul li {
	float: left;
	width: 160px;
	padding: 0;
	margin: 0;
	display: inline;
}

#footer ul li a,
#footer ul li a:visited {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.footer_blog, .footer_facebook, .footer_twitter {
    padding-left:20px;
}
.footer_blog {
    background:transparent url(../Images/Navigation/footer_blog.jpg) no-repeat 0 0 scroll;
}
.footer_facebook {
    background:transparent url(../Images/Navigation/footer_facebook.jpg) no-repeat 0 0 scroll;}
.footer_twitter {
    background:transparent url(../Images/Navigation/footer_twitter.jpg) no-repeat 0 0 scroll;}


.blank_list_item {
	text-indent:-9999px;
	}
	
/* @end */



/* @end */