div.ui-cluetip {
    font-size: 1em;
    margin-left: 43px;
    margin-top: 18px;
}
.ui-cluetip-header, .ui-cluetip-content {
    padding: 12px;
}
.ui-cluetip-header {
    font-size: 1em;
    margin: 0;
    overflow: hidden;
}
.cluetip-title .cluetip-close {
    float: right;
    position: relative;
}
.cluetip-close img {
    border: 0 none;
}
#cluetip-waitimage {
    background-image: url("wait0000.gif");
    height: 11px;
    position: absolute;
    width: 43px;
}
.cluetip-arrows {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-width: 0;
    display: none;
    height: 22px;
    left: -59px;
    position:absolute;
    top: 0;
    width: 11px;
}
.cluetip-extra {
    display: none;
}
.cluetip-default {
    background-color: #D9D9C2;
}
.cluetip-default .ui-cluetip-header {
    background-color: #87876A;
}
div.cluetip-default .cluetip-arrows {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
}
div.clue-right-default .cluetip-arrows {
    background-image: url("http://plugins.learningjquery.com/cluetip/images/darrowleft.gif");
}
div.clue-left-default .cluetip-arrows {
    background-image: url("http://plugins.learningjquery.com/cluetip/images/darrowright.gif");
    left: 100%;
    margin-right: -11px;
}
div.clue-top-default .cluetip-arrows {
    background-image: url("http://plugins.learningjquery.com/cluetip/images/darrowdown.gif");
    height: 11px;
    left: 50%;
    margin-left: -11px;
    top: 100%;
    width: 22px;
}
div.clue-bottom-default .cluetip-arrows {
    background-image: url("http://plugins.learningjquery.com/cluetip/images/darrowup.gif");
    height: 11px;
    left: 50%;
    margin-left: -11px;
    top: -11px;
    width: 22px;
}
.cluetip-jtip {
    background-color: #FEEDDB;
}
.cluetip-jtip .cluetip-outer {
    border: 2px solid #C86F02;
    position: relative;
}
.cluetip-jtip .cluetip-inner {
    display: inline-block;
    padding: 5px; 
}
.cluetip-jtip div.cluetip-close {
    color: #990000;
    margin: 0 5px;
    text-align: right;
}
.cluetip-jtip .ui-cluetip-header {
    background-color: #FEEDDB;
    padding: 6px;
}
div.cluetip-jtip .cluetip-arrows {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
}
div.clue-right-jtip .cluetip-arrows {
    background-image: url("ar01.png");
}
div.clue-left-jtip .cluetip-arrows {
    background-image: url("ar03.png");
    left: 100%;
    margin-right: -11px;
}
div.clue-top-jtip .cluetip-arrows {
    background-image: url("http://plugins.learningjquery.com/cluetip/images/arrowdown.gif");
    height: 11px;
    left: 50%;
    margin-left: -11px;
    top: 100%;
    width: 22px;
}
div.clue-bottom-jtip .cluetip-arrows {
    background-image: url("http://plugins.learningjquery.com/cluetip/images/arrowup.gif");
    height: 11px;
    left: 50%;
    margin-left: -11px;
    top: -11px;
    width: 22px;
}
.cluetip-rounded {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
}
.cluetip-rounded .cluetip-arrows {
    border-color: #CCCCCC;
}
div.cluetip-rounded .cluetip-arrows {
    background: none repeat scroll 0 0 transparent;
    border-style: solid;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
}
div.clue-right-rounded .cluetip-arrows {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-width: 11px 11px 11px 0;
}
div.clue-left-rounded .cluetip-arrows {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 11px 0 11px 11px;
    left: 100%;
    margin-right: -11px;
}
div.clue-top-rounded .cluetip-arrows {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: 11px 11px 0;
    left: 50%;
    top: 100%;
}
.clue-bottom-rounded .cluetip-arrows {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 0 11px 11px;
    left: 50%;
    top: -11px;
}
.cluetip-rounded .cluetip-title, .cluetip-rounded .cluetip-inner {
}


.clue-left-jtip
{
margin-left: -37px !important;
}


#cluetip .cluetip-inner ul { width: 92% !important; padding:10px;}
#popWindowWrapper { width:28% !important; margin:0px auto; background:#CCC; font-family:Arial, Helvetica, sans-serif; font-size:13px; background:#FFF; border:1px solid #ccc; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#popWindowWrapper .pwindowContent { padding:2%;}
#popWindowWrapper .pwindowContent .pwindowLeft { width:38%; float:left; padding-right:4%}
#popWindowWrapper .pwindowContent .pwindowLeft img { width:100%; padding:2px; border:1px solid #EBEBEB}
#popWindowWrapper .pwindowContent .pwindowRight {width:58%; float:left; text-align:justify; color:#333; font-size:12px;}
#popWindowWrapper .pwindowContent .pwindowRight h1 { margin:0 0 10px 0; font-size:1.5em; text-align:center; padding:10px 0; background:#F8F8F8; border:1px solid #EBEBEB;}
#popWindowWrapper .pwindowContent .pwindowRight .inputBtnwindow { margin:10px auto; width:80%; }
#popWindowWrapper .pwindowContent .pwindowRight .inputBtnwindow input[type="button"] { background:url(images/buyatbtn.png) no-repeat; border: none;height: 30px; width: 163px; cursor:pointer;}
#popWindowWrapper .pwindowContent .footerPopup { width:100%; border-top:2px solid #ccc; margin-top:10px;}
#popWindowWrapper .pwindowContent .footerPopup a { display:block; float:left; margin:5px 4px; font-size:11px; font-weight:bold; color:#0B6DC8; }
#popWindowWrapper .pwindowContent .footerPopup a:hover { text-decoration:none;}
.clrwindow { clear:both;}
.desriptionBox { line-height:18px; padding-bottom:10px;}
.inputBtnwindow input[type="button"] {height: 23px !important; width: 162px !important; margin-top:36px;}
#popWindowWrappe .footerPopup { padding-top:8px; }
.inputBtnwindow { margin-bottom:12px;}
#cluetip { width:460px !important; background: url("../images/popupbg.png") repeat-x top #FFA925;}
.addthis_toolbox { padding:15px 0;}
.footerPopup a { border-left:1px solid #C86F02; padding:0 0 0 10px; color:#000;}
.footerPopup a:first-child { border:none;}
.catSlider .ui-slider-horizontal { top:-6px;}
table.catSlider #_ctl0_ContentPlaceHolder1_CategoryDetail1_imageButton { position: relative; top: 5px;}
#cluetip .cluetip-arrows { margin:0px !important;}
