/* Reset all margins and padding */
* {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

body {
	background: url(../images/format/body_bg.jpg) repeat-x 0 0;
}

/* HEADERS *************************************************************************************************************************************/
h1 {
	color: #000;
}
h2 {
	margin: 10px 0;
	color: #000;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	color: #000;
}

.add_link {
	padding: 0 0 0 20px;
	background: url(../images/icons/add.gif) no-repeat left center;
}
.edit_link {
	padding: 0 0 0 20px;
	background: url(../images/icons/pencil.gif) no-repeat left center;
}
.delete_link {
	padding: 0 0 0 20px;
	background: url(../images/icons/delete.gif) no-repeat left center;
}
.link_xls {
	background: url(../images/icons/attachment.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_favorites_add {
	background: url(../images/icons/heart.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_add_friend {
	background: url(../images/icons/group_add.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_delete_friend {
	background: url(../images/icons/group_delete.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_gift {
	background: url(../images/icons/vote_gift.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_featured_member {
	background: url(../images/icons/featured_member.jpg) no-repeat left center;
	padding: 0 0 0 20px;
}
.link_featured_member_signup {
	font-weight: bold;
	float: right;
}
.links_big_boomvote {
	margin: 0 0 10px 0;
	font-size: 140%;
	font-weight: bold;
	float: right;
}
.links_big_boomvote_enter {
	margin: 0 0 10px 0;
	font-size: 140%;
	font-weight: bold;
}

/* MAIN  / PAGE HEADER*************************************************************************************************************************************/
.wrapper {
	margin: 0;
	padding: 0;
}
.main {
	margin: 0 auto 10px auto;
	width: 900px;
	padding: 120px 0 0 0;
	color: #000;
}
h1 {
	float: left;
	width: 120px;
	height: 120px;
}	
h1 a:link,
h1 a:visited,
h1 a:active {
	width: 120px;
	height: 120px;
	display: block;
	background: url(../images/logos/logo.jpg) no-repeat 0 0;
}
h1 a:hover,
h1 a:focus {
	width: 120px;
	height: 120px;
	display: block;
	background: url(../images/logos/logo.jpg) no-repeat 0 -120px;
}
h1 a:link img,
h1 a:visited img,
h1 a:active img,
h1 a:hover img,
h1 a:focus img {
	display: none;
}
.header {
	height: 120px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
}
.header_ad {
	text-align: right;
	margin: 8px 0 0 0;
}
.navigation {
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	margin: 0;
	height: 28px;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	color: #FFF;
}
.navigation a:hover,
.navigation a:focus {
	color: #EEE;
	background-color: #060;
}
/* LINKS *************************************************************************************************************************************/
a:link,
a:visited {
	color: #528CAC;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #89B1C7;
	text-decoration: none;
}
a:active {
	color: #ABC8D8;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}

a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
	border: none;
}

/* BUTTONS ******************************************************************************************************************************************************8*/
.buttons a, .buttons button{
    margin:0 0 -2px 0;
    background-color:#fff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:100%;
    text-decoration:none;
   	font-weight: normal;
    color:#666;
    cursor:pointer;
    padding:3px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 5px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD ***********************************************************/

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE **************************************************************/

button.positive, .buttons a.positive{
    color: #003366;
	background-color: #FFF;
	border:1px solid #003366;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #003366;
    border:1px solid #003366;
    color: #FFF;
}
.buttons a.positive:active{
    background-color: #003366;
    border:1px solid #003366;
    color: #FFF;
}
/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* HOME *************************************************************************************************************************************/
.home_column_left {
	float: left;
	width: 450px;
}
.home_column_right {
	float: left;
	width: 450px;
}

.home_feature {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	background: #276D8B url(../images/format/home_feature_bg.gif) no-repeat top left;
	width: 450px;
	float: left;
}
.home_feature_inner {
	padding: 0 0 10px 0;
	background: url(../images/format/home_feature_inner_bg.gif) no-repeat bottom left;
}
.home_register_vote {
	background: url(../images/format/home_register_vote_bg.jpg) no-repeat top left;
	width: 450px;
	height: 160px;
	margin: 0 auto;
}
.home_feature_register {
	float: left;
	width: 225px;
	height: 160px;
	margin: 0;
}
.home_feature_register .register:link,
.home_feature_register .register:visited,
.home_feature_register .register:active {
	width: 146px;
	height: 34px;
	display: block;
	margin: 105px auto 0 auto;
	background: url(../images/buttons/register_now_feature.jpg) no-repeat top left;
}
.home_feature_register .register:hover,
.home_feature_register .register:focus {
	width: 146px;
	height: 34px;
	display: block;
	margin: 105px auto 0 auto;
	background: url(../images/buttons/register_now_feature.jpg) no-repeat 0 -35px;
}
.home_feature_register .register span {
	display: none;
}
.home_feature_vote {
	float: left;
	width: 225px;
	height: 160px;
	margin: 0;
}
.home_feature_vote .start_voting:link,
.home_feature_vote .start_voting:visited,
.home_feature_vote .start_voting:active {
	width: 146px;
	height: 34px;
	display: block;
	margin: 105px auto 0 auto;
	background: url(../images/buttons/start_voting_feature.jpg) no-repeat top left;
}
.home_feature_vote .start_voting:hover,
.home_feature_vote .start_voting:focus {
	width: 146px;
	height: 34px;
	display: block;
	margin: 105px auto 0 auto;
	background: url(../images/buttons/start_voting_feature.jpg) no-repeat 0 -35px;
}
.home_feature_vote .start_voting span {
	display: none;
}
.home_introduction {
	margin: 0 10px 10px 10px;
	padding: 0 10px 0 80px;
	min-height: 60px;
	background: url(../images/format/home_intro_bg.gif) no-repeat top left;
	color: #FFF;
}
.home_introduction a:link,
.home_introduction a:visited,
.home_introduction a:active {
	color: #FFF;
	font-weight: bold;
}
.home_introduction a:hover,
.home_introduction a:focus {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.home_introduction strong {
	font-size: 120%;
}
.home_feature .home_street_team {
	color: #FFF;
	padding: 0 10px 0 50px;
	background: url(../images/format/street_team_bg.gif) no-repeat 10px center;
}
.home_feature .home_street_team a {
	color: #FFF;
	text-decoration: underline;
}

.home_admin_votes,
.home_admin_prizes,
.home_invite_people,
.home_my_votes {
	float: left;
	width: 450px;
}
.home_invite_people span {
	width: 217px;
	float: left;
	display: block;
	font-weight: bold;
}
.home_invite_people input.text {
	width: 210px;
}
.home_invite_people .home_street_team {
	padding: 0 0 0 50px;
	background: url(../images/format/street_team_white_bg.gif) no-repeat 10px center;
}
.home_my_votes h3 {
	background: url(../images/icons/success.gif) no-repeat left center;
	padding: 0 0 0 20px !important;
}

.home_newbies {
	float: left;
	width: 440px;
	margin: 0;
}	
.home_leaderboard {
	width: 440px;
	float: left;
	margin: 10px 0 0 0;
}
.home_leaderboard h2,
.home_newbies h2 {
	border-bottom: 3px double #333;
	padding: 0 0 5px 0;
}
.home_leaderboard .user,
.home_newbies .user {
	clear: both;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	margin: 0;
}
.home_leaderboard .screenname,
.home_newbies .screenname {
	font-size: 120%;
	font-weight: bold;
}
.home_leaderboard .user .user_photo,
.home_newbies .user .user_photo {
	overflow: hidden;
	margin: 0 0 0 10px;
}
.home_leaderboard .user .user_photo img,
.home_newbies .user .user_photo img{
}
.home_leaderboard .tags,
.home_newbies .tags {
	background: url(../images/icons/tag_green.png) no-repeat left center;
	padding-left: 20px;
}
.home_leaderboard .votes,
.home_newbies .votes {
	margin: 0;
	background: url(../images/icons/success.gif) no-repeat left center;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #090;
}

.home_questions_of_the_week {
	float: left;
	width: 435px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}
.home_questions_of_the_week h2 {
	margin: 10px 0 5px 0;
}
.home_questions_of_the_week h3,
.home_questions_of_the_week p {
	margin: 5px 0 5px 0;
}

.home_winners {
	width: 440px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}
.home_winners h2 {
	border-bottom: 3px double #333;
	padding: 0 0 5px 0;
}
.home_winner {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 5px;
}
.winner_screenname {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}
.winner_prize {
	font-weight: bold;
}

.home_shop h2 {
	padding: 20px 0 5px 0;
}
.home_shop .product {
	width: 430px;
	padding: 0 5px;
	_height: 85px;
	min-height: 85px;
}
.home_shop .img_thumb_link {
	width: 144px;
	height: 81px;
	padding: 0;
	margin: 0 5px 5px 0;
	float: left;
	display: block;
}
.home_shop .item_desc {
	margin: 0;
	padding: 0;
}
.home_shop h3 {
	margin: 0;
	padding: 0;
	clear: none;
}
.home_contest_info {
	padding: 10px 0 0 0;
	clear: both;
}
.home_contest_info h3 {
	padding: 10px 0 0 0;
}
.home_contest_calendar {
	float: right;
	width: 440px;
	margin: 5px 0;
	padding: 0 0 0 10px;
}
.home_contest_calendar h3 {
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}
.home_contest_prize_bin {
	background: url(../images/icons/prize_bin.jpg) no-repeat 0 5px;
	margin: 5px 0;
	clear: both;
}
.home_contest_prize_bin h3,
.home_contest_prize_bin p {
	padding: 0 !important;
	margin: 0 !important;
}


/* TABS *************************************************************************************************************/
.home_leaderboard_tabs {
	border-bottom: 1px solid #CCC;
	padding: 0;
	margin: 0;
}
.home_leaderboard_tabs li {
	display: inline;
	padding: 0;
	margin: 0 3px;
}
.home_leaderboard_tabs li a:link,
.home_leaderboard_tabs li a:visited,
.home_leaderboard_tabs li a:active {
	background: #EEE;
	padding: 3px 3px 1px 3px;
	border: 1px solid #CCC;
}
.home_leaderboard_tabs li a:hover,
.home_leaderboard_tabs li a:focus {
	background: #FFF;
	padding: 3px 3px 1px 3px;
	border: 1px solid #666;
	border-bottom: 1px solid #CCC;
}
.home_leaderboard_tabs li a#active_tab {
	background: #FFF;
	font-weight: bold;
	border: 1px solid #666;
	border-bottom: 1px solid #FFF;
}
#toggleable div {
	display: none;
}

/* CONTENT *************************************************************************************************************************************/
.content {
	margin: 0;
	padding: 0;
	width: 900px;
	font-size: 80%;
	clear: both;
}

.content h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
}
.vote_ad_header {
	margin: 0 0 10px 0;
	padding: 0;
}

.content h4 {
	margin: 5px 0;
	padding: 0;
	font-size: 110%;
}

p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.4em;
}
ul {
	margin: 0 10px 5px 20px;
	padding: 0 10px 5px 20px;
}
ol {
	margin: 0 10px 5px 20px;
	padding: 0 10px 5px 20px;
}

.quote_source {
	text-align: right;
	color: #666;
	padding: 0;
	margin: 0 0 20px 0;
}


#contact_form {
	margin: 0;
}
#contact_form label {
	width: 100px;
	float: left;
}
#contact_form .text {
	width: 400px;
}
#contact_form textarea {
	height: 10em;
	width: 500px;
}

.contact_sidebar {
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #CCC;
}


.feed_link {
	float: right;
	padding: 0 20px;
	font-size: 70%;
}
.signup {
	border: 1px solid #CCC;
	padding: 20px;
	width: 600px;
	margin: 10px 100px;
	text-align: center;
}
.paging_top {
	height: 40px;
	padding: 10px;
	margin: 0 0 10px 0;
	clear: both;
	background: url(../images/format/paging_bg.jpg) no-repeat top left;
}

.page_next {
	float: right;
}

.controls {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #EEE;
	padding: 2px 5px;
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 110%;
}
.controls .layout {
	float: right;
	padding: 3px 0;
}
.controls .filter {
	float: right;
	padding: 3px 40px 3px 0;
}
.controls a {
	font-weight: bold;
	padding: 3px 6px;
}
.controls a.active {
	background: #FFF;
	color: #666;
	border: 1px solid #999;
	border-bottom: 1px solid #FFF;
	padding: 4px 6px;
}
.controls .layout a.active,
.controls .filter a.active {
	padding: 0 6px;
	background: none;
	border: none;
}
.controls .layout a:link img,
.controls .layout a:visited img,
.controls .filter a:link img,
.controls .filter a:visited img {
	border-bottom: 3px solid #EEE;
}
.controls .layout a:hover img,
.controls .layout a:focus img,
.controls .filter a:hover img,
.controls .filter a:focus img {
	border-bottom: 3px solid #F60;
}
.controls .layout a.active img,
.controls .filter a.active img {
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #333;
}
.row {
	border-bottom: 1px solid #CCC;
}
.user {
	float: left;
	padding: 20px 20px 0 0;
	margin: 0;
	width: 430px;
}
.list .user {
	width: 880px;
}
.screenname {
	font-size: 120%;
	margin: 0 0 10px 0;
}

.tag_cloud {
	clear: both;
	border: 1px solid #CCC;
	border-top: 3px double #CCC;
	background: #EEE;
	padding: 0 10px 10px 10px;
}
.tags a {
	font-weight: bold;
}
.tags a:link.active,
.tags a:visited.active,
.tags a:active.active {
	color: #FFF;
	background: #2B82A3;
	padding: 2px;
}

.user_photo {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}

.list .user_photo img {
	background: #FFF;
}
.grid .user_photo {
	margin: 0 0 10px 10px;
}
.single .user {
	width: 900px;
}
.single .user_photos {
	float: right;
	width: 620px;
}
.single .user_photo {
	padding: 0;
	margin: 0 0 10px 10px;
	overflow: hidden;
	border: none;
}
.single .user_photo_thumbs {
	padding: 0;
	margin: 0 0 10px 10px;
	border: none;
	float: right;
}
.single .user_info {
	width: 900px;
}

.boompage .user {
	width: 650px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px dotted #CCC;
}
.boompage .user_photos {
	float: right;
	width: 400px;
}
.boompage .user_photo {
	padding: 0;
	margin: 0 0 10px 10px;
	border: none;
	width: 100px;
	height: 100px;
	float: right;
}
.boompage .user_photo_thumbs {
	padding: 0;
	margin: 0 0 10px 10px;
	border: none;
	float: right;
}
.boompage .featured_photo {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	width: 200px;
	height: 200px;
	border: 1px solid #CCC;
	background: #FFF;
}
.boompage .user_info {
	width: 650px;
}

#message_send_form {
	padding: 10px 0;
}
#message_send_form textarea {
	width: 275px;
	height: 200px;
}

#message_send_link {
	background: url(../images/icons/email.png) no-repeat left center;
	padding: 0 0 0 20px;
}

.prize_award {
	border: 1px dotted #CCC;
	padding: 0 5px;
}
.featured_members {
	height: 200px;
	width: 900px;
}
.featured_member {
	float: left;
	width: 115px;
	height: 150px;
	padding: 0;
}


/* FEEDBACK *************************************************************************************************************************************/
.success {
	padding: 5px 5px 5px 25px !important;
	margin: 10px 0;
	border-top: 1px dotted #090;
	border-bottom: 1px dotted #090;
	background: #DFD url(../images/icons/success.gif) no-repeat 5px center;
	font-weight: bold;
	color: #090;
}
.highlight {
	display: block;
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFC url(../images/icons/information.gif) no-repeat 5px center;
}
.warning {
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	border-top: 1px dotted #900;
	border-bottom: 1px dotted #900;
	background: #FDF url(../images/icons/warning.gif) no-repeat 5px center;
	font-weight: bold;
	color: #900;
}
.info {
	padding: 0 0 0 20px !important;
	background: url(../images/icons/information.gif) no-repeat left center;
}

/* TABLES *************************************************************************************************************************************/

table {
	border-collapse: collapse;
	width: 100%;
	clear: right;
	margin: 0;
}
.admin table {
	width: 100%;
	margin: 10px 0;
}
.filters_profile_list {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 10px 0 0;
}
.filters_profile_list .text {
	width: 120px;
}
#table_profile_list {
	width: 680px;
	table-layout: fixed;
}
.table_photos {
	width: 710px;
}	
.table_contests {
	margin: 0 0 0 1px;
	border: 1px solid #276D8B;
	width: 439px;
}
#info_contests .table_contests {
	width: 710px;
}
#table_profile_list th,
.table_photos th {
	background: url(../images/format/body_bg.jpg) repeat-x top left;
	text-align: left;
	padding: 5px !important;
}
.table_contests th {
	background: url(../images/format/table_contests_th.jpg) repeat-x top left;
	text-align: left;
	padding: 5px !important;
}
#table_profile_list td,
.table_photos td {
	text-align: left;
	font-size: 90%;
	padding: 5px !important;
}
#table_profile_list .photo {
	width: 90px;
}
#table_profile_list .profile {
	width: 290px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	overflow: hidden;
}
.logged_in .profile {
	width: 215px !important;
}
#table_profile_list .tags {
	width: 65px;
}
#table_profile_list .actions {
	width: 130px;
	background-color: #FFF !important;
}
#table_profile_list .featured {
	
}
#table_profile_list .actions a,
.table_photos .actions a {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	margin: 0;
	display: block;
	
}
#table_profile_list .vote {
	width: 110px;
	background-color: #FFF !important;
}
caption {
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
	color: #FFF;
	background: #333;
}
caption a:link,
caption a:visited,
caption a:active {
	color: #FFF;
}
caption a:hover,
caption a:focus {
	color: #EEE;
}
tr {
	border-top: 1px solid #999;
}
th {
	padding: 5px;
	text-align: left;
	color: #FFF;
	background: #333 url(../images/format/footer_bg.jpg) repeat-x top left;
}
th a:link,
th a:visited,
th a:active {
	color: #FFF;
	text-decoration: underline;
}
td {
	padding: 5px;
}
.alternate {
	background-color: #EEE;
}

.image_replacement span {
	position: absolute;
	left: -2000px;
}



/* STORE *************************************************************************************************************************************/
.product {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	_height: 120px;
	min-height: 120px;
	display: table;
	width: 880px;
}
.img_product_link img {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	background-color: #FFF;
}
.img_product_p {
	float: right;
}
.img_product_p a {
	position: relative;
	display: block;
	height: 182px;
	width: 308px;
}
.img_thumb_link {
	float: left;
	width: 144px;
	height: 81px;
	padding: 5px;
	border: 1px solid #CCC;
}
.item_costs {
	font-size: 80%;
	float: right;
	position: relative;
	text-align: right;
	line-height: 1.4em;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	min-width: 180px;
	_width: 180px;
	border-left: 1px dotted #CCC;
}
.item_costs p {
	position: relative;
	margin: 0;
	padding: 0;
}
.item_costs .add_link {
	display: block;
	margin: 0 0 5px 55px;
}

.original_price {
	text-decoration: line-through;
}
.quantity {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000;
}
.item_total {
	margin: 5px 0;
	padding: 3px 0 0 0;
	font-size: 100%;
}
.item_desc {
	margin: 5px 180px 5px 170px;
}
.item_desc_long {
	margin: 5px 300px 5px 0;
}
.item_variations {
	margin: 5px 0 5px 170px;
	padding: 0;
}

