BODY, TABLE, TD, TR, INPUT, TEXTAREA, SELECT {
	font-family : sans-serif;
	letter-spacing: -0.15px;
	color: #333;
	font-size : 17px;
	color : #000000;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	line-height : 21px;
	}
	
	
a {
	text-decoration : none;
	font-weight: bolder;
}
a:hover {
	text-decoration : underline;
}

h1 {
	font-size : 24px;
	line-height: 26px;
	text-decoration : none;
	color : #550007;
	font-weight: bolder;
	letter-spacing : -1px;
	margin-bottom: 0px;
}
h2 {
	font-size : 22px;
	line-height: 26px;
	text-decoration : none;
	color : #000000;
	font-weight: bolder;
	letter-spacing : -1px;
	margin-bottom: 0px;
}
h3 {
	font-size : 20px;
	text-decoration : none;
	color : #000;
	font-weight: bolder;
	letter-spacing : 0px;
	margin-bottom: 0px;
}
h4 {
	font-size : 17px;
	text-decoration : none;
	color : #000066;
	font-weight: bolder;
	letter-spacing : 0px;
	margin-bottom:0px;
	margin-top:0px;
	margin: 0px;
	padding-bottom: 0px;	

}
.medium {
	font-size: 13px;
	text-decoration: none;
	color: #333;
	font-weight : normal;	
	letter-spacing : 0px;
	line-height : 18px;
	font-variant : normal;
}



.checkout_button {
	
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background-color: #dca129;
	padding: 8px;
	border: medium solid #ffcc55;
	border-style: outset;
	
	-moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 10px #ccc; 
    -webkit-box-shadow: 0 0 10px #ccc;
}
.checkout_button_edit {
	
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background-color: #FFE15E;
	padding: 8px;
	border: medium solid #FFE15E;
	border-style: outset;
	
	-moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 10px #ccc; 
    -webkit-box-shadow: 0 0 10px #ccc;
}


.header_cart_button {	
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: #dca129;
	padding: 8px;
	border: medium solid #ffcc55;
	border-style: outset;
	
	-moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 10px #ccc; 
    -webkit-box-shadow: 0 0 10px #ccc;
}
.header_checkout_button {	
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: #acbfbf;
	padding: 8px;
	border: medium solid #d5e9e9;
	border-style: outset;
	
	-moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 10px #ccc; 
    -webkit-box-shadow: 0 0 10px #ccc;
}


.add_bag_box {
	height: 16px;
	width: 16px;
	font-size: 16px;	
}



ul {
	font-size : 10pt;
	color : #333333;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	list-style : none outside;
	padding : 2px 2px;
	}
li {
	font-size : 10pt;
	color : #333333;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	list-style : none outside;
	padding : 2px 2px;
}


input.shaded, select.shaded {
	font-family : "Trebuchet MS", verdana, sans-serif;
	font-size : 12pt;
	color : black;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color: #FFFFCC;
	}
input.shaded_inactive, select.shaded_inactive {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12pt;
	color: black;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #CCCCCC;
	}
input.shaded[class], input.shaded_inactive[class] {
	padding: 6px;
}
input.shaded_small, select.shaded_small {
	font-family : "Trebuchet MS", verdana, sans-serif;
	font-size : 12px;
	color : black;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color: #FFFFFF;
	}
input.shaded_small[class] {
	padding: 3px;
}	
.navigation, a.navigation:hover {
	font-family : "Trebuchet MS", verdana, sans-serif;
	font-size : 8pt;
	color : #663300;
}
a.navigation {
	font-size : 8pt;
	text-decoration : underline;
	color : #663300;
}

.heading {
	font-size : 22px;
	text-decoration : none;
	color : #550007;
	font-weight: bolder;
	letter-spacing : 0 px;
	}
.heading_small {
	font-size : 16px;
	text-decoration : none;
	color : #666666;
	font-weight: bold;
	letter-spacing : 0 px;
	}
.heading_shaded {
	font-size : 14px;
	text-decoration : none;
	color : #333333;
	font-weight: bold;
	letter-spacing : 0 px;
	background : #CCCC99;
	}
