/*=============================================================================
Fashion Bone Stylesheet

Version:		1.0
Author: 		Ahmed Hashim, Blake Dunkel
Email:			ahmed@tangentstudio.com, to.spiv@gmail.com
Website:		http://www.tangentstudio.com
=============================================================================*/
/* GLOBAL STYLES
============================================================================ */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%; /* this may be bad -- added for lightbox */
}

body {
	background: #6E6E6E url('../images/site/bg.gif') top left repeat-x;
	position: relative;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 100%;
    line-height: 1.125em; /* 16×1.125=18 */
	height: 100%; /* this may be bad -- added for lightbox */
}

p, ol, ul {
    font-size: 0.6875em; /* 11px */
}

a {
	outline: none;
}

a img {
	border: none;
}

h2 {
	font-size: 1em;
	/*text-transform: uppercase;*/
	padding: .25em 0;
}

h3 {
	font-size: .875em;
	text-transform: uppercase;
	padding: .25em 0;
}

.hidden {
	display: none;
	visibility: hidden;
}


/* LINKS
============================================================================ */

a:link,
a:visited {
	color: #4C4A4A;
}

a:hover,
a:active {
	color: #231F20;
}


/* CLEARING & FLOATING
============================================================================ */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}


/* FORM CONTROLS
============================================================================ */

label {
	display: block;
	font-weight: 900;
}

input.field,
textarea {
	font-family: "Helvetica", "Arial", sans-serif;
	border: 1px solid #6E6E6E;
	padding: 2px 1px;
}


/* LAYOUT
============================================================================ */

h1 a {
	display: block;
	background: url('../images/site/logo.gif') no-repeat 0 0;
	width: 141px;
	height: 120px;
	text-indent: -9999em;
}

.container {
	width: 830px;
	padding: 30px 22px 22px;
	z-index: 1;
}

.header {
	width: 145px;
	float: left;
}

.content {
	float: right;
	width: 670px;
	z-index: 1;
}


/* LOGIN PANE
============================================================================ */

.login_pane {
	width: 222px;
	height: auto;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 10;
}

.login_pane .main {
	background: url('../images/site/bg_loginpane.png') repeat-y 0 0;
}

.login_pane .bottom {
	height: 4px;
	background: url('../images/site/bg_loginpane_bottom.png') no-repeat 0 0;
}

.login_pane #pane {
	margin: 0 .5em;
	padding: 0 .5em .5em;
	background: #F7F7F7;
	z-index: 11;
}

.login_pane .main form p {
	margin: 1em 0;
}

.login_pane .main form input.field {
	width: 98%;
}

.login_pane .main form input.submit {
	float: right;
}

.login_pane .tab {
	height: 21px;
	cursor: pointer;
}

.login_pane .tab p {
	font-size: .625em;
	color: #6E6E6E;
}

.login_pane .tab .logo {
	display: block;
	float: left;
	width: 85px;
	height: 9px;
	margin: 6px 0 0 9px;
	background: url('../images/site/fashionbone_login.gif') no-repeat;
	text-indent: -9999em;
}

.login_pane .tab .instructions {
	float: right;
	margin: 2px 8px 0 0;
	padding: 0 0 0 10px;
	background: url('../images/site/arrow_right.gif') no-repeat 0 6px;
}

.login_pane .main .remember_me {
	float: left;
	width: 140px;
}

.login_pane .main .remember_me p {
	margin: 0;
	padding: 0;
}

.login_pane .main .remember_me input {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

.login_pane .main .links {
	padding: 10px 0 0;
}

.access a.register {
  float: right;
  padding-top: 10px;
}

form#register select#gender {
  margin-right: 20px;
}
form#register select#date_month, 
form#register select#date_year, 
form#register select#date_day,
form#register select#gender {
  background: white;
  border: 1px solid #333;
  font-size: 1em;
  padding: 2px;
}
form#register select#date_month option, 
form#register select#date_year option, 
form#register select#date_day option {
  padding: 0 2px;
}

div.form-error {
  color: #ee0000;
  font-size: .7em;
  font-weight: bold;
  padding: 3px;
}

.searchbar {
	width: 100%;
	height: 22px;
	position: absolute;
	top: 469px;
	left: 0;
	z-index: 0;
	background-color: #514e4f;
	padding-top: 2px;
}

.searchbar .sb_dropdown {
	margin-left: 4px;
	float: left;
	display: inline;
}

