@charset "utf-8";
/* 
    Document   : gill-style
    Created on : 14-Jan-2010, 10:58:35
    Author     : Propeller Communications
    Description: Purpose of the stylesheet follows.
*/
@import url("reset.css");
@import url("text.css");
@import url("team-gill.css");
@import url("compare-style.css");

html {
	height:100%;
	width:100%;
}

body {
    background-color: #000;
}
		
/* AVAILABLE SIZES TABLE */

#available-sizes table {
	clear: both;
	margin: 10px 0;
}

#available-sizes table tr td {
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
}

span.small-colour {
	margin: 0 5px;
}

/*  FORM VARIABLES  */

input, textbox, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

/*  GLOBAL VARIABLES  */
.container{
    width:960px;
    margin: 0 auto;
	position:relative;
}

#legal-links {
	width: 100%;
	float: left;
	display: inline;
	clear: both;
	padding: 25px 0 0 0;
	text-align: center;
}

	#legal-links p {
		padding: 0px !important;
		margin: 0px !important;
		color: #B0B1B3 !important;
		text-transform: uppercase;
	}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

.clear {
	clear:both;
}

a.arrow{
	display:inline-block;
	width:25px;
	height:25px;
	overflow:hidden;
}

a.arrow span {
	float:left;
	display:inline;
	margin-top:-5px;
	margin-left:-5px;
}

.paddingTop10 {
	padding-top:15px;
}

.noPadLeft {
	padding-left:0px !important;
}

.noPadBottom {
	padding-bottom:0px !important;
}

.noBorderBottom {
	border-bottom:none !important;
}

.noBorderRight {
	border-right:none !important;
}
.noBackground {
	background-image:none !important;
}

.noMarginBottom {
	margin-bottom:0px !important;
}
.noMarginRight {
	margin-right:0px !important;
}
.noMarginLeft {
	margin-left:0px !important;
}


.small-imageMar {
	margin:0 16px;
}

.hide {
	display:none !important;
}

.textAlignRight {
	text-align:right;
}

.textAlignCenter {
	text-align:center;
}

.full-width {
	width:100%;
}

.full-length {
	float:left;
	display:block;
	width:100%;
	height:3px;
	background-color:#b9babc;
	color:#b9babc;
	margin:15px 0 0 0;
	padding:0;
	border:none;
	overflow:hidden;
}

/* MAIN LAYOUT */


/* HEADER STYLING */
#header, #main-content, #footer {
    float: left;
    display: inline;
    width: 100%;
	z-index: 1;
}

#header {
    height:78px;
    background-image:url(../images/header-bg.jpg);
    background-repeat:repeat-x;
    background-position:top center;
	position:relative;
	z-index:50;
}

#header .left {
	margin-top:18px;

}

#search-form {
	float:right;
	display:inline;
	width:450px;
	margin-top:19px;
	position:relative;
	z-index:200;
}

.search-form input.textbox {
	float:left;
	display:inline;
	background-color:#515151;
	border:none;
	width:142px;
	height:17px;
	padding-left:3px;
	padding-top:2px;
	letter-spacing:1px;
}

.search-form input.submit {
	float:left;
	display:inline;
	margin-top:1px;
	margin-left:5px;
}

.searchInfo {
	font-size:24px;
	text-transform:uppercase;
	float:left;
	display:inline;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
	width:400px;
	color: #515151
}

.searchInfo span {
	
}

.searchInfo a {
	margin-left:10px;
}

.noProductsFound {
	display:none;
	margin-top:200px;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
}

.itemsHeader .compare {
	border-left:none;
	float:right;
	display:inline;
	margin-top:10px;
	margin-right:6px;
	background: none;
}

.items {
display:inline;
float:left;
margin:0 15px;
padding:3px 0;
width:734px;
}

a.compareselected {
	background-image:url("../images/icons/compare-selected.png");
}

.shop-med-compare {
	position:absolute;
	z-index:1000;
	display:none;
	background-image: url(/images/shop-overview/compare-bg.png);
	padding:3px 0;
	width:120px;
}

.shop-med-compare .compare {
	border-left:0;
	margin-left:17px;
	color:#eeeeee;
}

#navigation {
	float:right;
	display:inline;
	clear:right;
	margin-top:18px;
	width:770px;
}

#navigation ul li {
	float:left;
	display:inline;
	position: relative; 
	padding-left:32px;
	z-index:99;
	height:16px;
}

/* To target a safari browser issue */

/*@media screen and (-webkit-min-device-pixel-ratio:0){
	#navigation > ul li {
		padding-left:26px;
	}
} */

#navigation ul li div.mega-menu { 
	width:145px;
	position: absolute; 
	top: 16px; 
	left: 0em;
	display: none;
	z-index:50;
} 

#navigation ul li div.hovering {
	display:block;
	z-index:99;
}

.sub-menu-top {
	float:left;
	display:inline;
	clear:both;
	background-image:url(../images/nav-menu-top-bg.png);
	background-repeat:no-repeat;
	width:145px;
	height:15px;
}
.sub-menu-main {
	float:left;
	display:inline;
	clear:both;
	background-image:url(../images/nav-menu-middle-bg.png);
	background-repeat:repeat-y;
	width:115px;
	min-height:15px;
	height:auto !important;
	height:15px;
	padding:4px 15px 10px 15px !important;
}

.sub-menu-main ul li a {
	font-size: 10px !important;
}

.sub-menu-bottom {
	float:left;
	display:inline;
	clear:both;
	background-image:url(../images/nav-menu-bottom-bg.png);
	background-repeat:no-repeat;
	width:145px;
	height:4px;
}

#navigation ul li div.mega-menu ul li {
	padding:1px 0px;
	width:100%;
}


/* MAIN CONTENT STYLING */

#main-content {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    background-image:url(../images/main-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color:#040404;
	padding-bottom:39px;
	position:relative;
	z-index:1;
}

#left-column {	
	float:left;
	display:inline;
	width:173px;
	margin-top:5px;
	overflow:hidden;
}

	#left-column ul#product-search-form li form.search-form input {	
		margin: 0 0 10px 0;
		color: #FFFFFF;
	}

	#left-column ul#product-search-form li form.search-form input.submit {	
		margin: 1px 0 0 5px;
	}

#left-column img{
	margin-bottom:19px;
}

#left-column ul, #price-selector {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	padding-bottom:7px;
}

#price-selector div.left, #price-selector div.right {
	width:40%;
	margin-top:5px;
}

#price-selector img {
	margin-bottom:7px;
}

#left-column ul li, #footer ul li, #team-gill-nav ul li, #site-map ul li{
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin-bottom:2px;
}

#site-map {
	border-top:1px solid #515151;
	clear:both;
}

