/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	padding: 0; margin: 0 auto;  font: 0.7em Tahoma, Arial, sans-serif; background:#452d3d; color: #000000; border-top:3px solid #452d3d;
	
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	text-decoration: none;
	}
 
a:visited {
	color: #FF33FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

#navMain ul li a:hover, #navSupp ul li a:hover {
	margin:0 auto;
	width: 10em;
	text-decoration: none;
	color: #666;
	white-space: nowrap;
	/*background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	display: block;
	background-position: -103px 0px;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {

    margin: 0.3em 3px;

}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width:
	 95%;
	}
	
.topNavBanner {	width:1000;	height:85px;background-color:#fdfafd;color: #5b3e54; }
.debenhams-logo {height:66px;width:507px;float:left }
.debenhams-logo img { border:0; width:252; height:66;float:left;padding:0px 0px 0px 8px }
.debenhams-search {padding:18px 34px 0px 0px}
.debenhams-search div {padding:2px 0px 0px 0px}
a.navLink {
	margin: 0px;
	padding: 0px;
	color: #5b3e54;
	text-decoration: none;
}
a.navLink:LINK {
	margin: 0px;
	padding: 0px;
	color: #5b3e54;
	text-decoration: none;
}

a.navLink:HOVER {
	margin: 0px;
	padding: 0px;
	color: #5b3e54;
	text-decoration: none;
}

a.navLink:VISITED {
	margin: 0px;
	padding: 0px;
	color: #5b3e54;
	text-decoration: none;
}
.topNavigation {margin: 0; padding: 0;}

#menu {
background: #fff url(../images/tab-bg.gif) repeat-x top left; color: #fff;  height: 35px; text-align: center; 
        clear:both;padding: 0 0 0 10px; 
}
ul#top-nav {font-weight:bold;}
    
#top-nav, #top-nav ul, #top-nav li, #top-nav a {
    margin: 0;
    padding: 0;
    list-style: none;
    display:block;
    line-height:1.2em;
    }
      
#top-nav a, #top-nav a:link {color: #fff; text-decoration: none;}  
#top-nav a:hover {color:#c450cb;}
#top-nav .last-item a {background-image:none;}

/*========== TOP LEVEL ============*/

#top-nav li {float:left;} 

#top-nav li a {padding: 6px 11px 7px 11px; text-align: center; background: url(../images/navigation-border.gif) no-repeat right center;}

#top-nav li {margin-bottom:-1px}
#top-nav li ul li {margin-bottom:0px}


input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
#headerlogo {
    width:1000px;
	PADDING-TOP: 1px; 
}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 1000px;;
	vertical-align: top;
	}

#contentMainWrapper {
	margin: 0;
	margin:auto;
	text-align:center; 
	background:#fdfafd;
	padding-top: 1.5em;
	}
#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0;
	margin:auto;
	text-align:center;
	}
#headerWrapper {
	background-repeat: no-repeat;
	background-position: left top;
	width:1000px;
	margin:auto;	
	}	

#logoWrapper {
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 110px;
	width: 975px;
	}

# #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
.navColumnOneWrapper{
	width:136px;
	border-top: 1px solid #555555;
	font-family: Tahoma;
	font-size: 0.7em;
	font-weight: bold;
	text-align : left;
	text-decoration: none;	
}

.navColumnOneWrapper a{
	color: #555555;
	font-weight: bold;
	text-align : left;
	text-decoration: none;
	padding-left: 1px;
}
.leftNavSubCategoriesHeader{
	height: 27px;
	font-weight: bold;
	font-color: black;
	background-color: #91597e;
	text-align : left;
	line-height: 22px;
	text-decoration: none;
	padding: 0px 0px 5px 5px;
	border-bottom: 1px solid #555555;
}
	
#tagline {
	color:#FFFFFF;
	text-align : right;
	padding-right: 20px;
	
	}
.betterInformation {
	color: #555555;
	min-height:13px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: 1px solid #555555;
}

.betterInformation a, .betterInformation a:hover,
.betterInformation a:visited {
	color: #555555;
	min-height:13px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 1px;
	padding-right: 1px;
}

	
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
#rba{ float:left;  height:303px;  padding:0; 
}
#rba a{ text-decoration:none; 
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0;
	padding-bottom: 1em;
	padding-top: 1em;
	font-weight: bold;
	color:#C11406;
	height: 1%;
	width: auto;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C11406;
	}
#navSuppWrapper {
	margin:auto;
	padding-bottom: 1em;
	padding-top: 1em;
	font-weight: bold;
	color: #FFFFD2;
	height: 1%;
	width: 1003px;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFD2;
	}
#navCatTabsWrapper {
	margin: auto;
	font-weight: bold;
	color: #4d4d4c;
	width: auto;
	height:25px; 
	line-height:25px; 
	background-image: url(../images/tile1.gif);
	border-top:4px solid #bc2a29;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-color: #4d4d4c;
	}
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin:0 auto;
	padding:  0px 5px;
	list-style-type: none;
	text-align: center;
	line-height: 2em;
	width: auto;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	/*display: inline;*/
	float: left;
	
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	width: 10em;
	text-decoration: none;
	color: #666;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 4px 0 6px 0;
	margin-right: 5px;
	}
#navCatTabsWrappe1r{ position:absolute; top:92px; left:0; width:100%; height:25px; line-height:25px; border-top:1px solid #bc2a29; background:url(../images/tile1.gif) left bottom repeat-x;
}
#navCatTabsWrappe1r p{ margin:auto; width:1003px; margin-bottom:1px; margin-top:1px; }
#navCatTabsWrappe1r a{ color:#4d4d4c; text-decoration:none; float:left; height:25px; display:block; padding: 0 22px 0 22px; 
}
#navCatTabsWrappe1r a:hover{ background:url(../images/tile2.gif) left bottom repeat-x; color:#fff;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	padding-top: 0;
	float: right;
	}