.searchbar form input {
	margin-top: 1px;
	margin-left: 4px;
}

.searchbar .leftmargin {
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
}

.searchbar .leftmargin a {
	margin-left: 40px;
	color: #F7F7F7;
}


/* SITE NAVIGATION
============================================================================ */

.site_nav {
	margin: 2em 0 0 1.5em;
	list-style-type: none;
	cursor: default;
}

.site_nav li {
	display: block;
	width: 96px;
	height: 9px;
	margin: 20px 0;
	text-indent: -9999em;
}

.site_nav li a {
	display: block;
	width: 96px;
	height: 9px;
}

/* SET THE DEFAULT IMAGES FOR LINKS */

.site_nav .fashionshow a {
	background: url('../images/site/menu_fashionshow.gif') no-repeat 0 0;
}

.site_nav .findoutfit a {
	background: url('../images/site/menu_find_outfit.gif') no-repeat 0 0;
}

.site_nav .schmooze a {
	background: url('../images/site/menu_schmooze.gif') no-repeat 0 0;
}

.site_nav .profile a {
	background: url('../images/site/menu_profile.gif') no-repeat 0 0;
}

.site_nav .upload a {
	background: url('../images/site/menu_upload.gif') no-repeat 0 0;
}
.site_nav .admin a {
	background: url('../images/site/menu_admin.gif') no-repeat 0 0;
}

/* NOW SET THE IMAGES FOR HOVER STATE AND LIST ITEMS WITHOUT LINKS */

.site_nav .fashionshow,
.site_nav .fashionshow a:hover,
.site_nav .fashionshow a:active {
	background: url('../images/site/menu_fashionshow.gif') no-repeat -97px 0;
}

.site_nav .findoutfit,
.site_nav .findoutfit a:hover,
.site_nav .findoutfit a:active {
	background: url('../images/site/menu_find_outfit.gif') no-repeat -97px 0;
}

.site_nav .schmooze,
.site_nav .schmooze a:hover,
.site_nav .schmooze a:active {
	background: url('../images/site/menu_schmooze.gif') no-repeat -97px 0;
}

.site_nav .profile,
.site_nav .profile a:hover,
.site_nav .profile a:active {
	background: url('../images/site/menu_profile.gif') no-repeat -97px 0;
}

.site_nav .upload,
.site_nav .upload a:hover,
.site_nav .upload a:active {
	background: url('../images/site/menu_upload.gif') no-repeat -97px 0;
}
.site_nav .admin,
.site_nav .admin a:hover,
.site_nav .admin a:active {
	background: url('../images/site/menu_admin.gif') no-repeat -97px 0;
}


/* MAIN CONTENT
============================================================================ */

.content .main {
	background: url('../images/site/bg_content.png') repeat-y 0 0;
	height: 412px;
	overflow: hidden;
}

/*
hack hack hack
here is how chris made recent activity user page much taller
*/
#activity_view .content .main {
	height: 900px;
}
#activity_view .content .main .details .right .makeScroll {
	height: 770px;
}
  

.content .bottom {
	width: 670px;
	height: 5px;
	background: url('../images/site/bg_content_bottom.png') no-repeat 0 0;
}


/* MINI-NAV
============================================================================ */

.mini_nav {
	width: 665px;
	height: 24px;
	list-style-type: none;
	margin: 0 0 0 3px;
	color: #44C8F5;
	background: url('../images/site/bg_mini_nav.gif') repeat-x;
	cursor: default;
}

.mine {
	background: url('../images/site/bg_mini_nav_mine.gif') repeat-x;
}

.mini_nav li {
	display: block;
	float: left;
	margin: 0 3.85em;
	text-indent: -9999em;
}

.mini_nav li a {
	display: block;
}

/* SET THE IMAGES FOR LIST ITEMS WITHOUT LINKS */

.mini_nav .profile {
	width: 37px;
	background: url('../images/site/mini_profile.gif') no-repeat 0 -48px;
}

.mini_nav .wardrobe {
	width: 50px;
	background: url('../images/site/mini_wardrobe.gif') no-repeat 0 -48px;
}

.mini_nav .circle {
	width: 31px;
	background: url('../images/site/mini_circle.gif') no-repeat 0 -48px;
}

.mini_nav .favorites {
	width: 47px;
	background: url('../images/site/mini_favorites.gif') no-repeat 0 -48px;
}

