body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
}

.clear {
	clear: both;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
	text-decoration: none;
	color: #B4C9FE;
	cursor: pointer;
}

a:hover {
	color: #FCAF00;
}

#page-container {
	width: 960px;
	margin: 0 auto;
}

#header-container {
	background-color: #FCAF00;
	border-radius: 20px;
	padding: 0 30px 25px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header-container .textbox {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	text-align: center;
	position: relative;
}

#header-container .forceedge {
	line-height: 30px;
	background-color: #FCAF00;
	border-radius: 20px;
	width: 200px;
	display: inline-block;
	position: absolute;
	top: 0;
}

.forceedge-left {
	left: -25px;
}

.forceedge-right {
	right: -25px;
}

.textbox {
	background-color: #000000;
	line-height: 30px;
}

#news-container {
	background-color: #000000;
	border-radius: 20px;
	padding: 10px;
	min-height: 75px;
}

#main-container {
	background-color: #b4c9fe;
	border-radius: 20px;
	position: relative;
	padding-bottom: 44px;
	margin: 25px 0;
}

#nav-container {
	padding: 20px 0;
	width: 150px;
	z-index: 1000;
	position: absolute;
	left: 0;
}

.nav-link {
	width: 100%;
	color: #000000 !important;
	background-color: #9e9dfa;
	display: block;
	border: 5px solid #000000;
	border-top-width: 0;
	border-left-width: 0;
}

.nav-link0 {
	border-top: 5px solid #000000;
}

.nav-link span {
	padding: 5px;
	display: block;
}

#cart-amount {
	display: inline;
	padding: 0;
}

.nav-spacer {
	background-color: #25292c;
	width: 100%;
	display: block;
	cursor: default;
	border: 5px solid #000000;
	border-top-width: 0;
	border-left-width: 0;
}

.nav-link:hover, .pag-link:hover {
	background-color: #ffad01;
	color: #000000;
}

.selected {
	background-color: #ffad01 !important;
}

#content-container {
	color: #FFFFFF;
	background-color: #000000;
	top: 30px;
	padding: 10px;
	min-height: 400px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-left: 175px;
	position: relative;
	z-index: 100;
}

.inventory-box {
	width: 30%;
	display: inline-block;
	margin: 0 10px 0 5px;
	vertical-align: top;
	float: left;
}

.inventory-box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	border: 0;
	display: inline;
	width: 50px;
	height: 50px;
}

.inventory-name {
	margin: 0 0 0 57px;
}

.inventory-spacer {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #333333;
	clear: both;
}

.helptext {
	font-size: 12px;
	color: #999999;
}

#cart-table {
	width: 100%;
}

#cart-table td {
	padding: 3px 5px;
	vertical-align: top;
}

 #cart-table th {
	padding: 10px 5px;
	vertical-align: top;
}

#cart-table textarea {
	background-color: #666666 !important;
	color: #EEEEEE !important;
}

#cart-table th {
	font-weight: bold;
	color: #999999;
	border-bottom: 1px solid #333333;
}

.centercell {
	text-align: center;
}

#pagination-top, #pagination-bottom {
	color: #000000;
	position: absolute;
	left: 200px;
	cursor: default;
	border-left: 5px solid #000000;
	line-height: 30px;
}

#pagination-top {
	top: 0;
}

#pagination-bottom {
	bottom: 0;
}

.pag-link {
	background-color: #9e9dfa;
	min-width: 1em;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
	border-right: 5px solid #000000;
	padding: 0 3px;
	color: #000000 !important;
}

.pag-disabled, .pag-disabled:hover {
	cursor: default;
	background-color: #9e9dfa;
}

.pag-spacer {
	background-color: #25292c;
	width: 1em;
	line-height: 30px;
	display: inline-block;
	cursor: default;
	border-right: 5px solid #000000;
}

/* --- Pop-Up Styles ---- */

.shadowbox { /*--Transparent background layer--*/
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    background: #000000;
	display: none; /*--hidden by default--*/
	filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: .20;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.popup_block {
    background: #000000;
    border: 5px solid #B4C9FE;
	display: none;
	font-size: 1.0em;
	left: 50%;
	margin-left: -450px;
	position: fixed;
	top: 5%;
	width: 900px;
	height: 80%;
	padding-bottom: 50px;
	z-index: 999999;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.popup_small
{
    width: 300px;
   /* margin-left: -150px; */
   position:absolute;
   margin-right:auto;
   margin-left:auto;
   left:43%;
}

.popup_block h1
{
    background: #B4C9FE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000000;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px;
    position: relative;
    height:20px;
}

.popup_close 
{
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer;
}

.popup_close:hover
{
    color: #444444;
}

.popup_box 
{
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    outline:none;
    color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

#product-box {
    overflow: hidden;
}

#product-image {
    float: left;
    margin: 0 10px 3px 0;
    max-width: 585px;
}

#product-info {
    overflow:hidden;
}

#product-name {
     font-weight: bold;
     font-size: 1.5em;
}

#add-to-cart {
     margin-left: 50px;
     font-size: 1em;
}