
/* ------------------------------------------------------------------ */

/* ----- TRANSPARENT LOADING OVERLAY ----- */
.productPanelAjaxBusy
{
    position: absolute;
    background: url('/images/spinner.gif') no-repeat fixed 50% 50% #1e1e1e;
    width: auto;
    height: auto;
    filter: Alpha(opacity = 0); /* Internet Explorer fix */
    opacity: 0.8;
    z-index: 1;
    clear:both;
}

/* ------------------------------------------------------------------ */

.nopAjaxFilters7Spikes
{
	height:146px;
	margin:0 -48px 0 -48px;
    background-color: #333;
    padding:48px 48px;
}

/* ----- FILTER CATEGORY HOLDER ----- */
.block-category-navigation
{
    float: left;
    width: inherit;
    margin: 0px 18px 26px 0px;
    height: 58px;
    /*background-color: rgb(271, 105, 139);*/
}

/* ----- FILTER GROUP DROPDOWN MAIN HOLDER ----- */
.nopAjaxFilters7Spikes .block .filtersGroupPanel
{
    position: relative;
	height:22px;
	line-height:20px;
	margin:0 0 -1px 0;
    overflow-x: hidden;
	overflow-y: inherit;
}

/* ------------------------------------------------------------------ */

/* ----- CHECKBOX CONTENT LIST POSITIONING -----
.filtersGroupPanel ul 
{
    margin-left:-30px;
    margin-top:9px;
    list-style-type:none;
}

/* ------------------------------------------------------------------ */

