* {
	padding: 0;
	margin: 0;
}

body {
	font: .85em "Arial", "Verdana", sans-seif;
	text-align: center; /* IE5 hack */
	background-color: #fff;
}

#container {
	width: 900px;
	margin: 1em auto 0;
	text-align: left;
}

a {
	color: #1661be;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #1661be;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
}

h2 {
	margin: 0 0 .3em 0;
}

    span.fake-h2 {
        color:#1661be;
        font-weight:bold;
        margin: 0 0 0.3em 0;
        font-size:1.4em;
    }

p {
	line-height: 150%;
	margin: 0 0 1em 0;
}

.floatLeft { float: left; }

.floatRight { float: right; }

.clear { clear: both; }

.longlist ul { height: 200px; }

	.longlist ul li { 
		display:block;
		float:left;
		font-size:0.8em;
		height:26px;
		width:120px;
	}

#content ul {
	margin: 1em 0;
	padding: 0 0 0 1.5em;
}

#content ul li {
	margin: .2em 0;
}

a img {
	border: 0;
}
#logo {
	margin: 0 0 0 65px;
}

#banner #phone {
	font-size:14pt;
	font-weight:bold;
	margin-left:635px;
	position:absolute;
	top:45px
}

#banner #phone span {
	color: red;
}

#banner {
	background: transparent url("../images/banner.jpg") no-repeat bottom center;
	height: 165px;
}

div.hide {
	display: none;
}

#navigation {
	list-style: none;
	background: transparent url("../images/decoration/navigation.fade.gif") repeat-y right;
	height: 2.2em;
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation li a {
	display: block;
	float: left;
	margin: 0 .3em 0 0;
	color: #666;
	padding: .5em 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation li a:hover {
	color: #000;
}

#body {
	margin: 20px 50px 0 50px;
}

#sidebar {
	float: left;
	width: 220px;
}

#sidebar div {
	margin: 0 0 25px 0;
}

#sidebar h2 {
	margin: 0 0 .2em 0;
}

#content {
	float: right;
	width: 540px;
}
	#content ul.crumbs {
		border-bottom:1px dotted #EEEEEE;
		color:#AAAAAA;
		margin:0 0 0.5em;
		overflow:hidden;
		padding:0 0 0.4em;
		width:100%;
		display: inline;
		}
		#content ul.crumbs li {
			float:left;
			font-size:0.8em;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0 0.5em 0 0;
		}

#big-search {
	background: transparent url("../images/big.search.background.jpg") no-repeat;
	height: 230px; /* 300 - (15 * 2) to deal with padding. */
	padding: 15px;
	/*border: 1px solid red;*/
}

#content #makers { 
    width: 100%; overflow: hidden; list-style: none; margin: 0; padding: 0;
}

#content #makers li {
    float: left; width: 25%; font-size: .8em;
}

#big-search a {
    color: #fff;
    font-weight: normal;
}

#big-search span {
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight:bold;
}



#big-search select {
	width: 100%;
}

#big-search #options {
	float: left;
	width: 40%;
	margin: .2em 0 0 0;
}

#big-search ol {
	list-style: none;
	margin: 10px 0 0 0;
}

#big-search #options ol li {
	padding: 13px 0 13px 50px;
	margin: 0 0 .5em 0;
}

#big-search #options ol li.item-1 {
	background: transparent url("../images/big.search.1.gif") no-repeat left center;
}

#big-search #options ol li.item-2 {
	background: transparent url("../images/big.search.2.gif") no-repeat center left;
}

#big-search #options ol li.item-3 {
	background: transparent url("../images/big.search.3.gif") no-repeat center left;
}

#big-search #submit-side {
	float: right;
	width: 254px;
	margin-top: 3em;
	text-align: center;
}

#featured-products {
	margin: 1em 0 0 0;
}

#featured-products h2 {
	margin: 0 0 .5em 0;
}

#featured-products div.product-image-container {
	height: 125px;
	text-align: center;
}

#featured-products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#featured-products ul li {
	padding: 0 .5em 0 0;
	float: left;
	width: 23%;
}

#featured-products ul h3 a {
	color: #1661be;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}

#featured-products li p {
	line-height: 150%;
	font-weight:normal;
	padding-top:10px;
}

