@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	/*background-image:url(../images/green_bk.jpg); */
	}

.floatRight {
	float: right;	
}

#header a {
	display: block;
	position: relative;
	text-decoration:none;
}

#header a span {
	font-size: 12px;
	position: absolute;
	color:#000000;
	top:8px;
}

#news {
	padding: 5px;
	background: #FFE7FF;
	margin: 5px 0 0;
}

#news .updates {
	margin: 0 0 15px;	
}

#news h2 {
	font-size:12px;
	font-weight:bold;
	padding: 0 0 10px; 
}

#new p {
	margin: 10px 0;	
}

form {
	margin: 0;
	padding: 0;
}


h1 {
	font-weight:normal;
	font-size:18px;
	padding:10px 0px 0px 10px;
	margin:0px;
	}

h2 {
	font-weight:normal;
	margin:0px;
	padding:0px 0px 0px 15px;
	font-size:18px;
	}

h3 {
	font-weight:normal;
	margin:0px;
	padding:2px 0px 0px 10px;
	font-size:16px;
	}

h3 span {
	font-size:12px;
	}

h3 a {
	color:#000000;
	text-decoration:none;
	}

h3 a:hover {
	color:#333333;
	text-decoration:none;
	}

h4 {
	font-weight:bold;
	font-size:14px;
	padding:10px 0px 3px 10px;
	margin:0px;
	}

p {
	margin:0px;
	padding:0px 0px 5px 10px;
	font-size:12px;
	}
a img {
	border: 0;
}

p a{
color:#666666;

}
a {
color:#666666;
}
#container {
	width:800px;
	padding:0px;
	text-align:left;
	margin-left: 150px;
	}
#main_container{
	width:1080px;
	margin:0px auto;
	padding:0px;
	position:relative;
}
#header {
	background-color:#feccff;
	padding:0px 0px 10px 0px;
	margin:0px 0px 5px 0px;
	}

#nav {
	height:40px;
	margin:0px;
	padding:0px;
	background-image:url(../images/navBack.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border-top:1px solid #a0a0a0;
	}

#nav ul {
	margin:0px;
	padding:0px;
	height:40px;
	width:500px;
	float:left;
	}

#nav li {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	height:40px;
	}

#nav li a span {
	visibility:hidden;
	}

#nav a {
	margin:0px;
	padding:0px 10px;
	}

#nav a:hover {
	margin:0px;
	padding:0px 10px;
	}

