@charset "utf-8";

.viewport {
	width:955px;
	margin:0 auto;
}
.clear {
	clear:both;
}

#username {
	padding-left:20px;
	background:#fff url(../images/username_logo.png) 3px no-repeat;
}
#password {
	padding-left:20px;
	background:#fff url(../images/password_logo.png) 3px no-repeat;
}
#forgot-password {
	padding-left:5px;
}
#main-top-content {
	width:800px;
	text-align:center;
	border:#ccc 4px double;
}
#video-thumb img {
	/*border:#999 4px double;*/
}
#video-index {
	color:#505050;
}
#video-index h1 {
	font-size:1.5em;
}
#video-index ul {
	list-style:none;
}
#video-index li {
	background:url(../images/video_index_arrow.jpg) left no-repeat;
	font-weight:bold;
}
#video-index a {
	color:#505050;
}
#video-index li:hover {
	background:url(../images/video_index_arrow_over.jpg) left no-repeat;
	color:#000;
}
#header-bottom-left {
	text-align:right;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
#header-bottom-left a {
	position:absolute;
	right:-100px;
	top:-25px;
	width:82px;
	height:76px;
	background:url(../images/register.png) no-repeat;
	padding-top:25px;
	text-align:center;
}
#menu-panel {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#menu-panel div {
	color:#595a5a;
}
#menu-panel div a {
	color:#595a5a;
}

#proposal-tabs {
	margin:0;
	padding:0;
	border:none;
	font-size:80%;
}
#proposal-tabs  > ul {
	background:none;
	border:none;
}
#proposal-tabs  > ul >li {
	border:none;
	background:#000;
	color:#fff;
	margin:0;
	padding:0;
	border-radius:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#proposal-tabs  > ul >li > a {
	color:#fff;
	padding:5px;
}
#proposal-tabs  > ul >li.ui-state-hover, #proposal-tabs  > ul >li.ui-state-active {
	background:#fff;
	color:#000;
}
#proposal-tabs  > ul >li.ui-state-hover a, #proposal-tabs  > ul >li.ui-state-active a {
	color:#000;
}
#proposal-tabs  > div {
	border:#959595 2px solid;
	padding:5px 10px;
}
div.proposal-merchant {
	border-bottom:#cacaca 1px solid;
	margin-bottom:5px;
	padding-bottom:5px;
}
div.proposal-merchant div.title {
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}
div.proposal-merchant div.photo {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
div.proposal-merchant div.photo img {
	border:#e6e6e6 1px solid;
}

#ad-static {
	margin:0 auto 10px auto;
	overflow:hidden;
}
#ad-bottomRight-holder {
	position:fixed;
	right:0;
	bottom:0;
}
#ad-bottomRight {
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:#cdcdce 1px solid;
	background:#f4f5f5;
	padding:5px;
}
#ad-bottomRight-content {
	z-index:5;
}
#br-ad-close {
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:999;
	cursor:pointer;
}
#ad-center-holder {
	position:fixed;
	left:50%;
	top:200px;
}
#ad-center {
	overflow:hidden;
}
#ad-center-content {
	z-index:5;
}
#br-ad-close-center {
	position:absolute;
	right:10px;
	bottom:5px;
	z-index:999;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
}

div.footer.logo {
	width:89px;
	height:75px;
	margin:0 50px;
	padding-top:6px;
}
div.left {
	float:left;
}
div.right {
	float:right;
}
div.footer.menu {
	padding-top:20px;
	margin-bottom:10px;
	text-align:center;
}
div.footer.menu a {
	color:#fff;
}
div.footer.menu a:hover {
	text-decoration:underline;
}
div.footer.copyright {
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
#animations-bottom-box {
	float:none;
	width:1188px;
	height:243px;
	overflow:hidden;
	margin:0 auto;
	background-color:transparent;
	background:url(images/animation-bottom.png);
}
#animations-bottom-box > .inner {
	padding:24px 0 0 30px;
}
#header > .inner {
	background:url(images/header.png);
	width:1189px;
	height:296px;
	overflow:hidden;
	margin:0 auto;
}
#header .viewport {
	width:1141px;
	margin:0 auto;
	overflow:hidden;
}
#header .viewport > .inner {
	padding-top:24px;
}