body {
	background-attachment: fixed;
	background-color: #aaa;
	background-image: url(/images/layout/textures/wood-tile.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial;
	margin: 0;
}

body.Desk {
	background-image: url(/images/layout/textures/desk.jpg);
	background-repeat: repeat;
}

body.Train {
	background-image: url(train.jpg);
	background-repeat: no-repeat;
}

body.Lap {
	background-image: url(denim.jpg);
	background-repeat: repeat;
}

#wrapper-wrapper {
	background: transparent url(/images/layout/background.png) no-repeat top center;
	min-height: 800px;
}

#wrapper {
	margin: 0 auto;
	width: 968px;
}

#header {
	height: 100px;
}

#header h1 {
	background: transparent url(/images/layout/mynetlet-logo.gif) no-repeat 10px 22px;
	height: 63px;
	padding: 22px 0 0 10px;
	text-indent: -3000em;
	width: 254px;
	margin: 0;
}

#header h1 a {
	display: block;
	height: 78px;
	outline: none;
	width: 257px;
}

#rss-link {
	display: block;
	float: right;
	height: 64px;
	margin-right: 25px;
	margin-top: 26px;
	outline: medium none;
	text-indent: -2000em;
	width: 69px;
}

#top-menu {
	color: #FFFFFF;
	float: right;
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}

#top-menu li {
	float: left;
	padding: 3px 10px 3px 0;
	font-size: 16px;
}

#topmenu li a:hover {
	color: #efefef;	
}

#top-menu li a {
	color: #fff;
}

#top-menu li.first {
	padding-left: 10px;
}

#top-menu li.logout a {
	/*background: transparent url(/images/layout/power-button.png) no-repeat right 1px;*/
	padding-right: 17px;
}

#top-menu li.logout a:hover {
	color: #efefef;	
}

#login-form {
	padding: 0;
	font-size: 11px;
	color: #fff;
	margin: 28px 20px 0 0;
	width: 420px;
	float: right;
}

#login-form div {
	float: right;
	width: 100px;
}

div#login-links {
	width: 420px;
	text-align: right;
	margin-top: 5px;
}

div#login-links a {
	color: #fff;
}

div#login-links a:hover {
	color: #fff;
	text-decoration: underline;
}

#navbar_password, #navbar_username {
	margin: 0 10px 0 0;
	float: left;
	width: 142px;
	height: 21px;
	font-size: 16px;
	background: transparent url(/images/layout/login-input.png) no-repeat scroll bottom right;
	border: 0;
	padding: 8px 4px;
	color: #fff;
}

#login_submit {
	font-size: 11px;
	padding: 0 5px;
	margin: 0;
	border: 1px solid #efefef;
}

label#label_cookie {
	cursor: pointer;
	font-size: 11px;
	display: block;
	margin-top: 5px;
	overflow: hidden;

}

label#label_cookie input {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}

label#label_cookie span {
	float: right;
	display: block;
}

#tablet {
	background: transparent url(/images/layout/tablet-bg.png) repeat;
	color: #fff;
}

#tablet-inner {
	background: transparent url(/images/layout/tablet-glare.png) no-repeat 14px 0;
	padding: 0 25px;
}

#tablet-top {
	background: url(/images/layout/tablet-top.png);
	height: 27px;
}

#tablet-bottom {
	background: url(/images/layout/tablet-bottom.png);
	height: 36px;
}

#content-main {
	background: url(/images/layout/content-bg.png);
	color: #000;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 18px;
	width: 868px;
}

#content-top {
	background: url(/images/layout/content-top.png);
	height: 18px;
}

#content-bottom {
	background: url(/images/layout/content-bottom.png);
	height: 18px;
}

#content-top,#content,#content-bottom {
	margin: 0 auto;
	width: 904px;
}

#tablet-header {
	height: 50px;	
}

#cse-search-box {
	float: right;
	width: 210px;
}

#cse-search-box a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 4px 45px 0 0;
	text-align: right;
}

#cse-search-box a:hover {
	color: #fff;
}

#search-text {
	width: 160px;
}

#search-submit {
	background: transparent url(/images/layout/search.png) center center;
	text-indent: -100em;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}

#menu, #sub-menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin-right: 200px;
}

#menu li {
	float: left;
	margin: 0 15px;
}

#menu li.first {
	margin-left: 0;
}

#menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

#sub-menu {
	margin: 3px 0 0 0;
}

#sub-menu li {
	margin: 2px 10px;
	float: left;
}

#sub-menu li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	text-decoration: none;
}

#sub-menu li.popupmenu a {
	padding-right: 20px;
}

#sub-menu li a:hover {
	background-color: #1c1c1c;
}

#sub-menu li ul, #top-menu li ul,#menu li ul {
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #1C1C1C;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}

#sub-menu li ul li, #top-menu li ul li, #menu li ul li {
	float: none;
	margin: 0;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#sub-menu li ul li a, #top-menu li ul li a, #menu li ul li a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
	display: block;
	padding: 3px;
	font-weight: normal;
	font-size: 13px;
}

#sub-menu li ul>li:first-child a:hover, #menu li ul>li:first-child a:hover,#top-menu li ul>li:first-child a:hover {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#sub-menu li ul>li:last-child a:hover, #menu li ul>li:last-child a:hover, #top-menu li ul>li:last-child a:hover {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#sub-menu li ul li a:hover, #top-menu li ul li a:hover, #menu li ul li a:hover {
	background: #3F3F3F;
}

