html, body { min-height: 100%; }
*      { margin: 0; padding: 0; outline: none; }
a img  { border: none; }
.left  { float: left; }
.right { float: right; }
.clear { clear: both; }

.clear-l { clear: left; }
.clear-r { clear: right; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

* html .clearfix { height: 1%; display: block; }

#waiter {
	display:none;
	position:fixed;
	/*cursor:wait;*/
	background-color:transparent;
	z-index:100000;
	left:0;
	right:0;
}

a.verybig {
	font-size:48px;
	display:block;
	clear:both;
	float:left;
}
body {
	color: #4b4b4b;
	font: 12px Arial, Helvetica, sans-serif;
	background: #ebebeb;
}

a {
	color: #4b4b4b;
}

.outfit_meta {
	display:none;
}

body#product_browser {
	background: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

span a {
	text-decoration: none;	
	color: #4B4B4B;
}

/* Text */

.serif {
	font-family: Times, "Times New Roman", Georgia, serif;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 22px;
	line-height: 22px;
	color: #000;
}

h2.serif {
	margin: 0 0 0 0;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	margin: 0 0 5px 0;
	color: #000;
}

p {
	line-height: 18px;
}

/* 
============================================================
 Header 
============================================================
*/

#header {
	position:relative;
	z-index: 100;
	margin: 0 10px;
	padding: 10px 20px 0 20px;
	width: 900px;
	height: 50px;
	background: #0b0b0b;
	border-radius-bottomleft: 4px;
	border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#header h1 {
	padding: 5px 0;
	float: left;
}

#header h1 a {
	width: 220px;
	height: 30px;
	background: transparent url('/_gfx/logo.png') no-repeat left center;
	text-indent: -9999px;
	float: left;
}

/* Menu */

#header #menu {
	margin-top: 6px;
	float: right;
  width: 33em; /* biggest fulhack - PLEASE FIX THIS LATER */
}

#header #menu li {
	list-style-type: none;
	position: relative;
	float: left;
}

#header #menu li a {
	padding: 0px 19px 0px 8px;
	color: #ccc;
	font-weight: bold;
	line-height: 26px;
	height: 25px;
	background: transparent url(/_gfx/arrow-down.png) no-repeat right 10px;
	text-decoration: none;
	display: block;
}

#header #menu li:hover a {
	padding: 0px 18px 10px 7px;
	color: #4b4b4b;
	background-color: #fff;
	border: 1px #ccc solid;
	border-width: 1px 1px 0px 1px;
	border-radius-topleft:  4px;
	border-radius-topright: 4px;
	-moz-border-radius-topleft:  4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius:  4px;
	-webkit-border-top-right-radius: 4px;
	position: relative;
	z-index: 1000;
}

/* Submenu / Dropdown */

#header #menu li .submenu {
	padding-bottom: 5px;
	display: none;
	width: 320px;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 35px;
	left: 0px;
	border: 1px #ccc solid;
	border-radius: 4px;
	border-radius-topleft: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	z-index: 100;
}

#header #menu li .submenu.tiny {
	width: 160px;
}

#header #menu li#login .submenu {
	width: 160px;
}

#header #menu li:hover .submenu {
	display: block;
}

#header #menu li .submenu strong {
	color: #000;
	font-weight: bold;
}

#header #menu li .submenu li {
	float: none;
}

#header #menu li .submenu li a {
	padding: 5px 10px;
	color: #666;
	background-image: none;
	font-weight: normal;
	text-transform: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: auto;
	line-height: 12px;
	display: block;
	border: none;
}

#header #menu li .submenu li a:hover {
	text-decoration: underline;
}

#header #menu li .submenu div {
	width: 160px;
	float: left;
}

#header #menu li .submenu strong {
	padding: 10px 10px 5px 10px;
	display: block;
}

#header #menu li .submenu strong.nop {
	padding: 5px 10px;
}

#header #menu li .submenu div li {
	padding: 0;
	border: none;
}

/* Submenu- login/signup */

