html, body{
	height: 100%;
	margin: 0;
	padding:0;
}

body {
	background: #efefef url(../styleImages/backgrounds/bg.jpg) center top repeat-y;
	font:75% Arial, Helvetica, sans-serif;
}

/* Make IE6 support transparent PNGS! */
.boxContentLeft h2,
.boxContentBrands h2,
.relatedProductsHeader h1,
h1.category { behavior: url(/senchiapparel/iepngfix.htc); }

#pageSurround {
	width: 964px;
	padding: 0;
	margin: 0 auto;
	/*background: url(../styleImages/backgrounds/pageShadow.png) center top repeat-y;*/
	min-height:100%;
}

*html #pageSurround {
	/*background: url(../styleImages/backgrounds/pageShadow.gif) center top repeat-y;*/
	height: 100%;
}

#subSurround {
	width:950px;
	padding:0;
	margin:0 auto;
	background: white;
}
#homeContent {
	padding:0;
	margin:0;
	font-size:110%;
	line-height:130%;
}

a {
	color:#666666;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body#mens a{
	color:#4B607D;
}

body#mens a:hover{
	color:#33CCFF;
}

body#womens a{
	color:#FB6297;
}

body#womens a:hover{
	color:#FB6297;
}


p {
	margin:0;
	padding:0 0 8px 0;
}
img {
	border:none;
	padding:0;
	margin:0;
}
h1 {
	font-size:150%;
	margin:0;
	padding:1px 0 8px 0;
}
h3 {
	font-size:110%;
	margin:0;
	padding:0px 0 8px 0;
}
.boxContent h1 {
	font-weight:500;
	color:#333;
	margin:0;
	padding: 10px 0 8px 0;
}
.loginRegister h1 {
	font-size:160%;
	line-height:80%;
	margin: 0 0 15px 0;
	padding:8px;
	background-color:#e7e7e7;
	color:#003D79;
}

h1.category {
	font-weight: 400;
	font-size: 165%;
	line-height:80%;
	padding: 11px 0;
	color: white;
	padding-left: 27px;
	background-color: red;
}




/* ------------------------------------------------------------------
TOP HEADER
----------------------------------------------------------------------*/

#topHeader {
	position:relative;
	height: 65px;
	padding: 30px 0 0 0;
	background-color: black;
	margin: 0;
	width: 100%;
}

#topHeader #logo h1.logo {
	background:transparent url(../styleImages/senchi_logo.png)  no-repeat;
	text-indent:-3000px;
	font-size:1px;
	line-height:1px;
	height:40px;
	padding:0;
	margin:0;
	border:0;
}
#topHeaderLeft {
	float:left;
	width:200px;
	height:40px;
	margin:0;
	padding: 0 0 0 20px;
}
#topHeaderRight {
	float:right;
	width:700px;
	text-align:right;
	margin:0;
}
#topHeaderMid {
	position:absolute;
	left:266px;
	top:0;
}

#topHeaderRight .boxContentCategories ul{
list-style: none;
margin: 0 15px 0 0;
padding: 0;
}

#topHeaderRight .boxContentCategories ul li{
display: inline;
padding-left: 20px;
}

#topHeaderRight .boxContentCategories ul li a{
color: white;
text-decoration: none;
font-size: 210%;
font-weight: bold;
padding: 2px 4px 1px 4px;
}

#topHeaderRight .boxContentCategories ul li a:hover{
text-decoration: none;
}

#topHeaderRight .boxContentCategories ul li.active a{
color: white;
}

#topHeaderRight .boxContentCategories ul li#Mens a:hover,
#topHeaderRight .boxContentCategories ul li.active#Mens a{
color: #33CCFF;
}

#topHeaderRight .boxContentCategories ul li#Womens a:hover,
#topHeaderRight .boxContentCategories ul li.active#Womens a{
color: #FB6297;
}

#topHeaderRight .boxContentCategories ul li.active a:hover{
cursor: default;
}

#search{
	position: absolute;
	top: 99px;
	right: 0;
}

#session{
	float: right;
	display: inline; /* Needed for IE's double margin bug */
	margin: 14px 19px 0 0;
	font-size:92%;
	line-height:92%;
	font-weight: bold;
}

