@charset "utf-8";
/* drivermax-stylesheet */


#container{	width:1000px;}
#header{ 	width:1000px;	height:200px;	 }
.header-gradient{background:url(../images/header-bg.jpg) repeat-x; top:0;
left:0;
width: 100%;
height: 100%;
z-index: -1;
position: absolute;}

#main { width:1000px; margin-top:25px;}


#header-top {position:relative;}




.center{margin:0px auto;}
.left{float:left;}
.right{float:right;}

.logo {position:relative; top:-20px; }

.title {font-size:40px; font-family:SegoeUI, Tahoma, Geneva, sans-serif; font-weight:bold;}

.content {width:1000px;}


.table-wrapper {border: 1px solid #ccc; padding:1px;margin-top: 25px;margin-bottom: 25px;}

.name 
{
	font-family:SegoeUIBold;
	font-size:12px;
	width:135px;
}

.center-text
{
	text-align:center;
	font-size:10px;
}
	
.dl-driver:hover, .dl-driver a:hover
{
   color:#fff;
   background:#0b5eab;
   
}

.dl-driver img {position:relative; top:5px; left:-3px;}

.driver-name {	text-align:center;}

.driver-name p,h4,h5
{
	display:inline;
	min-height:40px;	
}

.driver-name p
{
	font-family:SegoeUIBold;
	font-size:16px;
	background:#ebebeb;
	padding:4px 40px 6px 10px;
	position:relative;
}
.driver-name p img
{
	position:absolute;
	top: 4px;
	right: 10px;
}

.driver-name h4
{
	color:#9a9a9a;
	font-family:SegoeUIBold;
	font-size:16px;
	display:inline;
}

.driver-name h5
{
	color:#367fc2;
	font-family:SegoeUIBold;
	font-size:18px;
	display:inline-block;
}


.popular-hardware-font {
	font-family:SegoeUIBold,Tahoma;
	font-size:12px;
	color:#fff;
}

.popular-hardware-name
{
	background:#367fc2;	
	color:#fff;
	width: 183px;
	padding:10px;
	height:auto;
}

.popular-hardware-content
{
	background:#367fc2;	
	padding-left:30px;
	
}

.popular-hardware-content img
{
	left: -15px;
    position: relative;
    top: 3px;
}

.size-content
{
	width:800px;
}

.popular-hardware-titles
{
	display: block;
	background:#707070;
	color:#fff;
	width: 183px;
	padding:10px;
	height:auto;
	position: relative;
}

.popular-hardware-titles-content
{
	width:800px;
	background:#ebebeb;
}




.gplus {position: relative;
left: 36px;
top: -27px;}

#header-no-gradient {
    background: linear-gradient(#2B0606, #F00);
}