/*****************************************************
*	Reset the CSS
*****************************************************/
@import url("reset-min.css");


/*******************************
* Html tags
********************************/
html, body { height: 100%; text-align: center; margin: 0 auto; padding: 0;  }
table { font-size: 12px; font-family: Verdana, Arial; }
img { vertical-align: bottom; }

/********************************
* Page Layout
*********************************/
#PageMaster { background: url('images/page-bg.gif') repeat-y; margin: 0 auto; min-height: 100%; padding: 5px 0 0 0; position: relative; text-align:center; width: 822px; }
* html #PageMaster  { height: 100%; } /* Hack for IE, Reset to 100% height */

	#PageMasterBorder { margin: auto; width: 780px; }

		#MenuWrap { text-align: center; margin: 0 auto; padding: 0; width: 780px; background: #BDE18D; }
			#Menu { padding: 0 5px; height: 26px; } 

		#ContentWrap { background: #fff; padding: 20px 0 40px 0; position: relative; overflow: auto; text-align: left; width: 780px; z-index: 1; }
		*html #ContentWrap { float: left; clear: both; }
			#NavBar { padding: 5px 5px 25px 5px; }		
			#ContentWrap .Leftpane { float:left; display:inline; overflow: hidden; width: 185px; }
			#ContentWrap .Contentpane { float:left; display:inline; margin: 0 0 0 10px; overflow: hidden; width: 580px; }

		#Footer { height: 200px; text-align:center; position: absolute; left: 21px; right: 1px; bottom: 0px; width: 780px; z-index: 2;  }
			#FooterContent { background: #300152; border-bottom: 1px solid #820145; border-top: 1px solid #820145; height: 30px; line-height: 30px; position: absolute; bottom: 0; left: 0px; width: 780px; z-index: 1000; } 
				#FooterContent a:link, #FooterContent a:visited, #FooterContent a:hover, #FooterContent a:focus, #FooterContent a:active { color: #999; }

/*
================================
Page classes for content
================================
*/
.clear {  clear:both; height:1px; overflow:hidden; }



.breadcrumb { float: left;  }
.login { float:right; display:inline; }


.menuitems { float:left; width: 500px; display:inline; color: #FFFFFF; }
.menuitems span { float:left; color: #FFFFFF; }

.StoreTitle { color: #FFF; background: #449827; width: 500px; text-align:left; text-indent: 20px; font-size: 14px; font-weight: bold; position: absolute; top: 10px; font-family: Arial; }
.Search { float:right; width: 180px; display:inline; padding: 8px 40px 0 0; color: #FFF;  }
.Search a.SkinObject { color: #FFF; background: #449827;}




/* 
================================
Web part styles
================================
*/ 
.ProductHeader{ background: #820145; color: #FFFFFF; }
.MainMenu_MenuItem { color: #000; }
.MainMenu_MenuItemSel { background: url('menuon.png') repeat-x; color: #000; }
#footimage a { color: #000; }
#footimage span { color: #000; }
#menu a { color: #000; }



/* 
================================
Cart Box
================================
*/ 
.CartTableHeader { background: #820145; }
.CartTableFooter { background: #820145; }



/*
=================================================================
StoreCartMenu
=================================================================
*/
.StoreCartMenu { float: left; text-align: left; }



/* 
=================================================================
Checkout Step1
=================================================================
*/
#WhatIsCCVInfo { position: absolute; padding: 0 5px; width: 970px; _width: 980px; left: 0px; top: 935px; _top: 958px; background: white; border: solid 2px black; display: none; z-index: 200; }
#WhatIsCCVInfoRow1 h3 { float: left; _padding: 10px 0; width: 950px; _width: 945px; text-align: center; font-size: 16px; font-weight: bold; }
#WhatIsCCVInfoRow2 { display: inline; float: left; }
#WhatIsCCVInfoRow3 { display: inline; float: left; }
#WhatIsCCVInfoRow4 { display: inline; float: left; }

.WhatIsCCVInfoClose { position: relative; top: 10px; }

.WhatIsCCVInfoCell { float: left; width: 320px; }
.WhatIsCCV { color: Blue; text-decoration: underline; cursor: help; }
a.WhatIsCCV:visited {  background: red;  }
a.WhatIsCCV:hover { color: Blue;  cursor: hand; text-decoration: underline; }

.CCV_card_title { display: block; padding: 0 0 0 30px; }
.CCV_img { display: block; height: 120px; }
.CCV_desc { display: block; padding: 0 10px;  }



/* 
=================================================================
    CSS STYLES FOR HouseMenu
=================================================================

*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************
*/
#houseMenuH { /* menu wrapper div */	
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
	z-index: 100;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH { /* menu wrapper div */
	width: 100%;
	height: 24px;
}

#houseMenuH ul { /* all submenu lists */
	line-height: 14px;
	background-color: #eee;
}

#houseMenuH li { /* all list items */
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 144px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 13px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	padding: 6px;
	width: 134px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	height: 13px;
	_height: 100%;
	/* end hack */
	text-indent: 15px;
	background: url('/images/SubMenuLinkSpacer.gif') repeat-y;
}

#houseMenuH li a:hover {

	padding: 5px;
	height: 14px;
	color: #FFF;
}

#houseMenuH li li a:hover {
	padding: 6px 0 6px 6px;
	background: transparent; 
}

#houseMenuH li ul { /* second-level lists */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 1px 0 0 0;
	_margin: 0;
	padding: 0 30px 0 0;
	/* end hack */
	line-height: 14px;
	background: #FF9900;
}

#houseMenuH a.ArrowPointer { text-indent: 10px; background: url('/images/DropMenuArrow.gif') no-repeat 0 6px; }


#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuHParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHCurrentLink
{ /* current link itself */
	margin: 1px;
	padding: 4px;
	height: 14px;
	text-indent: 5px;
	background: url('/images/CurrentLinkArrow.gif') no-repeat 0 6px; 
	text-decoration: none;
	text-indent: 15px;
}






