body {
	background: #ffffff;
}

/* styling fixes */
div.chronoform {
	display: none;
}
/*****************/

.buttonheading a {
	position: relative;
	left: -13px;
}

a:link, a:visited {
	color: blue;
}

#page {
	margin: 0 auto; 
	text-align: center;
	width: 750px;
} 

#page_content {
	margin-top: 10px;
	text-align: left;
}

#column_center {
	width: 750px;
	float: left;
}

#column_left {
	width: 175px;
	height: 10px;
	float: left;
}

#column_right {
	width: 175px;
	float: left;
}

#module_top {
}

.logo_left {
	float: left;
}

.logo_right {
	float: right;
}

table#logo_banner {
	width: 100%;
	text-align: right;
}

table#logo_banner .left_cell {
	width: 540px;
	padding-right: 10px;
}

#logo_caption {
	height: 55px;
	background: #000d42;	
	overflow: hidden;
	padding-right: 25px;
}

#logo_caption h1 {
	padding: 12px 0 0 0;
	text-align: right;
	color: white;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	height: 20px;
}

table#content_table {
	width: 100%;
}

table#content_table .right_cell {
	width: 210px;
	vertical-align: top;
}

#content_table tr .left_cell {
	vertical-align: top;
}


h2 {
	color: #d0361e;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	color: #12295a;
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 0 0;
}

.contentheading {
	color: #cc0000;
	font-weight: bold;	
}

table#footer {
	width: 100%;
	background: #d0361e;
	color: black;
	padding: 1px 4px 0 4px;
	text-align: left;
	font-size: 97%;
}

table#footer a {
	color: black;
}

table#footer a:hover {
	color: white;
}

table#footer .right_cell {
	text-align: right;
}

.contentheading {
	padding-bottom: 5px;
}

.search {
	float: right;
	position: relative;
	bottom: -48px;
	left: 200px;
}

#module_component {
	width: 100%;
	background: white;
	border: 1px solid light-grey;
}

#module_component_inner {
	padding-left: 5px;
}

#module_right {
	width: 100%;
	background: white;
	border: 1px solid light-grey;
}

#module_right_inner {
	font-family: "verdana";
	padding: 8px 5px 0 10px;
}

#module_breadcrumb {
	width: 99%;
	text-align: right;
	padding: 5px 0 10px 5px;
	font-size: small;
}

#module_footer {
	width: 100%;
	clear: both;
	text-align: center;
	color: #555555;
	padding: 0 3px 0 0;
}

#module_topmenu {
	position: relative;
	bottom: -1px;
	z-index: 10;
}

#main-menu {
	margin: 15px 0 0 -40px;
}

#main-menu li {
	display: block;
	float: left;
	text-align: center;
	margin: -10px 0 0 0;
	padding: 5px 22px 15px 9px;
	text-transform: uppercase;
}

#main-menu li.active a {
	font-weight: bolder;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #0f8f76;
}



/** flyout menu drop down box **/

/*--------Nav--------*/

/* Top navegation bar */

/* Vincent Code Begin: Pop out Menu for loading a tree menu - Relate to /includes/boxes/usercategory.php. */

/* Sample vertical fly-out menu */

/* IE Version Display Support Codes - Please add it into template.html above </head>.

*/

.menu{
	float:left;
	margin: 0px;
}

.menu ul { /* all lists */
	list-style-type: none;
	margin: 0;
	/*line-height: 1;*/
	z-index: 99; /* Set z-index value is 2 for category menu display level is higher than $content. */
}
.menu ul li{ /* all lists */
	list-style-type: none;
	margin: 0;
	/*line-height: 1;*/
	z-index: 99; /* Set z-index value is 2 for category menu display level is higher than $content. */
}

#item7{ /* all list items */
	float: left;
	width: auto;
	list-style-type: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	/*padding-left: 5px;   /* Set horizontal speace value between each item in main category menu. */
	/*padding-right: 5px;  /* Set horizontal speace value between each item in main category menu. */
}
#item7 a{
	display:block;
}
#item7 a:hover{
	color: #0f8f76;
}
/** navigation new stylesheet for usercategory **/
.menu li ul { /* second-level lists for ul */
	position: absolute;
	background: #fff; /* Set background color for all drop down sub-category menus. */
	/*filter:alpha(opacity=70);-moz-opacity:0.7;*/
	padding:0px;
	margin:auto;
	width: 140px; /* Set width for all drop down sub-category menus. */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers. */
}
.menu li ul li { /* second-level lists for ul */
	list-style-type: none;
	padding: 0;
	margin: 0;
	height:20px;
	/*line-height: 1;*/
	z-index: 99; /* Set z-index value is 2 for category menu display level is higher than $content. */
}

#SubItems{ /* second-level lists fot li*/
	float: left;
	height:20px;
	line-height:20px;
	padding: 0px; /* // Set padding value for each item in drop down sub-category menu. */
	margin-top: 3px;    /* Set vertical speace value between each item in drop down sub-category menu. */
	margin-bottom: 3px; /* Set vertical speace value between each item in drop down sub-category menu. */
	width: 140px; /* Set width for each item in drop down sub-category menu. */

}
#SubItems a {
	display: block;
	line-height: 20px;
	height:20px;
	padding: 0px;
	margin:0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4c361d;
	text-decoration: none;
}
#SubItems a:hover {
    display: block;
	color: #0f8f76;
	text-decoration: none;
}


.menu li ul ul { /* third-and-above-level lists */
	position: absolute;
	margin: -1em 0 0 10em;
}

.menu li:hover ul ul,.menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
	left: -999em;
}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfhover ul, .nav li li.sfhover ul, .menu li li li.sfhover ul { /* lists nested under hovered list items */
	padding-top: 10px; /* Set the distance between fisrt level menu and drop down menu. */
	left: auto;
}

/* Menu items with subcategories */	
.menu a.daddy {
	/*background: url(images/arrow_green.gif) center right no-repeat;*/
}

/* Selected items with subcategories */	
.menu li.selected {
    /*background-color: #FFCC00;*/
}

/** end of navigation new stylesheet for **/
#product-menu {
		position: relative;
		top: -30px;
		z-index: 100;
		list-style: none;
		margin: 0 0 0 8px;
		padding: 0;
		border: none;
		height: 410px;
}

#product-menu li {
	width: 190px;
	margin: 0 0 4px 0;
	border: 1px solid #0f8f76;
	padding: 2px 2px 2px 2px;
	background: #c6e0d7;
}

#product-menu li.active, #product-menu li.active a {
	color: white;
	background: #0f8f76;
}


#module_right:after, #module_component:after, #module_topmenu:after, #module_top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#content_info{
	width:521px;
	padding-left:15px;
	padding-right:15px;
}

/** webninja default templat and stylesheet **/

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #d0361e; /* #bbc3d3; */
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #d0361e; /* #bbc3d3; */
  color: #ffffff;
  x-font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.cartPlainContents {
  background: #f8f8f9;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.historyPlainContents {
  background: #f8f8f9;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: none;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: none;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #fff; /* #0000ff; */
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
 /* background: #b6b7cb;*/
  color: #000;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #d0361e;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
	font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

.messageBox {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

.inputRequirement { 	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

/** end of webninja stylesheet **/