#header #menu li .submenu li.facebook a {
	padding-left: 34px;
	background: transparent url(/_gfx/facebook-icon.png) no-repeat 10px 6px;
}

/* Search */

#search {
	margin: 0 0 0 10px;
	width: 177px;
	height: 25px;
	font-size: 12px;
}

#search form {
	float: right;
	font-size: 12px;
  padding: 0;
  margin: 0;
}

#search fieldset {
	border: none;
}

#search #search_field {
	padding: 6px 0 0 7px;
	width: 133px;
	height: 20px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #848484;
	background: transparent url('/_gfx/search_field3.png') no-repeat top right;
	border: none;
}

#search #search_field.active {
	background-position: bottom right;
}

#search_section {
	display: none;
}

#header #menu li #search a#search_section_btn,
#header #menu li:hover #search a#search_section_btn {
	padding: 0px;
	width: 37px;
	height: 26px;
	background: transparent url('/_gfx/search_field3.png') no-repeat top left;
	text-indent: -9999px;
	display: block;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	float: left;
}

.search_area .search_results {
	padding: 0 0 5px 0 !important;
	width: 138px !important;
	background: #fff !important;
	border: 1px #ccc solid !important;
	border-width: 0px 1px 1px 1px !important;
	border-radius: 4px !important;
	border-radius-topleft: 0px !important;
	-moz-border-radius: 4px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-topright: 0px !important;	
	-webkit-border-radius: 4px !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	z-index: 100 !important;
}

.search_area .search_results li {
	float: none !important;
}

.search_area .search_results li.selected {
	background: #f9f2cd !important;
}
.search_area .search_results a {
	background-color: transparent !important;
}

.search_area .search_results .tagtype {
	display: none;
}

.search_area .search_results a {
	padding: 5px 10px !important;
	color: #666 !important;
	background-image: none !important;
	font-weight: normal !important;
	text-transform: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	height: auto !important;
	line-height: 12px !important;
	display: block !important;
	border: none !important;
}

.search_area.verbose .search_results{
	width: 138px !important;
}
.search_area.verbose .search_results .tagtype {
	position:absolute;
	display:block;
	right:0;
	margin-top:-1em;
}


/*
============================================================
 Contianer
============================================================
*/

#container {
	padding: 10px 0;
}

#main {
	width: 640px;
}

#side {
	width: 320px;
}

.module {
	padding: 10px;
}

.module.c3 .content {
	padding: 18px;
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.love,
.follow a {
	width:  16px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url('/_gfx/love.png') no-repeat 0 0;
			display:-moz-inline-stack;
		display:inline-block;
		display: -moz-inline-block; display: -moz-inline-box; display: inline-block;
		zoom:1;
		*display:inline;

}

.follow a {
	padding-left: 26px;
	width: auto;
	text-indent: 0;
	background: transparent url('/_gfx/follow.png') no-repeat 0 0;
}


ul.see-more li {
	padding: 0 0 4px 0;
	list-style-type: none;
}

ul.see-more li a, 
ul.see-more li a.love {
	padding-left: 26px;
	color: #4B4B4B;
	text-indent: 0px;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
	width: auto;
}

ul.see-more li a:hover {
	color: #ee0594;
}

a:hover.love,
a.love.active,
.follow a:hover,
.follow a.active {
	background-position: 0 -16px;
}

/* Outfit view _ index page */

#outfit-view .content,
#outfit-editor .content {
	padding: 10px;
	position: relative;
}

#outfit-view .info {
	padding: 8px;
	min-height: 386px;
	float: left;
}

#outfit-view .info p {
	line-height: 18px;
}

#outfit-view .info p.about-outfit {
	margin: 10px 0;
	font-style: italic;
}

#outfit-view .info a.user {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*
 * #outfit-view .info a.user span {
 * 	vertical-align: 6px;
 * 	}
 * 	*/
#outfit-view .info .user img {
	margin-right: 6px;
	width:  22px;
	height: 22px;
}

#outfit-view ol li {
	margin: 0 0 5px 16px;
}

#outfit-view ol li span {
	padding: 2px;
}