#site-map hr {
	float:left;
	display:inline;
	width:100%;
	height:1px;
	clear:both;
	background-color:#515151;
	color:#515151;
	border: 0;
}

#team-gill-nav ul li{
	background-image:none !important;
}

#left-column ul li {
	min-height:16px;
	height:auto !important;
	height:16px;
}
#left-column ul li a.nav {
	float:left;
	display:inline;
	width:153px;
	background-image:url(../images/grey-circle.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#left-column ul li a.disabled {
	color:#555555 !important;
	background-image:none;
	cursor:default;
}
#left-column ul li a.disabled .green-link-circle {
	display:none !important;
}

#left-column ul li.title {
	min-height:44px;
	height:auto !important;
	height:44px;
}

#price-slider {
	float:left;
	display:inline;
	clear:both;
	width:90%;
	margin-left:4px;
}

.left-slider-arrow {
	background: url(/images/price-slider-up-arrow.gif) no-repeat 3px 5px;
}
.right-slider-arrow {
	background: url(/images/price-slider-down-arrow.gif) no-repeat 3px 0;
	margin-top:-3px;
}

#right-column {
	float:right;
	display:inline;
	width:770px;
	position:relative;
}

/* SEARCH STYLING */

#search-left-nav {
	display:inline;
	float:left;
	margin-top:6px;
	width:680px;
}

	#search-left-nav .search-container {
		display:inline;
		float:left;
		width:680px;
	}

	#search-left-nav .search-title {
		display:inline;
		float:left;
		width:680px;
	}

	#search-left-nav .search-content {
		display:inline;
		float:left;
		width:680px;
	}

		#search-left-nav .search-title h4 {
			color:#F0EC45;
			font-size:18px;
			line-height:24px;
			margin:0 0 5px 0;
			padding-bottom:2px;
			font-weight: bold;
			border-bottom:1px solid #515151;
		}
		
		#search-left-nav .search-title h4 a span {
			color:#F0EC45;
			font-size:18px;
			line-height:24px;
		}
		
		#search-left-nav .search-title h4 a:hover {
			color:#B0B1B3;
			font-size:18px;
			line-height:24px;
		}

			#search-left-nav .search-title h4 span {
				font-size: 11px;
				line-height: 13px;
				font-weight: normal;
				color: #515151;
				padding: 0;
				margin: 0;
			}

	#search-left-nav .search-title {
		display:inline;
		float:left;
		width:680px;
		padding: 0 0 10px 0;
	}

#search-right-nav {
	display:inline;
	float:right;
	margin-top:2px;
	width:220px;
}

	#search-right-nav h4 {
		border-bottom:1px solid #515151;
		color:#F0EC45;
		font-size:16px;
		font-weight:bold;
		line-height:24px;
		margin-bottom:5px;
		text-align:right;
		margin-top: 6px;
	}

	#search-right-nav ul {
		display:inline;
		float:left;
		font-size:12px;
		line-height:19px;
		margin-bottom:19px;
		margin-top:5px;
		text-align:right;
		text-transform:uppercase;
		width:100%;
	}

		#search-right-nav ul li {
			line-height:19px;
			text-align:right;
			text-transform:uppercase;
		}

/* HOME STYLING */

#main-image {
	float:left;
	display:inline;
	width:764px;
	height:359px;
	padding:3px;
	background-image:url(../images/home/main-image-bg.gif);
	background-repeat:no-repeat;
	margin-top:15px;
	position:relative;
	overflow:hidden;
}

#main-image-slider, #main-image-slider-cont {
	float:left;
	display:inline;
	width:764px;
	height:359px;
	position:relative;
	overflow:hidden;
	top:0px;
	left:0px;
}

#main-image-slider img {
	float:left;
	display:inline;
}

.move-left {
	position:absolute;
	z-index:20;
	top:0;
	left:0;
	width:60px;
	height:199px;
	cursor:pointer;
	display:none;
	padding-left:10px;
	padding-top:160px;
}


.move-right {
	position:absolute;
	z-index:20;
	top:0;
	right:0;
	width:60px;
	height:199px;
	cursor:pointer;
	display:none;
	padding-left:10px;
	padding-top:160px;
}

.small-image {
	float:left;
	display:inline;
	width:239px;
	height:175px;
	padding:3px 3px 3px 4px;
	background-image:url(../images/home/small-image-bg.gif);
	background-repeat:no-repeat;
	margin-top:17px;
	position:relative;
	overflow:hidden;
	z-index:40;
}

.small-image-slider-cont{
	float:left;
	display:inline;
	width:238px;
	height:175px;
	position:relative;
	z-index:20;
	overflow:hidden;
	top:0px;
	left:0px;
}
.small-image-slider {
	float:left;
	display:inline;
	width:238px;
	position:relative;
	top:0px;
	left:0px;
}
.small-image-slider img {
	float:left;
	display:inline;
}

/* SHOP OVERVIEW STYLING */

.shop-details-thumb {
	float:left;
	display:inline;
	position:relative;
	width:54px;
	height:65px;
	overflow:hidden;
	text-align:right;
}

#shop-items, .shop-items {
	float:left;
	display:inline;
	position:relative;
	width:764px;
	border:solid 3px #b0b1b3;
	background-color:#FFFFFF;
	margin-top:16px;
}

.shop-items {
	min-height: 733px;
	height: auto !important;
	height: 733px;
}

#shop-items .itemsHeader {
	width: 734px;
	float: left;
	display: inline;
	margin: 0 15px;
	padding: 3px 0;
	border-bottom:1px solid #D4D4D5;
}

.tab-container {
	float:left;
	display:inline;
	padding: 0 15px;
}

#tab-sizes {
	padding-top:48px;
	width: 734px;
	float: left;
	display: inline;
}
.shop-overview-thumb {
	background-color:white;
	position:absolute;
	width:54px;
	height:54px;
}

.shop-view36-thumb {
	float:left;
	display:inline;
	width:127px;
	height:150px;
	overflow:hidden;
}

.shop-view12-thumb {
	float:left;
	display:inline;
	width:172px;
	height:253px;
	overflow:hidden;
	margin-left:14px;
	margin-top:20px;
}

.shop-view12-thumb img {
	float:left;
	display:inline;
	width:172px;
	height:203px;
}

.shop-view12-description {
	float:left;
	display:inline;
	clear:both;
	width:172px;
	border-top:solid 1px #b0b1b3;
	text-align:left;
	
}

.shop-view12-auto-description {
	position:absolute;
	clear:both;
	width:172px;
	border-top:solid 1px #b0b1b3;
	text-align:left;
	margin-left:13px;
	background-color:white;
}

/* Product Features */

