/* $Id: skin1.css,v 1.24.2.12 2007/04/17 06:20:49 max Exp $ */
/*
	General styles
*/

/* added by zach - 1/30/08 */

/* colors:
	Red: CC0000
	Dark Blue: 1144AA
	Dark Gray: 666666
	Light Gray: 999999
	Even Lighter Gray f0f0f0
*/


/*  	
	* html targets IE6, IE5.5, IE5, IE4
	*+html targets IE7
*/

FONT.Button {								 
	FONT-FAMILY: Arial;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	cursor:pointer;
	
}

body, div, th, td, p, input, select, textarea, tt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	}

	
html, body {
	text-align: center;
	min-width:920px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border:0;*/
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

.Container {
	
	width:880px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	}
	
.Container tbody{
	border-color:#0099CC;
	border-style:solid;
	border:2px;

	}
/*
a:link {
	color: #;
	text-decoration: none;
	}
a:visited {
	color: #;
	text-decoration: none;
	}
a:hover {
	color: #;
	text-decoration: underline;
	}
a:active  {
	color: #;
	text-decoration: none;
	}
*/
table, img {
	border:0;
	}
form {
	margin: 0px;
	}		

/*
H1 {
	font-size: 15px;
	}
H2 {
	font-size: 13px;
	}
H3 {
	font-size: 12px;
	}
HR {
	color: #DDDDDD;
	height: 1px;
	}
*/



/*
	Content enviroment styles
*/
TABLE.Container {
	height: px;
}
TD.Container {
	vertical-align: top;
}

/*
	Header styles
*/
	.HeadLogo {
		padding-bottom:12px;
		padding-top:16px;
		TEXT-align: center;
		}

/*
	Top-right Navigation styles
*/
	.HeadrightBox {
		float:left;
		width:500px;
		}	
	.topLinks {
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		text-transform:uppercase;
		text-decoration:none;
		position:relative;
		right:36px;
		}
		.initialCaps1 {
			font-size: 12px;
			font-weight: normal;
			text-decoration:none;
			}
	.topLinks a {
		color: #666666;
		text-decoration:none; 
		}
	.topLinks a:visited {
		color: #666666; 
		text-decoration:none; 
		}	
	.topLinks a:hover {
		color: #1144AA; 
		text-decoration:none; 
		}
		
/*
	search styles
*/

	.search1 {
		width:500px;
		border:0;
		}
		*+html .search1 {
			position:relative;
			top:14px;
			}
		* html .search1 {
			position:relative;
			top:14px;
			}
	td.search1 form {
		position:relative;
		top:-8px;
		}
		.search1 p {
			position:relative;
			top:-6px;
			}
		.searchRow {
			color: #000000; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: small;
			font-weight: bold;
			}
		.goButton {
			position:relative;
			top:5px;
			width:34;
			height:24;
			}
		.advSearch {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: xx-small;
			color: #CC0000;
			font-weight: normal;
			text-decoration:none;
			text-transform:uppercase;
			}
			
/*
	main navigation bar
*/
	.menubar {
		background-image:url(images/blueBar.gif);
		background-position:top;
		background-repeat:repeat-x;
		border:0;
		}
		td.menuLinks {
			margin:-2px auto 0;
			color: #FFFFFF;
			font: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 9px;
			text-transform:uppercase;
			text-decoration:none;
			position:relative;
			top:-4px;
			}
		.menuLinks a {
			color: #FFFFFF;
			text-decoration:none;
			}
		.menuLinks a:visited {
			color: #f0f0f0;
			}
		.menuLinks a:hover {
			color: #D8D8D8 ;
			}
			.mlInitCap {
				font-size: 12px;
				font-weight: bold;
				text-decoration:none;
				}
/*
	.HeadText {
		font-size: 12px;
		font-weight: bold;
	}
	.HeadLine {
		background-color: #f5f5dc;
	}
	.HeadThinLine {
		background-color: green;
		height: 1px;
	}
	.PrintableRow {
		WIDTH: 100%;
		vertical-align: middle;
		padding-right: 176px;
		height: 18px;
	}
	.HeadTopPad {
		height: 18px;
	}
	.HeadTopPad IMG {
		WIDTH: 1px;
		height: 18px;
	}
*/

/*
	Footer styles
*/


.copyright {
	position:relative;
	top:22px;
	height:27px;
	color:#666666;
	font-size:9px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	font: Verdana, Arial, Helvetica, sans-serif;
	border:0;
	}
	.copyrightInitCap {
		font-size: 12px;
		font-weight:normal;
		margin-top:6px;
		}
.copyright a, .copyright a.copyrightInitCap {
	color: #666666; 
	}
.copyright a:visited, .copyright a.copyrightInitCap:visited {
	color: #666666; 
	}	
.copyright a:hover, .copyright a.copyrightInitCap:hover {
	color: #1144AA; 
	}
	
/*
.BottomRow {
	TEXT-align: center;
	vertical-align: bottom;
}
.BottomBox {
	background-color: #FFC58C;
	color: #330000;
	height: 22px;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 12px;
}
.Bottom {
	background-color: #FFC58C;
	color: #330000;
}
.BottomPopup {
	WIDTH: 100%;
	TEXT-align: right;
	padding-BOTTOM: 10px;
}
.BottomPopup A {
	font-weight: bold;
}   
.BottomDialogBox {
	background-color: #FFE591;
	padding-left: 13px;
	padding-TOP: 10px;
	padding-BOTTOM: 10px;
}
*/

/*
	Common styles
*/
.SubmitBox {
	padding-TOP: 10px;
}
HR.Line {
	WIDTH: 100%;
	height: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-left-WIDTH: 0px;
	BORDER-right-WIDTH: 0px;
}
/*
.SectionBox {
	background-color: #ffffff;
	TEXT-align: left;
}
*/
.Text {
	color: #000000;
}
.NumberOfArticles {
	color: #000000;
	font-weight: bold;
}
.TopLabel {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.Message {
	color: #FF3300;
}
.Line {
	background-color: #FF6600;
}
TD.ButtonsRow {
	padding-TOP: 2px;
	padding-left: 2px;
	padding-right: 12px;
	padding-BOTTOM: 2px;
}
.CustomerMessage {
	color: #FF3300;
	font-weight: bold;
}
.ErrorMessage {
	color: #FF3300;
	font-weight: bold;
}
.Star {
	color: #FF0000;
}
.TableHead {
	background-color: #DDDDDD;
	font-weight: bold;
}
.TableSubHead {
	background-color: #EEEEEE;
}
.Spc {
	WIDTH: 1px;
	height: 1px;
}
TABLE.EmptyBox {
	WIDTH: 100%;
}
TABLE.EmptyBox TR TD {
	padding: 0px;
}

/*
	Popup styles
*/
.PopupContainer {
	height: 100%;
	WIDTH: 100%;
	TEXT-align: center;
	}
.PopupTitle {
	background-color: #D6D7D9;
	height: 15px;
	vertical-align: middle;
	TEXT-align: center;
	font-weight: bold;
	font-size: 12px;
	}
.PopupBG {
	background-color: #D6D7D9;
	}
.PopupHelpLink {
	font-size: 9px;
	color: #330000;
	text-decoration: none;
	}

/*
	BuyNow section
*/
.BuyNowQuantity {
	height: 25px;
	WIDTH: 15%;
	WHITE-SPACE: nowrap;
	padding-right: 10px;
	}
.BuyNowPrices {
	WIDTH: 100%;
	height: 25px;
	vertical-align: middle;
	}

/*
	vertical menu
*/

/* colors:
	Red: CC0000
	Dark Blue: 1144AA
	Dark Gray: 666666
	Light Gray: 999999
	Even Lighter Gray f0f0f0
*/
.VertMenuleftColumn {
	vertical-align: top;
	max-width:140px;
	margin:6px 0 0 0;
	border:0px solid green;
	}
	/*
	.VertMenurightColumn {
		vertical-align: top;
		padding-left: 20px;
		padding-right: 6px;
		}
	*/
.VertMenuBox {
	background-color: #FFFFFF;
	padding:0px;
	border:0px solid #003CA7;
	
	}
.VertMenuBorder {
	background-color: #f0f0f0;
	border:1px solid #f0f0f0;
	border-color:#f0f0f0;
	}
.VertMenuTitle {
	background-color: #003CA7;
	color: #1144AA;
	font-weight: bold;
	}
.VertMenuSubTitle {
	background-color: #CCCCCC;
	}
.VertMenuTitleIcon {
	height: 12px;
	margin-left: 4px;
	margin-right: 4px;
	padding:2px;
	vertical-align: middle;
}
.VertMenuItems {
	color: #1144AA;
	text-decoration: none;
	font-size:10px;
	}
	a.VertMenuItems:link {
		color: #1144AA;
		text-decoration: none;
		}
	a.VertMenuItems:visited {
		color: #666666;
		text-decoration: none;
		}
	a.VertMenuItems:hover {
		color: #CC0000;
		text-decoration: underline;
		}
	a.VertMenuItems:active  {
		color: #CC0000;
		text-decoration: none;
		}

/*
	Main content section styles
*/

.mainContent {
	width:728px;
	float:right;
	/* border:1px solid #999999; */
	}
	
#bodyContent {
	position:relative;
	top:-18px;
		}
	#bodyContent1 {
		width:200px;
		height:180px;
		margin:0 0 0 10px;
		padding:0;
		float:left;
		border:0px solid #999999;
		}
		*+html #bodyContent1 { /*IE7*/

			}
		* html #bodyContent1 { /*IE6*/

			}
	#bodyContent2 {
		width:506px;
		height:180px;
		margin:0 0 0 8px;
		padding:0px;
		float:right;	
		border:0px solid #999999;
		}
		*+html #bodyContent2 { /*IE7*/
		
			}
		* html #bodyContent2 { /*IE6*/

			}
	#bodyContent3 {
		position:relative;
		top:8px;			
		width:200px;
		height:110px;
		margin:0 0 0 10px;
		padding:0;
		float:left;
		border:0px solid  #999999;
		}
		*+html #bodyContent3 { /*IE7*/

			}
		* html #bodyContent3 { /*IE6*/

			}
	#bodyContent4 {
		position:relative;
		top:8px;	
		width:506px;
		height:110px;
		margin:0 0 0 8px;
		padding:0px;
		float:right;
		border:0px solid  #999999;
		}
		*+html #bodyContent4 {

			}
		* html #bodyContent4 {

			}
		#bodyContent4 p.mainImageText {
			position:relative;
			top:12px;
			text-align:right;
			margin-right:24px;
			}
			#bodyContent4 p.mainImageText {
				font-size:18px;
				}
			#bodyContent4 p.mainImageText {
				font-size:18px;
				}
		.mainImageText2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #CC0000;
			font-weight: bold;
			font-size:18px;
			}
			*+html .mainImageText2 {
				font-size:18px;
				}
			* html .mainImageText2 {
				font-size:18px;
				}
		.mainImageText3 a, mainImageText3 a:visited {
			font-size:18px;
			color: #666666;
			font: bold;
			text-decoration:underline;
			}
			.mainImageText3 a:hover {
				color:#1144AA; 
				text-decoration:none;
				}
		.mainImageText4 a {
			font-size:18px;
			color: #CC0000;
			text-decoration:none;
			}
