* {
	margin: 0;
	padding: 0;
}

* html #nav-content {
        height: 1%;
}

body {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #2e2e2e;
	background: #ffffff;
}

/* Common Styles */

p,form {
    margin-bottom:1em;
}
h1,h2,h3,h4 {
    margin-bottom:.75em;
    margin-top:.25em;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 120%;
	font-weight: normal;
}

a {
	color: #00439f;
}
a:visited {
	color: #00439f;
}
a:hover {
	color: #006bfe;
}

ol,ul {
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 1em;
}
li {
	margin-bottom: .75em;
}

.arrow li{
	list-style: none;
	line-height: 1.3em;
	margin: 0px 0px 0px -25px;
    padding: 0px px0 px0 px0;
	background-position: 0 .1em;
	background-image: url(/images/b-checkmark.gif);
	background-repeat: no-repeat;
    padding-left:22px;
}

.arrow-gold li{
    list-style: none;
    line-height: 1.3em;
    margin: 0px 0px 0px -25px;
    padding: 0px px0 px0 px0;
    background-position: 0 .1em;
    background-image: url(/images/b-checkmark-gold.gif);
    background-repeat: no-repeat;
    padding-left:22px;
}

.list-q {
}
.list-a {
}

.vert-center {
	vertical-align: middle;
}
hr {
	background: #eceae1;
	border: 0;
	color: #eceae1;
	height: 1px;
	margin: 1em 0px;
}

.payment-form td {
	padding-bottom: 10px;
	vertical-align: top;
}

.payment-form li {
	margin-bottom: -5px;
}

.summary-form td {
	background: #D9EAF6;
	padding: 3px;
	vertical-align: top;
	border: 1px solid #a8becc;
}
.standard-table tr {
}


.standard-table td {
	padding-bottom: 10px;
	width: 50%;
	margin: 0px;
	vertical-align: top;
}

.standard-table2 tr{
}

.standard-table2 td {
	padding-bottom: 10px;
	padding-left: 10px;
    margin: 0px;
    vertical-align: top;
}

.player-green {
	font-weight: bold;
	color: #179200;
}

.player-red {
    font-weight: bold;
    color: #921700;
}

.player-black {
    font-weight: bold;
    color: #000000;
}


/* Structure */

#header {
	height: 89px;
	background: #FFFFFF;
	border-bottom: 5px solid #d3d0c5;
}
#header-content {
	height: 89px;
	margin: 0 auto;
	background: url(/images/pokercrusher-logo.png) no-repeat;
	width: 874px;
	text-align: left;
}
#header-mininav {
	background: url(/images/h-mininav.gif) no-repeat;
	height: 20px;
	width: 253px;
	font-size: 70%;
	padding-top: 2px;
	float:right;
	text-align:center;
	position:relative;
	margin-top:-86px;
}
#header-players-tracked {
	height: 40px;
	width: 243px;
	font-size: 70%;
    float: right;
    text-align: center;
    padding-top: 10px;
	margin-top:-56px;
	position:relative;
}
#header-dynamic-text {
	float: left;
	height: 60px;
	margin-left: 5px;
	padding-top: 26px;
	text-align: left;
	width: 380px;
}
#header-dynamic-text .line1 {
	font-size: 90%;
	color: #00439f;
	font-weight: bold;
	letter-spacing: -1.15px;
}
#header-dynamic-text .line2 {
    font-size: 90%;
    color: #595959;
}
.small {
	font-size: 95%;
}

.medium {
    font-size: 95%;
}

#header-mininav a {
	color: #86847c;
}
#header-mininav a:hover {
	color: #006bfe;
}
#nav {
    background: #001148 url(/images/n-bg.gif) repeat-x;
}
#nav-content{
    width: 860px;
    margin: 0 auto;
    padding-right: 7px;
    padding-left: 7px;
    text-align: left;
    padding-top: 13px;
    height: 1%;
}

#wrapper {
	margin: 0;
	background: #eceae1;
}
#container {
	width: 874px;
	margin: 0 auto;
	text-align: left;
}

