/**********************************************
* Main theme
***********************************************/

/* define some new rules for standard tags */

TABLE {
	font-size: 10pt;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

INPUT {
	border: thin solid #808080;
}


TEXTAREA {
	border: thin solid black;
}

BODY {
	font-size: 10pt;
	font-family: helvetica, sans-serif;
}

H1 {
	font-size: large;
	font-family: verdana, sans-serif;
}

H2 {
	font-size: 14;
	color: #606060;
	font-family: verdana, sans-serif;
}

H3 {
	font-size: small;
	font-family: verdana, sans-serif;
}


/* Webshop */

.sh-sb {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #e0e0e0; text-decoration: none; }
.sh-sbtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }
.sh-headl {  font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 12pt; font-weight: bold; text-transform: none; }
.sh-th {
	background: #a0a0a0;
	color: #ffffff;
}

.sh-tr-odd {
	background: #f0f0f0;
}

.sh-tr-even {
	background: #ffffff;

}

.sh-table {
	border-top: solid thin black;
	border-left: solid thin black;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.sh-td {
	border-right: solid thin black;
	border-bottom: solid thin black;
}

.sh-th-t {
	border-right: solid thin black;
	border-bottom: solid thin black;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
}


.sh-td-t {
	border-right: solid thin black;
	border-bottom: solid thin black;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
}


/* Shopping cart display */

.cart-th {
	background: #a0a0a0;
	color: #ffffff;
}

.cart-tr-odd {
	background: #f0f0f0;
}

.cart-tr-even {
	background: #ffffff;

}

.cart-table {
	border-top: solid thin black;
	border-left: solid thin black;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.cart-td {
	border-right: solid thin black;
	border-bottom: solid thin black;
}
