/*
-----------------------------------------------
jenkon template styles for screen media
author:   dan rubin
updated:  May 5, 2004
----------------------------------------------- */


/* global
----------------------------------------------- */

body {
/* All Sides */
margin:0;
padding:0;
background:#fff url(/Images/bg_body.gif) no-repeat right bottom;
}

a:link 		{
	color: #6666CC;
	text-decoration: underline;
}
a:visited 	{
	color: #6666CC;
	text-decoration: underline;
}
a:hover		{
	color: #FF9900;
	text-decoration: underline;
}

img { border:none; }


/* ------------------- layout ------------------------------ */

#wrapper {
background:url(/Images/bg_wrapper.gif) repeat-x left top;
}

#header {
/*background:url(/Images/bg_header_right.gif) no-repeat right top; */
}

#header2 {
position:relative;
/* Height changes menu (nav or menuBar) location */
height:100px;
/*background:url(/Images/bg_header_left.gif) no-repeat left top; */
}

/* Separates header portion from lower content when no navigation is present */
#header-separation {
	height: 34px;
	background-color: #B4CEE4;
	font-family:tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #798F3E;
	/* Margin -  All Sides */
	margin: 0;
	/* position: relative; */
	/* Padding - All Sides */
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #31669B;
	border-right-color: #31669B;
	border-bottom-color: #31669B;
	border-left-color: #31669B;
}

/* ------------------------------ Tab Navigation --------------------------------- */

/* navigation - sliding doors (http://www.alistapart.com/articles/slidingdoors/ */
#nav {
position: absolute;
left:0;
bottom:0;
width:100%;
background:url(/Images/bg_nav.gif) repeat-x bottom;
font-family:tahoma, verdana, sans-serif;
font-size:11px;
font-weight:bold;
line-height:normal;
}

#nav ul {
float:left;
/* Top, right, bottom, left */
margin:0 0 0 9px;
/* Top, right, bottom */
padding:10px 10px 0;
list-style:none;
}

#nav li {
float:left;
background:url(/Images/tab_left.gif) no-repeat left top;
/* Top, right, bottom, left */
margin:0 0 0 1px;
/* Top, right, bottom, left */
padding:0 0 0 8px;
/* Border Color */
border-bottom:1px solid #88A145;
}

#nav a {
float:left;
display:block;
width:.1em;
background:url(/Images/tab_right.gif) no-repeat right top;
/* Top, right, bottom, left */
padding:6px 23px 5px 15px;
color:#9DB757;
text-decoration: none;
white-space:nowrap;
}

#nav > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

/* change the #current state to use body id's and place id's on each li */
#nav #current {
background-image:url(/Images/tab_left_on.gif);
border-width:0;
}
#nav #current a {
background-image:url(/Images/tab_right_on.gif);
padding-bottom:6px;
color:#fff;
text-shadow: #6B7B3F 2px 2px 2px;
}

#nav a:hover {
color:#728B2F;
}

/* ------------------- Subnav - Portal ------------------------ */
#subnav-wrapper {
height: 34px;
background-color: #AEC373;
font-family:tahoma, verdana, sans-serif;
border-bottom: 1px solid #693;
}

#subnav {
float:left;
width:100%;
font-size:11px;
/* line-height - sets the distance between lines */
line-height:normal;
}

#subnav ul {
/* Margin -  All Sides */
margin:0;
/* Top, right, bottom */
padding:4px 20px 0;
list-style:none;
}

#subnav li {
float:left;
/* Margin -  All Sides */
margin:0;
/* Padding - All Sides */
padding:0;
}

#subnav li.first {
background:url(/Images/bg_subnav_separator.gif) no-repeat left top;
}

#subnav a {
float:left;
display:block;
background:url(/Images/bg_subnav_separator.gif) no-repeat right top;
width:.1em;
/* Top, Right, Bottom, Left */
padding:6px 15px 8px 13px;
text-decoration:none;
color:#6F872F;
white-space:nowrap;
}

#subnav li.first a {
padding-left: 14px;
}

/* commented backslash hack
hides rule from ie5-mac \*/
#subnav a {float:none;}
/* end ie5-mac hack */

#subnav > ul a {width:auto;}

#subnav a:hover {
color:#4E6219;
}

#subnav .sub-current a {
color: white; /* orange, same as "sign in" button */
font-weight: bold;
}


/* ------------------------- Adx MenuBar -------------------- */
/* --------------------------------------------------------------------- */

/*		------	Basic style	------		*/

