* {
margin: 0px;
padding: 0px;
}

body {  
	background-color: #fff;
	background-image: url('http://test.norrington.net/images/border.gif');
	background-repeat: repeat-y;
	padding-left: 65px;
}

div.pagination span.info {
visibility: hidden;
}

INPUT, SELECT, TH, TD {font-size: 1.3em; }

/* the following are hacks for IE, again ref clagnut */
table { font-size: 100%; }
INPUT, SELECT, TH, TD { font-size: 100%; }

body, table, p, div, td, input, textarea {
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #7e6e63;
}

body, html {
	height: 100%;
}

img {
	display:inline;
}

img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}

img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}

p {
	padding-top: 5px;
	padding-bottom: 10px;
}

td {
	vertical-align: top;
}

ul, ol {
	padding-left:30px;
}

ul {
	list-style-type:disc;
}

img { border: 0px; }

/* LINKS 
***************************** */
a {
  color: #7e6e63;
	text-decoration: none;
 	font-weight: bold;
}
a:link { }
a:visited { }
a:hover { color: #C6AF39; }

/*a.normal { font-weight: normal; }*/

/* HEADINGS
***************************** */
h1, h2, h3, h4 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
}

#product_description h1 {
	letter-spacing: 0.05em;
}

h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom:0px;
}

h2 {	font-size: 16px; }

h2 a { font-weight: normal; }

h3 { font-size: 13px; }

h4 { font-size: 13px; }

div.line {
	border-bottom: 1px solid #B5B5B5;
	padding:0px;
	margin-top:0px;
	height: 1px;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}

#flash {
	width: 400px;
	margin: 0 300px;
	position:absolute;
	padding: 10px;
	z-index: 100;
	background-color: #e0eaef;
	border: 1px solid #7e6e63;
}

#flash * {
	font-size: 1em;
	line-height: 1em;
}

/* CONTAINER AND LARGE DIVS 
***************************** */
#container {
	width: 760px;
  height: 100%;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 100px;
}

/* Div that comes before the content */
#preContent {
	height: 83px;
}

#contentBody {
  margin-top: 15px;
	clear:both;
}

/* 2 column layout */
#preContent.twoColumn { }

#contentBody.twoColumn { }

#container.twoColumn { }

/* HEADER 
***************************** */
#header {
	height: 110px;
}

#logo {
  height: 74px;
	display: inline;
	float: left;
}

#checkout_now {
  margin-top: 20px;
  display: inline;
  float: right;
}

div.navigation {
	width: 480px;
	display: inline;
	float: right;
	text-align: right;
}

div.navigation a:link,
div.navigation a:visited,
div.navigation a:hover {
  font-weight: normal;
}

div.top {
  width: 370px;
 	margin-top: 98px;
}

div.bottom {
 	margin-top: 10px;
}

#strapline {
  width: 250px;
  text-align: left;
  display: inline;
  float: left;
  clear: left;
  	letter-spacing: 0.1em;
}

/* LEFT AND RIGHT CONTAINERS 
***************************** */
#left {
	float: left;
	width: 140px;
}

#right {
	float: right;
	width: 600px;
  	text-align: justify;
}

#fullContent {
	width: 760px;
	margin-left: 45px !important;
	margin-left: 45px;
	margin-right: 15px;
}

/* TAGS IN LEFT NAVIGATION
***************************** */
a.tag_link {
	font-family: Georgia, Arial, sans-serif;
  font-size: 16px;
  line-height: 14px;
	letter-spacing: 0.02em;
	text-align: left;
/*	height: 30px;*/
  padding-bottom: 18px;
  display: block;
  font-weight: normal;
/*	margin-top: 40px;*/
/*	background-color: #e0eaef;*/
}

a.tag_link:hover {	
  font-weight: normal;
  display: block;
}

a.sale_tag {
  color: red;
}

/* FOOTER
***************************** */
#footer {
  height: 80px; /*required to scroll page above cart */
  margin-top: 10px;
  text-align: right;
margin-bottom: 80px;
}

/* Secondary actions: orders ready to ship, on hold etc
***************************** */
ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}

ul li {
	padding: 2px 0px;
	list-style-type: square;
}

a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}

.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}

.info {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	line-height: 10px;
}

br {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

.money {
	font-weight: bold;
}

.need_help {
  display:inline;
  float: right;
  border: 1px solid #7e6e63;
  margin-top: 20px;
}

.continue_shopping {
  clear: right;
  display:inline;
  float: right;
  border: 1px solid #7e6e63;
}

/* in-page tab navigation */

.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* LISTS
*****************************  */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #fff;
	overflow: auto;
}

.list {
	/* border: 1px solid #666666; */
	width: 100%;
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	background-color: #fff;
	padding: 2px 6px;
	color: #7e6e63;
  border-bottom: 1px solid #7e6e63;
}

