/* CSS Document */

/*
 *
 * Core style information
 *
 */
html, input, select, textarea, td, th, a, b {
	font: normal 12px "Arial", "Helvetica", "sans-serif";
}

body {
	background-color: #fff;
	color: #000;
	font: normal 12px "Arial", "Helvetica", "sans-serif";
	margin: 20px 0;
	/*
	background-image: url(/_images/stars_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	*/
}

a {
	color: #111;
	text-decoration: underline;
}

b, th {
	font-weight: bold;
	color: #222;
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	color: #003;
	font-size: 1.5em;
	margin: 0.2em 0 0.2em;
	padding: 0;
}
h3,h4,h5 {
	font-size: 1.2em;
}

img {
	border: 0;
}




/*
Basic Classes
*/
.page-header {
	font: bold 18px "Arial", "Helvetica", "sans-serif";
	margin: 0.2em 0 0.4em;
	text-decoration: none;
}
.page-subheader {
	font: bold 14px "Arial", "Helvetica", "sans-serif";
	margin: 0.2em 0 0.4em;
	text-decoration: none;
}
.confirm {
	color: #090;
}
.error {
	color: #f00;
}
input.smallest, textarea.smallest {
	width: 47px;
}
input.small, textarea.small {
	width: 90px;
}
input.medium, textarea.medium, select.medium {
	width: 210px;
}
input.large, textarea.large {
	width: 350px;
}
select.listing-action {
	margin: 3px 0 0 2px;
	font: 11px "Arial", "Helvetica", "sans-serif";
}

.no-underline {
	text-decoration: none;
}
.gray              { color: #606060; }
.red, .bid         { color: #de3908; }
.orange, .listings { color: #ef9c00; }
.yellow            { color: #ef9c00; }
.green, .sell      { color: #429c18; }
.blue , .buy       { color: #10a5e7; }
.purple            { color: #aa4a93; }

div.back-link {
	text-align:right;
	padding:10px 5px 0 0;
}
a.learnMore {
	font: bold 11px "Arial", "Helvetica", "sans-serif";
	color: #e02917;
	text-decoration: none;
}
/*
/Basic Classes
*/


/*
Body & Top navigation
*/
div#toptabs-shell {
	color: #000;
	margin: 0px auto;
	width: 777px;
	text-align: left;
}
	div#toptabs-shell-links {
		clear: both;
		float: left;
		text-align: left;
	}
	div#toptabs-shell-account {
		text-align: right;
		padding-bottom: 5px;
	}
		div#toptabs-shell-account b{
			color: #000;
		}
		div#toptabs-shell-account a{
			font-size: 11px;
			color: #000;
		}
div#body-shell, div#body-shell-homepage {
	clear: both;
	margin: 0px auto;
	padding: 2px 0;
	width: 775px;
	text-align: left;
	border: 1px solid #472e8e;
	background-color: #fff;
}
div#body-shell-homepage {
	width: 1000px;
	border: 0;
	border-top: 1px solid #472e8e;
	border-bottom: 1px solid #472e8e;
}

div#logo {
	float: left;
	margin: 10px 0 0 10px;
	width: 500px;
}

div#lets-look-for {
	float: right;
	text-align: left;
	width: 230px;
	padding: 15px 5px 0 0;
}
	div#lets-look-for a {
		color: #567cab;
		font-size: 10px;
		text-decoration: underline;
		padding-left: 5px;
	}
	div#lets-look-for #searchQuery {
		width:160px;
	}

div#top-nav-mainlinks {
	text-align: center;
}
	div#top-nav-mainlinks a{
		margin: 0 5px;
	}