#outfit-view ol li span.active {
	color: #000;
	background: #f9f2cd;
}

#outfit-view .info h2 {
	margin: 10px 0 5px;
}

#outfit-view #view {
	position: relative;
	line-height: 0px;
	height: 410px;
	float: right;
}

#outfit-view #view img.outfit  {
	height: 400px;
}

#outfit-view #view .dot,
#outfit-images #view .dot,
#outfit-editor #editor .dot {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	background: transparent url('/_gfx/dot.png') no-repeat center center;
	text-decoration: none;
	width: 30px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top:  0;
	left: 0;
	display: none;
}

#outfit-editor #editor .dot {
	display: block;
}

#upload_error {
	color:#F00;
	font-size:120%;
	display:none;
}

/*
 * #outfit-view #view .dot.active {
 * 	color: #ee0594;
 * 	}
 * 	*/

#outfit-view #thumbs {
	margin-top:  10px;
	padding-top: 10px;
	border-top: 1px #ccc solid;
	height: 65px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#outfit-view #thumbs ul {
	height: 65px;
	width: 1200px;
	position: absolute;
}

#outfit-view #thumbs li {
	margin: 0 5px;
	list-style-type: none;
	float: left;
}

#outfit-view #thumbs li:first-child { margin: 0 5px 0 0; }
#outfit-view #thumbs li:last-child  { margin: 0 0 0 5px; }

#outfit-view #thumbs li a {
	height: 65px;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#outfit-view #thumbs li.active a,
#outfit-view #thumbs li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#outfit-view #thumbs img {
	height: 65px;
}

#outfit-nav {
	position: absolute;
	bottom: 107px;
	left:   20px;
}

#outfit-nav li {
	margin: 0 1px 0 0;
	width:  35px;
	height: 29px;
	list-style-type: none;
	float:  left;
}

#product #product-nav li {
	margin: 0 1px 0 0;
	width:  35px;
	height: 29px;
	list-style-type: none;
	float:  left;
}

#outfit-nav li a,
#product-nav li a {
	width:  35px;
	height: 29px;
	background: transparent url(/_gfx/outfit-nav.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#outfit-nav li a:hover,
#product-nav li a:hover  {
	background-position: 0 -29px;
}

#outfit-nav li a.next,
#product-nav li a.next {
	background-position: -72px 0;
}

#outfit-nav li a:hover.next,
#product-nav li a:hover.next {
	background-position: -72px -29px;
}


/* What should I wear today */

.big-btn {
	padding-bottom: 8px;
	height: 44px;
}

.big-btn a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 2px;
	background: transparent url('/_gfx/wsiwt.png') no-repeat 0 0;
	height: 44px;
	display: block;
}

/* Side _ Members */

#side #members .wrap {
	margin-top: 10px;
	max-height: 383px;
	overflow: hidden;
}

#side #members .member {
	padding: 5px 0 5px 0;
	text-decoration: none;
	display: block;
	border-bottom: 1px #ddd solid;
}

#side #members .member.last {
	margin-bottom:  0px;
	padding-bottom: 0px;
	border: none;
}

#side #members .member:hover {
	background: #f9f2cd;
}

#side #members .member .image {
	margin: 0 10px 0 0;
	width:  50px;
	height: 50px;
	display: block;
	float: left;
}

#side #members .member .user {
	margin: 10px 0 8px 0;
	line-height: 12px;
	width: 202px;
	float: left;
	display: block;
}

#side #members .member .user a {
	color: #4b4b4b;
	text-decoration: none;
}

#side #members .member .rank-wrap {
	float: left;
	clear: right;
}

/* Trust rank */

.rank-wrap {
	width: 70px;
	height: 7px;
	background: transparent url('/_gfx/rank.png') no-repeat 0 0;
	display: inline-block;
}

.rank-wrap .rank {
	height: 7px;
	background: transparent url('/_gfx/rank.png') no-repeat 0 -7px;
}

/* Product filter */

#product-head {
	position: relative;
}

#active-filter h3 {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

