@import url("thickbox.css");
@import url("baseforms.css");


* {
	margin: 0;
	padding: 0;
}

img { border:0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
 
 
body { background: #fff url(../images/core/bg.gif) repeat-x; } 	

#container {
	width: 936px;
	margin: 0 auto;
}

body.popup #container { width: 583px; }
body#popup {background:#fff !important; padding:5px 20px 0; font: 11px/11px Verdana, Arial !important;}
body#popup #popup-content {padding: 10px;}
body#popup #popup-content p{margin: 0 0 15px 0;}
body#popup #popup-content a{color: #6e96db;	font-weight: bold;}
body#popup #popup-content a:hover{color: #1f3965;}
body#popup #popup-content h2{padding: 20px 0; font-weight: bold; font-size: 16px;	color: #1f3965;}


/*---------------------------------------------   
    header
----------------------------------------------*/
#header {
	height: 92px;
	position: relative;
}

#header .logo {
	width: 233px; height: 92px;
}

#header .giant {
	position: absolute;
	left: 266px; top: 31px;
	width: 119px; height: 30px;
}

/* login panel */

.login-panel {
	position: absolute;
	right: 0; top: 33px;
	width: auto; height: 24px;
	text-align: right;
	font: 11px/16px Verdana, Arial;
	color: #fff;
}

.login-panel a { color: #fff; }
.login-panel a:hover { color: #d5bc1b; }

.login-panel td {
	padding: 0 2px;
	height: 24px;
}

.login-panel input {
	border: 0;
	background: #fff url(../images/core/input-angle-header.gif) no-repeat left top;
	font: 11px/11px Verdana, Arial;
	color: #4b4b4b;
	padding: 6px 0 5px 4px;
	width: 100px;
}

.login-panel input.button {
	padding: 0;
	background: none;
	width: auto;
}

.loginDetail {
	background-color:#f7f7f7;
	padding:10px 10px 10px 0px;
}

/*---------------------------------------------   
    main navigation
----------------------------------------------*/
ul#nav {
	border-top: 3px solid #b6bcc5;
	list-style: none;
	height: 31px;
}

ul#nav li {
	float: left;
	display: inline;
}

ul#nav li a {	
	display: block;
	text-decoration: none;
	font: 11px/11px Verdana, Arial;
	color: #4b4b4b;
	padding: 10px;
}

ul#nav li a:hover {
	background: #b6bcc5;
	color: #fff;
}



/*---------------------------------------------   
    content containers
----------------------------------------------*/
#content-left {
	float: left;
	width: 180px;
}

#content-right {
	float: right;
	width: 749px;
}

#leftcolumn {
	float: left;
	width: 370px;
}

#rightcolumn {
	float: right;
	width: 370px;
}




/*---------------------------------------------   
    search panel
----------------------------------------------*/

#search-panel {
	width: 166px; height: 111px;
	background: #ffde00 url(../images/core/bg-searchpanel.gif) no-repeat 14px 4px;
	position: relative;
	margin-bottom: 7px;
	padding: 25px 0 0 14px;
}

#search-panel td { padding: 6px 0 0 0; }

#search-panel input, #search-panel select  {
	border: 0;
	background: #fff url(../images/core/input-angle-searchpanel.gif) no-repeat left top;
	font: 11px/11px Verdana, Arial;
	color: #4b4b4b;
	padding: 6px 0 5px 4px;
	width: 141px;
}

#search-panel select {
	padding: 0;
	width: 145px;
}

#search-panel input.button {
	padding: 0;
	background: none;
	width: auto;
	position: absolute;
	bottom: 0; right: 0;
}


/*---------------------------------------------   
    categories nav
----------------------------------------------*/


/*navigation*/
ul#productnav { width: 180px; display: inline-block; clear: both; float: left; }
ul#productnav li, ul#productnav li li { float: left; position: relative; display: block; margin-bottom: -1px; z-index: 100; }
ul#productnav a {
	background-color: #e2e4e7;
	border: 1px solid #fff;
	color: #4b4b4b;
	display: block;
	font: 11px/11px Verdana, Arial;
	text-decoration: none;
	padding: 5px;
	width: 170px;
	height: auto;
}
ul#productnav a:hover { background-color: #1f3965; color: #fff;}
ul#productnav li ul { width: 182px; overflow: hidden; display: block; left: -9999em; position: absolute; top: 0; }
ul#productnav li.over2 ul{ width: 384px; height: 440px; }
ul#productnav li.over3 ul{ width: 546px; height: 440px; }
ul#productnav li.over4 ul{ width: 728px; height: 440px; }
ul#productnav li.over5 ul{ width: 910px; height: 440px; }