#right-column .kit-return {
	float:left;
	display: none; /*inline*/
	width:770px;
}

	#right-column .kit-return a {
		float:left;
		display:inline;
		font-size: 18px;
		padding: 27px 0 8px 40px;
		text-transform: uppercase;
		background: url(/images/icons/kit-bag-return.gif) no-repeat center left;
		font-weight: bold;
		color: #FFFFFF;
	}

	#right-column .kit-return a:hover {
		color: #F0EC45;
	}

#tab-features {
	
}

.featureItem div {
	margin:0;
}

.featureItem {
	background-image: url(/images/shop-details/features/bg.jpg);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	width:734px;
	height:420px;
	text-align:center;
	position:relative;
	margin:0;
	float:left;
	display:inline;
	z-index:51;
}

.featureItem a.features-image img {
	position:relative;
}

.featureItem .overlay {
	width:734px;
	height:400px;
	position:absolute;
	top:20px;
	left:0;
	text-align:left;
	z-index:10;
	xfloat:left;
	xdisplay:inline;
}

.featureItem .htmlOverlay span.label {
	position:absolute;
	margin-top:-5px;
	height:30px;
	font-size:10px;
	color:#515151;
}

/* TEAM GILL STYLING */

/*#left-teamGill {
	float:left;
	display:inline;
	width:384px;
	padding-top:4px;
}

#teamGill-text {
	float:left;
	display:inline;
	clear:both;
	width:375px;
	margin-top:10px;
}

#right-teamGill {
	float:right;
	display:inline;
	width:386px;
}

#teamGill-image {
	float:left;
	display:inline;
	clear:both;
	width:380px;
	height:359px;
	padding:3px;
	background-image:url(../images/teamGill-image-bg.gif);
	background-repeat:no-repeat;
	margin-top:15px;
}

.team-add-this {
	padding-right:10px;
	margin-top:10px;
}

.tab-gallery {
	
}*/

.left-teamGill {
	float:left;
	display:inline;
	width:384px;
	padding-top:4px;
}

.teamGill-text {
	float:left;
	display:inline;
	clear:both;
	width:375px;
	margin-top:10px;
}

	.teamGill-text ul {
		padding: 0 0 19px 0;
		margin: 0;
		float: left;
		display: inline;
	}

	.teamGill-text h3 {
		padding: 0;
		margin: 0;
		clear: both;
	}

	.teamGill-text p {
		padding: 0 0 19px 0;
		margin: 0;
		clear: both;
	}

		.teamGill-text p span {
			font-weight: bold;
			color: #F0EC45;
		}

		.teamGill-text ul li {
			font-size: 12px;
			line-height: 19px;
			padding-left: 19px;
			background: url(../images/background/team-list-bg.gif) no-repeat top left;
			clear: both;
			float: left;
			display: inline;
			width: 356px;
		}

.right-teamGill {
	float:right;
	display:inline;
	width:386px;
}

.teamGill-image {
	float:left;
	display:inline;
	clear:both;
	width:380px;
	/*min-height:359px;
	height:auto !important;
	height:359px;
	padding:3px;
	background: #FFFFFF url(../images/teamGill-image-bg.gif) no-repeat center bottom;*/
	margin-top:15px;
	overflow: hidden;
}

.teamGill-image img {
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
}

.team-add-this {
	padding-right:10px;
	margin-top:10px;
}

.tab-gallery {
	padding-top: 4px;
}

	.tab-gallery .gallery-buttons {
		width: 375px;
		float: left;
		display: block;
	}

		.tab-gallery .gallery-buttons .team-add-this {
			padding-right: 1px;
		}
		
#tab-techspec {
	width: 734px;
	float: left;
	display: inline;
}
		
	#tab-techspec .overview-description {
		width: 734px;
		float: left;
		display: inline;
		background-image: url(/images/shop-details/features/bg.jpg);
		background-position: 0 -1px;
		background-repeat: no-repeat;
		padding-top: 48px;
	}
		
		#tab-techspec .overview-description p {
			color:#515151;
			font-size:11px;
			line-height:17px;
			padding-top:0;
		}
		
			#tab-techspec .overview-description p a.pdf-link {
				width: auto;
				padding-right: 40px;
				color: #515151;
				font-size: 14px;
				line-height: 16px;
				text-transform: uppercase;
				font-weight: bold;
			}
		
			#tab-techspec .overview-description p a.pdf-link span {
				background-image: url(../images/pdf.png);
				background-position: left center;
				background-repeat: no-repeat;
				padding: 5px 20px;
				color: #515151;
				font-size: 11px;
				line-height: 20px;
				text-transform: none;
				font-weight: normal;
			}
		
		#tab-techspec .overview-description ul {
			clear: both;
			width: 234px;
			float: left;
			display: inline;
			margin-bottom: 19px;
		}
		
			#tab-techspec .overview-description ul li {
				width: 215px;
				float: left;
				display: inline;
				color:#515151;
				font-size:11px;
				line-height:17px;
				padding-left:17px;
				padding-top:0;
				background: url(../images/background/product-list-style.jpg) no-repeat;
			}
		
		#tab-techspec #tech-spec-img-div {
			width: 234px;
			float: left;
			display: inline;
			margin-right: 10px;
			text-align: center;
		}
		
		#tab-techspec .col1 {
			width: 234px;
			float: left;
			display: inline;
			margin-right: 10px;
		}
		
		#tab-techspec .col2 {
			width: 234px;
			float: left;
			display: inline;
			margin-left: 10px;
		}
		
		#tab-techspec .overview-description h3 {
			color:#515151;
			font-size:14px;
			line-height:16px;
			padding-bottom:3px;
		}

.overview-description a.hover-trigger {
	float: left;
	display: inline;
	width: 123px;
	height: 27px;
}

/* CLUB GILL STYLING */

#sign-up-form {
	float:left;
	display:inline;
	width:300px;
	height:257px;
	background-image:url(../images/sign-up-form-bg.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

#sign-up-form p {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin:7px 0;
}

#sign-up-form label {
	float:left;
	display:inline;
	width:95px;
}

#sign-up-form select {
	float:left;
	display:inline;
}

#sign-up-form input.textbox {
	float:left;
	display:inline;
	width:180px;
}

#threeSections {
	float:left;
	display:inline;
	clear:both;
	width:770px;
	height:55px;
	background-image:url(../images/gradient-bg.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
}

#threeSections .col-1, #threeSections .col-2,#threeSections .col-3 {
	float:left;
	display:inline;
	width:252px;
	margin-top:8px;
	padding-left:9px;
	padding-right:16px;
}

#threeSections .col-2 {
	width:222px;
}

#threeSections .col-2 .description {
	width:165px;
}

