@charset "UTF-8";
/* CSS Document */

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.centerTable {
	text-align:center;
}

.centerTable table {
	margin-left:auto;
	margin-right:auto;
	/* INHERITED ALIGNMENT IS CENTER. ONLY INCLUDE THIS IF YOU WANT */
	/* TO CHANGE THE ALIGNMENT OF THE CONTENTS OF THE TABLE */
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	vertical-align:top;
}

table.shop_item {
	margin-left: 18px;
	margin-right: 9px;
	font-size: 10px;
	border: 0px;
}

table.shop_item_qty_price {
	font-size: 10px;
	text-align: left;
}

td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align:top;
}

td.shop_item {
	text-align:left;
	font-size: 10px;
	background: url('/images/item_background.jpg');
	background-repeat: no-repeat;
}

td.shop_item_qty_price_header {
	font-size: 10px;
	font-weight: bold;
}

td.shop_category {
	text-align:left;
	font-size: 10px;
	background: url('/images/category_background.jpg');
	background-repeat: no-repeat;
}

#tdVAlignCenter {
	margin: auto;
	padding: 0px;
	border: 0px;
	vertical-align:middle;
}
a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:none;
	color: #2757A3;
}

a:hover {
	text-decoration:underline;
	color: #2757A3;
}

h3 {
	text-align: justify;
	font-size:12px;
	font-weight:bold;
	padding-left: 20px;
	padding-right: 20px;
}

h3.shop_item {
	padding-left: 0px;;
	padding-right: 0px;
}

p {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

p.shop_item {
	text-align:left;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

ul {
	text-align: justify;
	list-style-position:inside;
}

li {
	text-align: justify;
}

