/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #ffd7e8;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}
#skip-navigation{
	height: 0px;	
}
#wrap{
	background-color: #FFFFFF;
	background-image: url(/images/background-wrap.gif);
	background-repeat: repeat-y; 
	margin: 0 auto;
	text-align: left;
	width: 928px;
	padding-left: 26px;
	padding-right: 26px;
}
* html #wrap {  /* This is the Tan hack */
	width: 980px; 
	w\idth: 928px; 
}
#header{
	position: relative;
}

#centerc{
	display: inline;
	float:left;
	margin-left: 215px;
	padding-left: 25px;
	padding-right: 15px;
	width:673px;
}
* html #centerc {  /* This is the Tan hack */
	width: 713px; 
	w\idth: 673px; 
}

#leftc{
	float:left;
	margin-left:-928px;
	width: 215px;
}

#foot{
	float: left;
	border-top: 1px solid #999999;
	clear: both;
	margin-top: 20px;
	width: 928px;

}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic img {
	display: block;
}

#navigation {
	background: url(/images/nav/nav-background.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	height: 41px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	float: left;
	padding: 0;
	margin: 0px;  
}
#navigation ul li a, #navigation ul li a:visited {
	display: block;
	padding: 0px;
}
#navigation ul li a:hover, #navigation ul li a:active {	
}
#navigation ul li img {
	display: block;
	padding: 0px;
	margin: 0px;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	
	list-style: none;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	padding-bottom: 8px;
}
#menu ul li {
	margin: 0px; 
	padding: 0px; 
}

#menu ul li a, #menu ul li a:visited {
	background-color: #4c4c4c;
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 180px;
	color: #FFFFFF;
	font-weight: bold;
}
* html #menu ul li a, #menu ul li a:visited {  /* This is the Tan hack */
	width: 195px; 
	w\idth: 180px; 
}
#menu ul li a:hover, #menu ul li a:active {
	background-color: #ed0c6e;
} 
.menu_header {
	background-image: url(/images/menu/top-fill.gif);
	background-repeat: no-repeat;
	border-bottom: 5px solid #FFFFFF;
	height: 29px;
	width: 195px;
}
.menu_header p {
	padding: 0px;
	padding-top: 7px;
	padding-left: 10px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
} 
.menu_footer {
	background-image: url(/images/menu/bottom-fill.gif);
	background-repeat: no-repeat;
}






/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

#submenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li
{
	margin: 0; 
	padding: 0; 
}

#submenu ul li a, #submenu ul li a:visited
{
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 170px;
}
* html #submenu {  /* This is the Tan hack */
	width: 185px; 
	w\idth: 170px; 
	}


/** ------------------------------------------------------ **/
/** ------------------- higlights boxes------------------- **/

div.miniadverta {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: normal;
}

div.miniadverta a , div.miniadverta a:visited {
	color: #333366;
	text-decoration: underline;
	font-weight: normal;
}
div.miniadverta a:hover, div.miniadverta a:active {
	color:#0066CC;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    position: absolute;
	white-space: nowrap;
	
}
#footerleft ul li
{
	color: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #000000;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #999999;
	text-decoration: none;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 5px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 0px;	
}
#footerright ul li a
{		
	color: #000000;
	text-decoration: none;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #CCCCCC;
	text-decoration: none;	
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #ed0c6e;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;	
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #818285;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

a, a:visited {
	color: #e71171;
	text-decoration: none;
	
}
a:hover {
	color: #4c4c4c;
}
img {
	border: 0px;
}

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}
p {
	color: #646464;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 150px;
  margin-right: 10px;
  padding-bottom: 10px;
  }