#featuredItems {
	width:728px;
	float:right;
	}
	.featuredItem1 {
		width:171px;
		height:124px;
		padding:0px;
		margin:0 8.5px 0 10px;
		float:left;	
		border:0px solid #999999;
		}
	.featuredItem2, .featuredItem3 {
		width:171px;
		height:124px;
		padding:0px;
		margin:0 8.5px 0 0;
		float:left;	
		border:0px solid #999999;
		}
	.featuredItem4 {
		width:171px;
		height:124px;
		padding:0px;
		margin:0 0 0 0;
		float:left;	
		border:0px solid #999999;
		}
		
		
#specials {
	height:55px;
	border:0;
	border-top:1px dotted #999999;
	background-image:url(images/harrisxcart-images/white_gray_blend.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	}
	#specials1 {
		float:left;
		width:295px;
		height:55px;
		color:#CC0000; 
		font-size:large; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		border:0;
		}
		* html #specials1 {

			}
		*+html #specials1 {

			}
		#specials1 p span.specials1Text1 {
			margin-left:12px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color:#CC0000;
			font-weight: bold;
			font-size: 18px;
			}
		#specials1 p span.specials1Text2 {
			color:#666666; 
			margin-left:56px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			}
			#specials1 p span.specials1Text2 a, #specials1 p span.specials1Text2 a:visited {
				color:#666666; 
				text-decoration:none;
				}
			#specials1 p span.specials1Text2 a:hover {
				color:#1144AA; 
				text-decoration:none;
				}
	#specials2, #specials3 {
		margin:0 0 0 10px;
		float:left;
		width:165px;
		border:0;
		}
		* html #specials2, *+html #specials3 {

			}
		.specialsBullet {
			color: #000000; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: x-small; 
			}
		.specialsBullet a {
			color: #666666; 
			}
		.specialsBullet a:visited {
			color: #666666; 
			}
		.specialsBullet a:hover {
			color: #1144AA; 
			}
	#specials_search {
		position:relative;
		top:-7px;
		margin:0 0 0 10px;
		float:left;
		width:215px;
		border:0;
		}
		.specialsEmail {
			color: #000000; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: x-small; 
			font-weight:bold;
			}
		.goButton2 {
			position:relative;
			top:8px;
			}

