
/*- Menu Tabs--------------------------- */ 


    .tabsA {
	float:left;
	width: 637px;
	line-height:normal;
	background-image: url(http://www.mackmanhosting.co.uk/testing/tcm/modules/3rdparty/Product_Tabs/media/bg-product-tab-A-head.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
      }
    .tabsA ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
      }
    .tabsA li {
      display:inline;
      margin:0px;
      padding:0px;
      }
    .tabsA a {
	float:left;
	margin:0px;
	text-decoration:none;
	padding-left: 10px;
}
    .tabsA a span {
	float:left;
	display:block;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabsA a span {float:none;}
    /* End IE5-Mac hack */
    .tabsA a:hover span {
	color:#FFF;
      }
    .tabsA a:hover {
      background-position:0% -42px;
      }
    .tabsA a:hover span {
      background-position:100% -42px;
      }
    .tabsA a.selected {
		color:#fff !important;
}
    .tabsA a.selected span {
      background-position:100% -42px;
      }
	.tabs_content {
	margin-bottom: 1em;
	margin-top: -1px;
	top: 5px;
	background-image: url(http://www.mackmanhosting.co.uk/testing/tcm/modules/3rdparty/Product_Tabs/media/bg-product-tab-A-content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #8AAC2C;
	width: 597px;
	padding: 20px;
			}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
#product_tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabcontent p{
	color: #fff;
	padding-bottom: 10px;
}