.checkout_progress {
	padding: 3px 0;
	margin: 0 0 10px 0;
	background-image: url(../images/format/product_listing_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px solid #CCC;
}
.checkout_progress li {
	display: inline;
	padding: 0 5px 15px 5px;
	margin: 0;
	font-weight: normal;
}	
.checkout_progress li.active {
	font-weight: bold;
}
.submit_buttons {
	float: right;
}
.empty_cart_link {
	margin: 15px 0 0 0;
}
.checkout_user_info {
	float: left;
	width: 450px;
	margin: 0 0 10px 0;
}
.checkout_credit_card {
	float: left;
	width: 440px;
	margin: 0 0 10px 10px;
}
.checkout_address_billing {
	float: left;
	width: 420px;
	margin: 5px 10px 10px 0;
}
checkout_address_shipping {
	float: left;
	width: 440px;
	margin: 10px 0 10px 10px;
}


/* FORMS *************************************************************************************************************************************/
fieldset {
	margin: 10px 10px 10px 0;
	padding: 10px;
	-moz-border-radius: 10px;
}

input.text {
	width: 15em;
	margin: 0;
}
input.number {
	width: 4em;
}
textarea {
	width: 900px;
	height: 8em;
	font-size: 90%;
}
#login_form_inner {
	background: #FFF;
	width: 400px;
	position: absolute;
	right: 0;
	border: 3px double #666;
	padding: 10px 20px 0 20px;
	z-index: 2000;
}
#login_form_inner h3 {
	margin: 0 0 10px 0;
}
#login_email,
#login_password {
	width: 200px;
}