.heading_white {
	font-size : 20px;
	text-decoration : none;
	color : white;
	font-weight: bold;
	letter-spacing : 0 px;
	}
a.heading {
	font-size: 20px;
	text-decoration: underline;
	color: #666666;
	font-weight : normal;
	height : auto;
	letter-spacing : 0px;
}
.quote {
	font-size : 16px;
	text-decoration : none;
	color : #000000;
	font-weight: bolder;
	letter-spacing : 0px;
	margin-bottom: 0px;
	font-style: italic;	
	line-height: 20px;
}
a.heading:hover {
	font-size: 20px;
	text-decoration: none;
	color: #666666;
	font-weight : normal;
	height : auto;
	letter-spacing : 0px;
}
.footer {
	font-size : 7pt;
	text-decoration : none;
	color : black;
}
.footer:hover {
	font-size : 7pt;
	text-decoration : underline;
	color : black;
}
.product_name {
	font-size : 20px;
	text-decoration : none;
	color : black;
	font-weight: normal;
	letter-spacing : 0 px;
	line-height: 23px;
	}
a.product_name {
	font-size : 20px;
	text-decoration : none;
	color: #000000;
	font-weight: bold;
	letter-spacing : -1 px;
}
a.product_name:hover {
	text-decoration : underline;
		font-size : 20px;
	color: #000000;
	font-weight: bold;
	letter-spacing : -1 px;
}
.product_recommend, a.product_recommend {
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	line-height: 13px;
}
a.product_recommend:hover {
	font-size: 11px;
	font-decoration: underline;
	color: #330000;
	line-height: 13px;
}
.product_detail_type_name {
	font-size: 10pt;
	text-decoration: none;
	color: black;
	font-weight : bold;	
}
.product_detail_value {
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
	font-weight : normal;	
}
.product_price {
	font-size : 25px;
	text-decoration : none;
	color : #990000;
	font-weight: bolder;
	letter-spacing : -2px;
	line-height: 28px;

	}
.product_price_msrp {
	font-size : 12px;
	text-decoration : line-through;
	color: #666666;
	font-weight: normal;
	letter-spacing : 0 px;
	}
.small {
	font-size : 8pt;
	text-decoration : none;
	color : #666666;
	line-height: 13px;
}
.small_red {
	font-size: 9pt;
	text-decoration : none;
	font-weight: bold;
	color:#990000;
	line-height: 10px;
}
.product_colors {
	font-size : 10px;
	text-decoration : none;
	color : #000000;
	line-height: 10px;	
}
a.small, a.small:hover {
	font-size : 8pt;
	text-decoration : underline;
	color : #999999;
}
.cart_total {
	font-size : 16px;
	text-decoration : none;
	color : #990000;
	font-weight: bold;
	letter-spacing : 0 px;
	}
.checkout_discounts {
	font-size : 14px;
	text-decoration : none;
	color : #990000;
	font-weight: normal;
	letter-spacing : 0 px;
	}
a.cart_item {
	font-size : 12pt;
	text-decoration : underline;
	color : #990000;
}
a.cart_item:hover {
	font-size : 12pt;
	text-decoration : none;
	color : #990000;
}
a.intro_link {
	font-size : 10pt;
	text-decoration : underline;
	color : #990000;
}
a.intro_link:hover {
	font-size : 11pt;
	text-decoration : none;
	color : #990000;
}
.error, a.error, a.error:hover {
	/* font-size : 14px; */
	text-decoration : none;
	color : #990000;
	font-weight: bold;
	letter-spacing : 0 px;
	}
.error_small {
	font-size : 9px;
	text-decoration : none;
	color : #990000;
	font-weight: normal;
	letter-spacing : 0 px;
	}
.checkout_steps {
	font-size : 28px;
	text-decoration : none;
	color : #990000;
	font-weight: bold;
	letter-spacing : 0 px;
	}
