/* LAYOUT OVERRIDES */

div#poker-content {
	background:#fff;
	padding-bottom:20px;
}

div#content-col-layout {
	background:#fff;
	padding-top:11px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a2a2a2;
	line-height:normal;
	}

div#content-col-layout .col-A{
    float:left;
    width:158px;
    text-align:left;
	padding:0;
	display:inline;
	border-bottom:#e5e5e5 solid 1px; 
}

div#content-col-layout .col-BCD {
    float:right;
    width:502px;
    text-align:left;
    padding:0;
    overflow:visible;
}



/* Poker Features Homepage */



/*=Links
--------------------------------------------------*/
a:link, a:visited, a:hover {
	color: #64778d;
	text-decoration: underline;
}

.features a:link, .features a:visited, 
.features a:hover {
	color: #005fa9;
	text-decoration: none;
	border-bottom:1px solid #7fafd4;	
}
.features .selected  a:link, .features .selected  a:visited, 
.features .selected a:hover{
	font-weight:bold;
	color:#464646;
	border-bottom:none;
	text-decoration:none;
}
.features ul li.new a {
	display:block;
	width:85px;
}

/*download button link*/
#download-button a {
	position:relative;
	display:block;
	width:195px;
	height:42px;
	text-decoration:none;
}
#download-button a span {visibility:hidden;}

/*=Headings
--------------------------------------------------*/
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color:#7d0000;
	
}
/*Each section will have a different main image*/
h2.mainImage {
	width:502px;
	height:381px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-9999px;
	border-bottom:1px solid #262525;
}
#h2.customize {
#	background:#000 url(../../images/poker/features/customize-view-bkg.jpg) top left no-repeat;
#}

#poker-feature-description h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d7d7d7;
	padding:0 0 10px 0;
}

/*side menu header styles*/
h3 {
	font-size:16px;
	color:#666;
	font-weight:normal;
	letter-spacing:-1px;
	margin:18px 0 0 0;
}

.features h3 {
	height:24px;
	padding:4px 0 0 24px;
}



/*Structure
--------------------------------------------------*/
#content {
	margin:0;
	padding:0;
}

#secondary-content{
	font-size:10px;
	margin-right:30px;
	border-bottom:#e5e5e5 solid 1px; 
}

#primary-content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	width:502px;
	background:#000 url(../../images/poker/features/pattern-bkg.gif) repeat;
	margin:0 0 20px 0;
	padding:0;
}

#main-content {
	padding:20px;
}

#poker-feature-description{
	margin:10px 0;
	padding-bottom:20px;
	border-width:1px 0;
	border-color:#262525;
	border-style:solid;
}
/*=Side Menu
--------------------------------------------------*/

.features {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#e5e5e5;
	width: 158px;
}

.features .selected {
	font-weight:bold;
	color:#464646;
}

/*=Lists
--------------------------------------------------*/

/*side menu lists*/
.features ul{
	margin:10px 0 18px 10px;
	font-size:11px;
	padding:0;
	list-style-type:none;
}
.features ul li{
	line-height:1.5em;
}

.features ul li.new {
	background:#fff url(../../images/poker/features/icon-new.gif) no-repeat right;
	height:13px;

	padding:0 10px 5px 0;
	margin:0;

}

.features ul li.selected {

}


/*sub navigation list*/

ul#sub-nav {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 0 15px 15px;

}

#sub-nav li {
	display:inline;
}

#sub-nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 10px 0 10px;
	border-right:1px solid #262525;
}

#sub-nav li.nolink {
	color:#363636;
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 10px 0 10px;
	border-right:1px solid #262525;
}

#sub-nav li#first a {padding-left:0;}


/*=Miscellaneous
--------------------------------------------------*/
#content-sub-navigation span {
	float:left;
	padding:0;
	margin:0;
}

/*download buttton*/
#download-button {
	margin:30px 0 0 0;
	background:url(../../images/poker/features/download-poker-now.png) top left no-repeat;
	width:195px;
	height:42px;
}

a#current {text-decoration:none; font-weight:bold; color:#666;}
