/* a few useful defaults to allow greater display consistency between browsers */
body {
	padding: 0px;
	margin: 0px;
	/*background-color: #301F13;*/
	background-color: #000000;
}

img {
	display: block;
	border: 0px;
}

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

h1 {
	font-family: "Times New Roman";
	color: #A59284;
	font-size: 82px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
}

h2 {
	font-family: "Times New Roman";
	color: #A59284;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
}

h3 {
	font-family: "Times New Roman";
	color: #FFC26F;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.header_background {
	background-image: url(/images/header-background.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 161px;
}

.body_background {
	background-image: url(/images/home-body-background.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 662px;
	padding-left: 25px;
	padding-right: 23px;
}

.artwork_body_background {
	background-image: url(/images/artwork-list-main-background.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 1069px;
	padding-left: 20px;
	padding-right: 18px;
}

.artwork_details_body_background {
	background-image: url(/images/artwork-details-main-background.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 1069px;
	padding-left: 20px;
	padding-right: 18px;
}

.shopping_cart_body_background {
	background-image: url(/images/shopping-cart-main-background2.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 1068px;
	padding-left: 20px;
	padding-right: 18px;
}

.shopping_cart_background {
	background-color: #352017;
}

.footer_background {
	background-image: url(/images/footer-background.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 152px;
}

.print_results_background {
	background-image: url(/images/print-results-background.jpg);
	background-repeat: no-repeat;
	width: 714px;
	height: 823px;
	padding-left: 7px;
}

.text_field {
	background-image: url(/images/input-background.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 120px;
	height: 17px;
	color: #644D3B;
	font-family: "Times New Roman";
	font-size: 10px;
	font-style: italic;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.search_input {
	background-image: url(/images/search-input.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 175px;
	height: 19px;
	color: #000000;
	font-family: "Times New Roman";
	font-size: 10px;
	font-style: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.main_nav_ul {
	margin: 0px;
	padding: 0px;
}

.main_nav_ul li {
	display: inline;
	padding-right: 42px;
}

.bread_crumb_trail {
	color: #FFFFFF;
	font-size: 19px;
	font-style: italic;
}

.bread_crumb_trail_divider {
	color: #FFC26F;
	font-size: 19px;
	font-style: italic;
}

.bread_crumb_trail_link {
	color: #FFC26F;
	font-family: "Times New Roman";
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.bread_crumb_trail_link:hover {
	color: #D8A55E;
}

.category_nav_ul {
	margin: 0px;
	padding: 0px;
}

.category_nav_ul li {
	list-style-type: none;
	padding-left: 16px;
}

.main_section_link {
	color: #FFC26F;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.main_section_link:hover {
	color: #D8A55E;
}

.category_link {
	color: #D6D8C2;
	font-family: "Times New Roman";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.category_link:hover {
	color: #FFFBE1;
}

.sub_category_link {
	color: #D6D8C2;
	font-family: "Times New Roman";
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.sub_category_link:hover {
	color: #FFFBE1;
}

.main_nav_link {
	color: #C5B59C;
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.main_nav_link:hover {
	color: #FFEBCA;
}

.main_nav_link_italic {
	color: #D9D8C4;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

.main_nav_link_italic:hover {
	color: #FFFEE6;
}

.main_nav_link_yellow {
	color: #FFC271;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

.main_nav_link_yellow:hover {
	color: #C99859;
}

.page_link {
	color: #D8DAC4;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
}

.page_link:hover {
	color: #FDFFE5;
}

.page_link_active {
	color: #C01E2B;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

.page_link_active:hover {
	color: #FF283A;
}

.artwork_top_border {
	border-top: 1px solid #706758;
}

.artwork_bottom_border {
	border-bottom: 1px solid #706758;
}

.artwork_right_border {
	border-right: 1px solid #706758;
}

.artwork_left_border {
	border-left: 1px solid #706758;
}

.copy {
	color: #C7C4B1;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
}

.copy_black {
	color: #000000;
	font-family: "Times New Roman";
	font-size: 14px;
}

.copy_non_italic {
	color: #C7C4B1;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
}

.copy_orange {
	font-family: "Times New Roman";
	color: #FFC26F;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.copy_link {
	color: #C7C4B1;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
}

.copy_link:hover {
	color: #F0ECD6;
}

.copy_link_white {
	color: #D9D8C6;
	font-family: "Times New Roman";
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

.copy_link_white:hover {
	color: #FFFEE9;
}

.copy_link_black {
	color: #000000;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
}

.copy_link_black:hover {
	color: #666666;
}

a {
	color: #C7C4B1;
	font-family: "Times New Roman";
	font-style: normal;
}

a:hover {
	color: #F0ECD6;
}


/***************new shopping cart stuff ******************/
/*********** NEW CART STUFF ************/
table.checkoutTable {
    border-collapse: collapse;
    border: none;
    width: 594px;
    float: left;
    background-image: url(/images/cart_box_back_sized.png);
    background-repeat: repeat;
	color: white;
}

table.checkoutTable tr.transparent td {
}


td.cartHeader {
   padding: 7px;
	 height: 19px;
    background: none;
    margin: 0px;
	background-color: #9e7b51;
	vertical-align: center;
/*	color: #553924;*/
color: #3a261b;
	font-weight: bold;
	border-bottom: 1px solid #553924;
	font-size: 11pt;
}

.cartSubHeader {
    border: none;
/*    border-bottom: 1px solid #cecf95;*/
    border-bottom: 1px solid #c5b59c;
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 7px;
}

.cartSubHeader h3 {
    /*color: #cecf95;*/
	color: #C5B59C;
    font-size: 17px;
    letter-spacing: normal;
    font-weight: bold;
}

.cartInput {
    border: 1px solid #bbb;
    border-top: 2px solid #777;
    width: 215px;
    height: 20px;

}

.cartInputHolder tr td {
    background: none;
}

.cartInputHolder {
    padding: 0px;
    margin-left: 73px;
    margin-top: 10px;
    color: white;
    font-size: 14px;
    letter-spacing: normal;

}

.cartInputHolder tr td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    background: none;
}

.newcartInputLabel {
/*  width: 220px;*/
    background: none;
}

.newcartInputCell {
    background: none;

}
.cartInputHolder tr td {

    padding-left: 0px;
}

.gold, tr.headerTitle td {
    /*color: #cecf95;*/
	color: #C5B59C;
}

.cartSubmitButtonRow {
    border: none;
/*    border-top: 1px solid #cecf95;*/
    border-top: 1px solid #c5b59c;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 20px;

}

.listAndInfoholder {
	border: none;
	background: none;
	border-collapse: collapse;
	padding: 0px;
	margin-left: 33px;
	float: left;
	margin-top: -2px;
}
.newcartShoppingList,  .newcartInfo {
    border-collapse: collapse;
    border: none;
    width: 230px;
    background-image: url(/images/cart_box_back_sized.png);

    background-repeat: repeat;
    float: left;
    margin-left: 0px;

    margin-bottom: 0px;
}
.newcartTotalList tr td {
    color: white;
    font-size: 13px;
    line-height: 15px;
}
.newcartInfo {
    color: white;
    font-size: 13px;
    margin-bottom: 0px;
	margin-top: 20px;
}

.topBorder {
    /*border-top: 1px solid #cecf95;*/
    border-top: 1px solid #c5b59c;

}

.shoppingCartTitle {
    color: white;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 0px;
    padding: 0px;
    line-height: 14px;
    margin-left: 10px;
}

.shoppingCartListImage {
    margin-bottom: 4px;
}

.shoppingCartProductList {
    padding-top: 14px;
/*    border-bottom: 1px solid #cecf95;*/
    border-bottom: 1px solid #c5b59c;
}

.shoppingCartNoBorder {

    border: none;
}
.goldBottomBorder {

    /*border-bottom: 1px solid #cecf95;*/
    border-bottom: 1px solid #c5b59c;
}
.newcartTotalList tr td.gray, .gray {

    color: #6e6e6e;
}

.information {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.information img {

    margin: 0px auto;
}

.cartHeader a {
 /*   color: black;*/
color: #3a261b;
    font-size: 11px;
    line-height: 12px;
    margin-right: 10px;
    margin-bottom: 3px;
    font-style: normal;
	font-weight: normal;
}

.reviewTable {
    font-size: 13px;
    color: white;
    letter-spacing: normal;
}

tr.headerTitle td {
    font-weight: bold;

}
.darkReviewTable {
    background-color: black;
    /*color: #cecf95;*/
	color: #C5B59C;
    margin-left: 73px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.darkReviewTable tr td {
    padding-left: 10px;
}

.productsTableMain, .productsTotalMain {

    color: white;
    vertical-align: top;
    width: 465px;
    background-color: black;
    padding: 10px;
}

.productsTableMain tr td {
    vertical-align: top;
}

.productsTableMain tr td.goldBottomBorder {
    padding-top: 15px;
    padding-bottom: 10px;
}

.productsTableMainLabel {
    padding-right: 10px;

}
.productsTotalMain {
    font-size: 14px;
    /*color: #cecf95;*/
	color: #C5B59C;
    text-align: right;

}
.errorMessage {
    color: orange;
    border: thin solid red;
    color: orange;
    margin-bottom: 20px;
    font-size: 10pt;
    border-left: none;
    border-right: none;
padding: 10px;

}

.shopping_cart_copy {

	color: white;

}                                

.shopping_cart_header {

	color: white;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 41px;
	display: block;
}

.cartErrorText {
	color: orange;
	font-style: normal;
	font-weight: bolder;
	font-size: 15px;
}
