@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------*/

.vt-dialog {
	position:relative;
	margin:0px auto;
	min-width:8em;
	color:#fff;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	_padding: 0px 12px 0px 12px;
	_margin-left: 0px;
}

.vt-dialog-pbox {
	_background: #896fab;
	_color: #ffdd00;
}
.vt-dialog-pbox>.content,
.vt-dialog-pbox>.content>.wrapper>.t,
.vt-dialog-pbox>.b,
.vt-dialog-pbox>.b>div {
	background: transparent url(../images/tpl-v3/pbox.png) no-repeat top right;
	max-width: 976px;
	color: #ffdd00;
}

.vt-dialog-pbox-title>.content,
.vt-dialog-pbox-title>.content>.wrapper>.t,
.vt-dialog-pbox-title>.b,
.vt-dialog-pbox-title>.b>div {
	background: transparent url(../images/tpl-v3/pbox-title.png) no-repeat top right;
}

.vt-dialog-dpbox {
	_background: #442682;
	_color: #ffdd00;
}
.vt-dialog-dpbox>.content,
.vt-dialog-dpbox>.content>.wrapper>.t,
.vt-dialog-dpbox>.b,
.vt-dialog-dpbox>.b>div {
	background: transparent url(../images/tpl-v3/dpbox.png) no-repeat top right;
	max-width: 250px;
	color: #ffdd00;
}

.vt-dialog-ybox {
	_background: #ffe97b;
	_color: #442682;
}
.vt-dialog-ybox>.content,
.vt-dialog-ybox>.content>.wrapper>.t,
.vt-dialog-ybox>.b,
.vt-dialog-ybox>.b>div {
	background: transparent url(../images/tpl-v3/ybox.png) no-repeat top right;
	max-width: 976px;
	color: #442682;
}

.vt-dialog-ybox-title>.content,
.vt-dialog-ybox-title>.content>.wrapper>.t,
.vt-dialog-ybox-title>.b,
.vt-dialog-ybox-title>.b>div {
	background: transparent url(../images/tpl-v3/ybox-title.png) no-repeat top right;
}

.vt-dialog-rbox {
	_background: #ee805d;
	_color: #ffffff;
}
.vt-dialog-rbox>.content,
.vt-dialog-rbox>.content>.wrapper>.t,
.vt-dialog-rbox>.b,
.vt-dialog-rbox>.b>div {
	background: transparent url(../images/tpl-v3/rbox.png) no-repeat top right;
	max-width: 226px;
	color: #ffffff;
}

.vt-dialog-rbox-title>.content,
.vt-dialog-rbox-title>.content>.wrapper>.t,
.Xvt-dialog-rbox-title>.b,
.vt-dialog-rbox-title>.b>div {
	background: transparent url(../images/tpl-v3/rbox-title.png) no-repeat top right;
}

.vt-dialog-wbox {
	_background: #f8f8f8;
	_color: #202020;
}
.vt-dialog-wbox>.content,
.vt-dialog-wbox>.content>.wrapper>.t,
.vt-dialog-wbox>.b,
.vt-dialog-wbox>.b>div {
	background: transparent url(../images/tpl-v3/wbox.png) no-repeat top right;
	max-width: 1000px;
	color: #202020;
 }

.vt-dialog-wbox-title>.content,
.vt-dialog-wbox-title>.content>.wrapper>.t,
.vt-dialog-wbox-title>.b>div {
	background: transparent url(../images/tpl-v3/wbox-title.png) no-repeat top right;
}

.vt-dialog-wbox-title h2 {
	color: White;
}



.vt-dialog-lbox {
	_background: #fff3bc;
	_color: #202020;
}
.vt-dialog-lbox>.content,
.vt-dialog-lbox>.content>.wrapper>.t,
.vt-dialog-lbox>.b,
.vt-dialog-lbox>.b>div {
	background: transparent url(../images/tpl-v3/lbox.png) no-repeat top right;
	max-width: 1000px;
	color: #202020;
 }

.vt-dialog>.content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
}

.vt-dialog>.content>.wrapper>.t {
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px;
	background-position:top left;
}

.vt-dialog>.b {
	position:relative;
	width:100%;
}

.vt-dialog>.b,
.vt-dialog>.b>div {
	height:10px;
	font-size:1px;
}

