﻿.example-panel
{
	width: 748px;
	height: 440px;
	background: transparent url(Images/bg.jpg) no-repeat 0 0;
	position: relative;
}
.product-list, .detail
{
	color: #1e3b99;
	font: 14px/20px 'Segoe UI' , Arial, sans-serif;
	position: absolute;
}
.product-list
{
	top: 0;
	left: 8px;
}
.detail
{
	top: 0;
	left: 246px;
}
#RadListBox1
{
	position: absolute;
	top: 25px;
	left: 1px;
}
#RadListBox1 .rlbGroup
{
	margin-right: 54px !important;
}
#RadListBox2
{
	position: absolute;
	top: 25px;
	right: 10px;
}
.order-panel
{
	position: absolute;
	left: 190px;
	top: 165px;
	width: 520px;
	height: 255px;
}
.product-image
{
	float: left;
	margin: 2px 5px 0 0;
}
.product-title
{
	color: #3d84ca;
	font: 11px 'Segoe UI' , Arial, sans-serif;
}
.bearing
{
	color: #606060;
	font: 10px 'Segoe UI' , Arial, sans-serif;
	display: block;
}
.detail-title
{
	color: #3d84ca;
	font: 14px 'Segoe UI' , Arial, sans-serif;
}
.details
{
	list-style: none;
}
.details label
{
	display: inline-block;
	width: 50px;
	text-align: right;
	font: 11px 'Segoe UI' , Arial, sans-serif;
	color: #000;
}
.details span
{
	color: #ff0000;
	font: 14px 'Segoe UI' , Arial, sans-serif;
}

.rlbSelected .product-title,
.rlbSelected .detail-title,
.rlbSelected .bearing
{
	color:#fff;
}