#hardTextToggler,
#product-nav a.filter-btn {
	margin: 0 10px;
	padding: 9px 20px;
	color: #fff;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #ee0594;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	float: left;
}

#hardTextToggler.active,
#product-nav a.filter-btn.active {
	padding-bottom: 20px;
	background: #1b1b1b;
	-moz-border-radius-bottomleft:  0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius:  0px;
	-webkit-border-bottom-right-radius: 0px;
}

#product-nav .grid-view {
	padding: 9px;
	background: #8b8b8b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
}

#product-nav .grid-view li {
	margin: 0 4px;
	list-style-type: none;
	float: left;
}

#product-nav .grid-view li a {
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	background: transparent url('/_gfx/grid.png') no-repeat 0 0;
	display: block;
}

#product-nav .grid-view li a.medium { background-position: -11px 0; }
#product-nav .grid-view li a.full   { background-position: -22px 0; }
#product-nav .grid-view li a:hover.small, #product-nav .grid-view li a.small.active   { background-position: 0 -11px; }
#product-nav .grid-view li a:hover.medium, #product-nav .grid-view li a.medium.active { background-position: -11px -11px; }
#product-nav .grid-view li a:hover.full, #product-nav .grid-view li a.full.active     { background-position: -22px -11px; }

#product-filter {
	overflow: hidden;
	height: 120px;
	padding: 20px 0;
	background: #1b1b1b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:none;
}

#enlarge-refinement-column {
	position: absolute;
	bottom:10px;
	right: 18px;
}

#product_browser #product-filter {
	display:block;
}

#product-filter ul {
	padding: 0 20px;
	list-style-type: none;
	width: 151px;
	border-right: 1px #2b2b2b solid;
	float: left;
}

#product-filter ul.type {
	width:263px;
}

#product-filter ul.type li {
	width:50%;
}


#product-filter ul.gender {
	width:39px;
}

#product-filter ul:last-child {
	border: none;
}

#product-filter ul li {
	padding: 5px 0 0 0;
	width: 100%;
	float: left;
}
#product-filter ul.colors li {
	width:50%;
}

#product-filter ul li.head,
#product-filter ul.brands li.head {
	padding: 0;
	color: #fff;
	width: 100%;
}

#product-filter ul li a {
	color: #777;
	text-decoration: none;
}

#product-filter ul li a:hover {
	color: #999;
}

#product-filter ul li a.active {
	color: #fff;
}

#product-filter ul.brands {
	width: 322px;
}

#product-filter ul.brands li.even {
	width: 172px;
}

#product-filter ul.brands li.odd {
	width: 150px;
}

#product-filter ul.colors li a {
	padding-left: 18px;
	background: transparent url(/_gfx/filter-colors.png) no-repeat 0 0;
}

#product-filter ul.colors li.gray a       { background-position: 0px -21px; }
#product-filter ul.colors li.white a      { background-position: 0px -42px; }
#product-filter ul.colors li.blue a       { background-position: 0px -64px; }
#product-filter ul.colors li.purple a     { background-position: 0px -86px; }
#product-filter ul.colors li.pink a       { background-position: 0px -108px; }
#product-filter ul.colors li.red a        { background-position: 0px -130px; }
#product-filter ul.colors li.orange a     { background-position: 0px -152px; }
#product-filter ul.colors li.yellow a     { background-position: 0px -174px; }
#product-filter ul.colors li.green a      { background-position: 0px -196px; }
#product-filter ul.colors li.brown a      { background-position: 0px -218px; }
#product-filter ul.colors li.beige a      { background-position: 0px -239px; }
#product-filter ul.colors li.turquoise a  { background-position: 0px -258px; }
#product-filter ul.colors li.silver a     { background-position: 0px -278px; }
#product-filter ul.colors li.gold a       { background-position: 0px -300px; }

#product-filter ul li a.disabled {
	color:#444;
}

/* Products */

#products .product {
	position: relative;
}

.product.module {
	padding: 0px;
	margin: 10px;
}


#products .product a {
	text-decoration: none;
}

