body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;	
	background: #666666 url(../img/bg_body.gif) center repeat-y;
}

td {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;	
	line-height: 16px;
}

img {
	border: 0px;
}

p, form {
	margin: 0px;
}

h1 {
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2, h3, h4 {
	display: block;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
}

a.product_title {
	display: block;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
}

h3 {
	text-transform: uppercase;
}

h4 {
/*	margin-bottom: 16px;*/
}

b, strong {
	color: #000000;
	font-weight: bold;
}

div {
	position: relative;
}

span.attention {
	font-weight: bold;
	color: #ff6600;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
/*	list-style-image: url(../img/bullet.gif);*/
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol li { 
	margin-bottom: 16px;
}


/* home */

div#home_items {
	width: 740px;
	padding: 8px 0px 0px 0px;
	overflow: hidden;
}

div#home_items a {
	width: 83px;
	height: 103px;
	float: left;
	margin: 0px 0px 10px 0px;
/*	filter: Alpha(opacity='25');
	-moz-opacity:.15;
	opacity:.15;*/
}
/*
div#home_items a:hover {
	filter: Alpha(opacity='100');
	-moz-opacity:1;
	opacity:1;
}
*/
div#home_items img {
/*	width: 60px;
	height: 80px;*/
	margin: 3px 0px 0px 0px;
}


/* general */

div#website {
/*	display: table;*/
	width: 973px;
	margin: auto;
	background: #ffffff url(../img/bg_website.gif) top left repeat-y;
	overflow: hidden;
}

div#main {
	float: left;
	margin-left: 16px;
	width: 740px;
	overflow: hidden;
}

div#header {
	width: 740px;
	height: 101px;
}

div#logo {
	float: left;
	margin-top: 21px;
	margin-left: 4px;
	width: 191px;
	height: 51px;
}

/* leaderboard */

div#leaderboard {
	float: right;
	margin-top: 0px;
	width: 484px;
	height: 90px;
}

div.leaderboard_item {
	width: 151px;
	height: 87px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	float: left;
	cursor: pointer;
}
div.leaderboard_item a {
	text-decoration: none;
}
div.leaderboard_txt a {
	color: #000000;
}
div.leaderboard_txt em a {
	color: #ff6600;
}
div.leaderboard_img {
	width: 52px;
	height: 50px;
	float: left;
	padding: 5px 4px 0px 4px;
	border-left: 1px #d9d9d9 solid;
}
div.leaderboard_txt {
	width: 87px;
	height: 40px;
	float: right;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	padding-top: 7px;
}
div.leaderboard_item em {
	clear: both;
	display: block;
	width: 137px;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
	font-size: 11px;
	padding-right: 14px;
	padding-top: 8px;
	margin-right: 0px;
	background: url(../img/button_streamer.gif) bottom right no-repeat;
}

/* breadcrumb */

div#breadcrumb {
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	font-size: 10px;
	line-height: 10px;
	color: #ff6600;
}

div#breadcrumb span {
	padding: 0px 0px 0px 6px;
}

div#breadcrumb a {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 6px;
	background: url(../img/breadcrumb_divider.gif) right no-repeat;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}


ul#menu {
	display: block;
	width: 740px;
	height: 31px;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
	list-style: none outside;
	
	background: #ffffff url(../img/menu_border.gif) bottom repeat-x;
	clear: both;
}

ul#menu li {
	display: block;
	float: left;
	height: 31px;
	margin: 0px -1px 0px 0px;
	background: url(../img/menu_item_divider.gif) top left no-repeat;
}

ul#menu li.active {
	background: #ffffff url(../img/menu_item_divider_selected.gif) top left no-repeat;
}

ul#menu li.first {
	background: none;
}

ul#menu a {
	display: block;
	float: left;
	padding: 0px 12px 0px 12px;
	
	height: 31px;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	
}

ul#menu a:hover {
	color: #ff6600;
}

ul#menu li.active a {
	color: #ff6600;
	background: url(../img/menu_item_divider_selected.gif) top right no-repeat;
}

ul#menu a.inactive, ul#menu a.inactive:hover {
	color: #999999;
}

div#home_header {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
	width: 731px;
}

div#theme_header {
	margin: 20px 0px 0px 0px;
	width: 740px;
	height: 224px;
}

div#theme_visual {
	float: left;
	width: 473px;
	height: 224px;
}

div#theme_content {
	float: right;
	width: 233px;
	height: 224px;
	padding: 0px 11px 0px 22px;
	background: url(../img/bg_text_home.gif) bottom repeat-x;
	overflow: hidden;
}

div#theme_content_home {
	float: left;
	width: 237px;
	height: 224px;
	padding: 0px 18px 0px 11px;
	background: url(../img/bg_text_home.gif) bottom repeat-x;
}