.mini_nav .activity {
	width: 76px;
	background: url('../images/site/mini_activity.gif') no-repeat 0 -48px;	
}

/* SET THE DEFAULT IMAGES FOR LINKS */

.mini_nav .profile a {
	background: url('../images/site/mini_profile.gif') no-repeat 0 0;
	width: 37px;
}

.mini_nav .wardrobe a {
	background: url('../images/site/mini_wardrobe.gif') no-repeat 0 0;
	width: 50px;
}

.mini_nav .circle a {
	background: url('../images/site/mini_circle.gif') no-repeat 0 0;
	width: 31px;
}

.mini_nav .favorites a {
	background: url('../images/site/mini_favorites.gif') no-repeat 0 0;
	width: 47px;
}

.mini_nav .activity a {
	background: url('../images/site/mini_activity.gif') no-repeat 0 0;
	width: 76px;
}

/* NOW SET THE IMAGES FOR HOVER STATE */

.mini_nav .profile a:hover,
.mini_nav .profile a:active {
	background: url('../images/site/mini_profile.gif') no-repeat 0 -24px;
}

.mini_nav .wardrobe a:hover,
.mini_nav .wardrobe a:active {
	background: url('../images/site/mini_wardrobe.gif') no-repeat 0 -24px;
}

.mini_nav .circle a:hover,
.mini_nav .circle a:active {
	background: url('../images/site/mini_circle.gif') no-repeat 0 -24px;
}

.mini_nav .favorites a:hover,
.mini_nav .favorites a:active {
	background: url('../images/site/mini_favorites.gif') no-repeat 0 -24px;
}

.mini_nav .activity a:hover,
.mini_nav .activity a:active {
	background: url('../images/site/mini_activity.gif') no-repeat 0 -24px;
}


/* LOWER BAR
============================================================================ */

.lower_bar .main {
	height: 85px;
	position: relative;
	background: url('../../images/site/bg_runway.gif') 0 0;
}

.lower_bar .bottom {
	height: 4px;
	background: url('../../images/site/bg_runway_bottom.png') repeat-x 0 0;
}

.lower_bar table {
	border-collapse: collapse;
	height: 100%;
}

.lower_bar table tr {
	vertical-align: top;
}

.lower_bar .title {
	width: 300px;
	margin: 0 0 0;
	padding: 0 0 0 40px;
}

.lower_bar .title h2 {
	height: 17px;
	margin: 24px 0 0;
	padding: 0 0 0;
	text-indent: -9999em;
	font-size: .75em;
	color: #6E6E6E;
	background: url('../../images/site/lowerbar_runway.gif') no-repeat;
}

.lower_bar .slides {
	position: absolute;
	left: 185px;
	width: 665px;
}

.lower_bar .slides .wrapper {
	margin: 0 auto;
	width: 468px;
}

.lower_bar .slides img {
	vertical-align: middle;
	margin: 0 .25em;
}

.lower_bar .slides .outfit {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	background: #F7F7F7;
	margin: 8px .25em 0;
}

.lower_bar .slides .outfit img {
	display: block;
	width: 66px;
	height: 66px;
	margin: 2px auto 0;
}

.lower_bar .controls p {
	font-size: .625em;
	margin: 0 2em;
	font-weight: 900;
	text-transform: uppercase;
}

.lower_bar .controls a:link, 
.lower_bar .controls a:visited {
	text-decoration: none;
	color: #4D4A4B;
}

.lower_bar .controls a:hover,
.lower_bar .controls a:active {
	text-decoration: underline;
}


/* FOOTER
============================================================================ */

.footer {
	margin-top: 15px;
	margin-left: 246px;
	padding: 0 0 1em;
	clear: both;
}

.footer p {
	font-size: .625em;
	text-transform: uppercase;
	color: #D4D4D4;
}

.footer p span {
	padding: 0 2em 0 0;
}

.footer a:link,
.footer a:visited {
	color: #D4D4D4;
	text-decoration: none;
}

.footer a:hover,
.footer a:active {
	text-decoration: underline;
}

/* GLOBAL PROFILE LAYOUTS
============================================================================ */

.details {
	/*width: 310px;*/
	position: relative;
}

.details .titlebar {
	margin: 0 0 12px 3px;
	height: 38px;
	width: 665px;
	background: #DBDBDB;
	border-bottom: 1px dotted #A3A3A3;
}

.details .titlebar h2 {
	font-size: .75em;
	text-indent: -9999em;
	background: url('../../images/site/h2_profile.gif') no-repeat;
	width: 69px;
	height: 13px;
	margin: 13px 13px 0 15px;
	float: left;
}

.details .titlebar .designation {
	background: url('../../images/site/profile_bar_stylist.gif') no-repeat;
	float: left;
	margin: 10px 5px 0;
	height: 16px;
	width: 16px;
}

.details .titlebar .user {
	background: url('../../images/site/long_dotted_vert_line.gif') no-repeat 0 0;
	padding: 0 0 0 13px;
	margin-top: 11px;
	float: left;
}

.details .titlebar .user p {
	font-weight: 900;
	font-size: 1em;
	color: #000000;
}

.details .mytitlebar h2 {
	background: url('../../images/site/h2_my_profile.gif') no-repeat;
	width: 98px;
}

#thumbbar {
	width: 665px;
	height: 100px;
	margin: 0 0 12px 3px;
	background: #E5E5E5 url('../../images/site/thumbbar_gradient_bg.gif') repeat-x left bottom;
	border-bottom: 1px dotted #A3A3A3;
	overflow: hidden;
	position: relative;
}

#thumbbar p {
	position: absolute;
	margin: auto 0 0;
	padding: 0 0 0 2px;
	bottom: 0;
	left: 0;
	color: #6E6E6E;
	line-height: 1em;
	font-size: 0.625em;
	width: 74px;
	border-left: 1px dotted #A3A3A3;
}

#thumbbar .thumbs {
	display: block;
	position: absolute;
	top: 23px;
	z-index: 5;
}

#thumbbar .thmb_wrap {
	position: relative;
	height: 74px;
	width: 74px;
	background: #F7F7F7;
	/*border: 1px solid #D4D4D4;*/
	margin: 0 0 24px 4px;
	float: left;
}

#thumbbar .thmb_cat {
	position: absolute;
	top: -21px;
	height: 20px;
	left: 0;
}

#thumbbar .thmb {
	position: absolute;
	left: 4px;
	top: 4px;
}

#thumbbar .lbutton {
	position: absolute;
	top: 23px;
	left: 0;
	height: 74px;
	width: 18px;
	z-index: 6;
}

#thumbbar .rbutton {
	position: absolute;
	top: 23px;
	right: 0;
	height: 74px;
	width: 19px;
	z-index: 6;
}

.details .left {
	padding: 0 10px 0 12px;
	width: 118px;
	float: left;
}

.details .left h3 {
	height: 7px;
}

.details .left p {
	color: #6E6E6E;
}

.details .center {
	padding-top: 5px;
	width: 225px;
	float: left;
}

.details .right {
	width: 290px;
	float: left;
}


/* FASHION SHOW OUTFIT DETAILS
============================================================================ */

.details .location,
.details .created,
.details .occasion,
.details .items .name {
	line-height: 1.25em;
}

.details .items {
	list-style-type: none;
}

.details .items li {
	margin: 0 0 1em;
}

.details .items .name {
	display: block;
	font-weight: 900;
	line-height: 1.25em;
}


/* CONTROLS
============================================================================ */

.controls {
	margin: 0;
	list-style-type: none;
}

.controls li {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 5px 0 0;
	position: relative;
	text-indent: -9999em;
}

.controls a {
	display: block;
	height: 16px;
	width: 16px;
}

.controls .favs a {
	background: url('../../images/site/controls_fav.gif') no-repeat 0 0;
}

.controls .remove_favs a {
	background: url('../../images/site/controls_fav.gif') no-repeat 0 -16px;
}

.controls .circle a {
	background: url('../../images/site/controls_circle.gif') no-repeat 0 0;
}

.controls .remove_circle a {
	background: url('../../images/site/controls_circle.gif') no-repeat 0 -16px;
}

.controls .forward a {
	background: url('../../images/site/controls_forward.gif') no-repeat 0 0;
}

.controls .flag a {
	background: url('../../images/site/controls_flag.gif') no-repeat 0 0;
}

.controls .remove_flag a {
	background: url('../../images/site/controls_flag.gif') no-repeat 0 -16px;
}

.controls .promote a {
	background: url('../../images/site/controls_promote.gif') no-repeat 0 0;
}

.controls .remove_promote a {
	background: url('../../images/site/controls_promote.gif') no-repeat 0 -16px;
}