.buy a{
	background-image:url(../images/buy.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:26px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.buy a:hover{
	background-image:url(../images/buyMO.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:26px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.sell a{
	background-image:url(../images/sell.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:29px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.sell a:hover{
	background-image:url(../images/sellMO.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:29px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.myaccount a{
	background-image:url(../images/myaccount.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:97px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.myaccount a:hover{
	background-image:url(../images/myaccountMO.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:97px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.faq a{
	background-image:url(../images/faq.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:30px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.faq a:hover{
	background-image:url(../images/faqMO.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:30px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.blog a{
	background-image:url(../images/blog.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:37px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.blog a:hover{
	background-image:url(../images/blogMO.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:37px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.help a{
	background-image:url(../images/help.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:32px;
	height:40px;
	display:block;
	text-decoration:none;
	}

.help a:hover{
	background-image:url(../images/helpMO.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:32px;
	height:40px;
	display:block;
	text-decoration:none;
	}

#search {
	float:right;
	height:40px;
	margin-right: 5px;
	line-height:40px;
	}

#search input {
	margin:0px 0px 0px 5px;
	padding:0px;
	border:1px solid #000000;
	}

#contentWrap {
	background-color:#ffffff;
/*	border-right:5px solid #fff; */
/*	border-left: 1px solid #fff; */
	background-image:url(../images/sideNavBack.gif);
	background-repeat:repeat-y;
	background-position:left;

	}
#breadcrumbs {
	background: #E8E8E8;
	border-top: 1px solid #FFFFFF; 
	border-bottom: 0;
	padding: 4px 6px;
	font-size: 9pt;
}
#breadcrumbs a {
	text-decoration: none;
	color: #8F0493;
}
#breadcrumbs a:hover {
	color: #EA2CEF;
}
#content_padding {
	padding: 4px;
}
#content {
	width:644px;
	float:right;
	background-color:#ffffff;
}

#content .main {
	margin-right: 170px; 
}

#view {
	background-color:#ffffff;
	}

#sideNav {
	float:left;
	width:150px;
	border-top:1px solid #ffffff;
	}

#sideNav ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	}

#sideNav li {
	margin:0px 0px 0px 0px;
	list-style:none;
	}

#sideNav ul li ul {
	margin:0px;
	padding:0px;
	}

#sideNav ul li ul li {
	margin:0px 0px;
	padding:0px;
	}

#sideNav a {
	color:#000000;
	text-decoration:none;
	width:129px;
	display:block;
	padding:3px 0px 3px 20px;
	border-top:1px solid #fff;
	}

.small_list {
	font-weight:normal;
	font-size:10px;
	margin:0px;
	}

#sideNav .small_list a {
	border-top: 0;
	padding-left: 24px;
}

#sideNav ul li ul li a {
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 30px;
	width:120px;
	}

#sideNav a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/sideNavBackMO.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:130px;
	display:block;
	}

#sideNav ul li ul li a:hover {
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 30px;
	width:120px;
	}

#middleColumn {
	float:right;
	width:250px;
	}

#sideBarWrap {
	background-color:#FFFFFF;
	float:right;
	width:170px;
	/*padding-top: 27px; */
	}

#sideBar {
	background-color:#FFFFFF;
	padding:1px;
	padding-right:0px;
	}

#login {
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#CCCCCC;
	height: 232px;
}

#login input {
	margin:0px;
	padding:0px;
	}

.loginField {
	margin:0px;
	width:125px;
	}
#celebsearch {
	background-color:#CCCCCC;
	text-align:center;
	border:2px solid #CCCCCC;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	}

#celebsearch div {
	margin:3px 0px 0px 0px;
	padding:0px;
	}

#celebsearch p {
	margin:0px;
	padding:0px 5px;
	}

#celebsearch a {
	color:#D33ADB;
	text-decoration:none;
	margin:0px auto;
	padding:0px 5px;
	}

#refer {
	background-color:#DDDDDD;
	text-align:center;
	border:2px solid #DDDDDD;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	}

#refer div {
	margin:3px 0px 0px 0px;
	padding:0px;
	}

#refer p {
	margin:0px;
	padding:0px 5px;
	}

#refer a {
	color:#D33ADB;
	text-decoration:none;
	margin:0px auto;
	padding:0px 5px;
	}

#sideNav #refer a:hover {
	color:#feccff;
	text-decoration:underline;
	margin:0px auto;
	padding:0px 5px;
	background-image:none;
	}

#browseProducts {
	padding:0px 10px 10px 10px;
	}

.links {
	border-top: 2px solid #CFCFCF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#left_banner {
	float: left;
	padding-top: 60px;
	width: 149px;
}

.productTab {
	float:left;
	width:85px;
}

.prodTabName {
	text-align:center;
	padding:3px 0px;
}

#browseProducts .productTab {
	height: 134px;	
}

#offer {
	float:right;
	width:280px;
	background-image:url(../images/offerBack.gif);
	background-repeat:repeat-y;
	background-position:left;
	}

#offer p {
	margin:0px;
	padding:0px 0px 10px 20px;
	}

#footer {
	height:40px;
	background-color:#cccccc;
	background-image:url(../images/navBackBottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #a0a0a0;
	line-height: 10px;
	padding: 10px 6px;
	text-align: center;
}
#footer a {
	color: #D13AD6;
	text-transform:uppercase;
	font-size:12px;
}

.clear {
	clear:both;
	}

#drop1 {
	margin:0px;
	padding:0px;
	}

#drop1 ul {
	margin:0px;
	padding:0px;
	}

#drop1 li {
	float:none;
	margin:0px;
	padding:0px;
	height:25px;
	line-height:25px;
	}

