/* SlaveyCoins CSS */
/* tpp=top, lft=left, btt=bottom, rtt=right. mid=middle, spc=special, mpt=empty, tb=table, nt=end */

body {
background:#C5C69A;
font-family: Verdana, Arial, Tahoma;
font-size:12px;
margin:0px 8px auto;
text-align:center;
	}

/*Colors*/
.color_base {
background-color:#6C9A69;
	}
.color_border { 
border:2px solid #6C9A69;; 
	}
.color_second { 
background-color:#F0F0E1;
	}
.color_third { 
background-color:#EFF0CE;
	}
.color_fourth { 
background-color:#EFF0CE;
	}
.color_five { 
background-color:#C7DCD2;
	}
/*nd*/

/*Aligners */
.lft {
text-align:left;
	}
.rtt {
text-align:right;
	}
.mid {
text-align:center;
	}
.jst {
text-align:justify;
	}
.v_top {
vertical-align:top;
	}
.v_mid {
vertical-align:middle;
	}
.v_btt {
vertical-align:bottom;
	}
/*nd*/	
	
hr {
color:#E1D0D0;
width:100%;
height:1px;

	}

/* Image Controllers */
img {
border:none;
	}
img#random_item_img {
width:180px;
/*border:1px solid #D0D0E1;*/
	}
img.item_img {
/*border:1px solid #D0D0E1;*/
	}
/*nd*/

table {
/*border-collapse:collapse;*/
margin:auto;
	}
table td {
text-align:center;
/*padding:8px;*/
	}

/*Top-most Table*/
table#top_tb {
width:100%;
	}
table#top_tb  td.has_padding{
width:200px;
padding:0px 8px;
	}	
table#top_tb td#top_mid{
height:24px;
background-color:#F0F0E1;
	}
table#top_tb td#top_btt {
padding-bottom:8px;
	}
/*nd*/


/*Content Table, contains left tables and right tables */
table#cont_tb {
width:100%;
	}	
table#cont_tb td#cont_lft {
width:200px;
padding-right:8px;
	}
table#cont_tb td#cont_rtt {
	}
/*nd*/

#specdiv {
margin:0em auto;
width:600px;
text-align:center;
}

.button {
float:left;
line-height:16px;
text-transform:uppercase;
font-size:11px;
/*font-variant:small-caps;*/
font-weight:bold;
display:block;
color:#FFFFFF;
height:26px;
width:116px;
background-image:url(../images/main_button.jpg);
}
.button:hover {
color:#FFFFFF;
	}

/*Oganize by Title/Price etc. Table */
table#ognz_tb {
width:100%;
	}
table#ognz_tb td#ognz_tpp {
font-size:12px;
text-align:center;
padding:1px 7px 8px;
	}
/*nd*/


/*Items Container Table; 2 cols of items; 8 items */
table#item_cont_tb td	{
width:50%;
	}
/*nd*/

	
/*Left Tables */
table.left_tb {
text-align:left;
width:200px;
margin-bottom:8px;
	}
table.left_tb  td.left_tpp {
height:24px; 
vertical-align:middle;
	}
table.left_tb  td.left_btt {
padding:6px 4px;
	} 
table.left_tb  td.left_btt img {
vertical-align:middle;
	} 
/*nd*/


/* Right Tables */
table#right_tb {
width:100%;
	}
table#right_tb td#right_tpp {
height:24px;
vertical-align:middle; 
	}
table#right_tb td#right_btt {
padding:8px;
	}
/*nd*/


/* Item Details Table */
table#details_tb {
width:600px;
	}
table#details_tb td#details_tpp {
padding:4px;
	}
table#details_tb td#details_mid {
height:24px;
vertical-align:middle;
	}
table#details_tb td#details_mid_btt {
padding:4px;
}
table#details_tb td#details_mpt {
height:8px;
	}
table#details_tb td#details_btt_lft {
height:24px;
width:50%;
	}
table#details_tb td#details_btt_rtt {
height:24px;
width:50%;
	}
/*nd*/

/* Inner Table for item descriptions that holds details and a magnifier */	
table#info_n_zoom_tb {
width:100%;
	}
/*nd*/

	
/*Search Box Table */
table#search_tb {
width:100%;
	}
table#search_tb td#search_tpp {
text-align:center;
height:90px;
font-size: 11px;
	}
table#search_tb td#search_btt {
text-align:center;
	}
/*nd*/

/*Search Results Table */
table#search_res_tb {
border-collapse:collapse;
width:100%;
	}
table#search_res_tb td#search_res_lft {
width:70%; 
height:24px; 
	}
table#search_res_tb td#search_res_rtt {
width:30%; 
	}
table#search_res_tb td#search_res_res {
border:1px solid #6C9A69; 
padding:0px 10px;
height:32px;
	}
