/* CSS Document */
@charset "utf-8";
body {
	color: #000000;
	background: #ECEBE3;
}
li {
	list-style: none;
}
a {color:#FF3300; text-decoration:none;}
a:hover {text-decoration: underline;}
a[href^="#"] {
}
.access_point {
	font-size: 1.2em;
}
h2 {
	margin: 10px;
	padding: 5px;
	font-size: 2em;
	font-weight: bold;
	color: #0099BF;
}

h3 {
	margin-bottom: 12px;
	padding-left: 10px;
	border-bottom: 3px dotted #D9D7D0;
}
h3 span {
	margin-left: 12px;
	padding: 3px 8px;
	font-size: 1.4em;
	font-weight: bold;
	border: 1px solid #AFAB9C;
	background: #ECEBE3;
	color: #0099BF;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #B1B0A9;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
}

.block {
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	border-top: 3px solid #D9D7D0;
	border-bottom: 2px dashed #D9D7D0;
	background: #FFFFFF;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background: #ECEBE3;
	border-right: 5px solid #D9D7D0;
	border-left: 5px solid #D9D7D0;
}
#header {
	background: #FFFFFF;
}

#howtoBuy p, #fee, #address p, #address dl {
	margin-right: 20px;
	margin-left: 20px;
}
table.item {
	margin-right: 20px;
	margin-left: 20px;
	width: 620px;
}
table.item td {
	padding-bottom: 3px;
	vertical-align: middle;
	padding-top: 3px;
	border-bottom: 1px solid #B1B0A9;
}
table.item td.jacket {
	width: 150px;
}
table.item td.jacket img {
	height: 150px;
	width: 150px;
}
table.item dt {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0.5em;
	border-bottom: 2px dotted #706B5A;
}
table.item dd {
	padding-top: 0.5em;
	padding-left: 1em;
}
table.item dd ol {
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.item strong {
	font-weight: bold;
	color: #FF3300;
}
.item em {
	font-weight: bold;
	color: #0066FF;
	font-style: normal;
}
.atiTunesStore {
	font-size: 0.9em;
}
#nav ul {
	line-height: 2.5em;
	margin-bottom: 10px;
}
#nav li {
	display: inline;
}
#nav li a {
	padding: 4px 4px 4px 6px;
	background: #BDD9E3;
}
#nav li a:hover {
	background: #2D596A;
	color: #FFFFFF;
}
#fee table {
	font-size: 1.2em;
    border: 3px #B1B0A9 solid;
	margin-bottom: 5px;
}
#fee table th, #fee table td {
    padding: 5px;
    border-bottom: 1px solid #B1B0A9;
    border-right: 1px dotted #B1B0A9;
}
#fee p {
	font-size: 1em;
	margin-top: 10px;
}
#address dt {
	font-weight: bold;
	width: auto;
	border-top: 1px dotted #B1B0A9;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
#address dd {
	font-weight: bold;
	color: #FF0066;
	border-bottom: 1px dotted #B1B0A9;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#address dd a {
	color: #FF0066;
}
#address dd a:hover {
}
#footer {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