#threeSections .col-3 {
	width:232px;
	padding-right:0px;
}

#threeSections .col-3 .description {
	width:175px;
}

.image {
	float:left;
	display:inline;
	width:41px;
	height:41px;
}

.description {
	float:left;
	display:inline;
	width:195px;
	padding-left:8px;
	padding-top:1px;
}


/* RACE COLLECTION STYLING */

#race-collection-logo {
	float:left;
	display:inline;
	clear:both;
	width:208px;
	height:69px;
	margin-top:37px;
	padding-left:376px;
}
#overlay #race-collection-logo {
	margin-top:130px;
}
.respect-the-elements {
	float:left;
	display:inline;
	margin-top:5px;
}

#race-collection-outer {
	float:left;
	display:inline;
	clear:both;
	width:960px;
	margin-top:91px;
	margin-bottom:70px;
}

#move-left, #move-right {
	float:left;
	display:inline;
	width:41px;
	height:41px;
	margin-top:62px;
	cursor:pointer;
}

#race-collection-slider {
	float:left;
	display:inline;
	width:878px;
	min-height:320px;
	height:auto !important;
	height:320px;
	overflow:hidden;
	position:relative;
}

h3.race-collection {
	text-align:center;
	padding-top:10px;
}

#race-moving-slider {
	float:left;
	display:inline;
	width:878px;
	position:relative;
	left:0px;
}

.race-product{
	height:320px;
}

.race-product, .race-image, .race-description {
	float:left;
	display:inline;
	width:292px;
	text-align:center;
}
.race-image {
	height:250px;
}
.race-description {
	margin-top:18px;
}

#race-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:80;
	display:none;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:90;
	display:none;
}
#overlay .container {
	position:relative;
}
#overlay .race-collection-logo {
	margin-top:130px;
}

.race-product-image {
	float:left;
	display:inline;
	clear:both;
	position:relative;
	margin-top:101px;
	padding-left:194px;
	z-index:10;
}

.race-product-information {
	float:right;
	display:inline;
	width:586px;
	margin-top:-280px;
}

.race-product-information h2 {
	float:right;
	display:inline;
	clear:none;
	border:none;
	padding:0px;
	width:388px;
	margin-bottom:15px;
}
.race-product-information p {
	float:right;
	display:inline;
	clear:both;
	border:none;
	padding:0px;
	width:379px;
	padding-right:31px;
}
.race-product-information ul {
	float:right;
	display:inline;
	clear:both;
	border:none;
	padding:0px;
	width:379px;
	padding-right:31px;
	margin-top:15px;
}

.race-product-text {
	float:left;
	display:inline;
	width:410px;
	padding:15px 10px 15px 166px;
	background-image:url(../images/alpha-bg.png);
	background-repeat:repeat;	
}

.race-product-text p.textAlignRight {
	padding-top:20px;
	padding-right:5px;
}

a.close-btn{
	float:right;
	display:inline;
	height:17px;
	width:17px;
	text-align:center;
	padding-right:5px;
}

/* SHOP DETAILS OVERVIEW STYLING */

#shop-details-header {
	position: relative;
	float:left;
	display:inline;
	clear:both;
	width:734px;
	margin:15px 15px 0 15px;
	border-bottom:1px solid #d4d4d5;
}

#shop-details-header img.print-logo {
	display: none;
}

#shop-details-header .right {
	margin-top:7px;
}

#product-container {
	position:relative;
	float:left;
	display:inline;
	clear:both;
	width:100%;
	z-index: 10;
}

#tab-overview,#tab-techspec,#tab-features,#tab-sizes {
	position:relative;
	top:0;
	left:0;
	background-color: #FFFFFF;
}

#shop-details-size {
	float:left;
	display:inline;
	clear:both;
	width:734px;
	margin:0 15px 15px 15px;
}

	#shop-details-size h3,
	#tab-sizes h3 {
		border-bottom:1px solid #B0B1B3;
		color:#515151;
		font-size:14px;
		line-height:16px;
		padding-bottom:3px;
		width: 734px;
		float: left;
		display: inline;
	}

#shop-details-left-column {
	float:left;
	display:inline;
	width:370px;
}

#shop-details-right-column {
	float:left;
	display:inline;
	width:347px;
	padding-top: 30px; 
	padding-left: 15px; 
}

	#shop-details-right-column h3 {
		color:#515151;
		font-size:14px;
		line-height:16px;
		padding-bottom:3px;
	}

	#shop-details-right-column p {
		color:#515151;
		font-size:11px;
		line-height:17px;
		padding-top: 0;
		padding-bottom: 17px;
	}

	#shop-details-right-column ul {
		clear: both;
	}

		#shop-details-right-column ul li {
			color:#515151;
			font-size:11px;
			line-height:17px;
			padding-left: 17px;
			background:url(../images/background/product-list-style.jpg) top left no-repeat;
		}		

	#shop-details-right-column #innertab-techspec {
		padding-top: 15px; 
	}

#shop-large-image {
	float:left;
	display:inline;
	clear:both;
	width:368px;
	min-height:368px;
	height:auto !important;
	height:368px;
	border:solid 1px #c4c5c6;
	margin-top:7px;
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	z-index:2;
}


#product-image-overlay {
	float:left;
	display:inline;
	clear:both;
	width:368px;
	min-height:368px;
	height:auto !important;
	height:368px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:none;
}

a.zoom-in {
	position:absolute;
	float:left;
	display:inline;
	z-index:3;
	top:3px;
	left:3px;
	width:80px;
	height:40px;
	font-size:12px;
	color:#b0b1b3;
	text-transform:uppercase;
	font-weight:bold;
}

a.zoom-in img, a.zoom-in span,a.zoom-in-features img, a.zoom-in-features span {
	float:left;
	display:inline;
}

a.zoom-in-features {
	position:absolute;
	display:block;
	z-index:11;
	top:12px;
	left:4px;
	width:80px;
	height:40px;
	font-size:12px;
	color:#b0b1b3;
	text-transform:uppercase;
	font-weight:bold;
}

#features-image-overlay {
	position:absolute;
	left:0;
	width:734px;
	height:400px;
	top:0px;
	z-index:5;
	background-color:#FFFFFF;
}

#features-image {
	float:left;
	display:inline;
	left:0;
	width:734px;
	height:350px;
	top:50px;
	position:relative;
}
a.features-image, a.features-image img {
	cursor:default;
	position:relative;
}

a.zoom-in-features img {
	vertical-align: top;
}

a.product-image, a.product-image img {
	cursor:default;
	position:relative;
	z-index:1;
}

.loupe, .loupe2 {
	border:1px solid #C4C5C6;
	background-color:#FFFFFF;
	cursor: none;
	z-index:501;
}