#menuBar-wrapper {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#menuBar {
	/*
	height: ??;
	Since we are floating all LIs, then you need to set height in the make-up part, if you want to place some background on the menu
	*/
	display: block;
	/* Padding - All Sides */
	padding: 0px;
}

#menuBar ul {
	/* Margin -  All Sides */
	margin: 0;
	/* Border -  All Sides */
	border: 0;
	/* Removes LI Bullet */
	list-style-type: none;
	/* Padding - All Sides */
	padding: 0px;
}

#menuBar li {
	/* Margin - All Sides */
	margin: 2;
	/* Top, Right, Bottom, Left */
	padding: 1px 15px 1px 0px;
	/* Border - All Sides */
	border: 0;
	/* Block - puts element on its own line */
	display: block;
	/* Controls the floating behavior within content div */
	float: left;
	position: relative;
}

#menuBar a {
	/* Block - puts element on its own line */
	display: block;
}

* html #menuBar li a {
	position: relative;/* Fix IE6's inability to expand clickable area */
}

#menuBar li ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}

/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #menuBar li ul {
	display: none;
}

#menuBar li li {
	width: 100%;
	/* Padding - All Sides */
	padding: 0px;
}


/* fix the position */
#menuBar li li ul {
	top: 0;
	left: 100%;
}

/* simulate child selector for IE */
div#menuBar li:hover ul,
#menuBar li:hover li:hover ul,
#menuBar li:hover li:hover li:hover ul {
	visibility: visible;
}
div#menuBar li:hover li ul,
#menuBar li:hover li:hover li ul,
#menuBar li:hover li:hover li:hover li ul {
	visibility: hidden;
}

/* do the normal show, with increased specificity, for good browsers */
#menuBar ul#menuList li:hover>ul {
	/* Block - puts element on its own line */
	display: block;
	visibility: visible;
}


/*		------   Make-up	--------			*/

#menuBar {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #7f98c6;
	border-top: 1px solid #6591e2;
	border-bottom: 1px solid #6591e2;
	height: 22px;/* 	Height mentioned above	 */
	padding: 0px 0px 0px 16px;
	font-weight: bold;
}

#menuBar li:hover {
	background-color: #5878b3;
}

#menuBar a {
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	/* Top, Right, Bottom, Left */
	padding: 4px 5px 5px;
}

#menuBar a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menuBar li:hover>a, #menuBar a:hover {
	color: #FFFFFF;
}

#menuBar li ul {
	color: #FFFFFF;
	background-color: #9daece;
	/* All Sides, style, color */
	border: 1px solid #6591e2;
	width: 130px;
}

#menuBar li ul a {
	text-align: left;
}

#menuBar li ul a.submenu {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
}



/* --------------------------------------------------------------- */
/* ------------------------- End Adx Menu ------------------------ */



/* ---------------------------- Contact Info ---------------------------- */
/* ---------------------- Before Main Content --------------------------- */

#contact-wrapper {
height: 60px;
/* Border Appearance - Size, type, color */
background-color: #D5E0B7;
background-image: url(../Images/bg_contact.gif);
background-repeat: repeat-x;
border-bottom: 1px solid #693;
font-family:tahoma, verdana, sans-serif;
font-size: 11px;
color: #798F3E;
/* Margin - All Sides */
margin: 0;
}


#contact {
width:100%;
font-size:11px;
/* color: #798F3E; */
color: #fffAE7;
/* line-height - sets the distance between lines */
line-height:normal;
display: inline;

}

#contact ul {
/* Margin -  All Sides */
margin:0;
/* Top, Right, Bottom, Left */
padding: 2px 6px 0 4px;
list-style:none;
float: left;
}

#contact li {
float: left;
/* Margin -  All Sides */
margin:0;
/* Padding - All Sides */
padding: 0px;
/* background: url(/Images/bg_subnav_separator.gif) no-repeat right top; */
}

#contact li li {
/* Padding - All Sides */
padding: 0px 16px 0px 6px; /* Padding originally 0 */
/* block - puts element on its own line */
display: block;
float: none;
}

#contact li.first {
background:url(/Images/bg_subnav_separator.gif) no-repeat left top;
}

#contact a {
float:left;
display:block;
/* background:url(/Images/bg_subnav_separator.gif) no-repeat right top; */
/* width:.1em; */
/* padding:6px 15px 8px 13px; */
text-decoration:none;
color: #ffffff;
white-space:nowrap;
}

#contact li.first a {
/* Provides left spacing from page margin */
padding-left: 14px;
}

/* commented backslash hack
hides rule from ie5-mac \*/
#contact a {float:none;}
/* end ie5-mac hack */

#contact > ul a {width:auto;}

#contact a:hover {
color:#ffffff;
}

