/* CSS Document */
body {background: white; color: black; font-family: verdana; font-size: 10px}

a:link {color: #23404F; text-decoration: none}
a:visited {color: #23404F; text-decoration: none}
a:active {color: #23404F; text-decoration: none}
a:hover {color: #23404F; text-decoration: underline}

td {color: #000000; font-family: verdana; font-size: 10px}

input {font-family: verdana; font-size: 11px}
textarea {font-family: verdana; font-size: 11px}

select {background-color: white; color: black; font-family: verdana; font-size: 10px; border: 1px solid #11515D}

xinput {background-color: white; color: black; font-family: verdana; font-size: 11px; border: 1px solid #11515D}
xtextarea {background-color: white; color: black; font-family: verdana; font-size: 11px; border: 1px solid #11515D}

li {margin-bottom: 10px;}

.product-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: left
}

.product-price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: left
}

.shop-cart-product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	vertical-align: left
}

.quick-list-product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	vertical-align: left
}

.login-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	vertical-align: left
}

.quick-list-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: left
}

.shop-cart-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: left
}

.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: center
}

.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }