@charset "UTF-8";
/* CSS Document */
#content {
	background:url(../int_images/login_bg_repeat.jpg) ;
	padding:0px;
}
#customer_content {
	background:url(../int_images/login_bg.jpg) no-repeat;
	padding:20px;
	padding-top:120px;
	min-height:350px
}
/*LOGIN FORMULAR*/
#login {
	width: 489px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	clear: left;
}
#login h3 {
	line-height:1em;
	margin-bottom:3px;
	padding:0;
}
#login a {
	padding-left:20px;
	display:block;
}
#login form {
	background: url(../int_images/login_input_bg.png) no-repeat;
	height: 200px;
	padding: 0 20px 0 53px;
	outline: none;
}
#login form :focus {
	outline:none;
}
#login form span {
	display: none;
}
#username {
	width: 374px;
	height: 53px;
	background: url(../int_images/login_fields.png) no-repeat;
	float: left;
	margin-top: 20px;
}
#password {
	width: 374px;
	height: 54px;
	background: url(../int_images/login_fields.png) no-repeat 0 -53px;
	float: left;
	margin-bottom: 15px;
}
#login form label input {
	border: 0;
	background: transparent;
	height: 23px;
	float: right;
	margin: 14px 20px 0 0;
	width: 227px;
	padding-top: 4px;
	font-size: 0.95em;
	z-index: 1000;
	color:#fff;
}
form #messages {
	display:block;
	width:250px;
	padding-left:0px;
	color: #900;
	position:absolute;
	left:60px;
	top:120px;
}
#login form #username:hover, #username.active {
	background: url(../int_images/login_fields.png) no-repeat 0 -107px;
}
#login form #password:hover, #password.active {
	background: url(../int_images/login_fields.png) no-repeat 0 -160px;
}
#login form .login_button {
	float: right;
	margin-right: 54px;
	background: url(../int_images/login_button.gif) no-repeat;
	border: 0;
	width: 98px;
	height: 28px;
	font-size: 0.90em;
}

/*BROWSE PRODUCTS*/
#theme_browser {
	clear:both;
	padding-top:20px;
	padding-left:10px;
	display:block;
	width:930px;
	margin-left:-20px;
}

a.rw_items, .rw_items {
	width: 172px;
	margin-bottom:20px;
	float:left;
	display:block;
	height:198px;
	margin-left:10px;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	color:#FFF;
}
.rw_items img {
	margin-bottom: 8px;
}
.rw_items, .rw_items:hover {
	background: url(../int_images/rapidweaver_themes_bg_gray.png) no-repeat;
	color:#001527
}
.rw_items.active span, .rw_items:hover span {
	background: url(../int_images/theme_bg_left_gray.png) left center no-repeat;
	padding-left: 10px;
	padding-bottom:4px;
	padding-top:4px;
}
.rw_items.active span span, .rw_items:hover span span {
	background: url(../int_images/theme_bg_right_gray.png) right no-repeat;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:4px;
	padding-top:4px;
}
