/* $Id: styles2.css 65 2009-02-20 03:03:23Z john $ */





/* GLOBAL STYLES */

html {
	min-height: 100%;
	margin-bottom: 0px;
	height: 100%;
	display:block;
}
body {
	background-image:url(../images/greybg2.png);
	background-color:#F3F3F3;
	font-size: 8pt;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	display:block;
}
table{
 border-spacing: 0px;
}

body td {
	text-shadow: none;
}
#fill {
	height: 100%;
	width: 100%;
}
#right {
	position: absolute;
	right:0px;
	top:0px;
	padding:0px;
	width:10px;
	height:100%; /* works only if parent container is assigned a height value */
	color:#333;
	background:#eaeaea;
}
#bottom {
	position: absolute;
	bottom:0px;
	padding:0;
	width:100%;
	height:150px;
	color:#333;
	background:#eaeaea;
	border-top:10px solid #eaeaea;
	z-index: 1;
}
#shoppingpanel {
	position: absolute;
	top:35px;
	padding:2px;
	width:100%;
	height: 100%; /* works only if parent container is assigned a height value */
	color:#333;
	background:#eaeaea;
	z-index: 0;
}
#top {
	position: absolute;
	top:0px;
	padding:0;
	width:100%;
	height:35px; /* works only if parent container is assigned a height value */
	color:#ffffff;
        background: url('images/headerbg.png') repeat-x #000;
	border:1px solid #333;
	z-index: 101;
}
.bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 450px;
	min-width: 980px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:-5;
}
#insitenav {
	height: 100%;
	text-align:right;
	background: url('images/transpix.png');
	border: 1px solid #FFFFFF;
}
#insitecontent {
	height: 100%;
	width: 100%;
	text-align:right;
	background: url('images/transpix.png');
	border: 1px solid #FFFFFF;
}
#scrollcontent {
	height: 100%;
	width: 100%;
	text-align:left;
	overflow-y: auto;
	overflow-x: hidden;
}
#searchcontent {
	height: 100%;
	width: 100%;
	text-align:left;
	overflow-y: auto;
	overflow-x: hidden;
}
#contentcontainer {
	position: absolute;
	top:35px;
	left: 0px;
	width:100%;
	height:450px; /* works only if parent container is assigned a height value */
	color:#ffffff;
	background: #eaeaea;
	border:10px solid #eaeaea;
	z-index: 0;
	overflow: hidden;
}
#navigation {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
}
td#navigation {
	height:45px;
	vertical-align: middle;
	display: table-cell;
	padding-right: 5px;
}
#navigation a {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
}
td#navigation a:hover {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-shadow: 0px 2px 3px #000000;
	text-decoration: none;
	background-color: "#FFFFFF";
}
#profilenav {
	width:100%;
	height:40px;
	background: url('images/transpix.png');
	margin-bottom:15px;
}
td.profile_tab_down3 a {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #ddd;
	text-shadow: 0px 2px 3px #000000;
	vertical-align: middle;
	padding: 8px;
	display: block;
	margin:0px;
}
td.profile_tab_down3 a:hover {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #fff;
	text-shadow: 0px 2px 3px #000000;
	vertical-align: middle;
	font-weight: none;
	display: block;
	padding: 8px;
	background-color: #5D7693;
	margin:0px;

}
td.profile_tab_up2 a {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
	vertical-align: middle;
	font-weight: bold;
	display: block;
	background-color: #000000;
	padding: 8px;
	margin:0px;

}
td.profile_tab_up2 a:hover {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
	background-color: #5D7693;
	color: #FFFFFF;
	vertical-align: middle;
	display: block;
	padding: 8px;
	margin:0px;

}
input#mainsearchbar {

	background-image: url(images/main_search_input.png);
	background-repeat:no-repeat;
	vertical-align: middle;
	color: #555555;
	font-size: 15pt;
	padding-left: 5px;
	font-weight: bold;
	font-family: arial, verdana, serif;
	border: 0px;
}

.storesearchbar {
	width:250px !important;
	height:28px !important;
	background: #fff;
	vertical-align: middle;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	color: #555555;
	font-size: 13pt !important;
	padding-left: 5px;
	font-weight: bold;
	font-family: arial, verdana, serif;
	border: 0px;
}
#searchbar {
	width:555px;
	height:64px;
	background-image: url(images/main_search_bar.png);
	background-repeat:no-repeat;
}
#trans {
	height: 100%;
	background: url('images/transpix.png');/* for IE */
}
div.transbox {
	width:200px;
	height:100%;
	background: url('images/transpix.png');
}
div.transbox h2 {
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em
}
td.top_menu {
	background-image: url(../images/topbar_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #BBBBBB;
}
td.top_menu2 {
	width: 20%;
	text-align: right;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #BBBBBB;
	background-image: url(../images/topbar_bg.gif);
	background-repeat: repeat-x;
}
div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	height: 31px;
	border-left: 1px solid #CCCCCC;
}
div.top_menu_link_container_end {
	border-left: 1px solid #CCCCCC;
}
div.top_menu_link {
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding: 6px 10px 0px 10px;
}
div.top_menu_link_loggedin {
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding: 6px 0px 0px 10px;
}
div.menu {
	width: 150px;
	border: 1px solid #CCCCCC;
	border-left: 3px solid #7391a8;
	background: #EEEEEE;
	padding: 0px 0px 10px 10px;
	margin-right: 10px;
}
div.menu_header {
	margin-top: 10px;
	margin-bottom: 7px;
}
td.menu_user {
	color: #FFFFFF;
	text-align: left;
}
div.menu_item {
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}
div.menu_sep {
	padding: 2px 0px 0px 10px;
	float: left;
	background: none;
}
img.menu_icon {
	display: block;
	float: left;
	margin-right: 4px;
}
img.menu_icon2 {
	margin-bottom: -3px;
	margin-right: 4px;
}
div.menu_arrow {
	padding: 2px;
	float: left;
}
div.menu_item_dropdown a {
	padding: 6px 40px 8px 8px;
	font-weight: normal;
	display: block;
	background: url('images/transpix.png');
	color:#fff !important;
}
div.menu_item_dropdown a:hover {
	padding: 6px 40px 8px 8px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #333333;
}
div.menu_dropdown {
	background: #000000;
	position: absolute;
	margin-top: 12px;
	margin-left: -20px;
	z-index: 99;
	width: auto;
	white-space: nowrap;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}


