/* ==================== */
/* = 	 Grey Nav Bar  = */
/* ==================== */

#grey_nav_bar { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	min-width: 1000px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url('/images/grey_bar/background2.png') repeat-x #000;
	border-bottom: 1px solid #666;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	z-index: 100000;
}
#grey_nav_bar a {
	text-decoration: none;
	color: #fff;
}
#grey_nav_bar img {
	border: none;
}
#grey_nav_bar a:hover {
	text-decoration: underline;
}
#grey_nav_bar a.button,
#grey_nav_bar a.button_left,
#grey_nav_bar a.button_right {
	text-decoration: underline;
	color: #fff;
}
#grey_nav_bar .sm {
	font-size: 12px;
}
.float_clear { clear: both;}
#homelink {
	border: none;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#helplink {
	border: none;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}
#linksleft {
	float: left;
	margin-top: 6px;
}
#linksright {
	float: right;
	margin-top: 6px;
	margin-right: 10px;	
}
.textlink {
	padding-right: 6px;
	padding-left: 6px;
}
#spinner_div {
	margin-top: 3px;
}

#login_info {
	margin-top: 22px;
	margin-right: 15px;
	font-size: 14px;
	float: right;
}
#preview {
	font-size: 22px;
	color: #ffffff;
	margin-top: 7px;
	margin-left: 45%;
}

a#close {
	display: block;
	float: right;
	font-size: 20px;
	padding: 10px;
	padding-bottom: 5px;
	color: #ffffff;
	background-color: #acacac;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
a#close:hover {
	background-color: #7b7d7f;
	color: #c0e3fe;
	text-decoration: none;
}

#redpost_account {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#browser_warning {
	border: 2px solid #db001b;
	color: #000;
	font-size: 12px;
	padding: 2px;
	width: 350px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 2px;
	cursor: pointer;
	text-align: center;
}

#grey_bar_help {
	position: absolute;
	width: 550px;
	top: 27px;
	right: 8px;
	color: #000;
	z-index: 10000;
}
#grey_bar_help_pointer {
	width: 44px;
	height: 26px;
	right: 10px;
	background-image: url(../images/help_pointer_top.png?0000000000);
	float: right;
	position: relative;
	z-index: 100001;
}
#grey_bar_help_inner {
	position: relative;
	top: 25px;
	z-index: 99999;
	margin: 0px;
	padding: 10px;
	border: 1px solid #efe100;
	background-color: #fffcc5;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#grey_bar_inner_x {
	font-size:14px;
	float: right;
	color:#ccc;
	font-weight:bold;
	display:block;
	cursor:pointer;
}

#myneighborhoods {
	position: absolute;
	width: 225px;
	top: 27px;
	left: 200px;
	color: #000;
	z-index: 10000;
}
#myneighborhoods_inner {
	position: relative;
	top: -1px;
	left: -25px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99999;
	margin: 0px;
	padding: 10px;
	border: 1px solid #333;
	background-color: #666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#organize_outside {
	position: absolute;
	width: 225px;
	top: 27px;
	left: 200px;
	color: #000;
	z-index: 10000;	
}

#advertise {
	position: absolute;
	width: 300px;
	top: 27px;
	left: 135px;
	color: #000;
	z-index: 10000;
}
#advertise_inner {
	position: relative;
	top: -1px;
	left: -25px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99999;
	margin: 0px;
	padding: 10px;
	border: 1px solid #333;
	background-color: #666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}


#grey_bar_pointer {
	width: 44px;
	height: 26px;
	background-image: url(../images/grey_bar_pointer.png?0000000000);
	position: relative;
	z-index: 100001;
}
.grey_bar_popups {
	color: #fff;
	font-size: 12px;
}
.grey_bar_popups ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	color: #fff;
}
.grey_bar_popups li {
	padding-left: 6px;
}
.grey_bar_popups h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
.grey_bar_popups p {
	color: #fff;
	line-height: 1.1em;
}
.grey_bar_popups a {
	text-decoration: none;
	color: #fff;
}
.grey_bar_popups a:hover {
	text-decoration: underline;
}

.list {
	float: left;
	padding: 10px;
	height: 100%;
	width: 450px;
}
.list_right { 
	width: 450px;
	float: left;
	padding: 10px;
}
.table_list {
	padding: 10px;
	height: 100%;
}
.table_list_right {
	padding: 10px;
}
.list h3, .form h3, .list_right h3, .table_list h3, .table_list_right h3 {
	color: #000000;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
.list h3 a, .form h3 a, .list_right h3 a, .table_list h3 a, .table_list_right h3 a {
	color:#000000;
}
.list ul, .list_right ul, .table_list ul, .table_list_right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.list ul li, .list_right ul li, .table_list ul li, .table_list_right ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.list form, .list_right form, .table_list form, .table_list_right form {
	margin: 0px;
	padding: 0px;
}
.list input[type=submit], .list_right input[type=submit], .table_list input[type=submit], .table_list_right input[type=submit] {
	margin: 10px 0px 0px 0px;
}
img.icon {
	border: 0px;
}
#my_account_flash {
	color: #000;
	font-size: 12px;
	margin: 0px;
	margin-top: 10px;
	padding: 4px;
	width: 500px;
}

#myaccount_content {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color: #fff;
	border: 1px solid #808080;
	padding: 30px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 960px;
}

#myaccount_content h2 {
	font-weight: bold;
}

#myaccount_info {
	width: 100%;
}

#account_wrap {
	border: 1px solid #333;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul#my_account_nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul#my_account_nav li {
	float: left;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}
ul#my_account_nav li a {
	display: block;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 9px;
	text-decoration: none;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #808080;
}
ul#my_account_nav li a.selected {
	margin-bottom: -1px;
	padding-bottom: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	background-color: #fff;
	color: #000;
}
ul#my_account_nav li a:hover {
	color: #000000;
	text-decoration: none;
}

/* ======================== */
/* = Order History Styles = */
/* ======================== */
.order-table-headers {
	text-align: left;
}

.top-line {
	border-top: 1px solid #000000;
}

div#history-list {
	max-height: 600px;
	overflow-y: auto;
	width: 500px;
}

/* ======================= */
/* = Billing Info Styles = */
/* ======================= */
td.main-billing-link {
	padding-left: 15px;
}

#billing_info h3, #order_history h3 {
	padding-bottom: 10px;
}

.cc-label, #billing-edit .address-label {
	text-align: right;
}

.country-select {
	width: 200px;
}

#nav_arrows {
	padding-right: 10px;
	float:right;
	display:inline;
	width: 30px;
}

#nav_arrows img {
	border: none;
}