#contact .sub-current a {
color: white; /* orange, same as "sign in" button */
font-weight: bold;
}

/* ------------------ Before Content Area ------------------------------- */
/* ------------------ End Sub Nav 2 - Contact Info ------------------------- */


/* ------------------ Right Aligned Below Main Tabs ------------------------ */

.signin-status {
position:absolute;
right:19px;
top:19px;
text-align:right;
}

#cart-status {
position:absolute;
right:20px;
top:85px;
height:20px;
text-align:right;
float: right;
}

#cart-status-contact {
right:20px;
text-align:right;
/* Top, Right, Bottom, Left */
padding:0px 12px 2px 2px;
}

/* cart-status text appearance */
#cart-status-contact p {
/* Margin -  All Sides */
margin:0;
color: #fffae7;   /* #798F3E; */
font-size:10px;
font-family:tahoma,verdana,helvetica,arial,sans-serif;
padding-top: 4px;
line-height:13px;
float: right;
display: inline;
}

#cart-status-contact p img {
margin-left:3px;
padding-top: 2px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html #cart-status {
top:87px;
}
/* End IE5-Mac hack */



#content-wrapper {
/* Top, Right, Bottom */
margin:0px 0 0;
/* Top, Right, Bottom, Left */
padding:0 0 0px 0;
width: 100%;
/* background:url(/Images/bg_contentwrapper.gif) no-repeat 279px 0; */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html #content-wrapper { width:100%; }
/* End IE5-Mac hack */

/* ----------------------- Volume DIV -------------------------- */

#volume-wrapper {
	/* Height of Volume Info */
	height: 50px;
	background-color: #dce9f7;
	/* Border - size, style, color */
	border-bottom: 1px solid #608ebd;
	border-top: 0px;
	border-left: 0px solid #608ebd;
	border-right: 0px solid #608ebd;
	font-family:tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #798F3E;
	/* Margin -  All Sides */
	margin: 0;
	position: relative;
	padding: 0px;
	width: 100%;
}

#volume-wrapper2 {
	height: 34px;
	background-color: #dce9f7;
	/* Border - Size, Style, Color */
	border-top: 0px solid #608ebd;
	border-bottom: 1px solid #608ebd;
	border-left: 0px solid #608ebd;
	border-right: 0px solid #608ebd;
	font-family:tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #006699;
	/* Margin -  All Sides */
	margin: 0;
	/* position: relative; */
	/* Padding - All Sides */
	padding: 0px;
	width: 100%;
}

#volume {
	width:100%;
	font-size:11px;
	color: #006699;
	line-height:normal;
	background-color: #dce9f7;
	display: inline;
}

#volume li {
	list-style: none;
}

#volume ul {
	/* Margin -  All Sides */
	margin:0;
	/* Top, Right, Bottom, Left */
	padding: 2px 0px 0px 20px;
	list-style:none;
	float: left;
	display: inline;
}


#volume ul.details {
	/* Margin -  All Sides */
	margin:0;
	/* Top, Right, Bottom, Left */
	padding: 2px 0px 0px 0px;
	/* Removes Bullet from LI */
	list-style:none;
	float: left;
	/* Inline - Element will be displayed as an inline element, with no line break before or after the element */
	display: inline;
}

#volume-label {
	color: #5B6929;
	font-weight: bold;	
}

.volume-value-text {
	color: #5B6929;
}


/* ------------------------ sidebar layout ---------------------- */


#sidebar-wrapper {
/* float:left; */
}

/* this hack fixes the peekaboo bug in IE-win on the sidebar */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html #sidebar-padding { height:1%; }
/* End IE5-Mac hack */

#sidebar {
width:245px;
/* Top, Right, Bottom, Left */
margin:0 20px 13px 16px;
/* Top, Right, Bottom */
padding:0 0 23px;
background:url(/Images/corners_sidebar_bot.gif) no-repeat left bottom;
}

#sidebar2 {
/* Top, Right, Bottom */
padding:12px 0 0;
background:url(/Images/corners_sidebar_top.gif) no-repeat left top;
}

#sidebar-padding {
/* Top, Right - If side is not specified opposite side provides measurement  */
padding:0px 20px;
background-color: #FFFAE7;
background:url(/Images/rails_sidebar.gif) no-repeat left top;
}

#sidebar-bg {
background:url(/Images/bg_sidebar.gif) no-repeat left bottom;
}

#note {
/* width:263px; */
/* Top, Right, Bottom, Left */
margin:0 20px 15px 16px;
}

#note-padding {
/* Top, Right, Bottom */
padding:0 20px 0;
}

