body 
{
	background: #ECF0D8 url(images/CBD/background.png) repeat-x fixed left top;
}

ul.tame, ul.tame li
{
    margin: 0;
    padding: 0;
    display: list-item;
    list-style: none;
}
ul.tame li
{
    line-height: 1.25em;
}
.tameHoriz, ul.tameHoriz li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tameHoriz li
{
    display: inline;
}
br.cl
{
    clear: both;
}


/*PAGE SETUP*/

#wrapper
{
	width: 850px;
    text-align: left;
    margin: 0 auto;
    clear: both;
}

#topCorners { clear: both; }
.topLeftC { background: url(images/CBD/topLeftC.png) top right no-repeat;  height: 27px; width: 30px; float: left; }
.topRightC { background: url(images/CBD/topRightC.png) top left no-repeat;  height: 27px; width: 30px; float: left; }
.topMiddleC { background: url(images/CBD/topMiddleC.png) top left repeat-x;  height: 27px; width: 790px; float: left; }

#btmCorners { clear: both; }
.btmLeftC { background: url(images/CBD/btmLeftC.png) top right no-repeat;  height: 27px; width: 30px; float: left; }
.btmRightC { background: url(images/CBD/btmRightC.png) top left no-repeat;  height: 27px; width: 30px; float: left; }
.btmMiddleC { background: url(images/CBD/btmMiddleC.png) top left repeat-x;  height: 27px; width: 790px; float: left; }

.innerWrapper { background: transparent url(images/CBD/centerB.png) top left repeat-y; clear: both; padding: 0px 18px; } 

#header
{
	clear: both;
	background: #FFF;
    height: auto;
    text-align: right;
    padding: 0px 5px 10px 5px;
}

#menuSep { clear: both; background: #438221; height: 8px; }
.sepLeft { background: url(images/CBD/em-menu-bl.png) top left no-repeat; height:8px; width: 6px; float: left; }
.sepRight { background: url(images/CBD/em-menu-br.png) top left no-repeat; height:8px; width: 6px; float: right; }

#BannerPane { clear: both; }