.shop-thumb-image {
	float:left;
	display:inline;
	width:70px;
	height:70px;
	margin-top:7px;
	margin-right:5px;
}


.shop-thumb-image a{
	float:left;
	display:inline;
	width:68px;
	height:68px;
	border:solid 1px #c4c5c6;
}

.shop-thumb-image a:hover {
	border:solid 1px #f0ec45;
}

#product-footer {
	position: relative;
	clear:both;
	display:inline;
	float:left;
	margin:15px 15px 0;
	width:734px;
	z-index: 5;
}

#may-also-like {
	float:left;
	display:inline;
	width:370px;
	padding-right: 15px;
	margin-bottom: 15px;
	position:relative;
}

.may-also-like-thumb {
	float:left;
	display:inline;
	position:relative;
	width:54px;
	height:65px;
	overflow:hidden;
	text-align:right;
}

#shop-nav-container {
	clear: both;
	position: absolute;
	width:347px;
	min-height:29px;
	height:auto !important;
	height:29px;
	right: 12px;
	z-index: 9999;
	top:66px;
}

ul#shop-nav {
	float:right;
	display:inline;
	width:347px;
	min-height:29px;
	height:auto !important;
	height:29px;
	clear:both;
	margin-bottom:5px;
}
ul#stockists-nav {
	float:right;
	display:inline;
	width:100%;
	min-height:29px;
	height:auto !important;
	height:29px;	
}

ul#shop-nav li, ul#stockists-nav li{
	float:left;
	display:inline;
}

.overview-description {
	float:left;
	display:inline;
	position:relative;
	clear:both;
	width:100%;
	min-height:245px;
	height:auto !important;
	height:245px;
}

.select-colour {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin:10px 0 4px 0;
}

	.select-colour p {
		padding: 5px 0 10px 0 !important;
		margin: 0 !important;
	}

		.select-colour p span {
			font-weight: bold;
		}

	.select-colour div {
	}

		.select-colour div a.swatch-link {
			 position: relative;
			 float: left;
			 display: inline;
			 width: 27px;
			 height: 27px;
			 margin: 0 5px 0 0;
		}

			.select-colour div a.swatch-link img.swatch-active {
				position: absolute;
				top: 0;
				left: 0;
			}

			.select-colour div a.swatch-link img.swatch {
				position: absolute;
				top: 3px;
				left: 3px;
			}

.select-size {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin:10px 0 4px 0;
}

	.select-size p {
		padding: 5px 0 10px 0 !important;
		margin: 0 !important;
	}

.add-to-cart {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin: 15px 0 9px 0;
}

#colour-price-container {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin: 20px 0 5px 0;
}

#colour-price-container h5 {
	font-size:23px;
	color:#000000;
	margin:0;
}

#basket-message {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	font-weight:bold;
	font-size:11px;	
	margin: 0 0 15px 0;
}

#basket-message p{
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
	color:#000000;
}

#add-to-basket-message {
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
	color:#666666;
}

#stockmsg {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:18px;
	margin-top:7px;
	color:#d60101;
	font-weight:bold;
	font-size:11px;	
}

 #complete-your-kit{
	position:relative;
 }

#available-colours, #available-sizes, #complete-your-kit{
	float:left;
	display:inline;
	width:349px;
	margin-bottom:15px;
}

#available-colours {
	min-height:68px;
	height:auto !important;
	height:68px;
}

#available-sizes {
	min-height:117px;
	height:auto !important;
	height:117px;
}


div.colour-choice {
	float:left;
	display:inline;
	width:37px;
	height:37px;
	position:relative;
	margin:9px 12px 3px 0px;
	cursor:pointer;
}

div.colour-choice img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.colour-choice .colour-overlay {
	z-index:10;
}

.size-row {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin-top:4px;
	margin-bottom:2px;
}

.size-row .colour-choice {
	width:21px;
	height:21px;
	margin:0px 6px 0px 0px;
}

.size-col {
	/*float:left;
	display:inline;
	width:21px;
	height:21px;*/
	margin:0px 5px;
}

#complete-your-kit .shop-overview-thumb {
	margin-right:8px;
	margin-bottom:3px;
}

#shop-features-content {
	float:left;
	display:inline;
	position:relative;
	width:734px;
	margin:0 15px;
	background-image:url(../images/shop-details/features/bg.jpg);
	background-repeat:no-repeat;
	background-position:left -2px;
}
#shop-features-content #may-also-like {
	float:left;
	display:inline;
	clear:both;
	width:370px;
	margin:0;
}
#shop-features-content #complete-your-kit {
	float:right;
	display:inline;
	width:347px;
	margin:0;
}

#zoom-feature {
	position:absolute;
	top:11px;
	left:0;
	width:75px;
	height:38px;
	z-index:10;
}

#product-features {
	float:left;
	display:inline;
	width:100%;
	min-height:370px;
	height:auto !important;
	height:370px;
	position:relative;
}

#product {
	float:left;
	display:inline;
	text-align:center;
	width:300px;
	height:332px;
	padding-left:205px;
}

.shop-item-rollover {
	position:absolute;
	top:0;
	left:0;
	padding:10px 10px 10px 21px;
	height:250px;
	display:none;
	background-image:url(../images/shop-overview/rollover-bg-top-left.png);
	background-repeat:no-repeat;
	z-index:1000;
	color:#eeeeee;
}

.shop-item-rollover .price {
	color:#eeeeee;
}

.shop-rollover-title {
	width:172px;
	border-bottom:solid 1px #515151;
	padding-bottom:5px;
}

.shop-rollover-image {
	width:172px;
	height:203px;
	position:absolute;
	top:60px;
}

.shop-rollover-price {
	position:absolute;
	bottom:10px;
	width:172px;
	padding-top:7px;
	border-top:solid 1px #515151;
}

/* COMPARE STYLING */

#shop-compare-header {
	float:left;
	display:inline;
	clear:both;
	width:734px;
	margin:15px 15px 0 15px;
	border-bottom:1px solid #d4d4d5;
	background-color:#ffffff;
}

#shop-compare-header .right {
	margin-top:7px;
}

#shop-compare-left-column {
	float:left;
	display:inline;
	width:370px;
	padding-left:15px;
}
#shop-compare-right-column {
	float:right;
	display:inline;
	width:347px;
	padding-right:15px;
}

#shop-compare-content {
	float:left;
	display:inline;
	position:relative;
	width:734px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin:0 15px;
	background-image:url(../images/shop-details/features/bg.jpg);
	background-repeat:no-repeat;
	background-position:left -2px;
	background-color:#ffffff;
}


/* STOCKISTS STYLING */
#stockists-header {
	float:left;
	display:inline;
	width:100%;
	border-bottom:1px solid #515151;
	margin-top:18px;
	margin-bottom:10px;
}