#registration_form #account_info {
	float: left;
	width: 350px;
	margin: 10px 0;
	padding: 0;
	border: none;
}
#registration_form #account_info h3 {
	background: url(../images/icons/email.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#registration_form #account_info .my_votes h3 {
	background: url(../images/icons/success.gif) no-repeat left center;
}
#registration_form #account_info .my_referrals h3 {
	background: url(../images/icons/group.png) no-repeat left center;
}
#registration_form #public_profile {
	float: left;
	width: 500px;
	margin: 10px 0;
	padding: 0 0 0 20px;
	border: none;
	background: url(../images/format/vertical_divider.jpg) no-repeat top left; 
}
#registration_form #public_profile h3 {
	background: url(../images/icons/vcard.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
#registration_form #public_profile .alternate {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}
#registration_form #description {
	width: 500px;
	height: 10em;
}
#registration_form .description_count {
	float: right;
	margin: 40px 0 0 10px;
}

.vote_boost {
    float: right;
    
}

#registration_form .tag {
	width: 10em;
}
#registration_form .tags {
	clear: both;
}
.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.thumbnail img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
}
.photo_featured {
	border: 1px solid #090;
	background: #D8FED9;
	padding: 5px;
}

#my_favorites {
	width: 400px;
	border: 3px double #333;
	background: #FFF;
	padding: 10px;
	position: absolute;
	right: 0;
}
#my_favorites h3 {
	padding: 0 0 0 20px;
	background: url(../images/icons/heart.png) no-repeat left center;
}
#my_favorites p {
	border-top: 1px solid #CCC;
	margin: 0;
	padding: 3px;
}
.favorites h3 {
	padding: 0 0 0 20px;
	background: url(../images/icons/heart.png) no-repeat left center;
}
.friends h3 {
	padding: 0 0 0 20px;
	background: url(../images/icons/group.gif) no-repeat left center;
}
#info_votes {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0
}
#info_votes h3 {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/icons/success.gif) no-repeat left center;
}
#info_votes .votes_graph {
	float: right;
	margin: 0;
	padding: 0;
}	

