﻿/* -------------------------------------------- */
/* item specs */
.itemspecs
{
	padding:10px;
	border: solid 1px #999966;
	margin:5px;
	background-color:#E7EBF7;
}

.itemspecs .header
{
	font-weight:bold;
	font-size:1.0em;
	color:#3333cc;
	margin-bottom:5px;
}

.itemspecs .itembox
{
	margin-bottom:2px;
	margin-right:10px;
}

.itemspecs .itembox .label
{
	font-size:0.75em;
	cursor:help;
}

.itemspecs .itembox .label .helplink
{
	text-decoration:underline;
	padding-left:5px;
}

.itemspecs .itembox .value
{
}

.quoteMessage
{
	padding:3px;
	font-size:0.8em;
}

.quoteSubmittedMessage
{
	margin-top:20px;
	margin-left:3px;
	margin-right:3px;
	font-size:0.9em;
}
	
/* -------------------------------------------- */
/* item price */
.itemprice
{
	text-align:right;
	font-size:1em;
	background-color:#ccffcc;
	border-left: solid 10px #ccccff;
	border-right: solid 5px #ccccff;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}

.itemprice .label
{
	color:Black;
	float:left;
	margin-left:10px;
}

.itemprice .price
{
	color:Green;
	font-weight:bold;
	width:130px;
	float:left;
}

/* Error box */
.runtimeerror
{
	color:Red;
	text-align:center;
	padding: 5px;
}
	
