﻿/*
*********************
Global HTML
*********************
*/

/* Reset Some Styles */

/*div#revolverAddOn ul, div#revolverAddOn ol, div#revolverAddOn li, */
div#revolverAddOn p, div#revolverAddOn table, form#filterForm select, form#filterForm input /*, div#revolverAddOn h1, div#revolverAddOn h2, div#revolverAddOn h3, div#revolverAddOn h4, div#revolverAddOn h5, div#revolverAddOn form, div#revolverAddOn fieldset, div#revolverAddOn img, div#inactiveAttributes div, div#inactiveAttributes h1, div#inactiveAttributes h2, div#inactiveAttributes h3, div#inactiveAttributes h4, div#inactiveAttributes h5*/
{
    border: none;
    margin: 0;
    /*padding: 0;*/
}

.cl
{
    clear: both;
}
hr.cl
{
    height:1px;
    color:#C2C0B0;
    background-color:#C2C0B0;
    border:none;
}
span.pipeSpace
{
    margin: 0 6px;
}
div#revolverAddOn ul, div#revolverAddOn ol, 
div#revolverAddOn p
{
    margin-bottom: 1em;
}

div#revolverAddOn ul, div#revolverAddOn ol
{
    margin-left: 0em;
}
/*div#revolverAddOn ul
{
    list-style-type: disc;
}
*/
div#revolverAddOn ol
{
    list-style-type: decimal;
}

div#revolverAddOn form input, div#revolverAddOn form select, div#revolverAddOn form label, div#revolverAddOn form img, div#revolverAddOn table td, div#revolverAddOn table img, form#filterForm a, form#filterForm span
{
    vertical-align: middle !important;
}

/* Common Border */

div#filterControl, form#filterForm select, form#filterForm input, div#revolverAddOn img.productResultIcon, div#revolverAddOn img.productResultIcon, div#filterSearchProducts, div#subEntities, div#activeAttributes
{
    /*border: solid 1px #c2c0b0;*/
    border: none 0px;
}

form#filterForm select, form#filterForm input
{
    border: solid 1px #595F4B;
}

div#revolverAddOn fieldset
{
    border: solid 0px #595F4B;
}
/*
*********************
Filters
*********************
*/

div#filterControl
{    
    padding: 5px 0;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    /*background: #fff url(images/filter-box-bg.png) repeat-x 0 0;*/
    z-index: 1;
}

form#filterForm select, form#filterForm input
{
    margin-right: 6px;
    background-color: #f8f8f8;
}
div#filterControl fieldset + fieldset
{
    margin-top: 5px;
}
div#filterControl fieldset
{
    margin:1px 8px;
}
    
div#revolverAddOn form input#filterSearchTerm
{
    height: 20px;
    padding: 0 2px;
    width: 123px;
}
div#revolverAddOn a.view img
{
    margin-right:4px;
    margin-bottom:-1px;
}
div#revolverAddOn form a.current{
    font-weight:bold;
    color:#000;
}

/* Pagination */
div#revolverAddOn p.pagination
{
    float: right;
    font-size: 10px;
    margin: 2px 5px 7px 5px;
}
div#revolverAddOn span.pagingSep
{
    margin: 0 15px;
}
div#revolverAddOn p.pagination a
{
    padding: 0 2px;
}
div#revolverAddOn p.pagination a.currentPage,div#revolverAddOn a#currentPage
{
    color: #000;
}
div#revolverAddOn a.currentPage,div#revolverAddOn a#currentPage
{
    background-color: #c5e5e3;
    font-weight: bold;
}

/* Recommended Term */
p#recommend a
{
    text-decoration:underline;
}

/*
*********************
Sub Entities & Header
*********************
*/

div#entityDescription
{
    margin-bottom:15px;    
}
div#subEntities
{
    margin-bottom: 15px;
    /*background-color: #fdfdfd;*/
}
div#revolverAddOn div#subEntities h2
{
    font-size: 12px;
    /*padding: 5px 15px;*/
    color: #999;
    /*border-bottom: dotted 1px #ccc;*/
}
div#revolverAddOn div#subEntities ul, div#revolverAddOn div#subEntities p
{
	padding: 0 0 0 6px;
    /*margin: 0 15px 15px 0px;*/
}
div#revolverAddOn div#subEntities ul
{
    list-style-type: none;
    margin-bottom: 0;
    width: 100%;
}
div#revolverAddOn div#categoryDescription
{
    margin-bottom:1.5em;
}