/* ----------------------- Main Content - Used w/ Sidebar ---------------------- */
#main {
float: right;
width: 480px;
z-index: 0;
}

/* --------------- Main Content - To accomodate when there is no sidebar ------------ */
#main2 {
float: left;
width: 763px;
padding-left: 16px;
z-index: 0;
}



#main3 {
	float: left;
	width: 750px;
	padding-left: 0px;
	z-index: 0;
	margin-left: 195px;
}
#main3 table {
margin:0px 0 0 0;
border:0px;
padding:0px;
} 
#main3 td { padding:0 0px 0; }
#main3 img {padding:0px;}



#main_Howto {
	float: left;
	width: 750px;
	padding-left: 0px;
	margin-left: 195px;
}

#NewsMenu {
	width: 195px;
	top: 135px;
	z-index: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
}
#NewsMenu table {
margin:0px;
border:0px;
} 
#NewsMenu td {
	padding: 2px;
}
.NewsMenutitleBG {
	background-image: url(/Images/Style_BG/newsMenu_bg.gif);
	background-repeat: repeat-x;
}
.NewsMenutitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
.InfoMenutitleBG {
	background-image: url(/Images/Style_BG/infoMenu_bg.gif);
	background-repeat: repeat-x;
}
.InfoMenutitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}

.NewArrivaltitleBG {
	background-color: #87721D;
}
.NewArrivaltitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;

}
.NewsMenu_ImportantDate{
	font-size: 12px;
}
#login {
float: left;
width: 763px;
padding-left: 16px;
z-index: 0;
}

#myProducts {
float: left;
width: 540px;
padding-left: 16px;
z-index: 0;
}

/* -------- IMG Tag in Main Content ------------ */
#main img, #myProducts img {
float:left;
/* Top, Right, Bottom, Left */
margin:0 10px 0 0;
/* Padding - All Sides */
padding:3px;
/* Border - size, style, color */
border:1px solid #ebebeb;
}

#main table img, #myProducts table img {
float:none;
/* Margin -  All Sides */
margin:0;
/* Padding - All Sides */
padding:3px;
border:none;
}

.ProdImage
{
	float:left;
	/* top, right, bottom, left */
	margin:0 0 0 0;
	padding:0px;
	border:1px solid #ebebeb;
}

.browse-wrapper {
float:left;
}

.cart-browse {
float:left;
width:148px;
/* Top, Right, Bottom, Left */
margin:12px 0 0 18px;
}

.cart-browse-first {
float:left;
width:148px;
/* Top, Right, Bottom, Left */
margin:12px 0 0 0;
}

.cart-browse-row {
width: 148px;
height: 65px;
text-align:center;
vertical-align:top;
}

#main .cart-browse img, #myProducts .cart-browse img, #main .cart-browse-first img, #myProducts .cart-browse-first img {
float:none;
/* Margin -  All Sides */
margin:0;
}

#cart-detail-left {
float:left;
width:210px;
margin-top:12px;
margin-right:15px;
}

#main #cart-detail-left img, #myProducts #cart-detail-left img {
float:none;
}

#cart-detail-right {
position: relative;
width:260px;
margin-top:10px;
}


/* headings
----------------------------------------------- */
#header h1 {
position: absolute;
left:70px;
top:8px;
/* Margin -  All Sides */
margin:0;
/* Padding - All Sides */
padding:0;
font-family:tahoma,verdana,arial,sans-serif;
font-size:18px;
color:#2A7DBB;
}

h2 {
/* Top, Right, Bottom, Left */
margin:14px 0 0 0;
font-family:georgia,"times new roman",times,serif;
font-size:26px;
font-weight:normal;
color:#D99062;
}

h3 {
/* Top, Right, Bottom */
margin:14px 0 0;
font-family:georgia,"times new roman",times,serif;
font-size:18px;
font-weight:normal;
color:#D99062;
}

h4 {
/* Margin -  All Sides */
margin:0;
font-family:helvetica,arial,tahoma,verdana,sans-serif;
font-size:14px;
color:#AEC373;
}

.cart-browse h4, .cart-browse-first h4 { padding-top:5px; }

/* Headings in Sidebar */
#sidebar h3 {
/* Top, Right, Bottom, Left */
margin:0 0 0 12px;
/* Top, Right, Bottom, Left */
padding:0 0 0 10px;
font-family:tahoma,verdana,arial,sans-serif;
font-size:14px;
font-weight:bold;
color:#D99062;
background:url(/Images/icon_bullet_brown.gif) no-repeat 0 50%;
}

