body {
	background: url(/images/background.png) #870000;
	color: #646464;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.wrap-url {
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}


a {
	color: #666;
	outline: 0px;
	border: 0px;
}

a:hover {
	text-decoration: none;
}

A.nou { text-decoration: none; }
A IMG { border: 0; }

.helper {
  font-size: 10px;
	font-weight: bold;
	
}

.menuhelper {
    color: #666;
    font-size: 9px;
    font-weight: normal;
    margin: -10px 5px 0px 0px;
    text-align: right;
    width: 260px;
}

.searchhelper {
            
  float: right;
  color: #666;
  font-size: 9px;
	font-weight: normal;
	margin: -15px 10px 0px 0px;
	padding: 0px 0px 0px 5px;
}


#flash {
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	background-color: #7D7D7D;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 45px;
	margin: -8px 0 0;
	opacity: 0.6;
}

#header-flash {
  padding: 10px 0 0 30px;
	width: 478px;
}

/* Common Classes */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.center-margin {
	margin: 0 auto;
}

.left-column {
	float: left;
	font-size: 14px;
	padding: 0 55px 0 0;
	text-align: left;
	width: 578px;
}

.left-column .header {
	color: #808080;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
}

.column-spacer {
	float: left;
	width: 100px;
}

.right-column {
	background: url(/images/sidebar-background.gif) no-repeat top left;
	float: left;
	font-size: 15px;
	padding: 35px 0 0 25px;
	text-align: left;
	width: 238px;
}

.corner-peel {
	background: url(/images/sidebar-background.gif) no-repeat top left;
	padding: 30px 0 20px 25px;
	text-align: left;
}

.red-header {
	color: #AF2032;
	font-size: 26px;
}

.red-text {
    color: #AD2030;
}

.hidden {
	display: none;
}

.loading {
	background: url(/images/loading.gif) no-repeat center;
	height: 19px;
	width: 220px;
}

.red-hr {
    border: 1px solid #18395F;
}

/* FORMS */

#register-status {
	height: 36px;
	width: 500px;
}

#register-status li {
	float: left;
	list-style: none;
	width: 150px;
	height: 36px;
	line-height: 90px;
	text-align: center;
}

#register-status li.step-1 {
	background: transparent url(/images/regbar.gif) no-repeat scroll 57px top;
}

#register-status li.step-2 {
	background: transparent url(/images/regbar.gif) no-repeat scroll center top;
}

#register-status li.step-3 {
	background: transparent url(/images/regbar.gif) no-repeat scroll -375px top;
}

#register-status li.step-1-active {
	background: transparent url(/images/regbar.gif) no-repeat scroll 57px bottom;
}

#register-status li.step-2-active {
	background: transparent url(/images/regbar.gif) no-repeat scroll center bottom;
}

#register-status li.step-3-active {
	background: transparent url(/images/regbar.gif) no-repeat scroll -375px bottom;
}

#form-error {
	text-align: left;
	color: #b90000;
	margin-bottom: 20px;
}

#form-error p {
	margin: 0 0 2px 0;
}

.form {
	text-align: left;
}

.form label {
	width: 100px;
	display: block;
	float: left;
}

.form select, .form label, .form input, .form textarea {
	margin: 0 5px 10px 0;
}

.register {
	width: 620px;
}

.register .left-margin {
	margin-left: 20px;
}

.registerlogin {
	width: 260px;
}

.registerlogin div {
	padding: 10px 10px;
	background-color: #f5f5f5;
}

#prereg-choice-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
}

#prereg-choice-container h1 {
    padding-right: 65px;
}

/* Main Frame */

#container {
	background: #FFF;
	padding: 8px;
	width: 900px;
	margin: 0 auto;
}

#container #header h1 a#logo {
	background: #fff url(/images/logo2.gif) no-repeat scroll 0 0;
	height: 50px;
	width: 266px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

#container #header #mainMenu {
	background: #a51f2d url(/images/nav.jpg) no-repeat left top;
	text-align: center;
	width: 900px;
	padding: 0;
}

#container #header #mainMenu ul {
	display: table;
	margin: 0 auto;
}

#container #header #mainMenu ul li {
	float: left;
	padding: 0 20px;
	list-style: none;
	line-height: 53px;
	height: 54px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f5f5f6;
}