#session a,
body#mens #session a,
body#womens #session a {
	padding: 5px 0 0 10px;
	color: white;
	text-decoration:none;
}

#session a:hover{
color: #cccccc;
text-decoration:underline;
}

body#mens #session a:hover{
	color: #33CCFF;
	text-decoration:underline;
}

body#womens #session a:hover{
	color: #FB6297;
	text-decoration:underline;
}

/* ------------------------------------------------------------------
Site Docs
----------------------------------------------------------------------*/

#siteDocs,
#nestedSiteDocs{
	width: 950px;
}

#siteDocs {
	padding:0;
	height:29px;
	background-color: #BDB397;
}

body#mens #siteDocs {
background-color: #4B607D;
}

body#womens #siteDocs {
	background-color: #FB6297;
}

#siteDocs ul {
	margin:0;
	list-style:none;
	padding: 0 0 0 50px;
}
#siteDocs li {
	float:left;
}


#siteDocs li a:hover{
text-decoration: underline;
}

#siteDocs li a {
	font-size: 12px;
	color: white;
	text-decoration:none;
	font-size:92%;
	color:#FFF;
	padding: 7px 15px 8px 15px;
	display: block;
}

body#mens #siteDocs a,
body#womens #siteDocs a{
color: white;
}


/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#siteDocs a {float:none;}
/* End IE5-Mac hack */

#siteDocs a:hover {
}
#siteDocs .current {
}
#siteDocs .current a {
	background:#FFF;
	color:#333;
}

#siteDocs .current a:hover {
	text-decoration: none;
	cursor: default;
}

body#mens #siteDocs .current a,
body#womens #siteDocs .current a {
color:#333;
}




#nestedSiteDocs {
	padding: 0;
	clear:both;
	font-size:92%;
	color: black;
	border: 1px solid #666666;
	border-top: none;
}

#nestedSiteDocs ul{
margin: 0;
padding: 5px;
}

#nestedSiteDocs li{
padding: 3px;
display: inline;
}

#nestedSiteDocs li a{
color: black;
text-decoration: none;
}

#nestedSiteDocs li a:hover{
text-decoration: underline;
}


#nestedSiteDocs .current {
	font-weight:bold;
}


/* ------------------------------------------------------------------

----------------------------------------------------------------------*/

#orderCata2007 {
	margin:0;
	padding:3px 0 0 0;
	height:38px;
	float:right;
	width:190px;
}
#contentHolder {
	margin:0;
	padding: 0 10px 0 10px;
}

/* ------------------------------------------------------------------
boxContent
----------------------------------------------------------------------*/




.boxContentCategories ul li.hiddennav ul {
	display:none;
}
.boxContentCategories ul li.activenav {
	padding:0;
}
.boxContentCategories ul li.activenav a {
	display:block;
	color:#DB4105;
	text-decoration:none;
	font-weight:bold;
}
.boxContentCategories ul ul {
	font-size:92%;
	border-bottom:4px solid #F1F4F8;
	padding:0 0 0 5px;
	margin:0;
}

.boxContentCategories ul ul li {
	border:none;
}
.boxContentCategories ul ul li a, .boxContentCategories ul li.activenav ul li a {
	font-weight:normal;
	display:block;
	padding:0 0 3px 5px;
	color:#282823;
}
.boxContentCategories ul li a:hover {
	color:#DB4105;
}
.boxContentCategories ul ul li.activenav a, .boxContentCategories ul li.activenav ul li.activenav a {
	font-weight:bold;
	display:block;
	padding:0 0 3px 5px;
}



