/*****************************************************************************
New Header
*****************************************************************************/

#header_strip {
	padding-bottom: 8px;
}

#header_strip .leaderboard_wrapper {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#header_strip .leaderboard_wrapper .leaderboard_ad_container {
	width: 728px;
	margin: 0 auto;
}

#header_nav {
	width: 950px;
	margin: 0 auto;
	height: 45px;
	padding-top: 15px;
	position: relative;
	padding-bottom: 8px;
}

#header_nav_inner {
	width: 950px;
	height: 45px;
	background: url(_images_new/header_nav_bg.png) no-repeat;
}

#header_nav h1#purevolume_logo {
	width: 157px;
	height: 45px;
	display: block;
	position: relative;
	z-index: 50;
}

#header_nav h1#mallubox_logo a {
	width: 157px;
	height: 45px;
	display: block;
	background: url(_images_new/logo.gif) no-repeat;
	position: relative;
	z-index: 5000;
}

#header_nav_list {
	float: left;
	padding: 0;
	margin-left: 10px;
	width: 420px;
	position: relative;
	z-index: 12;
}

#header_nav_list li {
	float: left;
	margin: 0 10px 0 10px;
	display: inline;
	height: 45px;
	padding-top: 0;
	position: relative;
	z-index: 99999;
}

#header_nav_list li a {
	color: #888;
	font-family: 'Lucida Grande', Sans-serif;
	font-size: 13px;
	height: 30px;
	padding-top: 15px;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5000;
}

#header_nav_list li a.selected {
	color: #fff;
}

#header_nav_list li a:hover {
	color: #fff;
}

.header_nav_right {
	float: left;
	width: 342px;
	padding: 10px 21px 0 0;
	position: relative;
	z-index: 12;
}



/*****************************************************************************
New Header: Login / Signup
*****************************************************************************/

#header_nav .action_nav div.button_expand {
	margin: 0 0 0 10px;
}

#header_login_signup {
	float: right;
}

#header_nav_signup a, #header_nav_login a {
	background: #666 url(_images_new/button_expand_nav.png) no-repeat;
	color: #fff;

}

#header_nav_signup a span, #header_nav_login a span {
	background: #666 url(_images_new/button_expand_nav_right.png) no-repeat;
}

#header_nav_signup a:hover, #header_nav_login a:hover, #header_nav_signup a:hover span, #header_nav_login a:hover span {
	background-color: #008ee8;
}


/*****************************************************************************
New Header: Search
*****************************************************************************/

#header_nav_search_container {
	float: right;
	display: inline;
	background: #fff url(_images_new/header_nav_search_bg.gif) no-repeat;
	width: 190px;
	height: 25px;
	margin-right: 10px;
	position: relative;
	z-index: 99999;
}

#header_nav_search_input {
	border: none;
	margin: 0;
	padding: 7px 0 7px 10px;
	height: 11px;
	width: 150px;
	display: inline;
	font-size: 10px;
	color: #888;
	background: none;
	float: left;
	outline: none;
	position: relative;
	z-index: 5000;
}

#header_nav_search_submit {
	border: none;
	background: #eee url(_images_new/header_nav_search_submit_bg.gif) no-repeat;
	width: 30px;
	height: 25px;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 5000;
}

#header_nav_search_submit:hover {
	background-position: 0 -25px;
}


/*****************************************************************************
New Header: Logged In
*****************************************************************************/

#header_loggedin_container {
	float: right;
	height: 25px;
	width: 50px;
	margin-left: 10px;
	position: relative;
	z-index: 99999;
}

.header_loggedin {
	display: block;
	height: 25px;
	width: 25px;
	float: left;
	background: #ccc url(_images_new/header_profile_link.gif) no-repeat;
}

#header_profile_link {
	position: relative;
}

.header_profile_link_overlay {
	background: url(_images_new/header_profile_link_overlay.png) no-repeat;
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 0;
	left: 0;
}




/*****************************************************************************
Action Nav / Button Expand
*****************************************************************************/



.action_nav {
	height: 25px;
}

ul.action_nav {
	padding-top: 0;
}

.action_nav li, .action_nav div.button_expand {
	float: left;
	height: 25px;
	display: inline;
	margin: 0 8px 0 0;
}

.action_nav.align_right li {
	float: right;
	margin: 0 0 0 8px;
}

.button_expand a {
	padding: 6px 8px 0 8px;
	height: 19px;
	float: left;
	display: block;
	background: #ddd url(_images_new/button_expand.png) no-repeat;
	position: relative;
	font-size: 10px;
	color: #555;
	font-family: "Lucida Grande", Arial, Sans-serif;
	/* font-weight: bold; */
	line-height: auto;
	z-index: 10;
}

.button_expand a span {
	display: block;
	width: 5px;
	height: 25px;
	background: #ddd url(_images_new/button_expand_right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 6px !important;
	right: -1px !important;
}

.action_nav.small {
	height: 18px;
}

.action_nav.small li {
	height: 18px;
}

.small_button a {
	padding: 3px 8px 0 8px;
	height: 15px;
	float: left;
	background: #ddd url(_images_new/button_expand_small.png) no-repeat;
	font-size: 9px;
	font-weight: normal;
}

.small_button a span {
	width: 5px;
	height: 18px;
	background: #ddd url(_images_new/button_expand_small_right.png) no-repeat;
}