.vt-dialog>.b {
	background-position:bottom right;
}

.vt-dialog>.b>div {
	position:relative;
	width:12px;
	margin-left:-12px;
	background-position:bottom left;
}

.vt-dialog .hd,
.vt-dialog .bd,
.vt-dialog .ft {
	position:relative;
}

.vt-dialog .food {
	padding: 5px 0px 0px 0px;
	position:relative;
	Xborder: 1px solid Red;
	margin: 0;
}

.vt-dialog .wrapper {
	position:static;
	max-height:1000px;
	overflow:auto;
}

.vt-dialog .food h1 {
	font-size: 2em;
	padding: 6px 0px 8px 0px;
	font-weight: bold;
}

.vt-dialog .food h2 {
	font-size: 1.6em;
	_font-size: 1.5em;
	padding: 5px 0px 7px 0px;
	font-weight: bold;
}

.vt-dialog .food h3 {
	font-size: 1.4em;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}

.vt-dialog .food h4 {
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.vt-dialog a {
	text-decoration: none;
	display: block;
}

.vt-dialog a img {
	border: 0;
	float: left;
	margin-right: 8px;
}

.vt-dialog li {
	_height: 1%;
}

.vt-dialog li a {
	text-decoration: none;
	display: block;
	padding: 3px 15px 5px 0px;
}

.vt-dialog .food ul {
	list-style-type: none;
}

.vt-dialog-ybox a {
	color: #442682;
}

.vt-dialog-ybox li a span.free-scan {
	background: transparent url(../images/images/scan-free-bullet.png) no-repeat 0px 2px; 
	padding-left: 50px;
	border-bottom: 2px solid #ffffff;
	border: 1px solid Red;
	font-weight: bold;
}

.vt-dialog-ybox li a {
	background: transparent url(../images/tpl-v3/ybox-link-button.png) no-repeat bottom right;
	border-bottom: 2px solid #ffffff;
}
	
.vt-dialog-ybox a:hover {
	color: #e42023;
}

.vt-dialog-ybox li a:hover {
	background: transparent url(../images/tpl-v3/ybox-link-button-sel.png) no-repeat bottom right;
}

.vt-dialog-rbox a {
	color: #ffffff;
}

.vt-dialog-rbox li a {
	background: transparent url(../images/tpl-v3/rbox-link-button.png) no-repeat bottom right;
	border-bottom: 2px solid #d2d2d2;
}
	
.vt-dialog-rbox a:hover {
	color: #ececec;
}

.vt-dialog-rbox li a:hover {
	background: transparent url(../images/tpl-v3/rbox-link-button-sel.png) no-repeat bottom right;
}

.vt-dialog-wbox a {
	color: #202020;
}

.vt-dialog-wbox li a span.free-scan {
	background: transparent url(../images/images/scan-free-bullet.png) no-repeat 0px 2px; 
	padding-left: 50px;
	border: 1px solid White;
	border-bottom: 2px solid #808080;
	font-weight: bold;
}

.vt-dialog-wbox li a {
	background: transparent url(../images/tpl-v3/wbox-link-button.png) no-repeat bottom right;
	border-bottom: 2px solid #808080;
}
	
.vt-dialog-wbox a:hover {
	color: #802020;
}



.vt-dialog-pbox a {
	color: #ffdd00;
}

.vt-dialog-pbox li a {
	background: transparent url(../images/tpl-v3/pbox-link-button.png) no-repeat bottom right;
	border-bottom: 2px solid #ececec;
}

.vt-dialog-pbox a:hover {
	color: #ffffff;
}

.vt-dialog-pbox li a:hover {
	background: transparent url(../images/tpl-v3/pbox-link-button-sel.png) no-repeat bottom right;
}

.vt-dialog-dpbox a {
	color: #ffdd00;
}

.vt-dialog-dpbox li a {
	background: transparent url(../images/tpl-v3/dpbox-link-button.png) no-repeat bottom right;
	border-bottom: 2px solid #ececec;
}

.vt-dialog-dpbox a:hover {
	color: #ffffff;
}

.vt-dialog-dpbox li a:hover {
	background: transparent url(../images/tpl-v3/dpbox-link-button-sel.png) no-repeat bottom right;
}

