﻿

.liveCartPanel
{
    width: 165px;
    margin-right: 1px;
    margin-left:765px;
    position: fixed;
    z-index:9999;
    float:left;
    margin-top:-15px;
}
/*hack for ie 6*/
* html .liveCartPanel{
    position: absolute;
}

.mainSearchPanel
{
    width:745px;
    margin-top:10px;
    float:left;
    margin-bottom:10px;
}

/* Loading Graphic */
.loadingGraphic{
    position:fixed;
    z-index:100;
    text-align:center;
    float:left;
    margin-left:280px;
    width:200px;
    border:1px solid gray;
    background-color:White;
    margin-top:100px;
    padding-top:85px;
    padding-bottom:85px;
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";       /*ie8*/
    filter: alpha(opacity=85);                                              /*ie5-7*/
    opacity:.85;  
}

/*hack for ie 6*/
* html .loadingGraphic{
    position: absolute;
}

fieldset{
    padding:3px;
}

/* CollapsiblePanel */
.collapsiblePanelHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5c81aa;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width:690px;
}

.collapsiblePanelImage{
    float:left;
    margin-right : 15px;
    margin-top:-3px;
}

.collapsiblePanelHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.collapsiblePanelHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.collapsiblePanelContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    width:690px;
}
/*   ;* /
/* LiveCart */

.liveCartHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5c81aa;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.liveCartHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.liveCartHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.liveCartSubtotal
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5c81aa;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.liveCartButton
{
    border: 1px solid Black;
    color: Black;
    background-color: #CCCCCC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
    float:left;
    width:99%;
}




/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url(/images/83.png);
    background-position: right;
    background-repeat: no-repeat;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url(/images/87.png);
    background-position: right;
    background-repeat: no-repeat;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


