/*
-----------------------------------------------
jenkon template styles for screen media
author:   dan rubin
updated:  May 5, 2004
----------------------------------------------- */


/* global
----------------------------------------------- */

body {
/* All Sides */
margin:0px;
padding:0;
background:#fff;


}

img { border:none; }


/* ------------------- layout ------------------------------ */

#wrapper {
background:#fff;
}

#header {
background:#fff;


}

#header2 {
position:relative;
/* Height changes menu (nav or menuBar) location */
height:120px;
background:#fff;
}

/* Separates header portion from lower content when no navigation is present */
#header-separation {
	height: 34px;
	background-color: #DCCCE5;
	/* Border - Size, Style, Color */
	border: 1px solid #81176C;
	font-family:tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #80166D;
	/* Margin -  All Sides */
	margin: 0;
	/* position: relative; */
	/* Padding - All Sides */
	padding: 0px;
	width: 100%;
}

/* ------------------------------ 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 #81176C;
}

#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:#81176C;
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:#ffffff;
text-shadow: #81176C 2px 2px 2px;
}

#nav a:hover {
color:#FAF489;
}

/* ------------------- Subnav - Portal ------------------------ */
#subnav-wrapper {
height: 34px;
background-color: #81176C;
font-family:tahoma, verdana, sans-serif;
border-bottom: 1px solid #81176C;
}

#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:#FAF489;
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:#0043AF;
}

#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;
	font-weight: bold;
	background-color: #92278F;
	/* All Sides, style, color */
	border: none;
	height: 26px;/* 	Height mentioned above	 */
	/* Top, Right, Bottom, Left */
	padding: 0px 0px 0px 16px;
}
#menuBar li {
	display: inline;
	float: left;
	margin:0;
	padding: 0;
	}
#menuBar li:hover {
	background-color: #661B64;
	
	

}

#menuBar a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ddd;
	font-weight: bold;
	/* Top, Right, Bottom, Left */
	padding: 4px 8px;
	line-height:1.6;
	
}

#menuBar a:hover {
	background:#4D144B;
		color: #fff;
		
}


#menuBar li:hover a, #menuBar a:hover {
	
	font-weight: bold;
}

#menuBar li ul {
	color: #efefef;
	background-color: #661B64;
	/* All Sides, style, color */
	border: none;
	width: 140px;
}

#menuBar li ul a {
	text-align: left;
	border-bottom: 1px solid #6B2E69;
}

#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 on tab menu--------------------------- */

#contact-wrapper {
height: 60px;
/* Border Appearance - Size, type, color */
background-color: #81176C;
background-image: url(../Images/bg_contact.gif);
background-repeat: repeat-x;
border-bottom: 1px solid #81176C;
border-top: 1px solid #81176C;
font-family:tahoma, verdana, sans-serif;
font-size: 11px;
color: #ffffff;
/* Margin - All Sides */
margin: 0;
}


#contact {
width:100%;
font-size:11px;
/* color: #798F3E; */
color: #ffffff;
/* 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: #D9C4E4;
white-space:nowrap;
}

#contact a:visited {
text-decoration:none;
color: #F8F808;

}

#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:#fff;
}

#contact .sub-current a a:visited {
color: #ffffff; /* 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;
border: none;

}

#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: #fff;   /* #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 on portal -------------------------- */

#volume-wrapper {
	/* Height of Volume Info */
	height: 50px;
	background-color: #DAC6E1;
	/* Border - size, style, color */
	border: 1px solid #A852A1;
	font-family:tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #80166D;
	/* Margin -  All Sides */
	margin: 0;
	position: relative;
	padding: 20px;
	width: 100%;
}

#volume-wrapper2 {
	height: 50px;
	background-color: #DAC6E1;
	/* Border - Size, Style, Color */
	border: 1px solid #A852A1;
	font-family:tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #80166D;
	/* Margin -  All Sides */
	margin: 0;
	/* position: relative; */
	/* Padding - All Sides */
	padding: 10px;
	width: 100%;
}

#volume {
	width:100%;
	font-size:11px;
	color: #053DB6;
	line-height:normal;
	background-color: #DAC6E1;
	display: inline;
}

#volume a {
	text-decoration: underline;
}

#volume li {
	list-style: none;
	margin: 5px;
}

#volume ul {
	/* Margin -  All Sides */
	margin:0 0 5px;
	/* Top, Right, Bottom, Left */
	padding: 2px 0px 5px 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: #80166D;
	font-weight: bold;	
}

.volume-value-text {
	color: #80166D;
}

#volume a {
 text-decoration: underline;
}
 

/* ------------------------ Renew Account message bar ---------------------- */
 