div#bottom-links {
	text-align: center;
	margin: 0;
	padding: 8px 0;
	border-top: 2px solid #76d2f7;
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
	div#bottom-links a {
		color: #000;
		font-size: 10px;
		text-decoration: none;
	}
	div#bottom-links-left {
		float: left;
		width: 275px;
		padding-left: 10px;
		text-align: left;
	}
	div#bottom-links-middle {
		float: left;
		width: 300px;
		padding-left: 10px;
		text-align: left;
	}
	div#bottom-links-right {
		float: right;
		width: 365px;
		padding-right: 10px;
		text-align: right;
	}
div#breadcrumb {
	padding: 5px 0 0 10px;
	font: normal 11px "Arial", "Helvetica", "sans-serif";
}
div#breadcrumb a {
	font: normal 11px "Arial", "Helvetica", "sans-serif";
	padding: 0 2px;
	color: #003;
}
/*
/Body & Top navigation
*/


/*
Columns
*/
.column-left {
	clear: both;
	float: left;
	text-align: center;
	vertical-align: top;
	width: 205px;
}

.column-left-center {
	float: left;
	vertical-align: top;
	width: 645px;
}
.column-center {
	float: left;
	vertical-align: top;
	width: 440px;
}
.column-center-right {
	float: left;
	vertical-align: top;
	width: 565px;
}

.column-right {
	float: right;
	text-align: center;
	vertical-align: top;
	width: 130px;
}

.column-listing-image {
	float:left;
	width:160px;
	margin-top: 15px;
}
.column-listing-info {
	float:left;
	margin-top: 15px;
}
/*
/Columns
*/


/*
Datagrids
*/
.datagrid {
	background-color: #ffffff;
	width: 100%;
	border: 0px;
	padding: 3px;
	margin: 0px;
	text-align: left;
}

.datagrid-header {
	background-color: #ef9c00;
	text-align:left;
	padding-left:10px;
	font-weight: bold;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.datagrid-header a {
	color: #000;
	font-weight: bold;
}

.datagrid-footer {
	background-color: #ef9c00;
	text-align:left;
	padding-left:10px;
	font-weight: bold;
	border-bottom: 1px solid #c4c4c4;
}

.datagrid-item {
	background-color: #ffe68e;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c4c4c4;
}

.datagrid-alternatingItem {
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c4c4c4;
}

.datagrid-managementItem {
	background-color: #fff;
	padding: 3px 0;
	border-top: 1px solid #89caf0;
}


.dg-red, .dg-swap           { background-color: #e46d54; }
.dg-item-red, .dg-item-swap { background-color: #f8dcd6; }

.dg-orange                         { background-color: #fff300; }
.dg-item-orange, .dg-item-listings { background-color: #fde5b1; }

.dg-yellow      { background-color: #fff300; }
.dg-item-yellow { background-color: #ffffaa; }

.dg-green, .dg-sell           { background-color: #71b35c; }
.dg-item-green, .dg-item-sell { background-color: #ddecda; }

.dg-blue, .dg-buy           { background-color: #5cbcf0; }
.dg-item-blue, .dg-item-buy { background-color: #e5f5fb; }

.dg-bid      { background-color: #bb62a4; }
.dg-item-bid { background-color: #f7c6ea; }
/*
/Datagrids
*/


/*
/Homepage
*/
div#home-headerLeft {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 5px;
}
	div#home-headerLeft input#searchQuery {
		width: 155px;
	}
	div#home-headerLeft input#searchGo {
		width: 30px;
		height: 31px;
		border: 0;
		margin: 0 0 0 7px;
	}
	div#home-headerLeft img#btnSignup, div#home-headerLeft img#btnSignin {
		width: 112px;
		height:110px;
		border: 0;
		margin: 10px 5px 0 0;
	}
div#home-headerMain {
	float: left;
	text-align: center;
	width: 490px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}
	div#home-headerMain img#masthead {
		width: 485px;
		height:93px;
		border: 0;
		margin: 0;
		padding:5px 0 15px 0;
	}
div#home-headerRight {
	float: right;
	width: 225px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}

div#home-leftColumn {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0 0 10px 0;
}
	div#home-leftColumn-freeMembership {
		background: url(/_images/homepage/free_membership.gif) no-repeat top left;
		height: 85px;
		padding: 80px 30px 0 35px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
	}
	div#home-leftColumn-parentGuide {
		background: url(/_images/homepage/parent_guide.gif) no-repeat top left;
		height: 107px;
		padding: 63px 30px 0 35px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
	}
	div#home-leftColumn-kidscape {
		background: url(/_images/homepage/kidscape.gif) no-repeat top left;
		height: 105px;
		padding: 89px 40px 0 35px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
	}

div#home-mainColumn-text {
	float: left;
	width: 515px;
	margin: 0;
	padding: 0 0 10px 0;
}
div#home-mainColumn {
	float: left;
	width: 525px;
	height: 500px;
	margin: 0;
	padding: 0 0 10px 0;
	background-image: url(/_images/homepage/atomic.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
	div#home-mainColumn a#home-category-sport {
		position: relative;
		left: 20px;
		top: 57px;
	}
	div#home-mainColumn a#home-category-books {
		position: relative;
		left: 113px;
		top: 0px;
	}
	div#home-mainColumn a#home-category-music {
		position: relative;
		left: 192px;
		top: 17px;
	}
	div#home-mainColumn a#home-category-gadgets {
		position: relative;
		left: 223px;
		top: 100px;
	}

	div#home-mainColumn a#home-category-cards {
		position: relative;
		left: -272px;
		top: 186px;
	}
	div#home-mainColumn a#home-category-collectables {
		position: relative;
		left: -10px;
		top: 203px;
	}
	
	div#home-mainColumn a#home-category-movies {
		position: relative;
		left: -11px;
		top: 187px;
	}
	div#home-mainColumn a#home-category-games {
		position: relative;
		left: -17px;
		top: 260px;
	}
	div#home-mainColumn a#home-category-style {
		position: relative;
		left: 134px;
		top: 270px;
	}
	div#home-mainColumn a#home-category-toys {
		position: relative;
		left: 148px;
		top: 216px;
	}
	div#home-mainColumn div#home-category-animation {
		position: relative;
		left: 155px;
		top: 38px;
	}
	