#content {
	padding: 0 27px;
	background: #FFFFFF url(/images/b-content-bg.gif) repeat-y;
}
#breadcrumbs {
	margin: 0;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
}
#breadcrumbs a {
	color: #3274b2;	
}
#breadcrumbs a:hover {
	color: #006bfe;
}
#breadcrumbs a:visited {
	color: #3274b2;	
}
#no-breadcrumbs {
	margin: 0;
	height: 20px;
}
#copyright {
	margin: 0;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #86847c;
	text-align: center;
}
#copyright a {
	color: #86847c;
}
#copyright a:hover {
	color: #006bfe;
}
#copyright a:visited {
	color: #86847c;
}

#footer {
	background:#FFFFFF url(/images/f-bg.gif) repeat-x;
}
#footer a {
	color: #002b41;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#footer a:visited {
	color: #002b41;
}
#footer a:hover {
	color: #0b8fd4;
}

#footer-content{
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
}
.footer-col {
	float: left;
	width: 185px;
	border-left: 1px dashed #bcbbba;
	text-align: left;
	padding-left: 10px;
	font-size: 80%;
}
.footer-end {
	float: left;
	width: 185px;
	border-left: 1px dashed #bcbbba;
	text-align: left;
	padding-left: 10px;
	border-right: 1px dashed #bcbbba;
	font-size: 80%;
}

#footer2 {
    background: #ECEAE1 url(/images/f-bg2.gif) repeat-x;
    margin-top: -15px;
    padding-top: 25px;
}


/* columns */
#left {
	margin: 0px;
	float: left;
	width: 400px;
}
#right {
	width: 400px;
	float: left;
	margin: 0px 0px 0px 20px;
}
#full {
	margin: 0px;
	float: left;
	width: 820px;
}

#full-full {
	margin: 10px 0px 10px 20px;
	float: left;
	width: 780px;
}

.full-full {
    margin: 10px 0px 10px 20px;
	_margin: 10px 0px 10px 10px; /* focking ie added extra padding */
    float: left;
    width: 780px;
}


#full-left {
	margin: 10px 0px 10px 20px;
	float: left;
	width: 376px;
}
#full-right {
	width: 376px;
	float: left;
	margin: 10px 0px 10px 20px;
}

#left-wide {
	margin: 0px;
	float: left;
	width: 495px;
}
#right-nar {
	width: 305px;
	float: left;
	margin: 0px 0px 0px 20px;
}
.clear {
  clear: both;
  height: 0;
}

/* Boxes */
#download-wide {
	background: url(/images/b-download-wide-bg.jpg);
	height: 222px;
	width: 400px;
	margin: 0px;
}
#dl-wide-content {
	padding-left:36px;
	padding-right:20px;
	padding-top:26px;
	text-align:left;
}
#dl-wide-content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0px;
}
#dl-wide-content p {
	font-size: 90%;
	color: #FFFFFF;
}

#dl-wide-content a {
    font-size: 90%;
    color: #FFFFFF;
}

#download-mid {
	background: url(/images/b-download-product.gif) no-repeat;
	height: 150px;
	width: 376px;
}
#dl-mid-content {
	padding-top: 20px;
	padding-left: 154px;
	padding-right: 20px;
	text-align: left;
	font-size: 80%;
}
	#dl-mid-content img {
		vertical-align: top;
	}

#download-nar {
	background: url(/images/b-download-nar-bg.jpg) no-repeat;
	height: 298px;
	width: 305px;
	margin: 0px;
}
#dl-nar-top {
	color: #FFFFFF;
	font-size: 120%;
	margin-top: 0px;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 205px;
	text-align: center;
}

#dl-nar-content {
	padding-top: 10px;
	padding-left: 120px;
	padding-right: 20px;
	font-size: 80%;
	text-align: left;
}

