/*
 * Main Styles BEGIN
 */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url('/storefront-files/images/page-bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #717070;
	line-height: 1.5;
	text-align: center;
}
#container {
	position: relative;
	width: 940px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url('/storefront-files/images/header-logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#maincontent {
	background-color: #FFF;
	text-align: left;
	margin-top: 4px;
}
#footer {
	background-color: #bebebe;
	padding: 10px;
	margin-top: 5px;
}
#footer p {
	font-size: 80%;
	margin: 0;
}
#cartbar {
	float: right;
	display: block;
	height: 52px;
	text-align: right;
	padding-right: 10px;
	width: 180px;
	font-size: 90%;
}
#cartbar a {
	color: #666;
}
#searchbar {
	text-align: right;
	padding-right: 10px;
	width: 274px;
	height: 28px;
	margin-bottom: 24px;
	float: right;
	background-image: url('/storefront-files/images/search-bg.jpg');
}
#searchbar input[type="text"] {
	border: none;
	background-color: #eaeaea;
	width: 160px;
	float: left;
	margin-left: 17px;
	margin-top: 7px;
	height: 14px;
}
#nav {
	width: 940px;
	margin: 0;
	clear: both;
	line-height: 1.1;
	font-size: 90%;
}
#nav td {
	vertical-align: middle;
	height: 50px;
	text-align: center;
	padding: 0px 20px;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
#nav .first {
	border-left: 1px solid #d3d3d3;
}
#nav td a {
	color: #fff;
	font-size: 93%;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	outline: 0;
}

#nav td:hover {
	background-color: #578ec2;
	cursor: pointer;
}

#nav td.sel, #nav td.sel a {
	background-color: #72a4d3;
}
#intropic {
	height: 320px;
	width: 940px;
	margin-bottom: 6px;
}

#subnav {
	margin: 0;
	padding: 0;
	margin-top: -2px;
}
#subnav li
{
	width:230px;
	float:left;
	display:inline;
	color:#FFF;
	overflow:hidden;
	background-color:#fff;
	padding: 0;
	overflow:hidden;
	text-align: left;
	margin-left: 4px;
}
#subnav li a:hover strong
{
	text-decoration:underline !important;
}
#subnav li strong
{
	cursor:pointer;
}
#subnav li a
{
	margin:0;
	padding:0 10px;
	width:210px;
	height: 100px;
	position:relative;
	color:#fff;
	display:block;
	text-decoration:none;
	overflow:hidden;
}
#subnav li.about
{
	background-color:#5689b9;
	color:#fff;
}
#subnav li.about strong
{
	background-color:#1c4973;
}
#subnav li.gallery
{
	background-color:#b9a156;
	color:#fff;
}
#subnav li.gallery strong
{
	background-color:#806512;
}
#subnav li.custom
{
	background-color: #47a15c;
	color: #FFF;
}
#subnav li.custom strong {
	background-color: #166729;
}
#subnav li.contact
{
	background-color: #636069;
	color: #FFF;
}
#subnav li.contact strong {
	background-color: #27144d;
}
#subnav strong
{
	border-bottom: 1px solid #fff;
	font-weight: bold;
	width: 220px;
	display: block;
	padding: 3px 10px;
	margin: 0 0 -10px -10px;
}
#thin-line-a {
	border-bottom: 1px solid #b2b2b2;
	width: 698px;
	float: left;
	height: 1px;
	margin: 5px 4px 0 4px;
}
#thin-line-b {
	border-bottom: 1px solid #b2b2b2;
	width: 230px;
	float: right;
	height: 1px;
	margin: 5px 4px 0 0;
}
#newsletter {
	float: right;
	width: 210px;
	display: inline;
	background-color: #0055a5;
	color: #FFF;
	padding: 10px;
	margin: 5px 4px 5px 20px;
}
#newsletter p {
	margin: 0;
}
#competition {
	clear: right;
	float: right;
	width: 210px;
	display: inline;
	background-color: #cc9900;
	color: #FFF;
	padding: 10px;
	margin: 0 4px 5px 20px;
}
#competition p {
	margin: 0;
}
.comp-button {
	padding: 10px 0;
	text-align: center;
}
#content {
	padding: 15px;
	min-height:580px;
  height:auto !important;
  height:580px;
	margin-right: 2px;
}
#content h1 {
	font-size: 130%;
	margin-top: 100px;
}

#breadcrumb {
	border-top: 1px dotted #eaeaea;
	border-bottom: 1px dotted #eaeaea;
	font-size: 85%;
}
#breadcrumb a {
	text-decoration: none;
}

