/* Floormingo.com CSS Stylesheet
** Author: Shawn Plew
** Creation Date: 09 March 2009
** splew@tgfi.net
*/

/* Eric Meyers' CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html, body {
	height:100%;
	width:100%;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS Reset */

/*HTML Tags*/
hr {
	border: 3px solid #FFBF01;
	background: #FFBF01;
}

a {
	text-decoration: none;
	color: #7286B2;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

ul {
	list-style: outside disc;
}

li {
	margin-left: 15px;
}

h1 {
	font: bold 1.5em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #8C8C8C;	
}


h2 {
	font: bold 1.3em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #A39480;
	margin-bottom: .25em;
/* 	color:#B2A485; */
	
}

h3 {
	font: bold 1em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #8C8C8C;
	
}

h4 {
	
}

h5 {
	
}

p {
	line-height: 1.25em;
}

th {
	font-weight: bold;
}


/* forms */

label { font-weight: bold;}

legend {
	font-weight: bold;
	color: #A39480;
	font-size: 1.1em;
	padding: 0 3px;
}

fieldset {
	position: relative;
	margin:12px 0 24px 0;
	border:1px solid #D8D8BF;
	display: block;
	background-color: #fff;
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input {
	margin:3px 3px 3px 0;
}

small {
	font-size:.9em;
}

/*Utility Classes*/

.imgLeft {
	float: left;
	margin-right: 10px;
}

.imgRight {
	float: right;
}

.clear {
	clear: both; 
}

.bold {
	font-weight: bold;
}

.em	{
	font-style: italic;
}
/* notice, warning, message divs
   ============================= */

.notice, .message, .warning, .error {
	margin: 0;
	padding: 6px 12px;
	font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	margin-bottom: 10px;
}

.notice {
	border: 2px solid #3F3;
	background-color: #9F9;
}

.message {
	border: 2px solid #33F;
	background-color: #99F;
}

.warning {
	border: 2px solid #FF3;
	background-color:  #FF9;
}

.error {
	border: 2px solid #F33;
	background-color:  #F99;
}


#errorExplanation {
background: #fcc;
margin-bottom: 10px;
margin-top: 5px;
}

#errorExplanation h2 {
padding: 3px 5px 3px 5px;
color: #000;
background: #f66;
}

#errorExplanation ul {
margin-top: 5px;
padding-bottom: 10px;
padding-left: 30px;
margin-left: 0;
}

#errorExplanation p {
font-size: 12px;
padding: 2px 5px;
}

#errorExplanation ul li {
font-size: 11px;
}

div.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input {
	border: solid 2px #f00;
}

/*Layout styles*/
body {
	background: #9B9078 url(/images/site/pageBg.png) repeat-x top center;
	color:#333;
}

#contentRight a {
	text-decoration: underline;
}

.wrapper {
	width: 991px;
	margin: 0 auto;
	padding: 0 7px;
	background: url(/images/site/mainBg.png) top center repeat-y;
	text-align: left;
	font-family: georgia, "times new roman", serif;
	
}

#main {
	background: #FFF url(/images/site/contentBg.png) repeat-x center bottom;
	padding-bottom: 32px;
}

#header {
	border-top: 5px solid #FFBF01;
	background: #FFFBF1;
}

#header a.logo { 
	float: left;
	padding: 15px 15px 15px 25px;
}

#header ul { 
	clear: both;
}

#header li { 
	display: inline; 
}

.mainMenu {
	display: block;
	width: 100%;
	height: 30px;
	background: url(/images/site/navBg.png) repeat-x;
}

.mainMenu li {
	letter-spacing: .075em;
}

.mainMenu a, .mainMenu span {
	display: block;
	float: left;
	padding: 8px 18px 6px 18px;
	font-size: 1em;
	color: #FFF;
	text-align: center;
}

.mainMenu a:hover, .mainMenu span:hover {
	text-decoration: none;
	
/* 	background: url(/images/site/navBgHover.png) repeat-x; */
}