/*nd*/

/*Site map frame and fixing div; Imp */
#map_frame {
width:100%;
height:600px;
border:none;
	}
#rslt_div {
margin:0px -8px;
	}
/*nd*/

/*Result Table 2 | site map | text list */
table#rslt_tb {
border-color:#999999;
margin-bottom:-6px;
	}
table#rslt_tb td.rslt_lft {
height:24px;
padding-left:6px;
border-left:1px solid;
border-top:1px solid;
	}
table#rslt_tb td.rslt_mid {
background-color:#EFF0CE;
width:130px;
border-top:1px solid;
	}
table#rslt_tb td.rslt_rtt {
width:90px;
text-align:right;
padding-right:6px;
border-right:1px solid;
border-top:1px solid;
	}

/*Concluding Table */
table#end_tb{
width:100%;
margin-top:8px;
	}
table#end_tb td#end_mid {
height:50px;
color:#FFFFFF;
font-size:11px;
	}
/*nd*/


/*News Table; has its own unique color */
table#news_tb {
border:2px solid #C5C69A; 
	}
table#news_tb td#news_lft {
width:24px; 
background-color:#C5C69A;
	}
table#news_tb td#news_rtt {
padding:0em;
	}
/*nd*/

/*News Iframe*/
#news_frame {
overflow:hidden;
border:0px none;
width:180px; 
height:86px;
	}
/*nd*/


/* News Inner Table */
table#news_in_tb {
width:176px;
height:82px;
background-color:#EFF0CE;
	}
table#news_in_tb td {
padding:6px;
padding-left:12px;
	}
/*nd*/

div#news_div {
height:82px;
width:176px;
background-color:#EFF0CE;
margin:0px -8px;
}

/* News Inactive Text */
div#inactive {
color:gray;
	}
/*nd*/

/*Checkout Table */
table#chk_tb {
width:100%;
	}
table#chk_tb td#chk_tpp {
border-width:1px;
width:50%;
padding:8px;
	}
table#chk_tb td#chk_mpt {
height:10px;
	}
table#chk_tb td#chk_spc_lft {
font-size:15px;
height:30px;
border:1px solid #6C9A69;
border-right:none 0px;
	}
table#chk_tb td#chk_spc_rtt {
font-size:15px;
height:30px;
border:1px solid #6C9A69;
border-left:none 0px;
	}
table#chk_tb td#chk_tpp_mid {
height:24px;
	}
table#chk_tb td#chk_btt {
height:80px;
	}
table#chk_tb td#chk_lft {
height:30px;
width:20%;
border-left:1px solid #6C9A69;
	}
table#chk_tb td#chk_lft_rtt {
width:30%;
height:30px;
	}
table#chk_tb td#chk_rtt {
/*text-align:left;*/
vertical-align:top;
padding:8px;
border-right:1px solid #6C9A69;
	}
div#chk_fix_div1{
margin:auto;
width:240px;
text-align:left;
	}
div#chk_fix_div2{
padding-left:16px;
	}
#sbmit {
height:27px;
width:100px;
font:15px;
font-weight:bold;
/*background-color:#EFF0CE;*/
/*background-color:#C7DCD2;*/
	}
/*nd/
	
	
/* Cart Table*/
table#cart_tb {
background-color:#eff0ce;
height:90px;
width:200px;
	}
table#cart_tb td#cart_lft {
color:#FFFFFF;
width:24px; 
background-color:#000000;
border:2px solid #808080; 
	}
table#cart_tb td#cart_tpp {
text-align:left;
height:46px; 
padding-left:10px; 
border-top:2px solid #808080;
border-right:2px solid #808080; 
	}
table#cart_tb td#cart_btt {
height:24px; 
padding:0px 8px; 
border-right:2px solid #808080; 
border-bottom:2px solid #808080;
	}
/*nd*/

#logo {
width:490px;
height:90px;
margin:8px 0px;
	}
	
#bullet {
text-align:left;
	}

font {
color:#000000;
font-family:Verdana, Arial, Tahoma;
font-size:12px;
	}

a {
color:#336600;
font-family:Verdana,Arial,Tahoma;
font-size:12px;
text-decoration:none;
	}

a:hover {
color:#336600;
font-family:Verdana,Arial,Tahoma;
font-size:12px;
text-decoration:underline;
	}

.SFont {
font-size:11px;
	}

.Nav {
color:#000000;
font-size:12px;
	}

.white {
color:#FFFFFF;
font-size:12px;
	}
	
.black	{
/*font-style:bold;*/
text-decoration:bold;
font:bold;
	}
	
.red {
color:red;
	}
	
input {
color:#000000;
font-family:Verdana, Arial, Tahoma;
font-size:12px;
	}

/*nd*/	