#footer {
	clear: both;
	background: transparent url("../images/decoration/navigation.fade.gif") repeat-y right;
	text-align: center;
	padding: 1em;
	font-size: .9em;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


table.contact-form {
	width: 100%;
}

table.contact-form label {
	font-weight: bold;
}

table.contact-form td.field {
	width: 25%;
	text-align: right;
	padding: .2em .3em .2em 0;
}

table.contact-form input, table.contact-form select, table.contact-form textarea {
	width: 275px;
}

table.contact-form textarea {
	height: 200px;
}

table.contact-form input.submit {
	width: auto;
}

#affiliate-program {
	padding-top:20px;
	float:left;
	text-align:center;
}

#we-buy-remotes {
	padding-top:20px;
	float:right;
	text-align:center;
}

/**
 * Product Details
 */

#product-details h2 { /* $product.brief */
	font-size: .9em;
	font-weight: normal;
}

#product-details  #product-image { /* $product.photoImage */
	float: right;
}

#product-details  p.description { /* $product.description */
	line-height: 150%;
}

/**
 * Product List
 */

#product-list #results {
	list-style: none;
	width: 100px;
	float: left;
}

/* FAQ */

div.set {
	margin: 0 0 2em 0;
}

p.question {
	font-weight: bold;
	text-decoration: none;
	color: #1661be;
	cursor: pointer;
	margin: 0 0 .1em 0;
}

.answer {
	display: none;
}

/* Other */

div#menuList {
	background:#fff;
}

div#menuList {
	text-align:left;
	padding:5px;
	color:#295177;
}

div#menuList a {
	text-decoration:none;
}

div#menuList a:hover {
	text-decoration:underline;
}

#sidebar #minicart {
	background-color: #fff;
	margin: 0 0 5px 0;
	}

	#sidebar #minicart h5 {
		background-color: #fff;
	}

	#sidebar #minicart div.empty {
		text-align: center;
		padding: 5px 0 0 0;
		color: #216594;
		margin: 0 0 5px 0;
	}

		#sidebar #minicart div.products {
			padding: .5em .3em;
			margin: 0 0 0 0;
		}
			#sidebar #minicart div.products div.product {
				width: 100%;
				overflow: hidden;
				padding: .2em 0;
				border-width: 0;
				margin: 0 0 5px 0;
			}

				#sidebar #minicart div.products div.product ul,
				#sidebar #minicart div.products div.product h6 {
					width:100%;
					overflow:hidden;
				}

				#sidebar #minicart div.products div.product img.thumb {
					float: left;
					width: 40px;
					height: 40px;
					border: 1px solid #6ba9ce;
					background-color: #fff;
					padding: 5px;
				}

				#sidebar #minicart div.products div.product h6 a {
					font-size: 1.2em;
					font-weight: normal;
					color: #6ba9ce;
					text-decoration:none;
				}

				#sidebar #minicart div.products div.product h6 a:hover {
					text-decoration: underline;
				}

				#sidebar #minicart div.products div.product ul {
					margin: .3em 0 0 0;
					padding: 0;
					list-style: none;
				}

					#sidebar #minicart div.products div.product ul li {
						font-size: .8em;
						color: #666;
						margin: 0;
						padding: 0;
						list-style: none;
					}

					#sidebar #minicart div.checkout {
						text-align: center;
						padding: .2em 0;
					}

						#sidebar #minicart div.checkout img {
							border: 0;
						}

					#sidebar #minicart p.cart {
						text-align: left;
						padding: .2em 0;
						margin:0;
					}

						#sidebar #minicart p.cart a {
							color: #6ba9ce;
						}



#navigation-tree div.makes {
    margin: 0 0 2em 0;
    width: 100%;
    overflow: hidden;
}

#navigation-tree div.makes h3 {
    font-size: 1.6em;
    margin: 0 0 .3em 0;
}

#navigation-tree div.makes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.years-container {
    background-color: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 96%;
    overflow: hidden;
    padding: 1% 2%;
}

#navigation-tree div.makes div.years {
    float: left;
    width: 33%;
    margin: .5em 0 1em 0;
}   

    #navigation-tree div.makes div.years h4 {
        font-weight: bold;
        font-size: 1.2em
    }

#navigation-tree div.makes ul.models {
    margin: 0 0 .5em 0;
    font-size: .8em;
}

#navigation-tree div.makes ul.models a {
    border-bottom: 1px solid #ccc;

