label{
	display:block;
	font: 1.0em "Palatino Linotype";
	color:#888;
	padding:5px 0px;
}

table {
}

td, th{
	background:#fff;
	vertical-align:top;
}

td:hover{
	background:#eee;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: rgb(132, 131, 170);
	font-size: 110%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: bold;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
.halfwidth{
	width:45%;
	float:left;
	padding:0 2%;	
}
.fullwidth {
	width:100%;	
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
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;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	
}
input[type="button"], input[type="submit"] {
	width: auto;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}

div.radio label {
	margin: 0 0 6px 20px;
}
input[type=checkbox],
input[type=radio] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}


/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 120%;
	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;
}

.orders {
	padding:10px 30px;
}

.orders h2 {
	padding-left:0px;
}

.orders table{
	width: 95%;
	margin:0px auto;
}

.orders table th,
.orders table td {
	padding:5px;
	text-align:left;
}

tr.altrow{
	background:#eee;
}

#cataloguenav li{
	padding:0 0 5px 22px;
}

#cataloguenav li ul{
	padding-top:5px;
}

#cataloguenav li a{
	text-decoration:none;
	font-weight:bold;
}

#cataloguenav{
font:14px "Palatino Linotype";
color:#888;}

#cataloguenav a:hover{
background-color:#cad0ee;
}

ul#cataloguenav li ul li a{
	font-weight:normal;	
}

.cart table{
border:3px solid #c2cbf0;}

.cart table thead{
border-bottom:2px solid #c2cbf0;}

.cart table tfoot{
border-top:2px solid #c2cbf0;}

.cart table tbody tr{
border-bottom:1px solid #ccc;}

td, 
th {
	text-align:left;
  background:#fff;	
}

td.align-right{
	text-align:right;
	padding-right:5px;
}

td.align-left{
	text-align:left;
	padding-left:5px;
}

.center th,
.center td {
	text-align:center;
}

#product-sku {
	font-family: monospace;
}
.clear {
	clear:both;
}

.categories-index img{
	margin-top:4px !important;
}
#OrderSayings {
	width:100%;
}

#storeaddress{
	background:#fff;
	border:3px solid #c2cbf0;
	margin:10px 0 20px 0;
	display:none;
}
#product-image {
	float:left;
	width:265px;
	text-align:center;
}

#product-image p{
padding:0 5px 5px 5px;
text-align:left;}

#category-description img{
float:left;}

#category-description p{
width:434px;
float:left;}

.category img{
float:left;}

.category p{
width:434px;
float:left;
margin-top:0px;
}

.valid {
	background:#dfd;
}

.invalid {
	background:#fdd;
}

#saying-preview {
	width:350px;
	height:75px;
	border: 3px solid #c2cbf0;
	background:#fff;
	background-repeat:no-repeat;
	background-position:50% 5px;
	padding-top:0px;
	margin-top:10px;
}

#category-products {
	clear:both;
}

p {
	margin-top:10px;
}

a p {	
	text-decoration:underline;
}

.active-category {
	background:transparent url(/images/leftnavimg.png) no-repeat;
}

.color-preview {
	width:12px;
	height:12px;
	border:1px solid #000;
	background:transparent;
	float:left;
	margin:10px 5px 0 0;
	padding:0px;
	display:inline;
}

.special-price {
	color:#600;
}

#locations-list{
	padding:20px;	
}
#locations-list h4{
	padding-bottom:2px;
	clear:both;
}

#locations-list p.location {
	padding-top:2px;
	margin:0px;
	width:175px;
	float:left;
}
.row {
	clear:both;
}
p.align-right{
	text-align:right
}
#login #rightdiv img,
#dashboard #rightdiv img {
	float:left;
}
.shipping {
	padding-left:75px;
}

dt {
	font-weight:bold;
	clear:both;
}
#checkout-form {
	padding-left:75px;
	margin:0px;
}
dd {
	padding:2px 0px 15px 0px;
}

#dashboard a.button {
	margin:8px 0;
	-moz-border-radius: 0.5em;  
	-webkit-border-radius: 0.5em;
	border:1px solid #646385;
	background:#E2E6F8;
	color:#646385;
	display:block;	
	padding:5px 0;
	width:115px;
	text-align:center;
	font-size:85%;
	text-decoration:none;
}
#dashboard a.button:hover {
	background:#BAC6FB;
}
.shipping {
	padding-left:25px;
}
.message {
	padding: 5px 25px;
}

