﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

/* @group Header */

.header
{
	width: 1000px;
	height: 90px;
	margin-bottom: 15px;
}

.header h1 {
    visibility: hidden;
    float: left;
    position: absolute;
}

.header h2 {
	position: absolute;
	top: 112px;
	left: 90px;
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

.logo {
    float: left;
	margin-right:0px;
}

.top-banner {
	width:450px;
	height:75px;
	float:left;
    margin-left: 20px;
}

    .faderOuter {
		position: relative;
		background-color: #F00; 
		float: left;
		width: 100px;
}
    .faderInner {
		position: absolute; 
		top: 0px; 
		left: 0px; 
		display: none;
}
    .faderInnerActive {
		position: absolute; 
		top: 0px; 
		left: 0px; 
		display: block;
}

/* @end */

/* @group Top Navigation */

.navwrapper {
	float: left;
    width: 100%;
    background: url(i/menu-bg.png) no-repeat;
}

.nav {
	padding-bottom: 0;
	margin-bottom: 0;
    width: 100%;
    font-size: 14.5px;
    margin-left: 0px;
	padding-left:12px;
}

.nav ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.nav li {
	display: list-item;
    float: left;
    margin: 0;
    padding: 0;
}

.nav .active {
    background: url(i/menu-bg-on.png) ;

}

.nav a:link, .nav a:visited {
	color: #fff;
	text-decoration: none;
    float: left;
    display: block;
    padding: 9px 8px 8px 8px;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#333;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#333;
}

.nav a:hover {
	color: #fff;
	background-image:url(i/menu-bg-hover.png);
}

.bread-bar a {
    color: #000;
    text-decoration: none;
}

.bread-bar a:hover {
    color: #2f2f2f;
}

.bread-bar {
    height: 42px;
    width: 1000px;
    clear: both;
    color: #000;
    background: url(i/bread-bar-bg.png) repeat-x;
}

.breadcrumb {
    float: left;
    padding-top: 13px;
    padding-left: 12px;
	color:#4a4a4a;
	
}

.search {
	float:right;
	margin-right:10px;
    width: 240px;
    margin-top: 10px;
    text-align:right;
    text-decoration:none;
}

.search-box {
    float: left;
    margin-right: 5px;
}

.search-box input {
    
    margin-right: 4px;
}

/* @end */

/* @group Left Column */

.left_wrapper {
    width: 187px;
    float: left;
    margin-top: 15px;
}

.sidebox {
	background-image:url(i/sidebox-bg.gif);
}

.sidebox_hdr {
    width: 187px;
    height: 26px;
    background-image: url(i/sidebox-hdr.png);
    
}

.sidebox_hdr h3, .basket_hdr h3
{
	font-size: 15px;
	color: #fff;
	margin: 0;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 9px;
	padding-top: 5px;
}

.sidebox a {
	color: #303030;
	text-decoration:none;
}

.cats a {
    color: #303030;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding-top: 2px;
	padding-bottom:1px;
    padding-right: 7px;
    height: 19px;
    font-size:15px;
}

.cats a:hover {
    color: #000;
    text-decoration: underline;
}

.cats ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.cats li {
    margin: 1px;
    padding: 0px;
    background: url(i/sidebox-nav-bg.png);
    background-position:top;
}

.sidebox_ftr
{
	background-image: url(i/sidebox-ftr.gif);
	width: 187px;
	height: 12px;
	margin-bottom: 12px;
	direction:rtl;
	
}

/* @end */

/* @group Content */

.content {
    width: 572px;
    margin-left: 27px;
    margin-top: 5px;
    float: left;
}

.content h1 {
	font-size:21px;
	margin:0px;
}

.content h2 {
	font-size:14px;
}

.centre_hdr_grey {
    width: 572px;
    height: 30px;
    background: gray url(i/centre-box-grey-hdr.png) no-repeat;
    margin-top: 10px;
}

.centre_hdr_grey h2 {
    color: #fff;
    padding-top: 0;
    padding-right: 12px;
    font-size: 16px;
    float: right;
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.centre_hdr {
    width: 572px;
    height: 30px;
    background: url(i/centre-box-green-hdr.png) no-repeat;
    margin-top: 10px;
}

.centre_hdr h2 {
    color: #fff;
    padding-top: 0;
    padding-right: 12px;
    font-size: 15px;
    float: right;
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.large-box {
    background: url(i/centre-box-bg.png) repeat-y;
    padding:8px;
}

.large-box h3 {
    color: #005860;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
	margin-top:14px;
}

.large-box p {
    color: #5d5b53;
    margin: 0px;
    padding-bottom:8px;
}

.large-img {
    
}

.large-desc {
    float: right;
    width: 280px;
}

.large-box .only {
    font-weight: bold;
    color: #005860;
    font-size: 13px;
    margin: 0;
}

p.large-price {
    margin: 0;
    color: #ee4502;
    font-weight: bold;
    font-size: 24px;
}

.large-buttons {
	padding-top:8px;
	padding-left:290px;
}

.large-box-ftr {
    width: 572px;
    height: 42px;
    background: url(i/centre-box-ftr.png) no-repeat;
}

.large-img-col {
	width:290px;
}

.featured_prods table {
    height:245px;
    text-align: center;
    margin-top: 6px;
    margin-bottom:6px;
    border-collapse: collapse;
}

.featured_prods td {
    width: 33%;
	margin:0px;
	padding:0px;
}

.featured_prods {
    width: 572px;
    overflow: hidden;
}

.featured_prods p {
    margin: 0;
    padding: 0 14px;
    text-align: left;
    font-size: 11px;
}

.centre_ftr {
	width:572px;
	height:9px;
	background-image:url('i/centre-box2-ftr.png');
	background-repeat:no-repeat;
}

.large-box a {
	color: #005860;
	text-decoration:none;
}

.large-box table {
	margin:0px;
}

.smallbox-hdr td {
    background: url(i/smallbox-hdr.png) repeat-y 5px 0;
}

.smallbox-desc td {
    background: url(i/smallbox-bg.png) repeat-y 5px 0;
    vertical-align:top;
}

.smallbox-img td {
    background: url(i/smallbox-bg.png) repeat-y 5px 0;
    vertical-align:top;
}


.smallbox-desc p {
	margin:0px;
}

.smallbox-ftr td {
    height: 33px;
    background: url(i/smallbox-ftr.png) no-repeat 5px 0;
    width: 180px;
}

.smallbox-ftr p {
    float: left;
    margin: 0;
    padding: 6px 0 8px 14px;
    font-weight: bold;
    font-size: 14px;
    color: #ee4502;
}

.smallbox-ftr img {
    margin-top: 5px;
    float: right;
    margin-right: 10px;
}

.featured_prods h3, .featured_prods a {
    margin-top: 8px;
	padding-top:0px;
    margin-bottom: 4px;
    text-decoration: none;
    color: #005860;
    font-size: 15px;
}

.featured_prods h3 {
    padding-left:12px;
    padding-right:12px;
}


.featured_prods img {
}

tr {
    vertical-align: top;
}

.clubs-link a 
{
	color: #000;
	text-decoration: none;
	}

.custom-box a {
	color: #005860;
	text-decoration: none;
}

.custom-box {
	margin:0px;
	background: url(i/centre-box-bg.png) repeat-y;
}

.list-table {
	border-collapse:collapse;
	margin-top:2px;
}

.sort-bg {
	background-image:url('i/list-showing-bg.png');
	background-color:silver;
	border-collapse:collapse;
	height:24px;
	padding-right:2px;
}

.sort-bg td{
	padding:0px;
	margin:0px;
}

.list-table td {
	border-bottom:2px;
	border-bottom-color:#C0C0C0;
	border-bottom-style:solid;
	border-collapse:collapse;
	padding:3px;
	padding-bottom:8px;
}


.list-desc {
	color:#333333;
	font-size:11px;
	
}

.product-details p {
	padding:0px;
	margin:0px;
	font-size:11px;
}

.product-details ul {
	font-size:11px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:3px;
	margin-bottom: 0px;
	font-size:11px;
	margin-left:15px;
	padding-left:0px;
}


.product-details h3 {
	padding-top:4px;
	margin-bottom:6px;
	margin-top:0px;
	font-size:12px;
}

.list-header {
	background: gray url(i/list-hdr-bg.png);
	border-bottom:2px;
	border-bottom-color:#C0C0C0;
	border-bottom-style:solid;
	height:22px;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	
}

.pagination {
	padding:12px;
	margin:0px;
}


/* @end */

/* @group Right Column */

.right_wrapper {
    width: 187px;
    float: right;
    margin-top: 15px;
}

.cta {
}

.cta_ad {
    margin-bottom: 12px;
}

.acer-box {
    width: 187px;
    height: 164px;
    background: url(i/cta-football-bg.jpg) no-repeat;
    padding-top: 127px;
}

.acer-box p {
    height: 120px;
    overflow: auto;
    width: 153px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 3px;
    padding-right: 12px;
	margin-bottom:8px;
}

/* @end */

/* @group Footer */

.footer {
    clear: both;
    color: white;
    position: relative;
    width: 1000px;
    margin-top: 14px;
}

.footer_heading {
    height: 35px;
    margin-top: 5px;
    background-image: url(i/ftr-bg.png);
}

.footerlinks {
    margin-top: 10px;
    float: left;
    margin-left: 12px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.small_print {
    font-size: 11px;
    height: 46px;
    background-color: #005860;
}

.copyright p {
    margin: 14px 0 0 12px;
    float: left;
}

.copyright img {
    float: right;
    margin-top: 5px;
    margin: 5px;
}

/* @end */

/* @group Comparison */

.MiniComparison-Wrapper {
	padding:5px;
	font-size:11px;
}

.comparison-wrapper {
    text-align: center;
    margin-bottom: 6px;
    margin-top:0px;
    border-collapse: collapse;
    color:black;
    font-size:11px;
}

.footer .comparison-wrapper {
	margin-top:0px;
}

.comparison-wrapper td {
    margin:0px;
	padding:5px;
}

.comparison-heading {
	background-color: #D6D6D6;
	padding: 3px;
}

.comparison-wrapper p {
    margin: 0;
    padding: 0 14px;
    text-align: left;
    font-size: 11px;
    color:black;
}

.comparison-wrapper a {
	color:black;
}

.comparison-wrapper tr:hover {
	background-color: #EAEAEA;
}

.comparison-header-row tr:hover {
	background-color: white;
}

.comparison-header-row {
	vertical-align:top;
}

.comparison-header-row h3 {
	padding:0px;
	margin:0px;
}

.comparison-header {
	border: 1px #FFFFFF solid;
	background-color: #F0F0F0;
}

.comparison-odd {
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	border-bottom: 1px #E4E4E4 solid;
	border-top: 1px #E4E4E4 solid;

	padding: 3px;
}

.comparison-even {
	border-bottom: 1px #E4E4E4 solid;
	border-top: 1px #E4E4E4 solid;
	border-right: 1px #C0C0C0 solid;
}

.comparison-header {
	text-align:right;
	font-weight:bold;
}

/* @end */

.AnimatedBanner {
	background-repeat:no-repeat;
	background-position:right;
	margin-top:5px;
	float:right;
}

a:hover {
    text-decoration: underline;
}