@charset "UTF-8";
*, *+html * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body#signup {
	background-color: white;	
}
html, body {
	font-family:"Trebuchet MS",sans-serif;
	width: 100%;
	height: 100%;
	background-color: #0c1a54;
}
form input, form select {
	border: 1px inset black;
}
form input[type=submit], form input[type=reset] {
	border: none;	
}
form label {
	display: inline-block;
}

/* SIGNUP Layout */
#container {
	width: 1000px;
	margin: auto;
}
#header {
	height: 50px;
	background-color: lightGrey;
}
#leftCol {
	width: 160px;
	float: left;
}
#contentCol {
	width: 835px;
	margin-left: 165px;
}
#menu {
	padding: 0;
	list-style-type: none;
	width: 150px;
	background: #d7d9e5;
}

/* WORLD Layout */
.container {
	width: 100%;
	height: 100%;
}
.header {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.toolbar {
	height: 40px;
	background-image: url(/images/interface/header_bg_repeat.gif);
	background-repeat: repeat-x;
}
.toolbar .buttons {
	float: right;
	margin-right: 15px;
}
.logo {
	background: url(http://c.kidoons.com/themes/kidoons/images/bg_header.gif) repeat-x;
	height: 9px;
	position: relative;
	z-index: 2;
}
.toolbar > .messageArea {
	width: 440px;
	height: 40px;
	margin: 0 auto;
	background-image: url(/images/interface/header_txt_box.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #06c;
	font-family:"Arial";
	font-weight: bold;
	font-size: 12px;
	padding-top: 13px;
}
#world {
	width: 100%;
	position: absolute;
	height: 100%;
}
#world_video {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 2;
}
.credits {
	bottom: 0;
	color: #375C78;
	font-size: 9px;
	position: fixed;
}

/* PANES Layout */		
.pane > .content > .menu {
	height: 100%;
	width: 300px;
}
.pane > .content > .menu > h3 {
	background-color:#D6DBE0;
	background-image:url("/images/interface/menu/menuSection.png");
	background-repeat:repeat-x;
	border-color:#D6DCE0 #CAD2D8 #7095B3 #D7DDE1;
	border-style:solid;
	border-width:1px;
	color:#526A7C;
	font-size:14px;
	font-weight: normal;
	height:24px;
	padding-left:14px;
	padding-right:14px;
	padding-top:6px;
	text-decoration:none;
	text-transform:uppercase;
}
.pane > .content > .menu > div {
	background-color: white;
	opacity: 0.8;
}
.pane > .content > .menu > h3 > .toggler {
	background-image:url("/images/interface/icons/iconDArrowLeft_11x11.png");
	background-position:3px 3px;
	background-repeat:no-repeat;
	float:right;
	height:11px;
	padding:3px;
	width:11px;
}
.pane > .content > .menu > h3 > .toggler.open {
	background-image:url("/images/interface/icons/iconDArrowDown_11x11.png");
}
.pane.south > .content > .menu > div {
	position: relative;
	width: 200%;
	height: 210px;
	margin-left: -50%;
}
.pane.east > .content > .menu {
	width: 360px;
}

/* Widgets */
.sites {}
.sites .ui-selectmenu-status, .sites li a {
	padding-left: 80px !important;
	font-size: 12px;
}
.sites .ui-selectmenu-item-icon {
	border: 1px solid orange;
	/*width: 70px;
	height: 36px;*/
	width: 16px;
	hwight: 16px;
}
.sites .ui-selectmenu-item-icon.rapun {
	background: url(/images/interface/buttons/home.gif);
}

.myZone {
	padding: 0 5px;
	font-family:"Tahoma";
	background-color: #06c !important;
	opacity: 1 !important;
}
.myZone .label {
	font-weight: bold;
	font-size: 12px;
	color: #0cf;
	text-transform: uppercase;
}
.myZone .value {
	font-size: 12px;
	color: #fff;
}		
.myZone > .name {
	border-bottom: 1px solid #0cf;
}
.myZone > .avatar {
	border-bottom: 1px solid #0cf;
	padding: 5px 0;
}
.myZone > .loyalty {}
.myZone > .kidooz {}
.myZone > .more {
	padding-bottom: 10px;
	padding-top: 5px;
}
.catalogue {
	padding: 5px;
}
.catalogue.simple > select.sites {
	width: 210px;
}
.catalogue.simple > .cats {
	display: block;
	height: 100px;
}
.catalogue.simple > .cats {
	list-style: none;
}
.catalogue.simple > .cats > li {
}
.catalogue.simple > .notice {
	height: 20px;
}
.catalogue.advanced > .cats > .menu {
	width: 100%;
}
.catalogue > .products {
	margin-top: 20px;
	list-style: none;
	max-height: 250px;
	overflow: auto;
}
.catalogue > .products > .product {
	border-top: 1px solid #afe2ef;
	height: 70px;
	cursor: pointer;
}
.catalogue > .products > .product:hover {
	background-color: lightGrey;
}		
.catalogue .product {
	height: inherit;
}
.catalogue .product > .image {
	width: 60px;
	height: 60px;
	display: inline-block;
	float: left;
	margin-right: 3px;
}
.catalogue .product > .image > img {
	width: inherit;
	height: inherit;	
}
.catalogue .product > .details {
	display: block;
	height: 40px;
}
.catalogue .product > .details > .name {
	display: block;
	color: #06c;
	font-weight: bold;
	font-size: 14px;
}
.catalogue .product > .details > .description {
	display: none;
}
.catalogue .product > .price {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	float: right;
}
.catalogue .product > .addToCart {
	display: inline-block;
	margin-left: 5px;
	float: right;
}
/* catalogue for categories */
.catalogue.advanced > .cats > .menu {
	overflow: auto;
}
.catalogue.advanced .icon_go {
	float: right;
}
.catalogue.advanced > .notice {
	height: 20px;
}
/* special sections */
.product.ui-dialog {}
.product.ui-dialog .image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid pink;
	width: 360px;
	height: 360px;
}
.product.ui-dialog .image > img {
	width: inherit;
	height: inherit;	
}
.product.ui-dialog .details > .name {
	color: #093;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 40px;
}
.product.ui-dialog .price {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	float: right;
	clear: both;
}
/* NEWS */
.news {
	overflow: hidden;
}
.news > .image {
	border: 1px solid pink;
	display: inline-block;
	float: left;
	margin-right: 5px;
	width: 90px;
	height: 90px;
}
.news > .details > .name {
	color: #093;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.news > .details > .description {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.news > .details > .links {
	font-size: 12px;
	font-weight: bold;
	color: #06c;
}
/* PROFILE */
.profile > .username { width: 220px; }
.profile > .points { width: 220px; }
.profile > .budget { width: 220px; }
form.profile-edit {}
form.profile-edit input.text {
	display: block;
}
form.profile-edit .avatar {
	float: right;	
}
form.profile-edit .more {
	float: right;
	clear: both;
	margin-top: 20px;	
}
/* CART */
#cart > .products {
	margin-bottom: 10px;
}
#cart > .budget {
	margin-bottom: 10px;
}
#cart > .profile {
	width: auto;
}
#cart .products > .product {
	border-top: 1px solid #afe2ef;
	height: 40px;
	margin: 3px;
}
#cart .products > .product > .image {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-right: 3px;
}
#cart .products > .product > .image > img {
	width: inherit;
	height: inherit;
}
#cart .products > .product > .details {
	height: 40px;
}
#cart .products > .product > .details > .name {
	display: block;
	color: #06c;
	font-size: 12px;
}
#cart .products > .product > .details > .description {
	display: none;
}
#cart .products > .product > .price {
	display: inline-block;
	font-size: 14px;
	float: right;
}
#cart .products > .product > .edit {
	display: inline-block;
	margin-left: 5px;
	float: right;
}
#cart .products > .product > .remove {
	display: inline-block;
	margin-left: 5px;
	float: right;
}
.product > form.buy {
	float: right;
	font-size: 14px;
}
/* subscriptions */
.subscription {
	display: table-row;
	height: 40px;
	text-align: center;
	font-size: 12px;
}
.subscription > * {
	display: table-cell;
	width: 10%;
	white-space: nowrap;
	border-bottom: 1px solid blue;
}
.subscription > .price {
}
.subscription > .kdz {}
.subscription > .buy {}
.subscription > .duration {}
/* bundles */
.bundle {
	display: table-row;
	height: 40px;
	text-align: center;
	font-size: 12px;
}
.bundle > * {
	display: table-cell;
	width: 30%;
	white-space: nowrap;
	border-bottom: 1px solid blue;
}
.bundle  > .price {}
.bundle > .kdz {}
.bundle > .buy {}