/* hover actions */
ul#productnav li:hover ul, ul#productnav li.over ul { left: 181px; }

/* hasSub style used to a tags which have subs - used only to make it look good and not required */
ul#productnav li a.daddy { background: #e2e4e7 url(../images/core/arrow.gif) no-repeat 95% 50%; }
ul#productnav li a.daddy:hover { background: #1f3965 url(../images/core/arrow2.gif) no-repeat 95% 50%; }

/*
ul#productnav {
	list-style: none;
	width: 180px;
	float: left;
	display: inline-block;
}

ul#productnav li {
	float: left;
	margin-bottom: -1px;
	position: relative;
	z-index: 100;
	display: block;
}

ul#productnav ul {
	left: -9999em;
	position: absolute; 
	top: 0;
	margin-left: 181px;
}

ul#productnav li.over2 ul {
	left: -9999em;
	position: absolute; 
	top: 0;
	margin-left: 181px;
	display: block;
	height: 250px;
	width: 360px;
}

ul#productnav li.3cols ul {
	height: 250px;
	width: 540px;
}

ul#productnav li.4cols ul {
	height: 250px;
	width: 720px;
}

ul#productnav li.5cols ul {
	height: 250px;
	width: 900px;
}

ul#productnav a {
	background-color: #e2e4e7;
	border: 1px solid #fff;
	color: #4b4b4b;
	display : block;
	font: 11px/11px Verdana, Arial;
	text-decoration: none;
	padding: 5px;
	width: 170px;
	float: left;
}	

ul#productnav a:hover { background-color: #1f3965; color: #fff; }	


ul#productnav li:hover ul, ul#productnav li.over ul { left: 0; width: 360px; }
ul#productnav li:hover ul li:hover ul, ul#productnav li.over ul li.over ul { left: 100% !important; }



ul#productnav li a.daddy { background: #e2e4e7 url(../images/core/arrow.gif) no-repeat 95% 50%; }
ul#productnav li a.daddy:hover { background: #1f3965 url(../images/core/arrow2.gif) no-repeat 95% 50%; }


#productnav li:hover ul ul, #productnav li:hover ul ul ul, #productnav li.sfhover ul ul, #productnav li.sfhover ul ul ul {
	left: -9999em;
}


#productnav li:hover ul, #productnav li li:hover ul, #productnav li li li:hover ul, #productnav li.sfhover ul, #productnav li li.sfhover ul, #productnav li li li.sfhover ul {
	left: auto;
}*/



/*---------------------------------------------   
    banners down left side
----------------------------------------------*/
#banners div img {
	height: 74px;
	margin-top: 7px;
}

#banners #logos {
	width: 180px; height: 120px;
	margin-top: 7px;
}

#banner {width:749px; height:136px; overflow:hidden; display:block;}

/*---------------------------------------------   
    title panel - breadcrumb & cart
----------------------------------------------*/
#title {
	position: relative;
	height: 80px;
	border-top: 1px solid #cfd2d7;
	border-bottom: 1px dashed #cfd2d7;
	margin: 0 0 10px 0;
	background-position: left 26px;
	background-repeat: no-repeat !important;
}

#title h1 { display: none; }

body.home #title {
	height: 57px;
	border: 0;
	margin: 0;
}

#breadcrumb {
	font: 11px/14px Verdana, Arial;
	color: #4b4b4b;
	padding: 58px 0 0 5px;
}

body.home #breadcrumb { padding-top: 20px; }

#title a { color: #6e96db; }
#title a:hover { color: #1f3965; }

#cart-panel {
	float: right;
	margin-top: 12px;
	width: 270px; height: 57px;
	text-align: right;
	background: url(../images/core/icon-cart.gif) no-repeat left 2px;
	font: 11px/25px Verdana, Arial;
	color: #4b4b4b;
}

#cart-panel p { margin: 0; }

body.home #cart-panel { margin-top: 0; }

#cart-panel .price {
	font-weight: bold;
	color: #c32929;
}