.mainMenu span:hover {
/* 	cursor:default; */
}

/* =================== */
/* = Drop down menus = */
/* =================== */

.mainMenu ul,
.mainMenu ul li,
.mainMenu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainMenu ul {
	position: relative;
	z-index: 23;
	float: left;
	margin-left: 17px;
}

.mainMenu ul.dropdown li {
	float: left;
/*  zoom: 1; */
}

.mainMenu ul li.hover,
.mainMenu ul li:hover {
	position: relative;
	z-index: 22;
	background: url(/images/site/navBgHover.png) repeat-x;
	
}

.mainMenu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 21;
	width: 100%;
}

.mainMenu ul ul li {
	float: none;
	width:100%;
	letter-spacing: 0;
}

.mainMenu ul ul a {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #555555;
	width:100%;
	padding:4px 0;
	text-align: left;
}

.mainMenu ul ul ul {
	top: 0;
	left: 100%;
}

.mainMenu ul li:hover > ul {
	display: block;
}

.mainMenu ul ul li {
	padding: 0 11px;
	background-color: #FFF;
}

.mainMenu ul li li.hover,
.mainMenu ul li li:hover {
	background-color: #FFF4DD;
	background-image: none;
	border-left: 5px solid #FFBF01;
	padding-left: 6px;
}

.mainMenu ul ul a:link,
.mainMenu ul ul a:visited	{ }
.mainMenu ul ul a:hover		{ text-decoration: none;}

.mainMenu ul ul {
	min-width: 100px;
	max-width: 125px;
}

.mainMenu li li.hasChildren {
	background-image: url(/images/site/tri.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.mainMenu li li.hasChildren:hover {
	background-image: url(/images/site/tri.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#footer {
	border-top: 6px solid #FFBF01;
	background-color: #D8E5FF;
	font-size: .875em;
}

#footer_shadow {
	width:991px;
	height:25px;
	margin:0 auto;
	padding: 0 7px 0 7px;
	background: url(/images/site/footerShadow.png) no-repeat top center;
}

/*Header Search Cart*/
.searchCart {
	float: right;
	width: 263px;
	margin: 15px;
	padding: 7px 7px 0 7px ;
	border: 1px solid #FFBF01;
	background: #FFF3D8;
	color: #666;
}
.searchCart a {
	color: #777;
}
#header .searchCart ul {
	width: 263px;
	margin: 7px 0 7px 5px;
	overflow: hidden;
}
#header .searchCart ul li {
	padding: 8px 10px 8px 2px;
	margin: 0;
	font: .64em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

#header .searchCart ul li:first-child {
	padding-left: 25px;
	background: url(/images/site/cart.png) 0 5px no-repeat;
}
#header .searchCart ul li.phoneNumber {
	padding-right: 0;
}
.searchCart form {
	display: block;
	height: 25px;
}
.searchCart label {}
.searchCart input {
	float: left;
	width: 191px;
	margin-right: 0;
	padding: 5px 1px 2px 3px;
	border: 1px solid #A3B3C1;
}

.searchCart input#searchSubmit {
	float: right;
	width: 59px;
/* 	height: 17px; */
/* 	padding: 7px 0 0 0; */
	border:none;
	padding:0px;
}

/*Image slides for home & landing pages*/
.imageSlides {
	float: left;
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

.imageSlides.home {
	width: 673px;
	height: 377px;
}

.imageSlide {
	height: 304px;
	background-image:url(/images/site/homeImage.jpg);
}

.imageSlides.home .imageSlide {
	height: 377px;
}

#main .imageSlide p {
	position: relative;
	top: 314px;
	height: 55px;
	padding: 4px 10px 4px 20px;
	background: url(/images/site/imageSlideBG.png) repeat;
}

#main .imageSlide p .imageTitle {
	display: block;
	font-size: 1.75em;
	letter-spacing: -.02em;
	font-weight: bold;
	padding:.25em 0 .15em 0;
}

#main .imageSlide p .imageDesc {
	display: block;
	font-size: 1em;
}

