
html, body {
	min-height: 100%;
}

body {width: 100%}

img {
	border: 0;
}

#site-loading {
	display: none;
}

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.askFlash {
	font-family: sans-serif;
	margin-top: 100px;
	text-align: center;
}

.cbel {
	position:absolute;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-o-transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* text */
.cb-text span {
	white-space: pre-wrap;
}
.cb-text2 span {
	white-space: pre;
}

h1.cb-text2, h2.cb-text2, h3.cb-text2 {
	display: block;
	font-weight: normal;
}

.cb-text ul {
	margin:0;
	padding-left:40px;
}

.cb-text a, .cb-textButton a { text-decoration: inherit; }

.cb-text .justify span {
	white-space: normal;
}
.cb-text .justify {
	white-space: normal;
}

.cbel a { color:inherit; }

.cb-formReset, .cb-formSubmit {
	border: inset #ccc 1px;
	border-radius: 3px;
	font-size: 12px;
	line-height:14px;
}

.cb-formField, .cb-formArea {
	border: solid #999 1px; border-radius: 2px;
}

.cb-link {
	color:#000;
	text-decoration: none;
}
.cb-form { margin:0; }
.cb-formerror {
	outline: solid rgba(255,0,0,.7) 2px;
}


.hovermaster .hoverslave { display:none; }
.hovermaster:hover .hoverslave { display:block; }

.overmaster-tr:hover .overslave-tr {
	opacity: 1;
}
.overmaster-tr .overslave-tr {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.error {
	border-color: red;
}

#flashOuter {
	min-width: 860px;
}

/*navigation separators */
/* 1x2, black 20%, white 50% */
.cb-vsep {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2woMDRUhx0+ETAAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAASSURBVAjXY2BgYDBm+v//vw8ACokDf1PvGuEAAAAASUVORK5CYII=);
	height: 2px;
	display: block;
}
/* 2x1, black 20%, white 50% */
.cb-hsep {
	display: inline-block;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2woNDigT34pETgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAARSURBVAjXY2RgYDD+//+/DwAKVAN+6HLMoQAAAABJRU5ErkJggg==);
	width: 2px;
	height: 100%;
	vertical-align: top;
}

/* topbanner */
#topBanner {
	background:#678ED5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#82A1DC), to(#3D72D3));
	background-image: -moz-linear-gradient(top, #82A1DC 0%, #3D72D3 100%);
	background-image: gradient(linear, 0% 0%, 0% 100%, from(#82A1DC), to(#3D72D3));
	text-align: right;
	vetical-align: top;
	font-family: sans-serif;
	font-size:14px;
	color:white;
	white-space: nowrap;
}
#topBanner .ticker {
	display: inline-block;
	width:420px;
	height:28px;
	float:left;
	margin-right: 3px;
	font-size:14px;
	cursor: pointer;
	background-repeat:no-repeat;
}


#topBanner a {
	color:inherit;
}
#topBanner .btn {
	display: inline-block;
	border: solid #AFC1E2 1px;
	color: #fff;
	background: #82A4E4;
	margin: 4px 4px 0 0;
	padding: 1px 8px;
	cursor: pointer;
}

#topBanner .divider
{
	background:url(../topbanner/divider.png);
	background-repeat:no-repeat;
	display: inline-block;
	width:2px;
	height:28px;
	float:left;
	padding: 0 4px;
}

#topBanner .dividerWrap
{
	display: inline-block;
	height:20px;
}

#topBanner .btn:hover {
	background: #678ED5;
}
#topBanner .shareBtn {
	display: inline-block;
	width:16px;
	height:16px;
	margin-right: 4px;
	font-size:14px;
	background:url(../topbanner/icons-social.png);
	cursor: pointer;
	background-repeat:no-repeat;
}
#topBanner .more {
	padding-left: 20px;
	width: 140px;
	margin-top: 10px;
	color: #666;
	font-weight:bold;
}
#topBanner .more:hover {
	color: #000;
}
#topBanner input[type=text], #topBanner textarea {
	border: solid #ccc 1px;
	margin: 2px 0;
	padding: 1px;
}
#topBanner .star {
	display: inline-block;
	background:url(../topbanner/starg.png);
	width:16px;
	height:16px;
	vertical-align:bottom;
	cursor:pointer;
}
#topBanner .starOn {
	background:url(../topbanner/star.png);
}

table.cbel td {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow:hidden;
}

.cbel .hidden {
	display: none;
}

div.ui-datepicker{
 font-size:12px;
}
img.ui-datepicker-trigger
{
	position:absolute;
	top:2px;
	padding-left:3px;
}

.cb-gallery canvas {
	pointer-events: none;
}

.cb-navigation2 {
	z-index: 1000;
}
.cb-navigation2 > span {
	display: none;
}

.h5-text div, .h5-text li {
	line-height: normal;
	white-space: normal;
}
.h5-text span {
	white-space: normal;
}

/** shop **/
.cb-shopCategoryList {
	padding: 0 0 5px 5px;
}
.cb-shopCategoryList > div {
	display: inline-block;
	padding: 10px;
	background: #f0f0f0;
	margin: 5px 5px 0 0;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.cb-shopCategoryList > div::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.cb-shopCategoryList div.image {
	width: 100px;
	height: 100px;
	background: #ccc;
	margin-bottom: 5px;
}

.cb-shopProductList {
	padding: 0 0 5px 5px;
}
.cb-shopProductList > div {
	display: inline-block;
	padding: 10px;
	background: #f0f0f0;
	margin: 5px 5px 0 0;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.cb-shopProductList > div::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.cb-shopProductList div.image {
	width: 100px;
	height: 100px;
	background: #729cf0;
	margin-bottom: 5px;
}