#download-button {
	/*background: transparent url(/images/b-get-it-free-new.png) no-repeat scroll 0%;*/
    /*height: 50px;*/
    /*margin: -90px 0px 0px 131px;*/
    width: 230px;
	float:left;
}
#download-button {
	text-align:center;
}
#download-button2 {
   background:transparent url(/images/b-download-now-new2.png) no-repeat scroll 0% 50%;
    display:block;
    height:80px;
    margin-left:15px;
    width:200px;
}


#download-pokerlistings {
    background: url(/images/b-download-wide-bg.gif) no-repeat;
    height: 196px;
    width: 400px;
    margin: 0px;
    /*padding-top: 80px;*/
}
.top-rooms {
	float:left;
	width:38%;
}
.all-rooms {
	float:right;
	width:58%;
}
.box-spacer {
	margin: 0px;
	height: 20px;
}
.box-center {
    padding-left: 200px;
}
.box-400 {
	width: 400px;
	background: url(/images/b-box-400-top.gif) no-repeat;
	padding-top: 15px;
}
.box-400-bg {
	background: url(/images/b-box-400-bg.gif) repeat-y;
	margin: 0px;
	padding: 10px 20px;
}
.box-495 {
	width: 495px;
	background: url(/images/b-box-495-top.gif) no-repeat;
	padding-top: 15px;
}
.box-495-bg {
	background: url(/images/b-box-495-bg.gif) repeat-y;
	margin: 0px;
	padding: 10px 20px;
}
.box-305 {
	width: 305px;
	background: url(/images/b-box-305-top.gif) no-repeat;
	padding-top: 15px;
}
.box-305-bg {
	background: url(/images/b-box-305-bg.gif) repeat-y;
	margin: 0px;
	padding: 10px 20px;
}


.box-gold {
	width: 400px;
	background: url(/images/b-box-gold-top.gif) no-repeat;
	padding-top: 15px;
}
.box-gold-bg {
	background: url(/images/b-box-gold-bg.gif) no-repeat;
	margin: 0px;
	padding: 10px 20px;
}
.box-silver {
	width: 400px;
	background: url(/images/b-box-silver-top.gif) no-repeat;
	padding-top: 15px;
}
.box-silver-bg {
	background: url(/images/b-box-silver-bg.gif) no-repeat;
	margin: 0px;
	padding: 10px 20px;
}
.box-blue {
	width: 400px;
	background: url(/images/b-box-blue-top.gif) no-repeat;
	padding-top: 15px;
}
.box-blue-bg {
	background: url(/images/b-box-blue-bg.gif) repeat-y;
	margin: 0px;
	padding: 10px 20px;
}
.box-gold {
	width: 400px;
	background: url(/images/b-box-gold-top.gif) no-repeat;
	padding-top: 15px;
}

#box-820 {
	width: 820px;
	background: url(/images/b-box-820-top.gif) no-repeat;
	padding-top: 15px;
}
#box-820-bg {
	background: url(/images/b-box-820-bg.gif) repeat-y;
	margin: 0px;
}
.box-820 {
    width: 820px;
    background: url(/images/b-box-820-top.gif) no-repeat;
    padding-top: 15px;
}
.box-820-bg {
    background: url(/images/b-box-820-bg.gif) repeat-y;
    margin: 0px;
}
.bluebox {
	background: #e1eaed;
	padding: 10px;
	margin-bottom: 10px;
}

.stats-col1 {
	margin: 0px;
	float: left;
	width: 140px;
	font-style: italic;
	font-weight: bold;
	color: #1f7bac;
}

.stats-col2 {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 300px;
}

.stats-col3 {
    margin: 0px 0px 0px 10px;
    float: left;
    width: 250px;
}

.stats-col4 {
    margin: 0px 0px 0px 10px;
    float: left;
    width: 50px;
}

.stats-col5 {
    margin: 0px;
    float: left;
    width: 140px;
}

.stats-col6 {
    margin: 0px;
    float: left;
    width: 580px;
}

/* numbered list */
#freesubscription ol {
    margin: 10px;
    font-family: arial, helvetica, sans-serif;}
    
#freesubscription ol li {
    padding: 0 0 0 33px;
    list-style: none;
}

#freesubscription ol li strong {
    background: #fff;
    line-height: 30px;
    display: block;
}
    