#drop1 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	background-color:#FECCFF;
	color:#000000;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	background-image:none;
	}

#drop1 a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/sideNavBackMO.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px 0px 0px 20px;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	}

#drop2 {
	margin:0px;
	padding:0px;
	left:50px;
	}

#drop2 ul {
	margin:0px;
	padding:0px;
	}

#drop2 li {
	float:none;
	margin:0px;
	padding:0px;
	height:25px;
	line-height:25px;
	}

#drop2 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	background-color:#FECCFF;
	color:#000000;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	background-image:none;
	}

#drop2 a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/sideNavBackMO.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px 0px 0px 20px;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	}

#drop2 {
	margin:0px;
	padding:0px;
	left:50px;
	}

#drop2 ul {
	margin:0px;
	padding:0px;
	}

#drop2 li {
	float:none;
	margin:0px;
	padding:0px;
	height:25px;
	line-height:25px;
	}

#drop2 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	background-color:#FECCFF;
	color:#000000;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	background-image:none;
	}

#drop2 a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/sideNavBackMO.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px 0px 0px 20px;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	}

#drop3 {
	margin:0px;
	padding:0px;
	left:50px;
	}

#drop3 ul {
	margin:0px;
	padding:0px;
	}

#drop3 li {
	float:none;
	margin:0px;
	padding:0px;
	height:25px;
	line-height:25px;
	}

#drop3 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	background-color:#FECCFF;
	color:#000000;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	background-image:none;
	}

#drop3 a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/sideNavBackMO.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px 0px 0px 20px;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	}

#drop4 {
	margin:0px;
	padding:0px;
	left:50px;
	}

#drop4 ul {
	margin:0px;
	padding:0px;
	}

#drop4 li {
	float:none;
	margin:0px;
	padding:0px;
	height:25px;
	line-height:25px;
	}

#drop4 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	background-color:#FECCFF;
	color:#000000;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	background-image:none;
	}

#drop4 a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/sideNavBackMO.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px 0px 0px 20px;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	}

#drop5 {
	margin:0px;
	padding:0px;
	left:50px;
	}

#drop5 ul {
	margin:0px;
	padding:0px;
	}

#drop5 li {
	float:none;
	margin:0px;
	padding:0px;
	height:25px;
	line-height:25px;
	}

#drop5 a {
	margin:0px;
	padding:0px 0px 0px 20px;
	background-color:#FECCFF;
	color:#000000;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	background-image:none;
	}

#drop5 a:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../images/sideNavBackMO.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px 0px 0px 20px;
	height:25px;
	line-height:25px;
	border-right:1px solid #a0a0a0;
	}

.registerHead {
	color:#999999;
	font-size:20px;
	margin:0px;
	padding:0px;
	}

.input, select, .required {
	font-size: 9pt;
	background: #FFFFFF;
	border: 1px solid #5EB7DF;
}
.required {
	background: #DCF1FB;
	border: 1px solid #5EB7DF;
}
.required_asterix {
	color: #4FAAD3;
	margin-top: 4px;
}
div.required_asterix {
	font-size: 8pt;
}
#register_right {
	float: right;
}
#register_left {
	float: left;
}
.errors, .error {
	border: 1px solid #FBE3E6;
	font-size: 9pt;
	margin: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 3px;
}
.error {
	margin: 20px;
}
.info {
	font-size: 10pt;
	color: #3FAE49;
	padding: 5px;
	padding-left: 20px;
	background: url(/images/validated.gif) no-repeat 2px center;
}
#newCust, #returnCust {
	float: left;
	width: 50%;
}
.Login {
	margin:30px 0px 20px 20px;
	padding:0px;
	font-size:25px;
	font-weight:lighter;
	color:#666666;
	}

#returnCust .Login {
	margin:30px 0px 20px 0px;
	left:-1px;
	position:relative;	
}

#returnCust p {
	padding-left: 0;	
}

.signUp {
	margin:0px 0px 0px 10px;
	}