#quickLinks {
	color: #FFFFFF; 
	font-size: 9px; 
	text-transform:uppercase;
	text-align:center; 
	color: #666666; 
	font: Verdana, Arial, Helvetica, sans-serif;
	border:0;
	}
	.quickLinksNavInitCap {
		font-size: 12px;
		font-weight: normal;
		border:0;
		}
	#quickLinks a {
		color: #666666; 
		}
	#quickLinks a:visited {
		color: #666666; 
		}	
	#quickLinks a:hover {
		color: #1144AA; 
		}
/*

td.featuredItems {
	width:712px;
	height:124px;
	border:0px solid #999999;
	}
div.featuredItem1, div.featuredItem2, div.featuredItem3 {
	border:none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-small;
	text-transform:uppercase;
	color: #666666;
	float:left;
	min-width:178;
	min-height:124;
	border:1px solid #999999;
	padding:2px;
	margin-right:2px;
display:relative;
background-image:url(images/harrisxcart-images/featuredItemSpacer.gif);
	background-repeat:no-repeat;
	}
div.featuredItem4 {
	border:none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-small;
	text-transform:uppercase;
	color: #666666;
	float:left;
	min-width:178;
	min-height:124;
	border:1px solid #999999;
	padding:2px;
background-image:url(images/harrisxcart-images/featuredItemSpacer.gif);
	background-repeat:no-repeat;
	}

/*
	Dialog box
*/