#stockists-header h1 {
	border-bottom:none !important;
	margin:0 0 10px 0 ;
	padding:0px;
	width:auto;
}

.stockist-item {
	float:left;
	display:inline;
	width:50%;
	margin-top:15px;
	margin-bottom:4px;
}
#postcode-left-column {
	float:left;
	display:inline;
	width:445px;
	padding:5px 0 15px 15px;
}

	#postcode-left-column h3, #postcode-right-column h3 {
		line-height:15px;
		padding-bottom:11px;
	}

#postcode-form {
	float:left;
	display:inline;
	width:300px;
	margin-top:10px;
}

#postcode-form input.textbox {
	border:none;
	width:156px;
	padding:3px;
	font-size:11px;
}

.postcode-submit {
	margin-top:6px;
	margin-left:10px;
}

#postcode-map {
	float:right;
	display:inline;
	width:336px;
	height:395px;
	background-image:url(../images/uk-map.gif);
}

#postcode-right-column {
	float:right;
	display:inline;
	width:280px;
	padding:74px 15px 0px 0;
}

.nearest-store {
	float:left;
	display:inline;
	width:100%;
	min-height:50px;
	height:auto !important;
	height:50px;
	border-bottom:1px solid #515151;
	margin-bottom:15px;
}

.other-stores {
	float:left;
	display:inline;
	width:100%;
	min-height:50px;
	height:auto !important;
	height:50px;
}

.store-item {
	float:left;
	display:inline;
	clear:both; 
	width:100%;
	padding-bottom:15px;
}

.store-mileage {
	float:left;
	display:inline;
	width:40px;
}

.store-details {
	float:right;
	display:inline;
	width:215px;
}
/* HERITAGE STYLING */

#heritage-content {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	margin-top:20px;
	position:relative;
	overflow:hidden;
}
.heritage-slider {
	position:relative; 
	z-index:30;
}
#heritage-overlay {
	float:left;
	display:inline;
	width:100%;
	position:absolute;
	height:100%;
	background-image:url(../images/gill-heritage/overlay.png);
	background-position:center top;
	background-repeat:no-repeat;
	z-index:20;
}
#heritage-container {
	float:left;
	display:inline;
	position:relative;
	clear:both;
	width:100%;
	height:434px;
}

#positioning-container {
	width:960px;
	height:434px;
	margin:0 auto;
	overflow:visible;
}

#heritage-photo-container, #heritage-date-container, #heritage-text-container{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:434px;
}

.heritage-photo {
	float:left;
	display:inline;
	width:377px;
	height:373px;
	padding-left:129px;
	padding-right:2374px;
	margin-top:61px;
	text-align:center;
}

.heritage-date {
	float:left;
	display:inline;
	width:208px;
	height:69px;
	padding-left:521px;
	margin-top:14px;
}
.heritage-text {
	float:left;
	display:inline;
	width:302px;
	height:137px;
	padding:0px 20px 20px 175px;
	margin-left:354px;
	margin-right:589px;
	margin-top:102px;
	background-image:url(../images/gill-heritage/alpha-bg.png);
}

#slider {
	width:912px;
	height:40px;
	margin-left:25px;
	z-index:25;
	position:relative;
	margin-bottom:30px;
	background-position:bottom center;
	margin-top:-27px;
	cursor:pointer;
	overflow:visible;
	float:left;
	display:inline;
}

.ui-slider-handle {
	top:0px !important;
	cursor:e-resize !important;
}

#move-left-heritage {
	float:left;
	display:inline;
	position:relative;
	z-index:100;
	margin-left:20px;
}

#move-right-heritage {
	float:right;
	display:inline;
	position:relative;
	z-index:100;
	margin-right:20px;
}

#dates{
	float:left;
	display:inline;
	width:945px;
	margin-left:13px;
}
.date {
	float:left;
	display:inline;
	width:26px;
}

.gill-design-photo {
	float:left;
	display:inline;
	width:377px;
	height:323px;
	padding-left:50px;
	margin-top:61px;
	text-align:center;
	background-image:url(../images/design-bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.gill-design-text {
	float:left;
	display:inline;
	width:257px;
	padding:0px 20px 20px 20px;
	margin-top:102px;
	background-image:url(../images/gill-heritage/alpha-bg.png);
}

.gill-design-video {
	float:left;
	display:inline;
	width:640px;
	height:360px;
	margin: 5px 65px 0 65px;
	text-align:center;
	border: 3px solid #FFFFFF;
}

.gill-design-video-text {
	float:left;
	display:inline;
	width:500px;
	padding: 20px;
	margin:0 105px;
	text-align: center;
	background-image:url(../images/gill-heritage/alpha-bg.png);
}

.gill-video-shadow {
	float:left;
	display:inline;
	width:640px;
	height: 40px;
	padding: 20px;
	margin: 0 45px;
	background: url(../images/video-shadow.png) no-repeat;
}

/* KIT BAG STYLING */

#kit-bag-content {
	float:left;
	display:inline;
	width:770px;
	margin-top:8px;
	position:relative;
	overflow:hidden;	
}

#kit-bag-main-content {
	float:left;
	display:inline;
	width:770px;
	position:relative;
	left:0;
	top:0;
	background: url(../images/kit-bag-bg.png) no-repeat top right;
}

	#kit-bag-main-content h2 {
		border: 0;
	}

#kit-bag-form{
	float:left;
	display:inline;
	width:410px;
	position:absolute;
	left:0;
	top:-440px;
}
#kit-bag-form-holder {
	float:left;
	display:inline;
	width:330px;
	background-image:url(../images/icons/right-box-darkgrey.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

.kit-bag-form {
	float:left;
	display:inline;
	width:279px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding:15px;
	background-color:#464646;
}
.kit-bag-form p {
	width:100%;
}
.kit-bag-form label {
	float:left;
	display:inline;
	width:97px;
}

.kit-bag-form p.clear {
	margin-top:5px;
}
.kit-bag-form input.textbox {
	border:none;
	width:180px;
	float:left;
	display:inline;
	height:21px;
	background-color:#d8d8d8;
}
.kit-bag-form select.textbox {
	border:none;
	width:60px;
	float:left;
	display:inline;
	height:21px;
	background-color:#d8d8d8;
}
#what-type-weather {
	float:left;
	display:inline;
	width:770px;
	margin-top:30px;
}

#what-type-weather h3 {
	border-bottom:1px solid #515151;
	padding-bottom:7px;
	margin-bottom:20px;
}
#your-kitbag {
	float:left;
	display:inline;
	width:770px;
	margin-top:30px;
}