/* page titles */
body.products #title { background-image: url(../images/titles/products.gif); background-position: left 15px; } 
body.buying #title { background-image: url(../images/titles/buying.gif); } 
body.cart #title { background-image: url(../images/titles/cart.gif); } 
body.checkout #title { background-image: url(../images/titles/checkout.gif); } 
body.clubs #title { background-image: url(../images/titles/clubs.gif); } 
body.contact #title { background-image: url(../images/titles/contact.gif); } 
body.disclaimer #title { background-image: url(../images/titles/disclaimer.gif); } 
body.events #title { background-image: url(../images/titles/events.gif); } 
body.faqs #title { background-image: url(../images/titles/faqs.gif); } 
body.login #title { background-image: url(../images/titles/memberlogin.gif); } 
body.members #title { background-image: url(../images/titles/membersarea.gif); }
body.membersbreadcrumb #title { background: url(../images/titles/membersarea.gif); background-position: left 15px; } 
body.privacy #title { background-image: url(../images/titles/privacy.gif); } 
body.register #title { background-image: url(../images/titles/register.gif); } 
body.searchresults #title { background-image: url(../images/titles/searchresults.gif); background-position: left 15px; } 
body.showroom #title { background-image: url(../images/titles/showroom.gif); } 
body.size #title { background-image: url(../images/titles/size.gif); } 
body.team #title { background-image: url(../images/titles/team.gif); } 
body.terms #title { background-image: url(../images/titles/terms.gif); } 
body.thankyou #title { background-image: url(../images/titles/thankyou.gif); } 




/*---------------------------------------------   
    contents text
----------------------------------------------*/
p {	
	font: 11px/18px Verdana, Arial;
	color: #4b4b4b;
}
#text {
	padding: 5px;
	font: 11px/18px Verdana, Arial;
	color: #4b4b4b;
}

body.popup #text { padding: 15px; }

#leftcolumn #text,
body.home #text {	
	background: #e2e4e7;
	padding: 10px 30px;
	font: 11px/18px Verdana, Arial;
	color: #4b4b4b;
}

#text p {
	margin: 15px 0;
}




/*---------------------------------------------   
    product listing
----------------------------------------------*/
.item {
	width: 368px; height: 95px;
	border: 1px solid #cfd2d7;
	position: relative;
	margin-bottom: 8px;
}

body.inner .item {
	float: left;
	margin-right: 7px;
}

body.inner .listing-even { margin-right: 0; }

.item img, 
.product-detail img { display: none; }

#leftcolumn .item {
	height: 200px;
}

#leftcolumn .noimage { background: url(../images/label-new.gif) no-repeat 10px 8px !important; }

.new { background: url(../images/label-new.gif) no-repeat 195px 8px; }
.special { background: url(../images/label-special.gif) no-repeat 195px 8px; }

.item .details {
	position: absolute;
	left: 110px; top: 7px;
	font: 11px/18px Verdana, Arial;
	color: #4b4b4b;
	width: 255px;
}

.noimage .details {
	left: 10px;
	width: 330px;
}

#leftcolumn .details {
	left: 196px; top: 40px;
	width: 170px;
}

#leftcolumn .noimage .details {
	width: 330px;
	left: 10px; 
}

.item .details a {
	color: #6e96db;
	font-weight: bold;
}

#leftcolumn .details a {
	color: #ffde00;
}

.item .details a:hover { color: #1f3965; }

.oldprice { text-decoration: line-through; }
.price {
	font-weight: bold;
	color: #c32929;
}

.item .buttons {
	position: absolute;
	right: 0; bottom: 0;
	width: 83px;	
}

.item .buttons ul {
	height: 24px;
	list-style: none;
	margin-bottom: 1px;
}
.item .buttons li {
	float: left;
	padding: 0 1px 0 0;
}

.item .buttons li a:hover { background-position: 0 -24px !important; }

.item .buttons li a {
	text-decoration: underline;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.item .buttons li.more a {
	background: url(../images/buttons/more.gif) no-repeat;
	float:right;
	width: 45px; height: 24px;
}

.item .buttons li.buy a {
	background: url(../images/buttons/buy.gif) no-repeat;
	width: 36px; height: 24px;
}

.item .image {
	position: absolute;
	left: 0; bottom: 0;	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/placeholder-noimage.gif);
	width: 87px; height: 87px;
}

.item .image a {
	width: 87px; height: 87px;
	display: block;
	text-decoration: none;
}

ul#gallery li ul li a:hover img, ul#gallery li a:active img, ul#gallery li a:focus img { 
           width:200px; height:150px; left:-50px; top:-37px; z-index:1; 
					 border:1px solid #000; }
					 
.item .image a:hover img, .item .image a:active img, .item .image a:focus img { 
	left:-50px; top:-37px;
	z-index:1;
}

#leftcolumn .image {
	width: 180px; height: 180px;
	background-position: center center;
}

