* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a {
	color: #D6D6D6;
}
a:hover {
	text-decoration: none;
}
.lang {
    width: 69px;
    height: 30px;
    display: block;
    top: 0;
    padding-top: 10px;
}
.lang a {
    display: block;
	height: 30px;
	width: 33px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
    float: left;
}
.lang .bg {
    background-image: url(../images/lang_bg.jpg);
    margin-right: 3px;
}
.lang .en {
    background-image: url(../images/lang_en.jpg);
}
h1 {
	margin-top: 7px;
	margin-left: 65px;
}
h1 a {
	display: block;
	height: 75px;
	width: 102px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}
#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
}
#sidebar {
	float: left;
	width: 205px;
	padding-right: 30px;
	padding-bottom: 20px;
}
#sidebar .menu {
	list-style-type: none;
	height: 175px;
	width: 205px;
	display: block;
	margin-top: 24px;
}
#sidebar .menu li {
	float: left;
}
#sidebar .menu a {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 35px;
	width: 205px;
	overflow: hidden;
}
#sidebar .menu a:hover {
	background-position: left bottom;
}
#sidebar .menu .bt1 {
	background-image: url(../images/bt1.jpg);
}
#sidebar .menu .bt2 {
	background-image: url(../images/bt2.jpg);
}
#sidebar .menu .bt3 {
	background-image: url(../images/bt3.jpg);
}
#sidebar .menu .bt4 {
	background-image: url(../images/bt4.jpg);
}
#sidebar .menu .bt5 {
	background-image: url(../images/bt5.jpg);
}
#sidebar .basket {
	background-color: #161616;
	margin-top: 10px;
	padding-bottom: 16px;
	width: 205px;
}
#sidebar .basket h3 {
	background-image: url(../images/basket_title.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	width: 205px;
	text-indent: -5000px;
	overflow: hidden;
}
#sidebar .basket .text {
	font-size: 10px;
	color: #858282;
	line-height: 14px;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
}
#sidebar .basket .total {
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #9f4b26;
	text-align: center;
	height: 20px;
	padding-top: 7px;
}
#sidebar .basket .notice {
	color: #df7c50;
	padding-bottom: 16px;
}