#container #header #mainMenu ul li.separator {
	padding: 0;
}

#container #header #mainMenu ul li.notSeperator:hover {
	background: #F00 url(/images/nav.jpg) repeat-x 0 bottom;
	color: #4D4D4D;
}

#container #header #mainMenu ul li.notSeperator:hover a {
	text-decoration: underline;
	color: #4D4D4D;
}

#container #header #mainMenu ul li a {
	color: #f5f5f6;
	text-decoration: none;
}

#container #footer {
	background: #808080 none repeat-x 0 0;
	height: 45px;
	color: #f5f5f6;
	padding: 5px 0;
}

#container #footer ul {
	display: table;
	margin: 0 auto;
}

#container #footer ul li {
	float: left;
	padding: 0 15px;
	list-style: none;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f5f5f6;
}

#container #footer ul li a {
	color: #f5f5f6;
	text-decoration: none;
}

/* Pagination */

ul.simplePagerNav {
	clear: both;
	list-style: none;
}

ul.simplePagerNav li {
	float: left;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    color: #000099;
}

ul.simplePagerNav li a {
	text-decoration: none; /* no underline */
}

ul.simplePagerNav li.currentPage {
	float: left;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: none;
    color: #000099;
}


div.pagination
{
    padding: 3px;
    margin: 3px;
	text-align: center;
}

div.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    text-decoration: none; /* no underline */
    color: #000099;
}

div.pagination a:hover, div.pagination a:active
{
    border: 1px solid #000099;
    color: #000;
}

div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #993300;
    color: #FFF;
}
div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

/* Profiles */

#profile {
	margin: 10px 0;
}

#profile a {
	color: #d25252;
}

#profile .grey {
	background-color: #eaeaea;
	padding: 10px;
}

#profile #account-info {
	width: 240px;
}

#profile #account-switchbox {
	width: 640px;
	margin-left: 15px;
}

#profile #account-switchbox #supporters ul {
	margin: 0;
	padding: 0;
}

#profile #account-switchbox #supporters li {
	list-style: none;
	outline: none;
	margin: 4px 0 0 14px;
    height: 80px;
    width:60px;
    overflow: hidden;
	float: left;
}

#profile #account-switchbox #supporters li img {
	border: none;
    height:50px;
}

#profile #account-switchbox #favorites ul {
	margin: 5px 0;
	padding: 0;
}

#profile #account-switchbox #who-i-support ul {
	margin: 10px;
	padding: 0;
	text-align: justify;
}

#profile #account-switchbox #favorites li, #profile #account-switchbox #who-i-support li {
	list-style: none;
	outline: none;
}

#profile #account-switchbox #favorites li a img, #profile #account-switchbox #who-i-support a img {
	border: none;
}

.support-mall-name {
	font-size: 16px;
	font-weight: bold;
}

#profile #account-switchbox table {
	width: 100%;
}

#profile #account-switchbox table td {
	padding: 2px 5px;
}

#profile #account-switchbox table th {
	padding: 5px;
	background-color: #f5f5f5;
}

#profile #account-switchbox .box-link {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 15px;
	background-color: #8a8a8a;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
}

#profile #account-switchbox .box-link small {
	font-size: 10px;
}


#profile #account-switchbox .current {
	background-color: #ddd;
	color: #8a8a8a;
}

#profile #account-switchbox .current small i {
	background-color: #ddd;
	color: #B90000;
}

#dashboard-box-container {
	border: 4px solid #ddd;
}

.message-div .title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.message-div .main {
        display: block;
	margin-left: 60px;
}

.message-div textarea {
	height: 50px;
	width: 365px;
}

#profile #account-right {
	width: 220px;
	text-align: left;
}

#profile #account-right span {
	display: block;
	font-weight: bold;
}

#profile #account-right span.total {
	font-size: 15px;
}

#profile #account-right h3 {
	margin: 5px 0 3px 0;
}

#profile-photo {
	margin: 0 0 15px 0;
}

/* Mall Listing */

.regular-form {
	text-align: justify;
}

.regular-form label {
	display: block;
}

.regular-form input, .regular-form textarea, .regular-form select {
	margin: 0 0 15px 0;
}

ul.store-name {
	margin: 0 60px 0 0;
	text-align: left;
}

ul.store-name li {
	width: 125px;
	margin-bottom: 5px;
}