#site-message {
 height: 20px;
	background-color: #FAF489;
 /* Border - Size, Style, Color */

	border: 1px solid #FAF489;
 border-left: none;
 border-right: none;
 font-family:tahoma, verdana, sans-serif;
 font-size: 11px;
	color: #053DB6;
 /* Margin -  All Sides */
 margin: 0;
 /* position: relative; */
 /* Padding - All Sides */
 padding: 0px;
 width: 100%;
}

/* ------------------------ 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: #EFEF99;
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;
}

#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;
padding: 6px; 
height: 220px;
/* 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: 75px;
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:8px;
top:10px;
/* Margin -  All Sides */
margin:0;
/* Padding - All Sides */
padding:0;
font-family:verdana,helvetica,arial,tahoma,sans-serif;
font-size:18px;
color:#053DB6;
}

h2 {
/* Top, Right, Bottom, Left */
margin:14px 0 0 0;
font-family:verdana,helvetica,arial,tahoma,sans-serif;
font-size:22px;
font-weight:normal;
color:#053DB6;
}

h3 {
/* Top, Right, Bottom */
margin:14px 0 0;
font-family:verdana,helvetica,arial,tahoma,sans-serif;
font-size:18px;
font-weight:normal;
color:#053DB6;
}

h4 {
/* Margin -  All Sides */
margin:0;
font-family:verdana,helvetica,arial,tahoma,sans-serif;
font-size:14px;
color:#053DB6;
}

.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:verdana,tahoma,arial,sans-serif;
font-size:14px;
font-weight:bold;
color:#053DB6;
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:verdana,tahoma,arial,sans-serif;
font-size:12px;
color:#053DB6;
background:url(/Images/icon_bullet_brown.gif) no-repeat 0 50%;
}

#note h5 {
/* Margin -  All Sides */
margin:0;
font-family:verdana,tahoma,arial,sans-serif;
font-size:14px;
font-style:italic;
color:#053DB6;
}


/* text
----------------------------------------------- */
.signin-status p {
/* Margin -  All Sides */
margin:0;
color:#7B1767;
font-size:10px;
font-family:verdana,tahoma,helvetica,arial,sans-serif;
line-height:15px;
}

.signin-status p.signedout {
color:#D4BBE0;
}

.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:#7B1767;
font-size:11px;
}

.signin-status p.CountryStatus 
{
	color: #7B1767;
	font-weight: bold;
	font-size: 13px;
}

.signin-status p.CountryStatus a
{
	color: #7B1767;
	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:verdana,tahoma,arial,sans-serif;
font-size:12px;
color:#003DB3;
}

#sidebar p strong {font-weight:normal;color:#003DB3;}

#note p {
/* Top, Right, Bottom */
margin:10px 0 0;
/* Top, Right, Bottom, Left */
padding:0 0 0 10px;
font-family:verdana,tahoma,arial,sans-serif;
font-size:12px;
font-style:italic;
/* line-height - - sets the distance between lines */
line-height:16px;
color:#003DB3;
}

#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:#003DB3;
}

#main p.moreinfo, #note p.moreinfo {
font-family:verdana,tahoma,arial,sans-serif;
font-size:11px;
font-style:normal;
color:#D9C4E4;
}

#main2 p.moreinfo2, #note p.moreinfo2 {
font-family:verdana,tahoma,arial,sans-serif;
font-size:11px;
font-style:normal;
color:#003DB3;
margin:1px;
}

.cart-browse p, .cart-browse-first p {
/* Margin -  All Sides */
margin:0;
}

#main table td p {
font-family:verdana,tahoma,arial,sans-serif;
font-size:11px;
text-align:left;
color: #003DB3;
}

/* Defines TABLE appearance under MAIN2 */
/* 
#main2 table {
margin:10px 0 0;
border:0px solid #EBF2D6;
padding:2px;
width:100%;
} 
*/

.nolinebreak label
{
	display: inline;	
}

.footer
{
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:10px;
	line-height:16px;
	color:#000000;
	margin: 0 20px 20px;
	clear: both;
	float: none;
	text-align: left;
}

p#footer
{
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:10px;
	line-height:16px;
	color:#000;
	margin:0 0 0 42px;
	clear: both;
	float: none;
	text-align: left;
}

#footer a a:visited 
{
	color:#80166D;
}

#footer a a:hover  
{
	color:#A852A1;
}

/* lists
----------------------------------------------- */
#sidebar ul#nav-secondary {
list-style-type:none;
/* Top, Right, Bottom */
margin:0 0 20px;
/* Padding - All Sides */
padding:0;
font-family:verdana,tahoma,arial,sans-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:#7D1869;
text-decoration:none;
background:url(/Images/icon_arrow_subnav.gif) no-repeat 5px 50%;
}

