/* Result page */

.contentpane {
	background: #FFFFFF;
	overflow: hidden;
}

#sbox-window {
	border-radius: 0;
}

#sbox-window body {
	overflow: hidden;
}

#sbox-btn-close {
	background: url(close.gif) no-repeat;
	width: 66px;
	height: 19px;
	top: 30px;
	right: 35px;
}

#vmxsearchform {
	padding-top: 45px;
	margin-top: 55px;
	border-top: 1px solid #333;
}

.vmx_result {
	height: 500px;
	overflow: auto;
}

.product_list {
	border: 1px solid #d3d3d3;
	border-top: 0;
}

.product_list tr { border-top: 1px solid #d3d3d3; }
.product_list th,
.product_list td { border-left: 1px solid #e5e0cb; }
.product_list th:first-child,
.product_list td:first-child { border-left: 0; }

.product_list th {
	text-align: left;
	vertical-align: top;
	padding: 12px 10px;
}

.product_list td {
	padding: 8px 10px;
}

.product_list select {
	display: block;
	margin-top: 8px;
}

.product_list .addtocart-bar {
	float: right;
}

.product_list .quantity-controls {
	margin: 0 10px;
}