.register-h3 {
	background: #FECCFF;
	margin: 0;
	padding: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 5px;
}

/* Item view */
#item-meta-wrapper {
	background:#fde0fd;
	border: 1px solid #BEB7BE;
	margin: 0px 10px 20px 10px;
	padding: 6px;
	color: #454045;
	font-size: 10pt;
}
#item-meta-wrapper {
	color: #454045;
}
#item-meta-picture {

	margin-right: 6px;
	float: left;
}
#item-meta-data {
	float: left;
}
#item-meta-days-left {
	font-weight: bold;
	padding-bottom: 15px;
}
#item-meta-current-bid {
	padding-right: 10px;
}
.item-meta-current-bid-row {
	font-size: 11pt;
	font-weight: bold;
}
#item-meta-right {
	width: 160px;
	float: right;
	text-align: center;	
}
#item-meta-seller {
	font-size: 9pt;
	background: #E8E1E8;
	border: 1px solid #BEB7BE;
	color: #454045;
	padding: 6px;
	margin: 0 0 10px 0;
	text-align: left;
}
.item-gray-box {
	font-size: 9pt;
	float: right;
	background: #E8E1E8;
	border: 1px solid #BEB7BE;
	color: #454045;
	padding: 6px;
}
.item-gray-box {
	float: left;
	margin: 2px;
	background:#f1f1f1;
}
#item-meta-seller h3 {
	margin: 6px 0 6px 1px;
	padding: 0;
}
#item-meta-seller h3 a {
	color: #000000;
}
#item-meta-seller a {
	color: #454045;
}
#item-meta-seller p {
	padding: 0;
	margin: 2px 0 0 0;
}
#item-meta-seller #item-meta-seller-send-favs {
	margin-top: 14px;
}
#item-meta-seller #item-meta-seller-send-message {
	margin-top: 16px;
}


#item-refine-search {
	font-size: 9pt;
	background: #E8E1E8;
	border: 1px solid #BEB7BE;
	color: #454045;
	margin: 10px;
	margin-right:0px;
	padding: 6px;
	margin-left:0px;
}
#item-refine-search h3 {
	margin: 6px 0 6px 1px;
	padding: 0;
}
#item-refine-search h3 a {
	color: #000000;
}
#item-refine-search a {
	color: #454045;
}
#item-refine-search p {
	padding: 0;
	margin: 2px 0 0 0;
}

.feedback {
font-size:11px;

}

#profile-feedback {
	float: right;
	background: #E8E1E8;
	border: 1px solid #BEB7BE;
	padding: 10px 32px 11px 12px;
	margin-right: 5px;
}
.profile-feedback-left {
	padding-right: 20px;
}
#profile-feedback-table {
	margin-left: 3px;
}
#profile-feedback h4 {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 12pt;
}
.profile-feedback-percent {
	font-weight: bold;
	padding-top: 4px;
}
#profile-feedback-positive, .feedback-positive {
	color: #009900;
}
#profile-feedback-negative, .feedback-negative {
	color: #FF0000;
}
.profile-meta-header {
	font-weight: bold;
	padding-top: 6px;
}
.profile-meta-left {
	padding-right: 15px;
}
#profile-meta-table {
	margin: 8px 20px 0 20px;
}
#profile-meta-member-for {
	padding-top: 18px;
}
#profile-main p {
	padding-left: 20px;
}
#profile-main h3 {
	margin-top: 20px;
}

