#features  {
	padding: 20px 20px 10px 430px;
}
#features li {
	line-height: 1.5em;
	font-weight: bold;
}
.float_img_r {
	margin: 5px 5px 10px 10px;
	float: right;
}
.float_img_left {
	margin: 10px 10px 10px 2px;
	float: left;
}
.clear_both {
	clear: both;
}
#shop_table_std, #shop_table_hd {
	border: 1px solid #000000;
	border-collapse: collapse;
	background: #CCCCCC;
}
#shop_table_std td, #shop_table_hd td{
	border: 1px solid #333333;
}
.shop_table_txt{
	padding: 5px;
}
.shop_table_cartbutt{
	padding-left: 10px;
	padding-right: 10px;
}
.shop_table_size {
	font-weight: bold;
	padding: 10px;
	background: #999999;
}
.float_img_panel_r {
	float: right;
	margin: 5px 30px 5px 15px;
}
#centre_content {
	width: 520px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#button {
	margin-bottom: 10px;
	margin-top: 15px;
}
#button a:link {
	color: #000000;
	text-decoration: none;
	background: #CCCCCC url(../images/shared/menu_bg.png);
	border: 1px solid #666666;
	font-weight: bold;
	padding: 2px 5px;
	font-size: .9em;
}

#button a:visited {
	color: #000000;
	text-decoration: none;
	background: #CCCCCC url(../images/shared/menu_bg.png);
	border: 1px solid #666666;
	font-weight: bold;
	padding: 2px 5px;
	font-size: .9em;
}

#button a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #666666 url(../images/shared/menu_hover_bg.png);
}