.my_account_update {
	clear: both;
}
.my_account_tab_container {
	border: 1px solid #CCC;
	background: url(../images/format/my_account_tab_container_bg.gif) repeat-y top left;
}
.tabs_my_account {
	float: left;
	width: 155px;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.tabs_my_account li {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs_my_account li a:link,
.tabs_my_account li a:visited,
.tabs_my_account li a:active {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px 3px 10px 25px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 125px;
	display: block;
}
.tabs_my_account li a:hover,
.tabs_my_account li a:focus {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px 3px 10px 25px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 125px;
	display: block;
}
.tabs_my_account li a#active_tab {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	width: 125px;
	display: block;
}
.tab_public {
	background-image: url(../images/icons/vcard.gif);
}
.tab_media {
	background-image: url(../images/icons/photo.gif);
}
.tab_referrals {
	background-image: url(../images/icons/group.gif);
}
.tab_contact {
	background-image: url(../images/icons/email.png);
}
.tab_contests {
	background-image: url(../images/icons/calendar.png);
}
.tab_voteboost {
	background-image: url(../images/icons/success.gif);
}

#item_list {
	margin: 5px 0;
	padding: 0;
}
#item_list li {
	border: 1px solid #CCC;
	background: #EEE;
	padding: 3px;
	margin: 2px;
	list-style: none;
}
#item_list li span.item_name {
	cursor: move;
}
#item_list li span.friend_name {
	float: right;
	font-size: 200%;
	color: #999;
}

