html {
	overflow-x: hidden; 
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
* {
	font-family: 'Tahoma', Verdana, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: url('../image/bg.gif');
	color: #7D723B;
	font-family: 'Tahoma', Verdana, sans-serif;
	font-size:78%;
	line-height:1.7em;	
}

input {
border:1px solid #CCC;
font-size: 0.9em;
padding: 3px;
}

select {
border:1px solid #CCC;
font-size: 0.9em;
padding: 2px;
}

textarea {
border:1px solid #CCC;
font-size: 0.9em;
padding: 5px;
width: 528px;
}

.input_button {
border: 0;
background-color: #577ea6;
color: #FFF;
cursor: pointer;
padding: 3px 6px 3px 6px;
}

.input_radio { border-width: 0; margin: 0; padding: 0; }

a, a:visited {
	color: #16578e;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
.holder			{ overflow: hidden; }
.aleft			{ float: left; overflow: hidden;}
.aright			{ float: right; }
.inline			{ display: inline; }
.small { font-size: 0.8em;}
.large { font-size: 1.4em;}
/* layout */
#container {
margin:0 auto;
padding: 0;
width: 1000px;
}
#header	{
	background: url('../image/header_bg.png');
	background-repeat: no-repeat;
	height: 290px;
color:#FFF;
margin: 0 0 1px 0;
}
#header li { 
	margin: 0;
	padding: 0;
}
#header ul { list-style-type:none; float: right; margin: 45px 35px 0 0; padding: 5px; }

#header li a {
	background: url('../image/notactive.png');
	background-repeat: no-repeat;
color: #16578e;
font-size: 1.1em;

margin: 5px;
padding: 0 0 0 20px;
}

#header li a:hover {
	background: url('../image/active.png');
	background-repeat: no-repeat;
font-size: 1.1em;

padding: 0 0 0 20px;
}

#header_path {
	background: url('../image/top_bar_bg.jpg');
background-repeat: no-repeat;
color: #3f484c;
font-size: 1em;
height: 36px;
overflow: hidden;
padding: 6px 6px 0 10px;
margin:0;border:0;outline:0;
}

#header_path a, #header_path a:hover {
color: #3f484c;
font-weight: bold;
}


#header_search {
background: url('../image/tools_bg.jpg');
background-repeat: no-repeat;
color: #3f484c;
font-size: 1.0em;
height: 36px;
overflow: hidden;
padding: 6px 6px 0 10px;
margin:0;border:0;outline:0;
}
#header_path form, #header_path fieldset{
	border: 0;	
	padding: 0;
	margin: 0;
	
}
#header_path a {
color: #3f484c;
font-weight: bold;
}

#header_path a:hover {
color: #3f484c;
}
.logo { float: left; height: 250px;}
.header_cart {
float: right;
margin:-6px 2px 0 18px;
font-size: 1em;
}
.header_home {
float: left;
margin:-6px 16px 0 6px;
}

#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #16578e;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 10px;
	height: 40px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 8px;
	height: 40px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	height: 40px;
	color: #881C1C;	
}

#content h1, .heading{
	color: #881C1C;
	margin: 0px;
	padding-top: 8px;
	padding-left: 10px;
	font-family: 'Nobile', 'Lucida Grande', sans-serif;
	font-size: 1.6em;
}

#content .middle {
	background: #fff8d4;
	padding: 10px 10px 10px 10px;
	min-height: 30px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;	
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;	
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: #fff8d4;
	height: 5px;
	margin: 0 5px 10px 5px;
}

#column_left .box {
	background: url('../image/box_top_bg.png') no-repeat;	

}