/*Home styles*/
.homeLeft {
	float: left;
	width: 656px;
	padding: 15px 0 15px 15px;
	border-top: 6px solid #FFBF01;
}

/* .homeLeft h1 {
	font: bold 16px Verdana,Arial,Helvetica,sans-serif;
	color: #8C8C8C;
} */

.homeLeft p {
	width: 95%;
	padding:6px 0;
}

.homeRight {
	float: left;
	width: 320px;
	border-top: 6px solid #FFBF01;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}



.homeRight ul {
	float: left;
	width: 120px;
	padding: 0 10px 10px 10px;
	color: #7286B2;
	font-size: .9em;
	line-height: 1.4em;
}

.homeAds {
	padding-top: 5px;
	float: left;
	width: 318px;
	height: 372px;
	background: url(/images/site/featuredBG.png) 0 0 no-repeat;
}

.homeAds a {
	display: block;
	width: 268px;
	height: 70px;
	margin: 10px 20px;
	padding: 5px;
	background: url(/images/site/homeAdsBG.png) 0 0 no-repeat;
	overflow: hidden;
}

.homeAds a:hover {
	text-decoration: none;
}

.adImage {
	display: block;
	height:65px;
	width:90px;
	float: left;
	margin: 2px 6px 0 4px;
	line-height: 67px;
	overflow: hidden;
}

.adImage img {
	display: inline;
	vertical-align: middle;
}

.adTitle {
	margin-top: 3px;
	line-height: 1.4em;
	font-size: .9em;
	display: block;
}
.adDesc {
	display: block;
/* 	line-height:.82em; */
	margin-bottom: 3px;
	font-size: .8em;
	font-style: italic;
	color: #333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}
.adPrice {
	display: block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: .8em;
/* 	line-height:.82em; */
	color: #900;
}

.homeFeature {
	float: left;
	width: 284px;
	height: 111px;
	padding: 7px 12px;
	margin: 8px 17px 8px 0;
	border: 1px solid #FFF3D8;
	background: url(/images/site/featureBG.png)  no-repeat;
	font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

.homeFeatureRight {
	background: url(/images/site/featureRightBg.png)  no-repeat;
}

#main .homeFeature p { 
	font-size: .85em;
	padding: 5px 0; 
	width: auto;
}

#main .homeFeature p .phoneNumber {
	display: block;
	padding: 15px;
	font-size: 1.4em;
	font-weight: bold;
}

.homeFeature label, #newsletterFeatureSubmit { 
	float: left; 
	margin: 12px 5px 5px 0;
}

.homeFeature label input {
	width: 187px;
}

#newsletterFeatureSubmit {
	padding:1px 0;
}

.homeFeature img:first-child {
	margin-top: 5px;
}

.homeFeature a {
	text-decoration: none;
	color: #333;
}

/*Footer Directory Lists*/
#footer ul {
	float: left;
	max-width: 250px;
	padding: 18px 10px 27px 30px;
	font: .75em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #7286B2;
}

#footer ul:first-child {;
	padding-left: 50px;
}

#footer li {
	margin-left: 15px;
	line-height: 1.5em;
}
#footer li.directoryTitle {
	margin: 0 0 0px 0;
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	color: #555;
}

#footer li.directoryTitle a {
	color: #555;
}

#footer li.directoryTitle small {
	margin-left: 5px;
	font-size: 80%;
	font-weight: normal;
}

#footer li.directoryTitle small a {
	color: #7388B2;
}

#footer li.mailingList a {
	display: block;
	margin-bottom: 3px;
}

#footer li.mailingList {
	color: #555;
}

.mailingList label, .mailingList input {
	float: left;
	margin: 0 3px 5px 0;
}

.mailingList label input {
	height: 11px;
}

#footer p {
	width: 80%;
	margin-top: 10px;
	color: #555;
}

#footer p a {
	text-decoration: underline;
}

/*Miscellaneous Styles*/
.featureTitle {
/* 	margin-bottom: 5px; */
	font: bold 1em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #8C8C8C;
}

