* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 62.5%;
	line-height: 1.2em;
	background: #eee;
	margin: 0 auto;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background: #fff;
	font-size: 1.2em;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.column, .left {
	float: left;
}

.right {
	float: right;
}

#left {
	background: url("/images/gray.png") repeat-x;
	clear: none;
	padding: 20px 5px 5px 5px;
	width: 180px;
}

#header {
	background: #660000 url("/images/red.png") repeat-x;
	width: 785px;
	height: 100px;
	color: #f0f0f0;
}

#header #title {
	font: 3em/1em "Trebuchet MS" bold;
	margin: 25px 0 0 1em;
}

#footer {
	width: 100%;
	text-align: left;
	color: #666;
}

#search {
	margin-right: 1em;
	margin-top: -.8em;
}

#search #quick-search {
	width: 120px;
}

#language {
	margin-right: 1em;
	margin-top: .5em;
}

#content {
	margin-top: 10px;
	width: 785px;
}

#navigation dt, #navigation dd {
	margin: 0;
	padding: .2em;
	font: 1.4em Georgia, Times, serif;
}

#navigation dt {
	font-weight: bold;
}

#navigation dd {
	padding-left: .5em;
}

#navigation dd:hover {
	background: #d7e7f7;
}

#navigation a {
	text-decoration: none;
}

#footer {
	text-align: right;
}

a:link, a:active {
	color: #900;
}

a:visited, a:hover {
	color: #600;
}

#about {
	background: #fff url("/images/graphs.png") -200px -75px no-repeat;
	padding: 35px;
	margin-bottom: 1em;
}

.more {
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-align: right;
	margin-right: 2em;
}

ul.buttons {
	margin-top: 1em;
}

ul.buttons li {
	padding: 3px;
	display: inline;
	font-weight: bold;
}

li {
	list-style: square outside;
	margin-left: 1.8em;
}

ul.plain li {
	list-style: none;
}

.bold { 
	font-weight: bold;
}

li p {
	margin: 0;
	padding: 0;
}

td {
	font-size: .75em;
	vertical-align: top;
	text-align: left;
	padding-top: .5em;
}

tr.underline td {
	border-bottom: 1px solid #ccc;
}

.clear {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

.space-right {
	margin-right: 5px;
}

.space-left {
	margin-left: 5px;
}

.space-both {
	margin: 5px 0;
}

.space {
	margin: 5px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

hr {
	border: none 0;
	border-top: 1px solid #660000;
	height: 1px;
	margin: 1em 0;
}

h1, h2, h3, h4, h5 {
	margin: .1em 0;
	line-height: 1.5em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
}

h2, h3, h4, h5 {
	margin-bottom: .5em;
}

h2 {
	font-weight: bold;
	color: #660000;
}

h3 {
	color: #333;
}

h5 {
	background: #f6f6f6;
	color: #666;
	border-bottom: 1px solid #eee;
}

.sub {
	background: #f0f0f0;
	border-bottom: 1px solid #aaa;
}

p, li, dt, dd {
	margin-bottom: 1em;
	line-height: 1.5em;
}

.inline li {
	list-style-type: none;
	display: inline;
}

.inline-list ul, .inline-list li {
	display: inline;
	padding: 0;
	margin: 0;
}

.button {
	color: #003;
	background: #9cf;
	padding: 5px;
	font-weight: bold;
}

img {
	border: none;
	text-align: right;
}

.thumbnail {
	background: #fff url("/images/magazine-thumb-background.png") no-repeat;
	padding: 5px;
	width: 95px;
	height: 130px;
	overflow: hidden;
	text-align: left;
}

.thumbnail img {
	width: 85px;
	height: 120px;
}

img.frame {
	border: 1px solid #999;
}

.xx-small {
	width: 15%;
}

.x-small {
	width: 25%;
}

.small {
	width: 33%;
}

.half {
	width: 50%;
}

.large {
	width: 66%;
}

.x-large {
	width: 85%;
}

.full {
	width: 100%;
}

/** forms */
fieldset {
	border: 0;
}

input, select {
	color: #222;
}

.text {
	padding: 2px;
	font: 1.1em/1em Arial, Helvetica, sans-serif;
	display: inline;
	border: 1px solid #900;
}

.text:hover {
	border: 1px solid #ffc;
}

form dl {
	clear: left;
	display: block;
}

form dt {
	float: left;
	width: 25%;
	padding: 0 0 .1em .2em;
}

form dd {
	padding: 0 0 .1em 0;
}

.form dt {
	text-align: right;
	margin-right: 1em;
}

.form dd input[type="text"], .form dd textarea {
	font-family: sans-serif;
	width: 30em;
}



.ident {
	color: #666;
	margin-right: 1em;
}

.obs {
	padding: 5px;
	font-size: 1.1em;
	background: #ebf3fb url("/images/obs.png") repeat-x;
	border: 1px solid #ccddee;
	margin-bottom: 1em;
}

.obs p {
	font-weight: bold;
	margin: 0;
}

.obs a:link {
}

table {
	font-size: 1.3em;
}

table.magazine-issues .month {
	width: 30%;
}

table.magazine-issues .title {
	width: 60%;
}

.image {
	border: 1px solid #ccc;
}

#cart-table {
	width: 100%;
}

#cart-table .amount {
	width: 3em !important;
}

#submit-cart {
	text-align: right;
}