.boxContentShoppingCart {
	background:#276989;
	padding:10px;
	margin:0 0 10px 0;
	color:#FFF;
}
.boxContentShoppingCart h2 {
	font-size:100%;
	line-height:100%;
	text-indent:-3000px;
	width:103px;
	height:13px;
	background:url(../styleImages/boxHeaderShoppingBasket.gif) left top no-repeat;
	margin:0 0 10px 0;
	padding:0;
}
.boxContentShoppingCart p {
	margin:10px 0 0 0;
	padding:0;
}
.boxContentShoppingCart a {
	color:#FFCC00;
}
.boxContentMailingList {
	border:solid 1px #CCC;
	background:#FFF;
	padding:10px;
	margin:0;
	color:#3C3C3C;
}
.boxContentMailingList h2 {
	font-size:100%;
	line-height:100%;
	text-indent:-3000px;
	width:74px;
	height:13px;
	background:url(../styleImages/boxHeaderNewsletter.gif) left top no-repeat;
	margin:0;
	padding:0;
}
.boxContentMailingList p {
	margin:10px 0 0 0;
	padding:0;
}

form#sort{
	background-color: white;
	float: right;
	padding: 5px;
	margin: 3px 20px 0 0;
}

/* ------------------------------------------------------------------
Columns
----------------------------------------------------------------------*/

.colLeft {
	/* width: 190px; */
	height: 100%; 
	padding:0;
	margin: 0;
	float: left;
	margin: 0 0 0 -10px;
}

.colLeft,
.categoryProductsHolder{
	background:url(../styleImages/backgrounds/colLeftBG.png) repeat;
}

body#mens .colLeft,
body#mens .categoryProductsHolder,
body#mens .relatedProductsHolder{
	background:url(../styleImages/backgrounds/colLeftBGmens.png) repeat;
}

body#womens .colLeft,
body#womens .categoryProductsHolder,
body#womens .relatedProductsHolder{
	background:url(../styleImages/backgrounds/colLeftBGwomens.png) repeat;
}

.colMid {
	padding:0;
	margin:0;
	width: 720px;
	float: right;
}


body#mens .colMid,
body#womens .colMid {
	width: 720px;
	float: right;
}

.colMidCart {
	padding:0;
	margin:0;
}
.boxContent {
	padding: 0;
	color: #333;
	background-color: #fff;
	margin:0;
}
.homepageCats {
	border:solid 1px #CCC;
	padding:5px 0 0 15px;
	text-align:center;
}
.homepageCats img {
	margin:0 15px 10px 0;
}

/* ------------------------------------------------------------------
Footer
----------------------------------------------------------------------*/

#footerHolder {
	text-align:center;
	padding: 0 10px;
	margin:0 auto;
	width:930px;
	background: white;
}
#footer {
	background:url(../styleImages/worldpay.png) right 10px no-repeat;
	text-align:left;
	padding: 10px 0 20px 0;
	margin:0;
	border-top:solid 1px #CCC;
}
#footerLogos {
	padding: 10px 0 20px 0;
	margin:0;
	border-top:solid 1px #CCC;
}
#footerLogos img {
	padding: 0 10px;
}

/* ------------------------------------------------------------------
Products
----------------------------------------------------------------------*/

.productPhotos {
	width:400px;
	float:left;
	padding:0;
	margin: 15px 0 0 0;
}
.productPhotosMoreThumbs {
	width:400px;
	float:left;
	padding:0;
	margin:10px 0;
}

.productInfo {
	width:310px;
	float:right;
	clear: right;
	margin: 0 0 15px 0;
}

.productInfo h1,
.productInfo h2,
.productInfo h3,
.productInfo h4,
.productInfo h5{
margin: 0;
padding: 0;
}

.productInfo p,
.productInfo li{
margin: 0;
padding: 0;
}

.productInfo ul{
margin-left: 0;
}

h1.product {
	font-size:169%;
	line-height:110%;
	margin: 15px 0 15px 0;
	padding: 0;
	color:#000;
	font-weight: bold;
}

.relatedProductsHeader {
	text-align: left; 
	padding:0; 
	margin:0 0 10px 0; 
	clear:both; 
	border:none; 
}

.categoryProductsHolder{
	width: 100%;
	margin-top: 20px;
}

a.product,
.categoryProducts,
.relatedProducts {
	width:150px;
	margin: 3px 7px 20px 20px;
	text-align: left; 
	border-top: 3px solid #cccccc; 
	float:left;
	display: inline; /* Needed for IE's double margin bug */
	background-color: white;
}