.brandListTitle {
	margin-top: 24px;
	letter-spacing: -.05em;
	font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #8C8C8C;

}

/* Brand/Browse/Search/Content pages */

#listMain, #contentMain {
	background: #FFFCF4 url(/images/site/listLeftBg.png) repeat-y top left;
}

#listLeft, #contentLeft, #productRelated {
	width:197px;
	float:left;
	padding: 15px;
	background-color: transparent;
}

#listLeft h3, #contentLeft h3 {
	font-family: bold 1em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #8C8C8C;
}

#listRight, #contentRight {
	width: 764px;
	float:right;
	background: #FFF url(/images/site/contentBg.png) repeat-x center bottom;
}

#contentRight {
	padding:24px 32px;
	width:700px;
	float:right;
	font-family : "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size:12px;
	line-height:15px;
}

#contentRight ul, #contentRight ol {
	list-style: disc outside none;
	margin: 1em 1em;
}

#contentRight ol {
	list-style: decimal outside none;
}
#contentRight ul li, #contentRight ol li {
	margin-bottom: 0.5em;
}

#contentRight p {
	margin-bottom: 1em;
}

#listFeature {
	height:304px;
	border-bottom: 6px solid #FFBF01;	
}

.listFeatureImage {
	float:left;
}

.listFeatureContent {
	width:187px;
	height: 272px;
	float:left;
	font-size: .9em;
	padding: 10px 18px 22px 18px;
	background: url(/images/site/listFeatureContentBg.png) no-repeat;
}

.listFeatureContent a {
	display: block;
	width: 177px;
	height: 58px;
	margin-bottom: 5px;
	padding: 8px 5px 2px 5px;
	background: url(/images/site/listFeatureAds.png) 0 0 no-repeat;
	overflow: hidden;
	text-decoration: none;
}

.listFeatureContent .adImage {
/*	display: none;*/
	display: block;
	overflow: hidden;
	height:45px;
	width:45px;
	float: left;
	margin: 0 5px 15px 0;
}

.listFeatureContent .adImage img {
	display: block;
	float: left;
	vertical-align: middle;
}

.listFeatureContent .adTitle {
	margin-top: 6px;
	line-height: 1.3em;
	font-size: .8em;
}

.listFeatureContent .adDesc {
	display: none;
/*	display: inline;
	margin-bottom: 0;
	font-size: .75em;*/
}

.listFeatureContent .adPrice {
	margin-top: 5px;
	font-size: .75em;
}

#listContent {
	padding: 24px 32px;
}

#listContent h1, #contentRight h1 {
	font: bold 1.7em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #8C8C8C;
	margin-bottom: .25em;
}

/* Listing Pages */

#listFeature {
	height:64px;
	overflow:hidden;
	border-bottom: 6px solid #FFBF01;	
}

.listFeatureImage {
	float:left;
}

.listFeatureContent h1 {
	font-size: 1.9em;
}

.listFeatureContent p {
	padding: 9px 0;
}

#listContent {
	padding: 24px 11px;
}

.resultsWrapper {
	
}

a.resultWrapper {
	display: block;
	float: left;
	height:109px;
	width:237px;
	background: url(/images/site/result_bg.png) repeat-x bottom;
	border: 1px solid #F9F1DC;
	margin:4px;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

a.resultWrapper:hover {
	background-image: url(/images/site/result_bg_hover.png);
	text-decoration: none;
}

.listProductImage {
	height:94px;
	width:94px;
	float: left;
	margin:8px;
}

.listProductInfoWrapper {
	display: block;
	width:120px;
	float: left;
	margin-top: 8px;
}

.listProductName {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color:#333;
}

.listProductColor {
	display: block;
	margin-top: 3px;
	color:#666666;
}

.listProductPrice {
	display: block;
	margin-top: 6px;
	color:#666666;
}

/* list pagination styles
   ============================= */

.list_pagination {
	font-size: 11px;
  	padding: 1em 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif; 
}

#list_pagination_top {
	float: left;
}

