@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	background: url(assets/bg.gif) repeat-x 0 100px #000;
	color: #fff;
	text-align: center;
}
* {
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
.clr {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}
.page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 118px;
}
#header .logo {
	position: relative;
	float: left;
	margin: 44px 0 0 166px;
}
#header .image {
	position: relative;
	float: left;
	margin: 0 0 0 40px;
}
#header .text {
	position: relative;
	float: left;
	margin: 72px 0 0 23px;
}

#menu {
	height: 23px;
	background: url(assets/bg_menu.gif) repeat-x left top #cf3;
	font-size: 7pt;
}
#menu ul {
	position: relative;
	float: right;
	margin-right: 15px;
}
#menu li {
	list-style: none;
	display: block;
	position: relative;
	float: left;
	line-height: 15px;
	padding: 0 30px;
	margin: 4px 0;
	border-left: 2px solid #353;
}
#menu li.first {
	border-left: none;
}
#menu li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
#menu li a:hover {
	color: #fff;
}

#leftcol {
	font-size: 7pt;
	position: relative;
	float: left;
	width: 210px;
	margin-top: 10px;
}
#leftcol .title {
	background: url(assets/bg_title.gif) no-repeat right top #231d1b;
	text-transform: uppercase;
	padding: 4px 0 4px 25px;
	font-weight: bold;
	color: #cf3;
	border-bottom: 1px dotted #323232;
}
#leftcol .onlink {
	padding-left: 10px;
}
#leftcol .title a {
	background: url(assets/plus.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
	color: #999;
}
#leftcol .title a:hover {
	color: #cf3;
}
#leftcol .title a.active {
	background: url(assets/minus.gif) no-repeat left center;
	padding-left: 15px;
	color: #cf3;
}
#leftcol .blue {
	color: #3cf;
}
#leftcol p {
	margin: 3px 25px;
	color: #999;
	font-size: 110%;
	line-height: 1.5em;
}
#leftcol .submenu li {
	display: inline;
	list-style: none;
}
#leftcol .submenu li a {
	display: block;
	text-decoration: none;
	color: #999;
	background-color: #231d1b;
	border-bottom: 1px solid #323232;
	padding: 4px 0 4px 35px;
}
#leftcol .submenu li a.active {
	background-color: #514c4a;
}
#leftcol .submenu li a span {
	color: #666;
}
#leftcol .submenu li a:hover {
	border-left: 5px solid #cf3;
	padding-left: 30px;
	color: #fff;
}
#maincol {
	position: relative;
	float: left;
	width: 540px;
	margin-top: 10px;
	margin-left: 20px;
}
#maincol a {
	color: #cf3;
	text-decoration: none;
}
#maincol a:hover {
	text-decoration: underline;
}
#maincol #path {
	color: #999;
	border-bottom: 1px dotted #666;
	padding: 4px 0;
}
#maincol #path span {
	color: #666;
}
#maincol h1 {
	color: #cf3;
	font-size: 130%;
	padding-bottom: .5em;
}

#rightcol {
	position: relative;
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-left: 20px;
}
#rightcol .title {
	text-transform: uppercase;
	padding: 4px 0 4px 25px;
	font-weight: bold;
	color: #cf3;
	border-bottom: 1px dotted #323232;
}
#rightcol .line {
	padding: 4px 0 4px 35px;
	color: #999;
	border-bottom: 1px dotted #323232;
}
#rightcol b {
	color: #cf3;
}
#rightcol a {
	color: #cf3;
	text-decoration: none;
}
#rightcol a:hover {
	text-decoration: underline;
}
#rightcol .rightitem {
	padding: 10px 0;
	color: #999;
	border-bottom: 1px dotted #323232;
}
.rightitem .category {
	font-size: 80%;
	color: #999;
	text-align: right;
	margin-right: 75px;
}
.rightitem .cart {
	margin-left: 100px;
}
.rightitem .cart a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(assets/cart.gif) no-repeat left top;
}
.rightitem .cart a:hover {
	background-position: right top;
}
.rightitem .cart img {
	display: none;
}
.rightitem .name {
	color: #999;
	text-align: right;
	margin-right: 75px;
	font-weight: bold;
}
.rightitem .detail {
	color: #999;
	text-align: right;
	margin-right: 75px;
}
.rightitem .price {
	color: #999;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	margin-right: 75px;
}
.rightitem .price span {
	font-size: 120%;
}




.items {
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
	margin-top: 15px;
}

.item {
	position: relative;
	float: left;
	width: 170px;
	margin-left: 15px;
}
.item .category {
	font-size: 80%;
	color: #999;
	text-align: right;
	margin-right: 50px;
	margin-top: 5px;
}
.item .cart {
	position: relative;
	float: right;
	margin-top: 5px;
}
.item .cart a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(assets/cart.gif) no-repeat left top;
}
.item .cart a:hover {
	background-position: right top;
}
.item .cart img {
	display: none;
}
.item .name {
	color: #999;
	text-align: right;
	margin-right: 50px;
	font-weight: bold;
}
.item .detail {
	color: #999;
	text-align: right;
	margin-right: 50px;
}
.item .price {
	color: #999;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	clear: right;
	margin-top: 5px;
}
.item .price span {
	font-size: 120%;
}
.items .first {
	margin-left: 0;
}

.product {
	position: relative;
	margin-top: 10px;
	color: #999;
}
.product .description {
	clear: right;
	position: relative;
	float: right;
	width: 190px;
}
.product .description h3 {
	margin-top: 30px;
	color: #cf3;
}
.product .description .price {
	font-size: 150%;
	color: #cf3;
}
.product .description .price span {
	font-size: 120%;
}
.product h1 {
	color: #808c39;
	font-size: 120%;
	padding-top: 1em;
}
.product h2 {
	font-size: 100%;
	padding: 1em 0 0.5em 0;
}

.product .variant {
	
	background-color: #111;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.product .variant td {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	padding: 3px 7px;
}
.product .variant .c1 {
	color: #808c39;
}
.product .variant .price {
	color: #cf3;
	font-weight: bold;
}

.product .cart a {
	display: block;
	margin-left: 505px;
	width: 35px;
	height: 35px;
	background: url(assets/cart.gif) no-repeat left top;
}
.product .cart a:hover {
	background-position: right top;
}
.product .cart img {
	display: none;
}

.tech {
	margin-top: 30px;
	border-top: 1px dotted #666;
}
.tech h2 {
	color: #808c39;
	padding: 10px 0;
}
.tech .frame {
	border: 1px solid #333;
}



.pages {
	background-color: #444;
	text-align: center;
}
.pages span.selected {
	font-weight: bold;
}

.f_button {
	border: 0;
	background: url(assets/bg_menu.gif) repeat-x left top #ADCD37;
	padding: 3px 10px;
	font-weight: bold;
}
.f_text {
	border: 1px solid #666;
	background-color: #ccc;
	color: #000;
}
