/*
 * Author: Stephanie Harte - Frank Lloyd Preservation Trust
 * Contact: www.gowright.org
 * File: layout.css
 * 
 * Description:
 * Layout styling rules.
 *
 */

#pageBounds {
	margin: 0 auto;
	width: 740px;
	padding: .75em 0 0;
}

#contentBounds {
	background: transparent url(../images/layout/bg_contentBounds.jpg) 170px top repeat-y;
	margin: 0 0 1em .5em;
	border-right: 1px solid #ccc;
}

#mastHead {
	margin: 0 0 .5em;
}

#mastHead h2#logo {
	float: left;
	width: 160px;
	margin: .65em 0 0;
	padding: 0;
	background: #fff url(../images/layout/swLogo.gif) left top no-repeat;
	border: none;
}

#mastHead h2#logo a {
	display: block;
	background: transparent url(../images/layout/logo.gif) left top no-repeat;
	width: 160px;
	height: 33px;
	text-indent: -999em;
	overflow: hidden;
}

#flwLogo {
	float: right;
	width: 214px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/layout/flwptLogo.gif) left top no-repeat;
	border: none;
	}

#flwLogo a {
	display: block;
	background: transparent url(../images/layout/flwptLogo.gif) left top no-repeat;
	width: 214px;
	height: 55px;
	text-indent: -999em;
	overflow: hidden;
}

#sideColumn {
	float: left;
	width: 160px;
}

#mainColumn {
	width: 556px;
	float: right;
	padding: 0 0 1em;
	background: none;
	position: relative;
	min-height: 300px;
	font-size: 95%;
}

#col1 {
	float: left;
	width: 268px;
	margin-right: .25em;
}

#col2 {
	float: left;
	width: 130px;
	margin-left: .4em;
}

#col3 {
	float: right;
	width: 142px;
}

#customerService {
	float: left;
	width: 160px;
}

#footer {
	width: 100%;
	border-top: 1px solid #ccc;
	background: transparent;
	font-size: 11px;
}

/* main navigation */

#mnav {
	text-transform: uppercase;
	color: #ccc;
	margin: 0 0 1em;
}

#mnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mnav ul#toprow {
	text-align: left;
	display: block;
	margin: 0 0 .15em 0;
	padding: 0 0 .25em 0;
	background: url(../images/layout/bg_mnav_border.gif) left bottom no-repeat;
}

#mnav ul#bottomrow {
	text-align: left;
	display: block;
	margin: .15em 0;
	padding: .5em 0 0 0;
	background: url(../images/layout/bg_mnav_topborder.gif) left top no-repeat;
	float: right;

}

#mnav ul li {
	margin: 0;
	padding: 0 4px 0 0;
	margin-right: 4px;
	float: left;
	display: inline;
	height: 10px;
	}

#mnav li a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	height: 10px;
	}
	
#mnav li.gowright {
 	background: url("../images/mnav/gowright.gif") left top no-repeat; 
}

#mnav li.gowright a {
	background: url("../images/mnav/gowright.gif") left top no-repeat;
	width: 301px;
	}
	
#mnav li.gowright a:hover {
	background: url("../images/mnav/gowright_h.gif") left top no-repeat;
	width: 301px;
	}
	
#mnav li.member {
 	background: url("../images/mnav/member.gif") left top no-repeat; 
}

#mnav li.member a {
	background: url("../images/mnav/member.gif") left top no-repeat;
	width: 113px;
	}
	
#mnav li.member a:hover {
	background: url("../images/mnav/member_h.gif") left top no-repeat;
	width: 113px;
	}
	
#mnav li.donate {
 	background: url("../images/mnav/donate.gif") left top no-repeat; 
}

#mnav li.donate a {
	background: url("../images/mnav/donate.gif") left top no-repeat;
	width: 51px;
	}
	
#mnav li.donate a:hover {
	background: url("../images/mnav/donate_h.gif") left top no-repeat;
	width: 51px;
	}

#mnav li.wrightplus {
 	background: url("../images/mnav/wrightplus.gif") left top no-repeat; 
}

#mnav li.wrightplus a {
	background: url("../images/mnav/wrightplus.gif") left top no-repeat;
	width: 71px;
	}
	
#mnav li.wrightplus a:hover {
	background: url("../images/mnav/wrightplus_h.gif") left top no-repeat;
	width: 71px;
	}
	