div#home-rightColumn {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0 0 10px 0;
}
	div#home-rightColumn-takeALook {
		background: url(/_images/homepage/take_a_look.gif) no-repeat top left;
		height: 145px;
		padding: 15px 30px 0 45px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
	}
		div#home-rightColumn-takeALook div {
			margin: 0 0 45px 0;
			font: bold 16px "Arial", "Helvetica", "sans-serif";
			color: #e02917;
		}
	div#home-rightColumn-payPal {
		background: url(/_images/homepage/safety_first.gif) no-repeat top left;
		height: 80px;
		padding: 61px 30px 0 45px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
	}
	div#home-rightColumn-funEasy {
		background: url(/_images/homepage/fun_and_easy.gif) no-repeat top left;
		height: 122px;
		padding: 85px 85px 0 45px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
	}
/*
Homepage
*/


/* Parent info page */
div#parentinfo {
	width: 731px;
	margin: 30px 0 0 15px
}
div.parentinfobuttonleft {
	width: 25%;
	float: left;
}
div.parentinfotextleft {
	width: 25%;
	float: left;
}
div.parentinfobuttonright {
	width: 27%;
	float: left;
}
div.parentinfotextright {
	width: 23%;
	float: left;
}
.clearboth {
	clear: both;
}
/* Parent info page */