#sidebar h4 {
/* Top, Right, Bottom, Left */
margin:0 0 0 12px;
/* Top, Right, Bottom, Left */
padding:0 0 0 10px;
font-family:tahoma,verdana,arial,sans-serif;
font-size:12px;
color:#D99062;
background:url(/Images/icon_bullet_brown.gif) no-repeat 0 50%;
}

#note h5 {
/* Margin -  All Sides */
margin:0;
font-family:georgia,"times new roman",times,serif;
font-size:14px;
font-style:italic;
color:#AEC373;
}


/* text
----------------------------------------------- */
.signin-status p {
/* Margin -  All Sides */
margin:0;
color:#2A7DBB;
font-size:10px;
font-family:tahoma,verdana,helvetica,arial,sans-serif;
line-height:15px;
}

.signin-status p.signedout {
color:#D99062;
}

.signin-status p.register {
padding-top:15px;
}

.signin-status p a {
margin-left:3px;
}

.signin-status p.signedin {
padding-bottom:4px;
}

.signin-status p.signedin strong {
color:#D99062;
font-size:11px;
}

.signin-status p.CountryStatus 
{
	color: #D99062;
	font-weight: bold;
	font-size: 13px;
}

.signin-status p.CountryStatus a
{
	color: #D99062;
	font-size: 11px;
}

#cart-status p {
/* Margin -  All Sides */
margin:0;
color:white;
font-size:10px;
font-family:tahoma,verdana,helvetica,arial,sans-serif;
line-height:19px;
}

#cart-status p img {
margin-left:3px;
}

#sidebar p {
/* Margin -  All Sides */
margin:0;
/* Top, Right, Bottom */
padding:0 22px 20px;
font-family:tahoma,verdana,arial,sans-serif;
font-size:12px;
color:#8B7C45;
}

#sidebar p strong {font-weight:normal;color:#D99062;}

#note p {
/* Top, Right, Bottom */
margin:10px 0 0;
/* Top, Right, Bottom, Left */
padding:0 0 0 10px;
font-family:georgia,"times new roman",times,serif;
font-size:12px;
font-style:italic;
/* line-height - - sets the distance between lines */
line-height:16px;
color:#AEC373;
}

#main p, #myProducts p {
font-family:helvetica,arial,tahoma,verdana,sans-serif;
font-size:12px;
/* line-height - - sets the distance between lines */
line-height:16px;
color:#666;
}

#main p.moreinfo, #note p.moreinfo {
font-family:tahoma,verdana,arial,sans-serif;
font-size:11px;
font-style:normal;
color:#B6A35F;
}

#main2 p.moreinfo2, #note p.moreinfo2 {
font-family:tahoma,verdana,arial,sans-serif;
font-size:11px;
font-style:normal;
color:#B6A35F;
margin:1px;
}

.cart-browse p, .cart-browse-first p {
/* Margin -  All Sides */
margin:0;
}

#main table td p {
font-family:tahoma,verdana,helvetica,arial,sans-serif;
font-size:11px;
text-align:left;
color: #2e5888;
}

/* Defines TABLE appearance under MAIN2 */
/* 
#main2 table {
margin:10px 0 0;
border:0px solid #EBF2D6;
padding:2px;
width:100%;
} 
*/


.nolinebreak label
{
	display: inline;	
}

p#footer
{
	font-family:helvetica,arial,tahoma,verdana,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666;
	clear: both;
	float: none;
	text-align: center;
}

/* lists
----------------------------------------------- */
#sidebar ul#nav-secondary {
list-style-type:none;
/* Top, Right, Bottom */
margin:0 0 20px;
/* Padding - All Sides */
padding:0;
font-family:georgia,"times new roman",times,serif;
font-size:14px;
}

#sidebar ul#nav-secondary li {
/* Padding - All Sides */
padding:0;
background:url(/Images/bg_sidebar_separator.gif) no-repeat center bottom;
}

#sidebar ul#nav-secondary a {
display:block;
/* Top, Right, Bottom, Left */
padding:7px 0 7px 22px;
color:#9DB756;
text-decoration:none;
background:url(/Images/icon_arrow_subnav.gif) no-repeat 5px 50%;
}

#sidebar ul#nav-secondary a:hover {
color:#769229;
background:#FCF5DC url(/Images/icon_arrow_subnav_on.gif) no-repeat 5px 50%;
}

#sidebar ul#nav-secondary .sub-current a {
color:#769229;
background:#FCF5DC url(/Images/icon_arrow_subnav_on.gif) no-repeat 5px 50%;
}