.list tr.odd td {
	background-color: #fff;
	color: #7e6e63;
  border-bottom: 1px solid #7e6e63; 
}

.list tr.even td {
	background-color: #ddd;
	color: #7e6e63;
  border-bottom: 1px solid #7e6e63;
}
.numeric, .list .numeric {
	text-align: right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #FFE5F2;
	color: #7e6e63; 
  border-bottom: 1px solid #7e6e63;
/*	border-bottom: 1px solid #666666; */
/*	border-right: 1px solid #666666; */
	text-transform: capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #7e6e63;
	background-color: #FFE5F2;
  border-bottom: 1px solid #7e6e63;
  /*	border-top: 1px solid #191465;*/
	/*text-transform: capitalize;*/
}

.list td.borderTop {
	border-top: 1px solid #999999;
}

/* MISC
***************************** */

*.hover {
/*	cursor: pointer;
	cursor: hand; */
}

.hlt, tr.hlt td, tr.selected td {
	background-color: #FFBC6C !important;
	font-style: italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear{
	clear: both;
	height: 5px;
	overflow: hidden;
}

.thin_clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clear_big {
	clear: both;
	height: 15px;
	overflow: hidden;
}

div.float {
	float: left;
	margin-right: 10px;
}

div.floatHalf {
	float: left;
	width: 48%;
}

div.indent {
	padding: 0px;
	margin: 0px;
	margin-top: -10px;
	padding-left: 20px;
}

div.padLeft {
	padding-left: 10px;
}

/* FORMS 
***************************** */

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display: inline;
	clear: none;
	margin-bottom: 0px;
}

label {
	clear: both;
	padding-bottom: 5px;
}

div.fixed_width {
  width: 100px;
  display: inline;
  float: left;
}

.form_label {
	float: left;
	width: 150px;
}

input.button {
  margin-top: 20px;
	padding: 2px 5px;
	letter-spacing: 0.15em;
  background-color: #ff99ce;
  line-height: 20px;
  font-size: 16px;
}

option {
	padding: 0px 4px;
}

input[type=hidden] {
	display: none;
}

#submittingText {
	display: none;
	font-weight: bold;
	font-size: 1.3em;
	color: green;
	padding: 10px;
}

div.error {
	margin: 10px;
	background-color: #FFFF99;
	border: 1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	color: #804D68;
}

input.error {
	background-color: #FFD3E3;
}

.textInput, .textArea, select {
	border: 1px solid #7e6e63;
	padding: 2px;
}

.textInput select {
	height: 20px;
	line-height: 1em !important;
	line-height: 20px;
}

.textArea, .check_box {
  display: inline;
}

/* MAIN 
***************************** */
.word-spacer {
	color: #C6AF39;
}  

/* STORE INDEX AND PRODUCT BROWSER 
***************************** */
.front_page_large_box {
	float: left;
	display: inline;
	margin-left: 38px;
	margin-bottom: 20px;
}

.front_page_large_image {
	border: 1px solid #7e6e63;
}

.product_box {
	width: 200px;
	height: 170px;
	float: left;
	display: inline;
}

.product_image {
  display: inline;
  float: right;
	margin-top: 0px;
  border: 1px solid #7e6e63;	
}

.join_our_mailing_list {
  margin-left: 40px;
  height: 30px;
  display: inline;
  float: left;
  border: 1px solid #7e6e63;
}

.we_love_design {
  height: 30px;
  display: inline;
  float: right;
  border: 1px solid #7e6e63;
}

h2.boxed {
  margin-top: 7px;
}

.dot-float-left {
  margin-top: 0px;
  margin-left: 8px;
  display: inline;
  float: left;  
}

.product-name {
  font-size: 10px;
  line-height: 9px;
  height: 24px; 
  text-align: left;
  overflow: hidden;
}

.dot-float-left-product {
  margin-top: 7px;
  margin-left: 40px;
  margin-right: 4px;
  display: inline;
  float: left;  
}

#pagination_container {
  height: 30px;
}

.pagination {
  text-align: right;
  text-transform: lowercase;
}

.pagination-info {
  font-size: 10px;
  font-style: italic;
}

.copyright {
  color: #aaa;
}

/* PRESS PAGE 
***************************** */
#press_image_odd {
	float: left;
	width: 280px;
}

#press_description_odd {
	float: right;
	width: 290px;
	margin-left: 20px;
}

#press_description_odd h2 {
    margin-top: 0px;
}

#press_image_even {
	float: right;
	width: 280px;
	margin-left: 20px;
}

#press_description_even {
	float: left;
	width: 290px;
}

#press_description_even h2 {
    margin-top: 0px;
}