#sidebar ul#nav-secondary a:hover {
color:#81176C;
background:#EDED55 url(/Images/icon_arrow_subnav_on.gif) no-repeat 5px 50%;
}

#sidebar ul#nav-secondary .sub-current a a:visited {
color:#7D1869;
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:verdana,tahoma,arial,sans-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 a:visited {
/* Block - forces line break */
display:block;
/* Top, Right, Bottom, Left */
padding:7px 0 7px 22px;
color:#20407D;
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:#81176C;
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:#20458D;
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
----------------------------------------------- */
a {
color:#80166D;
text-decoration: none;
}
a:visited {
color:#80166D;
}

a:hover {
color:#DCCCE5;
}


#main a {
color:#80166D;
}
#main a:visited {
color:#80166D;
}

#main a:hover {
color:#DCCCE5;
}

#sidebar p a {
color:#80166D;
}

#sidebar p a:visited {
color:#80166D;
}

#sidebar p a:hover {
color:#DCCCE5;
}

p.moreinfo a a:visited {
/* Top, Right, Bottom, Left */
padding:0 0 0 14px;
color:#F8F808;
text-decoration:none;
background:url(/Images/icon_arrow_red.gif) no-repeat 0 50%;
}

p.moreinfo a:hover {
color:#fff;
}

p.moreinfo a span {
/* Top, Right, Bottom, Left */
padding:0 0 1px 0;
border-bottom:1px solid #80166D;
}

p.moreinfo2 a a:visited {
/* Top, Right, Bottom, Left */
padding:0 0 0 14px;
color:#80166D;
text-decoration:none;
background:url(/Images/icon_arrow_red.gif) no-repeat 0 50%;
}

p.moreinfo2 a:hover {
color:#DCCCE5;
}

p.moreinfo2 a span a:visited {
/* Top, Right, Bottom, Left */
padding:0 0 1px 0;
/* Border - Size, Style, Color */
border-bottom:1px solid #80166D;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html p.moreinfo a :visited {background-position:0 0;}
/* End IE5-Mac hack */

#main h3 span a a:visited {
color:#80166D;
text-decoration:underline;
}

#main h3 span a:hover {
color:#DCCCE5;
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 #FAF489;
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 #FAF489;
}

input.image {
border:none;
/* Top, Right, Bottom */
margin:5px 0 5px;
}

select {
/* Top, Right, Bottom */
margin:5px 0 5px;
border:1px solid #FAF489;
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 #FAF489;
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 #FAF489;
color: #444;
}

label {
/* Block - forces line break */
display:block;
/* Top, Right, Bottom */
margin:5px 0 0;
font-size:11px;
font-weight:bold;
color:#000;
}

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:none;
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:25px; 
	white-space: nowrap; 
}
td { padding:0 8px 0; }

tr.thead, tr.thead td {
background-color:#81176C;
font-weight:bold;
color:#fff;
}

tr.tfoot, tr.tfoot td {
background-color:#EFEF99;
color:#053DB6;
font-weight:bold;
border-right:none;
border-left:none;
}

tr { color: #0041A4; }

tr.odd { background-color:#EFEF99; }
tr.even { background-color:#ffffff; }


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:#EFEF99; }
tr.oddnoborder td { border-top:2px solid #ffffff; }

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:#053DB6;
}

#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:#053DB6;
}

#cart-detail-preferredprice td {
font-size:14px;
color:#81176C;
}

/* 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:#000;
}

.addressLink
{
	color: #81176C;
}

.addressLinkHover
{
	color: #B191B8;
}


/* miscellaneous
----------------------------------------------- */
div.clear {
clear:both;
line-height:0;
height:0;
}

.strikethrough { text-decoration:line-through; }

/*---------------Portal Grid---------------------- */
.portalGridHeader
{
	background-color:#81176C;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	border-bottom:solid 2px white;
}

.portalGridHeader a 
{

	color:#ffffff;

}

.portalGridHeader a:visited 
{

	color:#FAF489;

}

.portalGridFooter
{
	background-color:#D5BCE1;
	font-weight:bold;
	color:#254A91;
	text-align:center;
}

.portalGridEven 
{ 
	background-color:#fff; 
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:10px;
	text-align:center;
	border-bottom:solid 2px white;
}

.portalGridOdd
{ 
	background-color:#EBDDF2; 
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:10px;
	text-align:center;
	border-bottom:solid 2px white;
}

.portalSimpleGridOdd
{ 
	background-color:#EBDDF2; 
	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:#81176C;
	font-weight:bold;
	color:white;
	text-align:center;
	border-bottom:solid 2px #81176C;
	border-right:solid 2px #81176C;
}

.portalSimpleGrid
{ 
	padding:none;
	margin:none;
	background-color:#EFEF99; 
}

.portalGridPaging
{
	background-color:#D2B9DF;
	font-weight:bold;
	color:#81176C;
}

.portalGridRemoveButton
{
	border:none;
	color:#9AA5DE;
	text-decoration:none;
	background:url(/Images/button_remove.gif) no-repeat 0 50%;
}

.portalGridEditButton
{
	border:none;
	color:#7387AB;
	text-decoration:none;
	background:url(/Images/button_edit.gif) no-repeat 0 50%;
}

.portalLabelCell
{
	background-color:#ECF2F7;
	color:#325DAF;
	text-align:right;
	font-size:10px;
}

.portalLabelValuesCell
{
	background-color:#ECF2F7;
	color:#325DAF;
	text-align:left;
	font-size:10px;
}

.disabledstep 
{
	color:#93A8D1; 
}

.activestep a a:visited 
{
	color:#7B1767;
	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:#000;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: #F8D79F; 
}

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;
}
/* ------------------------ 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: #99ABCA;
	/* Border - Size, Style, Color */
	border: 1px solid #99ABCA;
	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:#22478E;
}

