/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* COLOR REFERENCE */
.dkbrown {
	color: #493b35;
}

.medbrown {
	color: #5a4a42;
}

.ltbrown {
	color: #716558;
}

/* General Style Info */
body {
	background: #fafae6 url(/img/bg.gif) top left repeat;
	color: #666;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0px;
}
a {
	color: #993;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0px;
}
h2 {
	color: #666;
	font-size: 20px;
	font-family: 'Times New Roman', times, serif;
	margin: 5px 0;
	padding-top: 18px;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;

}
h4 {
	color: #993;
	font-weight: bold;
	padding-top: 0.5em;
}

h5 {
	font-size: 12px;
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

hr { 
	color: #ccc; 
	background-color: #ccc; 
	height: 2px; 
	margin: 10px 0px; 
	padding: 0px;
	border: none;
}

ul {
	margin: 10px 12px;
}

li {
	margin: 3px 12px;
}

p {
	margin: 8px 0px;
}

div.flourish {
	height: 16px;
	width: auto;
	border: none;
	margin: 15px 0px;
	background: transparent url(/img/home_flourish.gif) top center no-repeat;
}

div.flourish hr {
  display: none;
}


.alignleft { float: left; text-align: left; }
.aligncenter { float: left; text-align: center; }
.alignright { float: right; text-align: right; }

/* Layout */
#container {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#header{
	position: relative;
	padding: 0px;
	text-align: center;
	height: 195px;
}

#header h1 {
	padding: 0px 0px;
	margin: 0px;
}

#header h1 a {
	text-decoration: none;
}

ul#topnav {
	list-style-type: none;
	display: table;
	width: 750px;
	table-layout: fixed;
	margin: 15px 0px 10px 5px;
	padding: 0px;
}

ul#topnav li {
	display: table-cell;
	position: relative;
	padding: 0px;
	font-family: times;
	font-size: 16px;
}

ul#topnav li a {
	color: #5a4a42;
	text-decoration: none;
}

ul#topnav li a:hover {
	text-decoration: none;
}

#statusbar {
	width: 670px;
	clear: both;
	height: 20px;
	background: #93C551;
	color: #fff;
	font-family: Garamond, Times New Roman, Times, times, serif;
	font-size: 14px;
	padding: 10px 25px 6px 25px;
	margin: 0px 0px 0px 0px;
	color: #fff;
}

#statusbar a {
	color: #fff;
}

#content {
	background: #fff;
	width: 720px;
	border: none;
	clear: both;
	color: #666;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
}

#content a {
	color: #993;
}

.button {
	padding: 6px 0px;
	margin: 10px 0px;
	height: 16px;
	display: inline-block;
	border: none;
	background: transparent url(/img/bg_button_brown.gif) repeat-x top left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#content .button a {
	color: #fff;
	margin: 0px 12px;
}

#breadcrumb {
	float: left;
}

#cartstatus {
	float: right;
	background: transparent url(/img/cart.gif) no-repeat top left;
	padding: 11px 0px 0px 0px;
	margin-top: -10px;
	height: 25px;
	width: 36px;
	border: none;
	font-size: 10px;
	text-align: center;
}

#maincontent {
	background-color: #fff;
}

#footer {
	position: relative;
	width: 730px;
	clear: both;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

ul#footnav {
	list-style-type: none;
	display: table;
	width: auto;
	table-layout: fixed;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
}
 
  
ul#footnav li {
	display: table-cell;
	padding: 0px 6px;
	font-family: arial;
	font-size: 9px;
}


body#default #left {
	float: left;
	width: 435px;
	padding: 0px 20px;
	
}

body#default #right {
	float: left;
	width: 200px;
	height: 320px;
	margin: 30px 0px 0px 43px;
	background-color: #333;
}

body#default #widecart {
	float: left;
	width: 680px;
	padding: 0px 20px;
	
}

body#default #cart {
	float: left;
	width: 200px;
	min-height: 283px;
	margin: 30px 0px 0px 43px;
	background-color: #fff;
}

body#default #cart #cart_head {
	width: 170px;
	height: 31px;
	margin: 0px;
	padding: 5px 10px 0px 20px;
	overflow: hidden;
	background: transparent url(/img/bg_cart_head.gif) no-repeat top left;
	font-family: Garamond, Times New Roman, Times, times, serif;
	font-size: 18px;
	color: #fff;
	background-color: #fff;
}

body#default #cart_contents_border {
	width: 198px; 
	background-color: #BF454E;
	padding: 0px;
	margin: 4px 0px;
}
	
body#default #cart_contents {
	width: 158px; 
	background-color: #fafae6;
	padding: 12px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

table#fullcart { margin: 10px 0px; }

#fullcart td,  #fullcart th {
	margin: 0px; padding: 5px;
}

#fullcart th {
	font-weight: bold;
	text-align: left;
}

