html, body {
	background: transparent url(../image/html_pattern.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f5cc00;
}

#dhtmltooltip {
	background-color:#f7ecda;
	border:1px dotted #000000;
	color:#535353;
}

.banner_popup {
	border:10px solid #ed9500;
	border:10px solid rgba(237, 149, 0, 0.698);
}

/*** CONTROLNAV ***/
#banner_slide .nivo-controlNav a, #banner_slide .nivo-controlNav a.active {
	display:block;
}

/*** ARTDET CART ***/
#page_artdet_cart_image {
	display:none;
}

#page_artdet_cart_text a {
	display:block;	
	width:138px;
	height:23px;
	padding:9px 0 0 32px; 
	margin-left:15px;
	text-align:center;
	background-color:#ed9500;
	border-top:solid 1px #744901;
	border-left:solid 1px #744901;
	border-bottom:solid 1px #935d02;
	border-right:solid 1px #935d02;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url("../image/artdet_cart.png");
	background-repeat:no-repeat;
	background-position:4px 4px;
	cursor:pointer;	
}

#page_artdet_cart_text a:hover {
	text-decoration:none;
	background-color:#c77d01;
}

#page_artdet_cart_text a:active {
	text-decoration:none;
	background-color:#ab6c01;
}

/*** CATEGORY ***/
#box_cat_content ul ul {
    padding:2px 0 0 5px;
}

#box_cat_content li {
    padding:0;
	margin:0;
}

#box_cat_content ul li {
	padding:3px 0 3px 4px;
	border-bottom:dotted 1px #a59c8b;	
}

#box_cat_content ul li li {
	border:none;
}

#box_cat_content .text_small {
	font-size: 11px;
	letter-spacing:1px;
}

#box_cat_content .text_small:hover {
	text-decoration: none;
	color: #f88e04;
}

/*** SLIDESHOW ***/
.nivo-controlNav {
    bottom: 20px;
    right: 20px;
	left:auto;
}

/*** LINKS ***/
#go_home {
	display:block;
	width:32px;
	height:32px;
	background-image:url("../image/nav_icons.png");
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}

#go_info {
	display:block;	
	width:32px;
	height:32px;
	float:left;
	background-image:url("../image/nav_icons.png");
	background-position:0 -32px;
	background-repeat:no-repeat;	
	margin-left:10px;
}

#go_help {
	display:block;	
	width:32px;
	height:32px;
	float:left;
	background-image:url("../image/nav_icons.png");
	background-position:0 -64px;
	background-repeat:no-repeat;	
	margin-left:10px;
}

#go_home:hover {
	background-position:-32px 0;
}

#go_info:hover {
	background-position:-32px -32px;
}

#go_help:hover {
	background-position:-32px -64px;
}

/*** DIV ***/
.page_hr {
	width:530px;
	height:3px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: transparent url(../image/div.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#e18e03;
}
.text_color_fault2 {
	color:#e18e03;
}
.text_color_other {
	color:#2e96bd;
}

/*** BOTTOM TEXT ***/
#bottomlink_content a.text_normal {
	color: #ddd2bc;
}

#bottomlink_content span.text_normal {
	color: #ddd2bc;
}

/*** BUTTON ***/
.text_button input  {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	cursor:pointer;
	height:22px;
	border:none;
}


.text_button input:hover{
	background:transparent url(../image/button_hover.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	cursor:pointer;
	height:22px;
	border:none;
}

#body .text_button input {
	padding-bottom:3px;
	margin-top: 0;
	margin-right:0;	
}

#body .text_button input:hover {
	padding-bottom:3px;
	margin-top: 0;
	margin-right:0;		
}

#left .text_button input.text_small, #right .text_button input.text_small, #body .text_button input.text_small {
	padding-bottom:2px;
}


/*** BORDER ***/
.border_3 {
	border: none;	
}

#page_artref_content h4 {
	padding-bottom:20px;
}

.page_artref_product {
	padding-top:10px;
	padding-bottom:10px;
}

.page_artref_main {
	border-top:2px dotted #494641;		
}

.page_artref_table {
	border-bottom:2px dotted #494641;
}

.page_artdet_frame_right{
	width: 8px;
	background-image:none;
}

.page_artdet_frame_left{
	width: 8px;
	background-image:none;
}

.page_artdet_frame_top {
	height: 8px;
	background-image:none;
}

.page_artdet_frame_bottom {
	height: 8px;
	background-image:none;
}

.page_artdet_frame_topleft {
	width: 8px;
	height: 8px;
	background-image:none;
}

.page_artdet_frame_topright {
	width: 8px;
	height: 8px;
	background-image:none;
}

.page_artdet_frame_bottomleft {
	width: 8px;
	height: 8px;
	background-image:none;
}

.page_artdet_frame_bottomright {
	width: 8px;
	height: 8px;
	background-image:none;
}

#page_artdet_inquire #page_artdet_cart_text a {
	background-image:url("../image/cart_question.png");
}