.menu-header {
	font-style: italic;
	background-color: #000;
	border-bottom: 1px #fff solid;
	padding: 2px 5px;
	color: #fff;
}

#tablet-footer {
	margin: 13px 0 0;
	text-align: center;
	font-size: 11px;
}

#footer p {
	font-size: 11px;
	text-align: center;
	margin-bottom: 0;
}

#footer p a {
	color: #fff;	
}

#content-column, #content-column-wide {
	float: left;
	padding-right: 18px;
	width: 550px;
}

#content-column-wide {
	width: 730px;
}

#skyscraper {
	width: 120px;
	float: right;
}

#headlines {
	margin-bottom: 15px;
	overflow: hidden;
}

.headline {
	display: block;
	float: left;
	height: 235px;
	overflow: hidden;
	position: relative;
	margin: 0;
	background-repeat: no-repeat;
}

.headline.a1 {
	-moz-border-radius-topleft: 10px;
	margin-bottom: 1px;
	width: 304px;
}

.headline.a2 {
	-moz-border-radius-topright: 10px;
	margin: 0 0 1px 1px;
	width: 245px;
}

.headline.a3 {
	-moz-border-radius-bottomleft: 10px;
	width: 245px;
}

.headline.a4 {
	-moz-border-radius-bottomright: 10px;
	margin-left: 1px;
	width: 304px;
}

.headline.a1 span, .headline.a4 span {
	width:	294px;
}

.headline.a2 span, .headline.a3 span {
	width:	235px;
}

.headline.a3 a span {
	-moz-border-radius-bottomleft: 10px;
}

.headline.a4 a span {
	-moz-border-radius-bottomright: 10px;
}

.headline a {
	color: #FFF;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.headline a:hover {
	color: #BF7F23;
	text-decoration: none;
}

.headline a span {
	background: transparent url(/images/layout/headline-bg.png);
	bottom: 0;
	font-size: 24px;
	margin: 0;
	padding: 5px;
	position: absolute;
	width: 100%;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 300px;
}

#sidebar h3,#news h3 {
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 7px;
	text-transform: uppercase;
}

#sidebar h3 a, #sidebar h3 a:hover {
	color: #000;	
}

.widget {
	margin-bottom: 10px;	
}
h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h2,h3 {
	margin: 0 0 6px 0;
	padding: 0;
	text-transform: uppercase;	
}

.recent-thread {
	overflow: hidden;
	font-size: 11px;
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 10px;
	height: 30px;
}

.recent-thread .title {
	font-size: 10pt;
	margin-bottom: 2px;
}

.recent-thread .date {
	width: 50%;
	text-align: right;
	float: right;
}

.recent-thread .replies {
	float: left;
	width: 50%;
	font-style: italic;
}

.news {
	clear: left;
}

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

.news .date {
	margin: 0 0 13px 0;
	font-size: 11px;
	color: #999;
}

.news .attachment {
	width: 150px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
}

.news .attachment img {
	border: 0;	
}

.share {
	height: 40px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 13px;
}

.comment-bubble {
	width: 30px;
	float: right;
	display: block;
	text-decoration: none;
}

.num-comments {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #E3962D;
	color: #fff;
	display: block;
	text-align: center;
	font-family: helvetica;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 16px;
}
	
.comment-tail {
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border-style: solid;
	border-color: #fff #fff #fff #E3962D;
	border-width: 0 8px 10px;
	margin-left: 10px;
}

.tablet-list {
	border-bottom: 1px dotted #1A1A1A;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}

.tablet-list img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px #1a1a1a solid;
	padding: 1px;
}

.tablet-list p {
	margin: 5px 0;
}

.tablet-list h3, .tablet-list p {
	margin-left: 160px;
}

.tablet-info-links {
	text-align: right;
	margin-bottom: 2px;
}

.page-menu {
	float: left;
	padding: 10px;
	background: #E0E0E0;
	border: 1px solid #000000;
	margin: 0 15px 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page-menu p {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}

.page-menu ol {
	margin: 15px 0;
	padding: 0 0 0 25px;
}

.product-thumbnail {
	border: 1px solid #3F3F3F;
	width: 150px;
	float: right;
	margin-left: 15px;
}

.product-thumbnail img {
	
}

#specs {
	width: 200px;
	float: left;
	clear: left;
	margin-right: 15px;
}

.specifications {
	border: 1px solid #3f3f3f;
	margin: 0 10px 10px 0;
	width: 190px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.specifications dt, .specifications dd {
	padding: 2px;
}

.specifications dt {
	font-weight: bold;
	color :#fff;
	background: #3f3f3f;
	font-size: 11px;
}

.specifications dd {
	margin: 0;
}

#where {
	clear: both;
}

div.image-centered {
	width: 100%;
}

.image-centered img {
	margin: 0 auto;
	border: 1px #1a1a1a solid;
	display: block;
}

.news-archive {
	margin: 2px 0 12px;
}

.news-archive span {
	font-size: 11px;
	float: right;
}

#navbar-row {
	background:url(/forum/images/ca_evo_black/misc/bg_navbar.gif) no-repeat left 2px;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}

#rr-1-forum h2 {
	margin: 15px 0 2px;
}

#rr-1-forum p {
	margin: 0 0 10px;
}

p.first { margin-top: 0; }