@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(/img/bg.jpg) repeat-x;
	margin: 25px 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
.ht #container { 
	width: 970px;
	background: #FFF url(/img/content_bg.png);
/*	margin: 0 auto; */
	border: 5px solid #000000;
	text-align: left;
} 
.ht #header { 
	background: #000 url(/img/header.jpg); 
	padding: 0;
	height: 113px;
} 
.ht #header img{ 
	width: 300px;
	height: 113px;
/*	float: left; */
	border-style: none;
	margin-right: 510px;
	position: relative;
} 
.ht #header #cart {
	font-size: 11px;
	float: left;
	margin-top: 90px;
}
.ht #header #cart a:link,
.ht #header #cart a:visited,
.ht #header #cart a:active {
	color: white;
}
.ht #header #cart a:hover {
	text-decoration: underline;
}
.ht #left_sidebar {
	float: left;
	width: 175px;
	padding: 0;
}
.ht #right_sidebar {
	float: right;
	width: 175px;
	padding: 0;
}
.ht #main { 
	margin: 0 0 0 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.ht #footer { 
	padding: 0 10px 0 20px;
	background:#000;
	height: 75px;
} 
.ht #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @group RIGHT SIDE BAR */

#right_sidebar .sale_product {
	text-align: center;
	background-color: white;
	margin: 10px;
	font-size: 13px;
	padding-bottom: 10px;
}



#right_sidebar .sale_product h5 {
	text-align: left;
	color: #f9ffc5;
	font-size: 10px;
	background-color: #831616;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
}

#right_sidebar a:link,
#right_sidebar a:visited,
#right_sidebar a:active {
	color: maroon;
}

#right_sidebar a:hover {
	text-decoration: underline;
}

/* @end */

/* @group LEFT SIDE BAR */

#left_sidebar .new_product {
	text-align: center;
	background-color: white;
	margin: 10px;
	font-size: 13px;
	padding-bottom: 10px;
}

#left_sidebar .new_product img {
	padding-top: 5px;
}

#left_sidebar .new_product h5 {
	text-align: left;
	color: #f9ffc5;
	font-size: 10px;
	background-color: #831616;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
}

#left_sidebar a:link,
#left_sidebar a:visited,
#left_sidebar a:active {
	color: maroon;
}

#left_sidebar a:hover {
	text-decoration: underline;
}

.ht #left_sidebar #nav .nav_group,
.ht #left_sidebar #filter .nav_group {
	margin-bottom: 5px;
	background-image: url(/img/sub_button_bg.png);
}

#left_sidebar #nav .nav_group a:link,
#left_sidebar #nav .nav_group a:visited,
#left_sidebar #nav .nav_group a:active {
	color: #e9eae5;
	font-size: 11px;
/*	text-transform: uppercase; */
	width: 175px;
}

#left_sidebar #nav .nav_group a:hover {
	text-decoration: underline;
}

#left_sidebar #nav .nav_group li,
#left_sidebar #filter .nav_group li {
	color: #ffffcc;
/*	list-style-type: none; */
	border-bottom: 1px solid #954437;
}

#left_sidebar #nav .nav_group p {
	background-image: url(/img/button_bg.png);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#left_sidebar #filter .nav_group p {
	font-weight: bold;
	color: #e9eae5;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(/img/button_bg.png);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#left_sidebar #nav .nav_group li a:link,
#left_sidebar #nav .nav_group li a:visited,
#left_sidebar #nav .nav_group li a:active,
#left_sidebar #filter .nav_group li a:link,
#left_sidebar #filter .nav_group li a:visited,
#left_sidebar #filter .nav_group li a:active {
	color: #ffc;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left_sidebar #nav .nav_group li a:hover {
	text-decoration: underline;
}

#nav {
	padding: 0;
	margin: 0;
}

#footer {
	color: white;
}

/* @end */

/* @group CONTENT */

.ht #content { 
	margin: 0 180px;
	padding: 0px;
	min-height: 600px;
}

* html .ht #content { 
	height: 600px;
}

.ht #main { 
	padding: 15px;
}

* html .ht #main { 
	padding: 10px;
	padding-top: 15px;
}

#main #product {
	margin-right: 50px;
}

#main #image_display {
	width: 265px;
}

#main .product p {
	text-align: center;
}

#main p {
	color: #330;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 1em;
}

/* @group BREADCRUMBS */

.ht #main #breadcrumbs {
	color: gray;
	margin-bottom: 10px;
	font-size: 11px;
}

.ht #main #breadcrumbs a:link,
.ht #main #breadcrumbs a:visited,
.ht #main #breadcrumbs a:active {
	color: maroon;
}

.ht #main #breadcrumbs a:hover {
	text-decoration: underline;
}



/* @end */

/* @group H */

#main h1 {
	color: #330;
	font-size: 25px;
	margin-bottom: 15px;
	clear: none;
	float: left;
}

#main h1.product {
	margin-bottom: 5px;
	float: none;
}

#main h2 {
	color: #5e1010;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
}

#main h3 {
	color: #330;
	font-size: 13px;
}

#main h4 {
	color: maroon;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}



/* @end */

#add_to_cart {
	float: right;
}

#price {
	margin-bottom: 10px;
}

#description {
	margin-bottom: 10px;
}

#description p {
	text-align: justify;
}

/* @group PRICE */

#price_cart {
	margin-bottom: 10px;
}

#price_cart p.price {
	color: #060;
	font-weight: bold;
	font-size: 15px;
}