.category_description {
	font-size: 13px;
	text-decoration: none;
	color: #666666;
	font-weight : normal;	
	letter-spacing : 0px;
	line-height : 18px;
	font-variant : normal;
}
.product_description {
	font-size: 9pt;
	text-decoration: none;
	color: #333333;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : 16px;
}
a.product_description, a.product_description:hover {	
	font-size: 9pt;
	color: #990000;
	text-decoration: underline;
}
.header_info, a.header_info {
	font-size : 8pt;
	text-decoration : none;
	color : #FFFFFF;
}
a.header_info:hover {
	font-size : 8pt;
	text-decoration : underline;
	color : #FFFFFF;
}
.category, a.category { 	
	font-size: 17px;
	text-decoration: none;
	color: #000066;
	font-weight : bolder;
	height : auto;
	letter-spacing : 0px;	
 } 
 a.category:hover {
	font-size: 17px;
	text-decoration: underline;
	color: #000066;
	font-weight : bolder;
	height : auto;
	letter-spacing : 0px;
 }
input.colors {
	font-size : 10px;
	text-decoration : none;
	color : #666666;	
	}
.cell_over {  background-color: #FFFFCC;
}
.cell_out {  background-color: #ffffff}
textarea.shaded {
	font-size : 10pt;
	color : black;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background : #FFFFCC;
	}
textarea.monospace {
	font-family : monospace;
	font-size : 10pt;
	color : black;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background : #FFFFCC;
}
input.admin_button {
	font-size : 8.5pt;
	color : #696969;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color : #FFFFF0;
	border : 2px solid #708090;
}
.sidebar_heading {
	color: #1c0001;
	font-weight: bold;
	background: #dca129;
	font-size: 15px;
	letter-spacing: -0.5px;
	border-left: 2px #e4b85d solid; 
	border-right: 2px #a97c1d solid; 
	border-top: 2px #e7c070 solid; 
	border-bottom: 2px #9d731b solid;
}
.caption {
	font-size: 9pt;
	text-decoration: none;
	color: #1c0001;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : 16px;
	font-style:italic;
}
.tiny {
	font-size: 10px;
	text-decoration: none;
	color: #1c0001;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : 10px;
	font-style:italic;
}

/* scrollable css */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width: 700px;	
	height:34px !important;
	margin: 0 !important; 
	padding: 0;	
	text-align: center;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float: left;
	margin: 0; 
	padding: 0; 
	text-indent: 0; 
	list-style-type: none;		
}

/* a- tag inside single tab */
#flowtabs li a {
	display: block;	
	height: 30px; 
	width: 175px;
	padding:0px;
	margin:0px;	
	/* font decoration */
	text-align: center;
	text-decoration:none;	
}
/* mouseover state */
#flowtabs a:hover { 
	text-decoration: none;	 
}
/* currently selected tabs */
#flowtabs a.current		{ 
	cursor:default;
	text-decoration: none; 
	border-top: 4px solid #CCCC99;
	
}


/* panes */
#flowpanes {	
	width:973px;
	height:500px;
	position: relative;
	overflow:hidden;
	clear:both;
}


/* single pane */
#flowpanes div {
	float:left; 
    display:block; 
    /* cursor:pointer; */
	/* margin:20px 40px; */
} 
 
/* our additional wrapper element for the items */
#flowpanes .items {
	width: 20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	left: 0px;
}

/* gallery overlay css */
/* the overlayed element */

.simple_overlay {
	/* must be initially hidden */
	display: none;
	/* place overlay on top of other elements */
	z-index: 10000;	
	/* styling */
	background-color: #cccc99;	
	width:800px;
	min-height:200px;
	border: 16px solid #fff;	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right: -30px;
	top: -30px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* "next image" and "prev image" links */
.next_overlay, .prev_overlay {
	/* absolute positioning relative to the overlay */
	position:absolute;
	top: 40%;	
	border:1px solid #fff;	
	cursor:pointer;
	display:block;
	padding:5px 10px;
	color:#000;
	background: #fff;
	font-size:11px;	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.prev_overlay {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
.next_overlay {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}
.next_overlay:hover, .prev_overlay:hover {
	text-decoration:underline;	
}
/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}
/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding-bottom: 8px;
	padding-top: 8px;	
	color:#000;
	background: #fff;
	font-size:11px;
	border-top:1px solid #666;
}
/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left: 50%;
	display:none;
}

					#press a {
						display: block;
						width: 100%;						
						text-decoration: none;
					}
					#press a:hover {
						cursor: pointer;
						text-decoration: none;						
					}