#products .product.small {
	float: left;
	width: 76px;
	width: 95px;
}
#products .product.small .product-image {
	float: left;
	max-width: 76px;
	max-height: 95px;
}

/*fix from here*/
#products .product.user {
	width: 100px;
	float: left;
	border-bottom: 1px #ddd solid;
}


#products .product.user .product-image {
	width: 100px;
	height: 100px;
}

#products .product.user .product-info .trend-rank .white-bg {
	background: transparent url(/_gfx/white-bg.png) repeat 0 0;
	width: 100px;
	height: 27px;
	position: absolute;
	top: 75px;
	right: 0px;
	z-index: 1;
}

#products .product.user .product-info .trend-rank .rank-wrap {
	position: absolute;
	top: 85px;
	right: 10px;
	z-index: 10;
}
#products .product.user .product-info {
	padding: 10px;
}

#products .product.user .product-info .trend-rank .love {
	margin-top: 5px;
	float: right;
}

#products .product.user .product-info .tags {
	margin-top: 5px;
	width: 48px;
	float: left;	
}

#products .product.user .product-info .tags.clear {
	clear: none;
}
/* product user ends here */

#products .product.normal:hover {
	background: #f9f2cd;
}

#products .product.normal > a{
	height:215px;
	display:block;
}
#products .product.normal {
	width: 172px;
	float: left;
	border-bottom: 1px #ddd solid;
}

#products .product.normal .product-image {
	max-width: 172px;
	max-height: 215px;
	margin: auto;
}

#products .product.normal .product-info .trend-rank .white-bg {
	background: transparent url(/_gfx/white-bg.png) repeat 0 0;
	width: 172px;
	height: 27px;
	position: absolute;
	top: 190px;
	right: 0px;
	z-index: 1;
}

#products .product.normal .product-info .trend-rank .rank-wrap {
	position: absolute;
	top: 200px;
	right: 10px;
	z-index: 10;
}

#products .product.normal .product-info {
	padding: 10px;
}

#products .product.normal .product-info .trend-rank .love {
	margin-top: 5px;
	float: right;
}

#products .product.normal .product-info .tags {
	margin-top: 5px;
	width: 130px;
	float: left;	
}

#products .product.normal .product-info .tags.clear {
	clear: none;
}


#products .product.small .product-info,
#products .product.normal .product-info .description,
#products .product.normal .product-info .description {
	display: none;
}

#products .product .product-info h3,
#products .product .product-info h3 a,
#products .product .product-info strong {
	color: #1b1b1b;
	font-size: 12px;
	font-weight: bold;
}

#products .product .product-info.outfit h3,
#products .product .product-info.outfit h3 a,
#products .product .product-info.outfit strong {
	clear:both;
	height:2.5em;
	overflow:hidden;
	display:block;
}

#products .product .product-info p {
	line-height: 18px;
}


#products .product.large:first-child {
	padding: 0px 0px 20px 0;
}

#products .product.large {
	padding: 10px 0 20px 0;
	border-bottom: 1px #ddd solid;
}

#products .product.large .product-image {
	margin: 0 20px 0 0;
	max-width: 172px;
	max-height: 215px;
	float: left;
}

#products .product.large .product-info {
	width: 748px;
	float: left;
}

#products .product.large .product-info h3,
#products .product.large .product-info h3 a,
#products .product.large .product-info strong {
	font-size: 18px;
}

#products .product.large .meta {
	width: 258px;
	float: left;
}

#products .product.large .trend-rank {
	padding: 5px 0;
	display: block;
}

#products .product.large .tags,
#products .product.large .rank-wrap {
	clear: both;
}

#products .product.large .see-more {
	margin: 10px 0 0 0;
}

#products .product.large .rank-wrap {
	margin: 0 10px 0 0;
	vertical-align: -1px;
}

#products .product.large .description {
	width: 450px;
	float: right;
}

#products .product.large .product-info h3.serif a,
#products .product.large .product-info strong.serif {
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

#slider-wrapper {
	margin: 0 10px 0 0;
	float: left;
	height: 29px;
}