.CategoryName {
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #e3b036;
	padding: 10px;
	margin-top: 10px;
}
.CategoryDescription {
	font-size: 80%;
	color: #666;
	/*background-color: #eee;*/
	font-weight: bold;
	/*padding: 10px;*/
}
.ProductName {
	font-weight: bold;
	margin-bottom: 10px;
	/*background-color: #dadada;*/
	background-color: #6898c5;
	padding: 10px;
	margin-top: 10px;
	font-size: 90%;
}
.ProductDescription {
	font-size: 80%;
	color: #666;
	background-color: #eee;
	padding: 10px;
}

/*
 * Sub Category Styling
 */
#categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories li {
	display: inline;
	width: 195px;
	height: 215px;
	border: 1px solid #666;
	float: left;
	margin: 20px 15px 0px 15px;
	/*background-color: #eaeaea;*/
	background-color: #6898c5;
	text-align: center;
}
#categories img {
	border: 1px dotted #999;
	margin-top: 8px;
}
#categories a {
	font-size: 80%;
	text-decoration: none;
	color: #FFF;
}

/*
 * Product List Styling
 */
#productlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#productlist li {
	display: inline;
	width: 175px;
	height: 195px;
	border: 1px solid #666;
	float: left;
	margin: 20px 15px 0px 15px;
	background-color: #eaeaea;
	text-align: center;
	padding: 10px;
}
#productlist img {
	border: 1px dotted #999;
}
#productlist a {
	font-size: 80%;
	text-decoration: none;
	color: #FFF;
}

/*
 * Product List Styling
 */

.ProductDescription {
	width: 660px;
	float: right;
	min-height: 220px;
	border: 1px solid #000;
}
.ProductDetailsHeading, .ProductOptionsTitle {
	font-weight: bold;
	font-size: 120%;
	color: #000;
	margin: 0;
	padding: 0;
}
#product-images {
	width: 180px;
	min-height: 200px;
	background-color: #f6f6f6;
	padding: 20px;
	float: left;
	border: 1px solid #000;
}
/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    height: 20px;
    vertical-align: bottom;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/**************************************************
    ProductListSorter 
    
***************************************************/
div#product-list-sorter, div#product-list-sorter ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#product-list-sorter ul li {
	display: inline;
    padding: 0px;
    margin: 5px;
}

div#product-list-sorter ul li a {
    color: #5A3333;
}

div#product-list-sorter ul li a:HOVER {
    color: #666666;
}

.question {
	font-weight: bold;
	font-size: 105%;
}
.hint {
	margin: -10px 0 0 50px;
	padding: 0;
	color: #999;
	font-size: 80%;
}
.comp-text-field {
	height: 40px;
	width: 500px;
	border: 4px solid #ebebeb;
	font-size: 120%;
	color: #666;
	margin-left: 50px;
	padding-left: 15px;
}
#delivery {
	padding: 5px 5px 5px 45px;
	margin: 0px;
	line-height:35px;
	height:35px;
	width:150px;
	color:#000;
	background: url('/storefront-files/images/delivery.jpg') 5px 5px no-repeat;
	font-size: 90%;
	font-weight: 800;
	float: right;
	clear: both;
}
#assembly {
	padding: 5px 5px 5px 45px;
	margin: 0px;
	line-height:35px;
	height:35px;
	width:150px;
	color:#000;
	background: url('/storefront-files/images/assembled.jpg') 5px 5px no-repeat;
	font-size: 90%;
	font-weight: 800;
	float: right;
	clear: both;
}
#outdoor {
	padding: 5px 5px 5px 45px;
	margin: 0px;
	line-height:35px;
	height:35px;
	width: 150px;
	color:#000;
	background: url('/storefront-files/images/outdoor.jpg') 5px 5px no-repeat;
	font-size: 90%;
	font-weight: 800;
	float: right;
	clear: both;
}
.option-checkbox {
	width: 200px;
	/*background-color: #fafafa;*/
	background-color: #6898c5;
	border: 1px solid #efefef;
	margin: 5px;
	padding: 3px;
	float: left;
	font-size: 75%;
	color: #FFF;
}

/* Carousel Text Styling */
.car-cat-title {
	font-size: 65%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
.car-prod-title {
	font-size: 60%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#swatchtypes {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#swatchtypes li {
	display: inline;
	padding: 0 5px;
}
#swatchtypes img {
	cursor: pointer;
}
#clearswatches {
	cursor: pointer;
}
#prodaddedmessage {
	float:left;
	padding: 10px;
	font-weight:bold;
	position:relative;
	background-color: #FC0;
	border: 2px solid #666;
	margin-top: 10px;
}