/*
TABLE.DialogBox {
	WIDTH: 100%;
	height: 100%;
	vertical-align: top;
}
TD.DialogBox {
	background-color: #ffffff;
	TEXT-align: left;
	padding: 10px;
}
.DialogBorder {
	background-color: #FFC58C;
	height: 100%;
	padding: 0px;
}
TD.DialogTitle {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background-IMAGE: url(images/dialog_bg_n.gif);
	vertical-align: bottom;
	height: 15px;
	padding-TOP: 0px;
	padding-BOTTOM: 0px;
	padding-left: 10px;
	padding-right: 0px;
	TEXT-align: left;
}
FONT.DialogTitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	height: 15px;
	TEXT-align: left;
	margin-left: 10px;
}

*/

/*
	Dialog info box
*/

/*
TABLE.DialogInfo {
	WIDTH: 85%;
	TEXT-align: center;
}
.DialogInfoTitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	TEXT-align: left;
	height: 15px;
	padding-TOP: 0px;
	padding-BOTTOM: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.DialogInfoTitleBorder {
	background-color: #FFC58C;
	padding: 0px;
	vertical-align: bottom;
	height: 15px;
}
.DialogInfoBorder {
	background-color: #FFC58C;
	padding: 0px;
}
.DialogInfoIcon {
	WIDTH: 16px;
	height: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	height: 13px;
}

*/

/*
	Dialog tools section
*/

/*
.NavDialogTitle {
	WIDTH: 50%;
    font-size: 11px;
    font-weight: bold;
    color: #330000;
	padding-left: 8px;
}   
.NavDialogBorder {
	background-color: #D6D7D9;
}
.NavDialogBox {
	background-color: #FFFFFF;
}
.NavDialogSeparator {
	WIDTH: 100%;
	height: 14px;
	background-IMAGE: url(images/separator.gif);
	padding-left: 7px;
}
.NavDialogSeparator IMG {
	WIDTH: 100%;
	height: 14px;
}
.NavDialogCell {
	padding-right: 3px;
}
.NavDialogCell A IMG {
	WIDTH: 9px;
	height: 9px;
}

*/

	Product details page
