﻿
.dialog
{
	position: absolute;
	text-align: left;
	z-index: 4000;
	font-size: 12px;
	background: #fff;
	border: 1px #BADBF2 solid;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	top: 100px;
	left: 100px;
	width: 300px;
	background-image:url(/manage/image/ico_accept.gif)  top left no-repeat ;
	padding-top:-1;
}
.dialog .dialog-box
{
	display: none;
}
.dialog .dialog-title
{
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	background-color:#edf7fd;
	
	
}
.dialog .title
{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	height:20px;
    padding-top:2px;
	
}



.dialog .dialog-close-btn
{
	float: right;
	color: #9BCAEA;
	cursor: pointer;
	padding-top:2px; padding-right:2px;
}
.dialog .dialog-content
{
	clear: both;
	padding: 9px;
}


.btn-viewcart
{
	background: url(/images/btn-viewcart.gif);
	width: 77px;
	height: 22px;
	float: left;
	margin-right: 5px;
}

.btn-favorites
{
	background: url(/images/btn-favorites.gif);
	width: 77px;
	height: 22px;
	float: left;
	margin-right: 5px;
}


.btn-continue
{
	background: url(/images/btn-continue.gif);
	width: 66px;
	height: 22px;
	float: left;
	cursor:pointer;
}

.btnBar
{	
	padding: 5px 0 5px 8px;
}