#mnav li.bookmark {
 	background: url("../images/mnav/bookmark.gif") left top no-repeat; 
	float: right;
	padding-right: 0;
	margin-right: 0;
}

#mnav li.bookmark a {
	background: url("../images/mnav/bookmark.gif") left top no-repeat;
	width: 90px;
	}
	
#mnav li.bookmark a:hover {
	background: url("../images/mnav/bookmark_h.gif") left top no-repeat;
	width: 90px;
	}

#mnav li.customer-service {
 	background: url("../images/mnav/customer-service.gif") left top no-repeat; 
}

#mnav li.customer-service a {
	background: url("../images/mnav/customer-service.gif") left top no-repeat;
	width: 112px;
	}
	
#mnav li.customer-service a:hover {
	background: url("../images/mnav/customer-service_h.gif") left top no-repeat;
	width: 112px;
	}
	
#mnav li.store-locator {
 	background: url("../images/mnav/store-locator.gif") left top no-repeat; 
}

#mnav li.store-locator a {
	background: url("../images/mnav/store-locator.gif") left top no-repeat;
	width: 94px;
	}
	
#mnav li.store-locator a:hover {
	background: url("../images/mnav/store-locator_h.gif") left top no-repeat;
	width: 94px;
	}
	
#mnav li.catalog {
 	background: url("../images/mnav/request-catalog.gif") left top no-repeat; 
}
	
#mnav li.catalog a {
	background: url("../images/mnav/request-catalog.gif") left top no-repeat;
	width: 108px;
	}
	
#mnav li.catalog a:hover {
	background: url("../images/mnav/request-catalog_h.gif") left top no-repeat;
	width: 108px;
	}
	
#mnav li.signup {
 	background: url("../images/mnav/email.gif") left top no-repeat; 
}
	
#mnav li.signup a {
	background: url("../images/mnav/email.gif") left top no-repeat;
	width: 85px;
	}
	
#mnav li.signup a:hover {
	background: url("../images/mnav/email_h.gif") left top no-repeat;
	width: 85px;
	}
	
#mnav li.cart {
 	background: url("../images/mnav/view-cart.gif") left top no-repeat; 
}
	
#mnav li.cart a {
	background: url("../images/mnav/view-cart.gif") left top no-repeat;
	width: 66px;
	}
	
#mnav li.cart a:hover {
	background: url("../images/mnav/view-cart_h.gif") left top no-repeat;
	width: 66px;
	}
	
#mnav li.check-out {
 	background: url("../images/mnav/check-out.gif") left top no-repeat; 
		padding-right: 0;
	margin-right: 0;
}
	
#mnav li.check-out a {
	background: url("../images/mnav/check-out.gif") left top no-repeat;
	width: 62px;
	}
	
#mnav li.check-out a:hover {
	background: url("../images/mnav/check-out_h.gif") left top no-repeat;
	width: 62px;
	}

/* footer styles */

#customerService a, #footer a { 
	text-decoration: underline;
}

#customerService p { 
	line-height: 1.2em;
}

#footerTxt {
	margin: .25em 0 0;
	float: right;
	width: 556px;
	}
	
#footer #footerTxt p {
	margin-bottom: .75em;
}

div.hr {
	border-bottom: 1px solid #ccc;
	margin: 0 .5em .5em 0;
}
div.hr hr {
	display: none;
}
	
.bottombar {
	border-bottom: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* snav Styles */

ul#snav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

ul#snav li {
	margin: 0 0 .1em;
	padding: 0;
	line-height: 1.18em;
}

ul#snav li a {
	color: #333;
}

ul#snav li a:visited, a:active {
	color: #333;
	text-decoration: none;
}

ul#snav li a:hover {
	color: #999;
	text-decoration: none;
}

ul#snav li.security {
	margin: 1.2em 0 1em;
}

.forHome ul#snav li.for-home a, .holiday ul#snav li.holiday a, .gifts ul#snav li.gifts a, .gifts-for-kids ul#snav li.gifts-for-kids a,.furniture ul#snav li.furniture a, .tableware ul#snav li.tableware a, .garden ul#snav li.garden a, .apparel ul#snav li.apparel a, .jewelry ul#snav li.jewelry a, .cards ul#snav li.cards a, .office ul#snav li.office a, .books ul#snav li.books a, .book-sale ul#snav li.book-sale a, .posters ul#snav li.posters a, .audio ul#snav li.audio a, .blocks ul#snav li.blocks a, .bestsellers ul#snav li.bestsellers a, .new ul#snav li.new a, .sale ul#snav li.sale a {
	color: #cc3300;
}