body#mens a:hover a.product,
body#mens a:hover .categoryProducts,
body#mens a:hover .relatedProducts {
border-top: 3px solid #33CCFF; 
}

body#womens a:hover a.product,
body#womens a:hover .categoryProducts,
body#womens a:hover .relatedProducts {
border-top: 3px solid #FB6297; 
}

.relatedProducts{
}

body#mens a.product,
body#mens .categoryProducts,
body#mens .relatedProducts {
	border-top: 3px solid #B9C1D0;
}

body#womens a.product,
body#womens .categoryProducts,
body#womens .relatedProducts {
	border-top: 3px solid #FFAEC9;
}

a:hover a.product,
a:hover .categoryProducts,
a:hover .relatedProducts {
	border-top: 3px solid #6594eb;
	color: white;
}

.latestProds {
	width:150px;
	height:205px;
	margin:10px 3px 10px 0;
	text-align:center; 
	border-bottom:2px solid #666; 
	float:left; 
}

a.product h2,
.categoryProducts h2, 
.latestProds h2 {
	font-size:120%;
	margin:0;
	padding:0 0 5px 0;
}

p.productSpec{
margin: 0;
padding: 2px 0 0 0;
}


p.productSpec .ProductBrand{
	background-color: black;
	color: white;
	padding: 5px 7px 5px 7px;
	text-decoration:none;
	font-weight: bold;
	font-size: 120%;
}

body#mens a:hover p.productSpec .ProductBrand{
	background-color: #133067;
	text-decoration: none;
	color: white;
}

body#womens a:hover p.productSpec .ProductBrand{
	background-color: #420032;
	text-decoration: none;
	color: white;
}


p.productSpec .ProductDetails{
	background-color: #cccccc;
	padding: 5px 7px 5px 7px;
	color: black;
	display: block;
	margin: 5px 0 0 0;
	height: 75px;
}

body#mens a:hover p.productSpec .ProductDetails{
background-color: #33CCFF;
text-decoration: none;
}

body#womens a:hover p.productSpec .ProductDetails{
background-color: #FB6297;
text-decoration: none;
}


body#mens p.productSpec .ProductDetails{
	background-color: #B9C1D0;
}

body#womens p.productSpec .ProductDetails{
	background-color: #FFAEC9;
}

a:hover p.productSpec .ProductDetails{
	background-color: #6594eb;
	color: white;
}

p.productSpec .ProductPrice{
	font-size: 15px;
}



.categoryProductsHolder h1{
background:url(../styleImages/categoryProductsHolderHeader.png) top left no-repeat;
height: 38px;
padding: 12px 0 0 30px;
}

.relatedProductsHeader h1{
background:url(../styleImages/relatedProductsHeader.png) top left no-repeat;
height: 38px;
padding: 12px 0 0 30px;
text-indent:-3000px;
}

img.categoryProductImage {
	padding:1px;
	border:solid 1px #e5e5e5;
	margin-left:10px;
}
p.categoryProductDescription {
	padding:5px 0;
	margin:0;
	font-size:93%;
}
h2.categoryProductPrice {
	margin-bottom:0;
	padding-bottom:0;
}
p.categoryProductSubtitle {
	padding:0;
	margin:0;
	font-size:93%;
	color:#666;
}



.relatedProductsLinks {
	text-align: center; 
	padding:0; 
	margin:0 0 10px 0; 
	clear:both; 
	border:none; 
	height:29px;
}
.addToBasket {
	margin:10px 0;
	padding:0;
	background:url(../styleImages/backgrounds/addToBasket.gif) 0 0 no-repeat;
}

body#mens .addToBasket{
background:url(../styleImages/backgrounds/MensAddToBasket.png) 0 0 no-repeat;
}

body#womens .addToBasket{
background:url(../styleImages/backgrounds/WomensAddToBasket.png) 0 0 no-repeat;
}

.addToBasketInner {
	margin:0;
	padding:14px;
	background:url(../styleImages/backgrounds/addToBasketFooter.gif) 0 100% no-repeat;
}

body#mens .addToBasketInner {
background:url(../styleImages/backgrounds/MensAddToBasketFooter.png) 0 100% no-repeat;
}

