
/* (C) 2003-2005 VirtualStoreSpace

   Screen stylesheet file
*/


BODY	{
	margin: 0px;
	padding: 0px;
	background-color: #E9EAEE;
	background-image: url( "bg.gif" );
	background-position: top;
	background-repeat: repeat-x }

BODY, H1, H2, H3, H4, H5, H6, H7, P, TD, TH, LI {
	/* Luxi Sans, Bitstream Vera Sans and Verdana are too wide */
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	empty-cells: show }

TD.tab, TH.tab {
	font-family: Verdana, Luxi Sans, Bitstream Vera Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #6F6E6E;
	padding-top: 7px;
	padding-bottom: 11px;
	cursor: default }

A	{
	text-decoration: none }

A.lang	{
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	color: #B0ACAC }

A.tab	{
	text-decoration: none;
	padding: 8px 16px;
	color: #6F6E6E }

A:hover	{
	text-decoration: underline }

A.lang:hover, A.tab:hover {
	text-decoration: none;
	color: #34AFD3 }

A.u:hover {
	text-decoration: underline;
	/*color: #34AFD3*/ }

ADDRESS, FORM, DIV {
	font-style: normal;	/* "inherit" doesn't work on IE */
	font-weight: normal;	/* "inherit" doesn't work on IE */
	padding: 0px;
	margin: 0px }

H6, P	{
	padding: 0px;
	margin: 6px 0px }
	/* top+bottom left+right */

BLOCKQUOTE {
	padding: 0px;
	margin: 0px 10px 0px 10px }
	/* top right bottom left */

DIR {
	padding: 0px;
	margin: 0px 0px 0px 10px }

UL, OL {
	margin: 4px 0px 4px 26px;
	list-style: outside }

LI:before {
	display: marker;
	display: list-item;
	text-align: left;
	width: 12px;
	marker-offset: 0px }

.u {
	text-decoration:underline }

TEXTAREA {
	overflow: auto;
	font-family: Verdana, Luxi Sans, Bitstream Vera Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #C2C3C4;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px }

INPUT.text, SELECT {
	height: 19px;
	font-family: Verdana, Luxi Sans, Bitstream Vera Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #C2C3C4;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px }

INPUT.button {
	height: 21px;
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px }

.gray	{
	color: #717171 }
.orange	{
	color: #E08E37 }
.blue	{
	color: #2D98B8 }
.green	{
	color: #A0D435 }
.error	{
	color: #990033 }

.lineorange, .lineblue, .linegreen {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	padding: 0;
	margin: 16px 0;
	border-top: 2px solid #E2E2E2;
	}

.lineorange {
	border-bottom: 1px solid #DFB638 }

.lineblue {
	border-bottom: 1px solid #379EE0 }

.linegreen {
	border-bottom: 1px solid #97E037 }

.price	{
	font-size: 24px;
	color: #FFFFFF }

.arrow	{
	cursor: default }

.arrowbullet {
	line-height: 5px;
	font-size: 3px;
	height: 5px;
	width: 3px;
	margin: 5px 4px 5px 0;
	float: left;
	vertical-align: middle }
