@charset "UTF-8";


/* Layout Rules
----------------------------------------------- */

#content {
	width: 400px;
	margin-right: 35px;
	padding-top: 15px;
}
#content, #sidebar_feac {
	float: left;
	text-align: left;
}

#sidebar_feac{
	width: 260px;
	margin-top: 0;
}
.logoimg  {
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
	height: 150px;
	width: 250px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Table Rules
----------------------------------------------- */
#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	padding: 6px 0.25em;
	color: #333333;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
}

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	border-bottom: solid 1px #202020;
}
#products tr {
	border-bottom: solid 1px #202020;
	font-size: 14px;
	text-transform: capitalize;
}
#products tr.selected {
	color:#cf2328;
}
#products tbody { margin-top: 0; }

.selected {
	color:#cf2328;
	background-image: url(../images/check2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.rowSelected {
	color: #FFFFFF;
	background-color: #333333;
}
#wrapper #mainCenter #sidebar_feac #Acc1 .AccordionPanel AccordionPanelOpen .AccordionPanelContent ul {
	list-style-type: none;
}


.productinfo {
	width: 700px;
	margin-left: 250px;
}

.category {
	float:right;
	margin-top:18px;
}
.OddRow {
	background-color: #FFFFFF;
	color: #333333;
}

.EvenRow {
	background-color: #FFC993;
	color: #333333;
}

.over {
	color: #000;
	background-color: #c9d787;
	cursor: pointer;
}
.jsEnabled #productListing {
	display: none;
}


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #FFFFFF;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: #080808;
	background-image: url(../images/bg_grad_gray4.png);
	background-repeat: repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background-image: url(../images/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	font-size: 95%;
	line-height: 145%;
	color: #87837e;
}
.AccordionPanelContent ul {
	margin: 0;
	padding: 1.375em;
	list-style-type: none;
	line-height: 18px;
	text-transform: capitalize;
}
.acccompany {
	
	color: #87837e;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
}

.acccompany a {
	color: #7D8A2E;
	text-transform: none;
}
.acccompany a:hover {
	color: #C9D787;

}

.AccordionPanelTabHover {
	color: #DBDBDB;
}
.AccordionPanelClosed .AccordionPanelTab h3 {
	background-image: url(../images/grey_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
.AccordionPanelContent div { margin: 5px 8px; }
#featurenav {
	clear: both;
	
}
#featurenav a {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #ffc993;
	text-decoration: none;
}
#featurenav a:hover {
	color: #595c2e;
	
}

#featurenav p {
	font-size: 14px;
	text-indent: 20px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