/* searchBox */

#searchBox {
	margin: 0 0 1em 0;
}

#searchBox p {
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
}

#searchBox a {
	background: #e7e7e7;
	padding: 2px 5px 4px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #cc3300;
}

#searchBox a:hover {
	background: #ccc;
}
input#search {
	width: 19px;
}

.go {
	width: 17px;
	height: 17px;
	background: none;
}
input.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background: #e7e7e7;
	height: 13px;
	width: 120px;
	border: 1px solid #ccc;
}

/* Button Style */
a.buyNowB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	background-color: #333;
	margin: 0 3px 0 0;
	padding: 0 4px 2px;
	border: 1px solid #ccc;
	float: right;
}

input.buyNowB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	background-color: #333;
	margin: 1em 0;
	padding: 1px 1px 2px;
	border: 1px solid #ccc;
	width: 68px;
	cursor: pointer;
}

#detail input.buyNowB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	background-color: #333;
	margin: 1em 0;
	padding: 1px 1px 2px;
	border: 1px solid #ccc;
	width: 68px;
	cursor: pointer;
}

a.buyNowB:visited, .productItem input.buyNowB {
	color: #fff;
}
a.buyNowB:hover, #detail input.buyNowB:hover, .productItem input.buyNowB:hover {
	color: #cc3300;
}

/* Misc Styles */

.sm {
	font-size: 90%;
}

.sku {
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
}

.prodPrice {
	padding-bottom: .5em;
}


.saleprice {
	color: #cc3300;
	font-size: 12px;
	font-weight: bold;
}

#secondary .saleprice {
	color: #cc3300;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.saleTxt {
	font-size: 11px; 
	color: #cc3300;
	line-height: 12px 
}

/* Category page styles */

li.selected a, li.selected {
	color: #cc3300;
}

#primary .content h1, #secondary .content h1 {
	float: left;
	width: 265px;
	text-align: left;
	margin: 0 0 0 5px;
}

.categoryItem h2 {
	font-size: 11px;
	line-height: 1.1em;
	padding: 10px 0 0 5px;
	font-weight: normal;
	min-height: 30px;
	margin: 0;
}

.categoryItem h2 a {
	color: #333;
}

.categoryItem h2 a:hover {
	color: #cc3300;
}

.categoryItem h2.tall {
	padding: 6px 0 6px 5px;
}

.categoryItem, .productItem {
	float: left;
	margin: 8px 10px 3px 4px;
	padding: 0;
	width: 125px;
	background: #e7e7e7;
}

.categoryItem img {
	margin: 0;
}

#breadcrumbs {
	font-size: 10px;
	padding: 0 7px 0 0;
	margin: 0 0 .75em 0;
}

#breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

#breadcrumbs li {
	display: inline;
	margin: .1em 0 0 .25em;
}

#breadcrumbs a {
	text-decoration: underline;
	color: #333;
}

/* Secondary Category page styles */

.productItem, #detail .categoryItem {
	border: 1px solid #ccc;
	background: none;
	margin: 8px 6px 3px 2px;
	padding: 2px;
	min-height: 190px;
	position: relative;
}

.sale .productItem {
	min-height: 200px;
}

.bestsellers .productItem {
	min-height: 175px;
}

#detail .categoryItem h2 {
	font-weight: bold;
	margin: .25em 0;
	padding: 0;
}

.productItem h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.1em;
	padding: 0;
	font-weight: bold;
}

.productItem h2 a {
	color: #333;
}

.productItem h2 a:hover {
	color: #cc3300;
}

.productItem h3, #detail .categoryItem h3 {
	font-weight: bold;
	margin: .5em 0 .25em;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
}

.productItem h3.salePrice, #detail .categoryItem h3.salePrice {
	color: #cc3300;
	font-weight: bold;
}

.productItem .catId, #detail .categoryItem .catId {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 3px;
	line-height: 1em;
}

.productItem a.buyNowB, #detail .categoryItem a.buyNowB, .productItem input.buyNowB, #detail .categoryItem input.buyNowB {
	position: absolute;
	bottom: 4px;
	left: 4px;
	padding: 1px 6px;
}