#horizNav2 { overflow: auto; }
.horiz2Left { background: url(images/CBD/login-l.gif) top right no-repeat;  height: 31px; width: 9px; float: left; }
.horiz2Right { background: url(images/CBD/login-r.gif) top left no-repeat;  height: 31px; width: 9px; float: left; }
.horiz2Middle { background: #E4E4E4; height: 31px; width: 786px; float: left; line-height: 31px; font-size: 11px; }


#content
{
    background-color: #fff;
    padding: 0px 14px;
    clear: both;
}

#footer
{
    background-color: #FFF;
    clear: both;
}

#copyright
{
	clear: both;
	padding: 0px 23px;
	font-size: 11px;
	color: #424242;
}

#copyright ul { list-style-type: none; padding: 0; margin: 0; float: right; }
#copyright ul li { list-style-type: none; padding: 0; margin: 0; float: left; padding-left: 10px;}


#userName
{
}
#loginText
{
    margin-left: 1em;
}

#breadcrumb
{
	float: left;
}
.breadcrumbSep { background: #D9E3BF; margin: 0px 10px;  }
.breadcrumbSep img { vertical-align: text-top;  }




textarea#OrderNotes
{
    width: 99% !important;
}

input.submit
{
    border: 1px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    background-color: #fff;
    background-image: url(images/background-form-element.png);
    color: #333;
    font-weight: bold;
    
}
input.submit:active
{
    border: 1px double #ccc;
    border-top-color: #999;
    border-left-color: #999;
}


/*HEADER ELEMENTS*/


#logo
{
    height: 78px;
    background: url(images/CBD/CagesByDesign-logo.jpg) no-repeat top left;
    margin-right: 10px;
    display: block;
}

#logo b
{
    display: none;
}


a.wishlist
{
    background: url(images/icons/wishlist.gif) no-repeat left bottom;
}
a.cart
{
    background: url(images/icons/cart.gif) no-repeat left bottom;
}
a.account
{
    background: url(images/icons/your-account.gif) no-repeat left bottom;
}
a.faq
{
    background: url(images/icons/faq.gif) no-repeat left bottom;
}
a.contact
{
    background: url(images/icons/contact-us.gif) no-repeat left bottom;
}
a.wishlist, a.cart, a.faq, a.contact, a.account
{
    padding: 3px 15px 3px 20px;
    position: relative;
}
#header u
{
    color: #000;
    text-decoration: none;
}
#login
{
	float: right;
}

/* HEADER HORIZ NAV*/

#nav
{

    height: 35px;
    list-style: none;
    white-space: nowrap;
}
#nav a
{
    margin: 0;
    padding: 0.9em 15px;
    background: url(images/tab-sep.gif) no-repeat center left;
}
#nav a:hover, #nav #firstTab a:hover
{
    background: url(images/nav-bg-hover.gif) repeat-x center right;
}

#nav li
{
    
    position: relative;
    margin: 0;
    background: #4776BD url(images/nav-bg.gif) center left repeat;
}

#nav ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px transparent;
    text-align: left;
}
#nav li ul
{
    width: 10em;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    color: #4776BD;
}
#nav li li
{
    line-height: 2em;
    margin: 0;
    background: #F8F8F8 none;
    width: 100%;
    border-bottom: solid 1px #CECECE;
}
#nav li li a
{
    display: block;
    margin: 0;
    background: none;
    padding: 0 1em;
    color: #4776BD !important;
}
#nav li li a:hover, #nav li li:hover
{
    background: #DCDFE2 none !important;
}
#nav li > ul
{
    top: auto;
    left: auto;
}
#nav li:hover ul, #nav li.over ul
{
    display: block;
}
#nav #firstTab
{
    background-image: none !important;
    margin: 0;
}

/* LEFT NAV */

.leftNav
{
    border: 1px solid #F0EFEf;
    padding: 5px;
    margin-bottom: 5px;
}
.navHeader
{
    background: url(images/nav-header-bg.gif) no-repeat left bottom;
    height: 22px;
    line-height: 22px;
    text-indent: 5px;
    font-weight: bold;
}
.catMark
{
    font-weight: bold;
    color: #aaa;
    letter-spacing: -2px;
}

/* FOOTER ELEMENTS */
#footer ul
{
    list-style: none;
    
}

div#footerWrap
{
    height: auto;
}
.footerList
{
    text-align: left;
    height: 100%;
    display: inline;
    
    border-right: 1px dashed #ddd;
}
.topList li
{
    font-weight: bold;
    list-style: none;
}

/* CLOSER */
#closer
{
    
    margin: 1em 0;
}
#closer a
{
    
}


/* PRODUCT PAGE */
#productTopBox
{
    text-align: right;
    padding: 1.5em 10px 10px 10px;
}

#sku
{
    display: block;
}
#price
{
    font-weight: bold;
    display: block;
}
.SalePrice
{
    color: #cc0000 !important;
}
#description, #quoteBox, #otherinfo
{
    margin: 10px;
}
.prodHeader
{
    width: 99.5%;
    height: 1.2em;
    color: #6B6F83;
    clear: both;
    font-weight: bold;
    padding: 3px 5px;
    border-bottom: solid 2px #4776BD;
}
#quoteBox input, #quoteBox select
{
    display: block;
    margin: 5px 0;
}
#mainImg
{
    margin: 0 10px 10px 0;
    
}
.AddToCartButton, .AddToWishButton, #Quantity
{
}
.addToForm
{
    margin-top: 1em;
}
#shipQuoteLabels
{
    width: 10em;
    height: auto;
    
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
#shipQuoteLabels label
{
    display: block;
    line-height: 2em;
}
#ShipQuote, #yourQuote
{
    font-weight: bold;
    line-height: 2em;
}
#shipQuoteWrapper
{
    height: auto;
    
}
#navArrows
{
    float: right;
}

/* ENTITY LANDING PAGE */

.topFeature
{
    
    width: 24.8%;
    height: auto;
    text-align: left;
}

.topFeatureP
{
    margin: 0;
    padding: 0.5em;
    text-align: left;
}
.topFeature p
{
    margin: 0;
    text-align: left;
}
.topFeatureP img
{
    margin-bottom: 0.5em;
}
.topPrice, .topName
{
    font-weight: bold;
    text-align: left;
}

#entitySep
{
    clear: both;
    margin-top: 1em;
}
.btmP
{
    clear: left;
    border-bottom: 1px solid #C6C3BA;
    
    width: 683px;
    margin: 0.5em 0;
    padding: 0.5em;
}
.btmP img
{
    
    margin-right: 1em;
}
.btmP span
{
    display: block;
}
.btmName, .btmPrice, .btmSalePrice
{
    font-weight: bold;
}
.btmDescription, .topDescription
{
    display: block;
    padding-bottom: 1em !important;
}
.btmPrice
{
}
.btmSalePrice
{
    color: #cc0000;
}
.btmInStock, .btmOutStock, .topInStock, .topOutStock
{
    display: inline !important;
    font-weight: bold;
    color: #4776BD;
}
.btmOutStock, .topOutStock
{
    color: #aaa;
}
#entityPageHeader p
{
    margin-top: 0;
}
#entityPageHeader img
{
    margin: 0 1em 0.5em 0;
    float: right;
}

.entityCategory
{
    margin: 0 0 1em 0;
}

/* OTHER SELECTORS */
.MediumCell, .LightCell
{
    border: none;
}

.error
{
    font-weight:bold;
    color:#ff0000;
	line-height: 35px;
}

.errorLg
{
    color: #CC0000;
    font-weight: bold;
}

.SBProdName
{
}
.SBCatName
{
    font-weight: bold;
}

.PBCartFull
{
    color: #00F;
    font-weight: bold;
}



/* COMPONENT ART HORIZONTAL MENU */

#PageMenu table { border-collapse: collapse; border-spacing: 0; }

.TopMenuGroup
{
    border: solid 0px #000;
    background-color: transparent;
}

.TopMenuItem, .TopMenuItemHover
{
	cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0;
    vertical-align: middle;
	font-weight:bold;
	
	height: 30px; 
	color: #757473; 
	line-height: 30px; 
	text-align: center; 
	font-size: 11px; 
	text-decoration: none;
	border-right: solid 1px #FFF;
	background: #D9E3BF url(images/CBD/topmenu-r.png) top right no-repeat;
	border-collapse: collapse; border-spacing: 0;
}
.TopMenuItemHover
{
	background: #438221 url(images/CBD/topmenu-r.png) top right no-repeat;
    color: #FFF; 
}

.TopMenuItem td, .TopMenuItemHover td
{
	padding: 0px 14px 0px 7px;
	margin: 0 1px 0 0;
	vertical-align: top;
}

/*leaf menu items*/
.MenuGroup
{
    border:1px solid #CACACA;
    margin: 0px !important;
    padding: 0px !important;
    opacity: 0.9;
    border-collapse: collapse; border-spacing: 0;
}

.MenuGroup td, .MenuGroupHover td
{
}

.MenuItem, .MenuItemHover, .MenuItemDown
{
    border: solid 0px white;
    cursor: hand;
    cursor: pointer;
    margin: 0px !important;
    background: #FFF;
    width: 100%!important;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
	line-height: 25px;
	vertical-align: middle;	
	color: #757473;
	border-collapse: collapse; border-spacing: 0;
}
.MenuItem td, .MenuItemHover td, .MenuItemDown td { padding: 0px 15px 0px 15px; vertical-align: middle; }
td.MenuItem, td.MenuItemHover, td.MenuItemDown { padding: 0px 15px 0px 15px; }

.MenuItemHover
{
    color: #284F99; background: #E6E6E6; 
}

.ScrollItem
{
    background-color: green;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItemH
{
    background-color: aqua;
    color: orange;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItemA
{
    background-color: Lime;
    color: yellow;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}
/*
-----------------------------------------------------------------------
 Component Art Vertical Menu Style:
-----------------------------------------------------------------------


.VertTopMenuGroup
{
  border:solid 0px #003167;
  background-color:transparent;
}

.VertMenuGroup
{
  border:solid 0px #003167;
  background-color:transparent;
}

.VertTopMenuItem
{
  color:#FFFFFF;
  cursor:hand;
  cursor:pointer;
  padding-top: 2px;
  padding-bottom: 2px;
}

.VertTopMenuItem td {color:#FFFFFF;}
.VertTopMenuItem td {color:#FFFFFF;}
.VertTopMenuItem td {color:#FFFFFF;}
td.VertTopMenuItem {color:#FFFFFF;}

.VertTopMenuItemHover
{
  color:#444444;
  background-color:#FEDF15;
  cursor:hand;
  cursor:pointer;
  padding-top: 2px;
  padding-bottom: 2px;
}

td.VertMenuItem
{
  background-color:White;
  color:#444444;
  border: solid 0px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

td.VertMenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  border: solid 0px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.VertMenuItem
{
  background-color:White;
  color:#444444;
  border: solid 0px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.VertMenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  border: solid 0px white;
  cursor:hand;
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.VertScrollItem
{
  background-color:#FBFBFB; 
  border:solid 0px #FBFBFB; 
  cursor:default;
  text-align:center;
}

.VertScrollItemH
{
  background-color:silver; 
  color:black; 
  border:solid 0px gray; 
  cursor:default;
  text-align:center;
}

.VertScrollItemA
{
  background-color: darkgray; 
  color:black; 
  border:solid 0px gray; 
  cursor:default;
  text-align:center;
}
*/

/*
-----------------------------------------------------------------------
 Component Art Tree Style:
-----------------------------------------------------------------------


.TreeView 
{ 
  background-color:transparent;
  border: #919191 0px solid; 
  padding-top:2px;
  cursor: default; 
  color: #FFFFFF;
  cursor: hand;
  cursor:pointer;
}

.TreeNode 
{ 
  color: #FFFFFF;
  padding:0px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: hand; 
  cursor:pointer;
}

.HoverTreeNode 
{ 
  color: #FFCC00;
  padding:0px;
  padding-left: 3px; 
  padding-right: 3px; 
  text-decoration: none; 
  cursor: hand; 
  cursor:pointer;
}

.SelectedTreeNode 
{ 
  padding:0px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #a0a0a0; 
  cursor: hand; 
  cursor:pointer;
}

.NodeEdit 
{
  border:1px silver solid;
}

*/

#AjaxShipping
{
    width: 99%;
    border: solid 1px #444;
    height: 100%;
    
    padding: 3px;
}
#AjaxShipping h4
{
    margin: 0 0 0.5em 0;
    font-weight: bold;
}
.AjaxShippingLabel
{
    width: 175px !important;
    
    font-weight: bold;
    clear: left;
}
#AjaxShipping input, #AjaxShipping select
{
    
}
#AjaxShippingCountry, #AjaxShippingState, #AjaxShippingZip, #AjaxShippingEstimate
{
    
    clear: left;
    border-top: solid 1px #eee;
    width: 99%;
    padding: 3px 0;
}
#ShipQuote
{
    
    margin: 0;
}
/* Set Visibility to :hidden and uncomment 'display' to turn off */
#AjaxShippingCountry
{
    visibility: visible;
    /*display:none;*/
}
#AjaxShippingState
{
    visibility: visible;
    /*display:none;*/
}
.OrderOptionsTitle  {}
.OrderOptionsRowHeader  {}
.OrderOptionsName  {}
.OrderOptionsDescription  {}
.OrderOptionsPrice  {}

/* Kit Specific Styles */
#KitSideBar
{
	border:solid 1px Gray;
	position:absolute;
	z-index:99; /*999999999 !important;*/
	width:180px;
	background-color:#FFFFE1;
	/*right:10px;*/
	margin-left: 10px;
}

#KitAddToCartForm
{
	padding: 5px 5px 10px 5px;
	margin: 0px 5px 0px 5px;
	border-top: solid 1px Gray;
	text-align: center;
}

#KitPlaceHolder
{
	width:150px;
}

#KitTable
{
	width:500px;
	/*border-top: solid 1px red;*/
		
}

#KitTable td
{
	padding: 4px 0px 4px 0px;
}

#KitAddToCartFormHeader
{
	border-bottom:solid 3px #444;
	/*height:15px;*/
	text-align:center;
}

#KitAddToCartFormPrice
{
	line-height:30px;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border-bottom: solid 1px Gray;
}

.KitAddToCartFormPrice
{
	/*line-height:30px;*/
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border-bottom: solid 1px Gray;
}

.KitAddToCartFormDetailsHeader
{
	text-align:center;
	text-decoration:underline;
}


.KitAddToCartFormDetails
{
	padding: 0px 5px 0px 5px;
	margin-left: 10px;
}

.KitTableGroup
{
	/*
	border-top:solid 1px Black;	
	border-left:solid 1px Black;	
	border-right:solid 1px Black;	
	border-bottom:solid 5px Green;	
	line-height:20px;
	*/
	background-color: #f5f5f5; 
}

.KitRowSpacer
{
	/*height:45px;*/
}

.KitSpacer
{
	/*
	border:solid 1px Lime;
	background-color:Aqua;
	*/
	height:10px;	
}



#KitAddToCartFormDetailsHeader
{
	text-align:center;
	text-decoration:underline;
}

#KitAddToCartFormDetails
{
	padding: 0px 5px 0px 5px;
	margin-left: 10px;
}

#KitSideBar input[type="button"]
{
	width:120px;	
	text-align:center;
	margin-top:3px;
}


.KitRegularBasePrice
{
	font-style:italic;
	text-decoration:line-through;
}

.KitBasePrice
{
}

.KitBasePriceOnSale
{
}

.KitCustomizedPrice
{
}

.KitCustomizedPriceOnSale
{
}

.KitLevelPrice
{
}

.KitLevelPriceOnSale
{
}

.ShippingAndTaxEstimateAddress
{
	border: solid 1px #aaa;
	width:100%;
}

.ShippingAndTaxEstimateAddress .Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}

.ShippingAndTaxEstimateAddress .Caption
{
	width:30%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimateAddress .Value
{
	width:70%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimateAddress .ErrorMessage
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	color:Red;
	font-weight:bold;
}

.ShippingAndTaxEstimator
{
	border:solid 1px #aaa;
}

.ShippingAndTaxEstimator .Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}

.ShippingAndTaxEstimator .Caption
{
	font-weight:bold;
	width:30%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimator .Value
{
	width:70%;
	text-align:right;
	vertical-align:top;
}

.WishListWarning
{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #ff0000;
}

.ShippingEstimatorPanel
{
	width:350px;
	border:dashed 1px gray;
	padding: 5px 5px 5px 5px;
}

#KitError
{
	text-align:center;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

#lblKitError
{
	color:Red;	
}

/* default class for stock hint display */
.StockHint
{
}

.StockHint_OutOfStock
{
	color:red;
}

.StockHint_InStock
{
	color:blue;
}

/* indented class variation for stock hint display */
.StockHint_Indented
{
	text-indent:10px;
}

.StockHint_Indented_OutOfStock
{
	color:red;
}

.StockHint_Indented_InStock
{
	color:blue;
}


/*********************************************/
/*****************For TabbedUI****************/
/*********************************************/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: -1px;
border: 1px solid #778;
color: #696969;
background: white url(images/tab_out.gif) top left repeat-x;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
background: white url(images/tab_over.gif) top left repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/tab_over.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none; 
}

.overviewContent
{ 
 border-right: 1px solid; border-top: 1px solid; border-left: 1px solid; border-bottom: 1px solid; 
 }
 
.ProductNameTextinTab
{
	font-weight: bold;
}


/*Menu Styles*/
#horizNav
{
	padding: 0px 15px;
    text-align: left;
    float:left;
	position: relative;
}


/*Custom Menu styles
#horizNav table
{
	margin:0;
	padding:0;
}

#horizNav td
{
	float:left;
	margin: 0;
	padding:0;
	position:relative;
	white-space: nowrap;

	z-index: 2;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}


#horizNav td a:link, #horizNav td a:visited, #horizNav td a:hover, #horizNav td a:active 
{
	padding: 0px 14px;
	margin: 0 1px 0 0;
	background: #D9E3BF; 
	height: 30px; 
	color: #757473; 
	font-weight: bold; 
	line-height: 30px; 
	text-align: center; 
	font-size: 11px; 
	float:right;
	text-decoration: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px; 
    -moz-border-radius-topright: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
} 
#horizNav td a:hover { background: #438221; color: #FFF; }

#horizNav td ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 30px;
	left: 0px;
	display: none;
	cursor: hand;
    cursor: pointer;
    z-index: 1000;
    background: #FFF;
	border:1px solid #CACACA;
}

#horizNav td ul li
{
	padding: 0px;
	margin: 0px;
	background: transparent;
	white-space: nowrap;
	opacity: 0.9;
	float: none;
}

#horizNav td ul li a:active,
#horizNav td ul li a:link,
#horizNav td ul li a:visited,
#horizNav td ul li a:hover
{
	text-align: left;
	margin: 0p;
	padding: 0px 15px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: none;
	
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px; 
    -moz-border-radius-topright: 0px; 
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}
#horizNav td ul li a:hover { color: #284F99; background: #E6E6E6;}*/

/* Homepage */
#popup  
{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	width: 295px;
	height: 381px;
	padding:12px;
	padding-top: 5px;
	font-size: 12px;  
}

#popClose { text-transform: uppercase; cursor: pointer; font-weight: bold; }
a#popClose:hover, a#popMove:hover { text-decoration: underline; }
#popMove { text-transform: uppercase; margin-right: 10px; cursor: move; font-weight: bold; }
.popContent { }


/* Red Template */
.TopMenuItemRed, .TopMenuItemHoverRed
{
	cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0;
    vertical-align: middle;
	font-weight:bold;
	
	height: 30px; 
	color: #757473; 
	line-height: 30px; 
	text-align: center; 
	font-size: 11px; 
	text-decoration: none;
	border-right: solid 1px #FFF;
	background: #D9E3BF url(images/CBD/topmenu-r.png) top right no-repeat;
	border-collapse: collapse; border-spacing: 0;
}
.TopMenuItemHoverRed { background: #8C2521 url(images/CBD/topmenu-r.png) top right no-repeat; color: #FFF; }
.TopMenuItemRed td, .TopMenuItemHoverRed td { padding: 0px 14px 0px 7px; margin: 0 1px 0 0; vertical-align: top; }
#menuSepRed { clear: both; background: #8C2521; height: 8px; }
#breadcrumbRed { float: left; }
#breadcrumbRed .breadcrumbSep { background: #8C2521; margin: 0px 10px;  }

/*Yellow Template*/
.TopMenuItemYellow, .TopMenuItemHoverYellow
{
	cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0;
    vertical-align: middle;
	font-weight:bold;
	
	height: 30px; 
	color: #757473; 
	line-height: 30px; 
	text-align: center; 
	font-size: 11px; 
	text-decoration: none;
	border-right: solid 1px #FFF;
	background: #F5EBB3 url(images/CBD/topmenu-r.png) top right no-repeat;
	border-collapse: collapse; border-spacing: 0;
}
.TopMenuItemHoverYellow { background: #FCC203 url(images/CBD/topmenu-r.png) top right no-repeat; color: #FFF; }
.TopMenuItemYellow td, .TopMenuItemHoverYellow td { padding: 0px 14px 0px 7px; margin: 0 1px 0 0; vertical-align: top; }
#menuSepYellow { clear: both; background: #FCC203; height: 8px; }
#breadcrumbYellow { float: left; }
#breadcrumbYellow .breadcrumbSep { background: #FFE0AB; margin: 0px 10px;  }

/* Misc Content Styles */
.SubHead {
	color:#575757;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0;
}
.Head {
	color:#284F99;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
}
.normal, .Normal, .WizardText {
	color:#424242;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

hr 
{
	color:#696969;
	height:1pt;
	text-align:left;
}

.faqHead { margin-top: 10px; cursor: pointer; }
.faqA { display: none; }