body#womens .addToBasketInner {
background:url(../styleImages/backgrounds/WomensAddToBasketFooter.png) 0 100% no-repeat;
}


/* ------------------------------------------------------------------
CHECKOUT PAGES
----------------------------------------------------------------------*/

.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.pagination {
	text-align: center;
	padding-top:10px;
	padding-bottom: 10px;
	clear:both;
	width:720px;
}
#subCats {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width:720px;
}
.subCat {	
	text-align: center;
	padding:10px 10px;
	float: left;
	width: 123px;
	height: 60px;
}
.loginRegister {
	width:300px;
	padding:10px;
	margin:10px 10px 10px 0;
	height:230px;
	float:left;
	border:1px solid #e5e5e5;
}




.txtInfoMsg {
	border: 1px #448811 solid;
	color: #448811;
	padding: 0.5em;
}
.txtErrorMsg {
	border: 1px #FF0000 solid;
	color: #FF0000;
	padding: 0.5em;
}
div#question {
	position:absolute;
	width:600px;
	padding:10px;
	border:solid 7px #555;
	background:#FFF;
	top:250px;
}
div#question a.close{
	float:right;
}
/* end mod: Question About A Product */



/* ------------------------------------------------------------------

----------------------------------------------------------------------*/

.addToBasket h2  {
	font-size:138%;
	font-weight: bold;
	margin:0 0 10px 0;
}
.addToBasket p  {
	margin:10px 0 0 0;
	padding:0;
}
form {
	margin: 0px;
	padding: 0px;
}


div.membersBoxContent {
	margin-bottom:10px;
	padding:5px;
	background-color:#FFCC00;
	border:1px solid #D9AD00;
}


/* -------------------------------------------------------------------
BOX CONTENT
----------------------------------------------------------------------*/

.boxContentLeft{
	background-color: white;
	margin: 20px 20px 0 20px;
	background-color: #FFFFFF;
	padding:0;
}

.boxContentLeft h2{
	font-size:100%;
	line-height:100%;
	text-indent:-3000px;
	width:161px;
	height:29px;
	background:url(../styleImages/boxHeaderShopByCategory.png) left top no-repeat;
	margin: 0 -10px 0 0;
	padding:0;
	position: relative;
	/*
	position: relative;
	left: -10px;
	top: -10px;
	*/
}

.boxContentBrands h2{
	background:url(../styleImages/boxHeaderShopByBrand.png) left top no-repeat;
}


.boxContentLeft ul {
	list-style:none;
	margin: 0;
	padding: 5px 0 0 8px;
	/* Needed for IE : */
	border: 1px solid white;
}
.boxContentLeft ul li {
	margin:0;
	list-style:none;
	padding: 0 0 4px 0;
}
.boxContentLeft ul li a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 15px;
}

body#mens .boxContentLeft ul li a,
body#womens .boxContentLeft ul li a{
color: #666666;
}

.boxContentLeft ul li a:hover{
	text-decoration: underline;
}

.boxContentLeft ul li#saleItems a{
	margin-top: 10px;
	color: #CC0000 !important;
}


/* -------------------------------------------------------------------

----------------------------------------------------------------------*/

.breadcrumb {
	padding:5px 0 7px 0;
	margin:0;
	color:#666;
	font-size:92%;
}

table.extraFields {
	border:none;
	margin:5px 0;
}
table.extraFields th {
	text-align:left;
	padding:0 10px 5px 0;
}
table.extraFields td {
	text-align:left;
	padding:0 0 5px 0;
}

.relatedProductsLinks a, .subCat a {
	text-decoration:none;
	font-size:92%;
	font-weight:900;
}


.pagination a.paginationNext,
.pagination a.paginationPrevious{
	background: #FB6297 url(../styleImages/backgrounds/paginationNextArrow.gif) 4px 4px no-repeat;
	color: white !important;
	text-decoration:none;
	font-weight:900;
	padding:0 5px 0 12px;
	margin:0 5px;
}
.pagination a.paginationPrevious{
	background-image: url(../styleImages/backgrounds/paginationPreviousArrow.gif);
}