.catalogStyle a:hover {
	color:#F9D936;
}

.catalogContainer
{
	border:solid 1px #325DAF;
	background-color:#EFEF99;
}

.catalogListing
{
}

.catalogLevel1
{
	padding-left:5px;
}

.catalogLevel2
{
	padding-left:25px;
}

		/* ------ table for bottom of marketing area on main Portal Page ----- */
table.mainpage {
margin:3 0 0 0px;
border-top:0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
padding:3 0 0 0;
height:auto;
font-size: 12px;
font-family: verdana, ariel, sans-serif;
color:#224A95;
width: 450px;
background-color:#E2E9F5;
}



table.mainpage a a:visited {
color:#DEC025;
text-decoration:none;
font-weight: bold;
}
table.mainpage a:hover {
color:#C2CFE6;
}

table.mainpage2 {
width:100%;
background-color:#818181;
}


/* Style used for genealogy Tree View control i.e. DistGeneTree.aspx */
.selectedNode
{
	color: #ffffff;
	background-color:Navy;
	 
}

.highlightedNode1
{
	color: #ffffff;
	background-color: #0099ff;
}

/* Style used for genealogy Tree View control i.e. DistGeneTree.aspx */
.nonSelectedNode
{
	background-color:White; 
}

.mywrap
{
	white-space: normal;
	width:200px;
}

.commentswrap
{
	white-space: normal;
	width:640px;
}

.multilinetextbox
{
	width: 200px;
	height: 50px;
}

.radiobuttonlist label
{
	display: inline;
	width: 200px;
	height: 50px;
}
/* ---------- Hide / Show Panel ----------- */
.hideshowheader
{
	cursor:hand;
}

/* ------------- Vertical Catalog ------------------ */
.vertcatalog-wrapper {
/* float:left; */
}

/* this hack fixes the peekaboo bug in IE-win on the sidebar */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html .vertcatalog-padding { height:1%; }
/* End IE5-Mac hack */

.vertcatalog {
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;
}

.vertcatalog a:hover
{
	color:#81176C;
	background-color: #DAC6E1;
}

.vertcatalog2 {
/* Top, Right, Bottom */
padding:12px 0 0;
background:url(/Images/corners_sidebar_top.gif) no-repeat left top;
}

.vertcatalog-padding {
/* Top, Right - If side is not specified opposite side provides measurement  */
padding:0px 20px;
background-color: #FAF489;
background:url(/Images/rails_sidebar.gif) no-repeat left top;
}

.vertcatalog-bg {
background:url(/Images/bg_sidebar.gif) no-repeat left bottom;
}

.vertcatalogul
{
	list-style-image:url(/Images/icon_arrow_subnav.gif);
	margin-left:18px;
}

.vertcataloglevel1
{
	padding-bottom:5px;
	background:url(/Images/bg_sidebar_separator.gif) no-repeat center bottom;
}

.vertcataloglevel1 a
{
	color:#81176C;
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:14px;
	background-color:none;
	text-decoration:none;
	padding-left:10px;
}

.instruction
{
	color:Red;
}

.linkButton
{
	font-size: 16px;
	 position: relative;
}

.btnbackground2
{
	background:url(/Images/button_bg2.gif) no-repeat center top;
	width:76px;
	height:20px;
	color:White;
}