/**
 * Purple: #912857
 * Dark gray: #393837
 * Brown (search): #AB967F
 * Brown (logo): #AE9881
 * Magenta: #c9296b
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #333333;
}
h1 {
   margin: 0 0 10px 0;
   color: #ffffff;
   background-color: #AE9881;
   padding: 1px 0 1px 8px;
   font-size: 18px;
   font-weight: bold;
}
h2 {
   font-size: 16px;
   text-align: left;
   margin: 10px 0 5px 0;
   padding: 0;
   color: #333333;
}
h3 {
   font-size: 14px;
   text-align: left;
   margin: 5px 0px 5px 0px;
   padding: 0;
   color: #333333;
}
h4 {
   font-size: 13px;
   text-align: left;
   margin: 5px 0px 5px 0px;
   padding: 0;
   color: #333333;
}
form {
   display: inline;
}
td {
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
   font-size: 12px;
}
a {
   color: #0d84b0;
   text-decoration: underline;
}
a:visited {
   color: #2990b6;
   text-decoration: underline;
}
a:hover {
   color: #0571a5;
   text-decoration: none;
}
ul {
	list-style-type: square;
}
.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}
.strong {
   font-weight: bold;
}

.req,
.requiredStar {
   color: #ff0000;
   vertical-align: super;
}
.fld,
.contactField {
   font-weight: bold;
   text-align: right;
}
.hidden {
   display: none;
}
.clear {
   clear: both;
}
.clearL {
   clear: left;
}
.clearR {
   clear: right;
}
#pWrapper {
	width: 990px;
}
#header {
   position: relative;
   height: 90px;
}
#header img {
   border: none;
}

#logo {
   position: absolute;
   top: 15px;
   left: 15px;
}
#logoCountries {
	position: absolute;
	top: 55px;
	left: 20px;
}
#vipList {
	position: absolute;
	top: 15px;
	right: 200px;
}
#topNav {
	background-color: #393837;
   text-align: left;
   padding-left: 10px;
}
#topNav ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   height: 20px;
}
#topNav ul li {
   display: inline;
	color: #ffffff;
   line-height: 20px;
}
#topNav a,
#topNav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 5px;
}
.highlight,
a.highlight {
	color: #c21d57;
}
#topNav a:hover {
	text-decoration: underline;
}

#freePostage {
	font-style: italic;
}

#cartIcon {
	position: absolute;
	top: 30px;
	right: 20px;
	padding-left: 8px;
}

#cartCount {
   position: absolute;
   top: 30px;
   right: 50px;
   width: 280px;
   text-align: right;
   font-weight: bold;
   font-size: 11px;
}

#cartCount a,
#cartCount a:visited {
	text-decoration: none;
}

#cartCount a:hover {
	text-decoration: underline;
}

#pageBody {
   position: relative;
   width: 100%;
   text-align: left;
}
#leftCol {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 210px;
   overflow: visible;
}

#leftCol .pad {
   padding: 0 5px 5px 5px;
   margin: 0;
}
#leftCol h2 {
   font-weight: bold;
   font-size: 13px;
   padding: 0;
   margin: 0;
   padding-top: 10px;
   
}

ul.nav {
   margin: 0;
   padding: 0;
}
#leftCol a,
#leftCol a:visited {
   text-decoration: none;
   color: #393837;
}
ul.nav a,
ul.nav a:hover {
   display: block;
   width: 100%;
   color: #393837;
   text-decoration: none;
}

ul.nav, ul.nav ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}

/* 2nd level nav */
ul.nav ul a,
ul.nav ul a:visited {
   color: #393837;
}

/* 3rd level nav */
ul.nav ul ul {
	margin-left: 10px;
}
ul.nav ul ul a,
ul.nav ul ul a:visited {
   color: #393837;
}

ul.nav ul a:hover,
ul.nav ul ul a:hover,
#leftCol a:hover {
   text-decoration: none;
   color: #0d84b0;
}

ul.nav ul a.active,
ul.nav ul ul a.active,
#leftCol a.active {
	color: #c21d57;
	text-decoration: underline;
}

#content {
   margin-top: 5px;
   margin-left: 220px;
   min-height: 1050px;
   height: auto !important;
   height: 1050px;
}

.btn {
   background: #fefefe url(/image/table_bg.gif) top left repeat-x;
   border: 3px double #333333;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #EC0C8B #EC0C8B #EC0C8B #EC0C8B;
}