.productItem input.buyNowB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	background-color: #333;
	margin: 0 3px 0 0;
	padding: 0 4px 2px;
	border: 1px solid #ccc;
	float: right;
	width: 68px;
	cursor: pointer;
}

.pagination {
	font-size: 10px;
	float: right;
	width: 265px;
	margin: 4px 10px 0 0;
	text-align: right;
}

.onState { color: #cc3300; }

.pagination a {
	text-decoration: underline;
}

/* Detail Page */
#detail #col1 {
	width: 350px;
}

#detail #col2 {
	width: 190px;
	font-size: 90%;
	line-height: 1.2em;
	float: right;
	margin-right: .5em;
}


#detail #breadcrumbs ul li {
	margin: 0 0 .15em .25em;
}

#detail #breadcrumbs li.selected {
	display: block;
	margin: .25em 0 0 .25em;
}

#detail h1 {
	margin: .25em 0 .5em;
	float: left;
	width: 345px;
}

#detail h3 {
	margin: 1em 0 0 0;
}

.price {
	font-size: 105%;
	font-weight: bold;
	margin: .5em 0 0;
}

/* misc and generic page styles */

#generic #mainColumn {
	padding: 0 1em 0 1em;
	margin-bottom: .75em;
	width: 540px;
}

#generic #mainColumn p {
	margin: 0 0 1em 0;
}

.soldout {
	margin: 0 1em 0 .25em;
	padding: .25em .5em .5em .75em;
	border: 1px solid #666;
	background: #e7e7e7;
}

img.marginTop {
	margin-top: .85em;
}

/* new table styling */
table.buyTickets {
font-size: 11px;
text-align: left;
}

table.buyTickets {
	margin-bottom: 1em;
}

table.buyTickets th, table.buyTickets td {
	padding: 2px;
	font-size: 69%; /* for IE 5.x */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 100%; /* for compliant browsers */
}

table.buyTickets th { 
	vertical-align: bottom; 
	color: #333; 
	padding: 12px 2px 8px; 
	border-bottom: 1px solid #999; 
	font-size: 130%;
}


table.buyTickets td { 
	vertical-align: middle; 
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}

table.buyTickets tr:hover {
	background: #d7d7d7;
}

table.buyTickets tr.odd {
	background: #f4f3f3;
}

table.buyTickets tr.odd:hover {
	background: #d7d7d7;
}

table.buyTickets tr:hover td { }

table.buyTickets input.buyNowB {margin-top: 3x;}

/* Home page styles */

#home #mainColumn {
	background: transparent url(../images/layout/bg_mainColumn.gif) 268px top repeat-y;
}

#home h1 {
	font-weight: bold;
	font-size: 18px;
	color: #CC3300;
	margin: .5em 0 1em 0;
	padding: 0 0 .25em 0;
	letter-spacing: -1.5px;
}

#home h1 a {	
	color: #CC3300;
}

#home h1 a:hover {	
	color: #666;
}

#col1 img {
	margin-left: 1px;
}

#home h3 {
	font-weight: bold; 
	font-size: 11px; 
	color: #333; 
	line-height: 12px;
	margin: .15em 0 .25em;
}

#home h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	color: #CC3300;
	margin: 1em 0 .12em 0;
}

#home h4 a {
	font-size: 10px;
}

#home p {
	margin: 0 0 .15em;
}

#home .promoBox {
	border: 1px solid #acacac;
	margin: 0 0 .5em;
	padding: 1px;
	width: 134px;
	background: #e7e7e7;
}

#home .promoBox h3 {
	padding-left: 2px;
}

#home #col3 h4 {
margin: 0 0 .5em 0;
}

#home .new #col2 p, #home #col3 p {
	padding: 0 0 .25em 0;
}

#home #col2 p {
	padding: 0 0 .35em 0;
}

#home #col2 a.sku, #home #col1 a.sku {
	padding: 0 3px 0 0;
}

.new #col1 p {
	margin: .25em 0 .5em;
}

.new a.buyNowB {
	float: none;
	padding: 2px 4px;
}

#home .saleprice, #home h3.saleprice {
	font-size: 10px;
	color: #CC3300;
	font-weight: normal;
}

#home img.imgPadding {
	margin: .5em 0 0;
}