#leftcolumn .image a { width: 180px; height: 180px; }


.pagecount {
	font: bold 11px/11px Verdana, Arial;
	color: #4b4b4b;
	padding-top: 10px;
	text-align: center;
	border-top: 1px dashed #cfd2d7;
	clear: both;
}

.pagecount a {
	font-weight: normal;
	color: #6e96db;	
}

.pagecount a:hover { color: #1f3965; }



/*---------------------------------------------   
    product detail
----------------------------------------------*/
#left-detail {
	float: left;
	width: 180px;
}

#right-detail {
	float: right;
	width: 530px;
}

.noimages #right-detail {
	float: none;
	width: 740px;
}

#associated {
	margin-top: 30px;
}

#associated h2 {
	margin-bottom: 10px;
}

/* photos */
#left-detail .images {
	padding: 20px 0 25px 0;
	background: url(../images/clicktoenlarge.gif) no-repeat left bottom;	
}

#left-detail .large {
	background-position: center center;
	background-repeat: no-repeat !important;
	width: 180px; height: 180px;
	float: left;
}

#left-detail .large a {
	width: 180px; height: 180px;
	display: block;
	background-repeat: no-repeat !important;
}

#left-detail .thumb {
	width: 87px; height: 87px;
	margin: 6px 6px 0 0;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}

#left-detail .thumb a {
	width: 87px; height: 87px;
	display: block;
}

#left-detail .last { margin-right: 0; }

.buythisproduct, .wishthisproduct { width: 136px; height: 24px; float:left; }

.buythisproduct a {
	width: 136px; height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	display : block;
	background: url(../images/buttons/buythisproduct.gif) no-repeat;
}

.buythisproduct a:hover, .wishthisproduct a:hover { background-position: 0 -24px; }

.wishthisproduct a {
	width: 122px; height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	display : block;
	background: url(../images/buttons/wishthisproduct.gif) no-repeat;
}



/*---------------------------------------------   
    footer
----------------------------------------------*/
#footer {
	margin: 20px 0;
	font: 11px/16px Verdana, Arial;
	color: #7f8084;
	position: relative;
	height: 1%;
}

body.popup #footer {
	margin: 20px 15px;
	border-top: 1px solid #e7ebef;
	padding-top: 5px;
}

#footer a { color: #7f8084; }
#footer a:hover { color: #1f3965; }

#footer .wflogo {
	position: absolute;
	right: 0; top: 0;
}




/*---------------------------------------------   
    text area formatting
----------------------------------------------*/
#text ul.bullets {
	list-style: none;
	margin: 20px 0 20px 45px;
}
#text ul.bullets li {
	background: url(../images/core/bullet.gif) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 3px;
}

.datatable td {
  border: 0;
  border-bottom: 1px solid #e7ebef;
  vertical-align: top;
  padding: 3px;
}

.datatable th {
	border-bottom: 2px solid #e7ebef;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding: 3px;
}



#text a { color: #6e96db; }
#text a:hover { color: #1f3965; }

#text h1, 
#text h2, 
#text h3, 
#text h4, 
#text h5 { 
	color: #1f3965;
	margin: 20px 0 10px 0;
}
#text h1 { font-size:18px; }
#text h2 { font-size:16px; }
#text h3 { font-size:15px; }
#text h4 { font-size:14px; }
#text h5 { font-size:13px; }

#text hr {
  border: 0;
  border-top: 1px solid #e7ebef;
  height: 1px;
}


/* dynamic RTE section */
#text .dynamic h1 { font-size:15px; }
#text .dynamic h2 { font-size:14px; }
#text .dynamic h3 { font-size:13px; }
#text .dynamic h4 { font-size:12px; }
#text .dynamic h5 { font-size:11px; }

#text .dynamic td {
  border:0;
  border-bottom:1px solid #e7ebef;
  border-right:1px solid #e7ebef;
  vertical-align:top;
  padding:3px;
}

#text .dynamic table {
  border:1px solid #e7ebef;
  border-right:0;
  border-bottom:0;
}