body#mens .pagination a.paginationNext,
body#mens .pagination a.paginationPrevious{
	background-color: #33CCFF;
}

.pagination span.paginationCurrent {
	border:1px solid #e5e5e5;
	padding:0 5px;
	font-weight:900;
}

/* SITEDOCS LIST MENU */
#footer p {
	color:#333;
	font-size:92%;
	margin:0;
	padding:0;
}
#footer a {
	color:#333;
	font-weight:100;
	text-decoration:none;
}
#footer p.electric {
	margin:5px 0 0 0;
}
#footer p.electric a {
	color:#666;
	text-decoration:none;
}
.txtSale {
 	color: #E40E0E;
}
.txtOutOfStock {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
.txtOldPrice {
	text-decoration:line-through;
}
.cartTotal {
	border-top: 1px solid #93B4C4;
	width: 170px;
	padding:5px 0 0 0;
	margin:10px 0 0 0;
}
.cartProgress {
	color: #666666;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	width: 908px;
	margin:10px 0;
	text-align:center;
}
.txtcartProgressCurrent {
	font-weight:900;
}
/* cart tables */
table.cartTableTotal {
	border:none;
	padding:0;
	margin:15px 0 5px 0;
	width:100%;
	font-size:100%;
	font-weight:900;
}
table.cartTableNoPadding {
	border:none;
	padding:0;
	margin:0;
	width:100%;
}
table.cartTable {
	border:none;
	padding:0;
	margin:5px 0 10px 0;
	width:100%;
}
table.cartTableAddress {
	border:none;
	width:100%;
	margin:0 0 10px 0;
}
table.cartTableAddress td {
	padding:3px 0 1px 5px;
}
table.cartTableAddress td.tdcartTitle {
	color:#333;
	background-color:#e5e5e5;
	padding:5px;
	font-weight:900;
}
table.cartTable td {
	padding:4px;
}
td.tdcartTitle {
	color:#333;
	background-color:#e5e5e5;
	padding:5px;
	font-weight:900;
}
.tdcartEven {
	background-color: #efefef;	
}
.tdcartOdd {
	background-color: #fff;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
/* cart tables */
a.checkoutButton{
	background: #666666 url(../styleImages/backgrounds/paginationNextArrow.gif) 7px 10px no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:900;
	padding:5px 5px 5px 15px;
	margin:0;
}
.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	color: #BFCCC7;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
br.clear {
	display:none;
	clear:both;
	font-size:1%;
	line-height:1%;
	visibility:hidden;
}
p.descriptionBR br {
	line-height:75%;
}
ul.account {
  padding:20px 0;
  margin: 0;
  background-color:transparent;
  width:680px;
}
ul.account li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 10px 10px 0;
  text-align: center;
}

ul.account li a {
  display: block;
  width: 120px;
  height: 17px;
  padding:65px 0 10px 0;
  margin:0;
  text-align: center;
  font-size: 100%;
  border: 1px solid #e5e5e5;
  background-position:50% 5px;
  background-repeat:no-repeat;
}
ul.account li a.profile {
	background-image:url(../styleImages/backgrounds/profile.jpg)
}
ul.account li a.viewOrders {
	background-image:url(../styleImages/backgrounds/vieworders.jpg)
}
ul.account li a.changePass {
	background-image:url(../styleImages/backgrounds/changepass.jpg)
}
ul.account li a.newsletter {
	background-image:url(../styleImages/backgrounds/newsletter.jpg)
}
.textbox {
	padding:2px;
}
/* contact forms */
div.contactRight {
	margin:0;
	float:right;
	width:340px;
	padding-left:8px;
	border-left:1px solid #ccc;
}
div.contactLeft {
	margin:0;
	float:left;
	width:350px;
}
div.contactForm {
	vertical-align:top;
	width:330px;
	text-align:right;
	font-weight:normal;
	padding:5px 10px;
	margin:10px 0;
	background-color:#f2f2f2;
	border:1px solid #ccc;
}
p.formName {
	vertical-align:top;
	text-align:right;
	font-weight:normal;
	padding:4px 0;
	margin:0;
	border:none;
}
.contactForm .formField {
	border:1px solid #7F9DB9;
	width:180px;
	margin:0;
	padding:2px;
}
.contactForm .formSelect {
	border:1px solid #7F9DB9;
	width:186px;
	margin:0;
	padding:2px;
}
div.contactDetails {
	vertical-align:top;
	width:330px;
	text-align:left;
	font-weight:normal;
	padding:5px 10px;
	margin:10px 0;
	background-color:#f2f2f2;
	border:1px solid #ccc;
}
div.contactDetails p.contactDetailsArea {
	font-weight:bold;
}
div.contactDetails p.contactDetailsPlaces {
	font-weight:normal;
}
div.contactDetails img.contactDetailsPicture {
	float:right;
	margin:0 0 0.5em 1em;
}
div.contactDetails p.contactDetailsName {
	font-weight:bold;
}
div.contactDetails p.contactDetailsTel {
	font-weight:bold;
	font-size:150%;
}
div.contactDetails p.contactDetailsEmail {
	font-weight:normal;
}

/* Checkout */
table.table1 {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

.test{
background-color: red;
color: green;
}

body#mens div.boxContentLeft.boxContentBrands ul li.active a,
body#mens div.boxContentLeft.boxContentSubCategories ul li.active a{
color: #33CCFF;
}

body#womens div.boxContentLeft.boxContentBrands ul li.active a,
body#womens div.boxContentLeft.boxContentSubCategories ul li.active a{
color: #FB6297;
}

