/* CSS Document */
#proHeader {
	margin: 20px 0;
	border-top: solid 4px #f1660d;
	border-bottom: solid 1px #333;
	padding: 10px 0;
	overflow: hidden;
	text-transform: uppercase;	
	font-family: Georgia, "Times New Roman", Times, serif;	
}
#proHeader h1{
	font-size: 44px;
	color: #f1660d;
	float: left;
	margin: 0;
}
#proHeader h1 em{
	font-style: normal;
	color: #333;
}

#proHeader p{
	float: right;
	display: inline-block;
	color: #666;
	margin-top: 10px;
}

.css-table {
    display: table;
    font-size: 12px;

}


.css-table .col {
    display: table-cell;
	vertical-align: top;	
    padding: 10px 15px 15px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.css-table .col p{
	margin-bottom: 0.6em;

}	
.css-table .three {
    width: 290px;
}
.css-table .two {
    width: 440px;
}
.css-table .gap{
    display: table-cell;
    padding: 0;
    width: 20px;
}
.css-table h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.css-table h3 sup{
font-size: 11px;
color: red;
font-style: italic;
}

.css-table .list li {
    border-top: 1px solid #e6e6e6;
    list-style: none;
    overflow: hidden;
    padding: 10px 5px;
    line-height: 1.2em;	
	display: block;
	font-weight: bold;
}
.css-table .list li:hover {
    background: #f6f6f6;
}
.css-table  h4 {
    font-size: 14px;
    line-height: 1.2em;
	margin-bottom: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
}

.css-table .list li span{
	font-size: 11px;
	font-weight: normal;
	display: block;
}
.featuredThumb {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 10px;
    padding: 3px;
	width: 80px;
}
.featuredThumb-noborder {
    border: 1px solid #fff;
    float: left;
    margin-right: 10px;
    padding: 3px;
	width: 76px;
}

#membersonly .twothird {
	float: left;
	width: 626px;
}
#membersonly .twothird li{
	width: 290px; 
	float: left; 
	margin-right: 12px;
}
#membersonly h3{
padding: 5px 0 5px 46px;

}

#membersonly .mo_article {
	background: url(/images/icons/icn_article.gif) no-repeat 0 0;
}
#membersonly .mo_casestudy {
	background: url(/images/icons/icn_casestudy.gif) no-repeat 0 0;
}
#membersonly .mo_seminar {
	background: url(/images/icons/icn_seminar.gif) no-repeat 0 0;
}
#membersonly .mo_take10 {
	background: url(/images/icons/icn_take10.gif) no-repeat 0 0;
}
#membersonly .mo_download {
	background: url(/images/icons/icn_report.gif) no-repeat 0 0;
}
#membersonly .mo_research {
	background: url(/images/icons/icn_research.gif) no-repeat 0 0;
}
#membersonly .mo_smarttools {
	background: url(/images/icons/icn_toolbox.gif) no-repeat 0 0;
}
#membersonly .mo_packs {
	background: url(/images/icons/icn_pack.gif) no-repeat 0 0;
}
#membersonly .mo_myresources {
	background: url(/images/icons/icn_folder.gif) no-repeat 0 0;
}

.premium-2col {
margin-top:7px;
margin-bottom:7px;
}

.premium-3col .col-1, .premium-3col .col-2 {
	width: 324px;
	margin-right: 4px;
	float: left;

}
.premium-2col .col-3 
{
	width: 324px;
	float: right;

}
.premium-3col .col-3 {
	width: 324px;
	float: right;

}
.premium-2col .col-left {
	width: 485px;
	float: left;
}
.premium-2col .col-right {
	width: 485px;
	float: right;
}
#banners {
	background-color: #ecece4;
	padding: 15px 7px;
	margin-bottom: 15px;
	text-align:center;
}
#banners img {
	margin: 0 8px;
	float: left;
}
#membersonly .accessclosed {
	width: 200px; 
	height: 200px;
	margin: 0 auto;
	background: url(images/access_denied.png) no-repeat center center;
	text-indent: -9999px;

	}