/*----------- Web Site Style -------------*/
body
{
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
}

td
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
}

th
{
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
}

a
{
	color: #009;
	text-decoration: none;
}

a:visited
{
	color: #900;
}

a:active
{
	color: #00f;
}

a:hover
{
	color: #090;
}


input, textarea
{
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	color: #000;
	background: #eee;
	border: solid #000 1px;
}

input:focus, textarea:focus
{
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	color: #000;
	background: #fff;
	border: solid #900 2px;
}

strong
{
	font-size: larger;
	font-weight: bolder;
	color: #a00;
}

sup
{
	font-size: 8pt;
}

.logo
{
	font: italic 8pt verdana;
	color: #777;
	padding-right: 10px;
}

.ahem
{
	display: none;
	font-size: 6pt;
	color: #555;
	border: solid #eee 1px;
}

.header
{
	background: #fff;
	padding: 0px;
}

/*---- Webentory Properties Style ----*/

.w-result-list-a
{
	padding: 5px;
	background: #efefef;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 1px 1px 1px;
}

.w-result-list-b
{
	padding: 5px;
	background: #fff;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 1px 1px 1px;
}

.w-detail-info
{
	margin: 10px;
}

.w-detail-title
{
	color: black;
	background: #eee;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.w-detail-pictures
{
	float: left;
}

.w-detail-info-picture
{
	border: solid 2px #303025;
}

.w-detail-info-thumb
{
	border: solid 5px #303025;
}

.w-detail-info-title
{
	color: black;
	background: #eee;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.w-detail-info-field
{
	background: #eee;
	color: #000;
	padding: 2;
	text-align: right;
	font-weight: bold;
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}

.w-detail-info-value
{
	background: #fff;
	color: #000;
	padding: 2;
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}

.w-detail-info-price
{
	font-weight: bold;
	color: #900;
	font-size: 14pt;
}

.w-detail-width
{
	width: 700px;
}