#sidebar .basket .items {
	list-style-type: none;
	overflow: auto;
	display: block;
	width: 205px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
}
#sidebar .basket .items li {
	display: block;
	width: 205px;
	float: left;
	clear: both;
	overflow: hidden;
}
#sidebar .basket .items h4 {
	font-size: 10px;
	font-weight: normal;
	color: #D4D4D4;
	background-color: #323232;
	display: block;
	height: 28px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 4px;
}
#sidebar .basket .items .sum {
	display: block;
	float: right;
	width: 56px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #282828;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6c6;
	text-transform: lowercase;
	line-height: 14px;
	height: 39px;
	padding-top: 43px;
	padding-left: 6px;
}
#sidebar .basket .items .thumb {
	float: left;
	padding-left: 12px;
	margin-top: 12px;
	display: block;
	margin-right: 5px;
}
#sidebar .basket .items .thumb img {
	vertical-align: top;
	border: 1px solid #414141;
}
#sidebar .basket .items .price {
	font-size: 11px;
	color: #989898;
	font-weight: bold;
	float: left;
	width: 67px;
	display: block;
	margin-top: 12px;
	line-height: 11px;
}
#sidebar .basket .items .number {
	margin-top: 6px;
	display: block;
	float: left;
	width: 67px;
}
#sidebar .basket .items .number input {
	font-size: 10px;
	background-color: #000000;
	border: 1px solid #414141;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 26px;
	padding: 3px;
	font-weight: bold;
}
#sidebar .basket .items .delete {
	font-size: 9px;
	color: #acacac;
	text-transform: lowercase;
	display: block;
	float: left;
	width: 67px;
	margin-top: 7px;
}
#sidebar .basket .items .delete a {
	display: block;
	background-image: url(../images/delete.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 10px;
	height: 11px;
	padding-left: 16px;
	float: left;
}
#sidebar .basket .items .delete a:hover {
	text-decoration: underline;
}
#sidebar .basket .items .prc {
    clear: both;
    border-top: solid 1px #282828;
    font-size: 10px;
    color: #858282;
    padding: 9px 10px 10px 12px;
}
#sidebar .basket .items .prc input {
    display: none;
}
#sidebar .basket .items .prc label {
	cursor: pointer;
	display: block;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
    padding-left: 22px;
}
#sidebar .basket .items .prc label.checked {
	background-image: url(../images/checkbox.gif);
    background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar .basket .datetime {
	height: 22px;
	width: 193px;
	padding-left: 12px;
	margin-top: 12px;
}
#sidebar .basket .datetime p {
	float: left;
	width: 88px;
	padding-right: 5px;
}
#sidebar .basket .datetime input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #afafaf;
	background-color: #161616;
	border: 1px solid #777777;
	text-transform: lowercase;
	text-align: center;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	cursor: pointer;
	width: 78px;
}
#sidebar .basket .refresh {
    text-align: center;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282828;
    margin-top: 12px;
    padding-top: 12px;
}
#sidebar .basket .refresh input, #sidebar .basket .buy input {
	vertical-align: top;
}
#sidebar .basket .buy {
	padding-bottom: 12px;
    margin-top: 12px;
    text-align: center;
}
#sidebar .basket .buy a {
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    width: 79px;
    height: 23px;
    background-image: url(../images/button_buy.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#content {
	float: right;
	width: 704px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2C2C2C;
	padding-left: 30px;
}
#content .nav {
	display: block;
	width: 704px;
	list-style-type: none;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	padding-top: 7px;
	overflow: hidden;
}
#content .nav li {
	float: left;
	color: #988713;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-right: 29px;
	overflow: hidden;
	line-height: 22px;
}
#content .nav a {
	text-decoration: none;
	margin-right: 25px;
	cursor: pointer;
	position: relative;
}
#content .nav .last {
	padding-right: 0px;
}
#content .nav .last a {
	margin-right: 0px;
}
#content .drop {
	position: absolute;
	width: 165px;
	top: 0px;
	margin-left: -67px;
	padding-top: 59px;
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
	display: none;
}
#content .short {
	background-image: url(../images/dropshort.gif);
}
#content .drop li {
	padding-right: 0px;
	line-height: normal;
}
#content .drop a {
	display: block;
	width: 139px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin-right: 0px;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .nav li:hover .drop {
	display: block;
}
#content .member {
	height: 43px;
	width: 704px;
}
#content .member .bar {
	display: block;
	float: left;
	height: 29px;
	color: #646464;
	font-size: 10px;
	width: 420px;
	padding-top: 14px;
	text-transform: lowercase;
}
#content .member .bar a {
	color: #646464;
	text-decoration: none;
}
#content .member .name {
	display: block;
	float: right;
	height: 29px;
	width: 268px;
	padding-top: 14px;
    text-transform: none;
    font-size: 10px;
    color: #AFAFAF;
    text-align: right;
}
#content .member form {
	display: block;
	float: right;
	height: 32px;
	width: 268px;
	padding-top: 11px;
}
#content .member form {
	display: block;
	float: right;
	height: 32px;
	width: 268px;
	padding-top: 11px;
}
#content .member form p {
	float: left;
	width: auto;
}
#content .member form .nw input {
	float: left;
}