#list_pagination_bottom {
	float: right;
}

.list_pagination a, 
.list_pagination span {
	padding: .2em .5em; 
}

.list_pagination span.disabled {
	color: #AAA;
}

.list_pagination span.current {
	font-weight: bold;
    border: 1px solid #CCC;
    background: #E8D9BA;
    color: #333;
}

.list_pagination a {
    border: 1px solid #EEE;
    color: #666666;
    text-decoration: none;
 	background-color: #FEFAEE;
}

.list_pagination a:hover, .list_pagination a:focus {
    border-color: #CCC;
    background: #F9F1DC;
    color: #333; 
}

.list_pagination .page_info {
    color: #aaa;
    padding-top: .8em; 
}

/* Product Pages */

#productMain {
	background: #FFFBF3 url(/images/site/productSidebarBg.png) repeat-x bottom;
	position:relative;
}

#productLeft {
	width:227px;
	float: left;
	position:relative;
}

.productLeftInnerShadow {	
	display: block;
	position:absolute;
	left:222px;
	top:0;
	bottom:0;
	background: url(/images/site/innerShadowLeft.png) repeat-y;
	z-index:10;
	width:5px;
}

#productImages {
	background: url(/images/site/productImageBg.png) no-repeat bottom;
	border-bottom: 6px solid #FFBF01;
	position:relative;
	height: 237px;
	overflow: hidden;
/*	height:304px; ~~ height for when we have secondary images. SPP*/
	
}

#mainImage {
	height:240px;
	position:relative;
	text-align: center;
}


#productImageThumbs {
	margin-left: 4px;
	height:64px;
	position: absolute;
	bottom:0;
	display: none;
}

#productImageThumbs img {
	margin:3px 2px;
}

#productRelated {
	position:relative;
}

img.productRelatedThumb {
	padding-bottom: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

#productBreadcrumbs {
	width:746px;
	height:15px;
	padding:3px 9px 4px 9px;
	background-color: #D8E5FF;
	color:#777;
	float: left;
	clear: right;
	position: relative;
	z-index:11;
	font: .75em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

#productBreadcrumbs a {
	color:#777;
}

#productCenter {
	display: block;
	float: left;
	width:501px;
	padding:12px 18px;
	background-color: #FFF;
	position: relative;
	z-index:1;
}

#productCenter h1 {
	color:#333;
	font-size: 1.4em;
	font-weight: bold;
}

#productCenter h3 {
	font-weight: bold;
	color:#333;
	padding-bottom: 3px;
}

#productCenter span.productColor {
	display: block;
	margin-top: 3px;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color:#666;
}

#productCenter .productDetails {
	margin:16px 0;
}

#productCenter .productSpecs {
	color:#555;
	font-size: .9em;
}

#productCenter img.productBrandLogo {
	float: right;
}

.productSpecs li {
	padding:2px 0;
}



#productCenter .productAccessories {
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
/*	padding-top: 2em;*/
}

.productAccessories h3 {
	font-size: 15px;
}

.productAccessoryCategory .accessoryHeading {
	display: block;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 12px;
	font-weight: bold;
	color:#666666;
}

.productAccessories .even {
	margin-left: 12px;
}

.accessoryWrapper {
	float: left;
	height:57px;
	width:230px;
	padding:6px;
	position: relative;
	margin-bottom: 12px;
	border: 1px solid #F9F1DC;
	background-color: #FFF;
}

.productAccessories img.accessoryThumb {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px 0 0 3px;
	background: #900;
}

.productAccessories .accessoryName {
	font-size: 13px;
/* 	font-weight: bold; */
	display: block;
	margin-left: 60px;
	margin-bottom: 3px;
}

.productAccessories .accessoryPrice {
	margin-left: 60px;
	margin-bottom: 3px;
	font-size: 12px;
	display: block;
	color:#666;
}

.productAccessories .accessorySubmit {
	margin-left: 60px;
	display: block;
}

