#topnavi img,
#topnavi a img,
#topsearch a img {
	border: none;
}

#topnavi {
    float: left;
    height: 262px;
    margin: 0 0 15px;
    width: 231px;
}

#productSearch {
	background: transparent url(img/bg_productsearch.png) no-repeat left top;
	width: 209px;
	padding: 3px 4px 4px;
	height: 255px;
	overflow: hidden;
}

#productSearch h2,
#productSearch h3 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#productSearch h2 {
	height: 21px;
}

#productSearch h3 {
	height: 25px;
}

#productSearch .accordionBody {
	background: #fff url(img/bg_productsearch_item.png) repeat-x left top;
	overflow: hidden;
	height: 139px;
	padding: 10px;
}

#productSearch .accordionBody p {
	margin: 0;
	padding: 0;
}

#productSearch .fl {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

#productSearch .fs12 {
	font-size: 12px;
}

#productSearch .fs10 {
	font-size: 10px;
}

#productSearch .block {
	display: block;
}

#productSearch .cleared {
	clear: both;
}

#productSearch .mr5 {
	margin-right: 5px!important;
}

#productSearch .mb5 {
	margin-bottom: 5px!important;
}

#productSearch .ar {
	text-align: right!important;
}

#productSearch .ml68 {
	margin-left: 68px!important;
}

#topsearch {
    float: left;
    height: 265px;
    margin: 0 0 15px;
    width: 460px;
}

#contentFlow {
	background: transparent url(img/bg_contentflow.png) no-repeat left top;
	width: 439px;
	height: 255px!important;
	overflow: hidden;
	position: relative;
	padding: 3px 4px 4px;
}

#contentFlow h2 {
	/*margin-bottom: 20px;*/
	margin-bottom: 30px;
}

#contentFlow .direction {
	position: absolute;
	left: 120px;
	bottom: 55px;
	color: #265452;
	font-weight: bold;
	cursor: default;
}

#contentFlow .flow {
	cursor: default;
	height: 148px;
	/*z-index: 99999px!important;*/
}

#contentFlow .item {
	cursor: pointer;
}

#contentFlow .globalCaption {
    color: black;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
	width: 446px;
	left: 0;
	bottom: 20px;
	background:url(img/bg_globalcaption.png) no-repeat center top;
	line-height: 20px;
	cursor: default;
}

#contentFlow .scrollbar {
	/*position: absolute;
	left: 22px;
	top: 90px;*/
	position: relative;
	margin: 0;
	width: 90%;
	/*cursor: pointer;*/
	zoom: 1;
}

#contentFlow .preButton {
	position: absolute;
	left: 10px;
	top: 30px;
	float: left;
	width: 20px;
	height: 20px;
	display: inline;
	background: transparent url(img/ico_prev.png) no-repeat left top;
	cursor: pointer;
	zoom: 1;
}

#contentFlow .preButton:hover {
	background-image:url(img/ico_prev_on.png);
}

#contentFlow .nextButton {
	position: absolute;
	right: 10px;
	top: 30px;
	float: right;
	width: 20px;
	height: 20px;
	display: inline;
	background: transparent url(img/ico_next.png) no-repeat left top;
	cursor: pointer;
}

#contentFlow .nextButton:hover {
	background-image:url(img/ico_next_on.png);
}

#footer .copyright p {
	font-size: 0;
	color: #fff
}