@import url(global.css);

/* BGN .enhance */
.enhance {
	padding: 0 10px;
}
.enhance .box {
	float: right;
	width: 370px;
	padding-top: 60px;
}
.enhance .box h2 {
	height: 0;
	padding-top: 38px;
	overflow: hidden;
	background: url(image/text_enhance_your_videos.gif) no-repeat;
	margin-bottom: 12px;
}
.enhance .box li {
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	background: url(image/ico_dot.gif) no-repeat 0 .6em;
	line-height: 1.6em;
}
.enhance .btns a {
	float: left;
	width: 134px;
	height: 0;
	padding-top: 53px;
	overflow: hidden;
	background: url(image/btn_tryItNow.gif) no-repeat;
	margin-top: 15px;
	margin-right: 8px;
}
.enhance .btns a.learnMore {
	background-image: url(image/btn_learnMore.gif);
}
/* END .enhance */

/* BGN .create */
.create {
	width: 917px;
	margin: 23px auto;
	background: url(image/create_block.gif) no-repeat;
	padding: 15px;
}
.create h2 {
	height: 0;
	padding-top: 32px;
	overflow: hidden;
	background: url(image/text_createYourOwn.gif) no-repeat;
	border-bottom: 1px solid #d5d5d5;
}
.create .form {
	padding-top: 18px;
}
.create .form label {
	font-size: 18px;
	vertical-align: middle;
}
.create .form input {
	width: 645px;
	height: 18px;
	padding: 13px 4px;
	background: url(image/url_input.gif) no-repeat;
	border: 1px solid #B7C7D8;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
}
.create .form button {
	border: 0;
	text-indent: -999em;
	width: 63px;
	height: 49px;
	margin: 0;
	padding: 0;
	background: url(image/btn_go.gif) no-repeat;
	vertical-align: middle;
}
.create .support {
	padding: 10px 0 10px 160px;
	font-size: 14px;
	font-weight: bold;
}
.create .support em {
	float: left;
	padding-right: 20px;
}
.create .support span {
	display: block;
	width: 492px;
	height: 0;
	padding-top: 49px;
	overflow: hidden;
	background: url(image/logos.gif) no-repeat;
	float: left;
}
/* END .create */

/* BGN .container */
.container {
	padding: 0 15px 30px;
}
.leftside {
	float: left;
	width: 460px;
}
.rightside {
	float: right;
	width: 460px;
}
.container .topic {
	border-bottom: 1px solid #d5d5d5;
	padding: 0 5px 0 2px;
}
.container .topic h2 {
	width: 195px;
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	background: url(image/title_featuredVideos.gif) no-repeat;
	float: left;
}
.container .topic .op {
	float: right;
	width: 31px;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
	background: url(image/rss.gif) no-repeat;
}

.leftside li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.leftside li.last {
	border: 0;
}
.leftside li a {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
.leftside li a:hover {
	color: #f90;
}
.leftside li .c {
	float: right;
	width: 300px;
}
.leftside li .desc {
	padding: 8px 0;
}
.leftside li .v {
	border: 2px solid #FB731E;
}

.rightside li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.rightside li.last {
	border: 0;
}
.rightside li .c {
	float: right;
	width: 280px;
}
.rightside li .v {
	border: 2px solid #FB731E;
}
/* END .container */