/*
Wilkinson Sword new website

this CSS was not part of the old site

*/

/*
headings for right hand column
*/

.tab_panel a { color:#000; }

#switch_gender_link {
	text-transform:uppercase;
	position:absolute;
	padding-left:20px;
	left:650px;
	top:47px;
	z-index:100;
	border-left:1px solid;
	border-color:#88bee1;
}

div.womens #switch_gender_link {
	border-color:#e99dc2;
}

#switch_gender_link a {
	color:#fff;
	text-decoration:none;
	padding-right:10px;	
}

div.womens #switch_gender_link a {
	background:url(/images/layout/switch_gender_arrow_male.png) right center no-repeat;
}
div.mens #switch_gender_link a {
	background:url(/images/layout/switch_gender_arrow_female.png) right center no-repeat;
}

div.inner_container div.heading {
	height: 36px;	
}

div.inner_container div.heading h3 {
	color: #fff;
	font-weight: bold;	
	z-index: 40;
	text-transform:uppercase;
	text-decoration: none;
	line-height:31px;
	height:31px;
	padding-left:12px;
	padding-top:5px;
}
div.inner_container div.heading h3 a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;		
}
div.mens div.inner_container div.heading h3 {
	background: url(/images/layout/box_header_blue.gif) left bottom no-repeat;
}
div.womens div.inner_container div.heading h3 {
	background: url(/images/layout/box_header_pink.gif) left bottom no-repeat;
}

div.inner_container div.content {
	padding: 10px 10px;
	background: #ccc;
	width:279px;
	height:55px;
	background:url(/images/layout/box_content_bg.gif) no-repeat;
}
div.inner_container div.poodle_content {
	padding:0;
	width:299px;
}
div.womens div.inner_container div.content {
	background: #A7D4FF;
}

div.inner_container div.content p, h4 {
	color: #000;
	line-height: 1.65em;
	margin-right: 50px;
	margin-bottom: 1em;
}
div#email_updates div.content a {
	color: #336699;
	text-decoration: none;
}
/**
 * structure
**/	

div#footmenu {
	width: 800px;
	margin-left: 50px;
}

div#footmenu ul {	
	
}
	
/*
extend wilkinson old style
*/
div.page_wrapper {
	text-align: left;
}
div.c_wide_left {
	float: left;
	width: 500px;
}

/* Heritage page */
#heritage_intro {
	background:url(/images/layout/heritage_content_bg.gif) no-repeat;
	width:570px;
	height:117px;
	margin-bottom:5px;	
	padding:0 20px;
}
#heritage_intro h2 {
	font-size:1.6em;
	font-weight:normal;
	padding:0.5em 0;
	text-transform:none;
}
#heritage_flash {
	margin-bottom:5px;
}