div.subnavigation {
	clear: both;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 740px;
	height: 23px;
	border-bottom: #d9d9d9 1px solid;

	font-size: 12px;
	line-height: 16px;
}

div.subnavigation_left {
	float: left;
	width: 100px;
}

div.subnavigation_center {
	text-align: center;
	float: left;
	width: 263px;
}

div.subnavigation_right {
	text-align: right;
	float: left;
	width: 110px;
}

div.subnavigation a {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

div.subnavigation a:hover {
	color: #ff6600;
}

div.footer {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 740px;
	height: 23px;

	font-size: 11px;
	line-height: 16px;
}

div.footer a {
	color: #c7c7c7;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

div.footer a:hover {
	color: #ff6600;
}

div.comment_item {
	display: table;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 730px;
	background: #ffffff url(../img/bg_comment_item.gif) repeat-y;
}

label.rating {
	text-align: left;
	margin: 0px;
	padding-right: 20px;
	padding-left: 0px;
}

div.comment_header {
	float: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	width: 124px;
}

div.comment_content {
	float: right;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
	width: 585px;
}

div.overview_item {
	display: table;
	margin: 20px 0px 0px 0px;
	width: 740px;
	background: #ffffff url(../img/bg_overview_item.gif) repeat-y;
}

a {
	color: #ff6600;
	text-decoration: underline;
}

td.overview_image {
	vertical-align: top;
	padding: 0px 0px 0px 10px;
	width: 134px;
	height: 160px;
}

td.overview_content {
	vertical-align: top;
	width: 318px;
	padding: 0px 10px 0px 0px;
}

td.overview_rating {
	vertical-align: bottom;
	width: 328px;
}

td.overview_order {
	vertical-align: top;
	width: 234px;
	padding: 0px 10px 0px 23px;
}

td.overview_button {
	text-align: right;
	vertical-align: bottom;
	width: 257px;
	padding: 0px 10px 0px 0px;
}

td.overview_cross {
	vertical-align: bottom;
	width: 267px;
	padding: 0px 0px 0px 0px;
}

td.overview_cross h4 {
	margin-left: 23px;
}

td.overview_cross img {
	margin: 0px 0px 0px 10px;
}

div.overview_divider {
	clear: both;
	width: 740px;
	height: 19px;
	border-bottom: #d9d9d9 1px solid;
}


div#sidemenu {
	float: right;
	margin-top: 0px;
	margin-right: 17px;
	width: 180px;
	overflow: hidden;
}

div#sidemenu_basket {
	cursor: pointer;
	width: 160px;
	height: 66px;
	padding: 22px 10px 0px 10px;
	border-bottom: #ffffff 1px solid;
}

div#sidemenu_basket a {
	color: #666666;
	text-decoration: none;
}

div#sidemenu_basket a:hover {
	color: #ff6600;
}

div#sidemenu_menu {
	width: 160px;
	height: 30px;
	padding: 12px 10px 0px 10px;
	line-height: 8px;
	border-bottom: #ffffff 1px solid;
}

div#sidemenu_menu a {
	color: #ff6600;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

div#sidemenu_select {
	width: 160px;
	height: 90px;
	padding: 16px 10px 0px 10px;
	background: url(../img/bg_shadow_top.gif) bottom left no-repeat;
}

div#sidemenu_banner {
	width: 160px;
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
	background: url(../img/bg_shadow.gif) repeat-y;
	border-bottom: #ffffff 1px solid;
}

div#sidemenu_bookmark {
	width: 100%;
	text-align: center;
}

div#sidemenu_bookmark a {
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

div#sidemenu_bookmark a:hover {
	color: #ff6600;
}

/* forms */

input.quantity, input.search, input.txt {
	width: 48px;
	height: 16px;
	border: #666666 1px solid;
	border-left: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	
	padding: 2px 0px 0px 0px;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;	
	text-align: center;
}

input.search {
	width: 105px;
	text-align: left;
}

input.txt {
	width: 200px;
	text-align: left;
	padding: 2px 0px 0px 2px;
}

textarea.contact {
	width: 340px;
	height: 100px;
	border: #666666 1px solid;
	border-left: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	
	padding: 2px 0px 0px 2px;
	overflow: auto;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;	
	text-align: left;
}

textarea.comment {
	width: 581px;
	height: 100px;
	border: #666666 1px solid;
	border-left: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	
	padding: 2px 0px 0px 2px;
	overflow: auto;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;	
	text-align: left;
}

select.title_select {
	width: 160px;
	height: 20px;
	border: #666666 1px solid;
	border-left: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	
	padding: 2px 0px 0px 0px;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

input.btn_small {
	width: 48px;
	height: 20px;
	background-color: #666666;
	border: 0px;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;	
	text-align: center;
}

input.btn_large {
	width: 103px;
	height: 20px;
	background-color: #ff6600;
	border: 0px;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;	
	text-align: center;
}