.controls .divide {
	width: 1px;
	background: url('../../images/site/long_dotted_vert_line.gif') no-repeat 0 0;
}

.controls .favs a:hover,
.controls .favs a:active {
	background: url('../../images/site/controls_fav.gif') no-repeat 0 -16px;
}

.controls .circle a:hover,
.controls .circle a:active {
	background: url('../../images/site/controls_circle.gif') no-repeat 0 -16px;
}

.controls .remove_circle a:hover,
.controls .remove_circle a:active {
    background: url('../../images/site/controls_remove_circle.gif') no-repeat 0 -16px;
}

.controls .forward a:hover,
.controls .forward a:active {
	background: url('../../images/site/controls_forward.gif') no-repeat 0 -16px;
}

.controls .flag a:hover,
.controls .flag a:active {
	background: url('../../images/site/controls_flag.gif') no-repeat 0 -16px;
}

.controls .promote a:hover,
.controls .promote a:active {
	background: url('../../images/site/controls_promote.gif') no-repeat 0 -16px;
}



/* PROFILE PHOTO
============================================================================ */

.profile_pic {
	background:#FFF url('../../images/site/bg_profile_pic.gif') no-repeat 0 0;
	width: 118px;
	height: 118px;
}

.profile_pic img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 9px 0;
}


/* OPTIONS LINKS
============================================================================ */

.options {
	margin: 1em 0 .5em;
	list-style-type: none;
}

.options li {
	display: block;
	float: right;
	height: 16px;
	margin: 5px 5px 7px 0;
	position: relative;
	text-indent: -9999em;
}

.options a {
	display: block;
	text-decoration: none;
	border: none;
	width: auto;
	height: 16px;
}

/* REGULAR LIST ITEM IMAGE */

.options .manage a {
	background: url('../../images/site/options_manage.gif') no-repeat 0 0;
}

.options .upload a {
	background: url('../../images/site/options_upload.gif') no-repeat 0 0;
}

.options .circle a {
	background: url('../../images/site/options_circle.gif') no-repeat 0 0;
}

.options .remove_circle a {
	background: url('../../images/site/options_rem_circle.gif') no-repeat 0 0;
}

.options .avatar a {
	background: url('../../images/site/options_avatar.gif') no-repeat 0 0;
	height: 16px;
	width: 97px;
}

.options .messages a {
	background: url('../../images/site/options_messages.gif') no-repeat 0 0;
}

/* HOVER STATE IMAGE */

.options .manage a:hover,
.options .manage a:active {
	background: url('../../images/site/options_manage.gif') no-repeat 0 -16px;
}

.options .upload a:hover,
.options .upload a:active {
	background: url('../../images/site/options_upload.gif') no-repeat 0 -16px;
}

.options .circle a:hover,
.options .circle a:active {
	background: url('../../images/site/options_circle.gif') no-repeat 0 -16px;
}

.options .remove_circle a:hover,
.options .remove_circle a:active {
	background: url('../../images/site/options_rem_circle.gif') no-repeat 0 -16px;
}

.options .avatar a:hover,
.options .avatar a:active {
	background: url('../../images/site/options_avatar.gif') no-repeat 0 -16px;
}

.options .messages a:hover,
.options .messages a:active {
	background: url('../../images/site/options_messages.gif') no-repeat 0 -16px;
}

/* NEW MESSAGES ALERT */

.options .messages span {
	display: block;
	width: 18px;
	background: url('../../images/site/options_messages_new.gif') no-repeat 0 -0;
	position: absolute;
	left: -21px;
}


/* FAVORITES & CIRCLE AJAX CONTENT BLOCKS
============================================================================ */

#spinner {
	vertical-align: middle;
}

.friends {
	width: 100%;
}

.friends h3 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 0.625em;
	font-variant: small-caps;
	font-weight: 900;
	border-bottom: 1px dotted #8B8B8B;
	color: #6E6E6E;
}

.friends .flexcroll {
	height: 319px;
}

.friends .page {
	margin: 0 13px 0;
	border-bottom: 1px solid #8B8B8B;
}

.friends .body {
	margin: 3px 13px 0;
	height: 315px;
}

.friends .catblock {
	margin-top: .4em;
}

.friends .userthumb {
	/*width: 66px;*/
	width: 83px;
	height: 83px;
	display: inline;
	float: left;
	margin-top: .4em;
	margin-right: 5px;
	background: transparent url('../../images/site/bg_current_outfit_thumb.png') no-repeat 1px 0;
}