/*
Account signup
*/
.signupTable {
	width: 100%;
	border: 0;
	margin: 0;
}
th.signupText {
	font: bold 15px "Arial", "Helvetica", "sans-serif";
	color: #339;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
td.signupText {
	width: 120px;
	font: bold 11px "Arial", "Helvetica", "sans-serif";
	text-align: right;
	vertical-align: top;
	padding: 9px 5px 0 0;
}
td.signupInput-original {
	width: 200px;
	font: bold 11px "Arial", "Helvetica", "sans-serif";
	color: #666;
	vertical-align: top;
	padding: 9px 0 0 5px;
}
td.signupInput {
	vertical-align: top;
	padding-top: 5px;
	font: normal 11px "Arial", "Helvetica", "sans-serif";
}
td.signupInput a{
	font: normal 11px "Arial", "Helvetica", "sans-serif";
}
td.signupInput input, .signupInput select {
	font: normal 11px "Arial", "Helvetica", "sans-serif";
}
select.address_lookUp {
	width: 100%;
	height: 110px;
	font-size:10px;
}
.address_lookUp {
	color: #333;
	width: 315px;
	background-color: #eef;
	border: 1px solid #99c;
}
/*
/Account signup
*/


/*
/Category listings
*/
div.categoryCount {	
	width: 500px;
	height: 320px;
	margin: 0;
	padding: 12px 0 0 0;
}
div.categoryCount div.left {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0 0 0 10px;
}
	div.categoryCount div.left a {
		float: left;
		width: 145px;
		height: 14px;
		margin: 0;
		padding: 22px 0 21px 75px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
		color: #fff;
		text-decoration: none;
	}
		a#categoryCount-cards {
			width: 145px;
			padding-left: 75px;
		}
		a#categoryCount-collectables {
			width: 95px;
			padding-left: 125px;
		}
		a#categoryCount-gadgets {
			width: 125px;
			padding-left: 95px;
		}
		a#categoryCount-games {
			width: 135px;
			padding-left: 85px;
		}
div.categoryCount div.right {
	float: right;
	width: 235px;
	margin: 0;
	padding: 0 15px 0 0;
}
	div.categoryCount div.right a {
		float: right;
		width: 140px;
		height: 14px;
		margin: 0;
		padding: 22px 0 21px 80px;
		font: normal 11px "Arial", "Helvetica", "sans-serif";
		color: #fff;
		text-decoration: none;
	}
		a#categoryCount-music {
			width: 147px;
			padding-left: 73px;
		}
		a#categoryCount-sport {
			width: 152px;
			padding-left: 68px;
		}
		a#categoryCount-style {
			width: 156px;
			padding-left: 64px;
		}
		a#categoryCount-toys {
			width: 156px;
			padding-left: 64px;
		}


/*
General & listing frames
*/
div#frame-yellow-top, div#frame-listings-top, div#frame-bid-top, div#frame-buy-top, div#frame-sell-top, div#frame-swap-top {
	background-repeat: no-repeat;
	width: 525px;
	height: 28px;
	padding: 12px 20px 0 20px;
	overflow: hidden;
}
div#frame-yellow-top 	{ background-image: url(/_images/frames/frame_yellow_top.gif); }
div#frame-listings-top 	{ background-image: url(/_images/frames/frame_listings_top.gif); }
div#frame-bid-top 		{ background-image: url(/_images/frames/frame_bid_top.gif); }
div#frame-buy-top  		{ background-image: url(/_images/frames/frame_buy_top.gif); }
div#frame-sell-top 		{ background-image: url(/_images/frames/frame_sell_top.gif); }
div#frame-swap-top 		{ background-image: url(/_images/frames/frame_swap_top.gif); }

div#frame-yellow-middle, div#frame-listings-middle, div#frame-bid-middle, div#frame-buy-middle, div#frame-sell-middle, div#frame-swap-middle {
	background-repeat: repeat-y;
	min-height: 358px;
	_height: 358px; /* show to IE */
	padding: 10px 25px 10px 25px;
}

div#frame-yellow-middle 	{ background-image: url(/_images/frames/frame_yellow_middle.gif); }
div#frame-listings-middle 	{ background-image: url(/_images/frames/frame_listings_middle.gif); }
div#frame-bid-middle 		{ background-image: url(/_images/frames/frame_bid_middle.gif); }
div#frame-buy-middle  		{ background-image: url(/_images/frames/frame_buy_middle.gif); }
div#frame-sell-middle 		{ background-image: url(/_images/frames/frame_sell_middle.gif); }
div#frame-swap-middle 		{ background-image: url(/_images/frames/frame_swap_middle.gif); }