/* icons */
.icon {
	width: 16px;
	height: 16px;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	letter-spacing: -9999em;
	z-index: 999999;
}
.icon.magnify {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
}
.icon.edit		{ background-image: url(/images/interface/icons/edit_16x16.png); }
.icon.cart		{ background-image: url(/images/interface/icons/cart_16x16.png); }
.icon.help		{ background-image: url(/images/interface/icons/help_16x16.png); }
.icon.magnify	{ background-image: url(/images/interface/icons/search_16x16.png); }
.icon.undo		{ background-image: url(/images/interface/icons/undo_16x16.png); }
.icon.remove	{ background-image: url(/images/interface/icons/remove_16x16.png); }
.icon.buy		{ background-image: url(/images/interface/icons/buy_16x16.png); }

/* buttons */
.button {
	background-repeat: repeat-x;
	cursor: pointer;
	display: inline-block;
	padding: 2px 7px;
	border: 1px solid #8daac2;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	-moz-border-radius: 10px;
}
.button.hover {
	color: #eee;
}
.toolbar > .buttons > .button {
	text-indent: -99999px;
	border: none;
	width: 50px;
	height: 40px;
	padding: 0px;
	display: block;
	float: left;
}
.toolbar > .buttons > .button:hover {
	background-position: 0 -40px;
}
.button.cart	{ background-image: url(/images/interface/buttons/cart.gif); }
.button.home	{ background-image: url(/images/interface/buttons/home.gif); }
.button.profile	{ background-image: url(/images/interface/buttons/profile.gif); }
.button.account	{ background-image: url(/images/interface/buttons/account.gif); }
.button.logout	{ background-image: url(/images/interface/buttons/logout.gif); }
.button.equip	{ background: #00b73f; }
.button.buy		{ background: #dff2bf; color: #4f8a10; }
.button.world	{ background-image: url(/images/interface/buttons/world.png); }
.button.edit	{ background: #00b73f; }
.button.remove	{ background: #d8000c; }
.button.checkout{ background: #ff1563; }
.button.undo 	{ background: #7c9ea7; }
.button > .icon {
	float: left;
	margin-right: 3px;	
}
.button.highlight {
	background: none;
	text-decoration: none;
}
.button.buy.cart.highlight {
	color: #f0a;
}

/* helpers / messages */
.message {
	border: 1px solid;
	width: auto;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;	
}
#messages > .message {
	margin: 0;	
}
.message.error		{ color: #d8000c; background-color: #ffbaba; background-image: url(/images/interface/icons/error_32x32.png); }
.message.info		{ color: #00529b; background-color: #bde5f8; background-image: url(/images/interface/icons/info_32x32.png); }
.message.success	{ color: #4f8a10; background-color: #dff2bf; background-image: url(/images/interface/icons/success_32x32.png); }
.message.warning	{ color: #9f6000; background-color: #feefb3; background-image: url(/images/interface/icons/warning_32x32.png); }
.message.download	{ color: #4f8a10; background-color: #dff2bf; background-image: url(/images/interface/icons/download_32x32.png); }
.message.buy		{ color: #4f8a10; background-color: #dff2bf; background-image: url(/images/interface/icons/buy_32x32.png); }
.highlight {
	color: #f0a;
	font-weight: bold;
}
.error {
	color: #e00;	
}