#navBreadCrumb {
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#CCCCCC;
	color:#000000
	}
#navBreadCrumb  a{ color:#000000;  text-decoration:none;
	}
#navEZPagesTop {
	background-color: #EEDDFF;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
	padding: 1em;
	color: #666;
	}

#navColumnOne {
	background-repeat: repeat;
	background-position: top;
	}

#navColumnTwo {
	/*background-color: #00BFBF;*/
	background-image: url(../images/19bg.gif);
	background-repeat: repeat;
	background-position: top;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0 0 0 0.8em;
	text-align:left;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #555555;
	float:left;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {
padding-left: 4px;}

.category-top {
height:23px; line-height:23px;
background: url(../images/boxlistbg.png)  no-repeat;

	}
				
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: black;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.85em;
	color: #666;
}

.leftBoxHeading, .rightBoxHeading {
	height: 27px;
	font-weight: bold;
	font-color: black;
	background-color: #CCCCCC;
	text-align : left;
	line-height: 27px;
	text-decoration: none;
	border-bottom: 1px solid #555555;
	}

.centerBoxHeading {
	margin: 0em;
	color: #000000;
	padding: .5em .2em;
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#CCCCCC
	} 

.leftBoxContainer {
	margin: 0;
	border: 1px solid #555555;
	text-align: center;
	text-transform:uppercase;
	height:26px; line-height:26px;
	}
.leftBoxContainer h3{
	height: 27px;
	font-weight: bold;
	font-color: black;
	background-color: #CCCCCC;
	text-align : left;
	line-height: 27px;
	text-decoration: none;
	border-bottom: 1px solid #555555;

}
.rightBoxContainer {
	/*border: 1px solid #ffffff;*/
	margin-top: 2em;
	background-image: url(../images/sidebox2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
 .sideBoxContent {
	/*background-color: #CC99FF;*/
	text-align:left;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	font-color: black;
	text-decoration: none;
	} 

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	font-color: black;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	/*background-color: #0000CC;*/
	
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

.productListing-data {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660066;
}

#footer-main {
    margin: 0 auto;
	BACKGROUND: url(images/content-bg-bottom.gif) repeat-x;  WIDTH: 1003px; PADDING-TOP: 3px
}
.footeraa {
	margin:auto; text-align:center;
}
.footeraa p{ font-size:11px; color:#666; background:url(../images/footerbg.jpg) repeat-x; text-align:center; padding-top:2px;
}
.bottom-navis {
	margin: 0 auto; FONT-SIZE: 16px;
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; height:30px; line-height:30px; WORD-SPACING: 4px; COLOR: #fff; PADDING-TOP: 1px; 
}
.bottom-navis a {
	text-decoration:none;
}

.bottom-navis A:hover {
	color:#fff;
}
#search{ float:left; width:232px;  height:28px; margin-top:21px; background:url(/images/bg2.gif) left top repeat-x; position:relative
}
#search table{ height:28px;
}
.credit-cards {
	margin:auto; text-align:center; padding:3px;
}
.copyright {
	margin: 0 auto; FONT-SIZE: 11px;  COLOR: #878a91
}
.dev-note {
	margin: 0 auto; FONT-SIZE: 10px;  COLOR: #878a91
}
.dev-note A:link {
	COLOR: #878a91
}
.dev-note A:visited {
	COLOR: #878a91
}
.dev-note A:hover {
	COLOR: #b8bac0
}

/*-------------------- FOOTER ---------------------*/
#footer{width:1000px; border-top:dotted 1px #999999; padding:0 0 6px; clear:both; text-align:center;
background-color:#fdfafd;color: #5b3e54;}
#footer #siteFooter{width:1000px; margin:2px auto;}
#siteFooter a{color:#666666; text-decoration:none}
#siteFooter a:hover {text-decoration:underline;}
/* Generic & specific list styles */
#siteFooter ul{list-style:none; margin:7px 0; font-size:90%;}
#siteFooter ul.general input.email{font-size:85%; color:#666666; width:144px; border:#999999 solid 1px; height:12px; background-color:#e7e7e7; padding:0 0 1px;}
#siteFooter ul.general img.ftbc{position: relative; top:3px;}
#siteFooter ul.general input.siteButton {vertical-align:text-bottom;}/*submit*/
#siteFooter ul.general form.emailreg{display:inline;} /*sign up for fashion news holder*/
#siteFooter ul.copyright, #footer ul.copyright a{font-size:10px; color:#999999;}
/* Generic & specific list item styles */
#siteFooter ul li{display:inline;}
#siteFooter ul li span.sep{padding:0 6px 0 9px;}
#siteFooter ul.copyright li{padding:0 6px 0 9px;}
#siteFooter ul.copyright li.first{padding-left:0;}
#siteFooter ul.copyright li.last{padding-right:0;}
.footNavigation{
	font-family: Tahoma;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color:#555555;
	background-position:center top;
	text-decoration:none;
}
a.footLink {
	line-height: -2em;
	color: #FFFFFF;
	text-decoration: none;
}
a.footLink:LINK {
	line-height: -2em;
	color: #FFFFFF;
	text-decoration: none;
}

a.footLink:HOVER {
	line-height: -2em;
	color: #CCCCCC;
	text-decoration: none;
}

a.footLink:VISITED {
	line-height: -2em;
	color: #FFFFFF;
	text-decoration: none;
}
.centerBoxContentsNew {
 color:#666666; text-decoration:none
}
.centerBoxContentsNew a {
 color:#666666; text-decoration:none
}
.centerBoxContentsNew a:hover {
 color:#666666;text-decoration:underline;
}