.press_clear {
	clear: both;
	margin-bottom: 15px;
	height: 5px;
	overflow: hidden;
}

.press_hr {
	clear: both;
	margin-bottom: 15px;
	height: 5px;
	border-top: 1px solid #7e6e63;
	overflow: hidden;
}


/* PRODUCT PAGE 
***************************** */
#product_detail_image {
	float:left;
	width: 320px;
}

#product_description {
	float: right;
	width: 250px;
	margin-left: 20px;
}

#product_description h1 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}

#indicator {
	float: right;
	display: inline;
}

#add_to_cart {
	float: right;
	display: inline;
}

.rollover_image {
  margin-top: 20px;
  margin-bottom: 0px;
	display: inline;
  border: 1px solid #7e6e63;
}

.rollover_image_left {
  margin-top: 20px;
  margin-bottom: 0px;
	display: inline;
	float: left;
  border: 1px solid #7e6e63;
}

.rollover_image_centre {
  margin-top: 20px;
  margin-bottom: 0px;
	margin-left: 40px;
	display: inline;
	float: left;
  border: 1px solid #7e6e63;
}

.rollover_image_right {
  margin-top: 20px;
  margin-bottom: 0px;
	display: inline;
	float: right;
  border: 1px solid #7e6e63;
}

.product_option {
  padding-top: 5px;
  margin-bottom: 0px;
  border-top: 1px solid #7e6e63;
}

.product_option_picture {
  margin-right: 5px; 
  float: left;
  display: inline;
	border: 1px solid #7e6e63;
}

.product_option_price {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  margin-top: 2px;
  margin-left: 10px; 
  float: right;
  display: inline;
}

.product_option_description {
  width: 190px;
  float: left;
  display: inline;
}

#main_image_picture {
  	border: 1px solid #7e6e63;
}

.recommendation_box {
  margin-top: 35px;
  padding-top: 1px;
  border-top: 1px solid #7e6e63;
}

.recommendation_box h3 {
  margin-top: 5px;
  margin-bottom: 6px;
}

.recommendation {
  width: 140px;
  height: 100px;
  float: left;
  display: inline;
}

.recommendation_name {
  padding-left: 10px;
  text-align: left;
  overflow: hidden;
}


.recommendation_picture {
	border: 1px solid #7e6e63;
}

.sale {
 	font-size: 13px;
 	font-weight: bold;
 	text-align: center;
	line-height: 1.2em;
	padding-top: 8px;
	border: 2px red dotted;
	color: red;
	margin-bottom: 10px;
}

/* LANDING PAGE 
***************************** */
#landing_page_container{
	width: 750px;
	margin-top: 10px;
	margin-left: 30px;
}

#landing_page_text{
  margin-top: 10px;
  margin-right: 50px;
	float: right;
	text-align: right;
}

div#landing_page_text a:link,
div#landing_page_text a:visited,
div#landing_page_text a:hover {
  font-weight: normal;
}
/* TRIPLE COL
***************************** */
#tripleCol {
	background-image: url(/images/columnBg.png);
	background-repeat: repeat-y;
	clear: both;
}

#bLeftCol, #bMiddleCol, #bRightCol {
	padding: 15px;
	padding-top: 20px;
	float: left;
}

#bLeftCol { width: 219px !important; }

#bMiddleCol { width: 260px !important; }

#bRightCol {
	width: 228px !important;
	width: 210px;
	overflow: visible !important;
	overflow: hidden;
}


#bottomSpacer {
height:20px;
}
#cart {
background-color:#FFE5F2;
border-top:2px solid #FF99CB;
bottom:0%;
height:80px;
left:76px;
position:fixed;
width:760px;
z-index:20;
}
#cartTitle {
float:left;
font-family:'Trebuchet MS',Arial,sans-serif;
font-weight:normal;
margin-left:10px;
margin-top:5px;
text-decoration:none;
width:120px;
}
#shopping-cart-title {
font-weight:bold;
margin-bottom:10px;
margin-top:5px;
}
#cartRight {
display:inline;
float:right;
font-family:'Trebuchet MS',Arial,sans-serif;
margin-top:15px;
width:100px;
}
#emptyCart {
font-family:'Trebuchet MS',Arial,sans-serif;
margin-top:10px;
}
.cartItem {
float:left;
font-size:0.9em;
margin-right:10px;
text-align:center;
}
#itemsContainer {
display:inline;
float:left;
height:70px;
margin-top:5px;
overflow:hidden;
width:520px;
}
#indicator {
float:left;
margin-left:5px;
margin-right:5px;
padding-top:3px;
}
.product {
border-bottom:1px solid #CCCCCC;
clear:both;
padding-bottom:10px;
}
.productImage {
display:block;
margin-bottom:10px;
margin-right:10px;
}
.cart_image {
border:1px solid #67808C;
}