#sidebar ul#nav-tertiary {
list-style-type:none;
/* Top, Right, Bottom, Left */
margin:0 0 0 18px;
/* Padding - All Sides */
padding:0;
font-family:georgia,"times new roman",times,serif;
font-size:14px;
background-color:none;
}

#sidebar ul#nav-tertiary li {
padding:0;
background:none;
}

#sidebar ul#nav-tertiary li a {
background-color:none;
}

#sidebar ul#nav-secondary .sub-current ul#nav-tertiary a {
/* Block - forces line break */
display:block;
/* Top, Right, Bottom, Left */
padding:7px 0 7px 22px;
color:#9DB756;
text-decoration:none;
background:url(/Images/icon_arrow_subnav.gif) no-repeat 5px 50%;
background-color:none;
}

#sidebar ul#nav-secondary .sub-current ul#nav-tertiary a:hover {
color:#769229;
background:url(/Images/icon_arrow_subnav_on.gif) no-repeat 5px 50%;
background-color:none;
}

#sidebar ul#nav-secondary .sub-current ul#nav-tertiary .sub-current a {
color:#769229;
background:url(/Images/icon_arrow_subnav_on.gif) no-repeat 5px 50%;
background-color:none;
font-style:italic;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html #sidebar ul a {height:1px;}
/* End IE5-Mac hack */


/* links
----------------------------------------------- */
#main a {
color:#6F872F;
}

#main a:hover {
color:#4E6219;
}

#sidebar p a {
color:#8B7C45;
}

#sidebar p a:hover {
color:#645624;
}

p.moreinfo a {
/* Top, Right, Bottom, Left */
padding:0 0 0 14px;
color:#B6A35F;
text-decoration:none;
background:url(/Images/icon_arrow_red.gif) no-repeat 0 50%;
}

p.moreinfo a:hover {
color:#8D7B38;
}

p.moreinfo a span {
/* Top, Right, Bottom, Left */
padding:0 0 1px 0;
border-bottom:1px solid #EBDBA1;
}

p.moreinfo2 a {
/* Top, Right, Bottom, Left */
padding:0 0 0 14px;
color:#B6A35F;
text-decoration:none;
background:url(/Images/icon_arrow_red.gif) no-repeat 0 50%;
}

p.moreinfo2 a:hover {
color:#8D7B38;
}

p.moreinfo2 a span {
/* Top, Right, Bottom, Left */
padding:0 0 1px 0;
/* Border - Size, Style, Color */
border-bottom:1px solid #EBDBA1;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html p.moreinfo a {background-position:0 0;}
/* End IE5-Mac hack */

#main h3 span a {
color:#D99062;
text-decoration:underline;
}

#main h3 span a:hover {
color:#D96821;
text-decoration:underline;
}


/* forms
----------------------------------------------- */
form {
font-family:tahoma,verdana,helvetica,arial,sans-serif;
}

input.text, p input.text {
/* Margin -  All Sides */
margin:0;
/* Padding - All Sides */
padding:2px;
/* Border - Size, Style, Color */
border:1px solid #b7c3e2;
font-family:tahoma,verdana,helvetica,arial,sans-serif;
font-size:11px;
color:#444;
background-color:white;
}

.tfoot input.text {
/* Border - Size, Style, Color */
border:1px solid #A1BED6;
}

input.image {
border:none;
/* Top, Right, Bottom */
margin:5px 0 5px;
}

select {
/* Top, Right, Bottom */
margin:5px 0 5px;
border:1px solid #b7c3e2;
color:#444;
}

select.minitext {
	font-size: 8pt;
}


select.multiple {
/* Block - forces line break */
display:block;
/* Top, Right, Bottom */
margin:5px 0 5px;
/* Padding - All Sides */
padding:2px;
width:250px;
height:125px;
/* Border - Size, Style, Color */
border:1px solid #b7c3e2;
color: #444;
}

textarea {
/* Top, Right, Bottom */
margin:5px 0 5px;
/* Padding - All Sides */
padding:2px;
width:325px;
height:175px;
/* Border - Size, Style, Color */
border:1px solid #b7c3e2;
color: #444;
}

label {
/* Block - forces line break */
display:block;
/* Top, Right, Bottom */
margin:5px 0 0;
font-size:11px;
font-weight:bold;
color:#888;
}

label span { color: #a00; }

table form {
/* Margin -  All Sides */
margin:0;
/* Padding - All Sides */
padding:0;
}

table form input {
/* Margin -  All Sides */
margin:0;
}


/* tables
----------------------------------------------- */

/* text alignment */
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }


/* list table, as used in shopping cart */
table {
margin:10px 0 0;
border:0px solid #D7DCF2;
padding:2px;
width:100%;
}