#text .dynamic ul {
	list-style: none;
	margin: 20px 0 3px 45px;
}

#text .dynamic li {
	background: url(../images/core/bullet.gif) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 3px;
}




/*---------------------------------------------   
    cart
----------------------------------------------*/

#cart th {
	text-align: left;
	color: #000;
	padding: 2px;
	border-bottom: 2px solid #e7ebef;
}

#cart table table td {
	padding: 2px;
	background: #fff;
	border-bottom: 1px solid #e7ebef;
}

#cart .right { text-align: right; }

#cart table table table td { border-bottom: 0; }

td.totalprice {
	text-align: right;
	font-weight: bold;
	padding: 8px 0;
}

#cart td.bin {
	text-align: center;
	width: 40px;
}

#cart td.center, #cart th.center { text-align: center; }

#cart td.buttons {
	padding-top: 10px;
	text-align: right;
}

#cart input.qty { width: 20px; }



/*---------------------------------------------   
    forms
----------------------------------------------*/
input, select, textarea {
	font: 11px/11px Verdana, Arial;
	color: #4b4b4b;
	padding: 5px 3px;
	border: 1px solid #e7ebef;
	background: #fff;
	width: auto;
}

select {
	padding: 0;
	width: auto;
}

textarea { height: 200px; width: 250px; }

input.radiocheck {
	width: auto;
	border: 0;
	background: none;
}

input.formbuttonimage {
	border: 0;
	padding: 0;
	background: none;
	width: auto;
}

form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form fieldset.box {
	border: 1px solid #e7ebef;
	padding: 0 30px 30px 30px; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }
form.form li.button { margin-top: 15px; }

form.form label {
	display: inline-block;
	width: 180px;
	vertical-align: top;
	padding-top: 3px;
}

form.form label.textarea { vertical-align: top; }

form.form input.postcode,
form.form input.cc { width: 50px; }
form.form input.ccexpiry { width: 30px; }

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 16px;
	color: #1f3965;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}

	

/*---------------------------------------------   
    team member listing
----------------------------------------------*/
.teammember { padding: 25px 0; }

.teammember .mugshot {
	width: 100px;
	float: left;
}

.teammember .info {
	float: right;
	width: 620px;
}

.teammember .info h2 { margin-top: 0 !important; }

p.email {
	background: url(../images/icon-email.gif) no-repeat 0 5px;
	padding-left: 20px;
}



/*---------------------------------------------   
    misc
----------------------------------------------*/
p.pdf { 
	background: url(../images/icon-pdf.gif) no-repeat 0 1px;
	padding-left: 20px;
}

.top {
	padding: 3px 0;
	border-top: 1px solid #e7ebef;
	height: 30px;
}

.top a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 30px;
	background: url(../images/top.gif) no-repeat right 50%;
}


img.float-left {float: left; margin: 0 10px 10px 0;}
img.float-right {float: right; margin: 0 0 10px 10px;}

body.showroom img.float-left {margin-top: 20px;}

.steps-cont{width:400px; background:#c6cbd2; height:231px; margin:10px; padding:0 0 0 15px;}
.steps{width:165px; float:left; padding:15px 0 0 0;}
.steps-img{width:231px; float:left;}

p.note {font-size: 10px;}

/*---------------------------------------------   
    details order history
----------------------------------------------*/

.orderhistorydetails div {
	background: #e7ebef;
	display: block;
	padding: 5px;
	margin: -5px -3px 0 -3px;
}

.orderhistorydetails td td {
	padding: 2px !important;
	background: #fff !important;
	border-bottom: 1px solid #e7ebef !important;
}

.orderhistorydetailshide {
	display: none;
	height: 0;
}

a.closedetails {
	display: block;
	background: url(../images/close.gif) no-repeat right 50%;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

td.orderhistorydetailson {
	background: #e7ebef !important;
	text-align: center;
}



/*---------------------------------------------   
    clubs & associations (links)
----------------------------------------------*/
.logos ul { list-style: none; }
.logos li {
	float: left;
	display: inline;
	margin: 10px 15px;
	vertical-align: middle;
}

 

/*---------------------------------------------   
    print settings
----------------------------------------------*/ 
.header-print, 
.footer-print { display: none; }

/*---------------------------------------------   
    Gift Voucher
----------------------------------------------*/ 
.giftPrices {
	width:100px;
}