*/
.ProductTitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductTitleHidden {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
.ProductDetailsTitle {
	color: #FF3300;
	font-weight: bold;
	font-size: 12px;
}
.ProductDetails {
	color: #000000;
}
.ProductPriceTitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductPriceConverting {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductPrice {
	color: #FF3300;
	font-weight: bold;
	font-size: 12px;
}
.ProductPriceSmall {
	color: #550000;
	font-weight: bold;
}
.SaveMoneyLabel {
	WIDTH: 57px;
	height: 57px;
	TEXT-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	background-IMAGE: url(images/save_money.gif);
	background-REPEAT: no-repeat;
}
.MarketPrice {
	font-size: 14px;
	FONT-FAMILY: Times New Roman;
}
.PImgBox {
	TEXT-align: left;
	vertical-align: top;
	WIDTH: 100px;
	padding-right: 8px;
}

/*
	Products list
*/
TD.PListImgBox {
	WIDTH: 125px;
	TEXT-align: center;
	vertical-align: top;
	WHITE-SPACE: nowrap;
	padding-right: 8px;
}
DIV.PListImgBox {
	WHITE-SPACE: nowrap;
}
HR.PListLine {
	WIDTH: 100%;
	height: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-left-WIDTH: 0px;
	BORDER-right-WIDTH: 0px;
}
.PListTaxBox {
	padding-left: 70px;
	padding-right: 2px;
	padding-TOP: 2px;
	padding-BOTTOM: 2px;
}
.PListCell {
	background-color: #ffffff;
	TEXT-align:left;
	padding: 10px;
	vertical-align: top;
}

/*
	Items style
*/
.ItemsList {
	color: #330000;
	font-weight: bold;
}
.ItemsListDisabled {
	color: #909090;
}
A.ItemsList:link {
	color: #330000;
	text-decoration: none;
}
A.ItemsList:visited {
	color: #330000;
	text-decoration: none;
}
A.ItemsList:hover {
	color: #330000;
	text-decoration: underline;
}
A.ItemsList:active {
	color: #330000;
	text-decoration: none;
}

/*
	Location bar
*/
.NavigationPath {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
}
A.NavigationPath:link {
	color: #000000;
	text-decoration: underline;
}
A.NavigationPath:visited {
	color: #000000;
	text-decoration: underline;
}
A.NavigationPath:hover {
	color: #000000;
	text-decoration: none;
}
A.NavigationPath:active  {
	color: #000000;
	text-decoration: underline;
}

/*
	Buttons
*/

/*
.FormButton {
	color: #330000;
	font-weight: bold;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	vertical-align: middle;
	DIRECTION: ltr;
}
TD.Button {								 
	background-IMAGE: url(images/butbg.gif);
	background-color: #68C1FF;
	background-REPEAT: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {								 
	FONT-FAMILY: Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
IMG.ButtonSide {
	WIDTH: 7px;
	height: 14px;
}
.SimpleButton TR TD {
	padding: 0px;
	WHITE-SPACE: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	color: #330000;
	font-weight: bold;
}
.GoImage {
	WIDTH: 21px;
	height: 18px;
	vertical-align: middle;
	BORDER: 0px;
}
*/

/*
	Small text/link style
*/
.SmallNote:link {
	color: #888888;
	text-decoration: none;
	font-size: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:visited {
	color: #888888;
	text-decoration: none;
	font-size: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
	color: #888888;
	text-decoration: underline;
	font-size: 9px;FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:active {
	color: #888888;
	text-decoration: none;
	font-size: 9px;FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallText {
	color: #7C4C00;
	text-decoration: none;
	font-size: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}

/*
	Category page
*/
.SubcatTitle {
	TEXT-align: left;
	WIDTH: 95%;
	padding-left: 5px;
}
.SubcatInfo {
	TEXT-align: right;
	WHITE-SPACE: nowrap;
	color: #000000;
}

/*
	Search sort bar
*/

/*

.SearchSortTitle {
	font-weight: bold;
	padding-right: 20px;
}
.SearchSortLink:link, .SearchSortLink:visited, .SearchSortLink:hover, .SearchSortLink:active {
	text-decoration: underline;
}
.SearchSortImg {
	WIDTH: 9px;
	height: 9px;
	margin-right: 5px;
}
.SearchSortCell {
	padding-right: 20px;
}
*/

/*
	Expandable section
*/
.ExpandSectionMark {
	WIDTH: 11px;
	CURSOR: pointer;
	vertical-align: middle;
}

/*
	Tab mechanism
*/
/*
.Tab {
	background-color: #FFC58C;
	font-weight: bold;
	TEXT-TRANSFORM: uppercase;
	WIDTH: 85px;
	height: 30px;
	TEXT-align: center;
}
.TabTop {
	height: 5px;
	background-color: #FFC58C;
}
TD.TableftSide {
	WIDTH: 9px;
	background-IMAGE: url(images/tab_l.gif);
}
TD.TabrightSide {
	WIDTH: 9px;
	background-IMAGE: url(images/tab_r.gif);
}
TD.TableftCorner {
	WIDTH: 9px;
	height: 9px;
	background-IMAGE: url(images/tab_c1.gif);
}
TD.TabrightCorner {
	WIDTH: 9px;
	height: 9px;
	background-IMAGE: url(images/tab_c2.gif);
}
TD.TabCenter {
	height: 9px;
	background-IMAGE: url(images/tab_b.gif);
}
IMG.TabCorner {
	WIDTH: 9px;
	height: 9px;
}
IMG.TabSide {
	WIDTH: 9px;
	height: 1px;
}
*/

/*
	Pagination mechanism
*/
.NavigationArrow {
	WIDTH: 9px;
	height: 9px;
}
.NavigationTitle {
	WHITE-SPACE: nowrap;
	height: 14px;
	padding-right: 10px;
}
.NavigationCell {
	TEXT-align: center;
	vertical-align: bottom;
	background-IMAGE: url(images/page.gif);
	WIDTH: 17px;
	height: 14px;
}
.NavigationCell A:link, .NavigationCell A:visited, .NavigationCell A:hover, .NavigationCell A:active {
	text-decoration: none;
}
.NavigationCell IMG {
	height: 1px;
	WIDTH: 17px;
}
.NavigationCellWide {
	TEXT-align: center;
	vertical-align: bottom;
	background-IMAGE: url(images/page_wide.gif);
	WIDTH: 23px;
	height: 14px;
}
.NavigationCellWide A:link, .NavigationCellWide A:visited, .NavigationCellWide A:hover, .NavigationCellWide A:active {
	text-decoration: none;
}
.NavigationCellWide IMG {
	height: 1px;
	WIDTH: 23px;
}
.NavigationCellSel {
	vertical-align: middle;
	font-weight: bold;
	TEXT-align: center;
	WIDTH: 15px;
}

/*
	Subheader styles
*/
TABLE.SubHeaderGrey {
	WIDTH: 100%;
	margin-BOTTOM: 10px;
}
.SubHeaderGrey {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
.SubHeaderGreyLine {
	height: 1px;
	background-color: #CCCCCC;
	padding: 0px;
}
TABLE.SubHeaderBlack {
	WIDTH: 100%;
	margin-BOTTOM: 10px;
}
.SubHeaderBlack {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.SubHeaderBlackLine {
	height: 1px;
	background-color: #000000;
	padding: 0px;
}
TABLE.SubHeaderRed {
	WIDTH: 100%;
	margin-BOTTOM: 10px;
}
.SubHeaderRed {
	font-weight: bold;
	padding: 0px;
}
.SubHeaderRedLine {
	height: 1px;
	background-color: #550000;
	padding: 0px;
}
TABLE.SubHeader {
	WIDTH: 100%;
	margin-BOTTOM: 10px;
}
.SubHeader {
	color: #FF3300;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
}
.SubHeaderLine {
	height: 1px;
	background-color: #FF6600;
	padding: 0px;
}

/*
	User profile page
*/
.RegSectionTitle {
	color: #550000;
	font-size: 10px;
	font-weight: bold;
}

/*
	Customer reviews module
*/
IMG.StarImg {
	WIDTH: 14px;
	height: 14px;
}

/*
	Manufacturers module
*/
.ManufacturersItem {
	TEXT-align: left;
	WHITE-SPACE: nowrap;
	WIDTH: 95%;
	padding-left: 5px;
}

/*
	Recommended products module
*/
UL.RPItems {
	padding-left: 10px;
	padding-TOP: 0px;
	padding-BOTTOM: 0px;
}

/*
	Webmaster mode
*/
SPAN.Lbl {
	color: green;
	font-weight: bold;
}
/*
.Section {
	margin: 0px;
	padding: 0px;
}
*/

/*
	Fast Lane Checkout module
*/
.FLCAuthBox {
	WHITE-SPACE: nowrap;
	padding-left: 10px;
	padding-right: 5px;
}
.FLCAuthPreBox {
	padding-left: 30px;
	height: 20px;
	WIDTH: 100%;
}
.FLCTopPad {
	vertical-align: middle;
	height: 15px;
}
.FLCTopPad IMG {
	WIDTH: 1px;
	height: 15px;
}

/*
		-- ADDONS --
*/

/*
	Gift registry module
*/
.HighLight {
	background-color: #FFFFCC;
}

/*
	Feature comparison module
*/
TABLE.CompareBtn {
	CURSOR: pointer;
}
TD.CompareBtnleft {
	height: 18px;
	WIDTH: 21px;
	background-IMAGE: url(images/compare1.gif);
}
TD.CompareBtnleft IMG {
	height: 18px;
	WIDTH: 21px;
}
TD.CompareBtnMain {
	background-IMAGE: url(images/compare2.gif);
	background-REPEAT: repeat-x;
	vertical-align: top;
	padding-left: 5px;
	padding-TOP: 2px;
}
TD.CompareBtnMainMozilla {
	background-IMAGE: url(images/compare2.gif);
	background-REPEAT: repeat-x;
	vertical-align: top;
	padding-left: 5px;
	padding-TOP: 1px;
}
TD.CompareBtnright {
	height: 18px;
	WIDTH: 9px;
}
TD.CompareBtnright IMG {
	height: 18px;
	WIDTH: 9px;
}
TD.FCompProductSelBox {
	padding: 0px;
	WHITE-SPACE: nowrap;
}
TD.FCompProductButtonBox {
	padding-left: 25px;
	padding-TOP: 0px;
	padding-BOTTOM: 0px;
	padding-right: 0px;
	WIDTH: 100%;
	WHITE-SPACE: nowrap;
}
TD.FCompProductAddCL {
	padding-TOP: 10px;
	padding-left: 0px;
	padding-BOTTOM: 0px;
	padding-right: 0px;
}

TD.FCompFeatureHCell {
	vertical-align: top;
	TEXT-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}
.HightLightEqualRow {
	background-color: #ffe8af;
	TEXT-align: center;
}

/*
	Special offers module
*/
.SpecialOffersPrice {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}
.SpecialOffersThumb {
	DISPLAY: inline;
	margin-left: -51px;
}
.SpecialOffersThumb A IMG {
	WIDTH: 47px;
	height: 44px;
}

/*
	Fancy categories module
*/

.CatMenuItemOff {
	background-color: transparent;
	color: #330000;
	BORDER-right: none;
	BORDER-TOP: none;
	BORDER-left: none;
	BORDER-BOTTOM: none;
	margin-BOTTOM: 3px;
	margin-TOP: 3px;
	margin-left: 1px;
	margin-right: 0px;
	CURSOR: pointer;
	font-size: 12px;
}
.CatMenuItemOffExp {
	background-color: transparent;
	BORDER-right: none;
	BORDER-TOP: none;
	BORDER-left: none;
	BORDER-BOTTOM: none;
	margin-BOTTOM: 1px;
	margin-TOP: 1px;
	margin-left: 2px;
	margin-right: 3px;
	CURSOR: pointer;
}
.CatMenuItemOn {   
	background-color: #FFC58C;
	color: #330000;
	BORDER-right: 0px solid;
	BORDER-TOP: none;
	BORDER-left: none;
	BORDER-BOTTOM: none;
	margin-BOTTOM: 3px;
	margin-TOP: 3px;
	margin-left: 1px;
	margin-right: 0px;
	CURSOR: pointer;
	font-size: 12px;
}
.CatSubMenu {
	background-color: #EDEDED;
	BORDER-right: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-left: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	margin-TOP: 0px;
	margin-BOTTOM: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-TOP: 2px;
	padding-BOTTOM: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.CatMenuContainer {
	WIDTH: 136px;
}
A.CatMenuItem {
	font-size: 12px;
	FONT-FAMILY: Arial;
	CURSOR: pointer;
}
A.CatMenuItem:link {
	color: #330000;
	text-decoration: none;
}
A.CatMenuItem:visited {
	color: #330000;
	text-decoration: none;
}
A.CatMenuItem:hover {
	color: #330000;
	text-decoration: none;
}
A.CatMenuItem:active {
	color: #330000;
	text-decoration: none;
}
A#nojs.CatMenuItem:hover {
    background-color: #FFC58C;
    color: #000000;
    text-decoration: none;
}
IMG.FCIcon {
	WIDTH: 16px;
	height: 16px;
	BORDER-WIDTH: 0px;
	margin-left: 2px;
	margin-right: 3px;
}
IMG.FCTriangle {
	WIDTH: 9px;
	height: 9px;
	BORDER-WIDTH: 0px;
	margin-left: 3px;
}
TABLE.FCItemTable {
	WIDTH: 100%;
	BORDER-WIDTH: 0px;
	margin: 0px;
	TEXT-align: left;
}
TD.FCIconCell {
	vertical-align: middle;
	TEXT-align: center;
}
TD.FCTriangleCell {
	vertical-align: middle;
	TEXT-align: right;
}


/*	Explorer skin */

/*
	Product configurator module
*/
.ProductBG {
	background-color: #ffffff;
}
.SlotCell {
	WIDTH: 50%;
	height: 35px;
	padding-TOP: 25px;
	background-color: #ffffff;
	TEXT-align: center;
}
.SlotProductCell {
	WIDTH: 50%;
	height: 35px;
	background-color: #ffffff;
	TEXT-align: center;
}
TABLE.PCSummaryTable {
	WIDTH: 100%;
	background-color: #ffffff;
}
.PImageImageCell {
	padding: 5px;
	TEXT-align: center;
	vertical-align: middle;
	height: 100%;
}
.PImageImageCell IMG {
	TEXT-align: center;
	vertical-align: middle;
}
.PImageNumbersCell {
	padding-right: 10px;
	padding-left: 10px;
	WHITE-SPACE: nowrap;
}
.PImageLine {
	height: 1px;
	background-color: #CCCCCC;
}
.PImageLine IMG {
	height: 1px;
}
BODY.PImage {
	background-color: #FFFFFF;
}
.PImagePageRow {
	height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}
.EqualRow {
	background-color: #ffffff;
	TEXT-align: center;
}
TD.FCChain {
	WIDTH: 18px;
	background-REPEAT: repeat-y;
}
TD.FCChain IMG {
	WIDTH: 18px;
	height: 1px;
}
TD.FCExplorerBox {
	WIDTH: 37px;

	vertical-align: top;
	background-REPEAT: repeat-y;
}
TD.PListImgBox {
	WIDTH: 125px;
	TEXT-align: center;
	vertical-align: top;
	WHITE-SPACE: nowrap;
	padding-right: 8px;
}
DIV.PListImgBox {
	WHITE-SPACE: nowrap;

}
TD.FLCDialogCell {
	WIDTH: 50%;
	height: 225px;
	TEXT-align: center;
}
TD.FLCDialogCellAntibot {
	WIDTH: 50%;
	height: 350px;
	TEXT-align: center;
}
TABLE.FLCDialog {
	WIDTH: 100%;
	height: 100%;
}
/*
	Last checkout step
*/
TD.LCSbackground {
	background-color: #FFc58c;
}
TABLE.WebBasedPayment {
	height: 100%;
	WIDTH: 100%;
}
TABLE.WebBasedPayment TR TD {
	TEXT-align: center;
	vertical-align: middle;
	height: 90%;
	padding: 0px;
}

		
		
/*
	.HeadrightBox {
	
		}
	.HeadText {
	
		}
	.HeadThinLine {
	
		}
	.HeadLine {
	
		}
	.HeadTopPad {
	
		}
	.TableftSide {
	
		}
	.TabSide {
	
		}
	.TabTop {
	
		}
	.TabrightSide {
	
		}
	.Tab {
	
		}
	.TableftCorner {
	
		}
	.TabCorner {
	
		}
	.TabCenter {
	
		}
	.TabrightCorner {
	
		}
	.Spc {
	
		}
	.TopLabel {
	
		}
	.GoImage {
	
		}
	.VertMenuleftColumn {
	
		}
	.VertMenurightColumn {
	
		}
	.VertMenuBorder {
	
		}
	.VertMenuTitle {
	
		}
	.VertMenuTitleIcon {
	
		}
	.VertMenuBox {
	
		}
	.VertMenuHr {
	
		}
	.VertMenuItems {
	
		}
	.CategoriesList {
	
		}
	.NavigationPath {
	
		}
	.DialogTitle {
	
		}
	.DialogBorder {
	
		}
	.DialogBox {
	
		}
	.SimpleButton {
	
		}
	.SmallNote {
	
		}
	.BottomRow {
	
		}
	.BottomBox {
	
		}
	.Bottom {
	
		}
*/

