body {
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	background: #333;
	box-shadow: 0px 0px 15px 5px #000;
	position: relative;
}

a:link {
	color: #004B00;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
	color: #004B00;
	/* font-weight: bold; */
}
a:hover {
	color: #00A514;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #004B00;
	font-weight: bold;
}
img.main {
	background-color: #f9f9f9;
	font-size: 120%;
	box-shadow: inset 5px 5px 5px #ddd;
	font-weight: bold;
}
.one {
	height: 300px;
	width: 400px;
}
.two {
	height: 135px;
	width: 180px;
}
.img_one_placeholder {
	text-align: center;
	height: 245px;
	width: 400px;
	padding-top: 55px;
	background-color: #f9f9f9;
	box-shadow: inset 5px 5px 5px #ddd;
	font-size: 120%;
	font-weight: bold;
}
.img_one_wrapper {
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.img_two_placeholder {
	text-align: center;
	height: 80px;
	width: 180px;
	padding-top: 55px;
	background-color: #f9f9f9;
	box-shadow: inset 5px 5px 5px #ddd;
	font-size: 120%;
	font-weight: bold;
}
.hr {
	height: 1px;
	background-color: #bbb;
	margin: 5px 0px;
}
#all_but_footer {
	border: solid red 0px;
	margin: 0px 0px -28px 0px;
	min-height: 100%;
	background: #fff;
	width: 100%;
	position: relative;
}
#header {
    position: relative;
    height: 91px;
    background: linear-gradient(to bottom, white 0%, white 75%, #BDBDBD 100%);
    background: -webkit-linear-gradient(top, white 0%, white 75%, #BDBDBD 100%);
    background: -o-linear-gradient(top, white 0%, white 75%, #BDBDBD 100%);
    background: -moz-linear-gradient(top, white 0%, white 75%, #BDBDBD 100%);
    overflow: hidden;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
	z-index: 10;
	width: 275px;
	height: 91px;
	color: #999;
}
#countdown {
	font-family: erdana, helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
#logo:hover {
	color: #333;
}
#logo_image {
	float: left;
	margin: 5px;
}
#logo_title {
	float: left;
	font-weight: bold;
	margin: 15px 0px 0px 5px;
	position: relative;
	bottom: 3px;
}
#logo_maintitle {
	font-size: 37px;
	color: #333;
	text-shadow: 1px 1px 2px #CCC;
	
}
#logo_subtitle {
	position: relative;
	left: 3px;
	bottom: 5px;
	font-size: 18px;
	font-style: italic;
}
#nav_top {
	border: solid red 0px;
	height: 40px;
	margin: 0px 0px 0px 275px;
}
#nav_links {
	border: solid blue 0px;
	position: relative;
	top: 20px;
	left: 8px;
}
.nav_link{
	float: left;
}
.nav_count {
	font-weight: bolder;
}
.nav_link_divider {
	position: relative;
	top: 1px;
	float: left;
	height: 15px;
	width: 1px;
	background-color: #CCC;
	margin: 0px 8px
}
.faq_toc {
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	width: 21%
}
.faq {
	margin-bottom: 10px;
}
#announcement{
	float: right;
}
#announcement:hover {
	text-decoration: none;
}
#nav_divider {
	height: 1px;
	margin: 0px 0px 0px 250px;
	background: -moz-linear-gradient(right, #DDD 0%, #DDD 90%, white 100%);
}
#nav_bottom {
	border: solid blue 0px;
}
#search {
	border: solid red 0px;
	margin: 0px 275px 0px 275px;
	position: relative;
	top: 9px;
}
#search_title { 
	position: relative;
	top: 6px;
	float: left;
	margin: 0px 0px 0px 7px;
	font-weight: bold;
	color: #3D3D3D;
}
#search_field_div {
	margin: 0px 35px 0px 65px;
}
#search_field {
	height: 30px;
	padding: 6px 41px 6px 8px;
	width: 100%;
	border: 0;
	box-shadow: inset 2px 2px 2px #bbb;
	border-radius: 5px;
}
#search_submit_div {
	float: right;
}
#search_submit {
	position: relative;
	right: 35px;
	z-index: 1;
	height: 30px;
	width: 35px;
	padding: 0px 0px 2px 0px;
	border-radius: 0px 5px 5px 0px;
	border-color: #ccc;
}
#nav_bottom_right {
	float: right;
	text-align: right;
	border: solid orange 0px;
}
#nav_welcome {
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
	margin: 0px 10px 0px 0px;
}
#welcome_name {
	color: #333;
	font-weight: bold;
	font-size: 120%
}
#welcome_name:hover {
	color: #333;
	text-decoration: none;
}
.nav_bottom_right_divider {
	float: right;
	position: relative;
	top: 10px;
	height: 34px;
	width: 1px;
	background: #DDD;
}
#nav_cart {
	float: right;
	position: relative;
	margin: 10px 0px 0px 10px;
}
#nav_cart:hover {
	text-decoration: none;
}
#cart_image {
	z-index: -1;
	float:right;
}
#cart_count  {
	width: 10px;
	float:right;
	position: relative;
	right: 19px;
	bottom: 6px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
