@charset "UTF-8";
/* #################################################### Basic */
p {
	margin: 0 0 12px;
	padding: 0;
	}
a { color: #888; }
form, fieldset, input, select, option, textarea, textarea, button {
	font-size: 12px;
	font-family: arial, sans-serif;
	}
	input {
		padding: 5px;
		border: 1px solid #a4cedf;
		background: #fff;
		}
		input[type="checkbox"] {
			padding: 0;
			border: 0;
			}
		input[type="checkbox"][checked] {
			outline: 0 !important;
			-moz-outline: transparent !important;
			}
	textarea {
		padding: 5px;
		border: 1px solid #a4cedf;
		background: #fff;
		}
span.btn {
	display: block;
	margin: 0 0 12px;
	height: 28px;
	background: url(../img/app/btn_grey.png) repeat-x 0 -28px;
	}
	span.btn a {
		display: block;
		text-decoration: none;
		background: url(../img/app/btn_grey.png) no-repeat 0 0;
		}
		span.btn a span.container {
			display: block;
			padding: 6px 10px;
			background: url(../img/app/btn_grey.png) no-repeat 100% -56px;
			}
span.btn:hover { background-position: 0 -112px; }
	span.btn:hover a { background-position: 0 -84px; }
		span.btn:hover a span.container { background-position: 100% -140px; }
/* #################################################### Layout */
.twocol_menu {}
	.twocol_menu #menu {
		float: right;
		width: 280px;
		}
	.twocol_menu #primary {
		float: left;
		width: 540px;
		}
.twocol {}
	.twocol #primary { float: left; width: 410px; }
	.twocol #secondary { float: right; width: 410px; }
	.twocol #tertiary { clear: both; width: 100%; }
.twocol.three-two {}
	.twocol.three-two #primary { width: 540px; }
	.twocol.three-two #secondary { width: 280px; }
.twocol.one-one {}
	.twocol.one-one #primary { width: 410px; }
	.twocol.one-one #secondary { width: 410px; }
.twocol.two-three {}
	.twocol.two-three #primary { width: 280px; }
	.twocol.two-three #secondary { width: 540px; }
.onecol-twocol {}
	.onecol-twocol #primary { width: 100%; clear: both; }
	.onecol-twocol #secondary { float: left; width: 540px; }
	.onecol-twocol #tertiary { float: right; width: 280px; }
.prompt {}
	.prompt #content { text-align: center; }
		.prompt #breadcrumb, 
		.prompt #message { text-align: left; }
		.prompt #primary {
			margin: 0 auto;
			width: 60%;
			text-align: left;
			}
		.prompt #secondary { clear: both; }
		.prompt #tertiary { clear: both; }
#popup { background-image: none; }
#popup #container { width: auto; }
	#popup #header,
	#popup #footer { display: none; }
	#popup #content { padding: 0; }
		.highslide-body .box { padding: 1px 0 0; }
		#popup .box { padding: 1px 0 0; }
/* #######################################################################  Interface */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, sans-serif;
	color: #888;
	background: #ddeef6 url(../img/bg_body.png) repeat-x 50% 0;
	}