div#frame-yellow-bottom, div#frame-listings-bottom, div#frame-bid-bottom, div#frame-buy-bottom, div#frame-sell-bottom, div#frame-swap-bottom {
	background-repeat: no-repeat;
	width: 565px;
	height: 23px;
}

div#frame-yellow-bottom 	{ background-image: url(/_images/frames/frame_yellow_bottom.gif); }
div#frame-listings-bottom 	{ background-image: url(/_images/frames/frame_listings_bottom.gif); }
div#frame-bid-bottom 		{ background-image: url(/_images/frames/frame_bid_bottom.gif); }
div#frame-buy-bottom  		{ background-image: url(/_images/frames/frame_buy_bottom.gif); }
div#frame-sell-bottom 		{ background-image: url(/_images/frames/frame_sell_bottom.gif); }
div#frame-swap-bottom 		{ background-image: url(/_images/frames/frame_swap_bottom.gif); }
/*
/General & listing frames
*/


/*
My World frames
*/
div#frame-myWorld-red-top, div#frame-myWorld-orange-top, div#frame-myWorld-yellow-top, div#frame-myWorld-yellowWide-top, div#frame-myWorld-green-top, div#frame-myWorld-blue-top, div#frame-myWorld-purple-top {
	background-repeat: no-repeat;
	width: 565px;
	height: 20px;
	margin-top: -3px;
}
div#frame-myWorld-yellowWide-top {
	width: 770px;
	margin-left: 5px;
}
div#frame-myWorld-red-top 	 		{ background-image: url(/_images/admin/frames/frame_red_top.gif); }
div#frame-myWorld-orange-top 		{ background-image: url(/_images/admin/frames/frame_orange_top.gif); }
div#frame-myWorld-yellow-top 		{ background-image: url(/_images/admin/frames/frame_yellow_top.gif); }
div#frame-myWorld-green-top  		{ background-image: url(/_images/admin/frames/frame_green_top.gif); }
div#frame-myWorld-blue-top   		{ background-image: url(/_images/admin/frames/frame_blue_top.gif); }
div#frame-myWorld-purple-top   		{ background-image: url(/_images/admin/frames/frame_purple_top.gif); }
div#frame-myWorld-yellowWide-top 	{ background-image: url(/_images/admin/frames/frame_yellowWide_top.gif); }

div#frame-myWorld-red-middle, div#frame-myWorld-orange-middle, div#frame-myWorld-yellow-middle, div#frame-myWorld-yellowWide-middle, div#frame-myWorld-green-middle, div#frame-myWorld-blue-middle, div#frame-myWorld-purple-middle {
	background-repeat: repeat-y;
	min-height: 349px;
	_height: 349px; /* show to IE */
	padding: 10px 21px 10px 15px;
}
div#frame-myWorld-yellowWide-middle {
	margin-left: 5px;
	padding: 10px 25px 10px 20px;
}
div#frame-myWorld-red-middle    	{ background-image: url(/_images/admin/frames/frame_red_middle.gif); }
div#frame-myWorld-orange-middle 	{ background-image: url(/_images/admin/frames/frame_orange_middle.gif); }
div#frame-myWorld-yellow-middle 	{ background-image: url(/_images/admin/frames/frame_yellow_middle.gif); }
div#frame-myWorld-green-middle  	{ background-image: url(/_images/admin/frames/frame_green_middle.gif); }
div#frame-myWorld-blue-middle   	{ background-image: url(/_images/admin/frames/frame_blue_middle.gif); }
div#frame-myWorld-purple-middle   	{ background-image: url(/_images/admin/frames/frame_purple_middle.gif); }
div#frame-myWorld-yellowWide-middle { background-image: url(/_images/admin/frames/frame_yellowWide_middle.gif); }