#info_public,
#info_media,
#info_referrals,
#info_contact,
#info_contests,
#info_boost {
	margin: 0 0 10px 150px;
	padding: 0 20px 10px 20px;
}
#info_contact .column {
	width: 350px;
	float: left;
	padding: 0 10px 0 0;
}

.column {
    width: 350px;
    float: left;
    padding: 0 10px 0 0;
}

.questions_of_the_week,
.questions_of_the_week .answer {
	clear: both;
}
.questions_of_the_week h2 {
	border-bottom: 1px solid #666;
	padding: 0 0 0 20px;
	background: url(../images/icons/help.png) no-repeat left center;
}
.questions_of_the_week .date,
.home_questions_of_the_week .date {
	float: right;
	padding: 0 0 0 20px;
	background: url(../images/icons/calendar_view_day.gif) no-repeat left center;
}
#card_type {
	width: 195px;
}
#card_year {
	width: 63px;
}
#start_date,
#amount_contest_winners,
#sponsor_contest_max_entries {
	width: 80px;
}
#sponsor_contest_amount {
	width: 88px;
}
#sponsor_contest_amount_format {
	width: 86px;
}
#sponsor_contest_duration {
	width: 84px;
}
#sponsor_contest_format {
	width: 105px;
}
.required_fields {
	float: right;
}
.column1 {
	width: 200px;
	float: left;
	padding: 0 5px 0 0;
}
.column2 {
	width: 680px;
	float: left;
	padding: 0 15px 0 0;
}
.sponsorship_timing {
	float: left;
	padding: 0 15px 0 0;
}
.card_security_images {
	float: left;
	padding: 0 2px 0 0;
}
.hint {
	background-color: #FFC;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px;
}
.line_break {
	display: block;
	margin: 5px 0 0 0;
}

