/*******************************************************************************
| xCMS
| Copyright WebsiteCM Software Inc.
| All rights reserved.
| License: http://www.websitecm.com/downloads/license-agreement.pdf
********************************************************************************
| CSS Styles
********************************************************************************/

/*******************************************************************************
| Side Navigation Menus
********************************************************************************/

/* 'Subcategories' and 'Recent Entries' headings */
.xcms-menu-header
{
	padding: 17px 0px 7px;
	background-color: transparent;
	font-size:12px;
  color: #9f4d10;
  font: bold 15px/18px Tahoma, sans-serif;
}

/* Display of subcategory links */
.xcms-menu-subcats ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-subcats ul li
{
	padding-bottom: 0px; /* bottom spacing between menu items */
}
.xcms-menu-subcats ul li a
{
  display: block;
  padding: 0;
  font: bold 13px/24px arial, sans-serif;
  text-decoration: underline;
  padding-left: 0px; /* link text is indented for image */
}
.xcms-menu-subcats ul li a:hover
{
	text-decoration: none;
}

/* Display of entry links */
.xcms-menu-entries
{
	padding-top: 4px;	
}
.xcms-menu-entries ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-entries ul li
{
	padding-bottom: 2px; /* bottom spacing between menu items */
}
.xcms-menu-entries ul li a
{
	background: transparent url(../../images/products_menu_bullet.gif) left center no-repeat;
	display: block;
	padding: 2px 0 2px 12px;
	text-decoration: none;
  font: normal 13px/18px arial, sans-serif;
}
.xcms-menu-entries ul li a:hover
{
	text-decoration: underline;
}

/*******************************************************************************
| Category Pages
********************************************************************************/
.xcms-category-border
{
	padding: 0px;
	border: 1px solid transparent;
	background-color: transparent;
}
.xcms-category-image
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid transparent;
	padding: 5px;
	background-color: transparent;
}
.xcms-category-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}

/*******************************************************************************
| Entry Pages
********************************************************************************/
.xcms-entry-border
{
	padding: 10px;
	border: 1px solid transparent;
	background-color: transparent;
}
.xcms-entry-image
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid transparent;
	padding: 5px;
	background-color: transparent;
}
.xcms-entry-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}
.xcms-entry-my-body {
  padding: 10px 0 12px;
	text-decoration: none;
  font: normal 13px/18px arial, sans-serif;
}
.xcms-entry-title-link {
  text-decoration: underline;
  font: bold 15px/21px Tahoma, sans-serif;
}

.xcms-entry-bullet
{
	margin-left:-15px;
	margin-top:10px;	
	padding-right:0px;
	padding:4px 0;
}

.xcms-subcat-title-header 
{
  color: #9f4d10;
  font: normal 19px/24px 'ag_futuraregular', sans-serif;
  padding: 5px 0 5px 0px;
}
.xcms-entry-body
{
	border: 1px solid transparent;
	padding: 0px;
	width: 95%;
}
.xcms-entry-related-products
{
	text-align: center;
}

/*******************************************************************************
| Rss Listing Page
********************************************************************************/
.xcms-rss-table
{
	background-color: transparent;
}
.xcms-rss-tableheader
{
	padding: 4px;
}
.xcms-rss-category
{
	background-color: transparent;
	padding: 4px;
	white-space: nowrap;
}
.xcms-rss-subcategory
{
	background-color: transparent;
	padding: 4px;
	white-space: nowrap;
}