#container {
	margin: 25px auto 0;
	padding: 0;
	width: 910px;
	text-align: left;
	background: url(../img/bg_container.png) repeat-y 50% 0;
	}
	#header {
		height: 113px;
		padding: 0 15px;
		background: url(../img/bg_header.png) no-repeat 50% 0;
		}
		#header h1 {
			margin: 0;
			padding: 0;
			}
			#header h1 a {
				text-indent: -9999px;
				position: absolute;
				top: 57px;
				margin-left: 20px;
				width: 185px;
				height: 66px;
				}
		#countdown {
			position: absolute;
			top: 4px;
			width: 880px;
			color: #e88;
			text-align: center;
			font-size: 11px;
			}
		#username {
			padding: 50px 20px 6px 0;
			text-align: right;
			color: #fff;
			font-size: 19px;
			}
			#username form fieldset div {
				margin: 0 0 3px;
				font-size: 19px;
				letter-spacing: -1.0px;
				}
		#nav {
			float: right;
			text-align: right;
			margin: 0 20px;
			min-width: 150px;
			white-space: nowrap;
			}
			#nav ul {
				margin: 0;
				padding: 0;
				list-style: none;
				}
				#nav li {
					margin: 0 0 0 3px;
					padding: 0;
					height: 27px;
					overflow: hidden;
					display: block;
					float: left;
					background: url(../img/bg_nav_li.png) no-repeat 100% 0;
					}
					#nav a {
						margin: 0;
						display: block;
						float: left;
						background: url(../img/bg_nav_li_a.png) no-repeat 0 0;
						text-decoration: none;
						color: #4a9ebe;
						}
				#nav li:hover { background-position: 100% -27px; }
					#nav li:hover a { background-position: 0 -27px; }
						#nav span {
							display: block;
							padding: 6px 10px;
							}
						#nav #nav_edit_account span {
							margin: 0 0 0 10px;
							padding-left: 20px;
							background: url(../img/bg_nav_edit_account.png) no-repeat 0 50%;
							}
	#content {
		clear: both;
		min-height: 25px;
		padding: 20px 35px 1px;
		background: url(../img/bg_content.png) no-repeat 50% 100%;
		}
		#breadcrumb {
			margin: 0 0 18px;
			color: #ccc;
			}
			#breadcrumb a {
				color: #ccc;
				text-decoration: none;
				}
				#breadcrumb a:hover { text-decoration: underline; }
			#breadcrumb span {
				color: #ccc;
				padding: 0 5px;
				}
		#content h1 {
			margin: 0 0 12px;
			color: #629dbb;
			font-size: 26px;
			font-weight: normal;
			letter-spacing: -1px;
			}
		#message { margin: 0 0 12px; }
			#message.error {
				color: #d00;
				font-weight: bold;
				}
			#message.success { color: #060; }
		#primary {}
		#secondary {}
	#footer {
		padding: 30px 0 30px;
		text-align: center;
		font-size: 12px;
		background: #ddeef6 url(../img/bg_footer.png) no-repeat 50% 0;
		}
		#footer a {
			text-decoration: none;
			}
			#footer a:hover { text-decoration: underline; }
/* ####################################################################### Pages */
#user {}
	#user #content {}
		#user #menu {}
			#user #your_friends {}
				#user #your_friends.box.table table td.delete {
					padding: 2px 5px 2px 2px;
					width: 10px;
					}
				#user #ie #your_friends.box.table table td.delete { padding: 2px 0; }
					#user #your_friends .delete img { display: block; }
			.badge {
				float: right;
				display: block;
				width: 21px;
				height: 21px;
				text-indent: -9999px;
				background: url(../img/app/icon_number_badge.png) no-repeat;
				}
			.n1 { background-position: 0 0; }
			.n2 { background-position: 0 -21px; }
			.n3 { background-position: 0 -42px; }
			.n4 { background-position: 0 -63px; }
			.n5 { background-position: 0 -84px; }
			.n6 { background-position: 0 -105px; }
			.n7 { background-position: 0 -126px; }
			.n8 { background-position: 0 -147px; }
			.n9 { background-position: 0 -168px; }
			.n10 { background-position: 0 -189px; }
			.n11 { background-position: 0 -210px; }
			.n12 { background-position: 0 -231px; }
			.n13 { background-position: 0 -252px; }
			.n14 { background-position: 0 -273px; }
			.n15 { background-position: 0 -294px; }
			.n16 { background-position: 0 -315px; }
			.n17 { background-position: 0 -336px; }
			.n18 { background-position: 0 -357px; }
			.n19 { background-position: 0 -378px; }
			.n20 { background-position: 0 -399px; }
				a.badge span { display: none; }
		#user #primary {}
#friend {}
	#friend .box.table .header span.btn {
		float: right;
		margin: -6px 0 12px;
		}
		#friend .box.table .header span.btn span.icon {
			display: block;
			float: left;
			margin: 0 5px 0 0;
			width: 16px;
			height: 16px;
			text-indent: -9999px;
			background: url(../img/app/icon_shirt.png) no-repeat 0 0;
			}
	#friend em.new {
		display: block;
		float: left;
		margin: 2px 8px 0 0;
		width: 18px;
		height: 12px;
		text-indent: -9999px;
		background: url(../img/app/icon_new.png) no-repeat 0 0;
		}
		.box.table.v.highlight table tbody tr.new td {/* background: #f5fcff; */}
#popup { background: #fff; }
	#popup #content {}
		#popup #primary {}
#bookmarklet {}
	#bookmarklet #content {}
		#bookmarklet #primary {}
#edit_item.box.table.h { margin: 0; }
	#edit_item.box.table.h .header { margin-top: 10px; }
#reserve_item.box.table.h { margin: 0; }
	#reserve_item.box.table.h .header { margin-top: 10px; }
#give_item.box.text { margin: 0; }
	#give_item.box.text .header { margin-top: 10px; }
#profile_info.box { margin: 0; }
	#profile_info.box .header { margin-top: 10px; }
