div.catalog_crumbtrail {
	float: right;
	position: relative;
	top: -30px;
}

font.required {
	font-weight: bold;
}

p.msg {
	color: #990000;
}

p.info {
	color: #339933;
}

p.error {
	color: #990000;
	margin-bottom: 0;
	margin-top: 20px;
}

a.error,
a.error:hover {
	color: #990000;
}

div.horz_rule {
	border-top: solid 1px #604838;
	height: 1px;
	margin: 1em 0;
	overflow: hidden;
}

form.search_form {
	display: block;
	float: right;
	position: relative;
	top: -57px;
}

label.search_label {
	display: block;
	float: left;
	line-height: 24px;
}

input.search_word {
	border: solid 1px #604838;
	display: block;
	float: left;
	height: 14px;
	margin: 0 5px;
	padding: 4px;
	width: 100px;
}

input.search_btn {
	display: block;
	float: left;
}


/****************************/
/*			CATEGORY		*/
/****************************/

div.category_heading {
	float: right;
}

h1.category_title {
	float: left;
}

div.category_nav {
	float: right;
	position: relative;
	top: -10px;
}


table.subcategorylist {
	width: 100%;
	border-collapse: collapse;
}
	
td.subcategorylist {
	padding: 15px;
	text-align: left;
}

div.subcategorylist {
	font: bold 12px "Trajan Pro", Georgia, "Times New Roman", Times, serif;
}

div.subcategorydesc {}

td.subcategorylist img {
	margin-bottom: 5px;
}

table.productlist td {
	text-align: center;
	width: 33%;
}

td.page_nav {
	font: bold 11px "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	line-height: 20px;
}

td.page_nav img {
	vertical-align: middle;
	margin: 0 5px;
}
	
a.page_number,
a.page_number:hover {
	font-weight: bold;
	padding: 5px;
}

a.page_number_current,
a.page_number_current:hover {
	background-color: #E1C0CE;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}



/****************************/
/*			PRODUCT			*/
/****************************/

div.product_photo {
	float: left;
	width: 300px;
}

img.productimage {
	display: block;
	margin: 0 auto;
}

div.product_info {
	float: left;
	left: 25px;
	position: relative;
	width: 400px;
}

div.zoom {
	padding: 5px;
	text-align: center;
}

table.photostable {
	width: 300px;
}

td.photosthumb {
	padding: 10px;
	width: 50%;
}

a.optionlabel,
a.optionlabel:hover {
	text-decoration: none;
}

td.product_form_combination_cell {
	padding: 5px 2px 5px 2px;
}

td.product_form_label_cell {
	padding: 5px 2px 5px 2px;
	width: 10%;
}

td.product_form_value_cell {
	padding: 5px 2px 5px 2px;
	width: 90%;
}

p.product_swatch {
	text-align: center;
}

table.relatedproducts {
	border-collapse: collapse;
	margin-top: 35px;
}

td.relatedproducts {
	padding: 10px;
	width: 110px;
}

table.relatedproducts td.relatedproducts a {
	text-decoration: none;
}

table.relatedproducts td.relatedproducts img {
	display: block;
}


/****************************/
/*		SHOPPING BASKET		*/
/****************************/

table.cart {
	border-collapse: collapse;
}

th.cart {
	color: #E1C0CE;
}

div.continue_shopping_btn {
	float: right;
	margin-right: 10px;
	position: relative;
}


/****************************/
/*			CHECKOUT		*/
/****************************/

table.checkout_login {
	margin: 20px auto;
	width: 225px;
}

table.checkout_guest {
	margin: 20px auto;
	width: 225px;
}

table.shipping_table {
	border-collapse: collapse;
}

td.shipping_table_cols {
	vertical-align: top;
}

th.shipping_table {
	background-color: #604838;
	color: #FFFFFF;
}

th.shipping_table,
td.shipping_table,
td.shipping_table_cols,
td.shipping_table_rows_even,
td.shipping_table_rates_even,
td.shipping_table_rows_odd,
td.shipping_table_rates_odd {
	border: solid 1px #604838;
}

div.print_receipt {
	margin: 1em auto;
	width: 130px;
}

div.order_comments {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
}

textarea.ordercomments {
	width: 370px;
	height: 45px;
}


/****************************/
/*			MY ACCOUNT		*/
/****************************/

table.order_history_table {
	border-collapse: collapse;
	width: 100%;
}

table.order_history_table td.order_history_headingcell {
	font: bold 11px "Trajan Pro", Georgia, "Times New Roman", Times, serif;
}


/****************************/
/*			SEARCH			*/
/****************************/

a.sort_results_price,
a.sort_price_descending,
a.sort_results_product,
a.sort_product_descending {
	font: bold 11px "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a.sort_results_price img,
a.sort_price_descending img,
a.sort_results_product img,
a.sort_product_descending img {
	display: none;
}

div.search_results b {
	font-weight: normal;
}