table table.positioning tr, table table.positioning td {
height:normal;
padding:0;
}

table tr.odd table.positioning td, table tr.even table.positioning td {
border:none;
}

.cart-browse table, .cart-browse-first table {
border:none;
padding:0;
width:148px;
}

#cart-detail-left table {
border:none;
padding:0;
width:208px;
}

table, tr, td {
font-family:tahoma,verdana,helvetica,arial,sans-serif;
font-size:11px;
/* text-align:left; */
}

tr, td 
{
/* IE 5.5 bug the height statement below causes IE 5.5
	to not render a portal grid table */
	height:23px; 
/*	white-space: nowrap;  */
}
td { padding:0 8px 0; }

tr.thead, tr.thead td {
background-color:#b7c3e2;
font-weight:bold;
color:white;
}

tr.tfoot, tr.tfoot td {
background-color:#ECF2F7;
color:#277AB8;
font-weight:bold;
border-right:none;
border-left:none;
}

tr { color: #2e5888; }

tr.odd { background-color:#dee5f4; }
tr.even { background-color:#cbd8f6; }


tr.tfoot td { border-top:2px solid white; }
tr.odd td { border-top:2px solid white; }
tr.even td { border-top:2px solid white; }

tr.oddnoborder { background-color:#E6EDF9; }
tr.oddnoborder td {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E6EFF9;
}

td.leftborder {
border-left:2px solid white;
}

/* unstyled table, as used for button display */
table.button {
margin-top:5px;
border:none;
padding:0;
}

table.button tr,
table.button td {
background-color:none;
height:auto;
}

/* shopping cart styles */
.cart-browse td, .cart-browse-first td {
padding:0;
font-size:14px;
font-weight:bold;
font-family:helvetica,arial,tahoma,verdana,sans-serif;
color:#D99062;
}

#cart-detail-left td {
margin:0;
padding:0;
font-size:12px;
font-weight:bold;
font-family:helvetica,arial,tahoma,verdana,sans-serif;
}

#cart-detail-retailprice td {
font-size:14px;
color:#b4b4b4;
}

#cart-detail-preferredprice td {
font-size:14px;
color:#D99062;
}

/* unstyled table, used for positioning only */
table.positioning 
{
border:0;
padding:0;
}

table.positioning table 
{
margin:0;
}

/* unstyled table, with subelement 0 padding used for positioning only */
table.strictpositioning {
padding:0 0 0 0;
margin:0 0 0 0;
}

table.strictpositioning tr{
padding:0 0 0 0;
margin:0 0 0 0;
}

table.strictpositioning td{
padding:0 0 0 0;
margin:0 0 0 0;
}

table.strictpositioning table {
padding:0 0 0 0;
margin:0 0 0 0;
}

/* styles for the guest list */
table.guestlist {
margin:0;
padding:0;
border:none;
}

table.guestlist td {
border:none;
padding:0;
margin:0;
}

table.guestlist tr {
border:none;
padding:0;
margin:0;
}

/* styles for the other list */
table.summarylist {
margin:0;
padding:0;
border:none;
}

table.summarylist td {
border:none;
height:auto;
padding:0;
margin:0;
}

table.summarylist td.leftlabel 
{
	font-weight: bold;
	text-align: left;
	margin-right: 5px;
	padding-right: 5px;
}

table.summarylist tr {
border:none;
height:auto;
padding:0;
margin:0;
}

/* Used by TermsAndConditons table */
table.enrollmenttablewidth
{
	width:300px;
}


/*Address Look up*/
.inputtext
{
	/* Block - forces line break */
	display:block;
	margin:0 0 0;
	font-size:11px;
	
	font-weight:bold;
	color:#888;
}

.addressLink
{
	color: #728B2F;
}

.addressLinkHover
{
	color: #4E6219;
}


/* miscellaneous
----------------------------------------------- */
div.clear {
clear:both;
line-height:0;
height:0;
}

.strikethrough { text-decoration:line-through; }

/*---------------Portal Grid---------------------- */
.portalGridHeader
{
	background-color:#b7c3e2;
	font-weight:bold;
	color:white;
	text-align:center;
	border-bottom:solid 2px white;
}

.portalGridFooter
{
	background-color:#ECF2F7;
	font-weight:bold;
	color:#277AB8;
	text-align:center;
}

.portalGridEven 
{ 
	background-color:#D6EAF3; 
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:10px;
	text-align:center;
	border-bottom:solid 2px white;
}

.portalGridOdd
{ 
	background-color:#E4F2FA; 
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:10px;
	text-align:center;
	border-bottom:solid 2px white;
}

.portalSimpleGridOdd
{ 
	background-color:#E4F2FA; 
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:xx-small;
	margin:none;
	padding:none;
	border:none;
	height:12px;
}

/* unstyled table, with subelement 0 padding used for positioning only */
table.portalSimpleGridPositioning {
/* Top, Right, Bottom, Left */
padding:0 0 0 0;
/* Top, Right, Bottom, Left */
margin:0 0 0 0;
border:none;
}

table.portalSimpleGridPositioning tr{
/* Top, Right, Bottom, Left */
padding:0 0 0 0;
/* Top, Right, Bottom, Left */
margin:0 0 0 0;
border:none;
}

table.portalSimpleGridPositioning td{
/* Top, Right, Bottom, Left */
padding:0 0 0 0;
/* Top, Right, Bottom, Left */
margin:0 0 0 0;
border:none;
}

table.portalSimpleGridPositioning table {
/* Top, Right, Bottom, Left */
padding:0 0 0 0;
/* Top, Right, Bottom, Left */
margin:0 0 0 0;
border:none;
}

.portalSimpleGridHeader
{
	background-color:#b7c3e2;
	font-weight:bold;
	color:white;
	text-align:center;
	border-bottom:solid 2px #b7c3e2;
	border-right:solid 2px #b7c3e2;
}

.portalSimpleGrid
{ 
	padding:none;
	margin:none;
	background-color:#E4F2FA; 
}

.portalGridPaging
{
	background-color:#ECF2F7;
	font-weight:bold;
	color:#277AB8;
}

.portalGridRemoveButton
{
	border:none;
	color:#B6A35F;
	text-decoration:none;
	background:url(/Images/button_remove.gif) no-repeat 0 50%;
}

.portalGridEditButton
{
	border:none;
	color:#B6A35F;
	text-decoration:none;
	background:url(/Images/button_edit.gif) no-repeat 0 50%;
}

.portalLabelCell
{
	background-color:#ECF2F7;
	color:#277AB8;
	text-align:right;
	font-size:10px;
}

.portalLabelValuesCell
{
	background-color:#ECF2F7;
	color:#277AB8;
	text-align:left;
	font-size:10px;
}

.disabledstep 
{
	color:#ccc; 
}

.activestep a 
{
	color:#D99062;
	text-decoration: underline;
}

span.portalnewstitle
{
	/* Block - forces line break */
	display:block; color:#a00;font-weight:bold;text-decoration:underline;
}

span.portalnewstext
{
	white-space:normal;color:#888;font-weight:bold;	
}

.textlabel 
{
	font-size:11px;
	font-weight:bold;
}

/* --------- Warning messages */
.errortitle 
{
	font-size:13px;
	font-weight: bold;
	color: #990000;	
}

.errortext
{
	color: #990000;	
}

.errortext ul
{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.error 
{
	margin:10px 10px 0 10px;
	border:1px solid #990000;
	padding:2px;
	width:550px;
}

table.error tr 
{
	background-color: #FFFFD5; 
}

table.error tr td
{
	width:500px;
}

.processingtext
{
	color: Blue;
	font-weight: bold;
}

.buttonsright
{
	MARGIN-TOP: 10px; 
	MARGIN-BOTTOM: 10px; 
	TEXT-ALIGN: right
}

.buttonpadding
{
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* ------------------------ Login Div - Top of Page ------------- */

#custLogin {
	/* Block - forces line break */
	display: block;
	position: absolute;
	width: 100%;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #AEC373;
	/* Border - Size, Style, Color */
	border: 1px solid #693;
	height: 18px;
	text-align: right;
	
}

#custLogin a {
	color: #fff;
	/* Top, Right, Bottom, Left */
	padding: 0px 25px 4px 0px;
}

/*-----------------------Used by the JCatalogProductBrowser */

.RevealHideText
{
	cursor:hand;
}

.catalogStyle
{
	background:url(/Images/bg_sidebar.gif) no-repeat left bottom;
	border:solid 3px #FFFAE7;
	background-color:#FFFAE7;
}

.catalogStyle a
{
	color:#769229;
}

.catalogStyle a:hover {
	color:#728B2F;
}

.catalogContainer
{
	border:solid 1px #769229;
	background-color:#E4F2FA;
}

.catalogListing
{
}

.catalogLevel1
{
	padding-left:5px;
}
.catalogLevel2
{
	padding-left:25px;
}
.selectedNode
{
	color: #ffffff;
	background-color:Navy;
	 
}
.nonSelectedNode
{
	background-color:White; 
}
.HowToTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7030A0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
