@charset "utf-8";
/* CSS Document */

/* Basic Elements */
html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#242424;
	background-image:url(images/bg.gif);
}
#container {
	width: 800px;
	margin:auto;
	background-color:#FFF;
	border-left:2px #222222 solid;
	border-right:2px #222222 solid;
}
#header {
	width: 800px;
	height: 120px;
	background-color:#000;
}
#breadcrumb {
	text-align:left;
	padding:10px 10px;
	font-size:12px;
	border-bottom:1px solid #333;
}
#logo {
	margin:12px 0 0 38px;
	padding:0;
	float:left;
}
#toptxt {
	width:270px;
	float:right;
	margin:20px 130px 0 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
#codebox {
	border: 6px #CCC dashed;
	background-color:#FFF;
	color:#900;
	font-size:36px;
	font-weight:bold;
	margin:24px 0 0 150px;
	float:left;
	padding:10px 18px;
}
#content {
	float: right;
	width: 100%;
}
#buttons {
	text-align:center;
	margin-top:20px;
}
#left {
	float: left;
	width: 22%;
}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	color: #fff;
	padding: 10px 0;
	background: #4d4b51;
	text-align:center;
	font-size:13px;
}
#footer a {
	color:#FFF;
}
/* Sidebar */
#sidebar {
	margin-top:0px;
}
#sidebar ul {
	margin: 0 0 27px 0;
	padding: 0;
	list-style: none;
}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	border-left: 7px solid #cecece;
	text-decoration: none;
	padding: 4px 0 4px 12px;
}
#sidebar li a:hover {
	color:#FF9900;
	border-left: 7px solid #FF9900;
}
div.sidebar {
	float:left;
	width:50%;
}
ul.sidebar li {
	margin-left:26px;
}
ul.sidebar li.title {
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:16px;
	color:#333;
	list-style-type:none;
}
/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	color:#666;
	line-height:22px;
}
table {
	color:#666;
	margin: 10px auto;
	border: 1px solid #999;
	border-collapse:collapse;
}
table th {
	padding:8px 10px;
	background-color:#feffdb;
	border: 1px dashed #ccc;
}
table tr {
}
table td {
	padding:4px 10px;
	border: 1px solid #999;
}
table caption {
	padding:8px 10px;
	background-color:#d9f6ff;
	border: 1px solid #999;
	border-bottom:none;
	font-weight:bold; /* may want to make caption line up properly by indenting margin*/
}
ul {
	color:#666;
	line-height:24px;
	padding:10px;
	margin-left: 28px;
	list-style-type:square;
}
ul ul {
	color:#666;
	line-height:24px;
	margin:0;
	list-style-type:circle;
}
ol {
	color:#666;
	line-height:24px;
	padding:10px;
	margin-left: 38px;
}
img {
	border: 0;
}
img.big-code {
	margin:12px auto 10px;
	padding:14px;
	display:block;
	border:3px #666 solid;
}
img.center {
	margin:16px auto 26px;
	padding:6px;
	display:block;
	border:1px #ccc solid;
}
img.padded {
	float:right;
	padding:6px;
	border:1px #ccc solid;
	margin: 8px;
}
h1 {
	text-align:center;
	margin:18px 0 7px 0;
	color:#333;
	font-size:38px;
}
h2 {
	text-align:center;
	margin:8px 0 24px 0;
	color:#666;
	font-size:24px;
	font-weight:normal;
}
h3 {
	font-size:20px;
	margin:30px 0 7px 10px;
	color:#333;
}
h4 {
	font-size:16px;
	margin:15px 0 7px 10px;
	color:#333;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:visited {
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
	color:#666;
	font-size:14px;
	font-weight:normal;
}
.button {
	margin:12px 28px;
}
.boldfront {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.bonus_txt {
	font-weight:bold;
	color:#900;
}
.banner {
	margin-top:25px;
}
.bonusbox {
	margin:15px 14px 0 14px;
	padding:6px 9px;
	height:200px;
	border: 2px dashed #CCC;
}
.ver {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-bottom:50px;
}
.out {
	background: url(images/ext-link.png) no-repeat 100%;
	padding: 0 18px 0 0;
}
.green_note {
	border:2px solid #060;
	background-color:#dbffdf;
	padding:6px;
	color:#030;
}
.article {
	border:1px solid #999;
	padding:6px 6px 6px 40px;
	margin:10px;
	background: url(images/page_white_text.png) no-repeat 2% 49%;
}
/* coupon */

div.coupon {
	border:3px dashed #ffc000;
	background-color:#fdeeb1;
	margin:30px 65px 8px;
	padding:10px;
	height:46px;
}
div.coupon .success {
	float:left;
	background-color:#090;
	height:28px;
	padding:6px 12px 10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border:1px dashed #fff;
	text-align:center;
}
div.coupon .success span {
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
}
div.coupon .text {
	float:right;
	height:26px;
	padding:8px 8px 8px 0;
	font-size:22px;
	margin-right:4px;
}
div.coupon .code {
	float:right;
	background-color:#FFF;
	height:26px;
	padding:8px 12px;
	font-size:24px;
	color:#900;
	border:2px dashed #CCC;
}
div.coupon_sub {
	background-color:#FFF;
	border:1px solid #999;
	padding:6px 8px;
	margin:0 90px 30px;
	text-align:center;
	line-height:160%;
}
div.coupon_sub span.bonus {
	font-size:14px;
	font-weight:bold;
	color:#090;
}
div.coupon_sub span.limited {
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

