.PRODUCT-ADD-TO-BASKET-BUTTON {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	background-color: #000000;
	

	border: 0px solid #999999;
}

.RESULTS-ADD-TO-BASKET-BUTTON {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;
}

/* -------------------------------------------------------------------------
* Styles for common HTML elements.
------------------------------------------------------------------------- */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x; 
	background-color: #631D1D
}
form {
	padding: 0px;
}
h1 {
	font-size: 14px;
}
a:link { 
	color: #000000; 
}
a:visited { 
	color: #000000; 
}
a:hover { 
	color: #CC3333; 
}
a:active { 
	color: #CC3333; 
}

/* -------------------------------------------------------------------------
* Styles for error messages.
* (A problem was encountered when processing the customer's request.)
------------------------------------------------------------------------- */
.error {
	background-color: #FFFFCC;
	margin: 10px;
	padding: 10px;
	border: 1px double #990000;
	color: #990000;
}
.error-text {
	color: #990000;
}
.error a:link { 
	color: #000000; 
}
.error a:visited { 
	color: #000000; 
}
.error a:hover { 
	color: #FF6600; 
}
.error a:active { 
	color: #FF6600; 
}


/* -------------------------------------------------------------------------
* Styles for general messages.
* (General feedback or success message for a customer's request.)
------------------------------------------------------------------------- */
.message {
	background-color: #EAFFEA;
	margin: 10px;
	padding: 10px;
	border: 1px double #006600;
	color: #000000;
}
.message-text {
	color: #000000;
}

.message a:link { 
	color: #000000; 
}
.message a:visited { 
	color: #000000; 
}
.message a:hover { 
	color: #FF6600; 
}
.message a:active { 
	color: #FF6600; 
}


/* -------------------------------------------------------------------------
* Styles for hilighting text matches on the Search Results page.
------------------------------------------------------------------------- */
.search-hilight {	font-weight: bold;
	color: #CC3333;
}

/* -------------------------------------------------------------------------
* Styles used in the <a href="{URL-CATEGORY-MENU-EXPAND-ALL}">Expand All</a> | <a href="{URL-CATEGORY-MENU-COLLAPSE-ALL}">Collapse All</a> <br />
{LIST-CATEGORIES} QuickCode Tag
* The category menu is generated by building a custom bulleted list: <ul>
------------------------------------------------------------------------- */
/* Turn off the default <li> list bullets. */
ul.mktree  li { 
	list-style: none; 
} 
/* Control the spacing between each line in the category list. */
ul.mktree, ul.mktree ul , ul.mktree li { 
	margin-left:5px; 
	padding:0px; 
}
/* Provide space for a custom "bullet" image inside the <li> menu item. */
ul.mktree li .bullet { 
	padding-left: 15px; 
}
/* Show a "bullet", "expand" or "collapse" symbol next to the category name, depending on whether the category has subcategories. */
ul.mktree  li.liOpen    .bullet { 
	cursor: pointer; 
	background: url(images/minus.gif)  center left no-repeat; 
}
ul.mktree  li.liClosed  .bullet { 
	cursor: pointer; 
	background: url(images/plus.gif)   center left no-repeat; 
}
ul.mktree  li.liBullet  .bullet { 
	cursor: default; 
	background: url(images/bullet.gif) center left no-repeat; 
}
/* Sublists are visible or not based on class of parent <li> */
ul.mktree  li.liOpen    ul { 
	display: block; 
}
ul.mktree  li.liClosed  ul { 
	display: none; 
}
/* Apply a style to the currently selected category. */
.catmenuselected { 
	color: #CC3333; 
}
/* OPTIONAL: Format menu items differently depending on what level of the tree they are in */
/* Uncomment the line below if you want your fonts to decrease in size the deeper they are in the tree */
/* ul.mktree  li ul li { font-size: 90% } */

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-SHIP-ESTIMATE-RESULTS} QuickCode Tag.
------------------------------------------------------------------------- */
.ship-estimate-table {
	border: 6px solid #F4F3E7;
}
.ship-estimate-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F4F3E7;
	font-weight: bold;
}
.ship-estimate-row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F4F3E7;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-XSELL} QuickCode Tag.
------------------------------------------------------------------------- */
.xsell-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 6px solid #F4F3E7;
}
.xsell-title {
	background-color: #F4F3E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	color: #000000;
}
.xsell-product-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.xsell-product-row {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F4F3E7;
}
.xsell-in-basket-summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC3333;
}
.xsell-price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.xsell-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-FREE-DOWNLOADS} QuickCode Tag.
------------------------------------------------------------------------- */
.free-download-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.free-download-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #F4F3E7;
	border-top: 1px solid #cfd8aa;
	border-left: 1px solid #cfd8aa;
	border-right: 1px solid #cfd8aa;
}