.friends .userthumb img {
	display: block;
	margin: 8px auto 0;
}

.friends .byuser {
	margin-left: 88px;
}

.friends .image {
	display: inline;
	margin-right: .1em;
	margin-bottom: .1em;
}


/* RATER
============================================================================ */

.rater {
	border: 1px solid #D4D4D4;
	position: absolute;
	top: 150px;
	left: 216px;
	width: 200px;
	padding: 0 0 5px;
	/*height: 158px;*/
}

.rater_contents {
	background-color:transparent;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 6;
	font-family: "Helvetica", "Arial", sans-serif;
	text-align: left;
}

.rater_contents .title {
	font-size: .75em;
	font-weight: 900;
	color: #6E6E6E;
	margin: .8em 10px 0;
}

.rater_contents .scale {
	cursor: pointer;
	word-spacing: 6px;
	font-size: .875em;
	/*word-spacing: 26px;*/
	margin: .2em 0 0 10px;
}

.rater_contents .scale a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #A3A3A3;
}

.rater_contents .scale a:hover,
.rater_contents .scale a:active {
	color: #231F20;
}

.rater_contents .rating_title {
	font-size: .57em;
	font-variant: small-caps;
	font-weight: 900;
	color: #6E6E6E;
	margin: 2.2em 10px 0;
}

.rater_contents .top {
	margin-top: .8em;
}

.rater_contents .rating {
	font-size: 2.2em;
	color: #231F20;
	margin: 8px 10px 2px;
}

.rater_contents .footer {
	border-top: 1px dotted #6E6E6E;
	margin: .8em 0 0;
	padding: 8px 10px 0;
}

.rater_contents .footer a,
.rater_contents .footer p {
	font-size: .75em;
	font-weight: 900;
	color: #231F20;
	text-decoration: none;
}

.rater_background {
	background-color: white;
	height: 100%;
	filter:alpha(opacity=75); /* IE's opacity*/
	left: 0px;
	opacity: 0.75;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 5;
}


/* DESCRIPTION
============================================================================ */

.description {
	color: #6E6E6E;
}

.description .about {
	height: 75px;
	overflow: hidden;
}

.description .about h2 {
	width: 109px;
	height: 9px;
	margin: .25em 0;
	background: url('../../images/site/h2_about_this_outfit.gif') no-repeat;
	text-indent: -9999em;
}

.description .about p {
	line-height: 1.25em;
}

.description .feedback {
	position: relative;
}

.description .feedback h2 {
	margin: 1.5em 0 .25em;
	width: 179px;
	height: 9px;
	background: url('../../images/site/h2_give_feedback.gif') no-repeat;
	text-indent: -9999em;
}

.description .note {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 13px;
}

.description .note p {
	margin: 0;
	padding: 2px 0 0;
	line-height: 1em;
	font-size: .625em;
	font-style: italic;
	color: #6E6E6E;
}

.description .feedback form textarea {
	margin: 0 0 .25em;
	width: 98%;
	font-size: .6875em;
}

.description .feedback input.submit {
	float: right;
}

#description_wrap {
	overflow: hidden;
	height: 54px;
}

#description_wrap p {
	padding-right: 4px;
}


/* COMMENTS
============================================================================ */

#comments {
	margin: .5em 0 0;
	overflow: hidden;
}

#comments .comment {
	width: 225px;
	margin: 0 0 .5em;
	border-bottom: 1px dotted #8B8B8B;
}

#comments .stylist {
	background: #f6edff;
}

#comments .comment .actions ul {
	margin-top: 4px;
}

#comments .comment .actions li {
	margin: 0;
}

#comments .comment .user .image {
	width: 52px;
	height: 52px;
	float: left;
	background: url('../../images/site/bg_avatar.gif') no-repeat;
}

#comments .comment .user .image img {
	display: block;
	width: 40px;
	height: 40px;
	margin: 6px auto 0;
}

#comments .comment .user .info {
	float: left;
	padding: 0 0 0 .3em;
	line-height: 1em;
	color: #231F20;
}

#comments .comment .user .info .name,
#comments .comment .user .info .date {
	font-size: .625em;
}

#comments .comment .user .info .name .stars {
	padding: 0 0 0 .5em;
}

#comments .comment .user .info .date {
	text-decoration: underline;
}

#comments .comment .text {
	color: #8C8E91;
	line-height: 1.25em;
	margin: .5em 0 .5em;
	padding: 0 .5em;
}