#your-kitbag-content, #what-type-sailing {
	float:left;
	display:inline;
	width:770px;
}

#what-type-weather, #your-kitbag {
	left:-770px;
	position:relative;
}
#kitbag-top {
	float:left;
	display:inline;
	clear:both;
	width:200px;
	height:11px;
	background-image:url(../images/icons/top-box-white.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#kitbag-main {
	float:left;
	display:inline;
	clear:both;
	width:736px;
	padding:15px;
	background-color:#FFFFFF;
}

#kitbag-main .kitbag-thumb {
	margin:15px;
	margin-left:0px;
}

.kitbag-thumb  {
display:inline;
float:left;
height:65px;
overflow:hidden;
position:relative;
text-align:right;
width:54px;
}

.heading-underline {
	float:left;
	display:inline;
	width:100%;
	border-bottom:1px solid #515151;
	margin-bottom:10px;
}

/* CONTACT INFO STYLING */

.contact-left {
	width:350px;
}
.contact-right {
	width:320px;
	padding:15px;
	background-color:#454545;
}
.contact-right label{
	float:left;
	display:inline;
	width:100px;
}
.contact-right input.textbox {
	border:none;
	width:210px;
	float:left;
	display:inline;
	height:21px;
	background-color:#d8d8d8;
	font-size: 12px;
	line-height: 15px;
}
.contact-right input.file {
	border:none;
	float:left;
	display:inline;
	height:21px;
	background-color:#d8d8d8;
	font-size: 12px;
	line-height: 15px;
}
.contact-right textarea.textbox {
	border:none;
	width:210px;
	float:left;
	display:inline;
	height:80px;
	background-color:#d8d8d8;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

.contact-right input.checkbox {
	margin-left:0;
	padding-left:0;
}

.contact-right p, .contact-right li  {
	float:left;
	display:inline;
	width:100%;
	clear:both;
	margin-bottom:4px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

	.contact-right li label {
		font-size: 12px;
		line-height: 19px;
	}
	
	.contact-right #submitted {
		clear: both;
		background-color:#FAF74A;
		background-image: url(/images/buttons/wide-tab-bg.jpg);
		background-position:right -65px;
		background-repeat:no-repeat;
		border: 0;
		color:#1B1B1B;
		cursor:pointer;
		float: right;
		display:block;
		font-size:12px;
		font-weight:bold;
		height:29px;
		line-height: 29px;
		text-align:center;
		text-decoration:none;
		text-shadow:0 1px 0.2px #FFFFFF;
		text-transform:uppercase;
		width:115px;
		margin-right: 8px;
	}
	
	.contact-right #submitted:hover {
		background-color: #fdfdfd;
		background-position:right 0;
	}

.warranty-left {
	background-color:#454545;
}

.warranty-column {
	float:left;
	display:inline;
	width:355px;
	padding:15px;
}

.warranty-left label{
	float:left;
	display:inline;
	width:120px;
	font-size: 12px;
	line-height: 19px;
}
.warranty-left input.textbox {
	border:none;
	width:220px;
	float:left;
	display:inline;
	height:21px;
	background-color:#d8d8d8;
	font-size: 12px;
	line-height: 15px;
}
.warranty-left textarea.textbox {
	border:none;
	width:220px;
	float:left;
	display:inline;
	height:80px;
	background-color:#d8d8d8;
	font-size: 12px;
	line-height: 15px;
}

.warranty-left input.checkbox {
	margin-left:0;
	padding-left:0;
}

.warranty-left p, .warranty-left li {
	float:left;
	display:inline;
	width:100%;
	clear:both;
	margin-bottom:4px;
	font-size: 12px;
	line-height: 19px;
}

.warranty-left p.errorText {
	padding: 15px 0 0 15px;
	width: auto;
}
	
	.warranty-column #submitted {
		clear: both;
		background-color:#FAF74A;
		background-image: url(/images/buttons/wide-tab-bg.jpg);
		background-position:right -65px;
		background-repeat:no-repeat;
		border: 0;
		color:#1B1B1B;
		cursor:pointer;
		float: right;
		display:block;
		font-size:12px;
		font-weight:bold;
		height:29px;
		line-height: 29px;
		text-align:center;
		text-decoration:none;
		text-shadow:0 1px 0.2px #FFFFFF;
		text-transform:uppercase;
		width:115px;
		margin-right: 14px;
	}
	
	.warranty-column #submitted:hover {
		background-color: #fdfdfd;
		background-position:right 0;
	}

#map-holder {
	display:inline;
	float:left;
	position:relative;
	width:770px;
	height: 383px;
	overflow: visible;
}

	#map-holder .continents {
		position: absolute;
		z-index: 10;
	}

.gill-global-item {
	float:left;
	display:inline;
	width:33%;
	margin-top:15px;
	margin-bottom:4px;
}

hr.clear {
	width:100%;
	float:left;
	display:inline;
	border:none;
	background-color:#515151;
	color:#515151;
	height:1px;
}

#privacy-content {
	float:left;
	display:inline;
	width:100%;
}
/* NEWS STYLING */

#news-left-column {
	float:left;
	display:inline;
	width:500px;
	margin-top:6px;
}
#news-left-column img {
	border:1px solid #515151;
}
#news-right-column {
	float:right;
	display:inline;
	width:220px;
	margin-top:2px;
}

/* PRESS STYLING */

#press-left-column {
	float:left;
	display:inline;
	width:680px;
	margin-top:6px;
}
#press-left-column img {
	border:1px solid #515151;
}

ul.gallery-list li {
	float:left;
	display:inline;
	height:165px;
	padding:0 25px 15px 0;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
}

/* FOOTER STYLING */

#footer {
	min-height:360px;
	height:auto !important;
	height:360px;
	background-color:#000000;
}

#footer-line {
	background-image:url(../images/grey-line.gif);
	background-repeat:repeat-x;
	background-position:center top;
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:1px;
	margin:15px 0px;
}

#footer-spacer {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:1px;
	margin:15px 0px;
}

#footer ul {
	float:left;
	display:inline;
	margin-top:15px;
}

#site-map ul {
	float:left;
	display:inline;
}

#footer ul li, #site-map ul li {
	margin-top:1px; 
}

ul.col-1,ul.col-2,ul.col-3,ul.col-4,ul.col-5,ul.col-6,ul.col-7,ul.col-8 {
	padding-right:10px;
}

ul.col-1 {
	width:49px;
}

#site-map ul.col-1 {
	width:45px;
}

ul.col-2 {
	width:78px;
}

#site-map ul.col-2 {
	width:73px;
}

ul.col-3 {
	width:82px;
}

#site-map ul.col-3 {
	width:77px;
}

ul.col-4 {
	width:92px;
}

