/* @group Layout */

html,body {
	margin:0;
	padding:0;
}

body {
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;
/*	background: url(/images/background.png) repeat-x top;*/
  background: white url( "../images/knuckmotor.jpg" ) center 20px no-repeat scroll;
	padding-top: 10px;
}

#header {
	height: 113px;
}
#header h1 {
	float: left;
	height:94px;
	width: 159px;
	margin: 0;
	background: url("../images/top1.gif") bottom left no-repeat;
}
#header h1 a {
	display: block;
	width: 159px;
	height: 94px;
}
#header ul {
	list-style: none;
	margin: 0;
	padding-left: 200px;
}
#header li {
	float: left;
	text-align: center;
	background: url("../images/tab.gif") top left no-repeat;
	width: 125px;
	height: 19px;
}
#header li a {
	color: #000;
	font-weight: bold;
}
#tagline {
	height: 94px;
	margin: 0 0 0 159px;
	background: url("../images/top2-long.gif") bottom left no-repeat;
}
#contentleft {
	float: left;
	text-align: left;
}
#container {
	text-align: left;
	background-color: transparent;
	border: 1px solid #000; 
	width: 960px;
}
#content p {
	line-height:1.4;
}
#content h2 {	
	padding: 3px;
	margin: 10px 0px;
	text-align: center;
	border: 1px solid #000;
	font-size: 1.2em;
	background: url("../images/header-tile.gif") repeat-x top;
}
#content h2 a {
	color: #000;
}
.desc p {
	text-align: center;
}

#extra {
	background:#FF8539;
}
#footer {
	border-top:1px solid #000;
	background: #fff;
	color: #000;
	text-align: left;
}
#footer p {
	margin:0;
	padding:5px 10px;
}
#footer a {
	padding:0;
}
#container {`
	width:960px;
	margin:0 auto;
}
#content {
	float:right;
	width:740px;
	padding: 0px 10px 10px 0px;
}

#navigation {
	float:left;
	width:200px;
}
#navigation .sidebar {
	text-align: justify;
	margin: 10px 0 25px 0;
}
#navigation h3 {
	width: 170px;
	padding: 3px 3px 3px 3px;
	margin: 5px 10px 5px 10px;
	text-align: center;
	border: 1px solid #000;
	background: url("../images/header-tile.gif") repeat-x top;
	font-size: 1.2em
} 
#navigation li { 
	list-style-image: url("../images/arrow.gif");
}
#navigation .noimage {
	list-style: none;
	padding-left: 12px;
}
#navigation .noimage li{
	list-style-image: none;
}

#navigation li a { 
	color: #000000; 
}
#navigation li a:hover { 
	text-decoration:none; 
}
#navigation li ul {
	padding-left: 10px;
}
#navigation #categories li {
	line-height: 2em;
	font-size: 16px;
}

#cart {
	width:200px;
}
#cart p {
	text-align: right;
	font-weight: bold;
}
body#cart #cart {
	display: none;
}
#extra {
	clear:both;
	width:100%;
}

#customers {
	width: 300px;
	float: left;
	margin-left: 50px;
}
#guests {
	width: 300px;
	float: left;
	margin-right: 50px;
}
/* @end */

/* @group Notifications */

#errorExplanation {
	border: 1px solid red;
}
#errorExplanation h2 {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #B60000;
	border-left: none;
	background: url(none) #B60000;
	margin-top: 0px;
	color: yellow;
}
.fieldWithErrors {	
}
.fieldWithErrors input {
	border: 2px solid #B60000;
}
.fieldWithErrors textarea {
border: 2px solid #B60000;
}

#flash {
	text-align: center;
	margin: 10px;
	font-size: 14px;
	line-height: 18px;
}
#flash.notice {
	border: 2px solid #fc0;
	background: #fcfce1;
}
#flash.error {
	border: 2px solid #fc0;
	background: #;
}



/* @end */

/* @group Typography */

a:link { 
	color: #ff8e43; /* orange */
}
a:visited {
	color: #e26918; /* dark orange */
}
a:hover {
	color: #ff8e43; /* orange */
	text-decoration: none;
}
a:active {
	color: #ff8e43; /* orange */
}
p {
	margin:0 10px 10px;
}

p.tagline {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
	text-align: center;
}
p.actions {
	float: left;
}
p#activity {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

/* @end */

/* @group Invoice Formatting */

body#orders.invoice #contact_info, #shipping_info, #billing_info {
	float: left;
	margin-left: 25px;
}