#fullcart input.qty {
	width: 34px;
	height: 16px;
	font-size: 12px;
	border: 1px solid #666;
	padding: 4px 4px;
	float: left;
	margin: 0px;
}

#fullcart a.remove {
	color: #BF454E;
	font-size: 10px;
	float: left;
	margin: 4px 0px 0px 5px;
}

body#admin input.qty {
	width: 34px;
	height: 12px;
	font-size: 10px;
	border: 1px solid #666;
	padding: 4px 4px;
	float: left;
	margin: 4px 0px;
}

body#admin a.update {
	color: #BF454E;
	font-size: 10px;
	float: left;
	margin: 4px 0px 0px 5px;
}
/* Home Page */

body#home #left {
	float: left;
	background-color: #93C551;
	width: 205px;
	height: 305px;
	margin: 0px;
	padding: 20px;
	color: #fff;
	font-family: "Times New Roman", times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	overflow: hidden;
}

body#home #left h2 {
	color: #fff;
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	width: 205px;
}

body#home #right {
	float: left;
	background-color: transparent;
	width: 465px;
	height: 345px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

body#home #right ul#rotate ,body#home #right ul#rotate li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body#home #home_promo {
	position: absolute;
	top: 259px;
	right: 0px;
	width: 140px;
	height: 28px;
	padding: 2px 0px 2px 12px;
	color: #fff;
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 12px;
	background: transparent url(/img/home_promo_bg.gif) no-repeat top left;
}

body#home #home_promo a {
	color: #fff;
}

#content .prodname {
	padding: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 138px;
	height: 16px;
	border: none;
	background: transparent url(/img/bg_product_title.gif) no-repeat top left;
	text-align: center;
}

#content .prodname a {
	color: #fff;
	font-family: "Garamond Semibold", garamond, "Times New Roman", times, serif;
	font-size: 14px;
	text-transform: uppercase;
}


#content #addtocart { visibility: hidden; }

#product_detail {
	clear: both;
}

#prod_image {
	text-align: center;
	margin: 0px 0px 8px 0px;
}

#prod_image.prod_preview {
	background-color: #fff;
}

#prod_image.prod_preview p {
	width: 100px;
	height: 40px;
	margin: 0px;
	padding: 25px 0px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-family: "Garamond Semibold", garamond, "Times New Roman", times, serif;
}

.swatch {
	width: 50px;
	height: 50px;
}

#prod_div {
	width: 190px;
	float: left;
	background-color: #fff;
}

#prod_div .prodtitle {
	clear: both;
	padding: 0px 10px;
	margin: 0px 0px 15px 0px;
	#position: relative;
	overflow: hidden;
	width: 170px;
	height: 28px;
	border: none;
	background: transparent url(/img/bg_button_brown.gif) repeat-x top left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#product_detail .prodtitle a { 
	color: #fff;
}

#selectedtrim, #addtocart { margin-top: 7px; }

.vertalign_outer {
	#position: absolute;
	#top: 50%;display:
	table-cell;
	vertical-align: middle;
}

.vertalign_inner {
	 #position: relative;
	 #top: -50%;
}

#content .prod_preview {
	float: left;
}

div#trim_grid{
	width: 198px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	background-color: #fff;
}

div#trim_grid ul {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	background-color: #fff;
}

div#trim_grid ul li p.soldout {
	width: 38px;
	height: 38px;
	padding: 0px;
	margin: 10px 10px;
	text-align: center;
	color: #000;
	background-color: #fff;
	font-size: 16px;
	font-family: "Garamond Semibold", garamond, "Times New Roman", times, serif;
}

.trim_icon {
	width: 58px;
	height: 58px;
	float: left;
	list-style-type: none;
	margin: 0px 8px 8px 0px;
	padding: 0px;
	background-color: #666;
}

ul#inventory_list {
	
}


ul#inventory_list li {
	clear: both;
}
/* Tables */
table {
	background: #fff;
	border: none;
	clear: both;
	color: #666;
	margin-bottom: 10px;
	width: 100%;
}

table tr td {
	background: #fff;
	padding: 0px 0px 40px 0px;
	text-align: center;
	vertical-align: top;
}

.products.index table {
	background: #fff;
	border: none;
	clear: both;
	color: #666;
	width: 720px;
	text-align: center;
	padding: 20px 0px;
	margin: 0px;

}

.products.index tr {
	text-align: center;
}

.products.index table tr td {
	background-color: #fff;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 40px;
}

.products.index table tr td div {
	margin: 0px auto;
}

#cart table {
	border: none;
	background-color: transparent;
	clear: both;
	color: #000;
	width: 160px;
	text-align: left;
	padding: 0px;
	margin: 0px;

}

#cart tr {
	text-align: center;
}

#cart table tr td {
	background-color: transparent;
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
}

#cart table tr td hr {
	border: none;
	border-top: 1px dashed #808080;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	margin: 5px 0px;
}
select {
	clear: both;
	font-size: auto;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: auto;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}