/* ######### CSS for Shade Tabs. Remove if not using ######### */
.home_tabcontent a { font-size: 1em; }

.shadetabs {
	clear: left;
	width: 537px;
	padding: 3px 0;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 7px;
	font-size: 2em;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color: #2d2b2b; }

	.shadetabs li {
		display: inline;
		margin: 0;
		margin-left: 3px; }

		.shadetabs li a {
			font-size: 0.9em;
			text-decoration: none;
			position: relative;
			z-index: 1;
			padding: 7px 10px 7px 10px;
			margin-right: 1px;
			border: 1px solid #ddd;
			background: white url(/images/tabback.png) repeat-x; }

			.shadetabs li a:hover { text-decoration: none; }

			.shadetabs li a.selected {
				position: relative; /*selected main tab style */
				top: 0px; }

			.shadetabs li a.selected {
				background: url(/images/tabfront.png) repeat-x; /*selected main tab style */
				border-bottom-color: #3A71B9;
				color: #fff;
				font-weight: bold;
				border: 1px solid #3A71B9; }

				.shadetabs li a.selected:hover {
					text-decoration: none; /*selected main tab style */
					background: url(/images/tabfront.png) repeat-x; }

.tabcontent { display: none; }

.productSpeechBubble { padding-left: 350px; }

.news_title { font-size: 0.5em; }

.news_text {
	font-size: 1em;
	clear: left; }

.tabwrapper {
	border-top: 3px solid #3A71B9;
	width: 500px;
	margin-top: 5px;
	padding: 10px;
	z-index: 990; }

#supplierstab { width: 500px }