#slider-wrapper span,
#slider-wrapper #amount {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	display: block;
}

#slider-wrapper span {
	padding: 5px 0 0 0;
	clear: both;
}

#slider-wrapper #amount {
	padding: 0;
	margin:  0;
	color: #4b4b4b;
	font-size: 10px;
	border: none;
	display: inline;
	text-align: left;
	width: 80px;
	cursor: default;
}

#slider-bg {
	margin-top: 4px;
	height: 9px;
	width: 281px;
	background: transparent url(/_gfx/slide-bg.png) no-repeat 0px 50%;
	float: left;
}

#slider {
	margin-left: 7px;
	width:  264px;
	height: 9px;
	position:relative;
}

#slider .ui-slider-handle {
	margin-left: -9px;
	width:  18px;
	height: 18px;
	background: transparent url(/_gfx/drag-gray.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: -5px;
}

#slider .ui-slider-range {
	height: 7px;
	position: absolute;
	background: transparent url(/_gfx/slider-range.png) repeat-x 0 0;
	top: 1px;
}

/* Product page */

#product .content {
	padding: 8px;
}

#product-images,
#outfit-images {
	width: 450px;
	float: left;
}

#product-images img.large {
	width: 364px;
	float: left;
}

#product-images img.thumb {
	margin: 0 0 10px 0;
	width: 76px;
	float: right;
	clear: right;
}

#product-info {
	padding: 10px 10px 0 0;
	width: 440px;
	float: right;
}

#product-info strong.brand {
	margin: 0 0 5px 0;
	color: #000;
	font-weight: bold;
	display: block;
}

#product-info .description {
	padding: 10px 0 0 0;
}

#product-info .description p {
	padding: 0 0 10px 0;
	line-height: 1.5em;
}

#product-info .buy-product {
	padding: 10px 0;
}
#product-info .buy-product fieldset {
	padding: 10px 0 0 0;
	border: none;
	clear: both;
}

#product-info .buy-product fieldset:first-child {
	padding: 0px;
}
*/
#product-info .buy-product fieldset {
	padding: 10px 0 0 0;
	border: none;
	clear: both;
}

#product-info .see-more {
	padding: 10px 0;
	border: 1px #ddd solid;
	border-width: 1px 0;
}

#product-info .see-more li.likes {
	padding: 0 0 0 26px;
}

#product-info .see-more li:last-child {
	padding-bottom: 0;
}

#product-info .buy-product label.title {
	margin:  0;
	padding: 0;
	font-weight: bold;
	width: 80px;
	display: inline-block;
	
}

#product-info .buy-product {
	padding: 10px 0 0 0;
}

button {
	margin:  0;
	padding: 0;
	text-align: left;
	background: transparent;
	border: none;
	outline:  0 none;
	cursor: pointer;
}

a.button, span.button,
button.button span {
	padding: 9px 20px;
	color: #fff;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #ee0594;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	cursor: pointer;
}

.button.gray,
button.button span.gray {
	background: #8b8b8b;
}





/*
============================================================
 Outfit Page & Editor
============================================================
*/

#outfit #outfit-view #view,
#outfit-editor #outfit-view #editor {
	/*width: 364px;*/
	/*height: auto;	*/
	float: left;
}

#outfit-editor h3 span {
	color: #8b8b8b;
	font-weight: normal;
}

#outfit #outfit-view #view img,
#outfit-editor #outfit-view #editor img {
	height: 400px;	
}

#outfit #outfit-view .info,
#outfit-editor #outfit-view .info {
	width: 524px;
	float: right;
	min-height: 0px;
}

#outfit .see-more {
	margin: 0 0 10px 0;
	padding: 10px 0;
	border: 1px #ddd solid;
	border-width: 1px 0;
}

#outfit .see-more li.likes {
	padding: 0 0 0 26px;
}

#outfit .see-more li:last-child {
	padding-bottom: 0;
}

#outfit #outfit-view #outfit-nav {
	position: static;
	float: right;
}

