/*
		dl_header
*/
DIV#dl_header {
	width: 100%;
	height: 44px;
	background: url(../images/header/header_background.gif) repeat-x;
}

	DIV#dl_header H1 A {
		width: 61px;
		height: 44px;
		background-image: url(../images/header/header_logo.gif);
		background-repeat: none;
	}
	
	DIV#dl_header SELECT {
		position: absolute;
		font-size: 10px;
		
		left: 80px;
		top: 11px;
	}
	
DIV#dl_header H1,
DIV#dl_header H1 A,
DIV#dl_header DIV SPAN,
DIV#dl_header DIV DIV,
DIV#sub_header H2,
DIV#sub_header H2 A,
DIV#dl_header H1 {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 0.1em;
	font-size: 0.1em;
	text-indent: -9999px;
}	
	DIV#mini_menu {
		float: right;
		height: 29px;
		padding: 7px 9px 0 0;
	}

		DIV#mini_menu A {
			display: block;
			float: left;
			
			margin: 0;
			padding: 9px;
			
			color: #989898;
			font-family: Helvetica Neue, Arial, Verdana, Tahoma, _sans;
			font-size: 10px;
			text-decoration: none;
			font-weight: bold;

			background: url(../images/header/mini_background.png) repeat-x;
		}

		DIV#mini_menu A:HOVER {
			color: #FFF;
		}

		DIV#dl_header DIV SPAN {
			width: 1px;
			height: 29px;
			background: url(../images/header/divider.png) no-repeat;
		}
	
	
	DIV#cart_announce {
		float: right;
		height: 29px;
		padding: 7px 9px 0 0;
	}
		
		DIV#cart_announce A {
			display: block;
			float: left;
			
			margin: 0;
			padding: 8px;
			
			color: #fff;
			font-family: Helvetica Neue, Arial, Verdana, Tahoma, _sans;
			font-size: 11px;
			text-decoration: none;
			font-weight: normal;

			background: url(../images/header/mini_background.png) repeat-x;
		}

	DIV#chat {
		float: right;
		height: 29px;
		padding: 7px 9px 0 0;
	}
	
	
	DIV#dl_header DIV DIV.left,
	DIV#dl_header DIV DIV.right {
		width: 6px;
		height: 29px;
	}
	
	DIV#dl_header DIV DIV.left {
		background: url(../images/header/left_corner.png) no-repeat;
	}

	DIV#dl_header DIV DIV.right {
		background: url(../images/header/right_corner.png) no-repeat;
	}


	DIV#menu {
		height: 40px;
		width: 100%;
	}

	DIV#menu LI SELECT {
		margin-left: 10px;
		width: 173px;
	}
DIV#children_dropdown {
	position: absolute;
	width: 796px;
	text-align: right;
}

	DIV#children_dropdown SELECT {
		margin: 5px 5px 0 0;
	}


/* /////official web site */
DIV#sub_header H2 DIV#official_site {
	display: block;
	float: right;
	padding: 7px 7px 0 0;
	width: 789px;
	
	top: 44px;
}

A#official_link,
DIV#sub_header H2 DIV#official_site A {
	padding: 0 5px;
	margin: 5px;
	
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0;
	line-height: 24px;
	
	display: inline;
}

DIV#product_info DL DD {
	font-size: 12px;
}

DIV#product_info DL DD STRONG {
	font-size: 16px;
}

DIV#product_info DL DD A {
	text-decoration: underline;
	color: #000;
}

DIV#product_info DL DD A:HOVER {
	text-decoration: none;
}