﻿html { margin: 0px; padding: 0px; }

strong
{
    font-weight: bold;
}

a
{
    color: #c2b098;
    text-decoration: none;
}

body {
	margin: 0px; 
	padding: 0px;
	color: #c2b098;
	font: .9em Verdana;
	text-align: center;
	background-color: #544736;
	
}

h1, h2, h3, h4, h5
{
    font-family: Georgia;
}

textarea, input
{
    padding: 3px;    
}


/* basic selectors */
th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}

ol
{
    padding: 0px 0px 0px 20px;
}

ol li
{
    list-style-type: decimal;
}

#Logo a
{
    width: 277px;
    height: 77px;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: -10000px;
    display: block;
    margin: 0;
    
}

#Twitter
{
    width: 175px;
    height: 73px;
    background-image: url(images/followus.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -10000px;
    display: block;
    margin: 0px;
}

#FaceBook
{
    width: 175px;
    height: 80px;
    background-image: url(images/facebook.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-indent: -10000px;
    display: block;
    margin: 0px;
}

#ctl00_ctl00_imgFreeDelivery
{
    margin: 0px 0px 0px 0px;
}

h1 {
	color: #c2b098;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	font-size: 2.0em;
}

h2 {
	color: #c2b098;
	font-size: 1.8em;
}

h2.yourcart
{
    margin: 0px 0px 20px 0px;
}

h3 {
	color: #c2b098;
	font-size: 1.6em;
}

#LatestProducts
{
    display: block;
    width: 164px;
    height: 20px;
    background-image: url(images/back_latestProducts.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -10000px;
}

.pnp
{
    float: left;
    color: #c2b098; 
    font-size: 0.8em;
    margin-left: 10px;
    margin-top: 6px;
}

h4 {
	color: #c2b098;
	font-size: 1.4em;
}

h5 {
	color: #c2b098;
	font-size: 1.2em;
}

h6 {
	color: #c2b098;
	font-size: 1.0em;
}

img { border: 0px; }
hr 
{
    color: #fafafa; 
    height: 1px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
}
table { font-size: 100%; }
code { color: white; font: 100% "Courier New", Courier, monospace }
form { margin: 0px; padding: 0px; }

p{
    margin-bottom: 20px;
}

ul li
{
    list-style-type: disc;
}

ul
{
    margin-left: 20px;
}

#Menu1
{
    position: absolute;
    top: 0px;
    left: 700px;
    background-image: url(images/back_menu1right.gif);
    background-repeat: no-repeat;
    background-position: top right;
    font-family: Arial;
    font-size: 0.75em;
}

#Menu1 ul
{
    margin: 0px;
    height: 34px;
    background-image: url(images/back_menu1left.gif);    
    background-repeat: no-repeat;
    background-position: top left;
    
}

#Menu1 ul li
{
    list-style: none;
    float: left;
    margin: 10px 10px 0px 0px;
}

#Menu1 ul li.first
{
    margin: 10px 10px 0px 40px;
}

#ContentMenu
{
    position: absolute;
    top: 70px;
    left: 440px;
    float: left;
}

#ContentMenu ul
{
    padding: 0px;
    margin: 0px;
    float: left;
}

#ContentMenu ul li
{
    list-style: none;
}

#ContentMenu ul li 
{
    float: left;
    margin: 0px 0px 0px 0px;
}

#ContentMenu a.home
{
    background-image: url(images/menusprite.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    width: 83px;
    height: 50px;
    text-indent: -10000px; 
}

#ContentMenu a:hover.home
{
    background-position: 0px -50px;
}

#ContentMenu a.aboutUs
{
    background-image: url(images/menusprite.gif);
    background-repeat: no-repeat;
    background-position: -83px 0px;
    display: block;
    width: 110px;
    height: 50px;
    text-indent: -10000px;
}

#ContentMenu a.aboutUs:hover
{
    background-position: -83px -50px;
}

#ContentMenu a.ourBlog
{
    width: 110px;
    height: 50px;
    background-image: url(images/menusprite.gif);
    background-repeat: no-repeat;
    background-position: -193px 0px;
    display: block;
    text-indent: -10000px;
}

#ContentMenu a.ourBlog:hover
{
    background-position: -193px -50px;
}

#ContentMenu a.links
{
    width: 80px;
    height: 50px;
    background-image: url(images/menusprite.gif);
    background-repeat: no-repeat;
    background-position: -303px 0px;
    display: block;
    text-indent: -10000px;
}

#ContentMenu a.links:hover
{
    background-position: -303px -50px;
}

#ContentMenu a.contactUs
{
    width: 114px;
    height: 50px;
    background-image: url(images/menusprite.gif);
    background-repeat: no-repeat;
    background-position: -383px 0px;
    display: block;
    text-indent: -10000px;
}

#ContentMenu a.contactUs:hover
{
    background-position: -383px -50px;
}

#BreadCrumb
{
    font-size: smaller;
    padding: 10px;
    font-family: Arial;
    background-color: white;
    color: #30271b;
    background-image: url(images/back_breadcrumb.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

#BreadCrumb a
{
    color: #30271b;
}

.home #BreadCrumb
{
    display: none;
}

#BreadCrumb .title
{
    font-weight: bold;
}

#WholePage
{
    width: 970px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
    background-color: #544736;
}

#WholePageInner
{
    padding: 0px 10px 0px 10px;
}

#WholePage #Header
{
    position: relative;
    margin: 0px 0px 0px 0px;
    height: 120px;
    width: 950px;
    overflow: hidden;
}

#WholePage #Col1
{
    width: 200px;
    float: left;
}

#WholePage #Col2
{
    width: 750px;
    float: right;
}

#WholePage #Col2Inner
{

}

.home #WholePage #Col2Inner
{
    background: none;
}

#WholePage #Col1 h3
{
    margin: 10px 0px 5px 0px;
}

#HeaderImage
{
}

#HeaderImage img
{
    margin: 10px;
}

#HomePageArticles
{
    clear: both;
    float: left;
}

#HomePageArticles a
{
    color: #3e3324;
    font-weight: bold;
}

#HomePageArticles ul
{
    padding: 0px;
    margin: 0px;
    
}

#HomePageArticles ul li
{
    background-color: White;
    margin: 15px 0px 15px 0px;
    list-style: none;
    position: relative;
    padding: 10px;
}

#HomePageArticles ul li .content
{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #3e3324;
    padding: 40px;
    font-family: Garamond;
    font-size: 120%;
    text-shadow: black 0.05em 0.05em 0.5em;
}

#HomePageArticles .article30 a
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 730px;
    height: 200px;
    text-indent: -10000px;
}

#HomePageArticles .article30 h3
{
    text-indent: -10000px;
}

#HomePageArticles ul li .content h3
{
    color: White;
}

#HomePageArticles ul li .content a
{
    color: White;
    text-decoration: underline;
}

#HomePageArticles ul li .image
{

}

#CategoryRotator
{
    background-image: url(images/back_catsBar.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    width: 100%;
}

#CategoryRotator #HomeImageHolder
{
    width:750px;
    height: 300px;
    background-color: White;
}

#CategoryRotator #HomeImageHolder img
{
    padding: 10px;
}

#CategoryRotator .homeCat
{
    float: left;
    margin: 0px 0px 0px 0px;
    margin: 0px;
    cursor: pointer;
    background-image: url(images/back_catsBarItem.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

#CategoryRotator .homeCat h3
{
    padding: 8px 20px 8px 20px;
}

#CategoryRotator .homeWedding
{
    background-image: url(images/back_homeWedding.gif);
}

#CategoryRotator .selectedHomeWedding
{
    background-image: url(images/back_catsBarSelected.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-left: 2px solid white;
    border-right: 2px solid white;
    color: #333333;
}

#CategoryRotator .homeWedding h3
{
    padding: 8px 0px 8px 0px;
    text-align: center;
    width: 188px;
    color: White;
}

#CategoryRotator .selectedHomeWedding h3
{
    padding: 8px 0px 8px 0px;
    text-align: center;
    width: 184px;
    color: #333333;
}

#CategoryRotator .homeCat h3
{
    font-size: 1.4em;
}

#CategoryRotator .selected
{
    background-image: url(images/back_catsBarSelected.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-left: 2px solid white;
    border-right: 2px solid white;
    color: #333333;
}

#CategoryRotator .selected h3
{
    color: #333333;
    padding: 8px 18px 8px 18px;
}

#TopManufacturers
{
    margin: 0px 0px 0px 0px;
    clear: both;
}

#TopManufacturers div.homeManufacturer
{
    list-style: none;
    float: left;
    width: 255px;
    height: 255px;    
}

#TopManufacturers div.position2
{
    width: 240px;
}

#TopManufacturers div.position5
{
    width: 240px;
}

#TopManufacturers div.homeManufacturer .image
{
    padding: 10px;
    background-color: White;
    float: left;
    cursor: pointer;
}

#TopManufacturers div.homeManufacturer .text
{
    display: none;
}

#SearchBar
{   
    display: block;
    width: 200px;
    height: 60px;
    position: relative;
	font-size: 0.9em;
	background-image: url(images/back_search.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#SearchBar input
{
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 197px;
    border: none;
    background: none;
}

#SearchBar a
{
    display: block;
    position: absolute;
    top: 7px;
    left: 158px;
    width: 36px;
    height: 27px;
    text-indent: -10000px;
    background-image: url(images/btnSearch.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#CategoryMenu
{
    padding: 0px 10px 0px 10px;
}

#CategoryMenu .catId163
{
    background-color: #a10404;
    padding: 2px;
}

#CategoryMenu .catId163 a
{
    font-family: Garamond;
    background-color: #d40000;
    font-weight: bold;
    font-size: 1.3em;
    color: White;
    padding: 2px 5px 2px 5px;
}

#CategoryMenu .catId163 a:hover
{
    background-color: #a10404;
}

#CategoryMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#CategoryMenu ul li
{
    list-style: none;
    margin: 0px 0px 0px 0px;        
    font-size: 0.9em; 
}

#CategoryMenu ul li a
{
    display: block;
    padding: 2px 0px 2px 0px;
}

#CategoryMenu ul li a:hover
{
    background-color: #746755;
    padding: 2px 5px 2px 5px;
}

#CategoryMenu ul.level1
{
    display: none;
}

#ManufacturerMenu
{
    padding: 0px 10px 0px 10px;
}

#ManufacturerMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#ManufacturerMenu ul li
{
    list-style: none;
    margin: 0px;
    font-size: 0.9em; 
}

#ManufacturerMenu ul li a
{
    display: block;
    padding: 2px 0px 2px 0px;
}

#ManufacturerMenu ul li a:hover
{
    background-color: #746755;
    padding: 2px 5px 2px 5px;
}


#Attributes h4
{
    font-size: 1em;
    font-weight: bold;
}

#Attributes
{
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #544736;
}

.productAttribute
{
    margin-bottom: 10px;
}

#ForgottenPassword
{
    padding: 10px;
}

#ForgottenPassword label
{
    padding-top: 5px;
    width: 150px;
}

#ForgottenPassword p
{
    margin-bottom: 10px;
}

#Login input, #Register input
{
}

#Login
{
    padding: 20px;
}

#Register
{
    padding: 10px 10px 10px 40px;
}

#Register ul li
{
    list-style: none;
    margin-bottom: 10px;
}

#Register ul
{
    padding: 0;
    margin: 0;
}

#AddressEntry ul li
{
    list-style: none;
    margin-bottom: 10px;
}

#AddressEntry ul
{
    padding: 0;
    margin: 0;
}


#Login label
{
    display: block;
    float: left;
    width: 120px;
    padding-top: 5px;
}

.subtotal
{
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}

.sectionheader
{
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}

.ourprice
{
	font-weight: bold;
	font-size: 0.8em;
}

.retailprice
{
    text-decoration: line-through;
}

.priceAndShipping .retailprice
{
	color: gray;
	font-size: 0.6em;
}

.totalbox
{
	text-align:center;
	font-weight:bold;
}

.adbox
{
	padding:10px;
	font-size:9pt;
	margin-bottom:10px;
	border:1px solid gainsboro;
}
a.editme
{
	text-decoration:none;
}
.commandbar
{
	padding:3px;
	font-size:8pt;
/*	background-color: blue;*/
	border:1px solid gainsboro;
}

.cartItemDetail
{
    padding-top: 5px;
    font-size: smaller;
}

a.removeFromCheckout
{
    display: block;
    background-image: url(images/cross.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
}

.bottomOfCheckout
{
    border-bottom: 1px dotted #D9D7D3;
    margin-bottom: 20px;
    clear: both;
}

.cartImage
{
    width: 80px;
    float: left;
}

.cartImage img
{
    padding: 5px;
    background-color: White;
    border: 1px solid #D9D7D3;
}

.cartImage .inner
{
    padding: 15px;
    background-image: url(images/back_productimage2.gif);
    background-repeat: no-repeat;
    margin-right: 20px;
}

.cartText
{
    width: 400px;
    float: left;
}

#CategoryList
{
    border-bottom: 1px dotted #5e5242;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#PhoneUs
{
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px;
    padding: 10px 0px 20px 2px;
}

#CategoryList h3
{
    text-transform: lowercase;
    font-weight: normal;
    margin-bottom: 5px;
}

#CategoryList ul
{
    margin: 0;
    padding: 0;
}

#CategoryList ul li
{
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}

#CategoryList a
{
    display: block;
    margin-bottom: 8px;
    font-size: 0.8em;
}

#CategoryList a.level1
{
    display: none;
    font-size: smaller;
}

#ManufacturerList a
{
    display: block;
    margin-bottom: 8px;
    font-size: 0.8em;
}

#ManufacturerList h3
{
    text-transform: lowercase;
    font-weight: normal;
    margin-bottom: 5px;
}

#ManufacturerList ul li
{
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}

#ManufacturerList ul
{
    margin: 0;
}

#SubCategories
{
    background-position: 10px 8px;
    background-repeat: no-repeat;
    background-image: url(images/back_subcategories.gif);
    float: left;
}

#SubCategories h3
{
    font-size: 1.1em;
    margin-bottom: 2px;
    display: none;
}

#SubCategories ul
{
    margin: 0px;
    padding: 0px;
    float: left;
}

#SubCategories ul li
{
    list-style: none;
    float: left;
    margin: 0px 5px 0px 0px;
    display: block;

}

#SubCategories a
{
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    padding: 6px 6px 7px 6px;
    background-color: #544736;
    color: white;
}

#SubCategories a:hover
{
    background-color: #d18832;
}

p.noProducts
{
    margin-top: 10px;
}

#Footer
{
    font-size: smaller;
    color: #c2b098;
    background-color: #1e1a13;
    padding: 10px;
    margin: 20px 0px 0px 0px;
}

#CenterContent
{
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
    color: #2e271d;
}

#PageTop, .PageTop
{
    zoom: 100%;
}

.Checkout #CenterContent
{
    font-family: Arial;
}

#CenterContent .col1
{
    width: 350px;
    float: left;
}

#CenterContent .col2
{
    width: 350px;
    float: right;
}

#CenterContent h1, #CenterContent h2, #CenterContent h3, #CenterContent h4, #CenterContent h5
{
    color: #2e271d;
}

#CenterContent h2
{
    margin: 0px 0px 20px 0px;
}

#CenterContent a.button
{
    color: #CCC3B7;
}

#ProductContent
{
    padding: 20px;
    background-color: #3f3323;
}

#ProductLeft
{    
    width: 350px;
    float: left;
    overflow: hidden;
}

#ProductRight
{
    width: 340px;
    float: right;
    overflow: hidden;
}

#ProductRight h2
{
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #5e5242; 
}

#ProductRight .salePrice h3.saleBoard
{
    color: White;
    background-color: #d40000;
    text-align: center;
    padding: 10px 5px 0px 5px;
    font-weight: bold;
}

#ProductRight .salePrice h3.ourPrice
{
    color: White;
    background-color: #d40000;
    text-align: center;
    padding: 0px 5px 10px 5px;
}

#ProductRight .salePrice h3.rrpPrice
{
    color: White;
    background-color: #a10404;
    text-align: center;
    font-size: smaller;
    text-decoration: line-through;
    padding: 10px;
}

#ProductLeft .inner
{
    padding: 0 10px 0 0;
}

#ProductRight .inner
{
    padding: 0 0 0 10px;    
}

#ProductRight .crossSells
{
    margin-top: 20px;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    text-align: center;
}

#ProductRight .crossSells .inner
{
    padding: 15px;
}

#ProductRight .addToCart a
{
    text-align: center;
    background-color: #544736;
    margin: 2px;
    padding: 10px 0px 10px 0px;
    display: block;
    font-family: Arial;
}

#ProductRight .addToCart
{
    border: 1px solid #5e5242;
    margin: 20px 0px 0px 0px;
}

#ProductRight .productAdd
{
    background-color: #e9f6ff;
    padding: 10px;
    margin-bottom: 10px;
}

#ProductRight .bundles h4
{
    margin-bottom: 10px;
}

#ProductRight .bundles
{
    margin-top: 20px;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    font-size: smaller;
}

#ProductRight .bundleImage
{
    padding: 3px;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 5px;
}

#ProductRight .bundleDescription
{
    clear: both;
}

#ProductRight .bundleAdd
{
    margin-top: 10px;
}

#MainProductImage
{
    margin: 3px;
    padding: 3px;
    border: 1px solid #5e5242;
    overflow: hidden;
}

#ProductThumbnails
{
    width: 100%;
    float: left;
}

#ProductThumbnails .productThumbnail
{
    float: left;
    border: 1px solid #5e5242;
    padding: 3px;
    margin: 3px;
}

.productsection
{
	font-size: smaller;
	padding: 10px 0px 10px 0px;
}

.productsection li
{
    margin-bottom: 2px;
}

.productsection ul
{
    margin-bottom: 10px;
}

.productsection p
{
    margin-bottom: 5px;
}

.browsebox
{
}
.browsebox h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #3973b5;
    border-bottom: 1px dashed #cccccc;
}
.browsebox h1 a
{
    color: #3973b5  ;
}

h1.accent
{
 	font-size: 12px;
	font-weight:bold;
	color:#990000;
	margin: 0px;
	margin-bottom:5px;
   
}
.smalltext
{
    font-size: 0.8em;
}
.adbox h3
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana;
	color:#C7C030;
	margin-top:1px;
	margin-bottom:3px;

}
.loginheader
{ 
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
    text-align:center;
 }
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    padding:20px;
}
.logtable
{
    border:1px solid #cccccc;
    background-color:#cccccc;
    
}
.productsTable td
{
    position: relative;
}

.productsList
{
    float: left;
    width: 100%;
    height: 100%;
}

.productBoxContainer
{
    width: 190px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.productBox
{
    background-image: url(images/back_productimage2.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 5px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

.newArrivals .productBox
{
    background-image: url(images/back_productimagenew.gif);
}

#BasketBottom
{
    margin: 10px 0px 0px 0px;
}

#CheckoutButtons
{
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}

#CheckoutButtons ul
{
    padding: 0px;
    margin: 0px;
    float: left;
}

#CheckoutButtons ul li
{
    list-style: none;
    float: left;
    display: block;
    margin-right: 10px;
}

a.continueShopping
{
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
}

a.updateBasket
{
    display: block;
    float: left;
}

a.proceedToCheckout
{
    display: block;
    float: left;    
}

a.buttonContinueShopping
{
    display: block;
    float: left;
}

a.buttonShippingAndBilling
{
    display: block;
    float: left;
}

a.buttonReviewOrder
{
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    color: White;
    background-color: #1dae38;
    font-weight: bold;
    float: left;
}

a.buttonComplete
{
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    color: White;
    background-color: #1dae38;
    font-weight: bold;
    float: left;
    font-size: larger;
}

.productimage
{
}

p.shortDescription
{
    font-size: smaller;
}

.priceAndShipping
{
    border-top: 1px solid #cccccc;
    margin-top: 5px;
    padding-top: 5px;
    text-align: right;
}

.productsummarydisplaywrapper
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}
.productsummaryimageholder
{
    height: 135px;
    width: 160px;
    position: relative;
}

.productsummaryimageholder a
{
    display: block;
    height: 105px;
    width: 130px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 15px;
}

.productsummarytext
{
    padding-left: 20px;
    padding-right: 20px;
}

.productsummaryproductname
{
}

.yousave
{
    font-weight: bold;
    color: #336600;
}
.hookline
{
    font-size: larger;
    color: #5b626c;
    font-style: italic;
}
.coreboxbody
{
    padding: 20px;
}
.coreboxtop
{
   background-image:url(images/core_box_top.gif);
   height:22px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url(images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url(images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}
.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}
.sectionoutline
{
    border:1px solid #cccccc;
    padding:15px;
}

table.orderSummary 
{
    font-family: Arial;
    width: 100%;
}

table.orderSummary td
{
    padding: 5px;
    font-size: smaller;
}

table.orderSummary tr.header td
{
    color: White;
    font-weight: bold;
    background-color: #312617;
}

table.orderSummary tr.altOrderItem td
{
}

table td.otPrice, table td.otDelivery, table td.otQuantity
{
    text-align: center;
}

table td.otTotal
{
    text-align: right;
}

table tr.otTotal td
{
    font-weight: bold;
    font-size: larger;
}

checkout-visited
{
    font-size: 16pt;
    color: #dcdcdc;
    font-family: verdana;
}
checkout-current
{
    font-size: 16pt;
    color: #990000;
    font-family: verdana;
}

#PromotionalCode
{
    font-size: smaller;
    padding: 20px;
    background-color: #544736;
    color: White;
}

#PromotionalCode h3
{
    color: White;
}

#PromotionalCode .input
{
    padding: 10px;
    margin: 5px 0px 5px 0px;
}

#PromotionalCode p
{
    margin-bottom: 10px;
}

#PromotionalCode .textbox
{
    padding: 2px;
}

.couponGood
{
    margin: 10px 0px 10px 0px;
    font-weight: bold;
}

.couponError
{
    margin: 10px 0px 10px 0px;
    font-weight: bold;
}

/* Rating */
.ratingstar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledratingstar {
    background-image: url(Images/FilledStar.png);

}

.emptyratingstar {
    background-image: url(Images/EmptyStar.png);
}

.savedratingstar {
    background-image: url(Images/SavedStar.png);
}
fieldset
{
    padding:10px;
    -moz-border-radius: 1em;
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.clear
{
    clear: both;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*Contact Form*/
div.contactform
{
    padding: 0px 20px 0px 10px;
    border-right: 1px dotted #d9d7d3;
    margin: 0px 20px 0px 0px;
}

div.contactform input{
	background-color: white;
}

div.contactform fieldset {
  margin-bottom: 10px;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: none;
  border: 1px solid #e0f0ff;
  background-image: url(images/back_form.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom: none;
}

div.contactform ul {
  margin: 20px 0 0 0;
  padding: 0;
}

div.contactform li {
  list-style: none;
  margin-bottom: 10px;
}

div.contactform legend 
{
  font-size: 1.2em;
  line-height: 1.8;
}
div.contactform label {
  font-weight: bold;
  display: block;
  line-height: 1.8;
  vertical-align: top;
}

div.contactform input, div.contactform textarea
{
    padding: 3px;
    border: 1px solid #cccccc;
    width: 280px;
}

a.sendenquiry
{
    background-image: url(images/back_submit.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -10000px;
    width: 70px;
    height: 30px;
    display: block;
    padding: 0px;
}

a:hover.sendenquiry
{
    background-position: 0px -30px;
}

#Map span.smaller
{
    font-size: 0.4em;
    font-family: Arial;
}

#Map span.smaller a
{
    color: #544736;
}

#GMap
{
    border: 1px solid #d9d7d3;
    padding: 2px;
}

#shopcontactinfo .email
{
    margin: 10px 0px 20px 0px;
}

#AddressEntry
{
    margin-top: 10px;
}

#AddressEntry input
{
    padding: 3px;
    border: 1px solid #cccccc;
}

#AddressEntry table tr td
{
    padding-bottom: 5px;
}

input.bigbutton
{
    padding: 5px;
    display:block;
    margin:10px;
    font-size: larger;
}

.form
{
    clear: both;
    font-size: 0.8em;
}

.form h3
{
    margin-bottom: 5px;
}

.form label
{
    display: block;
    float: left;
    width: 120px;
    padding-top: 5px;
}

.form ul li
{
    list-style: none;
    margin-bottom: 10px;
}

.form ul
{
    padding: 0;
    margin: 0;
}

.form .checkoutEmailAddress
{
    padding: 10px;
    background-color: #e5dbcf;
    margin: 0px 0px 20px 0px;
}

.form .checkoutEmailAddress input
{

}

.errorBox
{   
    color: Red;
    background-color: #ffe1e1;
    padding: 10px;
    margin: 10px 0px 10px 0px;
}

.errorBox ul
{
    padding: 0px;
    margin: 0px;
}

.error, .errorBox li
{
    color: Red;
    padding: 5px;
    background-color: #ffe1e1;
    margin-bottom: 5px;
    background-image: url(images/error.gif);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    padding-left: 22px;
    list-style: none;
}

.messagefail
{
    color: Red;
    padding: 5px;
    background-color: #ffe1e1;
    margin-bottom: 5px;
    background-image: url(images/error.gif);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    padding-left: 22px;
    list-style: none;
}

a.button
{
    display: block;
    clear: both;
    padding: 8px;
    text-align: center;
    background-color: #544736;
    color: #ccc3b7;
}

#ProfileNewsletter
{
    font-size: smaller;
    margin: 0px 0px 10px 0px;
}

#ProfileNewsletter input, #ProfileNewsletter label
{
    float: left;
    padding: 0px;
    margin: 0px;
}

#ProfileNewsletter input
{
    margin-right: 5px;
}

#ProfileNewsletter label
{
    width: 320px;
}

#NewUser
{
    margin-top: 20px;
}

#LoginForm
{
    font-size: 0.9em;
    padding: 10px;
}

#LoginForm ul, #LoginForm ul li
{
    padding: 0px;
    list-style: none;
}

#LoginForm ul
{
    margin-left: 0px;
}

#LoginForm ul li
{
    margin-bottom: 10px;
}


#LoginForm .buttons
{
    clear: both;
    margin-top: 10px;
}

#LoginForm .buttons a
{
    float: left;
    margin-right: 20px;
}

#LoginForm .buttons #ForgottenPasswordButton
{
    padding: 8px;
}

#LoginForm .checkbox input, #LoginForm .checkbox label
{
    float: left;
    padding: 0px;
    margin: 0px;
}

#LoginForm .checkbox input
{
    margin-right: 5px;
}

#LoginForm .checkbox label
{
    width: 200px;
}

#LoginForm .checkbox
{
    font-size: smaller;
}

#LoginForm label
{
    display: block;
    float: left;
    width: 100px;
    padding-top: 5px;
}

#LoginForm .formiteminput
{
    float: left;
    display: block;
}

#LoginLeft
{
    float: left;
    width: 290px;
}

#LoginRight
{
    float: right;
    width: 390px;
    border-left: 1px solid #d9d7d3;
}

#ShippingAddress
{
    clear: none;
    float: right;
    width: 280px;
    overflow: hidden;
}

#ShippingAddress .chkBox
{
    padding: 5px;
}

#ShippingAddress .chkBox label
{
    width: 230px;
    padding: 0px;
}

#BillingAddress
{
    clear: none;
    float: left;
    width: 380px;
    overflow: hidden;
}

#PaymentDetails
{
    width: 350px;
    float: left;
}

#PaymentDetailsRight
{
    width: 280px;
    float: right;
}

#PaymentTop
{
    margin-top: 10px;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
}

#PaymentBottom
{
    padding: 10px;
}

#PaymentDetails.form label
{
    width: 160px;
}

#PaymentDetails .formitem .cvv
{
    margin-top: 10px;
    font-size: smaller;
}

#PaymentDetails .formitemextra
{
    font-size: smaller;
    color: Gray;
}

#ShippingOptionsLeft
{
    width: 280px;
    float: left;
}

#ShippingOptionsLeft input
{
    float: left;
}

#ShippingOptionsLeft label
{
    display: block;
    padding-left: 20px;
    margin: 0px 0px 10px 0px;
}

#ShippingOptionsRight
{
    width: 380px;
    background-color: #544736;
    color: white;
    float: right;
    font-size: smaller;
}

#ShippingOptionsRight .inner
{
    padding: 10px;
}

#ShippingOptionsRight h4
{
    color: White;
}

#ReviewBottom
{
    margin: 10px 0px 20px 0px;    
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
}

#PaymentBottomSummary #BillToSummary,
#PaymentBottomSummary #ShipToSummary,
#PaymentBottomSummary #PaymentSummary
{
    width: 200px;
    float: left;
}

#PaymentBottomSummary p
{
    width: 230px;
    margin: 0px;
}

#PaymentBottomSummary h4
{
    font-size: 1.1em;
}

#PaymentBottomSummary
{
    margin-bottom: 10px;
    font-size: smaller;
}

#PaymentBottomSummary #TheOrder
{
    clear: both;
    margin: 20px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    border-top: 1px dotted #D9D7D3;
}

/* --- Search / Filter Bar --- */
#CategoryTop
{
    zoom: 100%;
    padding: 10px;
    background-color: #291e12;
}

#CategoryTop h2
{
    margin: 0px 0px 10px 0px;
}

#CategoryTop #CategoryDescription a
{
    color: white;
}

#PagesAndFilters
{
    clear: both;
    float: left;
    width: 100%;
}

#Filters
{
    margin: 20px 0px 0px 0px;
    font-family: Arial;
    font-size: 0.7em;
    float: left;
    width: 430px;
}

#CategoryTop .catalogDescription
{
    float: left;
    width: 610px;
    display: block;
}

#CategoryTop .catalogImage
{
    float: left;
    padding: 5px;
    background-color: white;
    margin: 0px 0px 10px 10px;
}

.filterBar .title
{
    color: White;
}

.filterBar
{
    position: relative;
    float: right;
    margin: 0px 20px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #544736;
}

.filterBar ul
{
    position: absolute;
    background-color: #322618;
    display: none;
    z-index: 99;
    right: 0px;
    top: 33px;
}

.filterBar ul li
{
    list-style: none;

}

.filterBar ul li a
{
    padding: 5px 10px 5px 10px;
    display: block;
}

.filterBar ul li a:hover
{
    background-color: #544736;
}

/* --- Product in Listing --- */
.productList
{
    clear: both;
    padding: 20px;
    background-color: #3f3323;
    z-index: 1;
    float: left;
}

.home .productList
{
    padding: 20px 20px 0px 20px;
    margin: 10px 0px 0px 0px;
}

.productList .product
{
    width: 245px;
    height : 280px;
    overflow: hidden;
    text-align: left;
    float: left;
    position: relative;
}

.productList .rowLast
{
    width: 220px;
}

.productList .product .productInner
{
    width: 220px;
    cursor: pointer;
}

.productList .product .productInner h3
{
    font-size: 1.1em;
}

.productList .product .productInner .image
{
    padding: 10px;
    background-color: White;
    position: relative;
}

.productList .product .productInner .image .imageClipper
{
    height: 190px;
    overflow: hidden;
}

p.shortDescription
{
    font-size: smaller;
}

.productList .product .productInner .price 
{
	background-repeat: no-repeat;
	background-position: left center;
	color: White;
	float: left;
	position: absolute;
    bottom: 100px;
    right: 35px;
}

.productList .rowLast .productInner .price
{
    right: 10px;
}

.productList .product .productInner .ourPrice
{
	padding: 6px 10px 8px 10px;
	color: White;
	background-color: #413424;
	text-align: center;
}

.productList .product .productInner .retailPrice
{
    background-color: #312617;
    font-size: smaller;
    text-decoration: line-through;
    text-align: center;
    padding: 6px 10px 8px 10px;
}

.productList .product .productInner .salePrice h3
{
    display: block;
    padding: 3px 3px 0px 3px;
    background-color: #d40000;
    color: White;
    text-align: center;
    font-weight: bold;
}

.productList .product .productInner .salePrice .ourPrice
{
    background-color: #d40000;
    color: White;
}

.productList .product .productInner .salePrice .retailPrice
{
    background-color: #a10404;
    color: White;
}

.productList .product .productInner .text
{
    padding: 5px;
    bottom: 0px;
    left: 0px;
}

.productList .product .productInner .moreDetails
{
    display: none;
}



/* --- Pages in Categories/Manufacturer --- */
/* Pages */
/*********/

.pagesTop
{
    float: left;
    margin: 0px 0px 10px 0px;
    width: 300px;
}

.pagesBottom
{
    clear: both;
    float: left;
    background-color: #544736;
    width: 100%;
}

.pages
{
    float: left;
    margin: 20px 0px 0px 0px;
    font-family: Arial;
}

.pages ul
{
    float: left;
    margin: 0px;
    padding: 0px;
}

.pages ul li
{
    float: left;
    margin: 0px 3px 0px 0px;
    list-style: none;
}

.pages ul li a
{
    float: left;
    display: block;
    padding: 3px 6px 3px 6px;
    background-color: #544736;
    color: white;
}

.pages ul li a.current, .pages ul li a:hover
{
    background-color: white;
    color: #5e5242;
}

.pages ul li span
{
    display: block;
    float: left;
    padding: 3px 6px 3px 6px;  
}

/*--- BlogListing ---*/

.ourblog #CenterContent .col1
{
    width: 450px;
}

.ourblog #CenterContent .col2
{
    width: 250px;
}

#BlogListing .item
{
    border-bottom: 1px dotted #d9d7d3;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}

#BlogListing .last
{
    border-bottom: none;
}

#BlogListing h3
{
    margin: 0px;
}

#BlogListing .image
{
    float: left;
    width: 122px;
    margin: 0px 0px 10px 0px;
}

#BlogListing .image img
{
    border: 1px solid #D9D7D3;
    padding: 5px;
}

#BlogListing .text
{
    padding: 0px 0px 0px 122px;
}

#BlogListing .date
{
    font-family: Arial;
    font-size: smaller;
    margin: 0px 0px 10px 0px;
}

#BlogListing .summary
{
    margin: 0px 0px 10px 0px;
}

#BlogListing a.more
{
    display: block;
    background-image: url(images/back_more.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -10000px;
    width: 100px;
    height: 30px;
}

#BlogListing a:hover.more
{
    background-position: 0px -30px;
}

#BlogListing a.backToOurBlog
{
    display: block;
    margin: 20px 0px 0px 0px;
}

#BlogListing .pages ul li a.current, #BlogListing .pages ul li a:hover 
{
    background-color: #C2B098;
}

#BlogListing .articleGallery .articleImage
{
    float: left;
    margin: 0px 10px 10px 0px;
}

#BlogListing .articleContent
{
    margin: 0px 0px 20px 0px;
}

#BlogListing .articleGallery .articleImage img
{
    border: 1px solid #D9D7D3;
    padding: 5px;
}



#BlogListing .articleGallery
{
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

/* --- Content Pages --- */
.contentImageLeft
{
    border: 1px solid #d9d7d3;
    padding: 5px;
    background-color: White;
    float: left;
    margin: 0px 10px 10px 0px;
}

.contentImageRight
{
    border: 1px solid #d9d7d3;
    padding: 5px;
    background-color: White;
    float: right;
    margin: 0px 0px 10px 10px;
}

/*--- Twitter Feed ---*/
#TwitterFeed .tweet
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: dotted 1px #D9D7D3;
}

#TwitterFeed .tweet .postedBy
{
    font-size: smaller;
    color: #968672;
}

#TwitterFeed .tweet .post
{
    margin: 0px 0px 5px 0px;
}

#TwitterFeed a#Title
{
    background-image: url(images/followuswhite.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    width: 228px;
    height: 70px;
    margin: 0px;
    padding: 0px;
    text-indent: -10000px;
}

/*--- Link Page ---*/
.link
{
    width: 240px;
    float: left;
}

.link .inner
{
    padding: 0px 20px 0px 0px;
}

#Links .rowLast
{
    width: 220px;
}

#Links .rowLast .inner
{
    padding: 0px;
}

.link .image
{
    margin: 0px 0px 5px 0px;
    padding: 0px 11px 0px 11px;
}

.link .image img
{
    padding: 3px;
    border: 1px solid #cccccc;
}

.link .summary
{
    text-align: center;
}

.link h3
{
    font-size: 123%;
    text-align: center;
}

.link .description
{
    font-size: smaller;
    color: gray;
    margin: 5px 0px 0px 0px;
    text-align: center;
}

/*--- Sizing Guide ---*/
#SizingGuide
{
    font-family: Arial;
}

#SizingGuide ol
{
    margin: 0px 0px 20px 0px;
}

#SizingGuide p
{
    margin: 0px 0px 5px 0px;
}

#SizingGuide table
{
    margin: 0px 0px 20px 0px;
}

#SizingGuide td
{
    padding: 5px;
    font-size: 0.8em;
    border: 1px solid #cccccc;
}

#SizingGuide tr.header td
{
    background-color: #f6f6f6;    
}