#footer {
   clear: both;
	padding: 10px;
	margin-top: 50px;
}
.footCol {
	width: 23%;
	margin-right: 2%;
	float: left;
	text-align: left;
}
.footColx2 {
	width: 50%;
	margin-right: 0;
}
.footCol h4 {
	padding: 3px 5px;
	margin-top: 0;
	background-color: #F3ECE5;
	

}
.footCol h4 a,
.footCol h4 a:visited {
	color: #000000;
}
.footCol ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footCol a,
.footCol a:visited {
	color: #AE9881;
	text-decoration: none;
}
.footCol h4 a:hover,
.footCol a:hover {
	color: #c9296b;
	text-decoration: underline;
}

#search {
	margin-bottom: 10px;
}

#searchBtn {
	float: right;
}

input#searchContent {
   margin: 0;
   padding: 3px;
   width: 128px;
   height: 18px;
   border: 1px solid #AB967F;
   font-size: 16px;
   color: #AB967F;
}

.product {
   float: left;
   position: relative;
   width: 180px;
   height: 320px;
   text-align: center;
   padding: 0;
   margin: 0 10px 15px 0;
}
img.pic,
.productMainImage img,
.productThumb img,
.product img {
	border: 1px solid #eeeeee;
}

.product a,
.product a:visited {
   text-decoration: none;
}
.product a:hover {
   text-decoration: underline;
}

.product .prodName,
.product .prodName a {
	text-align: left;
   color: #333333;   
   font-weight: bold;
}
.product .prodPrice {
	text-align: left;
}
.product .prodPrice a {
	font-weight: bold;
}
.product .featuredNew,
.product .featuredSpecial {
	position: absolute;
	top: 1px;
	left: 1px;
}
.product .featuredNew img,
.product .featuredSpecial img {
	border: 0;
}

.productMainImage {
   margin-bottom: 5px;
}

.mainImageAlt {
   float: left;
   font-style: italic;
   font-weight: bold;
   background-color: #FFF6EF;
   border: 1px solid #F98029;
   border-left: none;
   border-right: none;
   padding: 5px;
   margin-bottom: 15px;
}
#prodView {
	position: relative;
}
#prodContent {
	width: 525px;
	padding-left: 240px;
}
#prodContent h2 {
	margin: 0;
	padding: 0;
}

#prodImages {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
}
#enlargePic {
	font-size: 10px;
}
#thumbs {
}
.featuredStripes,
.featureStripes {
	color: #0d84b0;
}
.productThumb {
   float: left;
   margin: 3px 3px 0 0;
}
.relProduct {
   float: left;
   position: relative;
   width: 100px;
   height: 180px;
   margin: 0 10px 10px 0;
   font-size: 10px;
}
.relProduct img {
	border: 1px solid #eeeeee;
}



#price {
   font-weight: bold;
   font-size: 14px;
   color: #000000;
}
#specialPrice {
   font-weight: bold;
   font-size: 18px;
   color: #ff0000;
}
#sizeChartLk {
	padding-left: 10px;
	font-size: 10px;
}
#stock {
	font-style: italic;
}
#productAddToCart,
#productAddToCart th {
	text-align: left;
}
.productPriceBox TH {
   padding-left: 10px;
}
.productPriceBox .btn {

}
#specialRow {
   display: none;
}
#prodNotes {
	font-size: 11px;
	padding-top: 15px;
}


.messageSuccess {
   background-color: #BBFFAF;
   border: 1px solid #76FF5F;
   padding: 10px;
   width: 600px;
}
.messageFail {
   background-color:#FF9FBE;
   border: 1px solid #FF2F77;
   padding: 10px;
   width: 600px;
}

.siteMessage {
   font-size: 10px;
}

#stockList,
#cart,
#distList,
.sizeChart,
#sizeChart,
.orderViewDetails,
.data {
   border: 1px solid #E6E6E6;
   border-right: none;
   border-bottom: none;
}
#stockList th,
#cart th,
#distList th,
.sizeChart th,
#sizeChart th,
.orderViewDetails th,
.data th {
   border-right: 1px solid #E6E6E6;
   border-bottom: 1px solid #E6E6E6;
}
.data th {
   width: 120px;
}
#stockList th,
#cart th,
#distList th,
#sizeChart th,
.orderViewDetails th,
.data .head {
   text-align: center;
   font-weight: bold;
   color: #ffffff;
   background-color: #393837;
}
.sizeChart th {
   color: #393837;
   font-weight: bold;
   background-color: #F6F6F6;
   text-align: left;
}


