/* CSS Document */

body {
	margin: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, td {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}


h1 {
	width: 100%;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	line-height: 26px;
}

h2 {
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #0060A1;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

input, textarea {
	background-color: #F9F9F9;
	border: 1px inset #999;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 2px;
	font-size: 12px;
}

a, a:link, a:active, a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/* GENERAL PAGE STYLES */

div.sslNotice {
	text-align: center;
	color: #660000;
	font-size: 12px;
}

td.category_link {
	text-align: center;
}

a.category_link, a.category_link:link, a.category_link:active, a.category_link:visited {
	text-decoration: none;
	color: #0060A1;
	font-weight: bold;
	font-size: 11px;
}

a.category_link:hover {
	text-decoration: none;
	color: #0060A1;
	font-weight: bold;
	font-size: 11px;
}

.imgcolor{
	margin-left:10px;
	border: 2px solid #FF9900;
}

img.category_link {
	border: 0px solid #0060A1;
}

div.hr {
	width: 100%;
	height: 1px;
	border-bottom: 2px groove #FF6600;
	margin: 10px 0px 10px 0px;
}

p.terms {
	font-size: 11px;
	line-height: 12px;
}

ol.terms {
	list-style-type: lower-alpha;
	font-size: 11px;
	line-height: 12px;
}

.articletitle {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.articlebody {
	font-size: 13px;
}


/* PRODUCT LISTS */

div.prodlist_name {
	color: #0060A1;
	font-size: 19px;
	font-weight: bold;
}

div.prodlist_info {
	text-align: justify;
	font-size: 11px;
}

div.prodlist_price {
	color: #007E64;
	font-size: 18px;
	font-weight: bold;
}

span.prodlist_vat {
	color: #007E64;
	font-size: 11px;
	font-weight: normal;
}

div.imgLink {
	font-size: 11px;
	text-align: center;
}

a.imgLink, a.imgLink:link, a.imgLink:active, a.imgLink:visited, a.imgLink:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight: normal;
}

h1.module_header {
	width: 100%;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0px 7px 0px;
	padding: 3px 0px 2px 0px;
	line-height: 20px;
}


/* PRODUCT POPUP */
div.bigpic {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

img.bigpic {
	border: 1px inset #FF6600;
}


/* CART */

th.cart {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #EEE;
	font-size: 11px;
	font-weight: bold;
}

td.totaltitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

td.cart {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

td.cart_subtotal {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 3px double #999;
}


td.cart_total {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #EEE;
	font-size: 11px;
	font-weight: bold;
}

span.cart_option {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


/* CHECKOUT */

td.form_sectiontitle {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: right;
}

td.formtitle {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

td.formfield {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

div.checkout_error {
	border: 1px outset #660000;
	background-color: #FFD9D9;
	font-size: 11px;
	text-align: center;
	color: #440000;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0px 10px 0px;
	padding: 2px;
}

div.checkout_addresstitle {
	text-align: right;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

div.checkout_address {
	text-align: left;
	color: #333333;
	font-size: 12px;
}


/* BUTTONS */

td.button_blue {
	background-color: #0060A1;
	border: 1px inset #0060A1;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
}

td.button_green {
	background-color: #007E64;
	border: 1px inset #007E64;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
}

td.button_black {
	background-color: #000000;
	border: 1px inset #000000;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
}

td.button_over {
	background-color: #FF6600;
	border: 1px outset #000000;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
}

div.button_left {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}

div.button_center {
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
}

div.button_right {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}


/* SHOP BOX */

table.shop_container {
	border: 1px solid #999999;
	background-color: #E2E1FF;
	margin-top: 5px;
}

td.shop_button {
	border: 1px solid #FFFFFF;
	background-color: #E5E5E5;
	color: #000000;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}


td.shop_button_over {
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}

td.shop_summary {
	font-size: 12px;
	text-align: center;
}


/* INVOICE */

td.invoice_address, p.invoice_address {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

td.invoice_details {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
}


/* TABLE LAYOUT */

td.base_info {
	background-color: #0060A1;
	padding: 3px;
	text-align: center;
}

span.base_line1 {
	color: #FFFFFF;
	font-size: 12px;
}

span.base_line2 {
	color: #FFFFFF;
	font-size: 15px;
}

span.base_line3 {
	color: #FFFFFF;
	font-size: 12px;
}

a.base_line3, a.base_line3:link, a.base_line3:active, a.base_line3:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

a.base_line3:hover {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}