.account-type-box {
	width: 200px;
	height: 115px;
	background-color: #f1f1f1;
	margin: 0 20px 20px 0;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #4e4e4e;
	text-decoration: none;
}

#mall-listing {
	padding: 10px 0;
}

#mall-listing .listing {
	margin: 0 10px 10px 0;
	text-align: center;
	width: 150px;
}

#mall-vendors {
	background: transparent url(/images/drag.png) no-repeat scroll 0 0;
	padding-top: 50px;
}

#mall-favorites {
    background: transparent url(/images/drag.png) no-repeat scroll 0 0;
    padding-top: 50px;
}

.mall-trasher {
    background: transparent url(/images/drag.png) no-repeat scroll 0 0;
    padding-top: 50px;
    width: 580px;
}
.form .your-vendors {
	width: 580px;
	min-height: 332px;
}

.form .your-trash {
    width: 580px;
    min-height: 105px;
}

.available-vendors {
    width: 580px;
}

.vendor-listing {
	text-align: center !important;
	padding: 10px 0;
	margin: 0;
}

.vendor-listing li {
	background: transparent url(/images/vendor-shadow.gif) no-repeat top left;
	float: left;
	list-style: none;
    margin-left:5px;
	width: 120px;
	height: 120px;
	text-align: center;
}

.vendor_name
{
    display:block;
    height:15px;
    overflow: hidden;
}

.ui-button-text {
    font-size:.8em;
}

.vendor-listing li a img {
	border: 0;
	outline: 0;
}

#vendors-container {
	text-align: center !important;
}

.non-banner-listing li {
	float: left;
	margin: 0 15px 10px 0;
	list-style: none;
}

/** SIDEBAR ***/

.sidebar-list {
	font-size: 15px;
}

.sidebar-list ul {
	font-size: 15px;
	list-style-image: url(/images/sidebar-bullet.gif);
	padding: 0 0 0 25px !important;
	padding: 0;
        text-align: left;
	width: 220px;
}

.sidebar-list li {
    padding: 0 0 20px 0;
}

.close-list li {
	padding-bottom: 8px;
}

/**** HOMEPAGE ******/

#three-column-container {
	padding: 10px 0 20px 0;
}

#three-column-container .box {
	background-color: #EDEDED;
    float: left;
    font-size: 13px;
    height: 344px;
    text-align: left;
    width: 264px;
}

#three-column-container .box .content-padding {
    padding: 20px;
}

#three-column-container .spacer {
	float: left;
	font-size: 2px;
    width: 51px;
}

#three-column-container .header {
    font-size: 20px;
}

/******** PRE-REG *********/

#bottom-container {
    padding-bottom: 20px;	
    text-align: left;
}

#bottom-container a.red-link {
	color: #AD2030;
}

#bottom-container .left-column {
	float: left;
	padding: 30px 40px 20px 25px;
	width: 405px;
}

#bottom-container .right-column {
	float: left;
	font-size: 13px;
	padding: 30px 0 20px 25px;
	width: 405px;
}

#bottom-container a {
	color: #808080;
}

.tip-description {
	padding: 15px 10px 20px 10px;
	width: 597px;
}

#logobar {
	height: 77px;
	overflow: hidden;
	position: relative;
	width: 900px;
	white-space: nowrap;
}

#logobar div.scrollableArea *{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



/* FAQ/HELP */

.faq-container {
	padding-top: 5px;
}

.faq-container a {
	color: #AD2030;
	font-size: 12px;
}

.faq-answer {
	border-bottom: 1px solid #DDD;
	display: none;
	padding: 5px 0 10px 0;
}

#first-time {
  margin: 15px auto 0 auto;
  width: 800px;
}

#first-time #boxed {
  border: 2px solid #DDD;
  padding: 10px;
  text-align: left;
  width: 800px;
}

#favorites-tip {
  background: url(/images/favorites-tip-arrow.gif) no-repeat bottom right;
  height: 70px;
  padding: 0 60px 0 70px;
  text-align: left;
  width: 200px;
}

#sponsor-photo {
    text-align: center;
}

#reportDateSpan
{
    display:block;
}

#reportDateSpan > span
{
    margin-left:20px;
    font-weight:bold;
}

#reportDateSpan > input
{
    /*display:none;*/
}

#sponsor_message
{
    margin:15px 0;
}
