/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 12px;
}

body {
  background: #fff;
  background-attachment: fixed;
  color: #000;
  margin: 0px;
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

#bodyWrapper {
	/*background: url('images/main_bg.png') top center repeat-y;*/
	position: relative;
}

/*#bodyContent {
	width: 740px;
}*/

.body_content a {
	color: #548a29;
	text-decoration: underline;
}

#bodyContent a:hover {
	color: #5DA323;
}

#header {
	width: 100%;
	margin: 0 auto;
	background: none;
	height: 125px;
	z-index: 10;
}

#header a {
	color: #555;
	text-decoration: underline;
}

#logo {
	position: absolute;
	margin: 5px 0 0 20px;
	width: 300px;
	height: 85px
}

#cart {
	float: right;
	text-align: right;
	margin: 6px 0 0 0;
}

#cart_image {
	vertical-align: bottom;
}

#header_links {
	float: right;
	text-align: right;
	margin: 10px 10px 0 40px;
}

#header_image {
	position: absolute;
	margin: 50px 0 0 250px;
}

#header_search {
	clear: both;
	float: right;
	margin: 18px 25px 0 0;
}

#header_keywords {
	height: 21px;
	width: 280px;
	font-size: 14px;
	vertical-align: bottom;
}

#nav_bar {
	position: absolute;
	width: 930px;
	height: 41px;
	background: url('images/nav_bar.png') top center no-repeat;
	margin: 90px 0 0 15px;
	text-transform: uppercase;
}

#menu_items {
	margin: 8px 0;
	padding: 0 0 0 35px;
}

#menu_items li {
	display: inline;
	color: #000;
	font-size: 14px;
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #fff;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu_items li a {
	color: #000;
	text-decoration: none;
}

.last {
	border-right: none !important;
}

#breadcrumb {
	margin: 15px 0 0 0;
	color: #aaa;
}

#breadcrumb a {
	color: #aaa;
}


#footer {
	border-top: 3px solid #ccc;
	width: 98%;
	text-align: center;
	margin: 10px auto 0 auto;
	padding-top: 15px;
}

#footer p {
	font-size: 11px;
}

#footer a {
	color: #555;
	text-decoration: underline;
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
  margin-top: 10px;
  width: 195px;
  left: -740px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { 
  margin-bottom: none;
}

.infoBoxHeading {
  padding: 2px;
  font-size: 13px;
  text-align: center;
}

.infoBoxContents {
  padding: 5px 5px 5px 8px;
  font-size: 13px;
  line-height: 1.5;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 12px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #fff;
}

.fieldKey {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 12px;
  line-height: 1.5;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
  text-decoration: none !important;
}

table, p {
  font-size: 12px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #000;
  text-decoration: none;
}

.ui-widget a {
	text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #aaa; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #fff;
  border: 1px solid #ccc;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #aaa;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #548a29;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

/*A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Verdana, Arial, 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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

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

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress{
  width: 1px;
  height: 12px;
  color: grey;
  font-size: 10px;
 /* overflow: hidden; */
  background-color: #bbc3d3;
  padding-left: 5px;
}
.bar{
  border-style: solid;
  border-width: 1px;
  border-color: #bbc3d3;
}
/*EOF - Zappo - Option Types v2 - Progress Bar */

/*BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload { display: none; }

/* Points/Rewards Module V2.1rc2a BOF */
SPAN.pointWarning {
  color: #f00;
}

.pointFaq {
  background-color:#f8f8f9;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}
/* Points/Rewards Module V2.1rc2a EOF */

/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap { 
  color: #009900; 
}
A.sitemap:hover {
  color: #ff0000;
}
.sitemap_indvidual_hdg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
A.sitemap_indvidual_hdg { color: #009900; }
A.sitemap_indvidual_hdg:hover { color: #ff0000; }
.sitemap_indvidual { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap_indvidual { color: #009900; }
A.sitemap_indvidual:hover { color: #ff0000; }

/***** End Sitemap_SEO *****/ 

/* @override http://store.trainingfx.com/bm_categories_unsorted_lists.css */

/* 
The is the whole infoBoxContainer for Categories
*/
#categoryBoxContainer {
	
}

#categoryBoxContainer div.infoBoxHeading{
	visibility: visible;
}

#categoryBoxContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

#categoryBoxContainer li a {
	
}

#categoryBoxContainer li#current {
	
}

#categoryBoxContainer span.itemParentName{
	font-weight: bold;
}

#categoryBoxContainer ul.level {
	padding-left: 10px;
}	
#categoryBoxContainer ul.level a {
	text-transform: ;	
}

#categoryBoxContainer span.countSeperator{
	visibility: visible;
	color: blue;
}

#categoryBoxContainer ul.level span.countSeperator{
	visibility: hidden;
}

#categoryBoxContainer span.showCounts{
	font-weight:bold;
	float: right;
}

#categoryBoxContainer .level span.showCounts{
	
	font-weight: normal;
	float: right;
}

/************************ CUSTOM STYLES BEGIN ************************/

.faq_question {
	display: block;
	font-weight: normal; 
	font-size: 14px; 
	margin: 0 0 10px 0; 
	padding:0;	
	text-decoration: underline;
}

.faq_answer {
	margin: 0 0 10px 0; 
	padding:0; 	
}

.clear {
	clear: both;
}

.no_underline:hover {
	text-decoration: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

#write_review_container {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0;
	display: none;
}



.filter_title {
	margin-bottom: 5px;
	margin-top: 5px;
}

.filter_section {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.filter_link {
	display: block;
}

.filter_content {
	max-height: 133px;
	overflow: hidden;
}

.filter_content a {
	color: #000;
}

.selected {
	font-weight: bold;
	color: red !important;
}

.toggle_link {
	margin: 1px 0 0 0;
	display: block;
}

.no_underline {
	text-decoration: none !important;
}

#product_left {
	float: left;
	width: 30%;
}

#product_right {
	float: left;
}

#secure {
	float: left;
	width: 33%;
	text-align: center;	
}

#cards {
	float: left;
	width: 33%;
	text-align: center;	
}

#social {
	float: left;
	width: 25%;
	text-align: center;
}

#paypal {
	float: left;
	width: 33%;
	text-align: center;
}

#facebook {
	float: left;
	width: 25%;
	text-align: center;	
}

#twitter {
	float: left;
	width: 25%;
	text-align: center;	
}

.testimonials_box {
	min-height: 300px;
	background: url('images/testimonials_body.jpg') repeat-y top center;
	padding: 10px;
	margin-bottom: none !important;
}

.testimonials_top {
	height: 44px;
	background: url('images/testimonials_top.jpg') no-repeat top center;
	padding: 0;
}
.testimonials_bottom {
	height: 48px;
	background: url('images/testimonials_bottom.jpg') no-repeat top center;
	padding: 0;
}

.testimonials_box_title {
	font-size: 16px;
	text-transform: uppercase;
}

.testimonials_each {
	margin: 0 0 20px 0;
	font-style: italic;
	color: #000;
}