#content .member form #login_mail, #content .member form #login_password {
	width: 107px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #afafaf;
	border: 1px solid #3B3B3B;
	background-color: #282828;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: left;
	margin-right: 7px;
	text-align: center;
    text-transform: lowercase;
}
#content .submenu {
	display: block;
	height: 143px;
	width: 704px;
	list-style-type: none;
}
#content .submenu li {
	float: left;
}
#content .submenu a {
	display: block;
	height: 143px;
	width: 104px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	overflow: hidden;
	margin-right: 16px;
}
#content .submenu .sb1 {
	background-image: url(../images/sb1.png);
}
#content .submenu .sb2 {
	background-image: url(../images/sb2.png);
}
#content .submenu .sb3 {
	background-image: url(../images/sb3.png);
}
#content .submenu .sb4 {
	background-image: url(../images/sb4.png);
}
#content .submenu .sb5 {
	background-image: url(../images/sb5.png);
}
#content .submenu .sb6 {
	background-image: url(../images/sb6.png);
	margin-right: 0px;
}
#content .title {
	height: 41px;
	width: 704px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
}
#content .title h3 {
	color: #83A411;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-top: 8px;
	padding-left: 6px;
}
#content .title h3 a, #content .title h3 span {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
}
#content .title p {
	text-align: right;
	font-size: 10px;
	color: #b6b6b6;
	padding-top: 15px;
	padding-right: 26px;
}
#content .title p a {
	font-weight: bold;
	color: #826f09;
	text-decoration: none;
}
#content .products {
	list-style-type: none;
	display: block;
	width: 704px;
	overflow: auto;
}
#content .products li {
	display: block;
	float: left;
	width: 334px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	height: 121px;
	margin-top: 18px;
	font-size: 10px;
	color: #6f6f6f;
	padding-right: 18px;
}
#content .products .last {
    border-bottom: none;
}
#content .products .photo {
	float: left;
	margin-right: 20px;
}
#content .products .photo img {
	vertical-align: top;
	border: 1px solid #454545;
}
#content .products h4 {
	color: #d4d4d4;
	font-weight: normal;
	font-size: 10px;
	height: 28px;
}
#content .products h4 span {
	color: #8E7E12;
	font-weight: bold;
}
#content .products .price {
	text-transform: lowercase;
}
#content .products .submit {
	float: right;
	margin-top: 21px;
	padding-right: 36px;
	height: 28px;
}
#content .products .submit input {
	float: left;
}
#content .products .number {
	height: 42px;
	margin-top: 5px;
}
#content .products .number label {
	font-weight: bold;
	text-transform: lowercase;
	color: #9f4b26;
}
#content .products .number .input {
	background-color: #000000;
	border: 1px solid #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 7px;
	text-align: center;
	width: 52px;
	margin-top: 4px;
	float: left;
	font-weight: bold;
}
#content .pagination {
	display: block;
	font-size: 10px;
	text-align: right;
	color: #b6b6b6;
	padding-top: 12px;
	padding-right: 26px;
    border-top: solid 1px #2C2C2C;
}
#content .pagination a {
	font-weight: bold;
	color: #826f09;
	text-decoration: none;
}
#content .flash {
	border: 1px solid #2C2C2C;
}
#content .flash object {
    vertical-align: top;
}
#content .textbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	padding-bottom: 15px;
}
#content .textbox p {
	font-size: 10px;
	color: #b6b6b6;
	margin-top: 12px;
}
#content .textbox ul, #content .textbox ol {
	font-size: 10px;
	color: #b6b6b6;
	margin-top: 12px;
	line-height: 12px;
	margin-left: 32px;
}
#content .textbox img {
	border: 1px solid #454545;
}
#content .textbox label {
	color: #777777;
}
#content .textbox .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #282828;
	border: 1px solid #3B3B3B;
	color: #afafaf;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	width: 247px;
	margin-top: 6px;
}
#content .textbox textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #afafaf;
	background-color: #282828;
	border: 1px solid #3B3B3B;
	overflow: auto;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	width: 247px;
	margin-top: 6px;
	height: 93px;
}
#content .error {
	border: 1px solid #c76805 !important;
}
#footer {
	display: block;
	font-size: 10px;
	color: #3A3A3A;
	text-align: center;
	font-style: normal;
	padding-top: 14px;
}
#footer a {
	color: #3A3A3A;
	text-decoration: none;
}
#flash {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#flash object {
	vertical-align: top;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.white {
	color: #FFFFFF !important;
}
.tile {
	color: #9f4b26 !important;
}
.gray {
	color: #afafaf !important;
}
.gray2 {
	color: #aaaaaa !important;
}
.silver {
	color: #dbdada !important;
}
.orange {
    color: #c76805 !important;
}
.orange2 {
    color: #c75400 !important;
}
.ntm {
	margin-top: 0px !important;
}
#screenshot{
    position: absolute;
    border: none;
    background: #222;
    padding: 10px;
    display: none;
    margin-top: -265px;
    margin-left: -190px;
    font-size: 10px;
    color: #FFFFFF;
}