/* CONTESTS *************************************************************************************************************************************/
.contest {
	width: 250px;
	margin: 20px 0;
	padding: 20px;
	float: left;
}
.contest .user_photo {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
.contest_entrants {
	min-height: 120px;
}
.contest_entrants .user_photo {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
.link_sponsored_contests:link,
.link_sponsored_contests:visited,
.link_sponsored_contests:active {
	display: block;
	width: 425px;
	height: 40px;
	background: url(../images/headers/sponsored_contests.jpg) no-repeat 0 0;
}
.link_sponsored_contests:hover,
.link_sponsored_contests:focus {
	display: block;
	width: 425px;
	height: 40px;
	background: url(../images/headers/sponsored_contests.jpg) no-repeat 0 -50px;
}
.link_sponsored_contests span {
	position: absolute;
	left: -10000px;
}
.link_sponsor_a_contest:link,
.link_sponsor_a_contest:visited,
.link_sponsor_a_contest:active {
	display: block;
	width: 425px;
	height: 75px;
	background: url(../images/headers/sponsor_a_contest.jpg) no-repeat 0 0;
}
.link_sponsor_a_contest:hover,
.link_sponsor_a_contest:focus {
	display: block;
	width: 425px;
	height: 75px;
	background: url(../images/headers/sponsor_a_contest.jpg) no-repeat 0 -75px;
}
.link_sponsor_a_contest span {
	position: absolute;
	left: -10000px;
}


/* FOOTER *************************************************************************************************************************************/
.bottom_nav {
	color: #000;
	font-size: 80%;
	padding: 0 20px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}
.bottom_nav a {
	white-space: nowrap;
}

#footer_top {
	margin: 0 auto 10px auto;
	width: 900px;
	padding: 1px 10px;
	font-size: 80%;
	clear: both;
}
#footer_bottom {
	background: #666;
	border-top: 1px solid #000;
	margin: 10px 0 0 0;
	clear: both;
	color: #FFF;
}
#footer_bottom_inner {
	margin: 0 auto 10px auto;
	width: 900px;
	padding: 10px;
	font-size: 80%;
	clear: both;
}
#footer a:link,
#footer a:visited {
	text-decoration: underline;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}

.find_people {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	clear: both;
	text-align: left;
	border-bottom: 1px solid #CCC;
	min-height: 175px;
}
.find_people h2 {
	border-bottom: 3px double #333;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.find_people .tags {
	line-height: 1.4em;
}
.tags a:link,
.tags a:visited,
.tags a:active {
	text-decoration: none !important;
	padding: 0 2px;
}
.tags a:hover,
.tags a:focus {
	text-decoration: none !important;
	padding: 0 2px;
	background: #2B82A3;
	color: #FFF;
}

#form_search {
	display: block;
	margin: -30px 0 0 125px;
	padding: 0 10px;
}
#form_filter {
	display: block;
	float: left;
	margin: -20px 0 0 400px;
	padding: 0 10px;
}

.footer_links {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_links a:link,
.footer_links a:visited,
.footer_links a:active {
	text-decoration: none !important;
	padding: 10px;
	width: 100%;
	font-weight: bold;
	color: #FFF;
}
.footer_links a:hover,
.footer_links a:focus {
	text-decoration: none !important;
	padding: 10px;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	background: #2B82A3;
}

.google_ads {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin: 10px 0;
	padding: 5px;
}
.ads_sidebar {
	border: 1px solid #CCC;
	margin: 20px 0;
	text-align: center;
}


#copyright {
	color: #CCC;
	text-align: center;
	padding: 10px 0 0 0;
}

.right {
	text-align: right;
	padding: 0 10px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#modal_container {  
	padding:5px;  
	background-color:#fff;  
	border:1px solid #666;  
	overflow:auto; 
	color:#333;  
	text-align:left;  
} 
#modal_overlay {  
	background-color:#000;  
}  