#outfit #outfit-view #thumbs {
	width: 524px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#comments {
	margin: 10px 8px 0 0;
	padding: 10px 0 0 0;
	border-top: 1px #ddd solid;
	clear: both;
}

#write-comment {
	width: 364px;
	float: left;
}

#write-comment h3 {
	margin: 0 0 10px 5px;
	line-height:22px;
}

#write-comment.c3 .content {
	background: #f9f2cd;
	border-color: #f9f2cd;
	padding: 9px;
}

#write-comment form p {
	padding: 0 0 10px 0;
}

#write-comment form p:last-child {
	padding: 0;
}

#write-comment textarea {
	padding: 5px;
	width: 332px;
	color: #4b4b4b;
	font: 12px/16px Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px #CFC9A9 solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#comment-list {
	width: 524px;
	float: right;
}

#comment-list .comment {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}

#comment-list .comment:last-child {
	border: none;
}

#comment-list .comment .image {
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	float: left;
}

#comment-list .comment .left {
	padding: 8px 0;
}

#comment-list .comment .user a {
	color: #4b4b4b;
	text-decoration: none;
}

#comment-list .comment .date {
	margin: 10px 10px 0 0;
	font-size: 11px;
	color: #8b8b8b;
	float: right;

}

/* Editor form */

.editor-form {
	position: absolute;
	width: 240px;
	display:none;
	z-index:1000;
}

#outfit-editor .editor-form .content {
	background: #F9F2CD;
	position: static;
}

#outfit-editor .editor-form p {
	padding: 0 0 10px 0;
}

#outfit-editor .editor-form p:last-child {
	padding: 0;
}

#outfit-editor .editor-form label {
	display: none;
}

form .form-text {
	padding: 5px;
	background: #fff;
	color: #4b4b4b;
	text-decoration: none;
	line-height: 14px;
	display: block;
	border: 1px #CFC9A9 solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

form a.form-text {
	height: 14px;
}

#outfit-editor .editor-form {
	width: 206px;
}

#outfit-editor .editor-form .form-text {
	width: 172px;
}

#outfit-editor .editor-form .color span {
	width: 12px; 
	height: 12px;
	display: inline-block;
}

#outfit-editor .editor-form .color.white span {
	margin: 0 5px 0 0;
	background: #fff;
	vertical-align: -2px;
	border: 1px #4b4b4b solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#outfit-editor .editor-form button span {
	padding: 5px 10px;
	line-height: 14px;
}

#outfit-editor .description {
	padding: 20px 0;
}

#outfit-editor .description .form-text {
	width: 368px;
	font: italic 12px/18px Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	border-color: #ccc;
}

#outfit-editor .button.save {
	float: left;
	margin-right: 10px;
}

/*
============================================================
 User Page
============================================================
*/

.profile-image {
	width: 120px;
	float: left;
}

.profile-image img {
	width: 120px;
}

.profile-info {
	width: 440px;
	float: right;
	position: relative;
}

.profile-info .rank-wrap {
	position: absolute;
	top:   0px;
	right: 0px;
}

.profile-info p.description {
	margin: 10px 0;
	line-height: 18px;
	font-style: italic;
}

.profile-info #stats {
	margin: 10px 0 0 0;
}

.profile-info #stats li {
	padding: 0 5px;
	list-style-type: none;
	border-left: 1px #ccc solid;
	float: left;
}

.profile-info #stats li:first-child {
	padding: 0 5px 0 0;
	border: none;
}

.profile-info #stats li a,
.profile-info #fan-of a {
	color: #ee0594;
	text-decoration: none;
}

.profile-info #stats li a:hover,
.profile-info #fan-of a:hover {
	text-decoration:  underline;
}

#activity .activity {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}

#activity .activity:hover {
	background: #f9f2cd;
}

#activity .activity .image {
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	float: left;
}

#activity .activity .left {
	padding: 8px 0;
}

#activity .activity .user a {
	color: #4b4b4b;
	text-decoration: none;
}

#activity .activity .date {
	margin: 10px 10px 0 0;
	font-size: 11px;
	color: #8b8b8b;
	float: right;

}

