#subtop {
	background: #ffffff;
	padding: 10px;
	border-width: 1px 0px 1px 0px;
	border-style: dashed;
	border-color: #cccccc;

	margin-bottom: 25px;
	overflow: hidden;
}

#subtop ul {
	margin: 0px;
	list-style-type: none;
}
#subtop h1,#subtop h2 {
	font-size: 18px;
}


.menu_left {
	width: 50%;
	float: left;
}

.menu_right {
	width: 50%;
	float: right;
}

#profile label {
	width: 200px;
	float: left;
	margin-bottom: 15px;
}

	#profile br {
		clear: both;
		margin-bottom: 15px;
	}
	#profile textarea {
		width: 250px;
		height: 100px;
		padding: 5px;
		font-family: Verdana;
		font-size: 11px;
	}
	#profile .input {
		width: 200px;
	}

#signup_type .left {
	float: left;
	width: 45%;
}
#signup_type .right {
	float: right;
	width: 45%;
}

#signup_type h1 {
	font-size: 16px;
	color: #cc0000;
	font-family: Arial;
}
#acc_info {
	text-align: justify;
}
#acct_pay {
	width: 40%;
	margin: 20px 0px 0px 75px;
	padding: 15px;

	background: #fafafa;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;

	line-height: 24px;
}

address {
	font-weight: bold;
	font-style: normal;
}


.head {
	font-weight: bold;
	background: #fcfcfc;
}

table {
	border: 0px;
	padding: 0px;
}

td {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

#upload {
	padding: 15px;
	background: #ffffff;
	margin: 30px auto 20px auto;
	width: 70%;
}

.alpha {
	text-align: center;
}
.alpha a {
	padding: 5px;
}
.alpha a:hover {
	background: #ffffff;
}

.alpha_sel {
	font-weight: bold;
	background: #ffffff;
	color: #00A02B;
}

.year {
	font-size: 10px;
}


	.address_stats {
		margin-top: 20px;
		font-weight: bold;
		font-size: 11px;
		line-height: 14px;
	}
	#addresses, #movies {
		overflow: hidden;
	}
	#addresses li, #movies li {
		list-style-type: none;
	}
	#movies li {
		margin-bottom: 10px;
	}
	#addresses .left {
		float: left;
		width: 33%;
	}
	#addresses .right {
		width: 30%;
		float: left;
		text-align: left;
	}
	#addresses .clear, #movies .clear {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	#movies .left {
		float: left;
		width: 50%;

	}
	#movies .right {
		float: left;
		width: 50%;
		text-align: left;
	}



	#address_entry {
		border: 1px;
		border-style: solid;
		border-color: #666666;
		background: #ffffff;
		padding: 15px;

		width: 350px;
		height: 250px;

		position: absolute;
		margin: auto;

		display: none;
		visibility: hidden;
	}
	#address_entry_x {
		float: right;
	}
	#address_entry_content h1 {
		font-family: Arial;
		font-size: 18px;
		color: #00AA2E;
	}
	#address_entry_content .pic {
		float: right;
	}

	#address_cats {
		margin-top: 30px;
	}
	#addresses #address_cats li {
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}

#address_search label {
	width: 80px;
	float: left;
	margin-bottom: 15px;
	font-weight: bold;
}

	#address_search br {
		clear: both;
		margin-bottom: 15px;
	}

	#address_search {
		width: 55%;
		float: left; 
	}
	#address_search_right {
		float: right;
		width: 40%;
	}

.tm {
	display: inline;
	position: absolute;
	background: #cccccc;
	padding: 2px;

	display: inline;
	visibility: hidden;
}

#premium {
	margin: 20px 0px 0px 25px;
}

.profile_pic {
	float: left;
	margin-right: 25px;
	width: 150px;
	padding: 2px;
	text-align: center;
}

.profile_pic img {
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.profile_pic a:hover img {
    border-color: #00AA2E;
}

/* ================================ */

#view_profile {
	padding: 15px;
}
	#view_profile h2 {
		margin: 0px;
	}
	#profile_content h3 {

	}
	#profile_content {
		margin-top: 20px;
	}
	#profile_content label {
		font-weight: bold;
		width: 175px;
		float: left;
	}
	#profile_content .info {
		float: right;
		width: 75%;
	}

	#profile_content .info, #profile_content label {
		margin-bottom: 10px;
	}

	#profile_content br {
		clear: both;
	}



.page_number {
	font-size: 10px;
}
.page_number a {
	border: 1px;
	border-style: solid;
	border-color: #cccccc;

	padding: 3px;
}
.page_number .page_number_sel {
	font-weight: bold;
	color: #00AA2E;
    border-color: #00AA2E;
	background: #eeeeee;	
}

#premium_action {
	padding: 8px;
	background: #fafafa;

	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 350px;

	text-align: center;

	margin: 0px 0px 0px auto;
}
	#premium_action a {
		margin: 0px 15px 0px 15px;
		font-weight: bold;
	}




#profile_send_msg {
	color: #666666;
	background: #fafafa;
	padding: 10px;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;

	width: 500px;
	float: right;

	display: none;
	visibility: hidden;
}
	#profile_send_msg label {
		width: 70px;
		float: left;
	}
	#profile_send_msg br {
		clear: both;
	}

.msg_view, .msg_view a {
	font-weight: bold;
	color: #00AA2E;
}

#message {
	padding: 15px;
}
#message_body {
	padding: 20px;
	background: #fafafa;
}

#new_mail {
	clear: both;
	margin: 20px;
	width: 140px;
}
#new_mail img {
	float: left;
}
#new_mail span {
	float: right;
}

.doc {
	text-align: justify;
}

.doc h2 {
	margin: 0px 0px 5px 0px;
}

#contact .left {
	float: left;
	width: 70%;
}
#contact .right {
	float: right;
	width: 20%;
	font-size: 11px;
	text-align: justify;
}
	#contact blockquote {
		margin: 0px 0px 0px 15px;
		line-height: 17px;
	}


#partners ul, #partners li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	#partners li li {
		float: left;
		margin-right: 40px;
	}


#movie {
	margin: 20px 0px 0px 30px;
}

#movie label {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}

#movie span {
	display: block;
	width: 510px;
	float: left;
}

	#movie br {
		clear: both;
		margin-bottom: 15px;
	}

#movie_search label {
	font-weight: bold;
}

.highlight {
	text-decoration: underline;
}
#help h2 {
	font-size: 18px;
}
#help li {
	margin-bottom: 20px;
	list-style-type: none;
}

#tour {
	text-align: center;
	margin-bottom: 20px;
}
	#tour div {
		text-align: right;
	}


#pricing label {
	float: left;
	width: 200px;

}
#pricing br {
	clear: both;
}


#trailers .left {
	float: left;
	width: 60%;
}

#trailers .right {
	float: right;
	width: 40%;
}


.doc .left {
	width: 50%;
	float: left;
}
.doc .right {
	width: 50%;
	float: right;
}

.doc .pix {
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.small {
	font-size: 11px;
	line-height: 19px;
}