.free-download-link {
	color: #FF6600;
}

.free-download-column-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F4F3E7;
	border-top: 1px solid #cfd8aa;

}

.free-download-left-cell {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cfd8aa;
	border-left-color: #F4F3E7;
}

.free-download-right-cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd8aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4F3E7;
}

.free-download-center-cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd8aa;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-CUSTOMER-FIELDS} QuickCode Tag.
------------------------------------------------------------------------- */
.customer-field-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.customer-field-description {
	background-color: #F4F3E7;
	color: #000000;
}
.customer-field-title {
	font-weight: bold;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-CHECKOUT-FIELDS} QuickCode Tag.
------------------------------------------------------------------------- */
.checkout-field-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.checkout-field-description {
	background-color: #F4F3E7;
	color: #000000;
}
.checkout-field-title {
	font-weight: bold;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-BASKET} QuickCode Tag.
------------------------------------------------------------------------- */
.basket-title {
	background-color: #003399;
	border: 1px double #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
}
.basket-headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #97B9FF;
	border: 1px solid #003399;
}
.basket-coupon-row {
	color: #009900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: bold;
	background-color: #FFFFFF;
}
.basket-subtotal-row {
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #F1F1F1;
}
.basket-gift-wrap-row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.basket-total-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #97B9FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
.basket-total-value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #97B9FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-bottom-color: #003399;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
}
.basket-product-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.basket-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.basket-state-tax-row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.basket-country-tax-row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.basket-zip-tax-row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.basket-shipping-row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.basket-product-row {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-CREDIT-CARD-FIELDS} QuickCode Tag.
------------------------------------------------------------------------- */
.cc-table {
}
.cc-option-one-row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.cc-menu-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D7D7FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.cc-menu-cell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
}
.cc-option-two-row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.cc-name-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D7D7FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.cc-number-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D7D7FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.cc-expiration-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D7D7FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.cc-security-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D7D7FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.cc-name-cell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-right-color: #000066;
	border-bottom-color: #000066;
}
.cc-number-cell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-right-color: #000066;
	border-bottom-color: #000066;
}
.cc-expiration-cell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-right-color: #000066;
	border-bottom-color: #000066;
}
.cc-security-cell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
}
.cc-button-cell {
}
.cc-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E4E4E4;
	border: 1px double #006600;
	font-weight: bold;
}
.cc-margin-cell {
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-DIGITAL-DOWNLOAD-FILES} QuickCode Tag.
------------------------------------------------------------------------- */
.digdel-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
}
.digdel-hilight {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.digdel-stats-title {
	font-size: 13px;
	font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
}
.digdel-instructions {
	font-size: 10px;
	color: #FF9900;
}
.digdel-stats-content {
	background-color: #F1F1F1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #D9E6FF;
	border-bottom-color: #003399;
}
.digdel-file-title {
	font-size: 13px;
	font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
}
.digdel-download-title {
	font-size: 13px;
	font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
}
.digdel-file-content {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #D9E6FF;
	border-bottom-color: #003399;
}
.digdel-download-content {
	background-color: #F1F1F1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003399;
	border-bottom-color: #003399;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-SEARCH-RESULTS} QuickCode Tag.
------------------------------------------------------------------------- */
.search-sort-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
}
.search-results-per-page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.search-title-image {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}
.search-cell-image {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
}
.search-results-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
}
.search-pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.search-title-product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}
.search-title-score {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}
.search-cell-product {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
}
.search-cell-score {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	background-color: #F1F1F1;
	color: #666666;
}
.search-product-price {
	color: #006699;
}
.search-alert {
	font-weight: bold;
	color: #FF6600;
}
.search-product-name {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.search-product-description {
	color: #006699;
}

/* -------------------------------------------------------------------------
* Styles used by the {COMPOSITE-STOREFRONT-PRODUCTS-HORIZONTAL} and {COMPOSITE-STOREFRONT-PRODUCTS-VERTICAL} QuickCode Tags.
------------------------------------------------------------------------- */
.storefront-sort-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
}
.storefront-products-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.storefront-products-image {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.storefront-product-name {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.storefront-products-cell-left {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.storefront-product-price {
	font-weight: normal;
	color: #FF6600;
}
.storefront-products-cell-right {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.storefront-products-cell-center {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}



/* -------------------------------------------------------------------------
* Add Custom CSS styles Below this Point.
------------------------------------------------------------------------- */


table.smallcolumn {
	height: 100%;
	background-image: url(images/small_column_bg.gif);
	background-color: #f3e3d0;
}

.smallcolumntd {
	height: 100%;
	background-image: url(images/small_column_bg.gif);
	background-color: #f3e3d0;
}

.productstd {
	border-top-style: dotted ; 
	border-top-color: #cfd8aa; 
	border-top-width: 1px;
	background-color: #F4F3E7;
}

.productsrighttd {
	border-right-style: dotted ; 
	border-right-color: #cfd8aa; 
	border-right-width: 1px;
	background-color: #F4F3E7;
}

.whitebgrightline {
	border-right-style: dotted ; 
	border-right-color: #cfd8aa; 
	border-right-width: 1px;
	background-color: #ffffff;
}

table.footer {
	background-image: url(images/footer_02.gif);
	background-color: #6e2222;
}

table.search {
	height: 47px;
	background-image: url(images/top_09.gif);
	background-color: #6e2222;
}

table.featuredproductsimage {
background-color: #ffffff;
border: 1px #d9f3d0 solid;
}

table.featuredproductstable {
border-bottom-style: dotted ; 
border-bottom-color: #cfd8aa; 
border-bottom-width: 2px;
}


input.searchbutton {
background-image: url(images/search-button.gif);
background-repeat: repeat-x;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.FIELD-SEARCH-ORDER {
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.FIELD-SEARCH-ASC-DESC {
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.FIELD-RESULTS-PER-PAGE {
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.FIELD-EMAIL-LOGIN {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	width: 170px;
}

.FIELD-PASSWORD-LOGIN {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	width: 130px;
	}

.FIELD-AFFILIATE-EMAIL-LOGIN {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	width: 175px;
}

.FIELD-AFFILIATE-PASSWORD-LOGIN {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	width: 130px;
	}

.PRODUCT-PRODUCT-FIELDS {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	width: 150px;
}

.FIELD-SEARCH {
	color: #666666;
	width: 100px;
}

.footertext {
	color: #BA2F21;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer a:link {
	color: #D65144;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #D65144;
}
.footer a:hover {
	text-decoration: underline;
	color: #D65144;
}
.footer a:active {
	text-decoration: none;
	color: #D65144;
}

.titleproduct a:link {
	color: #000000;
	text-decoration: none;
}
.titleproduct a:visited {
	text-decoration: none;
	color: #000000;
}
.titleproduct a:hover {
	text-decoration: underline;
	color: #000000;
}
.titleproduct a:active {
	text-decoration: none;
	color: #000000;
}

.twelvepoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.linespacing {
	line-height: 23px;
}

.ordernumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #B7AD88;
}

.ordernumbertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B7AD88;
}

.descriptionarrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #E0DDBC;
}

.pricetext {
	color: #CC3333;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pricelinetext {
	color: #000000;
	font-size: 12px;
	text-decoration: line-through;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.priceproductstext {
	color: #CC3333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titletext {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.phonetext {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.phonetextnumber {
	color: #ffdb89;
	font-weight: bold;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* ------------------------------------------------------------------------------
* To give a table 100% height use the id tag id="fullheight". XHTML Complient.
------------------------------------------------------------------------------ */
html,body,table#fullheight {
	height:100%;
}
 			
.botrowtd {
	height: 100px;
	margin: 0;
	padding: 0;
}
						
.toprowtd {
	height: 207px;
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------
* This refers to the top two corners and to the right of the buttons where you can type text.
-------------------------------------------------------------------------------------------- */
table.topleftcorner {
	height: 124px;
	width: 206px;
	background-image: url(images/top_01.gif);
	background-color: #6e2222;
	margin: 0;
	padding: 0;
	border: 0px;
}

table.toprightcorner {
	height: 124px;
	width: 209px;
	background-image: url(images/top_03.gif);
	background-color: #6e2222;
	margin: 0;
	padding: 0;
	border: 0px;
}

table.menutextblock {
	height: 47px;
	width: 301px;
	background-image: url(images/template_08.gif);
	background-color: #6e2222;
	margin: 0;
	padding: 0;
	border: 0px;
}

table.largetitle {
	height: 36px;
	width: 719px;
	background-image: url(images/title_large.gif);
	background-color: #6e2222;
	margin: 0;
	padding: 0;
	border: 0px;
}

table.mediumtitle {
	height: 36px;
	width: 510px;
	background-image: url(images/title_medium.gif);
	background-color: #6e2222;
	margin: 0;
	padding: 0;
	border: 0px;
}

table.smalltitletop {
	height: 36px;
	width: 194px;
	background-image: url(images/title_small_top.gif);
	background-color: #6e2222;
	margin: 0;
	padding: 0;
	border: 0px;
}

table.smalltitle {
	height: 36px;
	width: 194px;
	background-image: url(images/title_small.gif);
	background-color: #6e2222;
	margin: 0;
	padding: 0;
	border: 0px;
}