#freesubscription ol li.one {
    background: transparent url(/images/b-numbered-bullets.gif) no-repeat;
}
    
#freesubscription ol li.one strong {
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
    color: #005b8b;}
    
#freesubscription ol li.two {
    background: transparent url(/images/b-numbered-bullets.gif) no-repeat -30px 0;}
    
#freesubscription ol li.two strong {
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
    color: #005b8b;}
    
#freesubscription ol li.three {
    background: transparent url(/images/b-numbered-bullets.gif) no-repeat -60px 0;}
    
#freesubscription ol li.three strong {
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
    color: #005b8b;}
    
#freesubscription ol li.four {
    background: transparent url(/images/b-numbered-bullets.gif) no-repeat -90px 0;}
    
#freesubscription ol li.four strong {
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
    color: #005b8b;}
    
/* blue box */

#blue-frame {
    background: transparent url(/images/box-blue-full.gif) repeat-y -820px 0px;
    margin: 0px;
}
    
#blue-frame div.top {
        background: transparent url(/images/box-blue-full.gif) no-repeat 0px 0px;
        height: 20px;}
        
#blue-frame div.bottom {
        background: transparent url(/images/box-blue-full.gif) no-repeat 0px -20px;
        height: 20px;}
        
/* blue box internal styling */

#freesub {
    margin: -14px 0px 0px 7px;
}
.freesub-left {
    margin: 0px;
    padding: 10px;
    float: left;
    width: 382px;
}

.freesub-right {
    margin: 0px;
    padding: 10px;
    float: left;
    width: 383px;
}

.freesub-left-last {
    margin: 0px;
    padding: 10px;
    float: left;
    width: 382px;
}

.freesub-right-last {
    margin: 0px;
    padding: 10px;
    float: left;
    width: 383px;
}

.last-child {
    border-bottom: none;}

.freesub-left-column {
    width: 220px;
    float: left;
    clear: none;
    margin: 0px;
    padding: 0px;
    line-height: 50%;
}

.freesub-li li{
    margin-top: -5px;
}

.freesub-right-column {
    width: 155px;
    float: left;
    height: 65px;
}

#freesub ul {
    list-style: url(/images/bullet.gif) outside;
}
#freesub li {
    margin: 0px 0px 0.25em;
}

.testimonials {
    font-size: 80%;
    display: block;
    height: 15px;
}
.horizontal-line {
    height: 10px;
    background: url(/images/box-blue-horiz-line.gif) repeat-x;
    margin-right: 7px;
}

.freesub-item-tag {
	color: #888888;
	background: transparent;
	font-size: 80%;
}

.freesub-value-tag {
	font-size: 80%;
}


.BrowseTableCell {
    font-size: 80%;
    color: #000000;
    background: #DEDEDE;
    border: 1px solid #000000;
    padding: 2px 2px 2px 2px;
}

.BrowseTableCellAlt {
    font-size: 80%;
    color: #000000;
    background: #FEFEFE;
    border: 1px solid #000000;
    padding: 2px 2px 2px 2px;
}

/* Free.html Points (Hidden Divs) */
#freeSubscriptionPoint1, #freeSubscriptionPoint2, #freeSubscriptionPoint3, #freeSubscriptionPoint4 {
	display: none;
}

/* Misc styling */
.center{
	text-align: center;
	}