#stockList td,
#cart td,
#distList td,
.sizeChart td,
#sizeChart td,
.orderViewDetails td,
.data td {
   border-right: 1px solid #E6E6E6;
   border-bottom: 1px solid #E6E6E6;
}
.data th {
   color: #000000;
   text-align: right;
   font-weight: bold;
}
#cart .checkout {
   text-align: right;
}
#cart .checkout a,
#cart .checkout a:visited {
   color: #ffffff;
   text-decoration: none;
}
#cart .checkout a:hover {
   color: #ffffff;
   text-decoration: underline;
}
#cart .checkout th {
   text-align: right;
}
#cart .checkout img {
	padding-top: 3px;
}

.centre,
.center {
   text-align: center;
}

.listedOrderItem {
   font-size: 10px;
}

.orderViewDetails {
   min-height: 130px;
   height:auto !important;
   height:130px;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   text-align: left;
}

.orderViewDetails th {
   height: 30px;
}
.fldMsg {
   font-size: 9px;
   color: #888888;
}
#payCheque {
   display:inline;
}
#poweredBy {
   font-weight: bold;
   color: #aaaaaa;
}
#poweredBy a,
#poweredBy a:visited {
   color: #aaaaaa;
}

#carousel {
   width: 1000px;
   height: 250px;
}
#carousel a {
   position: absolute;
   width: 250px;
}
#carousel a img {
   border: none;
}

#categoryBanner {
   padding: 0;
   margin: 0;
   margin-bottom: -3px;
}
.customerDetails {
   width: 150px;
}

/**
 * Pagination
 */
.pageNum {
   font-size: 11px;
   padding: 2px 0 2px 0;
   float: right;
   clear: left;
   text-align: center;
}
.pageNum ul {
  list-style-type:none;
  margin:0;
  padding:0;
  width: auto;
}
.pageNum li {
   display: block;
   float:left;
   margin:0;
   text-align:center;
   margin-right: 1px;
}
.pageNum li a {
   display:block;
   text-decoration: none;
   color: #000000;
   padding:3px;
}
.pageNum li a:hover {
  color: #0d84b0;
}
.pageNum li.current {
	margin-top: 2px;
	padding: 1px 5px 0 5px;
	color: #fff;
	background-color: #c9296b;
}
/**
 * END Pagination
 */

#breadCrumbs {
   font-size: 11px;
   padding-bottom: 5px;
}
.author {
   font-style: italic;
}

#maleCompetition {
   float: right;
   margin-left: 5px;
}
#femaleCompetition {
   float: left;
   margin-right: 5px;
}
#trustLogoLC {
	padding-top: 20px;
}
#trustLogo {
   float: right;
   margin: 5px;
   width: 120px;
}
#postageMsg {
}
#postageMsg ul {
   list-style-type: square;
   margin-top: 5px;
   padding-top: 0;
}
#postageMsg li {
   color: #333333;   
   margin-left: 0px;
}
#nextImg {
   float: left;
   position: relative;
}

.sizeChart td,
#sizeChart td {
   text-align: center;
}
#shopByAttribBox {
   float: left;
   border-top: 1px solid red;
   border-bottom: 1px solid red;
   border: 1px solid #333333;
   margin-bottom: 10px;
}
#shopByAttribBox .pad {
   padding: 10px;
}
#shopByAttribBox select.fld {
   border: 1px solid #aaaaaa;
   padding-left: 5px;
}

h3.stripHead {
   background: #333333 url(/image/stripe_head.gif) top right repeat-y;
   color: #ffffff;
   margin: 0;
   padding: 0;
   padding-left: 5px;
   height: 22px;
   line-height: 22px;
}

#zakodaTeaser, 
#zakodaLogo {
	text-align: center;
}
#zakodaBanners {
	float: right;
	margin-left: 10px;
	width: 350px;
	height: 460px;
}

#hpTop {
	padding-top: 10px;
	height: 340px;
}
#hpCol1,
#hpCol2,
#hpCol3 {
	float: left;
	width: 235px;
	height: 300px;
}
#hpCol2,
#hpCol3 {
	padding-left: 12px;
}
#hpCol1 img,
#hpCol2 img,
#hpCol3 img {
	display: block;
}
.hpFeaturedBlue {
	color: #ffffff;
	height: 18px;
	line-height: 18px;
	width: 230px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 2px;
	background: #0d84b0 url(/image/blue_corner.gif) top right no-repeat;
}