div.builder_item_dropdown a {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	display: block;
	color:#000;
        cursor: pointer;
}
div.builder_item_dropdown a:hover {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #DDD;
        cursor: pointer;
}
.builder_dropdown {
    float: left;
	background: #EEE;
	position: absolute;
	margin-top: 17px;
	margin-left: 5px;
	z-index: 99;
	width: auto;
	white-space: nowrap;
        color: #000;
        cursor: pointer;
        border: 1px solid #333;
        border-top: 0px;
        -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}







td.topbar1 {
	padding-bottom: 5px;
}
td.topbar2, td.topbar2_right {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11pt;
	padding: 10px 10px 8px 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #31537D;
}
td.topbar2_right {
	font-weight: normal;
	padding: 10px 15px 8px 10px;
	text-align: right;
}
td.content {
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}
div.content {
	width: 980px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div.copyright {
	background: #EEEEEE;
	padding: 4px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #444444;
	border-top: 1px solid #AAAAAA;
}
div.page_header {
	font-size: 15pt;
	color: #555555;
	margin-bottom: 0px;
	/*font-family: "Trebuchet MS", arial, verdana, serif;*/

	font-family: Arial, Helvetica, sans-serif;
}
div.community_title {
	font-size: 15pt;
	color: ##B2260D;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", arial, verdana, serif;
}
div.search_results_header {
	font-size: 13pt;
	color: #555555;
	margin-bottom: 0px;
	font-family: arial, verdana, serif;
	background-image: url(../images/search/results_found_bg.jpg);
	background-repeat: no-repeat;
}
td.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.newsheader {
	padding: 4px 5px 5px 6px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	background-image: url(../images/transpix.png);
	color: #FFFFFF;
}
div.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
div.newupdates {
	position: absolute;
	height: 31px;
	width: 150px;
	margin: 15px 0px 0px 15px;
	background-image: url(../images/newupdates.gif);
	background-repeat: no-repeat;
}
div.newupdates_content {
	text-align: left;
	padding: 8px 5px 5px 12px;
	color: #FFFFFF;
}
div.box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}
td.shadow {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
input.text, input.text_small {
	
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#333333;
	margin:0;
	padding:2px 0;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	
	/*border: 1px solid #000;
	background-color: #fff;
	font-family: arial, verdana, serif;
	font-size: 9pt;
	color: #111;
	vertical-align: middle;
	padding-left: 2px;*/
}
input.text_small {
	font-size: 8pt;
}
input.search {
	vertical-align: middle;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	color: #555555;
	font-size: 12pt;
	padding-left: 23px;
	font-weight: bold;
	font-family: arial, verdana, serif;
}
input.button {
	font-family: arial, verdana, serif;
	font-size: 8pt;
	padding: 3px;
	color: #333333;
	font-weight: bold;
	background: #EEEEEE;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}
input.radio, input.checkbox {
	vertical-align: middle;
}
textarea {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	color: #333333;
	padding-left: 2px;
	font-size: 10pt;
}
select, select.small {
	color: #333333;
	font-family: arial, verdana, serif;
	font-size: 9pt;
	vertical-align: middle;
	margin-top: 1px;
}
select.small {
	font-size: 8pt;
}
.icon {
	vertical-align: top;
	margin-right: 5px;
}
.icon2 {
	vertical-align: top;
	margin-right: 1px;
}
.icon_big {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.photo {
	border: 1px solid #DDDDDD;
}
font.small {
	font-size: 7pt;
	font-family: arial, serif;
}
font.big {
	font-size: 9pt;
	font-family: verdana, arial, serif;
	font-weight: bold;
}
font.bold {
	font-weight: bold;
}
font.disabled {
	color: #AAAAAA;
}
form {
	margin: 0px;
}
div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.error {
	vertical-align: middle;
	color: #FF0000;
}
div.spacer10 {
	margin-top: 10px;
	height: 0px;
	font-size: 1pt;
}
img.button {
	display: block;
	float: left;
	margin-right: 4px;
}
/**



Changed this for better visibility on dark background

a:link { color: #336699; text-decoration: none; }

a:visited { color: #336699; text-decoration: none; }

a:hover { color: #3399FF; text-decoration: underline; }

**/



a:link {
	color: #4D96E6;
	text-decoration: none;
}
a:visited {
	color: #4D96E6;
	text-decoration: none;
}
a:hover {
	color: #4D96E6;
	text-decoration: underline;
}
a.top_menu_item:link {
	color: #777777;
	text-decoration: none;
}
a.top_menu_item:visited {
	color: #777777;
	text-decoration: none;
}
a.top_menu_item:hover {
	color: #444444;
	text-decoration: underline;
}
a.menu_item:link {
	color: #3c718f;
	text-decoration: none;
}
a.menu_item:visited {
	color: #3c718f;
	text-decoration: none;
}
a.menu_item:hover {
	color: #60b1df;
	text-decoration: underline;
}
a.newupdates:link {
	color: #F2F2F2;
	text-decoration: none;
}
a.newupdates:visited {
	color: #F2F2F2;
	text-decoration: none;
}
a.newupdates:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.copyright:link {
	color: #336699;
	text-decoration: none;
}
a.copyright:visited {
	color: #336699;
	text-decoration: none;
}
a.copyright:hover {
	color: #3399FF;
	text-decoration: underline;
}
a.portal_signup:link {
	color: #336699;
	text-decoration: none;
}
a.portal_signup:visited {
	color: #336699;
	text-decoration: none;
}
a.portal_signup:hover {
	color: #437ab1;
	text-decoration: none;
}
label:hover {
	color: #3399FF;
	text-decoration: underline;
}
table.tabs {
	margin-bottom: 10px;
}
td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab1 {
	border: 1px solid #CCCCCC;
	border-top: 3px solid #AAAAAA;
	border-bottom: none;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab2 {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab3 {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}
table.list {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}
td.list_header {
	background: #EEEEEE;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
}
tr.list_item1 {
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #DDDDDD;
}
tr.list_item2 {
	padding: 5px 7px 5px 7px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}
td.form1 {
/*	padding: 12px 0px 5px 10px;
	color: #111;
	font-weight: bold;
	text-align: right;
	vertical-align: top;*/
clear: both;
color: #444;
cursor: default;
display: block;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
list-style-type: none;
padding: 12px 0px 5px 10px;
text-align: right;
	vertical-align: middle;
}
td.form2 {
	padding: 10px 0px 5px 10px;
}
div.form_desc {
	font-size: 8pt;
	padding: 5px 0px 5px 0px;
}
div.form_error {
	margin-bottom: 10px;
	color: #FF0000;
}
div.success {
	line-height: 16pt;
}
td.button {
	text-align: left;
	border: 1px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}
div.button {
	font-weight: bold;
}
td.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 7px 8px 7px 7px;
}
td.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
}
td.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	background: #f3fff3;
}
/* STYLES FOR AD BANNERS */

div.ad_top {
	padding: 10px;
	text-align: center;
}
div.ad_belowmenu {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
div.ad_left {
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	text-align: center;
}
div.ad_right {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	text-align: center;
}
div.ad_bottom {
	padding: 10px 0px 0px 0px;
	text-align: center;
}
/* STYLES FOR RECENT ACTION */

.recentaction_div_media {
	padding: 10px 10px 10px 20px;
}
.recentaction_div_media img {
	max-width: 300px;
 width: expression(this.width > 300 ? 300: true);
}
img.recentaction_media {
	float: left;
	margin: 3px;
	border: solid 1px #777777;
}
.recentaction_div {
	padding: 10px 20px 10px 20px;
	position: relative;
	max-height: 125px;
	max-width: 300px;
	overflow: auto;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */

*:first-child+html .recentaction_div {
	overflow: visible;
 overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
 height: expression(this.scrollHeight > 125? "125px" : "auto" );
 width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */

html>body .recentaction_div {
	overflow: visible;
 overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
 height: expression(this.scrollHeight > 125? "125px" : "auto" );
 width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
.recentaction_div img {
	max-width: 300px;
 width: expression(this.width > 300 ? 300: true);
}
/* STYLES FOR FRIEND SUGGEST FEATURE */

.suggest_item a {
	padding: 3px 3px 3px 5px;
	background: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
	width: 181;
	display: block;
}
.suggest_item a:hover {
	background: #003366;
	color: #FFFFFF;
}
div.suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #AAAAAA;
	padding: 0px;
	display: none;
}
a.suggest:link {
	color: #555555;
	text-decoration: none;
}
a.suggest:visited {
	color: #555555;
	text-decoration: none;
}
a.suggest:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* LOGIN PAGE */

td.login_middle {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16pt;
}
td.login_right {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
}
/* PORTAL PAGE (HOME.PHP) */

div.portal_spacer {
	height: 10px;
}
div.portal_content {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
	background: #FFFFFF;
}
td.portal_text {
	vertical-align: top;
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
div.portal_login {
	padding: 25px 10px 25px 10px;
	background: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
td.portal_member {
	padding: 10px 7px 10px 7px;
	text-align: center;
	font-weight: bold;
}
div.portal_action {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #DEDEDE;
}
div.portal_action_top {
	padding: 6px 6px 6px 6px;
}
div.portal_action_date {
	float: right;
	color: #999999;
	padding-left: 5px;
}
div.portal_whatsnew {
	border: 1px solid #DDDDDD;
	padding: 4px 10px 4px 10px;
}
div.portal_signup a, div.portal_signup a:hover {
	font-size: 14pt;
	line-height: 0px;
	text-align: center;
	padding: 8px 15px 5px 7px;
	background-image: url(../images/portal_join_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	display: block;
}
div.portal_signup_container1 {
	border: 1px solid #CCCCCC;
}
div.portal_signup_container1:hover {
	border: 1px solid #AAAAAA;
}
/* WHATS NEW PAGE */

td.home_left {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}
td.home_right {
	vertical-align: top;
}
td.home_stats {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
td.home_menu {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.home_menu1 {
	font-weight: bold;
}
td.home_notification {
	text-align: left;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
}
div.home_photo {
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
td.home_box {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
	background: #FFFFFF;
}
table.home_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 10px;
}
td.home_menu1 a {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	font-family: tahoma, "Trebuchet MS", verdana, arial, serif;
	display: block;
}
td.home_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
}
div.home_action {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #DEDEDE;
}
div.home_action_top {
	padding: 6px 6px 6px 6px;
}
div.home_action_date {
	float: right;
	color: #999999;
	padding-left: 5px;
}
div.home_whatsnew {
	border: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
}
div.home_updated {
	font-size: 7pt;
	color: #888888;
	padding-top: 2px;
}
/* WHATS NEW - MY NETWORK PAGE */

div.network_content {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
}
/* VIEW PROFILE PAGE */

td.profile {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.profile_leftside {
	padding-top: 5px;
	vertical-align: top;
}
td.profile_rightside {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}
div.profile_field_value {
	max-width: 550px;
}
div.profile_friend_photo {
	float: left;
	width: 90px;
	text-align: center;
	border: 1px solid #DDDDDD;
}
div.profile_friend_info {
	float: left;
	padding-left: 10px;
}
div.profile_friend_options {
	text-align: right;
	padding-left: 10px;
}
div.profile_friend_name {
	font-size: 10pt;
	font-weight: bold;
}
div.profile_friend_details div {
	color: #888888;
	font-size: 7pt;
}
div.profile_image {
	float: left;
	padding: 5px;
	text-align: center;
	width: 111px;
}
div.profile_bar {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
td.profile_item1 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}
td.profile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.profile_comment_author {
	float: left;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_date {
	text-align: right;
	padding: 5px 7px 5px 7px;
	background: #F1F1F1;
	border-top: 1px solid #AAAAAA;
}
div.profile_comment_body {
	clear: left;
	padding: 5px 7px 5px 7px;
	overflow: auto;
	max-width: 550px;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */

*:first-child+html .profile_comment_body {
	overflow: visible;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 25px;
 width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */

html>body .profile_comment_body {
	overflow: visible;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 25px;
 width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
div.profile_comment_body img {
	max-width: 475px;
 width: expression(this.width > 475 ? 475: true);
}
div.profile_comment_links {
	text-align: right;
	padding-right: 7px;
}
table.profile_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}
td.profile_menu1 a, div.nolink {
	background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
td.profile_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
}
td.profile_photo {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	height: 150px;
}
td.profile_viewcomments_postcomment {
	padding: 10px 16px 10px 16px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
div.profile_postcomment {
	border: 1px solid #BBBBBB;
	background: #F4F4F4;
	margin-bottom: 10px;
	padding: 10px 14px 8px 10px;
}
.comment_area {
	font-family: "Lucida Sans", verdana, arial, serif;
	color: #888888;
	width: 100%;
	height: 70px;
}
div.profile_action {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 5px;
}
div.profile_action_bottom {
	padding-bottom: 2px;
}
div.profile_action_date {
	color: #999999;
	float: right;
	padding-left: 5px;
}
td.profile_tab_down a {
	border: 1px solid #DADCDB;
	padding: 6px 10px 7px 10px;
	display: block;
}
td.profile_tab_down a:hover {
	background-color: #F4F4F4;
	border: 1px solid #DADCDB;
	border-bottom: none;
	padding: 7px 10px 7px 10px;
	font-weight: none;
	display: block;
}
td.profile_tab_down2 a {
	border: 1px solid #DADCDB;
	background-color: #ffffff;  /* the background          */
	filter:alpha(opacity=80);   /* Internet Explorer       */
	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
	opacity: 0.8;               /* newer Mozilla and CSS-3 */
	padding: 6px 10px 7px 10px;
	display: block;
}
td.profile_tab_down2 a:hover {
	background-color: #F4F4F4;
	border: 1px solid #DADCDB;
	border-bottom: none;
	padding: 7px 10px 7px 10px;
	font-weight: none;
	display: block;
}
td.profile_tab_up a {
	background-color: #FFFFFF;
	/*background-image: url(../images/whiteline.gif);

	background-repeat: repeat-x;

	background-position: top left;*/

	border: 1px solid #DADCDB;
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	display: block;
}
td.profile_tab_up a:hover {
	background-color: #F4F4F4;
	border: 1px solid #DADCDB;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	display: block;
}
td.profile_tab a {
	background-color: #EEEEEE;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	font-weight: bold;
	display: block;
}
td.profile_tab a:hover {
	background-color: #F4F4F4;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	font-weight: bold;
	display: block;
}
td.profile_tab2 a {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	border-bottom: none;
	font-weight: bold;
	display: block;
}
td.profile_tab2 a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	border-bottom: none;
	font-weight: bold;
	display: block;
}
#profile_tabs_profile {
	border-left: 1px solid #AAAAAA;
}
td.profile_tab_end {
	border-bottom: 1px solid #AAAAAA;
}
div.profile_content {
	padding: 10px;
	border: 1px solid #AAAAAA;
	border-top: none;
}
div.profile_headline, div.profile_headline2 {
	font-size: 10pt;
	margin-bottom: 7px;
	font-weight: bold;
}
div.profile_headline2 {
	margin-top: 10px;
}
/* BROWSE PAGE */

td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_fields {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.browse_header {
	padding: 5px 5px 3px 7px;
	font-size: 9pt;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background: #EEEEEE;
}
td.browse_result {
	vertical-align: top;
	text-align: center;
	width: 150px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}
div.browse_pages {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	background: #EEEEEE;
	padding: 5px 0px 5px 0px;
}
/* SEARCH PAGE */

td.search {
	width: 475px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
div.search_header {
	font-weight: bold;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
	font-size: 9pt;
}
div.search_results {
	padding: 0px 10px 10px 10px;
}
div.search_result1 {
	padding: 10px;
	background: #F5F5F5;
}
div.search_result2 {
	padding: 10px;
}
div.search_result_text {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 3px;
}
div.search_result_text2 {
	font-weight: normal;
	font-size: 7pt;
	color: #777777;
}
div.search_context {
	color: #555555;
}
div.search_url {
	color: #115599;
}
td.search_pages_bottom {
	padding-top: 8px;
	padding-right: 12px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}
/* HELP PAGES */

div.faq {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	border-left: 3px solid #DDDDDD;
}
div.faq_questions {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 8px;
}
/* MESSAGES */

table.messages_table {
	border: 1px solid #DDDDDD;
}
td.messages_header {
	padding: 4px 5px 5px 6px;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.messages_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: middle;
}
tr.messages_unread {
	background: #F5F5F5;
	font-weight: bold;
}
tr.messages_read {
	background: #FFFFFF;
}
td.messages_message {
	border-top: 1px solid #CCCCCC;
	padding: 7px 5px 7px 7px;
	vertical-align: top;
}
td.messages_photo {
	border-top: 1px solid #CCCCCC;
	padding: 7px 0px 7px 7px;
	vertical-align: top;
}
td.messages_view2 {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view2_bottom {
	background: #FFFFFF;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view1 {
	vertical-align: top;
	padding-right: 15px;
}
div.messages_author {
	padding-bottom: 5px;
	font-weight: bold;
}
div.messages_date {
	font-size: 7pt;
	color: #777777;
}
td.messages_authorbox {
	width: 100px;
	text-align: right;
	vertical-align: top;
	padding: 5px 10px 0px 0px;
}
/* MY FRIENDS */

div.friends_search {
	width: 450px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
td.friends_result0 {
	padding: 5px;
}
td.friends_result1 {
	vertical-align: top;
	padding: 5px;
}
td.friends_result2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
div.friends_name {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
}
div.friends_stats div {
	color: #888888;
	font-size: 7pt;
}
/* BROWSE FRIENDS */

td.browse_friends_sort {
	padding-top: 5px;
}
div.browse_friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}
/* EDIT PROFILE */

td.editprofile_photoleft {
	text-align: center;
	padding-right: 10px;
}
td.editprofile_photoright {
	vertical-align: top;
}
td.editprofile_photo {
	height: 150px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}
table.editprofile_options {
	margin-left: 10px;
}
div.editprofile_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.editprofile_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.editprofile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.editprofile_examplecss, div.editprofile_examplecss:hover {
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #DDDDDD;
}
div.editprofile_examplecss:hover {
	border: 1px solid #BBBBBB;
}
div.editprofile_examplecss_selected {
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
}
/* EDIT ACCOUNT SETTINGS */

td.account1 {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
td.account2 {
	padding: 7px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	border-top: none;
}
/* SIGNUP PAGE */

img.signup_code {
	vertical-align: middle;
}
div.signup_header {
	width: 500px;
	padding: 6px 9px 6px 9px;
	background: #F1F1F1;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 10px;
}
div.signup_photo_desc {
	padding: 5px 5px 5px 0px;
}
td.signup_photo {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/* COMMENT STYLES */

.comment_headline {
	padding: 4px 0px 5px 6px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
/* PROFILE PHOTOS STYLES */

div.media {
	border: 1px solid #DDDDDD;
	background: #F2F2F2;
	padding: 10px;
}
div.media_caption {
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin-left: auto;
	margin-right: auto;
}
div.media_title {
	margin-bottom: 2px;
	font-weight: bold;
}
div.media_date {
	margin-top: 10px;
	font-size: 7pt;
	color: #777777;
}
/* CAROUSEL */

td.carousel_item_active {
	border: 1px solid #BBBBBB;
	background: #EEEEEE;
	padding: 5px;
}
td.carousel_item {
	padding: 5px;
}
td.carousel_item:hover {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
/* PHOTO TAG CLASSES */

div.tag_div_hidden {
	position: absolute;
	z-index: 98;
}
div.tag_div {
	position: absolute;
	border: 2px solid #FFFFFF;
	z-index: 98;
}
div.tag_label {
	position: absolute;
	padding: 3px 5px 3px 5px;
	border: 1px solid #777777;
	background: #FFFFFF;
	font-weight: bold;
	z-index: 98;
}
div.media_photo_div {
	position: relative;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}
div.media_photo_tagform {
	display: none;
	border: 1px solid #888888;
	width: 150px;
	position: absolute;
	opacity: 1;
	background: #FFFFFF;
}
div.media_photo_tagform_titlebar {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #AAAAAA;
	background: #EEEEEE;
	font-weight: bold;
}
div.media_photo_friendlist {
	overflow: auto;
	margin: 4px 0px 4px 0px;
	height: 130px;
	text-align: left;
	padding-left: 4px;
	border: 1px solid #AAAAAA;
}
/* styles for the debugger */

div#se_debug_window_container {
}
table#se_debug_window {
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 500px;
	height: 400px;
}
td#se_debug_window_menu {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
	cursor: move;
}
div#se_debug_window_body_container {
	width: 500px;
	height: 375px;
	overflow: auto;
}
/* styles for main menu and profile tab dropdowns */



div.top_menu_main_link_container {
	text-align: left;
}
div.menu_main_dropdown {
	border: 1px solid #CCCCCC;
	border-top: none;
	position: absolute;
	margin-top: 7px;
	margin-left: -1px;
	z-index: 100;
	width: auto;
	white-space: nowrap;
}
div.menu_main_item_dropdown a {
	color:#777777;
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #EFEFEF;
}
div.menu_main_item_dropdown a:hover {
	color:#444444;
	background: #FAFAFA;
	text-decoration: none;
}
div.menu_main_item {
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}
div.menu_profile_dropdown {
	border: 1px solid #CCCCCC;
	border-top: none;
	background: #FFFFFF;
	position: absolute;
	margin-top: 31px;
	margin-left: -63px;
	z-index: 99;
	width: auto;
	white-space: nowrap;
}
div.menu_profile_item_dropdown a {
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #FFFFFF;
}
div.menu_profile_item_dropdown a:hover {
	background: #F0F0F0;
	text-decoration: none;
}
/* NAVIGATION BUTTONS */

			.menutop {
	height: 46px;
	width: 980px;
	background: url(..images/menu_bar_bg.jpg) no-repeat;
}
.cssnav {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: tahoma, helvetica, sans-serif;
	background: url(../images/menu_tab_bg2.jpg) no-repeat;
	width: 125px;
	height: 46px;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 10pt;
	width: 125px;
	height: 46px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	font-weight: bold;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	background: url(../images/menu_tab_bg_up.jpg) no-repeat;
	color: #0A4072;
	text-decoration: none;
	font-weight: bold;
}
.cssnav a:active {
	background: url(../images/menu_tab_click.jpg) no-repeat;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.cssnav img {
	position: absolute;
	left:11px;
	top:10px;
	border:0;
}
.cssnav span {
	position: absolute;
	left: 0px;
	top: 13px;
	text-align: center;
	width: 125px;
	cursor: pointer;
}
.cssnav2 {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: tahoma, helvetica, sans-serif;
	background: url(../images/menu_tab_bg_up.jpg) no-repeat;
	width: 125px;
	height: 46px;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav2 a {
	display: block;
	color: #000000;
	font-size: 10pt;
	width: 125px;
	height: 46px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	font-weight: bold;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav2 a:hover {
	background: url(../images/menu_tab_bg_up.jpg) no-repeat;
	color: #0A4072;
	text-decoration: none;
	font-weight: bold;
}
.cssnav2 a:active {
	background: url(../images/menu_tab_click.jpg) no-repeat;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.cssnav2 img {
	position: absolute;
	left:11px;
	top:10px;
	border:0;
}
.cssnav2 span {
	position: absolute;
	left: 0px;
	top: 13px;
	text-align: center;
	width: 125px;
	cursor: pointer;
}
.sub1 {
	position:relative;
	float: right;
	margin: 0;
	padding: 0;
	font-family: tahoma, helvetica, sans-serif;
	background: url(../images/sub_left.jpg) no-repeat;
	width: 9px;
	height: 45px;
	overflow:hidden;/* for ie to hide extra height*/
}
.sub2 {
	position:relative;
	float: right;
	margin: 0;
	padding: 0;
	font-family: tahoma, helvetica, sans-serif;
	background: url(../images/sub_right.jpg) no-repeat;
	width: 9px;
	height: 45px;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnavsub {
	position:relative;
	float: right;
	margin: 0;
	padding: 0;
	font-family: tahoma, helvetica, sans-serif;
	background: url(../images/menu_bg_2.jpg) no-repeat;
	width: 75px;
	height: 46px;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnavsub a {
	display: block;
	color: #000000;
	font-size: 8pt;
	width: 125px;
	height: 46px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	font-weight: bold;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnavsub a:hover {
	background: url(../images/menu_bg_up2.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.cssnavsub a:active {
	background: url(../images/menu_bg_click2.jpg) no-repeat;
	color: #DADADA;
	text-decoration: none;
	font-weight: bold;
}
.cssnavsub a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.cssnavsub img {
	position: absolute;
	left:0px;
	top:0px;
	border:0;
}
.cssnavsub span {
	position: absolute;
	left: 0px;
	top: 15px;
	text-align: center;
	width: 75px;
	cursor: pointer;
}
/* END OF NAVIGATION */





/* NAVIGATION BUTTONS */

			.middle {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	background: url(images/body_members_bg.jpg) no-repeat;
	width: 980px;
	height: 263px;
	overflow:hidden;/* for ie to hide extra height*/
}
.popular_members {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	background: url(images/popular_members_bg.jpg) no-repeat;
	width: 988px;
	height: 348px;
	overflow:hidden;/* for ie to hide extra height*/
}
.body_top {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	background: url(images/body_top_bg.jpg) no-repeat;
	width: 980px;
	height: 279px;
	overflow:hidden;/* for ie to hide extra height*/
}
.network_top {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	background: url(images/business_network_bg.jpg) no-repeat;
	line-height: 35pt;
	width: 980px;
	height: 277px;
	overflow:hidden;/* for ie to hide extra height*/
}
.network_top span {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	margin: 5;
	line-height: 20pt;
	overflow:hidden;/* for ie to hide extra height*/
}
.body_top span {
	display: block;
	font: 16px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	color: #000000;
	font-size: 16px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.body_top span2 {
	font: 11px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #747474;
	font-size: 11px;
	float: left;
	text-decoration: none;
	font-weight: none;
}
 ..body_top span3 {
 font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
 display: block;
 color: #348DBA;
 font-size: 12px;
 float: left;
 text-decoration: underline;
 font-weight: none;
}
.body_top span4 {
	font: 16px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #348DBA;
	font-size: 16px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.body_top span5 {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #808080;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: none;
}
.body_top span6 {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	margin: 5;
	line-height: 20pt;
}
.body_top home_span2 {
	font: 11px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #747474;
	font-size: 11px;
	float: left;
	text-decoration: none;
	font-weight: none;
}
.body_top home_span3 {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #348DBA;
	font-size: 12px;
	float: left;
	text-decoration: underline;
	font-weight: none;
}
.home_span4 {
	font: 16px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #348DBA;
	font-size: 16px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.home_span5 {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	display: block;
	color: #808080;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: none;
}
.home_span6 {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	margin: 5;
	line-height: 20pt;
}
H1 {
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
H2 {
	font: 16px "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	color: #348DBA;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
H3 {
	font: "Lucida Grande", Arial, Verdana, sans-serif, "Lucida Sans Unicode";
	color: #555555;
	font-size: 15pt;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.main_search input {
	width:215px;
	height: 23px;
	background: url(images/input_bg1.jpg) no-repeat;
 center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 3px 10px 0px 10px;
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

.upper_search input {
	width:190px;
	height: 24px;
	background: url(images/upper_searchbg.png) no-repeat #000;
	border: 1px solid #FFF;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	margin-right: 8px;
	padding: 0px 8px;
	font: 11px Arial, "Lucida Grande", sans-serif;
	color: #F9F7F7;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

.upper_search input:hover{
       background-position: 0px -24px;
 
} 

.button input {
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.signup input {
	width:275px;
	height: 25px;
	background: url(images/input_bg3.jpg) no-repeat;
 center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 5px 10px 0px 10px;
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.security input {
	width:77px;
	height: 26px;
	background: url(images/code_bg.jpg) no-repeat;
 center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 5px 0px 0px 5px;
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #628CBA;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.navigation input {
	width:213px;
	height: 23px;
	background: url(images/navigation/nav_input_bg.jpg) no-repeat;
 center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 5px 10px 0px 10px;
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.main_search label {
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
/* END OF NAVIGATION */

			

			/*CSS for the news scrollers*/



			#pscroller1 {
	width: 700px;
	height: 20px;
	border:  0px;
	padding: 3px;
}
#pscroller1 a {
	text-decoration: none;
}
/*NOV 2010 SEARCH RESULTS*/

/*

#left_search_box {float: left;

width: 20%;

margin: 5px;

padding: 5px;

height:98%; background: url('images/transpix.png');border: 1px solid #FFFFFF;}

#right_search_box{

border: 1px solid white;

height: 98%;

margin: 5px;

padding: 5px;

width: 80%;

}*/





.searchResult .name, .searchResult .name a {
	font-size: 17px;
	color: #ffffff !important;
}
.searchResult {
	padding:15px;
	border-bottom: 1px solid #CCC;
	text-shadow:none;
	color: #ffffff !important;
}
.searchResult .avatar {
	float:left;
	width:60px;
	margin-right:5px;
}
.searchResult .info {
	float:left;
	width:75%;
}
.searchResult .extra {
	float: left;
	width: 25%;
}
div#searchTabContainer {
	padding: 0 0 0.3em 0;
}
div#searchTabContainer div a {
	color: #fff;
	background: url('images/transpix.png');
	border: 1px solid #fff;
	border-bottom: none;
	padding: 0.3em;
	text-decoration: none;
	text-shadow:none;
	font-size:17px;
}
div#searchTabContainer div a:hover {
	background: url('images/transpix.png');
}
div#searchTabContainer div a.selected {
	color: #fff;
	background: url('images/transpix3.png');
	font-weight: bold;
	padding: 0.7em 0.3em 0.38em 0.3em;
}
div.search_results_container {
	border: 1px solid #fff;
	border-top: 0px;
	background: url('images/transpix.png');
	height:100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.results_scroll {
}
div.search_results_container.hide {
	display: none;
}
td.search_tab_down3 a {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
	background: url('images/transpix.png');
	background-color: #5D7693;
	vertical-align: middle;
	padding: 8px;
	display: block;
	border: 1px solid #FFFFFF;
	border-left: 0px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
td.search_tab_down3 a:hover {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
	background-color: #000000;
	vertical-align: middle;
	display: block;
	padding: 8px;
	opacity:1.0;
	filter:alpha(opacity=100);
}
td.search_tab_up2 a {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
	background: url('images/transpix.png');
	vertical-align: middle;
	font-weight: none;
	display: block;
	padding: 8px;
	border: 1px solid #FFFFFF;
	border-left: 0px;
	border-bottom: 1px solid transparent;
}
td.search_tab_up3 a {
	/* font-family: arial, tahoma, "Trebuchet MS", serif; */  font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #000000;
	vertical-align: middle;
	font-weight: none;
	display: block;
	padding: 8px;
	border: 1px solid #FFFFFF;
	border-left: 0px;
	border-bottom: 1px solid transparent;
}
/*END SEARCH RESULTS*/



.autosuggest_result {
	width: 95%;
	padding:5px;
	cursor:pointer;
}
.autosuggest_result:hover {
	background: #DDDDDD;
	cursor:pointer;
}
.autosuggest_active {
	width: 95%;
	padding:5px;
	background: #DDDDDD;
	cursor:pointer;
}







.top_btn {
background: url('images/trans_white3.png') repeat-x;
background-position: 0px 0px;
border-right:1px solid #000;
border-bottom :1px solid #000;
color:#FFFFFF;
display:block;
font-size:12px;
font-weight:bold;
padding:2px;
text-shadow:1px 1px 0 #000;
width:80px;
height: 16px;
text-align: center;
vertical-align: middle;
-moz-border-radius:2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;

}

.top_btn:hover {

background: url('images/trans_white3.png') repeat-x;
background-position: 0px -30px;
cursor:pointer;

}

.page_btn {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background: url('images/transpix.png');
border-right:1px solid #000;
border-bottom :1px solid #000;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:2px 10px 2px 10px;
text-shadow:1px 1px 0 #000;
height: 16px;
text-align: center;
vertical-align: middle;

}

.page_btn:hover {

background: url('images/transpix_blue.png');
cursor:pointer;

}

.login_selected {

-moz-border-radius:2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
-khtml-border-radius: 2px 2px 2px 2px;
border-radius: 3px 3px 3px 3px;
background: #F0F3F7;
border-right:1px solid #000;
border-bottom :1px solid #000;
color:#333;
display:block;
font-size:12px;
font-weight:bold;
padding:2px;
width:80px;
text-shadow:1px 1px 0 #fff;
height: 20px;
text-align: center;
vertical-align: middle;
cursor:pointer;


}

.edit_field {
height: 13px;
padding: 2px;
font-size: 9px;
border: 1px solid #000;



}
#builder_wrap{
   width:100%;
   height:100%;
   overflow:hidden;
}

#builder_left{
	width: 20%; 
	vertical-align: top;
	border-right: 1px solid #999; 
	min-width: 170px;
    background-color: #DDD;

}
#builder_left ul{
    list-style-type: none;
}

#builder_left li{
    width:100%;
    min-width:141px;
    height:37px;
    margin: 2px;
    float:left;
    cursor: pointer;
    margin-left: -20px;
    padding-top:10px;

}
#builder_left li:hover{
    width:100%;
    min-width:141px;
    height:37px;
    margin: 2px;
    float:left;
    background: url('images/submenu_overlay.png') no-repeat;
    cursor: pointer;
    margin-left: -20px;
    padding-top:10px;

}

.builder_li_selected{
    width:100%;
    min-width:141px;
    height:37px;
    margin: 2px;
    float:left;
    background: url('images/submenu_overlay.png') no-repeat;
    cursor: pointer;
    margin-left: -20px;
    padding-top:10px;

}

#builder_left a{
	color: #000;

}

#builder_right {
    position: absolute;
    top:0px;
    width: 75%;
    min-width: 334px;
    height: 100%;
    float:right;
    background-color: #EEE;
    overflow-y: auto;
    color: #000;
    display: inline;
    
}

#builder_top {
    min-width: 500px;
    width:100%;
    height: 127px;
    background: url('images/builder_top.png') repeat-x;
    top:0px;
    left:0px;
    position: absolute;


}


.builder_icon {
    float: left;
    position: relative;
    width: 59px;
    height: 69px;
    margin: 8px 2% 8px 2%;
    //margin: 5px 8px 5px 8px;
    cursor: pointer;
    text-align: center;

}
.builder_icon:hover{
    float: left;
    position: relative;
    width: 59px;
    height: 69px;
    margin: 8px 2% 8px 2%;
    //margin: 5px 8px 5px 8px;
    background: url('images/icon_overlay.png') no-repeat;
    cursor: pointer;
    text-align: center;

}
#builder_iframe {
    display: none;
	width:100%; 
	border: 0px; 
	overflow-y: auto;
	overflow-x: hidden;

}

#iframe_loader{
    display: block;
    width:100%;
    padding-top: 25%;
    text-align: center;
    vertical-align: center;

}
.icon_overlay {
    float: left;
    position: relative;
    width: 59px;
    height: 69px;
    margin: 8px 2% 8px 2%;
    //margin: 5px 8px 5px 8px;
    background: url('images/icon_overlay.png') no-repeat;
    cursor: pointer;
    text-align: center;

}

.icon_img{


}

.icon_caption {
    font-family: Arial,Helvetica,sans-serif;
    font-sze: 10.67px;
    color: #000;
    text-shadow:1px 1px 0 #fff;
    text-align: center;
    margin-top: -5px;
}

.builder_sub_selected {
    padding-top: 127px;
    display: block;
}

.builder_sub {
    padding-top: 127px;
    display: none;

}

.builder_title {
font-family: "HelveticaNeue","Helvetica Neue",calibri,arial,sans-serif;
font-size: 24px;
font-weight: bold;
color: #333;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

div.cat_option {
font-family: "HelveticaNeue","Helvetica Neue",calibri,arial,sans-serif;
font-size: 14px;
padding:2px;
color: #fff;
cursor: pointer;
height: 15px;
width: 100%;
border-radius: 5px;
}

div.cat_option:hover{
font-family: "HelveticaNeue","Helvetica Neue",calibri,arial,sans-serif;
font-size: 14px;
padding:2px;
color: #fff;
cursor: pointer;
background: #4D96E6;
border-radius: 5px;
height: 16px;
font-weight: bold;
text-decoration: none;

}

a.cat_option {
 color: #fff;
 text-decoration: none;
}

a.cat_option:hover {
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}

#account_stats {
 position: absolute;
 bottom: 0px;
 left:0px;
 min-width: 170px;
 width: 20%;
 border-top: 1px solid #aaa;
 background: #cbcbcb;


}

.account_stat_view{
 min-width: 170px;
 width: 100%;
 border-top: 1px solid #aaa;
 background: #bbbbbb;
 cursor: pointer;
}
.account_stat_view:hover{
 background: #dddddd;
 cursor: pointer

}


   
.showitem_selected {
   cursor: pointer;
   margin: 5px;
   border-top: 1px solid #ffffff;
   background: #d6d6d6;
   background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#d6d6d6));
   background: -webkit-linear-gradient(top, #9e9e9e, #d6d6d6);
   background: -moz-linear-gradient(top, #9e9e9e, #d6d6d6);
   background: -ms-linear-gradient(top, #9e9e9e, #d6d6d6);
   background: -o-linear-gradient(top, #9e9e9e, #d6d6d6);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.showitem_selected:hover {
   border-top-color: #757575;
   background: #757575;
   color: #ccc;
   }
.showitem_selected:active {
   border-top-color: #575757;
   background: #575757;
   }
.showitem_blank {
   cursor: pointer;
   margin: 5px;
   border-top: 1px solid #ffffff;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ffffff));
   background: -webkit-linear-gradient(top, #ebebeb, #ffffff);
   background: -moz-linear-gradient(top, #ebebeb, #ffffff);
   background: -ms-linear-gradient(top, #ebebeb, #ffffff);
   background: -o-linear-gradient(top, #ebebeb, #ffffff);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #8f8f8f;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.showitem_blank:hover {
   border-top-color: #757575;
   background: #757575;
   color: #ccc;
   }
.showitem_blank:active {
   border-top-color: #575757;
   background: #575757;
   }

.store_details {
   border-top: 1px solid #7a7a7a;
   background: #525252;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#525252));
   background: -webkit-linear-gradient(top, #000000, #525252);
   background: -moz-linear-gradient(top, #000000, #525252);
   background: -ms-linear-gradient(top, #000000, #525252);
   background: -o-linear-gradient(top, #000000, #525252);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
.pickup_button {
   cursor: pointer;
   border-top: 1px solid #636363;
   background: #bdbdbd;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bdbdbd));
   background: -webkit-linear-gradient(top, #ffffff, #bdbdbd);
   background: -moz-linear-gradient(top, #ffffff, #bdbdbd);
   background: -ms-linear-gradient(top, #ffffff, #bdbdbd);
   background: -o-linear-gradient(top, #ffffff, #bdbdbd);
   padding: 4px 8px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #7d7d7d;
   font-size: 10px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   margin: 0px;
   }
.pickup_button:hover {
   text-shadow: rgba(0,0,0,.4) -1px -1px -1px;
   border-top-color: #4d97e6;
   background: #4d97e6;
   color: #ffffff;
   border: 1px solid #ccc;
   }
.pickup_button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.dealbutton {
   border-top: 1px solid #96d1f8;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#60b6f0), to(#3e779d));
   background: -webkit-linear-gradient(top, #60b6f0, #3e779d);
   background: -moz-linear-gradient(top, #60b6f0, #3e779d);
   background: -ms-linear-gradient(top, #60b6f0, #3e779d);
   background: -o-linear-gradient(top, #60b6f0, #3e779d);
   padding: 7.5px 15px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.dealbutton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.dealbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.shopper-tab{
 text-align: center;
 float: left;
 margin-right: 5px;
 width: 100px;
 padding: 8px;
 font-size: 15px;
 color: #fff;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
 background: url(images/transpix.png);
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
 cursor: pointer;

}



.shopper-tab-down{
 text-align: center;
 float: left;
 margin-right: 5px;
 width: 100px;
 padding: 8px;
 font-size: 15px;
 color: #fff;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
 background: url(images/transpix.png);
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
 cursor: pointer;

-moz-opacity: 0.60;
opacity: 0.60;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);

}

.shopper-tab-down:hover{
 -moz-opacity: 1.00;
 opacity: 1.00;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}


.followbutton1{
 height:30px;
 width:104px;
 background: url('/images/followbutton.png') no-repeat;
 border:0px;
 cursor: pointer;
}

.followbutton1:hover{
  background: url('/images/followbutton.png') repeat-x;
  background-position: 0px -30px;

}

.followbutton1:active{
  background: url('/images/followbutton.png') no-repeat;
  background-position: 0px -60px;
}


.followingbutton1{
 height:30px;
 width:113px;
 background: url('/images/followingbutton.png') no-repeat;
 border:0px;
 cursor: pointer;
}

.followingbutton1:hover{
  background: url('/images/followingbutton.png') repeat-x;
  background-position: 0px -30px;

}
.recent_activity {
 font-size: 14px;
 padding:10px; 
 border: 0px; 
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px; 
 margin:5px; 
 color: #fff; 
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
 }
 
 .recent_activity a{
  color: #fff;
 }
 
 
.product_description_bubble{
 position: relative;
 top: -40px;
 left: 100px;
 border: 1px solid #444;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 padding: 5px;
 font-size: 11px;
 font-weight: normal;
 color: #000;
 background: url('images/trans_white4.png');
 z-index: 100;

}


.fbookbutton{
 position: relative;
 top: -3px;
 height:25px;
 width:98px;
 background: url('/images/fbook_connect_small.png') no-repeat;
 border:0px;
 cursor: pointer;
}

.fbookbutton:hover{
  background: url('/images/fbook_connect_small.png') repeat-x;
  background-position: 0px -25px;

}

.fbookbutton:active{
  background: url('/images/fbook_connect_small.png') no-repeat;
  background-position: 0px -50px;
}

.fbookbuttonlarge{
 display:block; 
 margin-left:auto;
 margin-right:auto;
 height:25px;
 width:194px;
 background: url('/images/fbook_connect_large.png') no-repeat;
 border:0px;
 cursor: pointer;
}

.fbookbuttonlarge:hover{
  background: url('/images/fbook_connect_large.png') repeat-x;
  background-position: 0px -25px;

}

.fbookbuttonlarge:active{
  background: url('/images/fbook_connect_large.png') no-repeat;
  background-position: 0px -50px;
}

.addcartbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.addcartbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.addcartbutton:active {
	position:relative;
	top:1px;
}



.BuyButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
	cursor: pointer;
}.BuyButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.BuyButton:active {
	position:relative;
	top:1px;
}


.explore {

position:absolute;
height: 100%; 
top:0px; 
left: 100px; 
visibility: hidden; 
border: 1px solid white; 
background: url('images/transpix2.png'); 
width: 785px;
padding: 8px; 
border-top: none; 
border-bottom: 0px;
z-index: 5001;

}

.explore_right {

overflow-y: auto; 
position:absolute;
height: 100%; 
top:0px; 
left: 185px; 
border-left: 1px solid white; 
background: url('images/transpix2.png'); 
width: 612px;
padding: 2px; 
z-index: 5001;

}

.sub_cats {
overflow-y: auto; 
position:absolute; 
height: 300px;
top:0px; 
left: 100px; 
visibility: hidden; 
border: 1px solid white; 
background: url('images/transpix2.png'); 
width: 185px;
padding: 8px; 
z-index: 5001;

}

/*.searchResult .searchBox{
float:right;
background: #cedae4;
color: #000;
font-size: 12px;
border: 2px solid white;
padding: 5px;
width: 150px;
height: 80px;
margin: 0 auto;
text-align: center;
box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}*/