.items-list {
	margin: 0 10px 0 10px;
	background: #FFCCFF;
	border: 1px solid #FF99FF;
	padding: 0 7px 0 7px;
}
.items-list-item {
	border-top: 1px solid #FF99FF;
	padding: 5px 0;
	color: #454045;
	font-size:12px;

}
.items-list-first {
	border-top: 0;
}
.items-list-title {
	color: #716871;
	font-size: 10pt;
}
.items-list h4 {
	padding: 0;
	margin: 3px;
	color: #454045;
	font-size:12px;
}
.items-list-item-picture {
	float: left;
	margin-right: 4px;
}
.items-list-item-data, .feedback-list-item-data {
	font-weight: bold;
	margin-right: 10px;
}
.items-list-item-meta {
	padding-left: 5px;
	font-size: 10pt;
}
.items-list-item-view {
	float: right;
	font-weight: bold;
	font-size: 11pt;
	line-height: 43px;
	color: #454045;
}
.feedback-list {
	background: #E8E1E8;
	border: 1px solid #D3CCD3;
	margin: 5px 10px;
	color: #716871;
	font-size: 9pt;
}
.feedback-list-item {
	border-top: 1px solid #D3CCD3;
	padding: 4px 6px;
}
.feedback-list-first {
	border-top: 0;
}
.feedback-list h4 {
	font-size: 10pt;
	font-weight: bold;
	float: left;
	padding: 0;
}
.feedback-list-meta {
	float: right;
}
.feedback-list-feedback {
	padding: 3px 3px 3px 0;
}
.feedback-list-feedback-span {
	color: #3B3B3B;
}
.inlineimg {
	vertical-align: middle;
}

#mainList {
	margin-top:20px;
	margin: 2px;
	margin-right:0px;
	margin-left:0px;
}
#mainList td {
	border-bottom: 1px solid #E8E1E8;
}
#mainList th {
	background: #FFCCFF;
	border-top: 1px solid #FF99FF;
	border-bottom: 1px solid #FF99FF;
}
#profile-user-img {
	float: left;
	margin: 17px 0 0 10px;
	text-align:center;	
}

.alert_top {
	background: #FCF1F5 url(images/alert_top.gif) repeat-x top;
	margin-left: 6px;
	margin-right: 6px;
	height: 6px;
}
.alert_bottom {
	background: #FCF1F5 url(images/alert_bottom.gif) repeat-x bottom;
	margin-left: 6px;
	margin-right: 6px;
	height: 6px;
}
.alert_tleft {
	background: url(images/alert_tleft.gif) no-repeat left top;
	float: left;
	height: 6px;
	width: 6px;
}
.alert_tright {
	background: url(images/alert_tright.gif) no-repeat right top;
	float: right;
	height: 6px;
	width: 6px;
}
.alert_bleft {
	background: url(images/alert_bleft.gif) no-repeat left bottom;
	float: left;
	height: 6px;
	width: 6px;
}
.alert_bright {
	background: url(images/alert_bright.gif) no-repeat right bottom;
	float: right;
	height: 6px;
	width: 6px;
}

.alert_left {
	background: #FCF1F5 url(images/alert_left.gif) repeat-y left;
}
.alert_right {
	background: url(images/alert_right.gif) repeat-y right;
	padding: 6px;
	padding-left: 16px;
	padding-bottom: 2px;
}
.alert_main {
	background: #FCF1F5 url(images/alert_warning.gif) no-repeat left;
	padding: 4px;
	padding-left: 44px;
	padding-bottom: 0;
}

.alert_button {
	text-align: center;
	margin-top: 20px;
}

.alertbox {
	position: absolute;
	width: 70%;
	cursor: move;
	z-index: 9999999;
}
.items-list-camera {
	padding: 10px;
}
#item-description {
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 6px;
	margin-right: 10px;
}
#item-postage {
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 6px;
	margin-right: 10px;
}
.item_details {

background-color:#E1E1E1;
padding-bottom:10px;
margin-bottom:10px;
border: 1px solid #999999;
margin: 0px 10px 5px 10px;

}
.item_details_ind {
float:left;
width:50%;
list-style-type:none;
}

#winner-text {
font-size:16px;
color:#999999;
margin-left:10px;
}
#error {
border: 1px solid #FF3333;
padding: 6px;
margin:0px 10px 5px;
}
.error_heading {
font-size:14px;
color:#FF3300;

}
.error_message {
font-size:12px;
color:#FF3300;

}

.winner-text {
font-size:20px;
color:#666666;
}
#latest_products{
float:right;

width:120px;
margin-top:65px;

}
#latest_products ul {
	margin: 0;
	padding: 0;
}
#latest_products li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}