.productAccessories .accessorySubmit input {
	margin:0;
	float: left;
}

.productAccessories .accessorySubmit input.addBtnTiny {
	margin: 3px 0 0 3px;
}

#productCenterFill {
	display: block;
	position: absolute;
	width:537px;
	background-color: #FFF;
	top:0;
	z-index:0;
	bottom:0;
	left:227px;
}

#productRight {
	width:227px;
	float: left;
	position:relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

#productInfoRight {
	background: url(/images/site/productImageBg.png) no-repeat;
	border-bottom: 6px solid #FFBF01;
	position:relative;
	height:258px;
	padding: 12px;
}

#productInfoRight h2 {
	font-weight: bold;
	margin-bottom: 6px;
	color:#333;
}

#productInfoRight .productPrice {
	display: block;
	color:#666666;
	font-size: 14px;
}

#productInfoRight .productPriceDetail {
	font-size: 10px;
	display: block;
	color:#666666;
	margin: 5px 0 12px 0;
}

#productInfoRight input {
	height:12px;
	font-size: 10px;
	margin-bottom: 9px;
}

.howManyBoxes {
	color: #7286B2; 
	font-size:11px;
}

#howManyWindow {
	height:162px;
	width:300px;
	background-color: #FFF;
	color:#333;
	font: normal .75em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

#productInfoRight input.addToCart {
	width:141px;
	height:28px;
	float: left;
	margin: -3px 9px 0 0;
	padding:0;
}

#productInfoRight .productAction {
	display: block;
	padding-bottom: 4px;
}

#productInfoRight .productAction a {
	color: #7286B2; 
	font-size:11px;
}

#productInfoRight .productAction img {
	vertical-align: middle;
}

#productInfoRight .productAction.pad {
	padding-top: 9px;
}

#productInfoRight .productQuestionMark {
	float: left;
	padding-top: 6px;
}

#productInfoRight .productQuestions {
	float: left;
	width :120px;
	padding: 5px 0 0 6px;
}

#productExtraRight {
	padding: 0 12px;
}

.productDIY {
	display: block;
	margin-top: 30px;
}

.productDIY img {
	float: left;
	padding-right: 4px;
	padding-top: 3px;
}

.productDIY h3, .callUs h3 {
	font-size: 13px;
	font-weight: bold;
	float: left;
	color:#8C8C8C;
}

.productDIY a {
	color:#333;
}

.productDIY p, .callUs p {
	font-size: 12px;
	width:100px;
	float: left;
	text-align: left;
	padding-top: 3px;
}

.callUs {
	display: block;
	margin-top: 30px;
}

.callUs h3 {
	width:100px;
}

.callUs p {
	clear:left;
	width:100px;
}

.callUs img {
	float: right;
	padding-right: 9px;
}

.productRightPhone {
	display: block;
	width:100%;
	padding-top: 6px;
	font-size: 18px;
	font-weight: bold;
}

img.nwfa {
	display: block;
	margin:30px auto 25px auto;
	border: 1px solid #F3E4C3;
}

.productRightInnerShadow {	
	display: block;
	position:absolute;
	right:222px;
	top:0;
	bottom:0;
	background: url(/images/site/innerShadowRight.png) repeat-y;
	z-index:10;
	width:5px;
}

.collectionThumb {
	position: absolute;
	display: block;
	margin-top:3px
}

.collectionInfo {
	 display: block;
	margin-left: 29px;
}

#printLogo {
	display: none;
}


#printInfo {
	display: none;
}

.productDetails hr {
	display: none;
}

.collectionInfo a {
	display:block;
	margin-left: 0;
	margin-bottom:-3px;
}

/* Product email to a friend */

#productEmail {
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 12px;
}

#productEmail h1 {
	font-size: 20px;
}

.productEmail {
	padding:24px 16px;
}

.productEmail h1 {
	font-size: 22px;
	margin-left: 4px;
}

.productEmail p {
	font-size: 14px;
}

