/* Zeug von Sven */

body {
	padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

div.main_container {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 920px;
	margin: 0px auto;
}

div.box_header_top {
	border: 1px solid #1E8C01;
	height: 20px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
	padding-right: 150px;
	padding-top: 4px;
}
div.box_header_top a,
div.box_header_top a:hover,
div.box_header_top a:link,
div.box_header_top a:visited {
	margin-left: 23px;
	color: #156500;
}

div.box_header {
	border: 1px solid #1E8C01;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #FAFAFC;
	background-image: url(images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 88px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

div.aldi_logo {
	position: absolute;
	top: 6px;
	left: 15px;
	height: 96px;
	width: 83px;
}

div.box_top_navi {
	border: 1px solid #1E8C01;
	border-top: 0px;
	color: white;
	background-color: #156600;
	padding-left: 115px;
	height: 19px;
	padding-top: 4px;
}

div.box_content_container {
	background-image: url(images/layout/content_container_background.gif);
	border-top: 0px;
	padding: 25px 10px 25px 10px;
	color: #156500;
	overflow: visible;
}

div.ad_left {
	float: left;
	width: 190px;
	background-repeat: no-repeat;
}

div.ad_right {
	float: left;
	width: 130px;
	overflow: hidden;
}

div.ad_right img {
	margin-bottom: 6px;
}

div.content {
	width: 560px;
	float: left;
	margin: 0px 10px 0px 10px;
}

div.box_footer {
	border: 1px solid #1E8C01;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

div.box_footer a,
div.box_footer a:hover,
div.box_footer a:link,
div.box_footer a:visited {
	color: #156500;
	font-weight: bold;
	margin-right: 17px;
}

div.copyright {
	position: absolute;
	right: 170px;
}

div.box_print_page {
	position: absolute;
	left: 10px;
}

div.box_top_navi a,
div.box_top_navi a:link,
div.box_top_navi a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-right: 37px;
}

div.box_top_navi a:hover {
	color: #FFBE46;
}

a, a:hover, a:link, a:visited {
	color: #00148C;
	text-decoration: underline;
}

div.box_product {
	width: 180px;
	height: 282px;
	background-image: url(images/layout/product_background_small.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.box_product_left {
}

div.box_product_right {
	margin-right: 0px;
}

div.box_product_seperator {
	border: 1px dashed black;
	border-left: 0px;
	border-right: 0px;
	width: 90%;
	margin: 2px auto;
	padding: 0px;
	height: 0px;
}

div.product_listing_image {
	height: 175px;
	text-align: center;
	margin-top: 1px;
	margin-right: 1px;
	width: 175px;
}

table.product_listing_image tr,
table.product_listing_image td
{
	margin: 0;
	padding: 0;
}

div.product_name {
	padding: 0px 9px 0px 9px;
	width: 144px;
}

div.product_name a,
div.product_name a:link,
div.product_name a:visited {
	font-weight: bold;
	font-size: 17px;
	color: #156500;
}

div.product_name a:hover {
	color: #ff9b00;
}

div.product_price {
	color: #ff7301;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-serif;
	height: 25px;
}

span.currency_symbol {
	color: #001e78;
	font-weight: normal;
	font-size: 17px;
}

div.product_shipping_info {
	color: #32406A;
	text-align: right;
	font-size: 9px;
}

div.product_short_description {
	padding: 0px 9px 0px 9px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #001e78;
	height: 40px;
	overflow: visible;
}

div.box {
	width: 543px;
	margin-left: 8px;
	margin-right: 9px;
	background-color: #e6f0e5;
}

div.box_seperator_white {
	border-bottom: 1px solid #d0dfca;
	height: 5px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

div.box_seperator_white_bottom {
	border-top: 1px solid #d0dfca;
	height: 5px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

div.box_seperator {
	border-bottom: 1px solid #d0dfca;
	height: 5px;
	margin-bottom: 5px;
}

div.box_content {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

div.box_content_white {
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	position: relative;
	overflow: hidden;
}

div.box_top_white {
	background-image: url(images/layout/box_border_top_white.gif);
	height: 8px;
	width: 543px;
	overflow: hidden;
}

div.box_bottom_white {
	background-image: url(images/layout/box_border_bottom_white.gif);
	height: 8px;
	width: 543px;
	overflow: hidden;
}

div.box_content a,
div.box_content a:hover,
div.box_content a:link,
div.box_content a:visited {
	color: #103e00;
}

div.box_content textarea {
	border: 1px solid #a8aebe;
}

div.box_content input,
div.box_content select {
	border: 1px solid #a8aebe;
}

div.box_content input[type = "radio"],
div.box_content input[type = "checkbox"] {
	border: 0px;
}

div.box_content input[readonly] {
	background-color: #EEEEEE;
}

div.box_top {
	background-image: url(images/layout/box_border_top.gif);
	height: 8px;
	width: 543px;
	overflow: hidden;
}

div.box_bottom {
	background-image: url(images/layout/box_border_bottom.gif);
	height: 8px;
	width: 543px;
	overflow: hidden;
}

div.box_shoppingcart {
	width: 190px;
	position: relative;
}

div.box_shoppingcart_content {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #cee0ca;
	border-right: 1px solid #cee0ca;
	overflow: hidden;
}

div.box_shoppingcart_content table {
	width: 100%;
}

div.box_shoppingcart_content td {
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #146500;
}

div.box_shoppingcart_content h4
{
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}

div.box_shoppingcart_top {
	background-image: url(images/layout/box_shoppingcart_top.jpg);
	height: 30px;
}

div.box_shoppingcart_bottom {
	background-image: url(images/layout/box_shoppingcart_bottom.gif);
	height: 14px;
	padding: 10px;
	font-weight: bold;
}

div.box_shoppingcard_seperator {
	clear: both; height: 10px;
	border-bottom: 1px solid #CEE0CA;
	width: 188px;
	margin-left: -10px;
	margin-bottom: 9px;
	margin-right: -10px;
}

div.product_box_large {
	width: 543px;
	height: 311px;
	background-image: url(images/layout/product_background_large.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 8px;
	margin-right: 9px;
	position: relative;
}

div.product_image_magnifier {
	position: absolute;
	bottom: 4px;
	left: 8px;
	height: 20px;
	width: 150px;
}

div.product_image {
	width: 250px;
	height: 268px;
	top: 10px;
	left: 10px;
	position: absolute;
}

div.shoppingcart_image {
	text-align: center;
	margin-right: -10px;
}

div.product_data {
	width: 280px;
	height: 311px;
	float: right;
	position: relative;
}

div.product_name_large {
	margin-top: 10px;
	font-size: 25px;
	color: #156500;
}

div.product_data_middle {
	margin-top: 15px;
	margin-right: 10px;
	overflow: hidden;
}

div.product_data_bottom {
	margin-top: 15px;
}
div.product_data_variants {
	position: absolute;
	bottom: 7px;
}

div.product_data_bottom input {
	position: absolute;
	bottom: 6px;
	right: 70px;
}

div.product_available_till {
	color: #156500;
	margin-bottom: 20px;
}

div.product_price_large {
	color: #ff7301;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, Sans-serif;
	height: 25px;
	margin-top: 5px;
}

div.box_steps {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 560px;
}

div.step {
	margin: 0px;
	float: left;
}

h2,
div.product_box_description {
	font-weight: normal;
	font-size: 17px;
	color: #222d73;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
}

h2 {
	font-weight: bold;
}

div.content_container h2 {
	color: #176301;
}

h3 {
	font-weight: bold;
	font-size: 17px;
	color: black;
	margin: 0px;
	padding: 0px;
	color: #146500;
	padding-bottom: 3px;
}

h4 {
	font-weight: normal;
	font-size: 13px;
	color: #156500;
	margin: 0px;
	padding: 0px;
}

h4.bold {
	font-weight: bold;
	color: #176301;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
}

div.box_submit_button input {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

div.product_alternative {
	width: 51px;
	margin-right: 9px;
	height: 65px;
	float: left;
	text-align: center;
}

div.product_alternative a {
	font-weight: bold;
	text-decoration: none;
}

div.product_alternative a.red {
	color: #df2525;
}

div.product_alternative a.orange {
	color: #fea500;
}

div.product_alternative a.colored {
	color: #FF7301;
}

div.product_alternative a.pink {
	color: #F498C7;
}

div.greetingcard {
	background-image: url(images/layout/greetingcard_background.gif);
	width: 59px;
	height: 82px;
	padding-left: 5px;
	padding-top: 3px;
}

div.greetingcard_price {
/*	width: 52px;
	padding-left: 6px;
	padding-right: 6px; */
	text-align: center;
}

div.greetingcard_price input {
	margin: 0px;
}

div.content_container {
	background-color: #cee0ca;
	background-image: url(images/layout/content_container_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	overflow: visible;
}

div.content_container_top {
	background-image: url(images/layout/content_container_top.gif);
	height: 8px;
	overflow: hidden;
}

div.light_content_container {
	background-color: #e6f0e5;
	background-image: url(images/layout/light_content_container_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	overflow: visible;
	padding-left: 15px;
	color: #100f55;
	line-height: 1.4em;
}
div.light_content_container h2 {
	margin-left: 0;
	color: #146600;
	padding-top: 5px;
	margin-bottom: 10px;
}

div.light_content_container_top {
	background-image: url(images/layout/light_content_container_top.gif);
	height: 8px;
	overflow: hidden;
	margin-left: -15px;
	width: 560px;
}

div.light_content_container_text {
	width: 430px;
}

div.light_content_container_text h4.bold {
	margin-bottom: 6px;
}

div.button_box {
	right: 10px;
	margin: 10px 8px 0px 10px;
	text-align: right;
	height: 25px;
	width: 542px;
}

div.button_box input {
	margin-left: 5px;
}

div.button_box_address {
	right: 10px;
	margin: 10px 8px 4px 10px;
	text-align: right;
	height: 25px;
	width: 500px;
}

div.button_box_address img {
	margin-left: 15px;
}

div.box_inner {
	background-color: #f3f8f2;
	overflow: hidden;
	position: relative;
}

div.box_inner_content {
	padding-left: 8px;
	padding-right: 8px;
}

div.box_inner_content td {
	margin: 0px;
	padding: 0px;
}

div.box_greeting_card {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.box_inner_top_left {
	height: 6px;
	width: 6px;
	top: 0px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	background-image: url(images/layout/box_inner_top_left.gif);
}

div.box_inner_top_right {
	height: 6px;
	width: 6px;
	top: 0px;
	right: -1px;
	position: absolute;
	background-image: url(images/layout/box_inner_top_right.gif);
	overflow: hidden;
}

div.box_inner_bottom_left {
	height: 6px;
	width: 6px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	background-image: url(images/layout/box_inner_bottom_left.gif);
	overflow: hidden;
}

div.box_inner_bottom_right {
	height: 6px;
	width: 6px;
	bottom: -1px;
	right: -1px;
	position: absolute;
	background-image: url(images/layout/box_inner_bottom_right.gif);
	overflow: hidden;
}

.greeting_card_table_1 {
	width: 60px;
}

.greeting_card_table_2 {
	width: 147px;
}

.greeting_card_table_3 {
	width: 236px;
}

.greeting_card_table_4 {
	width: 257px;
}

div.box_address {
	width: 255px;
	float: left;
	margin-left: 10px;
	margin-bottom: 8px;
	overflow: hidden;
}

table.new_account_pass input {
	width: 200px;
}

div.box_error {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f7e8d3;
	width: 520px;
	background-image: url(images/layout/box_error_warning_sign.gif);
	background-position: 20px 6px;
	background-repeat: no-repeat;
}

div.box_error_top {
	background-image: url(images/layout/box_error_top.gif);
	height: 6px;
}

div.box_error_bottom {
	background-image: url(images/layout/box_error_bottom.gif);
	height: 6px;
}

div.box_error_content {
	padding-left: 64px;
	padding-right: 5px;
	border-left: 2px solid #e88172;
	border-right: 2px solid #e88172;
	min-height: 30px;
}

div.box_error_content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.box_error_content li {
	font-weight: bold;
}

#greeting_card_hover_div {
	background-color: white;
	z-index: 1;
	position: absolute;
	display: none;
	background-color: #1d8c01;
}

div.greeting_card_hover_div_footer {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

div.greeting_card_hover_div_footer a,
div.greeting_card_hover_div_footer a:hover,
div.greeting_card_hover_div_footer a:link,
div.greeting_card_hover_div_footer a:visited {
	color: white;
	font-weight: bold;
}

#greeting_card_hover_image {
	cursor: pointer;
}

input.checkbox,
input.radiobutton {
	border: 0px !important;
}

span.dimensions {
	color: #8ab280;
	font-weight: bold;
}

/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

A {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6;
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver {
	background-color: #D7E9F7;
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;

	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
	background-color: #666666;
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0d3f00; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

div.card_container {
	float: left;
	margin-top: 10px;
}

div.card_container h2 {
	text-align: center;
	margin: 0 2px;
	padding: 2px 5px;
	font-size: 10px;
	background-color: #CEE0CA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.card_container table {
	width: 100%;
}

div.card_container td {
	margin: 0;
	padding: 5px 11px 0;
	text-align: center;
	background: url(images/greetingcard_td_bg.jpg) no-repeat center top;
}


div.card_container td div.greetingcard_price {
	margin-top: 3px;
}