#main_menu_wrapper {
	height: 14px;
	position: relative;
	background-color: white;
}
#main_menu_folder {
	margin-top: 100px;
	float: left;
	position: absolute;
	top: -10px;
	left: 0px;
	height: 26px;width: 130px;				overflow: visible;
}
#main_menu_title {
	margin-top: 25px;
	display: inline-block;
	color: #666;
	font-weight: bold;
	font-size: 90%;
	background: #fff;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 1px 0px;
	padding: 4px 6px;
	border-radius: 0px 5px 5px 0px;
	position: relative;
	z-index: 9;
}
#main_menu_title_part {
	margin-top: 25px;
	font-weight: normal;
}
#main_menu {
	margin-top: 25px;
	position: relative;
	bottom: 25px;
	left: 5px;
	padding: 20px 10px 10px 10px;
	margin: 10px 50px 10px 10px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 5px 1px #BBB;
	font-size: 120%;
	background: #fff;
	z-index: 5;
	width: 200;
}
#content {
	min-height: 750px;
	padding: 10px 10px 38px 10px;
	background-color: white;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#footer_push {
	height: 18px;
}
#footer {
	height: 18px;
	background: #fff;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border-top: solid #ccc 1px;
	color: #bbb;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
#footer2 {
	height: 18px;
	background: #fff;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border-top: solid #ccc 1px;
	color: #bbb;
	position: relative;
	width: 100%;
}
#footer_nav9 {
	height: 44px;
	background: rgb(0 255 31 / 4%);
	padding: 5px;
	text-align: left;
	font-weight: bolder;
	border-top: solid #ccc 1px;
	color: #004b00;
	position: relative;
	width: 100%;
}
.zebra {
	border: solid #ddd 1px;
	border-radius: 5px;
	border-spacing: 0;
	padding: 3px;
	font-size: 100%;
}
.zebra tr td {
	border-top: solid #ddd 1px;
}
.zebra tr td, .zebra tr th {
	background-color: #fff;
	padding: 5px 20px 5px 5px;
}
.zebra tr:nth-child(2n+1) td, .zebra tr:nth-child(2n+1) th {
	background-color: #f7f7f7;
}
#pagination {
	background-color: #fff;
}
.announcement {
	margin: 10px auto;
	padding: 10px;
	border: solid #e80000 2px;
	background: #FFE3E3;
	border-radius: 5px;
}
.container {
	border: solid #ddd 1px;
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 10px;
	width: 180px;
	float: right;
	margin: 20px 10px 10px 0;
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
}
.container2 {
	border: solid #ddd 1px;
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 10px;
	style: float-right

}
.container_small {
	display: inline-block;
}
.container_large {
	min-width: 650px;
	max-width: 950px;
}
.container_clear {
	padding: 10px;
	border-radius: 5px;
	border: solid #CAE3CA 1px;
	margin: 0 0 10px 0;
}
.container_clear_header {
	font-size: 110%;
	font-weight: bold;
}
.container_clear_list {
	color: #CAE3CA;
	list-style-type: disc;
	margin: 5px 0 0 1em;
	padding: 0px;
}
.container_clear_list li {
	margin-top: 5px;
}
.flashdata {
	display: inline-block;
	font-weight: bold;
	background-color: #DE0000;
	color: white;
	padding: 2px 4px;
	margin: 2px 0px;
	border-radius: 3px;
}
.footnote {
	font-size: 90%;
	font-style: italic;
	color: #777;
}
.dropdown_wrapper {
	overflow: hidden;
	width: 150px;
	border-radius:5px;
	border:1px solid #AAA;
}
select {
	width: 170px;
	background:-moz-linear-gradient( center top, #FFF 25%, #DDD 100% );
	background-color:#ffffff;
	color:#333;
	border:0px solid #AAA;
}
select:hover {
	background:-moz-linear-gradient( center top, #FFF 50%, #DDD 100% );
	background-color:#FFF;
}
.checkbox {
	position: relative;
	top: 2px;
}
.submit {
	background:-moz-linear-gradient( center top, #FFF 25%, #DDD 100% );
	background-color:#ffffff;
	border-radius:5px;
	border:1px solid #AAA;
	color:#333;
	padding:2px 4px;
}
.submit:hover {
	background:-moz-linear-gradient( center top, #FFF 50%, #DDD 100% );
	background-color:#FFF;
}
.submit:active {
	position:relative;
	top:1px;
}
input.text {
	width: 150px;
	height: 23px;
	padding: 0px 3px;
	margin: 1px;
	border-radius: 3px;
	border: solid #AAA 1px;
	box-shadow: inset 2px 2px 2px #CCC;
}
input.text:focus {
	box-shadow: inset 1px 1px 1px #CCC;
}
input.money {
	width: 75px;
}
input.btc_address {
	position: relative;
	bottom: 2px;
	font-family: Courier;
	font-size: 90%;
	font-weight: bold;
	width: 280px;
}
.featured_items {
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	justify-items: center;
	width: 540px;
	border-left-width: 2px;
	margin-top: 110px;
}
.featured_items22 {
	margin-top: 0px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	justify-items: center;
}
.textarea {
	height: 180px;
	padding: 8px;
	margin: 1px;
	border-radius: 3px;
	border: solid #AAA 1px;
	box-shadow: inset 2px 2px 2px #CCC;
	font-size: 110%;
	font-family: arial,sans-serif;
}
.textarea:focus {
	box-shadow: inset 1px 1px 1px #CCC;
}
.price_big {
	font-size: 150%;
	color: #900;
}
.price_small {
	font-size: 110%;
	color: #900;
	margin-top: 0px;
	font-weight:lighter
}
.h1 {
	font-size: 200%;
}
.h2 {
	font-size: 150%;
}
.h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 25px;
}
.featured_item {
	border-radius: 5px;
	overflow: hidden;
	width: 180px;
	height: auto;
	position: relative;
}
.featured_text {
	font-family: arial,sans-serif;
	height: 30px;
	padding: 4px 0;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	color: #004B00;
	font-weight: normal;
}
.featured_text:hover {
    color: #00A514;
}
.info_wrapper {
	display: inline-block;
	position: relative;
	height: 19px;
	width: 19px;
}
.info_folder {
	position: absolute;
	height: 19px;
	width: 19px;
	border-radius: 10px;
	overflow: hidden;
}
.info_folder:hover {
	height: auto;
	width: auto;
	min-width: 200px;
	padding: 0px;
}
.info_icon {
	position: relative;
	background-color: #E6F2E6;
	color: #82BA82;
	font-weight: bold;
	height: 15px;
	width: 9px;
	border: solid #82BA82 1px;
	border-radius: 10px;
	padding: 1px 4px;
	z-index: 3;
}
.info_message {
	position: relative;
	bottom: 14px;
	left: 5px;
	background-color: #E6F2E6;
	color: #4A8F4A;
	font-weight: normal;
	text-align: left;
	border: solid #82BA82 1px;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	z-index: 4;
}
#logo_subtitle:hover { color: #ff0000; }
.content_wrapper {
    display: flex;
    margin-top: 20px;
}

.featured_container {
    flex: 1;
    margin-left: 220px; /* Espacio para el menú */
    padding: 20px;
}

.nav_bottom_right:hover {
    color: #00A514;
}

.announcement:hover {
    color: #00A514;
}

.footnote:hover {
    color: #00A514;
}
a:link {
    color: #004B00;
    text-decoration: none;
}
a:visited {
    color: #004B00;
}

span.nav_count {}
a:hover {
    color: #00A514;
    text-decoration: underline;
}
a:active {
    color: #004B00;
}

/* Agrega esta regla para los elementos con la clase featured_text */
.featured_text:hover {
    color: #00A514;
}

/* Agrega estas reglas para los elementos con las clases nav_bottom_right, announcement y footnote */
.nav_bottom_right:hover {
    color: #00A514;
	font-weight: bold;
}

.announcement:hover {
    color: #00A514;
	font-weight: bold;
}

.footnote:hover {
    color: #00A514;
}

/* Agrega esta regla para los elementos dentro de #nav_bottom */
#nav_bottom a:hover {
    color: #00A514;
}a:link {
    color: #004B00;
    text-decoration: none;
}
a:visited {
    color: #004B00;
    font-weight: normal;
}
a:hover {
    color: #00A514;
    text-decoration: underline;
}
a:active {
    color: #004B00;
}

/* Agrega esta regla para los elementos con la clase featured_text */
.featured_text:hover {
    color: #00A514;
}

/* Agrega estas reglas para los elementos con las clases nav_bottom_right, announcement y footnote */
.nav_bottom_right:hover {
    color: #00A514;
}

.announcement:hover {
    color: #00A514;
}

#cart_count:hover {
    color: #00A514;
}

.footnote:hover {
    color: #00A514;
}

/* Agrega esta regla para los elementos dentro de #nav_bottom */
#nav_bottom a:hover {
    color: #00A514;
}
#cuenta:hover {
    color: red;
}

/* Media query para mantener proporciones en pantallas más pequeñas */
@media screen and (max-width: 1200px) {
    body {
        transform: scale(calc(100vw / 1200));
        transform-origin: top left;
        width: 1200px;
        min-width: 1000px;
    }
    
    .featured_items {
        width: 540px;
        margin-top: 110px;
    }
    
    .container {
        width: 180px;
        margin-right: 10px;
        z-index: 1;
        box-sizing: border-box;
    }

    .metadata-container {
        width: 180px;
        margin: 20px auto;
        box-sizing: border-box;
    }
}

.metadata-container {
    border: solid #ddd 1px;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    width: 180px;
    margin: 20px auto;
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    /* text-align: center; */
    overflow: hidden;
}