/* CSS Document */

body {
	margin:0px auto;
	padding:0px;
	font-family:Arial;
	color:#b5b5b5;
	font-size:11px;
	line-height:14px;
	background:#303030;
}
a {
	font-family:Arial;
	font-size:10px;
	color:#000000;
}
a:hover {
	color:#db7a24;
	text-decoration:none;
}
img {
	border:none;
}
form {
	margin:0px;
	padding:0px;
}
P {
	margin:8px 0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.container {
	width:100%;
	margin:0px auto;
}
.main-body {
	width:100%;
	float:left;
}
.header-main {
	width:100%;
	float:left;
	background:#424242;
	height:52px;
}
.footer-main {
	width:100%;
	float:left;
	background:#303030;
	height:70px;
	color:#cccccc;
}
.footer {
	width:100%;
background-color::#303030;
	position: absolute;
	bottom: 0;
	background-color:#303030;
	color: #cccccc;
	text-align: center;
	float:left;
}
.nabcontainer {
	width:470px;
	float:right;
	padding-right:32px;
	margin:0px;
}
.nabcontainer ul {
	width:470px;
	float:right;
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.nabcontainer ul li {
	float:right;
	display:inline;
	list-style-type:none;
	width:auto;
	padding-left:6px;
	padding-right:6px;
	padding-top:16px;
	margin:0px;
}
.nabcontainer ul li a {
	font-family:Arial;
	font-size:9px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:18px;
}
.nabcontainer ul li a:hover {
	color:#9F9D9D;
	text-decoration:none;
}
.home {
	background:url(../images/home.gif) left top no-repeat;
	width:48px;
	height:18px;
	float:left;
}
.blog {
	background:url(../images/home.gif) left top no-repeat;
	width:48px;
	height:18px;
	float:left;
	text-align:center;
	padding-left:2px;
}
.download {
	background:url(../images/download.gif) left top no-repeat;
	width:69px;
	height:18px;
	float:left;
	text-align:center;
}
.reviews {
	background:url(../images/reviews.gif) left top no-repeat;
	width:64px;
	float:left;
	height:18px;
	text-align:center;
	padding-left:1px;
}
.account {
	background:url(../images/account.gif) left top no-repeat;
	width:82px;
	float:left;
	height:18px;
	text-align:center;
	padding-left:2px;
}
.banner-border {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:14px;
	border-top:1px solid #e8e8e8;
	padding-top:14px;
	text-align:center;
	width:100%;
}
.font-black {
	font-family:Arial;
	color:#000;
	font-size:11px;
}
.font-black-big {
	font-family:Arial;
	color:#000;
	font-size:14px;
	line-height:14px;
}
.search-input {
	width:304px;
	height:18px;
	border-top:2px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background:#f5f5f5;
	margin:0px;
	padding:5px 0px 0px 5px;
	color:#999999;
	font-family:Arial;
	font-size:11px;
}
.search-input-small {
	width:156px;
	height:18px;
	border-top:2px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background:#f5f5f5;
	margin:0px;
	padding:5px 0px 0px 0px;
	color:#999999;
	font-family:Arial;
	font-size:11px;
	padding-left:5px;
}
.top-bg {
	background:url(../images/top-bg.jpg) left top repeat-x;
	width:100%;
	height:9px;
}
.bottom-bg {
	background:url(../images/bottom-bg.jpg) left top repeat-x;
	width:100%;
	height:10px;
}
.mid-border {
	border-top:1px solid #e8e8e8;
	padding-top:5px;
}
.mid-border_index {
	border-top:1px solid #e8e8e8;
	height:20px;
}
.bottom-border {
	border-bottom:1px solid #e8e8e8;
	padding-top:5px;
}
.input-box {
	height:12px;
	width:12px;
	background:#eaeaea;
}
.footer-link {
	color:#cccccc;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
}
.footer-link:hover {
	color:#9F9D9D;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
}
.result-top {
	background:url(../images/result-top.jpg) left top no-repeat #f4f4f4;
	border-bottom:1px solid #e3e3e3;
	width:712px;
	height:31px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-left:20px;
	padding-top:8px;
}
.font-black-bold {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	line-height:16px;
}
.nav {
	float:right;
	color:#000;
	height:30px;
}
.nav ul {
	border: 0px;
	margin: 0px;
	padding:0px;
	list-style-type:none;
	text-align: left;
	height:auto;
	float: left;
	height:30px;
}
.nav ul li {
	display: inline;
	float: left;
	text-align: left;
	padding-left:5px;
	width:auto;
	height:30px;
}
.nav ul li a {
	text-decoration:none;
	color:#000;
	border:1px solid #d5d5d5;
	padding:5px;
	font-size:11px;
	height:20px;
}
.nav ul li a:hover {
	color:#df9940;
}
.nav ul li a.active {
	color:#000;
	border:0px;
}
.profile-bg {
	background:#fff;
	width:792px;
	float:left;
	color:#000;
	font-family:Arial;
	line-height:16px;
	font-size:12px;
	padding-top:20px;
}
.profile {
	float:left;
	width:381px;
	border: 0px;
	margin: 0px;
	padding:0px;
}
.profile ul {
	border: 0px;
	margin: 0px;
	padding:0px;
	list-style-type:none;
	text-align: left;
	width:381px;
	height:auto;
	float: left;
	padding-top:5px;
}
.profile ul li {
	display: inline;
	float: left;
	text-align: left;
	padding-right:18px;
	width:auto;
}
.img-bg {
	background:#f2f2f2;
	border-top:1px solid #e3e3e3;
	padding:10px;
}
.font-profile-black-link {
	font-family:Arial;
	color:#000;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
.font-profile-black-link:hover {
	text-decoration:none;
}
h1 {
	font-family:Arial;
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:20px;
}
input {
	font-size: 11px;
	padding-left:1px;
	font-family:Arial;
	font-weight: normal;
	color: #515152;
}
select {
	background-color: white;
	font-size: 11px;
	font-family:Arial;
	font-weight: normal;
	color: #515152;
	border:1px solid #000000;
}
textarea {
	background-color: white;
	font-size: 11px;
	font-family:Arial;
	font-weight: normal;
	color: #515152;
	border:1px solid #000000;
}
.butt1 {
	font-size : 11px;
	font-style : normal;
	font-family:Arial;
	font-weight : bold;
	color : #FFFFFF;
	text-align: center;
	background-color:#313131;
	cursor:hand;
}
.header-main1 {
	width:100%;
	float:left;
	background:url(../images/header-bg.jpg) left top repeat-x;
	height:66px;
	position:relative;
}
/*.logo1 {
	padding-top:10px;
}*/
.logo1
	{
	position:absolute;
	top:10px;
	left:240px;
	}
.logo1 a
	{
	width:158px;
	height:51px;
	background:url(../images/logo.png) no-repeat;
	display:block;
	text-indent:-999999px;
	cursor:pointer;
	}



h1 {
	font-family:Arial;
	 font-weight:bold;
	color:#000000;
}
.navigation {
	width:104px;
}
.navigation ul {
	list-style:none;
	padding:0px;
	margin:30px 0px 0px 0px;
}
.navigation ul li {
	text-align:right;
	padding:0px;
	margin:0px;
}
.navigation ul li a {
	font:12px Arial;
	color:#000;
	text-decoration:none;
}
.navigation ul li a:hover {
	color:#98330a;
	text-decoration:none;
}
.product-content td {
	color:#191919;
	font-family:Arial;
	font-size:12px;
}
.product-content td a {
	color:#98330a;
	text-decoration:underline;
	font-size:12px;
}
.product-content td a:hover {
	color:#000;
}
.product-content td h1 
	{
	padding:5px 7px;
	font:bold 23px Arial;
	}
.product-content td h2 
	{
	padding:7px 5px 0px 8px;
	font:19px Arial;
	}
.product-content td p {
	padding:0px 0px 8px 0px;
}
.product-content td.border {
	border-top:1px solid #e8e8e8;
	background:#e8e8e8;
	height:1px;
	_height:2px;
}
.product-content td.price
	{
	font:13px Arial;
	margin:0px;
	}

.txtgrey-nw-r
	{
	color:#646464;
	}

td.bluelinkn a:link, td.bluelinkn a:visited, td.bluelinkn a:active
	{
	color:#1866f9;
	font-size:11px;
	}



.style4 {
color:#333333;
font-size:16px;
font-weight:bold;
}
.adlinkclass{
}
.adlinkclass a
{
	font-size:16px;
	font-weight:900;
	text-align:left;
}

.adlinkclass a:hover
{
	color:#9F9D9D;
	font-size:16px;
	font-weight:900;
	text-align:left;
}

.breadcrum {
	color:#333333;
	line-height:14px;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}
.breadcrum:hover {
	color:#333333;
	line-height:14px;
	text-decoration:underline;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}

.menubreadcrum {
	color:#1d6ef9;
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
}
.menubreadcrum a {
	color:#1d6ef9;
	text-decoration:underline;
	
}
.menubreadcrum:hover {
	color:#0098E1;
	
}
.paginationx{color:#F6F6F6;font-weight:bold; font-size:12px;}
.pagination .inactive{margin:2px;padding:2px 5px;border:#cccccc 1px solid; color:#cccccc; font-size:11px; text-decoration:none;}
.pagination span{color:#000000; font-size:11px; text-decoration:none; margin:0 5px;}
.pagination a{padding:0px 5px;border:#666666 1px solid; color:#000000; font-size:11px; text-decoration:none;}
.pagination a.active{background:#FFFFFF; border:#B5B5B5 1px solid; margin:2px;padding:2px 5px;font-weight:none;}
.pagination a.active:hover{background:#FFFFFF;color:#DF9940; border:#B5B5B5 1px solid; margin:2px;padding:2px 5px;}

