@charset "utf-8";
/* general css */
* {
	margin: 0px;
	padding: 0px;
	font:  normal 12px  Verdana, Arial, Helvetica, sans-serif;
}

/* menu style */
.menuItems {
	list-style: none;
}
.menuItems li {
	height: 37px;
	cursor: pointer;
	float: left;
	overflow: hidden;
}
.menuItems li a {
	padding-top: 38px;
	display: block;
}

.menuAudio {
	width: 113px;
}
.menuVideo {
	width: 113px;
}
.menuCapture {
	width: 113px;
}
.menuLogin {
	width: 113px;
}
.menuRegister {
	width: 113px;
}



/* search box style */
.searchBox {
		float: left;
		background: url(../images/searchBox.gif) no-repeat 100px 7px;
		width: 157px;
		height: 25px;
		padding: 8px 0px  5px 100px;
}
.searchBox input {
	width: 120px;
	margin: 2px 0px 0px 22px;
	border: 0px;
	padding: 1px 0px;
}
.inputBoxBg {
	background-image: url(../images/inputBox.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 200px;
	padding: 0px;
	position: relative;
}
.inputHidden{
	position: absolute;
	top: 1px;
	*top: 2px;
	left: 8px;
	width: 180px;
	border: 0px;
	padding: 1px 0px;
}
/* copyright style */
.wicCopyright {
	text-align: center;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*common style*/
.cb {
	clear: both;
}

.red {
	color: #f00;
}

.fontBig {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.line3 {
	background-color:#E7E7E7;
	height: 25px;
}
.line4 {
	background-color:#F3F3F3;
	height: 25px;
}

#msg, .msg {
	color: red;
	font-weight: bold;

}
.wicContentItemLeft td.required {
	color: red;
}

.wicBanner {
	position: relative;
}
.searchDiv {
	position: absolute;
	top: 152px;
	left: 500px;
	display: none;
	color: #FFF;
}
.searchDiv td {
	font-weight: bold;
}


.ajax_find {
	width: 260px;
	position: absolute;
	display: none;
	z-index: 10;
	top: 58px;
	left: 878px;
	text-align: center;
	vertical-align: middle;
	border-color:#999999;
	border-style:solid;
	border-width:thin;
	background-color: #E6E6E6;
	color: #000000;
}

.find_title {
	height: 18px;
	background-color: #999999;
	font-weight: bolder;
	color: white;
}

.fontTitle {
	font-weight: bolder;
}

.more_location {
	margin-bottom: 1px;
	margin-right: 5px;
	text-align: right;
}

.custom_images {
	background: url(../images/shareBar.jpg) no-repeat center center transparent;
}

.addthis_toolbox .custom_images a.share_link {
	float: left;
	width: 45%;
	display: block;
	border: 0px solid red;
	margin: 0px 0px 0px 12px;
}
.addthis_toolbox .custom_images a.share_link img {
	display: none;
}