div#frame-myWorld-red-bottom, div#frame-myWorld-orange-bottom, div#frame-myWorld-yellow-bottom, div#frame-myWorld-yellowWide-bottom, div#frame-myWorld-green-bottom, div#frame-myWorld-blue-bottom, div#frame-myWorld-purple-bottom {
	background-repeat: no-repeat;
	width:565px;
	height:20px;
}
div#frame-myWorld-yellowWide-bottom {
	width:770px;
	margin-left: 5px;
}
div#frame-myWorld-red-bottom    	{ background-image: url(/_images/admin/frames/frame_red_bottom.gif); }
div#frame-myWorld-orange-bottom 	{ background-image: url(/_images/admin/frames/frame_orange_bottom.gif); }
div#frame-myWorld-yellow-bottom 	{ background-image: url(/_images/admin/frames/frame_yellow_bottom.gif); }
div#frame-myWorld-green-bottom  	{ background-image: url(/_images/admin/frames/frame_green_bottom.gif); }
div#frame-myWorld-blue-bottom   	{ background-image: url(/_images/admin/frames/frame_blue_bottom.gif); }
div#frame-myWorld-purple-bottom   	{ background-image: url(/_images/admin/frames/frame_purple_bottom.gif); }
div#frame-myWorld-yellowWide-bottom { background-image: url(/_images/admin/frames/frame_yellowWide_bottom.gif) }
/*
/My World frames
*/


/*
Character profiles popups
*/
div#popup-profile-jumbles {
	background-image: url(/_images/popup/jumbles/bg_jumbles.gif);
	background-repeat: no-repeat;
	font: normal 15px "Arial", "Helvetica", "sans-serif";
	color: #000;
}

div#popup-profile-kandi, div#popup-profile-kiki, div#popup-profile-rocco, div#popup-profile-zac {
	position:absolute;
	left:12px;
	top:5px;
	width:362px;
	height:450px;
	padding:10px;
	overflow:hidden;
	background-repeat: no-repeat;
	font: normal 15px "Arial", "Helvetica", "sans-serif";
	color: #fff;
}
div#popup-profile-kandi b, div#popup-profile-kiki b, div#popup-profile-rocco b,  div#popup-profile-zac b {
	background-repeat: no-repeat;
	font: bold 17px "Arial", "Helvetica", "sans-serif";
	color: #fff;
}
div#popup-profile-kandi 	{ background-image: url(/_images/popup/jumbles/bg_kandi.gif); }
div#popup-profile-kiki 		{ background-image: url(/_images/popup/jumbles/bg_kiki.gif); }
div#popup-profile-rocco 	{ background-image: url(/_images/popup/jumbles/bg_rocco.gif); }
div#popup-profile-zac 		{ background-image: url(/_images/popup/jumbles/bg_zac.gif); }

div#popup-profile-kandi div#s-0, div#popup-profile-rocco div#s-0 { margin:0; padding:0; width:1px; height:105px; float:left; clear:left; }
div#popup-profile-kandi div#s-1, div#popup-profile-rocco div#s-1 { margin:15px 0 0 0; padding:0; width:130px; height:410px; float:left; clear:left; }
div#popup-profile-kandi div#s-2, div#popup-profile-rocco div#s-2 { float:right; padding:8px 5px 0 0; }

div#popup-profile-kiki div#s-0, div#popup-profile-zac div#s-0 { margin:0; padding:0; width:1px; height:115px; float:right; clear:right; }
div#popup-profile-kiki div#s-1, div#popup-profile-zac div#s-1 { margin:15px 0 0 0; padding:0; width:130px; height:400px; float:right; clear:right; }
div#popup-profile-kiki div#s-2, div#popup-profile-zac div#s-2 { float:left; padding:8px 5px 0 0; }
/*
/Character profiles popups
*/



