﻿/* styles */
body, textarea
{
	font-family: Tahoma;
	font-size: 12px;
}

body
{
	color: #595767;
}

textarea
{
	overflow: auto;
	height: 100px;
}

h1
{
	font-family: Tahoma;
	font-size: 12px;
	color: #595767;
	font-weight: normal;
	margin: 0px;
}

h2
{
	font-size: 30px;
	color: #16477D;
	font-weight: normal;
	margin: 0px;
}

h3
{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}

h4
{
	font-size: 14px;
	color: #16477D;
	margin-top: 0px;
	margin-bottom: 10px;
}

a
{
	color: #16477D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border-width: 0px;
}

p
{
	margin: 14px 0px;
}

.imagebutton
{
    background-image: url(images/blank-btn.gif);
    width: 87px;
    height: 26px;
    float: left;
    color: White;
    line-height: 26px;
    padding-left: 10px;
}

.imagebutton:hover
{
    text-decoration: none;
}

/* default */
body
{
	width: 990px;
	background: url(images/background.gif) repeat-y center;
	margin: auto;
}

.content
{
	padding: 50px 35px;
	min-height: 400px;
}

.h1-area
{
	vertical-align: top;
	padding: 0px 25px 3px 25px;
	text-align: left;
}

.cart-link
{
	vertical-align: top;
	padding: 0px 25px 3px 25px;
	text-align: right;
}

.form
{
	width: 492px;
	padding: 10px;
	background-image: url(images/form-bg.jpg);
}

.form-half
{
	width: 355px;
	padding: 10px;
	background-image: url(images/form-bg-half.jpg);
}

.readonly
{
	background-color: #EBEBE4;
	border: solid 1px #7F9DB9;
	padding: 1px;
}

.header
{
    background-image: url(images/header-bak.gif);
    height: 82px;
    padding: 20px 30px 0px 30px;
}

/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* search */
.search
{
	padding: 5px 15px;
	background-image: url(images/search/search-bg.gif);
	width: 618px;
}

.search table
{
	width: 100%;
}

.search td
{
	width: 33%;
}

.search input, .search select
{
	margin-left: 15px;
}

.search2
{
	background-image: url(images/search/search2-bg.gif);
	width: 899px;
	height: 83px;
	padding: 45px 0px 0px 20px;
	margin-bottom: 30px;
}

.search2 h4
{
	margin: 0px;
}

.search2 input
{
	vertical-align: middle;
}

.search2 .text
{
	width: 300px;
}

.search2 select
{
	width: 305px;
}


/* table */
.table
{
	width: 100%;
}

.table th
{
	text-align: left;
	color: #16477D;
	border-bottom: solid 1px black;
}

.table td
{
	vertical-align: top;
}

.table .heading
{
	font-weight: bold;
}

.table .text
{
	width: 98%;
}

.tbl-padding td
{
	padding: 4px 0px;
}

.table .border-top
{
	border-top: solid 1px black;
}

.table .alt
{
	background-color: #EFEFEF;
}

.table table
{
	color: Black;
}

/* messages */
.messages
{
	border: solid 1px black;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #FFCA2A;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

.messages p
{
	color: rgb(36,60,130);
	margin: 7px;
}

.messages a
{
	color: rgb(36,60,130);
	font-weight: bold;
	text-decoration: underline;
}

/* make-list */
.make-list
{
	width: 100%;
}

.make-list td
{
	width: 25%;
	text-align: center;
	padding-bottom: 20px;
}

/* side-menu */
.side-menu
{
	text-align: center;
	border: solid 1px black;
	padding-top: 5px;
	height: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.side-menu ul
{
	padding-left: 0px;
	margin: 0px;
}

.side-menu li
{
	list-style-type: none;
	float: left;
	margin: 0px 18px;
}

/* modalPopup */
/*#modalBackground
{
	background-color: black;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#modalPopup
{
	background-color: white;
	border: solid 1px Gray;
	padding: 10px;
	width: 300px;
	position: fixed;
	z-index: 1000;
}*/

.parts-table td
{
	vertical-align: middle !important;
}

.parts-table .img img
{
    margin: 10px auto;
}

/* nav */
.nav
{
	height: 38px;
	background-image: url(images/nav/nav-background.jpg);
	
	width: 960px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 15px;
}

.nav li
{
	float: left;
}

.nav a
{
	float: left;
	height: 38px;
	margin: 0px 17px;
}

.nav a:hover
{
	background-position: center -38px;
}

.nav .home
{
	background-image: url(images/nav/home.gif);
	width: 41px;
}

.nav .browse
{
	background-image: url(images/nav/browse.gif);
	width: 97px;
}

.nav .faq
{
	background-image: url(images/nav/faq.gif);
	width: 29px;
}

.nav .about
{
	background-image: url(images/nav/aboutus.gif);
	width: 65px;
}

.nav .contact
{
	background-image: url(images/nav/ask.gif);
	width: 48px;
}

.nav .tools
{
	background-image: url(images/nav/tools.jpg);
	width: 46px;
}

.nav .accessories
{
	background-image: url(images/nav/accessories.gif);
	width: 82px;
}

.nav .testimonials
{
    background-image: url(images/nav/testimonials.gif);
	width: 90px;
}

.nav .join
{
	background-image: url(images/nav/join.gif);
	width: 33px;
}

.nav .account
{
	background-image: url(images/nav/account.gif);
	width: 62px;
}

.nav .login
{
	background-image: url(images/nav/login.gif);
	width: 41px;
}

.nav .logout
{
	background-image: url(images/nav/logout.gif);
	width: 54px;
}

/* footer */
.footer
{
	margin: 0px 35px;
	padding-top: 10px;
	border-top: solid 1px #BFBEBE;
	color: #BFBEBE;
	font-size: 11px;
}

.footer a
{
	color: #BFBEBE;
}

.footer table
{
	width: 285px;
	float: left;
}

.footer .contact td
{
	width: auto;
}

.footer .contact .text
{
	width: 98%;
}

.footer .contact table
{
	color: Black;
	width: inherit;
	float: none;
}

.footer .divider
{
	width: 1px;
	height: 150px;
	border-left: solid 1px #BFBEBE;
	margin-right: 30px;
	float: left;
}

.gap
{
	clear: both;
	margin-bottom: 10px;
}
a.csolutions  
{
    font-size:12px !important;
}