/* CSS Document */
h1, h2, h3, h4 {
	color:#7D0B0B;
	text-transform:none;
}

h2.category_title {
	font-size:2.3em;
	border-bottom:2px solid #eee;
	margin-bottom:0;
}

h2 span {
	font-size: 0.5em;

}
#cart_block_header {
	background:url(../img/block-cart-header-top.gif) no-repeat top left;
	height:40px;
}

#strap {
	background:url(../img/wrapper-top.jpg) no-repeat;
	height:5px;
	margin:0 auto;
	width:966px;
}


/* block top search */
#header #search_block_top {
	background: #7D0B0B url(../img/bg-searchbox.jpg) no-repeat;
	height: 28px;
	width: 270px;
	float: left;
	margin-top:0;
	height:33px;
}
#header #search_block_top p { padding: 0.4em 0 0.4em 1em; }
#header #search_block_top label, 
#header #search_block_top input{ float:left; }
#header #search_block_top input#submit_search { width:77px; background:url(../img/bg-searchbutton.jpg) no-repeat; height:28px; margin:-2px 0 0 10px; }
#header #search_block_top label {
	background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block;
}
#header #search_block_top input#search_query { width: 135px; padding:3px; margin:0; border:1px solid #FFF; }










#topnav {
	float:left;
	height:16px;
	background:#F1D69F url(../img/top-nav-repeat.jpg) repeat-x;
	border-bottom:2px solid white;
	padding:5px 0;
	width:958px;
}

#topnav ul {
    float: left; 
    list-style: none;
    margin: 0 0 0 50px; padding: 0px;
}

#topnav ul li {
	display: block;
	position: relative;
    margin: 0; padding: 0;
	float: left;
	border-right:1px solid white;
}

#topnav ul li.last {
	border-right:none;
}

#topnav ul li a {   /*navi text info*/
    float: left;
/*    height:	25px;*/
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
	font-size:1.2em;
}

#topnav ul li a:hover 			{	text-decoration:underline; }

#topnav ul li a:active {
}
		
#topnav li ul {
	display: none;
	position: absolute;
	left: 0; top: 22px;
    width: 145px;
	z-index:11;
}

#topnav li ul li {
	float: none;
	width: auto;
}

#topnav ul li ul li a {
    float: none;
    display: block;
	background: #eee; 
    padding: 0 10px 0 10px;
    font-weight: normal;
    width: 150px;
    height:25px;
	border-bottom:1px solid #ccc;
	margin: 0;
}

#topnav ul li:hover ul, #navigation ul li.over ul  {
	display: block;
}


#topnav .bdown {
	cursor:default!important;
}

#header-left{
	float: left;
	margin: 0;
	width: 3px;
	height: 129px;
	background-color: #7d0b0b;
	background-image: url(../img/header-left.jpg);
	background-repeat: no-repeat;
}

#header-mid{
	float: left;
	margin: 0 0 4px 0;
	height: 129px;
	width: 960px;
	background: #7d0b0b url(../img/ypd-banner.jpg) no-repeat 210px 7px;;
}

#header-right{
	float: left;
	margin: 0;
	width: 3px;
	height: 129px;
	background-color: #7d0b0b;
	background-image: url(../img/header-right.jpg);
	background-repeat: no-repeat;
}


#top-nav-mid {
	margin:5px 0;
	float:left;
	background:url(../img/top-nav-repeat.jpg) repeat-x;
}

#topnav, #top-nav-left, #top-nav-right {
	margin:1px 0;
}

#top-nav-left, #top-nav-right{
	float: left;
	width: 4px;
	height: 26px;
	background-color: #c4701c;
	background-repeat: no-repeat;
}
#top-nav-left {	background-image: url(../img/top-nav-left.jpg); clear:both; }
#top-nav-right { background-image: url(../img/top-nav-right.jpg); }

