@CHARSET "UTF-8";

.divBanner{
	display: block;
	width: 100%;
	float: left;
/*	width: 500px; */
}

.divBannerItem{
	padding-bottom: 1px;
	padding-top: 1px;
	width: auto;
	height: auto;
}

.divBannerItem a{
	outline: none;
	text-decoration: none;
}

.divBannerItem a img{
	border:none;
}

/*--- Vertical Banner ---*/

.divStaticBannerVerticalFrame{
	width: 175px; 
	display: block;
	float: left;
/*	height: 250px; */
	margin-bottom: 10px; 
}

.divDynamicBannerVerticalFrame{
	width: 175px;
	display: block;
	float: left;
	margin-bottom: 10px; 
}


.divBannerVerticalHeader{
	height: 20px;
	display: block;
	float: left;
	text-align: center;
	color: #FFFFFF;
	width: 175px;
}

.divBannerVerticalButtonUp, .divBannerVerticalButtonDown{
	padding-top: 2px;
	border-left: 1px solid #ffa533;
	border-right: 1px solid #ffa533;
	background-color: #BBBBBB;
	text-align: center;

}

.divBannerVerticalButtonUp a img , .divBannerVerticalButtonDown a img{
	text-decoration: none;
	border: 0;
}

.divBannerVerticalBody{
	display: block;
	float: left;
	text-align: center;
/*	height: 178px; */
	overflow: hidden;
	position: relative;
	width: 173px;
	border-left: 1px solid #ffa533;
	border-right: 1px solid #ffa533;
}

.divDynamicBannerVerticalBody{
	display: block;
	float: left;
	text-align: center;
	height: 163px; 
	overflow: hidden;
	position: relative;
	width: 173px;
	background-color: #f8d2a1;
}
.divDynamicBannerVerticalBody a{
	text-decoration: none;
	color: #000000;
	z-index: 100;
}

.divBannerVerticalBody a{
	text-decoration: none;
	color: #000000;
}

.divStaticBannerProduct{
	text-decoration: none;
	color: #000000;
	display: block;
	width: 161px;
	margin: 5px 5px 5px 5px; 
	background-color: #DDDDDD;
	border: 1px solid #999999;  
	text-align: center;
	position: relative;
	height: 150px;
}

.divDynamicBannerProduct{
	text-decoration: none;
	color: #000000;
	display: block;
	width: 161px;
	margin: 5px 5px 5px 5px; 
	background-color: #DDDDDD;
	border: 1px solid #888888;  
	text-align: center;
	position: relative;
	height: 150px;
	display : none;
	cursor: pointer;
}

.tblDynamicBannerProduct{
	table-layout: fixed;
	height: 150px;
}

.tdBannerProductName{
	vertical-align: middle; 
	text-align: center;
	height: 38px;
	width: 161px; 
	overflow: hidden;
}

.tdBannerProductImage{
	height: 112px;
	vertical-align: middle; 
	text-align: center;
	width: 161px; 
	overflow: hidden;
}

.imgBannerProductImage{
	text-decoration: none;
	border: 0;
	max-height: 100px;
	max-width: 150px;
}

.divBannerProductPrice{
}

.divBannerVerticalFooter{
	height: 5px;
	display: block;
	float: left;
	width: 175px;
}

/* Main page big banner*/

.divDynamicBannerBigFrame{
	width: 500px;
	float: left;
	height: 110px; 
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.divDynamicBannerBigBody{
	width: 500px;
	height: 105px;
	float: left;
	display: inline;
	position: absolute;
	margin-left: -250px;
/*	border: 1px solid #EEEEEE; */
	background-image: url("../../images/bannerframe_top_wide_grey.png");
	background-repeat: no-repeat;
	background-position: top;
}

.divDynamicBannerBigHeader{
	margin-top: 5px;
	width: 498px;
	height: 20px;
	float: left;
	display: block;
/*	background-color: #DDDDDD; */
	text-align: center;
	color: #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.divDynamicBannerBigContent{
	display: block;
	float: left;
	width: 498px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.divDynamicBannerBigProduct{
	width: 100%;
	height: 80px;
	float: left;
	display: block;
	visibility: hidden;
	cursor: pointer;
}

.divDynamicBannerBigFooter{
	height: 5px;
	width: 500px;
	display: block;
	float: left;
	background-image: url("../../images/bannerframe_bottom_wide_grey.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.imgBannerBigProductImage{
	margin: 2px;
	height: 70px;
}

.tblDynamicBannerBigProduct{
	width: 100%;
}

.tdDynamicBannerBigProductName{
	text-align: center;
}
