/* @override http://localhost:8888/stylesheets/master.css */

body {
	color: #185b7b;
	letter-spacing: 1px;
	font-family: Times, "Times New Roman", Times, serif;
	background-color: #000;
}

h1 {
	color: #2d2e2c;
	margin: 1em 0;
}

h2 {
	color: #7d7b77;
}

a, a:link, a:active, a:visited, a:hover {
	color: #33a3d9;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #98d2ec;
}

/* @group Basics */

em {
	color: #98d2ec;
	letter-spacing: 2px;
}

hr {
	background-color: #2d2e2c;
}

/* @group BlockQuote */

blockquote {
	position: relative;
	color: #8e5109;
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 0.1em;
	background-color: #fce5cb;
}

blockquote .quote {
	font-size: 3em;
	line-height: 0.125em;
	vertical-align: text-bottom;
	color: #f99319;
}

blockquote em {
	color: #4e2a02;
	background-color: #fbcb93;
}

blockquote strong {
	color: #4e2a02;
}

/* @end */

/* @group Form */

form ul {
	padding: 0;
	margin: 0 0 1.5em;
	list-style-image: none;
	list-style-type: none;
}

form ul li {
	padding: 0 0 0.25em;
	margin: 0;
}

form label {
	float: left;
	line-height: 2em;
}

form input[type="text"], form textarea {
	color: #185b7b;
	border-color: #98d2ec;
}

form input[type="submit"] {
	border: 2px solid #33a3d9;
	border-right-color: #185b7b;
	border-bottom-color: #185b7b;
	background-color: #2681ac;
	color: #cde9f5;
}

/* @end */

/* @end */

/* @group Classes */

.pointer {
	cursor: hand;
	cursor: pointer;
}

.highlight {
	color: #000;
	background-color: #feffff;
	font-style: italic;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 1.25;
}

.highlight2 {
	color: #98d2ec;
}

.hidescr {
	display: none;
}

.pull {
	margin-left: -0.33em;
}

.push {
	margin-left: 0.33em;
}

.center {
	text-align: center;
}

.notice {
	border: none;
	background-color: #fbea94;
	color: #4f4203;
	margin-bottom: 1.5em;
}

.notice strong {
	color: #4e2a02;
}

/* @end */

/* @group Specials */

/* @group Cover */

#cover {
	position: absolute;
	right: -100px;
	top: -220px;
}

/* @end */

/* @group Thumb */

#thumb {
	position: absolute;
	right: -75px;
	top: -50px;
}

#thumb a:hover {
	border: none;
}

/* @end */

/* @group New */

#new {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px;
	background-color: #0f2735;
	font: 11px Trebuchet, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

/* @end */

/* @group Music */

#music {
	height: 77px;
	line-height: 0;
	padding: 0 10px 0px;
	background: url(../images/backgrounds/bgr_red.gif) repeat-x 0 bottom;
	margin-top: -17px;
}

/* @end */

/* @group Order */

#order {
	margin: 0;
}

#order a {
	color: #a80002;
	background: #660000 url(../images/cart.gif) no-repeat 10px 10px;
	display: block;
	padding: 10px;
	padding-left: 60px;
	text-decoration: none;
	border: none;
}

#order a:hover .hover {
	color: #ff0004;
	text-decoration: underline;
}

#order strong,
#order .hover {
	color: #bf0003;
	font-weight: bold;
	font-style: italic;
}

#order .highlight2 {
	color: #ff0004;
}

/* @end */

/* @group Glass Bottle */

/* @group in */

#glass_bottle .in p {
	padding: 10px;
	padding-left: 60px;
	color: #185b7b;
	background: #feffff url(../images/mail.gif) no-repeat 10px 10px;
	line-height: 28px;
}

#glass_bottle .in:hover .hover {
	text-decoration: underline;
	color: #33a3d9;
}

#glass_bottle .in .highlight2 {
	color: #33a3d9;
}

/* @end */

/* @group out */

#glass_bottle .out ul {
	padding: 1.5em 1.5em 0.75em;
	background-color: #fff;
}

/* @end */

/* @group response */

#glass_bottle .response p {
	padding: 0.75em 1.5em;
	background-color: #cde9f5;
	color: #185b7b;
}

/* @end */

/* @end */

#news {
	margin: 0 0 1.5em;
	padding: 1em 1.5em;
	color: #333;
	background-color: #f6f5f4;
	list-style-image: none;
	list-style-type: none;
}

#news li {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc;
}

#news li.last {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#news em {
	color: #333;
	letter-spacing: 1px;
}

/* @end */