@charset "utf-8";
/* CSS Document */
:focus {
	outline:none;
}
html {
	margin:0;
	padding:0;
}
body {
	background: #31302c url(/images/lmm_splash.jpg)  center -200px no-repeat;
	margin:0;
	padding:0;
	font-size: 76%;
	font-family: Arial, sans-serif;
	color: #DF737C;
	line-height: 1.5;
	text-align: left;
}
body.sell_it {
	background-color:#222;
	background-image:none;
	/* background-color: #000 url(/images/love_made_me_sell_it_background.jpg) top center; */
	height:575px;
}
.main {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-175px;
	width:350px;
}
.sell_it .main {
	background: #31302c url(/images/lmm_splash.jpg) top center no-repeat;
	position:absolute;
	top:100px;
	left:0;
	margin-left:0;
	width:100%;
	height:560px;
	border:1px solid #111;
}
.sell_it .main_section {
	background-color:#222;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-487px;
	width:974px;
	height:560px;
}
h1 {
	text-indent:-900px;
	width:350px;
	height:400px;
	background: url(/images/love_made_me_sell_it_logo.png) top center no-repeat;
	overflow:hidden;
}
a {
	color: inherit;
}
a:hover {
	color:#DF737C;
}
a.nav_logo {
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:338px;
	height:33px;
	text-indent:-5000px;
	margin-top:-43px;
	margin-left:-475px;
	background:url(/images/love_made_me_sell_it_logo_nav.png) top left no-repeat;
}
.nav {
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin-top:-25px;
	margin-left:-60px;
}
a.nav_button {
	display:block;
	float:left;
	text-decoration:none;
	padding:2px;
	margin:0;
	margin-left:30px;
	color:#fff;
	font-size:76%;
}
a.nav_button:hover, a.nav_button.active {
	color:#ea6b94;
}
.media a.nav_button {
	margin-left:50px;
}
div.content {
	position:absolute;
	top:0;
	left:50%;
	width:974px;
	height:560px;
	margin-left:-487px;
}
code {
	font-size: 1.3em;
}
ul {
	list-style: none;
	padding: 2em 0;
}
legend, ul li {
	display: inline;
	padding-right: 1em;
	text-transform: uppercase;
}
legend {
	padding: 0.5em 1em;
	background: #31302c;
	border: 1px solid #626059;
	color: #E8DDC5;
	text-decoration: none;
}
ul.errors {
	padding:0;
	padding-left:15px;
	color:#DF737C;
}
ul.errors li {
	display:block;
	text-transform:none;
}
legend, input.button {
	background: #DF737C;
	border: 1px solid #542437;
	color:#fff;
}
/*
ul li a {
	padding: 0.5em 1em;
	background: #31302c;
	border: 1px solid #626059;
	color: #E8DDC5;
	text-decoration: none;
}
ul li a:hover {
	color:#fff;
	background: #DF737C;
	border: 1px solid #542437;
}
*/
.box {
	position:absolute;
	top:50%;
	margin-top:-1500px;
}
.box, .box2 {
	text-align:left;
	width:320px;
	color:#A2BCBB;
}
.copyright {
	text-align:center;
	font-size: 0.9em;
	color: #626059;
}
.sell_it .copyright a {
	text-decoration:none;
	color: #626059;
}
.sell_it .copyright a:hover {
	border-bottom:1px dashed #ea6b94;
	color: #ea6b94;
}
.sell_it .copyright {
	position:absolute;
	top:660px;
	left:50%;
	width:965px;
	margin-left:-487px;
	font-size:76%;
	text-align:right;
}
.sell_it .copyright span {
	display:block;
	float:left;
	margin-left:9px;
}

.sell_it img.front_image, .sell_it img.back_image {
	position:absolute;
	width:235px;
	height:509px;
	margin-top:25px;
	margin-left:20px;
}
.sell_it img.back_image {
	margin-left:270px;
}

.sell_it .description {
	position:absolute;
	margin-top:25px;
	margin-left:520px;
	color:#f1f1f1;
}

.sell_it .description h2 {
	font-size:27px;
	margin:0;
	padding:0;
	font-weight:normal;
}

.sell_it .description h3 {
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:normal;
}

.sell_it #tabs {
	position:absolute;
	margin-top:300px;
	margin-left:520px;
	width:430px;
}
.sell_it a#btn_checkout {
	background:url(/images/icon_checkout.gif) top left no-repeat;
	padding-left:37px;
	padding-top:10px;
	text-decoration:none;
	display:block;
	width:175px;
	height:32px;
	position:absolute;
	margin-top:435px;
	margin-left:850px;
	color:#fff;
}
.sell_it a#btn_checkout:hover {
	color: #ea6b94;
}
.sell_it a#btn_prev {
	background:url(/images/btn_prev.gif) top left no-repeat;
	text-decoration:none;
	display:block;
	width:90px;
	height:30px;
	position:absolute;
	margin-top:505px;
	margin-left:770px;
}
.sell_it a#btn_next {
	background:url(/images/btn_next.gif) top left no-repeat;
	text-decoration:none;
	display:block;
	width:90px;
	height:30px;
	position:absolute;
	margin-top:505px;
	margin-left:865px;
}
.sell_it a#btn_prev span, .sell_it a#btn_next span {
	display:none;
}
/* SPINNERS */
.ui-spinner {
	width:50px;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	padding: 0 5px;
	height:30px;
}
 
.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}
 
.ui-spinner-box {
	width: 90%;
	height: 100%;
	float: left;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}
 
.ui-spinner-up,
.ui-spinner-down {
	width: 10%;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}
 
.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}
 
.ui-spinner-pressed {
	background: #FEFEFE;
}
 
.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}

.ui-spinner ul li, .ui-spinner ul li a {
	background:none;
}

.ui-spinner-button {
	padding-right:10px;
}
.ui-spinner-input {
	float:left;
}

.ui-spinner input {
	margin:0;
	padding:0;
	background-color:#fff;
	padding:2px;
	margin-top:2px;
}

/* BUTTONS */
.add_to_purchase_order {
	display:block;
	background:url(/images/btn_add_to_purchase_order.gif) top left no-repeat;
	width:175px;
	height:32px;
	position:absolute;
	margin-top:10px;
	margin-left:219px;
}
.add_to_purchase_order:hover, #add_to_purchase_order span {
	background:url(/images/btn_add_to_purchase_order_over.gif) top left no-repeat;
}
.add_to_purchase_order span {
	position:absolute;
	left:-5000px;
}
