/* CSS only needed for the demo */


/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj,
#tooltipObj {
	z-index:1000000;
	text-align:left;
    position:absolute;
    display:none;
    }
#ajax_tooltipObj div,
#tooltipObj div {
	position:relative;
    }
#ajax_tooltipObj .captcha,
#tooltipObj .captcha {
    float:left;
    margin-top:30px;
    }
#ajax_tooltipObj .btn_send,
#tooltipObj .btn_send {
    float:right;
    margin:65px 20px 0 0;
    }
#ajax_tooltipObj .overview-video,
#tooltipObj .overview-video {
    height:auto;
    }
/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow,
#tooltipObj .ajax_tooltip_arrow {	/* Left div for the small arrow */
	background-image:url('../images/arrow2.gif');
	/*position:absolute;*/
	/*left:0px;
	top:0px;*/
	clear:both;
	background-repeat:no-repeat;
	background-position:88% top;
	z-index:1000005;
	height:10px;
    margin-top:-2px;
}

#ajax_tooltipObj .ajax_tooltip_content,
#tooltipObj .ajax_tooltip_content {
	border:2px solid #CDCDCD;	/* Border width */
	/*left:18px;	/* Same as border thickness */
	/*top:0px;*/
	/*position:absolute;*/
	background-color:#FFFFFF;	/* Background color */
	padding:8px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:hidden;	/* Hide overflow content */
	z-index:1000001;
}

.tooltip_title_left{
	float:left;
	color: #829A4E;
	font-size:16px;
	font-weight: bold;
}

.tooltip_title_right{
	float:right;
	/*color: #ACC281;*/
	margin-right:20px;
}

.tooltip_close{
	color: #829A4E;
}

.tooltip_body{
	width:410px; 
	/*height:85px;*/
	background-color:#EEF7FC;
}
#quickview{
	width:420px;
	background-color:#CCD4D7;
    }
    #quickview .view-top {
        background:#C2CACA none no-repeat;
        }
.view-center{
	background-color:#CCD4D7;
	width:420px;
	padding-top:10px;
	overflow:hidden;
}
.view-bot{
	background-image:url(images/quickview-bot.gif);
	background-repeat:no-repeat;
}
.view-right{
	
}
.view-left1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 150px;
	font-weight: bold;
	padding-left:15px;
}
.view-left2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-left: 30px;
	width: 185px;
	line-height:15px;
}
#view-pic{
	float:left;
	height:201px;
	width:162px;
	padding-left:20px;
}

.view-bottom{
	
	clear:both;
	background-color:#33484B;
	width:420px;
	height:20px;
}
.view-rating{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 185px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: right;
}