/* @end */

/* @group Shipping Rates */

body#page.shipping_rates #content h3 {
	text-align: center;
}
table.shipping {
	margin: 0 auto;
	width: 450px;
}
body#page.shipping_rates #content p {
	margin: 10px auto;
	width: 450px;
}
body#page.shipping_rates #content hr {
	width: 600px;
}



/* @end */

/* @group Tech Articles */
#tech_article .issue {
	float: left;
}
#tech_article .date {
	float: right;
}
#tech_article h3 {
	clear: both;
	margin-top: 15px;
	text-align: center;
	text-decoration: underline;
}
#tech_article table {
	margin: 0 auto;
}
#tech_article th {
	text-align: left;
}
#tech_article ol li {
	margin-bottom: 10px;
}
#tech_article li p {
	margin-left: 0;
	margin-right: 0;
}
#tech_article .tech_image {
	text-align: center;
}
#tech_article .tech_image img {
	border: none;
}

#model_numbers {
	width: 500px;
}
#model_numbers td {
	vertical-align: top;
}

/* @end */

/* @group Category Display */

#related_cats {
	padding: 0 15px;
	margin: 20px; 
	border: 2px #ccc solid; 
	background: #F0F0F0;
}
#related_cats li {
	font-size: 120%;
}
#related_cats .desc {
	margin-left: 7px;
}



/* @end */

/* @group Miscellaneous */

.hide  {
	display: none;
}

.required {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pagination {
	text-align: center;
	padding: .3em;
}
.pagination div {
	margin-bottom: .5em;
}
.pagination a, .pagination span {
	padding: .2em .5em;
}
.pagination span.disabled {
	color: #AAA;
}
.pagination span.current {
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-color: #e4d2be;
}
.pagination a {
	border: 1px solid #DDDDDD;
	color: #0063DC;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
	border-color: #003366;
	background: #0063DC;
	color: white;
}
.pagination .page_info {
	color: #aaa;
	padding-top: .8em;
}
.pagination .prev_page, .pagination .next_page {
	border: 1px solid #DDDDDD;
	border-width: 2px;
}
.pagination .prev_page {
	margin-right: 1em;
}
.pagination .next_page {
	margin-left: 1em;
}

#revision, #aa-ok {
	float: right;
}

#specials {
	margin-top: 50px;
}



/* @end */
li ul.nubbin, li .text {
	float: left;
}
li.user, li.category, li.product, ul#uncategorized li {
	list-style: none;
	margin: 10px 0;
}
ul#uncategorized li {
	font-size: 1.2em;
	font-weight: bold;
}
ul.sub_category, ul.nubbin {
	padding: 0;
}
ul.nubbin li {
	display: inline;
	list-style: none;
	margin-right: 3px;
}
ul.nubbin img.drag_handle {
	cursor: move;
}
li.category .text, li.product .text {
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
li.sub_category .text {
	margin-left: 25px;
}
table.list, table.products {
	width: 95%;
	margin: auto;
	padding: 5px;
}
table.products th.image {
	width: 125px;
}
table.products th.sku {
	width: 50px;
}
table.products th.desc {
	width: 300px;
}
table.products th.price {
	width: 50px;
}
tr {
	margin: 0;
}
li.odd, tr.odd {
	background: #F0F0F0;
}
li.even, tr.even {
	background: #E0E0E0;
}
th {
	text-align: center;
}
th.actions {
	width: 70px;
}
td {
	vertical-align: center;
}
.subtotal, .discount, .shipping, .tax, .total {
	text-align: right;
	font-weight: bold;
}
.discount {
	color: red;
}
tr.subcat td.name {
	padding-left: 15px;
}
table.product_details {
	width: 350px;
}
table.product_details td input {
	padding-right: 3px;
	text-align: right;
}
fieldset {
	margin: 15px 0;
}
a img {
	border: none;
}
.image {
	float: left;
	margin: 10px;
}
.image img {
	border: 1px solid #FF8E43;
}
.image.center {
	float: none;
	text-align: center;
	margin: 10px;
}
span#no_price {
	color: red;
}
fieldset#billing-address {
	width: 325px;
	float: left;
	margin-right: 10px;
}
fieldset#shipping-address {
	width: 325px;
	float: right;
	margin-left: 10px;
}
#use-billing-address {
	padding-top: 10px;
	text-align: center;
	border: 1px solid #F96;
	background: #FFEFEB;
}
.announce {
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