body#mens div.boxContentLeft.boxContentSubCategories ul li.active a:hover,
body#mens div.boxContentLeft.boxContentBrands ul li.active a:hover,
body#womens div.boxContentLeft.boxContentSubCategories ul li.active a:hover,
body#womens div.boxContentLeft.boxContentBrands ul li.active a:hover{
text-decoration: none;
cursor: default;
}

a#buyButton{
width: 142px;
height: 34px;
background: url(../styleImages/WomensAddToBasket.png) top left no-repeat;
margin: 5px 0 0 0;
display: block;
}

body#mens a#buyButton{
background: url(../styleImages/MensAddToBasket.png) top left no-repeat;
}

.boxContentBanner img#banner{
margin: 10px 0 0 0;
}

.boxContentBanner img{
/* required for IE */
height: 313px;
width: 720px;
}

div#infoLinks{
padding:0;
margin:20px 0 10px 0;
}

div#infoLinks a{
margin-right: 10px;
}

a.product{
}

a.product:hover{
cursor: pointer;
text-decoration: none;
}

img#preview{
margin: 0 0 25px 0;
}

table.infotable{
border-collapse:collapse;
padding: 0;
margin: 0;
}

table.infotable th{
font-weight: bold;
text-align: left;
}

table.infotable td,
table.infotable th{
border: 1px solid grey;
padding: 4px;
}

a.bloglink{
	width: 100%; 
	height: 81px;
	display: block;
	width:200px;
}

body#mens a.bloglink{
background: white url(../styleImages/readOurBlogMens.gif) 20px 20px no-repeat;
}

body#womens a.bloglink, body a.bloglink{
background: white url(../styleImages/readOurBlogWomens.gif) 20px 20px no-repeat;
}

a.delinfo{
	width: 100%; 
	height: 76px;
	display: block;
	width:200px;
}

body a.delinfo{
background: white url(../styleImages/freeDelivery.gif) 20px 20px no-repeat;
}

div.womensBanner{
	width: 716px;
	height: 426px;
}

div.womensBanner a{
	clear: right;
	float: right;
	margin: 0 20px 20px 0;
}

div#button-holder{
	padding: 10px 0;
}

div#button-holder a{
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}



.randomProd{
	background:url('../styleImages/featured-prod-title.png') left top no-repeat;
	width: 199px;
	height: 166px;
	float: right;
	padding: 43px 0 0 0;
	margin: 1px 0 0 0;
	position: relative;
}

#randomProdItemHolder{
	position: absolute;
	top: 43px;
	left:50%;
}

.randomProd img{
	border: 5px solid white;
	position:relative;
    right:50%;
}