a.right {
	border-top: 1px solid #999999;
	padding: 4px;
	display: block;
	text-decoration: none;
	color: #333333;
}

a.right:hover {
	background: #f0f0f0;
}

.icon {
	width: 28px;
	height: 10px;
}

.container {
	background: #FCFCFC;
	width: 950px;
	padding: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.space_10 {
	height: 10px;
}

.space_20 {
	height: 20px;
}

.green {
	background: rgb(167, 209, 129);
}

.header_box {
	
}

.green_header_box {
	background: url(images/top_heading.png);
	background-repeat: repeat-x;
	padding:10px 0px;
}

.heading {
	font-size: 25px;
	margin-left: 25px;
	font-style: italic;
}

.menu_top {
	font-size: 1.2em;
	color: #000000;
	margin-left: 25px;
	font-weight: normal;
}

.menu_top:hover {
	text-decoration: underline;
}

.product_box {
	width: 750px;
	border: 1px solid rgb(167, 209, 129);
	margin-bottom: 20px;
}

.product_box_heading {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #A7D181 url('images/box_heading.png');
	background-repeat: repeat-x;
}

.product_box_heading_t {
	font-size: 1.3em;
	color: #000000;
	margin-left: 10px;
	font-weight: bold;
}

.product_box_content {
	padding: 10px;
	font-size: 1.1em;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.sub_title {
	font-size: 0.9em;
	margin-left: 25px;
	margin-top: 2px
}

.product_table {
	border: 0;
}

.product_table td {
	border: 0;
}

.menu_box_right {
	border: 1px solid #DcDcDc;
}

.menu_box_right_top {
	background: #DcDcDc url('images/grey_box_heading.png');
	background-repeat: repeat-x;
	font-size: 1.2em;
	padding: 5px;
}

.menu_box_right a {
	border-top: 1px solid #dcdcdc;
	padding: 4px;
	display: block;
	text-decoration: none;
	color: #333333;
}

.menu_box_right a:hover {
	background: #f0f0f0;
}

a.button {
	display: block;
	background: #E9E9E9;
	border: 1px solid #000000;
	padding: 5px;
	width: 120px;
	color: #000000;
	text-align: center;
}

a.button:hover {
	background: #DBDBDB;
}

button.button {
	display: block;
	background: #E9E9E9;
	border: 1px solid #000000;
	padding: 5px;
	width: 120px;
	color: #000000;
	text-align: center;
}

button.button:hover {
	background: #DBDBDB;
}

.buy_button {
	width: 120px;
	padding-top: 4px;
	height: 25px;
	background: url(images/button_buy.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	margin-top: 10px;
	border: 0;
	text-decoration: none;
}

.buy_button:hover {
	background: url(images/button_buy_hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.buy_button_green {
	width: 120px;
	padding-top: 4px;
	height: 25px;
	background: url(images/button_green.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	margin-top: 10px;
	border: 0;
	text-decoration: none;
}

.buy_button_green:hover {
	background: url(images/button_green_hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

button.buy_button {
	padding-top: 0;
	cursor: pointer;
}

.light_red {
	background: #FFCECE;
}

* {
	padding: 0;
	margin: 0;
}


.main_menu a {
	color: #000000;
	font-size: 1.2em;
	padding: 8px 15px;
	display:inline-block;
	font-weight:bold;
}

.main_menu a:hover {
	text-decoration: none;
	background: rgb(187, 229, 150);
}

.menu_hover {
	background: rgb(187, 229, 150);
}

.menu_unhover {
	background: rgb(167, 209, 129);
}

.pointer {
	cursor: pointer;
}


.padding10 td {
	padding: 10px;
}

.padding5 td {
	padding: 5px;
}

.padding15 td {
	padding: 15px;
}

.bordered td {
	border: 1px solid #000000;
}

.border_class {
	border: 1px solid rgb(167, 209, 129);
	cursor: pointer;
	padding: 3px;
}

.no_border_class {
	border: 1px solid #999999;
	cursor: pointer;
	padding: 3px;
}

.test_link {
	border: 1px solid #999999;
	cursor: pointer;
	color: #555555;
}

.test_link:hover {
	text-decoration: none;
	border: 1px solid rgb(167, 209, 129);
	color: rgb(167, 209, 129);
}

.red_text {
	color: #cc0000;
	font-weight: bold;
	font-size: 0.9em;
}
.padded{
padding:10px;
}