/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/
.checkout p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 11px;
	text-align:center;
	padding-left: 5px;
}
span.greyFontColor {
	color: #818285;
}
.special_offers {
	color: #ed0c6e;
}
.intro {
	color: #818285;
	font-size: 1.4em;
}
div.newProducts div.TableReplaceRow div.TableReplacedata {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
}
div.newProducts div.TableReplaceRow div.TableReplacedata img {
	display: block;
}
div.feature {
	background-image: url(../images/home-feature-background.gif);
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.feature div {
	float: left;
}
.feature img {
	display: block;
}
.feature p {
	font-size: 0.8em;
	padding-left: 10px;
	margin: 0px;
	margin-top: 5px;	
}
.featureProducts {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	border: 1px solid #bcbcbc;
}


/** feature 2 testing **/

div.feature2 {
	background-image: url(../images/home-feature-background.gif);
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.feature2 div {
	float: left;
}
.feature2 img {
	display: block;
}
.feature2 p {
	font-size: 0.8em;
	padding-left: 10px;
	margin: 0px;
	margin-top: 5px;	
}
feature2 .featureProducts {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	border: 1px solid #bcbcbc;
}



	
.labelPink {
	background-image: url(../images/label-pink.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px;
	height: 54px;
	width: 140px;
}
* html .labelPink {
	width: 160px; 
	w\idth: 140px; 
}
.labelGrey {
	background-image: url(../images/label-grey.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px;
	height: 54px;
	width: 140px;
}
* html .labelGrey {
	width: 160px; 
	w\idth: 140px; 
}
.leftc-contact {
	width: 200px;
	margin-left: 15px;
	margin-bottom: 8px;
}
.leftc-contact p {
	margin: 0px;
	margin-top: 5px;
	color: #ed0c6e;
	font-size: 1.4em;
	font-weight: bold;
}
.leftc-contact p:first-child {
	border-bottom: 1px solid #4c4c4c;	
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: center;
}
.leftc-contact a {
	color: #4c4c4c;
	font-size: 0.6em;
	padding-left: 10px;
}
.leftc-news {
	width: 195px;
	margin-left: 15px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.leftc-news div { 
	background-color: #4c4c4c;
}
.leftc-news h2 {
	color: #4c4c4c;
	padding-left: 10px;
	padding-top: 5px;
}
.leftc-news img {
	display: block;
}

.leftc-news p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0px;
}
.newsHeader {
	color: #ed0c6e;
	font-weight: bold;
}
.leftc-news a:hover {
	color: #ed0c6e;
	text-decoration: underline;
}
.productSelection {
	border: 2px solid #CCCCCC;
	width: 140px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}
.productSelection p {
	position: relative;
	top: 20%;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}
.productSelection a, .productSelection a:visited, .productSelection a:hover, .productSelection a:active {
	color: #FFFFFF;
}
.productSelection img {
	margin-left: 9px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}

.productSelectionName {
	margin: 1px;
	background-color: #ed0c6e;
	height:55px;
}
.product {
	border: 2px solid #CCCCCC;
	width: 310px;
	margin-right: 20px;
	margin-top: 15px;
	padding-bottom: 5px;
	float: left; 
	min-height: 200px;
}
* html .product {
	width: 314px; 
	w\idth: 310px;
	height: 200px; 
}

div.productImg {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
}
div.productImg img {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.product div {
	float: left;
}
.product p {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	color: #000000;
	width: 160px;
}
.inputBasket {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ed0c6e;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
}

form input { /* IE fix to reduce button size */
	overflow: visible;
	font-size: 1.1em;
	padding: 2px;
}

.sitemap ul {
	list-style: none;
	font-weight: bold;
}

.sitemap p {
	font-size: 1.2em;
	font-weight: bold;
}
h1.homeTitle {
	font-size: 2.2em;
}

.logged-in-text {
	float:right;
	text-align: right;
	margin-left: 10px;
}

div.cardCategory {
	float: left;
	background-color: #CCCCCC;
	width: 300px;
	height: 300px;
	margin-right: 25px;
	margin-top: 15px;
}


.termsList {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #646464;
}
.termsList li {
	margin-bottom: 5px;
}

div.listGroup div {
	float: left;
	width: 170px;
	color: #333333;
}
/* layout for floor stand list on floor stand index page */
ul.floorstandLayout {
	list-style: none;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
} 
ul.floorstandLayout li {
	float: left;
}

ul.floorstandLayout li a, ul.floorstandLayout li a:visited { 
	background-color:#FFFFFF;
	color: #e00b67;
	border: 1px solid #ed0c6e;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 60px;
	margin-bottom: 10px;
	width: 500px;
	display: block;
	font-weight: bold;
	background-image: url(../images/logo-small.gif);
	background-position: right;
	background-repeat: repeat-y; 
}
* html ul.floorstandLayout li a, ul.floorstandLayout li a:visited {
	width: 570px; 
	w\idth: 500px;
}
ul.floorstandLayout li a:hover, ul.floorstandLayout li a:active { 
	background-color: #f189ca;
	color: #FFFFFF;
}
h1.caps:first-letter {
	text-transform: uppercase;
}

#resultButtons {
}
#resultButtons div.DivPrev {
	float: left;
	width: 260px;
}
#resultButtons div.DivNext {
	float: right;
	width: 255px;
}
#resultButtons div.DivPrev form {
	float: right;
}
 #resultButtons div.DivNext form {
	float: left;
}
input.InputButtonGreen {
	background: #ed0c6e;
	border: 1px solid #000000;
	color: #ffffff;
}
input.InputButtonBrowse {
	background-color: #ffffff;
	border: none;
	text-decoration: underline;
}
.DivRecords {
	text-align: center;
	margin-top: 5px;
	float: left;
	width: 150px;
	font-weight: bold;
}
.searchMenu {
	background-color: #4c4c4c;
	margin-left: 15px;
	width: 195px;
	margin-bottom: 10px;
	float: left;
}
.searchMenu input {
	margin-top: 10px;
	margin-left: 10px;
	width: 168px;
}
.searchMenu form {
	float: left;
	margin: 0px;
	padding: 0px;
}
.searchMenu div.menu_footer {
	height: 10px;
}
.searchMenu .InputButtonGreen {
	margin-left:13px;
}