.productEmail ul {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 25px;
	color:#333;
	margin-top: 2px;
	margin-bottom: 6px;
	font-family: georgia,times, serif;
}

.productEmail form {
	width:100%;
	margin:0;
	padding:0;
}

.productEmail table {
	margin-top: 12px;
}

.productEmail td {
	padding:9px 0;
}

.productEmail legend {
	font-size: 16px;
}

.productEmail fieldset {
	width:396px;
	margin-top: 22px;
	margin-left: 4px;
}

.productEmail input.emailShort {
	width:167px;
	display: block;
}

.productEmail label {
	color:#333;
	padding-top: 12px;
}

.productEmail input.emailWide {
	width:350px;
}

.productEmail textarea {
	width:348px;
	height:75px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #999;
}

.productEmail .emailInstructions {
	color:#666666;
	font-size: 11px;
}

.productEmail #emailActionButtons {
	width:200px;
	margin:0 auto;
}

.emailError {
	background: none;
	background: url(/images/error.gif) no-repeat left center;
	color:#ff0000;
	font-size:.95em;
	font-weight:bold;
	padding:5px;
	padding-left: 20px;
}

.productEmail p {
	font-size: 12px;
}

.productEmail ul {
	font-size: 11px;
	color:#333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

.productEmail li {
	padding: 3px 0;
}

/* List filter styles */

.filterWrapper, .relatedWrapper {
	padding: 5px 0;
}

.filterHeader, .relatedHeader {
	display: block;
	width:173px;
	height:16px;
	padding: 5px 12px 4px 12px;
	background: url(/images/site/filterHeaderBg.png) no-repeat;
	font: bold .85em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

.filterHeader .text, .relatedHeader .text {
	float:left;
}

.filterToggle, .relatedToggle {
	display: block;
	height:10px;
	width:10px;
	float:right;
	cursor: pointer;
	background: url(/images/site/filterToggleMinus.jpg) no-repeat;
	margin-top: 4px;
}

.filterToggle.collapsed, .relatedToggle.collapsed {
	background: url(/images/site/filterTogglePlus.jpg) no-repeat;
	margin-top: 6px;
}

.filterFooter, .relatedFooter {
	display: block;
	height:6px;
	width:197px;
	background: url(/images/site/filterFooterBg.png) no-repeat;
}

ul.filters {
	list-style: none;
	background-color: #FFF;
	padding: 3px 0;
	font: normal .72em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

ul.filters li {
	margin: 7px 12px;
}

ul.filters li .filterMatch {
	color: #999;
	font-size: .9em;
}

ul.filters li input {
	display: block;
	float: left;
	clear:left;
	margin-top: -1px;
}

ul.filters label {
	font-weight: normal;
/* 	color: #7286B2; */
	cursor:pointer;
	display: block;
	float: left;
	line-height: 13px;
	margin-right: 3px;
}

ul.filters label:hover {
	text-decoration: underline;
}

/* ============== */
/* = Post Pages = */
/* ============== */

div.posts {
	margin-top: 12px;
}

div.post {
	padding:16px 0 4px 0;
}

div.posts div.post {
	border-bottom: thin dotted #E1D1A8;
}

div.post p {
	margin:12px 0;
}

#contentRight div.post h1 a {
	font-size: .9em;
	text-decoration: none;
}

#contentRight .resultsWrapper a {
	text-decoration: none;
}

#contentRight h1 a:hover {
	font-size: .95em;
	text-decoration: underline;
}

div.post p.postCreatedAt {
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: .8em;
	margin:0;
}

div.post div.postExerpt p {
	margin:12px 0 6px 0;
}

div.tagCloud {
	font-size: 14px;
}

div.tagCloud a {
	display: inline-block;
	padding:3px;
	margin:0px;
}

div.tagCloud a.tag1 {
	font-size: .6em;	
	color:#7388B2;
}

div.tagCloud a.tag2 {
	font-size: .9em;
	color:#B2A485;		
}