#activity .activity:hover .date {

}

/*
============================================================
 Footer Pages
============================================================
*/

.footer-page p {
	padding: 9px 0;
}

.footer-page p:last-child {
	padding-bottom: 0;
}
#side .footer-menu li {
	list-style-type: none;
}

#side .footer-menu li a {
	padding: 5px;
	color: #606060;
	text-decoration: none;
	display: block;
	border-bottom: 1px #ddd solid;
}

#side .footer-menu li.last a {
	border: none;	
}

#side .footer-menu li a.active {
	color: #ddd;
	font-weight: bold;
	background: #0b0b0b;
}

/*
============================================================
 Footer
============================================================
*/

#footer {
	margin: 0 10px;
	padding: 15px 20px;
	width: 900px;
	font-size: 11px;
	background: #0b0b0b;
	border-radius-topleft: 4px;
	border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

/*body.listpage #footer {*/
	/*position: fixed;*/
	/*bottom: 0px;*/
	/*z-index: 100;*/
	/*border-radius-bottomleft: 0px;*/
	/*border-radius-bottomright: 0px;*/
	/*-moz-border-radius-bottomleft: 0px;*/
	/*-moz-border-radius-bottomright: 0px;*/
	/*-webkit-border-bottom-left-radius: 0px;*/
	/*-webkit-border-bottom-right-radius: 0px;*/
	/*opacity: 0;*/
/*}*/

/*body.listpage #footer:hover {*/
	/*opacity: 1;*/
/*}*/

#footer.c3 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#footer-menu {
	float: left;
}

#footer-menu li {
	padding: 0 10px;
	height: 11px;
	display: inline;
	border-right: 1px #666 solid;
}

#footer-menu li.last {
	border: none;
}

#footer-menu li a {
	color: #bbb;
	text-decoration: none;
}

#footer-menu li a:hover {
	color: #fff;
}

#footer .copyright {
	margin: 0 10px;
	color: #bbb;
	float: right;
}

/*============ Outfit ===================*/
div.outfit_box_close {
  position: relative;
  float: right;
  background-color: #000;
  width: 10px;
  height: 10px;
}

#new_outfit_box {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #FAA;
  top: 300px;
  left: 250px;
  z-index: 1000;
  display: none;
}

#new_outfit_box_buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}

#upload_iframe {
display: none;
}

a.button, span.button,
button.button span {
	padding: 9px 20px;
	color: #fff;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #ee0594;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	cursor: pointer;
}

.button.gray {
	background: #8b8b8b;
}

a.love {
	width:  16px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url('/_gfx/love.png') no-repeat 0 0;
	display:-moz-inline-stack;
	display:inline-block;
	display: -moz-inline-block; display: -moz-inline-box; display: inline-block;
	zoom:1;
	*display:inline;
	visibility:hidden;
}

a:hover.love,
a.love.active {
	background-position: 0 -16px;
}

#backgroundPopup {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:1;
	opacity: .2;
}

#popupContactClose {
  font-size:14px;
  line-height:14px;
  right:6px;
  top:4px;
  position:absolute;
  color:#6fa5fd;
  font-weight:700;
  display:block;
}

iframe.popup.login {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:384px;
  width:408px;
  background:#FFFFFF;
  border:2px solid #cecece;
  z-index:2;
  padding:12px;
  font-size:13px;
}


.to-top {
	position: fixed;
	top: 32px;
	right: 32px;
	cursor: pointer;
	opacity: .4;
}

.to-top:hover {
	opacity: 0.8;
}

div.module.edit {
	display: none;
	position: absolute;
	width: 300px;
	height: 400px;
	left: 40%;
	top: 15%;
	background-color: #FFF;
	-moz-border-radius: 4px;
	z-index:1000;
}

div.embed {
	float: right;
}

textarea#embed {
	width: 600px;
	scroll: none;
	overflow: hidden;
}

#outfitter_error {
	font-size:2em;
	clear:both;
	padding:1em;
	color:#F00;
	display:none;
}

a#breadcrum {
	text-decoration: none;
}
