/**
	TABBED CONTENT STYLES
**/
.product_tabs {
	margin: 12px 0;
	}
.product_tabs li {
	float: left;
	margin-right: 5px;
	}
.product_tabs li a {
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	background: #EBEEF2;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
.product_tabs li a:hover, .product_tabs li a.selected {
	color: #ed1c24;
	}
.product_tab_content {
	float: left;
	clear: both;
	margin: 12px 0 0 0;
	}
	
/**
	Spanish styles
**/
.spanish_product_tabs {
	margin: 12px 0;
	}
.spanish_product_tabs li {
	float: left;
	margin-right: 5px;
	}
.spanish_product_tabs li a {
	display: block;
	font-size: 11px;
	padding: 5px 8px;
	background: #EBEEF2;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
.spanish_product_tabs li a:hover, .spanish_product_tabs li a.selected {
	color: #ed1c24;
	}
.spanish_product_tab_content {
	float: left;
	clear: both;
	margin: 12px 0 0 0;
	}