#price_cart .price_strikethrough {
	color: #999;
	text-decoration: line-through;
	font-size: 15px;
}

#price_cart .sale_price {
	color: #900;
	font-weight: bold;
	font-size: 15px;
}



/* @end */

/* @group FEATURES */

#main #features {
	margin-top: 10px;
}

#main #features h3 {
	margin-bottom: 5px;
}

#main #features ul li {
/*
	list-style-type: disc;
	list-style-position: inside;
*/
	font-size: 11px;
	margin-bottom: 5px;
}



/* @end */

/* @group OPTIONS */

#main #options {
	margin-top: 10px;
}

#main #options h3 {
	margin-bottom: 5px;
}

#main #options ul li {
/*
	list-style-type: disc;
	list-style-position: inside;
*/
	font-size: 11px;
	margin-bottom: 5px;
}

/* @end */

/* @group COLORS */

#main .colors {
	margin-top: 10px;
	width: 250px;
	display: block;
}

#main .colors h3 {
	margin-bottom: 5px;
}

#main .colors ul li {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid silver;
/*	display: inline-block; */
}

#main .colors img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid silver;
	display: inline-block;
}

/* @end */

/* @group CART */

#option_form,
#edit_form {
	margin-top: 15px;
}

#option_form li,
#edit_form li {
	font-size: 11px;
	padding: 0 5px 10px;
}

#color_form {
	padding-top: 15px;
}

#color_form .cart_color,
.cart_item .cart_color,
#edit_form .cart_color {
	width: 25px;
	height: 25px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.cart_item .cart_color {
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;
	float: none;
}

#add_to_cart {
	text-align: right;
}

#add_to_cart #quantity {
	margin-bottom: 5px;
	font-size: 13px;
}

#add_to_cart #quantity input {
	width: 25px;
}

.cart {
	width: 100%;
}

.cart th {
	border-bottom: 1px solid #ccc;
	color: #330;
	padding-bottom: 5px;
	font-size: 11px;
}

.cart td {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.cart_item {
	font-size: 11px;
}

#total {
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

#total p {
	font-size: 13px;
	text-align: right;
}

/* @end */

#product_spacer {
	height: 10px;
	width: 500px;
	color: white;
	background-color: maroon;
}

/* @group PAGINATION */

#pagination {
	clear: both;
	font-size: 11px;
}

#pagination a:link,
#pagination a:visited,
#pagination a:active {
	color: #060;
}

#pagination a:hover {
	text-decoration: underline;
}



/* @end */

/* @group CATEGORIES */

#categories_list {
	border: 5px solid maroon;
	padding: 15px;
	margin-bottom: 30px;
}
 
#categories_list a:link,
#categories_list a:visited,
#categories_list a:active {
	color: #330;
}

#categories_list a:hover {
	color: #330;
	text-decoration: underline;
}

#categories_list .category {
	font-weight: bold;
	float: left;
	width: 120px;
	height: 15px;
}

#categories_list table {
	width: 100%;
}

#categories_list table td {
	width: 25%;
	font-weight: bold;
	font-size: 12px;
}



/* @end */

/* @group PRODUCTS LIST */

.starting {
	color: maroon;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 3px;
}

.retail {
	color: gray;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

.also {
	color: gray;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#products_list{
	color: #330;
}

#home_list .product {
	height: 225px;
	width: 180px;
	color: #330;
	font-size: 11px;
	float: left;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #dadac0;
	border-top-width: 5px;
}

#home_list .product a:link,
#home_list .product a:visited,
#home_list .product a:active {
	color: #444307;
	text-decoration: underline;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#home_list .product img {
	padding: 15px;
}

#products_list .product {
	height: 275px;
	width: 240px;
	color: #330;
	font-size: 11px;
	float: left;
	margin-right: 7px;
	text-align: center;
	margin-bottom: 7px;
	border: 1px solid #dadac0;
	border-top-width: 5px;
}

#products_list .product img {
	padding: 15px;
}

#products_list .product .price {
	color: #060;
	font-weight: bold;
}

#products_list .product .price_strikethrough {
	color: #999;
	text-decoration: line-through;
}

#products_list .product .sale_price {
	color: #900;
	font-weight: bold;
}

.product a:link,
.product a:visited,
.product a:active {
	color: #444307;
	text-decoration: underline;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#product a:hover {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	
}



/* @end */

.ht #search {
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #831616;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

.ht #search .input_button 
{
	color: #fff;
	cursor: pointer;
	cursor: hand;
	border: 2px solid #fff;
	background-color: #000;
	padding: 5px 15px;
	margin-top: 5px;
}

#shopBanner {
	padding-left: 50px;
	background-color: gray;
}

#main form {
/*	text-align: center; */
}

div.footerLinks {
    font-size: 13px;    
    font-weight: bold;
    text-align: center;
}

a.footerLinks {
    color: #ffffff;
}

.pageHeader {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 6px;
}


.categoryDescription {
    font-size: 15px;
    padding-bottom: 20px;
}

.product_name {
    padding-top: 4px;
    font-weight: bold;
    padding-bottom: 6px;
}

a.product_name {
    color: #000000;
}

.product_retail {
    font-size: 13px;
    font-weight: bold;
    color: #6f6f6f;
    text-decoration: line-through;
}

.product_price {
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
    padding-bottom: 14px;
}
    
.productDescription 
{
    padding-top: 14px;
    font-size: 13px;   
}

.formField {
    text-align: right;
    font-weight: bold;
}



/* @end */