/* Subentity List Format, No Images */
div#revolverAddOn div#subEntities ul.entityList li.parentEntity
{
	/*float: left;*/
	margin: 8px 10px 3px 12px;
	/*width: 170px;*/
	overflow: hidden;
	font-family:Verdana, Geneva, sans-serif;
	color:#3d582b;
	font-size:12px;
	font-weight:bold;
}
div#revolverAddOn div#subEntities ul.entityList li a
{
    color: #3d582b;
    text-decoration: none;
}
div#revolverAddOn div#subEntities ul.entityList li a:hover
{
    text-decoration: underline;
}
div#revolverAddOn div#subEntities ul.entityList ul
{
    /*border-top:solid 1px #f0f0f0;*/
    margin:3px 0 0 0;
}
div#revolverAddOn div#subEntities ul.entityList ul li
{
    /*display: inline;*/
    /*margin-right: 10px;*/
    font-size: 12px;
    font-weight: normal;
    /*background: url(images/subentity-arrow.gif) no-repeat 0 50%;*/
    /*padding-left:11px;*/
    /*margin-left:10px;*/
}
.light_green, 
.light_green a,
div#revolverAddOn div#subEntities ul.entityList ul li a
{
    text-decoration: none;
    color:#3D582B;
}
.light_green a:hover,
div#revolverAddOn div#subEntities ul.entityList ul li a:hover
{
    color:#3D582B;
    text-decoration: underline;
}

/* Subentity Grid Format, + Images */
div#subEntities.entityGrid
{
    width: 99.5%;
    float: left;
}
div#revolverAddOn div#subEntities ul.entityGrid
{
    margin-bottom: 15px;
}
div#revolverAddOn div#subEntities ul.entityGrid li
{
    float: left;
    width: 24%;
    text-align: center;
    margin: 0 0 15px 5px;
}
div#revolverAddOn div#subEntities ul.entityGrid li a img
{
    border: solid 1px #ddd;
}
div#revolverAddOn div#subEntities ul.entityCols2 li
{
    width: 49%;
}
div#revolverAddOn div#subEntities ul.entityCols3 li
{
    width: 32%;
}


/*
*********************
Product Results General
*********************
*/
div#revolverAddOn div.productResult
{
    /*padding-top: 15px;*/
    padding: 6px;
}
div#revolverAddOn p.productResultPrice
{
    font-size: 15px;
    font-weight: bold;
}

div#revolverAddOn div.productResult h3
{
    font-size: 17px;
}
div#revolverAddOn p.productResultDesc a
{
    text-decoration: underline;
    font-size: 12px;
}
div#revolverAddOn div.productResult img.productResultIcon,
div#revolverAddOn div.productResult img.productResultNoIcon
{
    /*margin:0 5px 0 5px;*/
    border: solid 1px #000000;
}
div#revolverAddOn p.miscInfo
{
    margin-bottom: 5px;
}
div#revolverAddOn p.miscInfo span
{
    font-weight: bold;
}
div#revolverAddOn div.productResult form
{
    text-align: right;
}
div#revolverAddOn div.productResult form #Quantity, div#revolverAddOn div.productResult form small
{
    /* display: none; */
}
div#revolverAddOn span.regPriceLabelSale
{
    font-weight:normal;
    text-decoration:line-through;
}
div#revolverAddOn span.salePriceLabel
{
    color:#cc0000;
}


/*
*********************
List View
*********************
*/

div#revolverAddOn.list div#filterControl
{
    margin-bottom:10px;
}
div#revolverAddOn.list div.productResult
{
    border-bottom: solid 1px #cbbea8;
    float: left;
    padding-bottom: 15px;
    width:100%;
}
div#revolverAddOn.list p.productResultPrice, div#revolverAddOn.list div.productResultInfo
{
    float: right;
}
div#revolverAddOn.list div.productResultInfo
{
    /* Change this value to accommodate your image size */
    width: 74%;
    margin-right:5px;
    position:relative;
}
div#revolverAddOn.list p.productResultPrice
{
    position:absolute;
    top:0;
    right:0;
    width:33%;
    text-align:right;
}
div#revolverAddOn.list div.productResult h3
{
    width:65%;
}


/*
*********************
Grid View
*********************
*/

div#revolverAddOn.grid div.productResult
{
    float: left;
    font-size: 0.95em;
    margin-right: 15px;
    margin-bottom: 20px;
    text-align:center;
}
div#revolverAddOn.grid div.productResultInfo
{
    text-align:left;
}
div#revolverAddOn.grid div.productResult h3
{
    font-size: 14px;
    margin-top:5px;
}
div#revolverAddOn.grid div.productResult.rowLast
{
    margin-right: 0;
}
div#revolverAddOn.grid p.productResultPrice
{
    margin-top: 5px;
}
div#revolverAddOn.grid div.productResult form
{
    text-align: center;
}
div#revolverAddOn.grid div.productResult select
{
    width:95%;
    margin-bottom:3px;
}
div.gridRow
{
    float: left;
    /*border-bottom: solid 1px #c2c0b0;*/
    padding: 10px 0;
    width:100%;
}
/* Grid Row Qty=2 */

