#ewire-box
{
	border-top: none;
}

#ewire-content
{
	width: 100%;
	position: relative;
}

#ewire-box h1
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2;
	color: #336;
}

#ewire-box p.introduction
{
	width: 300px;
	height: 170px;
	margin-bottom: 1em;
	background: url('images/products/ewire.gif') no-repeat 50px 4.5em;
}

#ewire-box h2
{
	font-weight: bold;
	margin-bottom: 1.3em;
}

dl.description
{
	width: 270px;
	padding-left: 32px;
}

dl.description dt
{
	font-weight: bold;
	margin-top: 1.3em;
}

dl.description dd
{
	padding-left: 32px;
	margin-bottom: 1.3em;
}

#purchase-box
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
}

#purchase-box h2
{
	font-size: 1.4em;
	font-weight: normal;
	color: #336;
	margin-bottom: 0px;
}

#purchase-box p
{
	font-size: 0.9em;
	margin-top: 1em;
}

#purchase-box form label.leftSide
{
	display: block;
	float: left;
	width: 132px;
	padding-right: 12px;
	font-weight: bold;
	text-align: right;
}

#purchase-box form .required
{
	display: none;
}

/* see common.ie.css */
form.fullpage li.scrolling div.multiselect-wrapper,
form.fullpage li p.example
{
}

#purchase-box form li.scrolling div.multiselect-wrapper
{
	width: 375px;
	height: 12em;
	border: 1px solid #DDD;
	overflow: auto;
}

#purchase-box form li.scrolling ul.multiselect
{
	width: 350px;
	padding: 5px 0px 5px 5px;
	overflow: hidden;
}

#purchase-box form ul.multiselect li
{
	white-space: nowrap;
	padding-left: 5px;
}

#purchase-box form #li_ewire_search label.leftSide
{
	float: none;
}

#purchase-box form #ewire_search
{
	width: 375px;
}

#purchase-box form #li_ewire_checkboxes
{
	float: left;
	padding-bottom: 12px;
}

#purchase-box form #li_ewire_checkboxes label.leftSide
{
	display: none;
}

#li_total_quantity,
#li_total_price
{
	margin-top: 1.3em;
}

#total_quantity,
#total_price
{
	color: #693;
	font-weight: bold;
}

#purchase-box .green_square_button
{
	font-size: 1.5em;
}

#purchase-box .comparison
{
	clear: left;
	margin-top: 12px;
	padding: 8px;
	border-top: solid 1px #693;
	font-size: 0.9em;
}

#purchase-box .comparison table
{
	width: 100%;
}

#purchase-box .comparison caption
{
	font-weight: bold;
}

#purchase-box .comparison caption span.sub
{
	display: block;
	color: #999;
	font-weight: normal;
}

#purchase-box .comparison td
{
	border-bottom: solid 1px #CCC;
}

#purchase-box .comparison td.quantity div.container
{
	width: 11em;
}

#purchase-box .comparison td.quantity input
{
	width: 4em;
}

#purchase-box .comparison td.price
{
	font-weight: bold;
}

.highlight
{
	font-weight: bold;
}