div#quick-look {
	background: url(../images/quicklook/ql_bg.gif) no-repeat;
	left: 10px;
	height: 350px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 375px;
	z-index: 50;
}
div#quick-look-hover {
	background: none;
	left: 10px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 10px;
	vertical-align: middle;
	width: 125px;
	z-index: 10;
}

div#quick-look img {
	border: 0px none;
}

div#quick-look-hover img {
	border: 0px none;
}

div#quick-look div.close {
	height: 12px;
	float: right;
	margin: 5px;
	width: 11px;
}

a.quick-look {
	font-size: 10px;
}

div#quick-look div.message {
	margin: 10px 10px 10px 20px;
}

div#quick-look div.image {
	clear: right;
	float: right;
	margin: 8px 5px 5px 0px;
	text-align: center;
	width: 190px;
}

div#quick-look div.image .product-name {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

div#quick-look div.tab {
	background: url(../images/quicklook/ql_tab.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin: 10px 0px 0px 10px;
	overflow: hidden;
	padding: 2px 0px 0px 0px;
	text-align: center;
	width: 108px;
}

div#quick-look div.tab-body {
	background: #EFEFEF;
	font-size: 11px;
	height: 200px;
	margin: 0px 0px 0px 10px;
	overflow: auto;
	width: 160px;
}

div#quick-look div.tab-body-content {
	height: 190px;
	margin: 5px 0px 5px 5px;
	width: 135px;
}

div#quick-look div.tab-footer {
	background: url(../images/quicklook/ql_tab_bottom.gif) no-repeat;
	height: 5px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	width: 160px;
}

div#quick-look div.item-table {
	clear: both;
	height: 60px;
	margin: 5px 5px 5px 10px;
	overflow: auto;
	width: 270px;
}

div#quick-look div.item-table table td {
	font-size: 11px;
	padding: 2px;
}

div#quick-look div.item-table table thead td {
	background: #666;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

div#quick-look div.item-table table thead td.col-1 {
	text-align: left;
	width: 75px;
}

div#quick-look div.item-table table thead td.col-2 {
	text-align: center;
	width: 50px;
}

div#quick-look div.item-table table thead td.col-3 {
	text-align: center;
	width: 50px;
}

div#quick-look div.item-table table thead td.col-4 {
	text-align: center;
	width: 50px;
}

div#quick-look div.item-table table tbody td.col-1 {
	font-weight: bold;
	text-align: left;
}

div#quick-look div.item-table table tbody td.col-2 {
	text-align: center;
}

div#quick-look div.item-table table tbody td.col-3 {
	text-align: right;
}

div#quick-look div.item-table table tbody td.col-4 {
	text-align: right;
}

div#quick-look div.item-table input.qty {
	font-size: 11px;
	width: 40px;
}

div#quick-look button.submit {
	margin: 10px 0px 5px 140px;
}
