@import url('reset.css');
@import url('common.css');
@import url('nd.css');

/* Admin Status Bar
------------------------------------------------------------------------------*/
#admin_status_bar {
	height: 20px;
	padding: 10px 20px;
	color: #ccc;
	background-color: #333;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	position: fixed;
	top:0; right: 0;
	z-index: 1000000;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 2px solid #ccc;
	border-top: none;
}

#admin_status_bar p {
	font-size: 12px;
	line-height: 20px;
	color: #fff !important;
}

#admin_status_bar a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px;
}
/*----------------------------------------------------------------------------*/


/* General
------------------------------------------------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #eee;
}

strong {
	font-weight: bold;
}

a {
	color: #cc0000;
}

.wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

h1 {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	margin-bottom: 1.2em;
}

h2.standard {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-bottom: 1.2em;
}

a.manual {
	text-align: center;
}

a.manual img {
	margin: 0 auto 20px auto;
	display: block;
	box-shadow: 0 0 5px #888888;
}

form.paypal label {
	display: block;
	font-weight: bold;
}
form.paypal label,
form.paypal select {
	margin-bottom: 10px;
}
/*----------------------------------------------------------------------------*/


/* Header
------------------------------------------------------------------------------*/
div#header {
	width: 100%;
	min-width: 960px;
	border-bottom: 15px solid #ccc;
	padding: 30px 0;
	background-color: #fff;
}

div#header div.wrapper {
	height: 43px;
	position: relative;
}

div#header ul.menu {
	right: 0;
	font-size: 14px;	
	display: block;
	position: absolute;
 	top: 0;
	font-weight: bold;
	
}

div#header ul.menu li {
	margin-left: 25px;
	
}

div#header ul.menu a {
	text-decoration: none;
	color: #fff;
	padding: 8px 20px 5px 20px;
	background-color: #999;
	line-height: 25px;
}

div#header ul.menu a.active,
div#header ul.menu a:hover {
	text-decoration: none;
	background-color: #000;
}

div#main {
	width: auto;
	padding: 30px;
	background-color: #eee;
}

div.spec_list {
	padding: 0 0 25px 0;	
}

div#header .logo_tsl {
	display: block;
	line-height: 0;
	width: 100px;
}

.logo_stepper_acid {
	margin-bottom: 25px;	
}


div#footer {
	min-width: 960px;
	width: 100%;
	border-top: 15px solid #ccc;
	padding: 30px 0;
	background-color: #fff;
}

div#footer img.logo_paypal {
	position: absolute;
	right: 0; bottom: 0;
}

div#footer p a {
	color: #999;
}

div#footer p span.sep {
	padding: 0 10px;
}


ul {
	line-height: 1.5em;
	font-size: 14px;
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1.5em;
}

span.sub_spec {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}

span.sub_spec strong {
	color: #666
}

p {
	line-height: 1.5em;
	font-size: 14px;
	margin-bottom: 1.5em;
}


h2 {
	color: #666	;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
.bb.features {

}

.bb.features .bb_left {
	width: 600px;
	text-align: left;
	padding-bottom: 25px;

}

.bb.features .bb_left.images {
}

.bb.features .bb_left.images img {
	padding-bottom: 25px;
}

.bb.features .bb_left.specs {
	width: auto;
	text-align: left;
	padding-left: 25px;
	width: 275px;
}

.side_wrapper {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin: 0 0 25px 0;
}

.side_wrapper p {
	text-align: center;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

.side_wrapper p.sub {
	color: #999;
	font-size: 14px;
}

.side_wrapper p.sub.small {
	color: #999;
	font-size: 12px;
}

.side_wrapper p.sub strong {
	color: #666
}

.side_wrapper form {
	padding: 10px 0 20px 0;
}

.side_wrapper p.big_price {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.logo_block {
	display: block;
	margin: 0 auto 20px auto;
}


.find_out_more {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	
	right: 0;
	font-size: 14px;	
	display: inline-block;

 	top: 0;
	font-weight: bold;
	
	text-decoration: none;
	color: #fff;
	padding: 8px 20px 5px 20px;
	background-color: #999;
	line-height: 25px;
}


a.find_out_more.active,
a.find_out_more:hover {
	text-decoration: none;
	background-color: #000;
}

div.video_box {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 20px;
}

div.video_box p:last-child {
	margin-top: 10px;
}

div.video_box p:last-child {
	margin-bottom: 0;
}
	
/*----------------------------------------------------------------------------*/