@charset "utf-8";
/* CeeBox 1.4.3 CSS Document */
/*
* {
	padding:0;
	margin:0
}
html, body {
	height:100%
}*/
#cee_next {
	background-image:url(../img/cee-next-btn.png)
}
#cee_prev {
	background-image:url(../img/cee-prev-btn.png)
}
#cee_closeBtn {
	background-image:url(../img/cee-close-btn.png)
}
#cee_box {
	font:12px Arial, Helvetica, sans-serif;
	color:#333
}
#cee_count {
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	clear:left;
	float:left;
	padding:2px 0 4px
}
* html #cee_count {
	margin-top:-8px;
	zoom:1;
	padding-bottom:6px
}
#cee_nav {
	position:absolute;
	top:15px;
	left:0px;
	z-index:20;
	visibility:visible
}
#cee_next, #cee_prev {
	height:100%;
	width:49%;
	text-indent:-10000px;
	text-decoration:none;
	visibility:visible;
	background-position:10000px 10000px;
	background-repeat:no-repeat
}
#cee_next {
	float:right
}
#cee_prev {
	float:left
}
#cee_next:hover {
	background-position:right 50%
}
#cee_prev:hover {
	background-position:left 50%
}
#cee_box a {
	outline:none
}
#cee_box a:link {
	color:#666
}
#cee_box a:visited {
	color:#666
}
#cee_box a:hover {
	color:#000
}
#cee_box a:active {
	color:#666
}
#cee_box a:focus {
	color:#666
}
#cee_closeBtn {
	background-repeat:no-repeat;
	display:box;
	width:58px;
	height:28px;
	float:right;
	text-indent:-10000px;
	margin:0px 0 4px 0
}
#cee_closeBtn:hover {
	background-position:0px -28px
}
#cee_box {
	background:#fff;
	color:#000;
	border:4px solid #525252;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:left
}
#cee_box img#cee_img, #cee_box object {
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666
}
#cee_title {
	padding:7px 15px 5px 15px;
	overflow:hidden
}
.cee_ajax #cee_title, .cee_iframe #cee_title {
	background-color:#e8e8e8;
	height:18px
}
#cee_title h2 {
	font-size:1em;
	font-weight:400;
	margin:0 0 1px;
	float:left
}
#cee_ajax {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em
}
#cee_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px;
	background:url(../images/loadinganimation.gif)
}
#cee_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:100%;
	width:100%
}
* html #cee_HideSelect {
	position:absolute;
height:expression(document.body.scrollHeight >document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px')
}
#cee_iframe {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px
}
