/* HTML tags */
body {
	margin: 0 0 0 0;
	margin-bottom: 00;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0 0 0 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	top: 0px;
	font-family: arial;
	font-size: 11px;
	background-color: #eeeeee;
	background-image:url('myImages/bg-holiday.jpg');
}
td {
	font: 12px Arial, Helvetica; 
	font-weight: normal;
	color: #454344;
}

.smaller {
	font: 11px Arial, Helvetica; font-weight: normal; color: #454344;
}

.site {
	font: 1px Arial, Helvetica; font-weight: normal; color: #eeeeee;filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;visibility:hidden;
}



A {
	color: #FFFFFF;
	TEXT-DECORATION:none;
}
A:hover {
	color: Gold;
}
/* End HTML tags */

/* Global classes */
.white {
	font: 12px Arial, Helvetica;
	font-weight: normal;
	color: #FFFFFF;
}
.blue {
	font: 13px Arial, Helvetica;
	font-weight: bold;
	color: #9cd0e5;
	text-decoration: none;

}

.gold {
	font: 13px Arial, Helvetica;
	font-weight: bold;
	color: gold;
	text-decoration: none;

}

.blueLinks, 
A .blueLinks, 
A .blueLinks:visited {
	color: #6c92a1;
	/*color: #9cd0e5;*/
	font-weight: bold;
}
A .blueLinks:hover, A .xMenuLink:hover {
	color: Gold;
}

A .grey2, 
A .grey2:visited {
	color: #6c92a1;
	/*color: #9cd0e5;*/
	font-weight: bold;
}


.green {
	font: 13px Arial, Helvetica;
	font-weight: bold;
	color: green;
}
.red {
	font: 13px Arial, Helvetica;
	font-weight: bold;
	color: red;
}
.hRule {
	height: 1px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000;
}
.justified {
	text-align: justify;
	margin: 2px;
}
.categoryPreviewWishlistBtn {
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
}
.inline {
	display: inline;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearAll {
	clear: both;
}
.borderRightSolid {
	border-right: 1px solid #000;
}
/* End Global classes */

/* Menu|Navigation classes */
.menuSpacer {
	margin:0;
	margin-left: 6px;
	margin-right: 5px;
	color: White;
}
.navLeft {
	background-image: url(../Images/bg-left.jpg);
	background-repeat: no-repeat;
	width: 263px;
	height: 256px;
}
.navContainer {
	margin: 20px;
}
.menuContainer {
	margin-top: 3px;
}
.subMenuContainer, .menuItem {
	/*visibility: hidden;*/
	clear: both;
}
.subMenuContainer {
	display: block;
	background-color: #000;
	width: 120px;
}
LI .subMenuItem {
	display:block;
	clear: both;
}
.ulMenu {
	margin:0px;
	margin-left: 5px;
	padding:0px;
	height:20px;
  
}
.ulMenu LI, LI {
	list-style: none;
	display: inline;
}
.xMenuLink {
	position:relative;
	cursor:pointer;
	z-index:2;
}
.menu {
  position:absolute;
  visibility:hidden;
  overflow:hidden;
  z-index:1;
  margin:0;
  margin-top: 13px;
  padding:4px;
  background:#111111;

  border: 1px solid #FFF;
}
/* End Menu|Navigation classes */

/* SpotLight ctrl */
DIV#spotLightContainer {
	border: 1px solid black;
	width: 95%;
	height: 200px;
	margin-top: 10px;
	/*padding: 5px;*/
}
DIV#productNavScrollerOuter {
	/*border: 1px solid black;*/
}
DIV#productNavScrollerInner {
	width: 95%;
}
.spotLightFrame {
	border: 0;
	height: 200px;
}
.bodyWhatsNew, .bodyCategoryPreview {
	background-color: #FFF;
}
/* End SpotLight ctrl */

/* onSale ctrl */
DIV#onSaleContainer {
	border: 1px solid black;
	width: 97%;
}
/* end onSale ctrl */

/* Category Preview */
.categoryContainer {
	width: 690px;
	height: 250px;
	/*border: 1px solid #000;*/
}
.categoryItemPreviewContainer {
	width: 32.5%;
	height: 202px;
	text-align: center;
	margin-top: 10px;
	margin-left: 2px;
}
iframe#ifmCategoryPreview {
	border: 1px solid black;
}
.longDesc {
	width: 90%;
}
/* End Category Preview */

/* Product Text ctrl */
.productTextHeader {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 18pt;
	font-weight: normal;
}
DIV#productTextContainer {
	padding: 10px;
	width: 450px;
}
.textContent {
	text-align: left;
}
/* End Product Text ctrl */

/* WishList page */
.wishListFormContainer {
	height: 300px;
	width: 320px;
}
.wishListItemContainer {
	height: 280px;
	overflow: scroll;
}
.formLabel {
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: auto;
	font: 14pt;
	height: 22px;
}
.formField {
	margin-top: 1px;
	height: 18px;
}
DIV#divThankYouContainer {
	width: 450px;
	height: 300px;
	margin: auto;
	font-size: 11pt;
}

.grey2 {
	font: 11px Arial, Helvetica;
	font-weight: normal;
	color: #eeeeee;
}

/* End WishList page */