
/* panel-RefineSearch Side slide panel */
a.trigger-RefineSearch{
position: fixed;
width: 90px;
height: 82px;
text-decoration: none;
top: 202px;
right: -10px;
padding: 0;
margin: 0;
background: url(/Content/images/refineSearchTag.png) 0 0 no-repeat transparent;
display: block;
z-index: 9999;
text-indent: -9999px;
}

a.trigger-RefineSearch:hover{
position: fixed;
width: 90px;
height: 82px;
text-decoration: none;
top: 202px;
right: 0px;
padding: 0;
margin: 0;
background: url(/Content/images/refineSearchTag.png) 0 0 no-repeat transparent;
display: block;
z-index: 9999;
text-indent: -9999px;
}

a.active-RefineSearch.trigger-RefineSearch {
background: url(/Content/images/refineSearchTag.png) 0 0 no-repeat transparent;
right: 0px;
}

.panel-RefineSearch {
position: fixed;
top: 200px;
right: -5px;
display: none;
background: #555;
border: 1px solid #BFBFBF;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
width: 600px;
height: auto;
padding: 10px 110px 10px 18px;
z-index: 9999;
}



/* ***************************Side slide panel 2  Visual search*********************** */
a.trigger-2{
position: fixed;
width: 90px;
height: 82px;
text-decoration: none;
top: 100px;
right: -10px;
padding: 0;
margin: 0;
background: url(/Content/images/visualSearchTag.png) 0 0 no-repeat transparent;
display: block;
z-index: 9999;
text-indent: -9999px;
}

a.trigger-2:hover{
position: fixed;
width: 90px;
height: 82px;
text-decoration: none;
top: 100px;
right: 0px;
padding: 0;
margin: 0;
background: url(/Content/images/visualSearchTag.png) 0 0 no-repeat transparent;
display: block;
z-index: 9999;
text-indent: -9999px;
}

a.active-2.trigger-2 {
background: url(/Content/images/visualSearchTagClose.png) 0 0 no-repeat transparent;
right: 0px;
}

.panel-2 {
position: fixed;
top: 78px;
right: -5px;
display: none;
background: #555;
border: 1px solid #BFBFBF;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
width: 780px;
height: auto;
padding: 10px 110px 10px 18px;
z-index: 9999;
}