/* LIGHT BOX
============================================================================ */

.lb_blk_bg {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lb_content {
	display: block;
	position: absolute;
	top: 180px;
	left: 360px;
	width: 300px;
	height: 52px;
	padding: 10px;
	border: 4px solid #44C8F5;
	background-color: #F7F7F7;
	z-index:1002;
	overflow: auto;
	text-align: center;
}

.lb_content .center {
	position: relative;
	text-align: center;
	margin: 15px auto;
}

.lb_content .icon img {
	vertical-align: middle;
}

.lb_content .message p {
	font-size: 1em;
	line-height: 1.25em;
	display: inline;
}


/* CUSTOM SCROLL BARS
============================================================================ */

.scroll-track {
	height: 8px;
	width: 8px;
	background: #d4d4d4;
}

.scroll-handle {
	height: 8px;
	width: 8px;
	background: #a3a3a3;
	cursor: pointer;
}

/* Static Pages
============================================================================ */
.static-pages {
    height: 355px;
    overflow: scroll;
    margin: 15px 15px 0px 20px;
}
.static-pages h1 {
    font: 1.5em Trebuchet MS, sans-serif;
}
.static-pages h3 {
    padding: 5px 0;
}
.static-pages p {
    padding: 0 10px 10px;
}

.static-pages ol,
.static-pages ul {
  margin-bottom: 5px;
}

.static-pages ul li,
.static-pages ol li {
    margin: 0 10px 0 25px;
}

.static-pages table td {
  padding: 10px 25px;
  vertical-align: top;
}
.static-pages table td p {
  font-size: .9em;
}
.static-pages img.contact-map {
  border: 1px solid #333;
}
.scroll-track {
    background: #bbb;
    height: 5px;
    width: 8px;
}

.scroll-handle {
    height: 1px;
    background: #666;
}
.scroll-handle-top {
    height: 1px;
    background: #666;
}


/* DYNAMIC COMBO BOXES
============================================================================ */

.dhx_combo_img {
    position: absolute;
    top: 5px;
    right: 5px;
    /*width:17px;
    height: 20px;*/
}

.dhx_combo_option_img {
    position: relative;
    top: 1px;
    margin-left: 2px;
    left: 0px;
    width: 18px;
    height: 18px;
}
.dhx_combo_input {
    color: #000000; /*#333333;*/
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 11px;
    border: 0px;
    /*padding:2px 2px 2px 2px;*/
    padding: 2px 1px 0;
    position: absolute;
    top: 0px;
}
.dhx_combo_box {
    position: relative;
    text-align: left;
    border: 1px solid #6E6E6E;
    height: 16px;
    _height: 18px;
    overflow: hidden;
    background-color: white;
    font-size: 11px;
}

.dhx_combo_list {
    position: absolute;
    z-index: 230;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #6E6E6E;
    height: 105px;
    font-family: "Helvetica", "Arial", sans-serif;
    /* font-size: 0.6875em;*/
    font-size: 11px;
    line-height: 1em;
    background-color: white;
}


.dhx_combo_list div {
    cursor: default;
    padding: 2px 2px 2px 2px;
}
.dhx_selected_option {
    background-color: #44C8F5;
    color: #FFFFFF;
}


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed !important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000;

	-webkit-box-shadow: 0 0 64px #000; 
	-moz-box-shadow: #000 0 0 64px; 
	box-shadow: 0 0 64px #000;
}

#MB_frame {
	padding-bottom: 4px;

	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#MB_content { border-top: 1px solid #F9F9F9; }

#MB_header {
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
}

#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

#feedback-page {
  padding: 20px; }
  #feedback-page h1 {
    font: 1.5em Trebuchet MS, sans-serif; }
  #feedback-page p {
    padding: 10px 0 5px; }
  #feedback-page input, #feedback-page textarea {
    padding: 2px; }
  #feedback-page table tr {
    vertical-align: bottom; }
  #feedback-page table tr td.errors {
    vertical-align: top; }
  #feedback-page .submito {
    margin: 10px 0 0; }

#feedback-page td.errors {
  color: red;
  font-size: .8em;
  line-height: 1.6em; }

#admin-feedback {
  font: .9em/1.4em verdana, sans-serif; }
  #admin-feedback table {
    padding: 20px 0 0 10px; }
    #admin-feedback table td {
      padding: 0 10px; }