.teaserBox {
	overflow: auto;
	margin-bottom: 10px;
	width: 100%;
}
.teaserTxt {
	margin-left: 115px;
}
.teaserTxt1 {
	margin-left: 245px;
}
.teaserTxt1 h2,
.teaserTxt h2 {
   font-size: 14px;
   text-align: left;
   margin: 0 0 2px 0;
   padding: 0;
   color: #333333;
}
.teaserBoxImg {
	float: left;
	width: 115px;
}
.teaserBoxImg1 {
	float: left;
	width: 235px;
}
.teaserBoxImg1 img,
.teaserBoxImg img {
	border: 1px solid #eeeeee;
	margin-top: 3px;
}

.teaserTxt h2 a,
.teaserTxt h2 a:visited {
   color: #333333;
	text-decoration: none;
}
#sizeChartPad {
	padding: 10px;
}
.priceCol {
	text-align: right;
}

#cntDownTimer {
	color: #FFFFFF;
	background-color: #EF328E;
	text-align: center;
	padding: 3px;
}
#pooldeckBanner {
	position: relative;
	background: transparent url(/image/pooldeck_banner.jpg) top left no-repeat;
	width: 740px;
	height: 100px;
}
#pooldeckBanner form {
	margin: 0;
	padding: 0;
}
#pdSub {
	position: absolute;
	bottom: 0px;
	right: 88px;
}
.feature1 {
	color: #0D84B0;
}

.specialPrice {
	font-weight: bold;
   font-size: 12px;
   color: #C21D57;
}
a.specialPrice {
	font-weight: bold;
   font-size: 16px;
   color: #C21D57;
}

ul.alpha,
ol.alpha {
	list-style-type: upper-alpha;
}
.mediaSummary {
	padding-bottom: 15px;
}
.mediaSummary h2 a,
.mediaSummary h2 a:visited {
	color: #AE9881;
}
.mediaDate {
   font-style: italic;
}
#featureTabs {
}
.featuresWrapper {
	clear: both;
	overflow: auto;
}
.featureImg {
	float: left;
	padding: 5px 10px 5px 10px;
}
#countryHighlight {
	color: #912857;
	font-weight: bold;
}
#deliveryMsg {
	float: right;
	padding-right: 10px;
}
#quickCart {
	position: absolute;
	top: 0;
	right: 20px;
	width: 128px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0;
	background-color: #f3ece5;
}
#quickChk {
	position: absolute;
	top: 28px;
	right: 20px;
	padding-top: 5px;	
}
a#topCSupport,
a#topCSupport:visited {
	position: absolute;
	top: 70px;
	right: 32px;
	font-size: 11px;
	color: #c9296b;
	text-decoration: none;
}
a#topCSupport:visited {
	text-decoration: underline;
}
#manDesc {
	padding-bottom: 15px;
}
#fbLikeFull {
	padding-top: 10px;
}
#shareSocial {
	float: right;
	color: #aaaaaa;
}
#shareSocial img {
	border: 0;
}

.designer {
   clear: left;
   text-align: justify;
}
.designer img {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   border: 1px solid #AB967F;
}
.designer h2 a,
.designer h2 a:visited,
.designer h2 a:hover {
   text-decoration: none;
   color: #000000;
}

#designerLogo img {
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
   border: 1px solid #AB967F;
}
.navLogo {
	padding: 5px 0;
}
#vipCon {
   width: 360px;
   margin-right: 20px;
   float: left;
}
#manCatInfo {
	color: #393837;
	background-color: #F3ECE5;
	margin-top: -10px;
	margin-bottom: 10px;
}
#manCatContent {
	padding: 10px;
}
#homeBrands h2 {
   color: #393837;
}

#homeBrands img {
	border: 0;
	padding-bottom: 10px;
}
#shareSocial {
	float: right;
	color: #aaaaaa;
}
#shareSocial img {
	border: 0;
}
.byManName {
	text-align: left;
}
.byManName a,
.byManName a:visited {
	color: #333333;
}
#byManName {
	padding-bottom: 10px;	
	font-style: italic;
}
#prodIdentityName {
	font-weight: bold;
	font-size: 110%;	
}

#prodIdentityName a,
#prodIdentityName a:hover,
#byManName a,
#byManName a:visited {
	color: #333333;
	text-decoration: none;
}

#prodIdentityName a:hover,
#byManName a:hover {
	text-decoration: underline;
}
.foreignCurrency {
	font-size: 10px;
	font-style: italic;
}