.freetrial {
	margin: 0px;
	text-align: center;
}
.biginput {
	font-size:120%;
	padding-bottom: 5px;
	width: 200px;
}
.biginput2 {
    font-size: 100%;
    padding-bottom: 4px;
    width: 110px;
    margin-right: -5px;
    margin-left: -5px;
}
.bigsubmit {
	background: url(/images/b-submit-search.png) no-repeat;
	cursor: pointer;
	width: 87px;
	height: 34px;
	border: 0px solid #FFFFFF;
}
.bigsubmit2 {
    background:transparent url(/images/b-submit-search-small.png) no-repeat scroll 0% 50%;
    border: 0px solid #FFFFFF;
	cursor: pointer;
	height: 34px;
	padding-bottom: 5px;
	width: 79px;
}
.gosubmit {
    background: url(/images/b-submit-go.png) no-repeat;
    cursor: pointer;
    width: 42px;
    height: 34px;
    border: 0px solid #FFFFFF;
}
.noborder {
	border: solid #000000 0px;
}
.smalltext {
	font-size:100%;
    margin-right:-5px;
}
.middle {
	text-align: center; 
}
.error {
    color: #FF0000;
    font-weight: bold;
}
.float{
	float: left;
}
.listLevelOne {
	background: url(/images/bullet.gif) no-repeat;
	padding-left: 15px;
}
.listLevelTwo {
   list-style: url(/images/bullet.gif) outside;
   margin-left: 10px;
}
.hidden-click-box-image {
	height: 150px;
	margin-top: 0px;
	width: 109px;
	float:left;
}
.hidden-click-box-image2 {
   margin-left: -120px;
   margin-top: -25px;
}
.hidden-click-box-image-small {
   margin-left: -100px;
   margin-top: -5px;
}
.underline {
	text-decoration: underline;
}
.fakelink {
    cursor: pointer;
    color: #00439f;
    text-decoration: underline;
}
.fakelink:hover {
	cursor: pointer;
    color: #006bfe;
    text-decoration: underline;
}
.padding265 {
    padding-left: 265px;
}
.padding440 {
	padding-left: 440px
}
#shareThisPlayerProfile, #getFullPlayerReport, #shareThisPlayerProfile2, #getFullPlayerReport2 {
	margin-left: 70px;
	display: none;
}
.shareProfileInput{
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
    border: 1px solid #CCCCCC;
    padding: 3px 3px 3px 3px;
}
.shareProfileTextArea{
    width: 268px;
    height: 30px;
}
#screenshot {
	font-size: 80%;
	margin: 0px 0px 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */

/* Buy Poker Cursher */
#satisfaction-guarantee {
    background:url(/images/buy-poker-crusher/buy-poker-crusher_03.png) no-repeat top center;
    /*float:right;*/
    width: 260px;
    height:152px;
    margin-top:-30px;
}

#satisfaction-guarantee p{
    text-align:center;
    font-size:11px;
    font-weight:bold;
    padding: 100px 46px 0 46px;
}

.sg-special-offer{
    color:#cc0000;
}

.sg-box-gold {
    background: url(/images/buy-poker-crusher/bg/b-box-gold-top.png) no-repeat;
    padding-top: 13px;
}
.sg-box-gold-bg {
    background: url(/images/buy-poker-crusher/bg/b-box-gold-bg.jpg);
    margin: 0px;
    padding: 10px 20px;
}
.sg-box-gold-bot {
    background: url(/images/buy-poker-crusher/bg/b-box-gold-bot.png);
    height:11px;
}
.sg-box-gold-bg ul{
    margin-left: 30px;
}
.sg-box-gold-bg .detail{
    float:left;
}

.sg-box-silver {
    background: url(/images/buy-poker-crusher/bg/b-box-silver-top.png) no-repeat;
    padding-top: 13px;
}
.sg-box-silver-bg {
    background: url(/images/buy-poker-crusher/bg/b-box-silver-bg.jpg);
    margin: 0px;
    padding: 10px 20px;
}
.sg-box-silver-bot {
    background: url(/images/buy-poker-crusher/bg/b-box-silver-bot.png);
    height:11px;
}
.sg-box-silver-bg ul{
    margin-left: 30px;
}

.sg-box-bronze {
    background: url(/images/buy-poker-crusher/bg/b-box-bronze-top.png) no-repeat;
    padding-top: 13px;
}
.sg-box-bronze-bg {
    background: url(/images/buy-poker-crusher/bg/b-box-bronze-bg.jpg);
    margin: 0px;
    padding: 10px 20px;
}
.sg-box-bronze-bot {
    background: url(/images/buy-poker-crusher/bg/b-box-bronze-bot.png);
    height:11px;
}
.sg-box-bronze-bg ul{
    margin-left: 30px;
}