.button_expand a:hover, .button_expand a:hover span {
	background-color: #ccc;
	text-decoration: none;
	color: #333;
} 

.button_expand.colored a, .button_expand.colored a span {
	background-color: #008ee8;
	color: #fff;
}

.button_expand.colored a:hover, .button_expand.colored a:hover span {
	background-color: #007dcf;
	text-decoration: none;
	color: #fff;
}

.button_expand.colored a.selected, .button_expand.colored a.selected span {
	background-color: #333;
	color: #fff;
}

.button_expand.colored a.selected:hover, .button_expand.colored a.selected:hover span {
	background-color: #111;
	color: #fff;
}





/*****************************************************************************
Footer
*****************************************************************************/

div.footer_list h4 {
	margin: 0 0 7px 0px;
	display: block;
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #666;
}

div.footer_list {
	float: left;
	width: 205px;
	margin: 20px 0 0 20px;
	display: inline;
}

div.footer_list ul {
	margin-bottom: 10px;
}

div.footer_list ul li {
	margin: 5px 0 0px 0px;
	clear: left;
	padding-bottom: 1px;
}

div.footer_list ul li a {
	color: #aaa;
	border: none;
	text-decoration: none;
}

div.footer_list ul li a:hover {
	text-decoration: underline;
	color: #008ee8;
}

div#footer_container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 150px;
}

div#footer_links_container {
	width: 950px;
	background: #1a1a1a;
	padding-bottom: 20px;
}

div#footer {
	background: url(_images/footer.png) no-repeat;
	display: block;
	width: 910px;
	height: 29px;
	padding: 12px 20px 0 20px;
	font-size: 11px;
	color: #666;
	clear: left;
}

a#footer_logo {
	background: transparent url(_images/footer_logo.gif) no-repeat;
	position: relative;
	z-index: 5;
	display: block;
	height: 38px;
	margin: 0 0 0 14px;
}

a:hover#footer_logo {
	background-position: 0 -38px;
}

#footer_treats .leaderboard_ad_container {
	height: 90px;
	float: left;
}


/*****************************************************************************
Footer: Band Promo
*****************************************************************************/

#footer_band_promo {
	float: left;
	margin-right: 20px;
	width: 160px;
	height: 90px;
	display: block;
	zoom: 1;
	position: relative;
}

#footer_band_promo_link {
	display: block;
	width: 160px;
	height: 90px;
	color: #fff;
}

#footer_band_promo_link img {
	display: block;
}

#footer_band_promo_name {
	padding: 6px 10px 0 10px;
	width: 140px;
	height: 17px;
	display: block;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(_images/trans.png);
	font-size: 10px;
	zoom: 1;
}

#footer_band_promo_tag {
	position: absolute;
	width: 160px;
	height: 15px;
	display: block;
	top: 0;
	left: 0;
	background: url(_images/footer_band_promo_tag.png) no-repeat;
}

#footer_band_promo a:hover, a:hover #footer_band_promo_name {
	text-decoration: underline;
}

#footer_band_promo_name_inner {
	width: 140px;
	overflow: hidden;
}

#footer_band_promo_name_inner p {
	width: 140px;
	line-height: 100%;
	zoom: 1;
	height: 17px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*****************************************************************************
Footer: Debug Footer & Host Name
*****************************************************************************/

div#host_name {
	width: 910px;
	padding: 20px;
	background: #333;
	font-size: 18px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin: 0 auto;
	color: #fff;
}

div#debug_footer {
    display: block;
    width: 910px;
    margin: 0 auto 50px auto;
    background: #ddd;
    padding: 20px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow: scroll;
}

/*****************************************************************************
Remove After Global New goes in
*****************************************************************************/

#page_container, .page_container {
	font-family: "Lucida Grande", Arial, Sans-serif;
	background: #fff url(_images_new/page_bg.gif) repeat-y;
	zoom:1;
}

.page_gradient {
	background: #fff url(_images/page_gradient.gif) repeat-x;
}

.page_sub_body {
	padding: 20px;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #d7d7d7;
	zoom: 1;
}


/*****************************************************************************
IE PNG FIX
*****************************************************************************/

* html #header_nav_inner {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/header_nav_bg.png', sizingMethod='scale');
}

* html #header_nav_signup a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand_nav.png', sizingMethod='crop');
}

* html #header_nav_login a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand_nav.png', sizingMethod='crop');
}

* html #header_nav_signup a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand_nav_right.png', sizingMethod='crop');
}

* html #header_nav_login a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand_nav_right.png', sizingMethod='crop');
}

* html .header_profile_link_overlay {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/header_profile_link_overlay.png', sizingMethod='scale');
}

* html div#footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/footer.png', sizingMethod='image');
}

* html span#footer_band_promo_name {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/trans.png', sizingMethod='scale');
}

* html span#footer_band_promo_tag {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/footer_band_promo_tag.png', sizingMethod='scale');
}



* html .button_expand a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand.png', sizingMethod='crop');
}

* html .button_expand a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand_right.png', sizingMethod='crop');
}

* html .button_expand.small_button a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand_small.png', sizingMethod='crop');
}

* html .button_expand.small_button a span {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images_new/button_expand_small_right.png', sizingMethod='crop');
}