#column_left .box .middle {
	background: url('../image/box_left_bg.png');
	padding: 10px;
	color: #3f484c;
}
#column_left .box .bottom {
	background: url('../image/box_left_bottom_bg.png') no-repeat;
	height: 10px;
	padding-bottom: 5px;
}
#column_right .box {
	background: url('../image/box_right_top_bg.png') no-repeat;	

}
#column_right .box .middle {
	background: url('../image/box_right_bg.png') repeat-y;
	padding: 10px;
	color: #fff;
}
#column_right .box .bottom {
	background: url('../image/box_right_bottom_bg.png') no-repeat;
	height: 10px;
	padding-bottom: 5px;
}
.boxblue {
	background: url('../image/box_blue_top_bg.png') no-repeat;	

}
.boxblue .middle {
	background: url('../image/box_blue_bg.png') repeat-y;
	padding: 10px;
	color: #fff;
}
.boxblue .bottom {
	background: url('../image/box_blue_bottom_bg.png') no-repeat;
	height: 10px;
	padding-bottom: 5px;
}
.box .top, .boxblue .top {
	font-family: 'Nobile', 'Lucida Grande', sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	color: #881C1C;
	height: 26px;
}


.box .top img {
	float: left;
	margin-right: 5px;
	
}
.success {
	background: #141414;
	padding: 5px 0px;
	margin-bottom: 10px;
	border: 1px solid #84110C;
	font-size: 1.0em;
	text-align: center;
}
.warning {
	background: #141414;
	padding: 5px 0px;
	margin-bottom: 10px;
	border: 1px solid #84110C;
	font-size: 1.0em;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	border: 1px solid #EFEBAA;
	font-size: 1.0em;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	padding: 5px;
	font-size: 1.0em;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#3f484c;
}
.button span {
	color: #3f484c;
	display: block;
	padding: 0 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
	font-size: 1.0em;
	font-weight: bold;
}
.buttons {
	background: #f2e6c7;
	border: 1px solid #9b8c6a;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #f2e6c7;
	border: 1px solid #9b8c6a;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	background: #f2e6c7;
	border: 1px solid #9b8c6a;
	margin-bottom: 10px;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
.pagination {
	background: #f2e6c7;
	border: 1px solid #9b8c6a;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	background: #faf3de;
	border: 1px solid #9b8c6a;
	padding: 4px 7px;
	text-decoration: none;
}
.pagination .links b {
	border: 1px solid #9b8c6a;
	padding: 4px 7px;
	text-decoration: none;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 35px;
	margin-bottom: 0px;
}

.tabs a	{
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #9b8c6a;
	border-left: 1px solid #9b8c6a;
	border-right: 1px solid #9b8c6a;
	color: #9b8c6a;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-ms-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
}
.tabs a.selected {
	background: #f2e6c7;
	z-index: 3;
}
.tab_page {
	background: #f2e6c7;
	border: 1px solid #9b8c6a;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
.product_image {
	background: #f2e6c7;
	border: 1px solid #9b8c6a;
	float:left;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
	width: 260px;
}

.product_thumb {
margin: 3px 0 0 4px;
text-align: left;
}

.product_thumb img {
width: 44px;
}

#footer_divider {
clear: both;
height: 10px;
}

#footer {
background: url('../image/bottom_bar_bg.jpg');
background-repeat: no-repeat;
clear: both;
font-size: 1em;
height: 36px;
overflow: hidden;
padding: 5px 0 10px 0;
color:#3f484c;
}

#copyright {
text-align: right;
color:#3f484c;
}
#column_left ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}

#column_left ul li a, #column_left a{
	color: #16578e;
	text-decoration: none;
}
#column_right ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style:  url('../image/bullet_2.png');
}
#column_right ul li a, #column_right a, #column_left .boxblue a{
	color: #fff;
}
#column_left ul li a:hover, #column_left a:hover, #column_right ul li a:hover, #column_right a:hover, #column_left .boxblue a:hover{
	text-decoration: underline
}
	

.cart {
	border-collapse: collapse;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;

}
.cart th {
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 1.0em; 
	color: #ffffff;
}
.cart_remove, .lastviewed_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading, .lastviewed_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}

.menu_list {	
	width: 100%;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #000 url(../image/left.png) center right no-repeat;
}
.menu_head a{
	text-decoration:none;
}
.menu_head a:hover{
	text-decoration:none;
	color:#F00;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  line-height:20px;
  color:#fff;
  background-color:#000;
  padding-left:20px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  font-weight:bold;
  line-height:20px;
  color:#F00;
  text-decoration:none;
}