div.tagCloud a.tag3 {
	font-size: 1.2em;
	color:#7388B2;
}

div.tagCloud a.tag4 {
	font-size: 1.5em;
	color:#B2A485;	
}

div.tagCloud a.tag5 {
	font-size: 1.8em;	
	color:#7388B2;
}

#contentRight div.post h1 a.editLink {
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: .6em;
	font-weight: normal;
	text-decoration: underline;
	margin-left: .25em;
}

/* ================= */
/* = Shopping Cart = */
/* ================= */

table.cart {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #D8D8BF;
	background-color: #fff;
	margin-top: 16px;
}

tr.cartHeader {
	background-color: #FFF3D8;
}

tr.cartHeader th {
	border-bottom: 1px solid #D8D8BF;
	color:#333;
}

tr.cartDetails td,
tr.cartDetails th {
	background-color: #FFFBF1;
}



tr.cartFooter {
	background-color: #FFF3D8;
}

td.midValign {
	vertical-align:middle;
}

input.button {
	border: 1px solid #FDF7E9;
	color:#FFF;
	padding:3px 6px 3px 6px;
	line-height: 16px;
	cursor:pointer;
	background: url(/images/site/buttonBg.png) repeat-x bottom;
}

input.button:hover {
	background-position: center top;
}

img.cartThumb {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}

span.cartInfo {
	display: block;
	float: left;
	margin-left: 9px;
}

input.checkoutBtn, input#reviewBtn {
	padding: 3px 9px;
	float: right;
	margin-top: 12px;
}

input#reviewBtn {
	margin-top: 0;
	width:250px;
	float: none;
}

table.cart th, 
table.cart td {
	padding: 6px 12px;
}

table.cart td {
	border-bottom: 1px dashed #DDD;
}

table.cart td small {
	margin-left: 9px;
}

tr.cartDetails td, tr.cartDetails th {
	padding: 2px 0;
	border:none;
	text-align: right;
}

table.cart .rightAlign {
	text-align: right;
	padding-right: 0;
}

tr.cartFooter td, 
tr.cartFooter th {
	text-align: right;
	padding-left:0;
	padding-right: 0;
}

h3.reviewHeading {
	color: #A39480;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 12px;
}

table#reviewCart {
	margin-bottom: 1.25em;
}

/* ================ */
/* = Sitemap page = */
/* ================ */

#wrapper_site_map #contentRight ul.dropdown {
	margin: 12px 0;
	list-style: none;
}

#wrapper_site_map #contentRight ul.dropdown a {
	text-decoration: none;
}

#wrapper_site_map #contentRight ul.dropdown a:hover {
	text-decoration: underline;
}

#wrapper_site_map #contentRight ul.dropdown li {
	font: bold 1.3em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	margin: 10px 0;
}

#wrapper_site_map #contentRight ul.dropdown ul {
	margin:0;
	list-style: none;
}

#wrapper_site_map #contentRight ul.dropdown li ul li {
	font-size: .9em;
	color: #8C8C8C;	
	margin-left: 15px;
}

#wrapper_site_map #contentRight ul.dropdown li ul li ul li {
	font-weight: bold;
	font-size: .8em;
}

#wrapper_site_map #contentRight li {
	margin-top:3px;
	margin-bottom: 3px;
}

#main_notice {
	text-align: center;
	background-color: #FFFFCC;
	padding: 4px;
}


/* ============ */
/* = 404 page = */
/* ============ */

#fourOhFourWrapper h2 {
	padding-top: .5em;
}

#fourOhFourWrapper p.list-desc {
	font-weight: bold;
	color:#555;
	margin-bottom: 0;
	margin-top: 1.5em;
}

#fourOhFourWrapper ul  {
	margin-top: 4px;
	margin-bottom: 1em;
}

/* Search results */

#wrapper_search_index #contentRight {
	width:742px;
	padding: 24px 11px;
}

#wrapper_search_index #contentRight a {
	text-decoration: none;
}

.sale {
	color: #F00;
	font-weight: bold;
}
