body {
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	background: #000 url("../img/stars.gif") repeat-x scroll top center;
	color: #d7d7d7;
}
div#main {
	width: 700px;
	margin: 100px auto 0;
	border: 3px solid #fff;
	background-color: #0b0b0b;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover, a.active {	color: #fbb2b2; /* pink */ }
a img { border: none; /* for ie */ }
hr { display: none; }
h1 {
	width: 404px; height: 86px;
	margin: 0; padding: 0;
	position: absolute; top: 30px;
	margin-left: 148px; /* 350px - 404px */
	overflow: hidden;
}
h1 span {
	width: 404px; height: 70px;
	display: block;
	position: absolute; left: 0; top: 0;
	z-index: 1;
	background: url("../img/logo.gif") no-repeat top left;
}
h2, h3, h4, h5 {
	font-weight: normal;
	color: #fff;
}
.tooltip {
	padding: 3px;
	text-align: center;
	z-index: 2;
	color: #000;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}
/* #####################
 * NAVIGATION */
ul#menu {
	margin: 0; padding: 15px 25px;
	list-style-type: none;
	border-bottom: 3px solid #483737; /* dark pink */
	background: #131313 url("../img/logo_bottom.gif") no-repeat top center;
}
ul#menu li { display: inline; }
h5 {
	margin: 10px 5px; padding: 0;
	font-size: 20px;
	float: left;
}
span#browse {
	margin: 0 10px 10px 0;
	float: right;
	text-align: right;
}
span#browse form {
	margin: 0; padding: 0;
	font-size: 13px;
}
span#browse form input { position: relative; top: 1px; #top: 2px; }
span#navig { margin: 0 10px; }
/* #####################
 * CONTENT */
div#content { margin: 15px; }
div#cont_text a { border-bottom: 1px dotted #fff; }
div#cont_text a:hover { border-bottom: 1px dotted #fbb2b2; }
div#cont_text img {
	margin: 12px;
	border: 1px solid #b5b5b5;
}
h4 {
	margin: 30px 10px 10px;
	font-size: 18px;
}
div#cont_text table.news {
	margin: 5px; padding: 0;
	background-color: #131313;
}
div#cont_text table.news p { margin: 5px; }
div#cont_text table.news td {
	vertical-align: top;
	padding: 5px;
}
div#cont_text table.news td.news-img { text-align: center; }
div#cont_text table.news th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	background-color: #242424;
}
div#cont_text table.news th em {
	color: #fff;
	font-weight: bold;
	font-style: normal;
}
/* #####################
 * CONTENT, LIST */
div.product_list {
	width: 200px;
	margin: 5px; padding: 5px;
	float: left;
	text-align: center;
	border: 1px solid #2a2a2a;
	background-color: #0d0d0d;
}
div.product_list h2, div.product_list h3 { margin: 5px; }
div.product_list h2 { font-size: 17px; }
div.product_list h3 { font-size: 15px; }
/*div.product_list img { width: 200px; height: 150px; }*/
div.product_list a {
	width: 40px; height: 17px;
	position: relative;
	overflow: hidden;
}
div.product_list a span {
	width: 40px; height: 17px;
	display: block;
	position: absolute; left: 0; top: 0;
	z-index: 1;
	cursor: pointer; /* for ie */
	background: url("../img/btn_view.gif") scroll no-repeat top left;
}
/* #####################
 * CONTENT, DETAIL */
div.product_detail {
	height: 310px;
	position: relative;
}
div.product_detail img { border: 1px solid #2a2a2a; }
div#detail_info { position: absolute; left: 440px; top: 0; }
div#detail_info h2, div#detail_info p { margin: 0; }
div#detail_info h3 {
	margin: 15px 0;
	font-size: 30px;
	color: #fbb2b2; /* pink */
}
div#detail_info a {
	width: 103px; height: 32px;
	position: relative;
	overflow: hidden;
}
div#detail_info a span {
	width: 103px; height: 32px;
	display: block;
	position: absolute; left: 0; top: 0;
	z-index: 1;
	cursor: pointer; /* for ie */
	background: url("../img/btn_addtocart.gif") scroll no-repeat top left;
}
p#detail_navig {
	margin: 0;
	text-align: center;
	position: absolute; left: 440px; bottom: 0;
}
/* #####################
 * CONTENT, SHOPPING CART */
ul#cart_menu {
	padding: 0; margin: 0;
	float: right;
}
ul#cart_menu li {
	margin: 0 3px 0 0; padding: 2px 4px;
	display: inline;
	zoom: 1; /* ie sucks */
	font-size: 12px;
	border-top: 2px solid #fbb2b2;
	background-color: #171717;
	cursor: default;
}
ul#cart_menu li.active {
	color: #000;
	background-color: #fbb2b2;
}
table.cart {
	width: 100%;
	font-size: 13px;
	border: 1px solid #2a2a2a;
	border-collapse: collapse;
	background-color: #191919;
}
table.cart td, table.cart th {
	padding: 4px;
	border: 1px solid #2a2a2a;
}
table.cart th {
	text-align: left;
	color: #fff;
	background-color: #222;
}
table.cart td#cart_ctrl {
	text-align: right;
}
table.cart td#cart_ctrl strong {
	margin: 0 3px;
	color: #fbb2b2;
	font-size: 16px;
}
input#cart_next { margin: 10px auto; }
table tr.even, table td.column { background-color: #202020; }
fieldset {
	padding: 5px 10px 10px;
	#padding: 10px;
	border: 1px solid #2f2f2f;
}
legend { color: #d7d7d7; }
table td.column {
	color: #fff;
	font-weight: bold;
	width: 130px;
}
table td.required { border-left: 2px solid #fbb2b2; }
/* #####################
 * FOOTER */
div#footer {
	padding: 10px; #margin: 50px 0 0;
	clear: both;
	text-align: center;
	background-color: #131313;
}
div#footer p {
	margin: 0; padding: 0;
	font-size: 12px;
	color: #b5b5b5;
}