.subscription-options{
    background: url(/images/buy-poker-crusher/bg/subscription-bg.png) no-repeat;
    float:right;
    width:230px;
    height:160px;
    padding:7px 0 0 14px;
}
.subscription-options .options{
    font-size:12px;
    margin-bottom:8px;
}

.subscription-options form p {
	line-height:2.1;
}
.subscription-options form input {
	vertical-align:middle;
}

.subscription-options h4{
    margin-bottom:5px;
    color:#cc0000;
}

.buy-crusher-detail{
    padding-right: 260px;
}

.purchaseLabel {
	font-size: 95%;
	width: 125px;
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
}

/* Supported Poker Rooms */ 
.supported-offer {
    width:458px;
}

.supported-offer .box-top {
    background: url(/images/supported-box-top.jpg) no-repeat;
    width:458px;
    height:15px;
    display:block;
}
.supported-offer .box-content {
    background-color:#e6e5e1;
    padding:0 10px;
    border-left:1px solid #a3a0a7;
    border-right:1px solid #a3a0a7;
}
.supported-offer .box-content p{
    margin-bottom:0 !important;
}
.supported-offer .box-bottom {
    background: url(/images/supported-box-bottom.jpg) no-repeat;
    width:458px;
    height:15px;
    display:block;
}
.box-pokerroom {
	width: 210px;
	float: left;
	height: 50px;
}

.nobullets li{
	list-style: none;
    line-height: 10px;
    font-size: 90%;
}

.smallsearch {
    background:transparent url(/images/rounded-corners-bg.png) no-repeat scroll 0% 50%;
	height: 70px;
	margin: 0px;
	padding-left: 6px;
	width: 265px;
}
.big {
    font-size: 120%;
}

#playerSearch {
	margin-left:0px;
    padding-top:20px;
}

.subtext {
	margin-top: -10px;
}

.authorQuote {
	color: #6F6F6F;
}

.note {
	font-size: 10px;
    font-style: italic;
    line-height: 12px;
    width: 100%;
}

/* Table lookup on tutorial.html */
.table-lookup-left {
	float:left;
	width:423px;
}
.table-lookup-right {
	float:right;
	width:340px;
}

/* Dowload Thick Box */

#download-thickbox-container {
	width: 468px;
	text-align: left;
	margin: 10px 0px 0px 20px;
}

.crusher-logo {
	margin-bottom: 10px;
}

.bigger {
	color: #00428e;
}

/* Menu */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
	position:absolute;
	top: 0;
	font:normal 12px/24px Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: white;
	width: 180px;
	visibility: hidden;
	border-top: 0 solid #B6B5B3;
	border-right: 1px solid #B6B5B3;
	border-bottom: 0 solid #B6B5B3;
	border-left: 1px solid #B6B5B3;
	margin: 0px;
}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 10px 0;
	text-decoration: underline;
	font-weight: normal;
/*	color: #9E0003;*/
	color: #000000;
	text-align: left;
	border-top: 0 solid #B6B5B3;
	border-right: 0 solid #B6B5B3;
	border-bottom: 1px solid #B6B5B3;
	border-left: 0 solid #B6B5B3;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.slidetabsmenu{
	width:100%;
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
/*	font: 1.2em Arial, Helvetica, sans-serif; */
}

.slidetabsmenu a{
	float:left;
	background:url(gfx/misc/slide-left.gif) no-repeat left top;
	margin:0;
/*
	margin-right: 5px;
	padding:0 0 0 9px;
*/
	text-decoration:none;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	background:url(gfx/misc/slide-right.gif) no-repeat right top;
	padding:2px 13px 2px 4px;
	color:#FFFFFF;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {
	float:none;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* End IE5-Mac hack */



.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	color: #000000;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
	background-position:0% -124px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	background-position:100% -125px;
}
div.disclaimer {
    font-size: smaller;
    font-style: italic;
    line-height: 1;
    padding-bottom: 15px;
}
.article {
    line-height: 1.5;
}