div.gridRow2 div.productResult
{
    width: 48%;
}
div#revolverAddOn div.gridRow2 div.productResult p, div#revolverAddOn div.gridRow2 div.productResult h3
{
    margin-left: 15px;
    margin-right: 15px;
}
/* Grid Row Qty=3 */

div.gridRow3 div.productResult
{
    width: 31%;
}
div#revolverAddOn div.gridRow3 div.productResult p, div#revolverAddOn div.gridRow3 div.productResult h3
{
    margin-left: 10px;
    margin-right: 10px;
}
/* Grid Row Qty=4 */

div.gridRow4 div.productResult
{
    width: 23%;
}
div#revolverAddOn div.gridRow4 div.productResult p, div#revolverAddOn div.gridRow4 div.productResult h3
{
    margin-left: 5px;
    margin-right: 5px;
}

/*
*********************
Attributes Mod Style
*********************
*/

div#revolverAddOn div#activeAttributes
{
    float: left;
    width: 99%;
    margin-bottom: 5px;
    /*background: #fff url(images/attributes-box-bg.gif) 0 bottom repeat-x;*/
}

div#filterControl div#activeAttributes div.attributeBox
{
    float: left;
    margin: 0 0 5px 7px;
    font-size: 11px;
    /* width: 23%; */
}
div#revolverAddOn div#activeAttributes h3
{
    font-weight: bold;
    font-size: 13pt;
    padding: 8px 10px;
}
div#revolverAddOn div#activeAttributes h3 span, div#filterControl div#activeAttributes span#activeAttributeCaption
{
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
    margin-left: 5px;
    color: #999;
}
div#revolverAddOn div#activeAttributes div.attributeBox h4
{
    background: #888 url(images/down-arrow-active.gif) no-repeat 95% center;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}
div#revolverAddOn div#activeAttributes div.attributeBox ul
{
    padding-right: 5px;
    margin-left: 5px;
}
div#revolverAddOn div.attributeBox li
{
    list-style-type: none;
}
div#revolverAddOn div#activeAttributes div.attributeBox li
{
    background: url(images/active-attribute-r.gif) no-repeat right 0;
    padding-right: 14px;
    margin-bottom: 4px;
}
div#revolverAddOn div#activeAttributes div.attributeBox ul li a
{
    display: block;
    background: url(images/active_attribute.jpg) no-repeat 0 0;
    padding: 4px 0 5px 25px;
    text-decoration: none;
}
div.attributeBox ul li a:hover
{
    text-decoration: underline;
}
div#revolverAddOn div#activeAttributes div.attributeBox ul
{
    margin: 2px;
    padding: 0;
}

div.Attribute
{
    margin-bottom: 10px;
}
div.Attribute span
{
    margin-left: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Styling With Left Nav */

div#content.attributesContent
{
    width:100%;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
}

div#content.attributesContent div#activeAttributes,div#content.attributesContent div#revolverAddOn.list div.productResult,div#content.attributesContent div#filterControl, div#content.attributesContent div.gridRow, div#content.attributesContent div#subEntities, div#content.attributesContent h1#entityName
/*, div#content.attributesContent div#entityDescription*/
{
    width:72%;
    float:right;
    clear:both;
}

.entityHead
{
	width: 100%;
	float: right;
	position: relative;
	padding-bottom: 15px;
}

.entityHead_withPic
{
	width: 250px;
	float: right;
	position: relative;
	padding-bottom: 15px;
}

div#content.attributesContent, div#content.attributesContent div#revolverAddOn
{
    position:relative;
}
    
div#inactiveAttributes
{
	/*
    width:25%;
    position:absolute;
    top:0;
    left:0;
	*/
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
}
div#content.attributesContent p.pagination
{
    margin-bottom:-2em; /* due to floats */
    z-index:100;
    position:relative;
    margin-top:11px;
}

/* Left Nav - Inactive Attributes */


div#inactiveAttributes div.attributeBox
{
    /*background: #fcfcfc url(images/left-nav-box-bg.gif) repeat-x 0 0;*/
    margin-bottom: 15px;
    padding-bottom: 5px;
    /*border: solid 1px #ddd;*/
    /*font-size:11px;*/
}
div#revolverAddOn div#inactiveAttributes h3
{
    background: #777 url(images/left-nav-hdr-bg.gif) repeat-x left top;
    color: #f8f8f8;
    font-size:15px;
    font-weight:bold;
    color:#eee;
}
div#inactiveAttributes h3, div#inactiveAttributes h4
{
    padding: 5px 10px;
}
div#inactiveAttributes h4
{
    background: url(images/down-arrow-inactive.gif) no-repeat 95% center;
    color:#444;
}
div#inactiveAttributes span#inactiveAttributeCaption
{
    font-style:italic;
    font-size:9px;
    display:block;
    font-weight:normal;
    margin-left:5px;
}
div#inactiveAttributes div.attributeBox ul
{
    margin: 2px 5px;
    padding: 0;
}
div#inactiveAttributes div.attributeBox ul li
{
    /*background: #f6f6f6 url(images/attributes-inactive-bg.gif) repeat-x;*/
    /*height:1.5em;*/ /* For IE only */
    padding: 2px;
}
div#inactiveAttributes div.attributeBox ul li:hover
{
    /*background: #f2f2ee url(images/attributes-inactive-bg-hover.gif) repeat-x;*/
}

div#inactiveAttributes div.attributeBox ul li a
{
    /*display:block;*/
    /*padding: 5px 5px 4px 25px;*/
    padding: 0px;
    text-decoration: none;
    color: #000000;
    /*
    border-bottom: solid 1px #edeede;
    border-left: solid 1px #edeede;
    border-right: solid 1px #edeede; 
	*/
}
div#inactiveAttributes div.attributeBox ul li a:hover
{
	text-decoration: underline;
    /*background:transparent url(images/left-nav-attribute-add.gif) no-repeat 4px center;*/
}
div#inactiveAttributes ul li.moreExpand, div#inactiveAttributes ul li.moreExpand:hover, div#inactiveAttributes div.attributeBox ul li.moreExpand a
{
    background: none;
    border: 0;
    font-weight: bold;
    color: #000;
}
div#content.attributesContent div#inactiveAttributes + br.cl
{
    display:none;
}



/*
*********************
Attributes StayPut
*********************
*/

div#revLeftNav.stayPut
{
    font-size:10px;
}
div#revLeftNav.stayPut,div.attributeBox2,div.attributeBox2 h3,div.attributeBox2 ul,div.attributeBox2 ul li{
float:left;
}

div#revLeftNav.stayPut div.attributeBox2{
background-color:#f4f4f4;
border-bottom:solid 1px #666;
clear:left;
width:200px;
margin-bottom:5px;
}
div#revLeftNav.stayPut div.attributeBox2 h3{
background-color:#777;
margin:0 0 5px 0;
padding:5px;
color:#f6f6f6;
width:190px;
font-size:13px;
}
div#revLeftNav.stayPut div.attributeBox2 ul {
list-style-type:none;
padding:5px;
margin:0;
}
div#revLeftNav.stayPut div.attributeBox2 ul li{
margin:0 4px 4px 0;
}
div#revLeftNav.stayPut div.attributeBox2 ul li a{
display:block;
padding:3px 5px;
border:solid 1px #444;
background-color:#fff;
color:#222;
text-decoration:none;
-moz-border-radius: 2px;
}
div#revLeftNav.stayPut div.attributeBox2 ul li a:hover,div#revLeftNav.stayPut div.attributeBox2 ul li.selectedAttribute a{
border:solid 1px #000;
color:#fff;
}
div#revLeftNav.stayPut div.attributeBox2 ul li a:hover
{
    background-color:#777;
}

div#revLeftNav.stayPut div.attributeBox2 ul li.selectedAttribute a {
background-color:#444;
}

div#filterControl div#activeAttributes div.attributeBox h4
{
    background: #888 url(images/down-arrow-active.gif) no-repeat 95% center;
    color: #fff;
    font-size: 11px;
    padding: 2px 3px;
}

div#filterControl div#activeAttributes div.attributeBox ul
{
    padding-right: 5px;
    margin-left: -25px;
}

div#filterControl div.attributeBox li
{
    list-style-type: none;
}

div#filterControl div#activeAttributes div.attributeBox li
{
    background: #ffffff;
    padding-right: 10px;
    margin-bottom: 5px;
}

div#filterControl div#activeAttributes div.attributeBox ul li a
{
    display: block;
    background: url(images/active_attribute.jpg) no-repeat 3px 3px;
    padding: 3px 0 5px 20px;
    text-decoration: none;
}

/*
*********************
IE 6 Fixes
*********************
*/
div#ie6Wrapper div#content
{
    margin-right:6px;
}
div#ie6Wrapper div#revLeftNav div.attributeBox ul li
{
    display:inline;
}
div#ie6Wrapper div#revLeftNav div.attributeBox ul li a
{
    width:155px;
}