#site-map ul.col-4 {
	width:72px;
}

ul.col-5 {
	width:138px;
}

#site-map ul.col-5 {
	width:133px;
}

ul.col-6 {
	width:115px;
}

#site-map ul.col-6 {
	width:120px;
}

ul.col-7 {
	width:72px;
}

#site-map ul.col-7 {
	width:57px;
}

ul.col-8 {
	width:101px;
}

#site-map ul.col-8 {
	width:101px;
}

ul.col-9 {
	width:150px;
}

#site-map ul.col-9 {
	width:150px;
}



#footer-details {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	padding-bottom:60px;
}

#footer-details ul{
	float:left;
	display:inline;
	margin-top:4px;
	width:300px;
}

#footer-details ul li{
	float:left;
	display:inline;
	clear:none;
	width:auto;
	height:12px;
	border-left:1px solid #515151;
	margin-left:12px;
	padding-left:12px;
}

#language-selector {
	float:right;
	display:inline;
	width:209px;
	height:28px;
	border:1px solid #515151;
	background-image:url(/images/language-icon/language-box-bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.language {
	float:right;
	display:inline;
	width:209px;
	height:28px;
	border-bottom:1px solid #515151;
	background-image:url(/images/language-icon/language-bg.gif);
	background-repeat:no-repeat;
}

.propBox {
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
}

.loading {
	background-image:url(/images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}



/* product wetsuit */

.glove-content {
	clear:both;
	width:704px;
	float: left;
	display: inline;
	margin: 15px 0;
	padding: 15px;
	background-color: #B0B1B3;
}

		.glove-content h3 {
			color:#515151;
			font-size:14px;
			line-height:16px;
			padding-bottom:3px;
		}

	.glove-content .glove-col {
		width: 204px;
		padding: 10px 20px 10px 0;
		float: left;
		display: inline;
	}
		
		.glove-content .glove-col p {
			color: #515151 !important;
			padding-bottom: 0px !important;
			margin-top: 0px !important;
			margin-bottom: 10px !important;
		}
		
		.glove-content .glove-col p span.bold {
			text-transform: uppercase;
			font-weight: bold;
		}

	.glove-content table {
		color: #515151;
		font-size: 11px;
		line-height: 17px;
	}

		.glove-content table td {
			padding: 3px 10px;
		}

		.glove-content table td.title {
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
		}

		.glove-content table td.season {
			font-weight: bold;
			text-transform: uppercase;
		}

		.glove-content table td.bullet {
			font-size: 24px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			vertical-align: middle;
		}
		
#screenshot{
	position:absolute;
	z-index:9999;
	width: 217px;
	text-align: center;
}


/* basket dropdown */

#loginheader, #loginheader a {
	font-size:10px;
	color:#b0b1b3;
	text-transform:uppercase;
}

#loginheader a.current, #loginheader a:hover {
	color: #F1E649;
}

#loginheader {
	margin-top:4px;
	display:inline;
	float:right;
	margin-top:23px;
	margin-left:20px;
}

#baskettotal {
	float:left;
	display:inline;
	width:153px;
	height:16px;
	background:url(/images/basket/total-bg.jpg) no-repeat;
	font-size:9px;
	color:#b0b1b3;
	text-transform:uppercase;	
	padding:6px 0 0 5px;
	margin-left:10px;
}
#baskettotal a {
	display: block;
}

#basketheader {
	display:inline;
	float:right;
	position:relative;
	width:168px;
	margin-top:17px;
	z-index:9999;
}

.basket-dropdown {
	width:237px;	
	position:absolute;
	z-index:9999;
	display:none;
	right:0;
	top:15px;		
}

.basket-dropdown-top {
	float:left;
	display:inline;
	width:237px;
	height:24px;
}
.basket-dropdown-middle {
	float:left;
	display:inline;
	width:237px;
	background:url(/images/basket/dropdown-basket.png) repeat-y;
}

.basket-dropdown-bottom {
	float:left;
	display:inline;
	width:237px;
	height:15px;
}


.dropdown-basket-row {
	float:left;
	display:inline;
	width:223px;
	padding-left:14px;
	margin:0 0 15px 0;
}

.dropdown-basket-img {
	float:left;
	display:inline;
	width:73px;
	margin-right:8px;
}

.dropdown-basket-text {
	float:left;
	display:inline;
	width:140px;
	font-size:12px;
	color:#ffffff;
	line-height:17px;
}

.dropdown-basket-subtotal {
	float:left;
	display:inline;
	width:210px;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	line-height:17px;
	border-top:1px solid #8e8e8e;
	border-bottom:1px solid #8e8e8e;
	padding:15px 0;
	margin-left:14px;
	text-align:right;
}

.dropdown-basket-edit {
	float:left;
	display:inline;
	width:130px;
	margin-left:14px;
	margin-top:20px;
	
}

.dropdown-basket-edit a {
	color:#ffffff;
	text-transform:uppercase;
	font-size:10px;
}

.dropdown-basket-edit a .edit {
	text-decoration:underline;
}

.dropdown-basket-checkout {
	float:left;
	display:inline;
	width:70px;
	text-align:right;
	margin-top:12px;
}

.dropdown-basket-row .productname {
	text-transform:uppercase;
	font-weight:bold;
}

.cowes-image {
	float:left;
	display:inline;
	clear:both;
	width:250px;
	height:210px;
	padding:0 10px 10px 0;
}
.cowes-sizes {
	float:left;
	display:inline;
	width:90px;
}

.warranty-left label.cowes-week{
	float:left;
	display:inline;
	width:60px;
	font-size: 12px;
	line-height: 19px;
	padding-top:4px;
}

.login-step-btn-select, .login-step-btn, .login-submit-btn, .checkout-submit-btn{
	width:57px;
	height:17px;
	float:left;
	display:inline;
	clear:both;
	background-image:url(/images/checkout/login-btn.jpg);
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	margin-bottom:10px;
	padding-top:5px;
	border:0;
}

.login-step-btn {
	background-image:url(/images/checkout/login-btn-grey.jpg);
}

.login-submit-btn, .checkout-submit-btn {
	padding-top:0 !important;
	height:22px !important;	
}

#bottom-buttons-outer {
	float:left;
	display:inline;
	width:960px;
	padding:21px 0 0 0;
	clear:both;
}

	#bottom-buttons-outer .back {
		float:left;
	}
	
	#bottom-buttons-outer .checkout {
		float:right;
	}

.black-bg {
	background-color:#000000;
}

ol.tandc {
	margin-left:28px;
	clear:both;
}

ol.tandc li {
	list-style:decimal;
	font-size:11px;
}

.fullwidthcomp {
	width:100%;
	clear:both;
}