/* ----- RESET SEARCH BUTTON ----- */
.nopAjaxFilters7Spikes .clearFilterOptionsAll
{
    width:200px;
    height:21px;
	font-family:"Montserrat", sans-serif;
	font-size: 13px;
	line-height:11px;
	font-style:normal;
	font-weight:bold;
	color: #FFF;
	text-align:center;
	text-transform: uppercase;
	border:0;
	float: left;
	background-color:#222;
	background-image:none;
	padding:10px 0px 2px 0;
	cursor:pointer;
	margin:0 0 0 0px;
    color: #ccc;
}
.clearFilterOptionsAll:hover {background-color:#282828;color:#EC1846;text-decoration:none;}
.clearFilterOptionsAll:active, .clearFilterOptionsAll:focus {background-color:#CCC;color:#FFF;text-decoration:none;outline:none;}

/* ----- CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) ----- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.clearFilterOptionsAll
{
	padding:6px 0 7px 0;
}
}

/* ----- RESET BUTTON POSITIONING ----- */
.nopAjaxFilters7Spikes .filtersTitlePanel
{
    color: #666666;
    font-size: 0.9em;
    font-weight: 700;
    padding: 0 0 10px 3px;
    text-transform: uppercase;
}

/* ------------------------------------------------------------------ */

/* ----- ??? ----- 
.nopAjaxFilters7Spikes .filtersTitle
{
    float: left;
    margin: 0;
    padding: 0;
}
*/

/* ------------------------------------------------------------------ */

/* ----- TOP DOTTED DIVIDER ----- */
.nopAjaxFilters7Spikes .dottedLine
{
    border-top: 1px dotted #333333;  
}

/* ------------------------------------------------------------------ */

/* ----- FILTER CATEGORY - TITLE BLOCK ----- */
.nopAjaxFilters7Spikes .block .title a.toggleControl
{
    /*background: url("images/filterGroupToggle2.gif")  no-repeat scroll 0px 8px;*/
    float: left;
    display: block;
    padding: 7px 0 0 14px;
    cursor: pointer;
    color: #EC1846;
	font-weight: normal;
    margin: 0px 0px;
	font-family: "Montserrat",sans-serif;
	font-size:14px;
	text-transform:uppercase;
	/*border-top: 1px dotted #333333;*/
	width:188px;  
  padding:9px 0px 11px 12px;
    background-color:rgba(0,0,0,0.5);
    line-height:13px;
    margin-bottom: 1px;
}

/* ----- ??? -----
.togglecontrol a 
{
    color: #666666;
}
*/

/* ------------------------------------------------------------------ */

/* ----- CATEGORY TITLE - DROPDOWN ARROW ----- */
.nopAjaxFilters7Spikes .block .title a.toggleControl.closed
{
    /*background: url("images/filterGroupToggle.gif")  no-repeat scroll 0px 8px;*/
}

/* ------------------------------------------------------------------ */

/* ----- INDIVIDUAL FILTER RESET BUTTON STYLES -----
.nopAjaxFilters7Spikes .block .title a.clearFilterOptions
{
    float: right;
    color: #666666;
	font-size:10px;
    text-transform: uppercase;
    cursor: pointer;
}

.nopAjaxFilters7Spikes .block .title a.clearFilterOptions:hover
{
    text-decoration: underline;
}
 */

/* ------------------------------------------------------------------ */

/* ----- DROPDOWN HIDDEN LIST / CHECKBOX STYLING ----- */
.nopAjaxFilters7Spikes .filtersGroupPanel a
{
    color: #999;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a:hover
{
 text-decoration: none;
	color:#FFF;
    cursor: pointer;
}
/*
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemUnselected
{
    background: url("images/checkbox.gif") no-repeat scroll -10px -59px transparent;
    padding-bottom: 1px;
    padding-left: 16px;
}
*/

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelected
{
    color: #EC1846;
	/*background: url("images/checkbox.gif") no-repeat scroll -30px -36px transparent;
    padding-bottom: 1px;
    padding-left: 16px;
    padding-top: 3px; */
}

/*.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled
{
    background: url("images/checkbox.gif") no-repeat scroll -50px -19px transparent;
    color: #9D9D9D;
    padding-bottom: 1px;
    padding-left: 16px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled:hover
{
    text-decoration: none;
    cursor: default;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled
{
    background: url("images/checkbox.gif") no-repeat scroll -70px 1px transparent;
    color: #CFCFCF;
    padding-bottom: 1px;
    padding-left: 16px;  
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled:hover
{
    text-decoration: none;
    cursor: default;
}
*/

/* ------------------------------------------------------------------ */

/* ----- UI DIALOG ??? -----
.ui-dialog
{
    background: url("images/ui-bg_highlight-soft.png") repeat-x scroll 50% top #EEEEEE;
    border: 1px solid #666666;
    color: #333333;
    text-align: left;
    position: relative;
    width: 350px;
}
.ui-dialog-titlebar
{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0.2em 0.2em 0.2em 1em;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.ui-dialog-title
{
    padding: 0.2em 0;
}
.ui-dialog-titlebar-close
{
    background: url("images/popup-close.gif") no-repeat scroll 50% 50% transparent;
    height: 10px;
    outline: medium none;
    padding: 1px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 51px;
}
.ui-dialog-titlebar-close span
{
    display: none;
    margin: 1px;
}
.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus
{
    padding: 1px;
}
.ui-dialog-content
{
    border: 1px solid #666666;   
    overflow: auto;
    padding: 0.5em 1em;
}
.ui-dialog-buttonpane
{
    position: absolute;
    right: 0;
}
.ui-dialog-buttonpane button
{
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    margin: 1em;
    padding: 0 0.3em;
    text-align: right;
    text-transform: uppercase;
    width: 100px;
}
.ui-dialog .ui-resizable-se
{
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}
.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}
.ui-dialog .ui-resizable-handle
{
    display: none;
}
.ui-dialog.ui-resizable-disabled .ui-resizable-handle
{
    display: none;
}
.ui-dialog-container #error a
{
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.ui-dialog-container #error a:hover
{
    text-decoration: underline;
}

.ui-widget-overlay
{
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .50;
    filter: Alpha(Opacity=50);
}
*/


/* ------------------------------------------------------------------ */

/* ----- DROPDOWN MENU ----- */

/* ----- DROPDOWN HIDDEN LIST ONLY ----- */
.jDropDown ul
{
	width: 200px;
	float: left;
	display: none;
	
	position: absolute;
	left: 0px;
	top: 33px;
	z-index: 100000;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	list-style: none;
	
	-webkit-box-shadow:0 10px 6px rgba(0,0,0,0.5);
	-moz-box-shadow:0 10px 6px rgba(0,0,0,0.5);
	-o-box-shadow:0 10px 6px rgba(0,0,0,0.5);
	box-shadow:0 10px 6px rgba(0,0,0,0.5);
}

.jDropDown div
{
}

.jDropDown div p
{
	height: 24px;
	cursor: default;
	white-space: nowrap;
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}

/* ------------------------------------------------------------------ */

/* ----- DROPDOWN LIST ??? ----- */
.jDropDown ul li
{
	float: left;
	width: 100%;
	overflow: hidden;
}

.jDropDown ul li:hover, .jDropDown ul li.selected

{
 	background-color: #222;
	color: #fff;
}	

/* ----- DROPDOWN HIDDEN LIST TEXT SPAN ----- */
.jDropDown ul li span, .jDropDown ul li a
{		
	cursor: default;
	display: block;
	float: left;
	width: 100%;
}

/* .sortOptionsDropDown, .viewOptionsDropDown, .productsPageSizeDropDown
{
	width: 87px;
	position: relative;
	margin: -1px 0 0 3px;
} 

.productsPageSizeDropDown
{
    width: 37px;
    text-align: left;
}

.productsPageSizeDropDown div
{
    background:url("images/arrowDownW.gif") no-repeat 26px 7px;
}

.productsPageSizeDropDown div p
{
    width: 17px;
}

.sortOptionsDropDown
{
    float: right;
}

.viewOptionsDropDown
{
    float: right;
}
*/

.filtersDropDownPanel
{
    overflow: visible !important;
}


/* ------------------------------------------------------------------ */

/* ----- MENU ----- */
.filtersDropDown
{
	font-size: 13px;
	line-height:28px;
	position: relative;
	margin: 0 0 0 0;
}

/* ----- DROPDOWN MENU PANEL AS CLOSED ----- */
.filtersDropDown div
{
	width:200px;
	color:#FFF;
	background:url("images/arrowDownW.gif") no-repeat 183px 13px;
	background-color:#000; /* ----- BRIGHT CYAN ----- */
	/*border-top:1px dotted #333;
	border-bottom:1px dotted #333;*/
}

/* ----- DROPDOWN (CLOSED) PARA STYLE ----- */
.filtersDropDown div p
{
	padding: 1px 0 8px 12px;
	width: 160px;
	background-color:none; /* ----- RED ----- */
}

/* ----- DROPDOWN HIDDEN LIST ----- */
.filtersDropDown ul{
	background-color: #000;
}

.filtersDropDown ul li a
{
    background: none !important;
    padding-left: 12px !important;
}

.filtersDropDown ul li a:hover
{
    text-decoration: none !important;
}

.filtersDropDown ul li a.filterItemDisabled, .filtersDropDown ul li a.filterItemDisabledSelected
{
    display: none !important;
}

/*.product-sorting
{
    width: 135px;
}

.product-sorting label
{
    float: left;
}

.product-viewmode
{
    width: 135px;
}

.product-viewmode label
{
    float: left;
}

.product-page-size span
{
    float: left;
    margin: 0 8px 0 0;
}
*/