.forgot-password {
  padding: 20px; }
  .forgot-password h1 {
    font: 1.5em Trebuchet MS, sans-serif;
    padding: 0 0 10px; }
  .forgot-password h2 {
    font: 1.2em Trebuchet MS, sans-serif; }
  .forgot-password p {
    padding: 10px 0 0 10px; }
  .forgot-password .error {
    color: red; }
  .forgot-password input {
    margin: 10px 0 0 15px; }
  .forgot-password table {
    margin: 10px; }

#forward_ajax_loader {
  margin-right: 5px;
  vertical-align: middle; }

#forward-outfit-popup {
  padding: 20px; }
  #forward-outfit-popup input, #forward-outfit-popup textarea {
    font-size: 11px;
    padding: 3px; }
  #forward-outfit-popup p {
    font-size: 12px; }
  #forward-outfit-popup table {
    padding-top: 10px;
    width: 370px; }
    #forward-outfit-popup table p {
      padding: 10px 0; }
    #forward-outfit-popup table strong {
      font-size: 11px; }
    #forward-outfit-popup table tr.error td {
      background: #ffffaa;
      vertical-align: top;
      padding: 10px 20px; }
    #forward-outfit-popup table td {
      padding: 5px 20px; }
      #forward-outfit-popup table td #name, #forward-outfit-popup table td #email {
        width: 200px; }
      #forward-outfit-popup table td #message {
        width: 320px;
        height: 70px; }
    #forward-outfit-popup table td.email {
      text-align: right; }
      #forward-outfit-popup table td.email input {
        margin-top: 5px;
        width: auto; }
    #forward-outfit-popup table td.widthone {
      width: 80px; }

.admin.designers {
  background: white;
  padding: 20px; }
  .admin.designers ul.inline {
    padding: 10px; }
    .admin.designers ul.inline li {
      display: inline; }
      .admin.designers ul.inline li a {
        padding: 5px 10px; }
        .admin.designers ul.inline li a:hover {
          background: #333;
          color: white; }
  .admin.designers h1 {
    font-size: 1.2em; }
  .admin.designers table {
    padding: 5px;
    font-size: .8em; }
    .admin.designers table td, .admin.designers table th {
      padding: 0 10px; }
    .admin.designers table th {
      text-align: left; }
  .admin.designers table.edit {
    padding: 10px; }
    .admin.designers table.edit td input {
      font-size: .9em;
      padding: 3px 5px; }

.recent_activity {
  background: #f7f7f7;
  font-size: .9em;
  padding: 20px; }
  .recent_activity h1 {
    font-size: 1.2em;
    padding: 10px 0 0 10px; }
  .recent_activity table {
    font-size: .9em;
    padding-left: 10px;
    width: 100%; }
    .recent_activity table td {
      padding: 0 30px; }
    .recent_activity table td.ajax-nav {
      padding: 10px 0; }

.recent_activity ul.navigation {
  margin: 5px; }
  .recent_activity ul.navigation li {
    display: inline; }
    .recent_activity ul.navigation li a {
      background: #333;
      color: white;
      padding: 6px 10px;
      text-decoration: none; }
      .recent_activity ul.navigation li a:hover {
        color: #e55; }
.recent_activity #replacer {
  position: relative; }
.recent_activity a.next, .recent_activity a.previous {
  color: #e55;
  padding: 4px 10px;
  text-decoration: none; }
  .recent_activity a.next:hover, .recent_activity a.previous:hover {
    background: black; }

.admin-stats {
  background: white;
  padding: 20px 0 100px 40px; }
  .admin-stats table {
    display: none;
    height: 300px;
    width: 1000px; }

.activity .comment {
  color: #444;
  padding: 2px 20px; }
  .activity .comment img.smallimg {
    float: left;
    border: 1px solid #333; }
  .activity .comment p {
    padding-left: 10px; }
  .activity .comment p.offset {
    margin-left: 85px; }
  .activity .comment p.italics {
    font-style: italic; }

.review-outfits {
  background: white;
  font-size: 12px;
  padding: 20px; }
  .review-outfits h1 {
    padding: 10px 0; }
  .review-outfits table td {
    padding: 20px;
    vertical-align: top; }
  .review-outfits table textarea {
    font-size: 10px;
    padding: 5px; }
  .review-outfits table .rejection-email {
    background: #ddd;
    margin-top: 10px;
    padding: 20px; }
