table.productTabTableUnactive {
	cursor: pointer;
	width: auto;
}

table.productTabTable {
	margin-bottom: -1px;
	border-spacing: 0;
}

div.productGroupImage {
	text-align: center;
	border-bottom: thin lightgrey;
	border-bottom-style: inset;
}

td.tabLeftSide {
	width: 10px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}
table.productTabTableUnactive td.tabLeftSide {
	background-image: url(../images/pr_tabbar_grey_left.gif);
}
table.productTabTableActive td.tabLeftSide {
	background-image: url(../images/pr_tabbar_red_left.gif);
}

td.tabRightSide {
	width: 10px;
	height: 24px;	
	background-repeat: no-repeat;
	background-position: right;	
	display: block;
}
table.productTabTableUnactive td.tabRightSide {
	background-image: url(../images/pr_tabbar_grey_right.gif);
}
table.productTabTableActive td.tabRightSide {
	background-image: url(../images/pr_tabbar_red_right.gif);
}

td.tabCenter {
	height: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center;
}

div.tabs {
	width: 100%;
	border-bottom: thin lightgrey;
	border-bottom-style: inset;
	text-align: left;
	margin-bottom: 10px;
}

table.productTabTableUnactive td.tabCenter {
	background-image: url(../images/pr_tabbar_grey_center.gif);
}
table.productTabTableActive td.tabCenter {
	background-image: url(../images/pr_tabbar_red_center.gif);
}

table.productTabTableUnactive a {
	color: black;
}
table.productTabTableActive a {
	color: white;
}

tr.productListHeader td {
	BACKGROUND-COLOR: #ffffcc;
	COLOR: #31307e;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    border-bottom: thin grey solid;
}	

td.articleLine {
    BACKGROUND-COLOR: #ffffcc;
    COLOR: #31307f;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    border-left: #31307f 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: thin white solid;
}

h1.articleTitle {
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: thin groove lightgrey;
	padding-left: 20px;
	COLOR: #31307e;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;

    TEXT-DECORATION: none;
    width: 100%;
    display: block;
}

p.articleText {
	COLOR: #31307f;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    text-align: left;
}