/* CSS Document */
/* The main body css with background image can be edited here */
body.home{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-height:0px;
	margin-width:0px;
	background-image:url('images/bg-base.jpg');
	backround-repeat:repeat-x;
}

/* The main center table which holds all the content */
table.main{
	background-color: #0A1516;
	border: 3px solid #876B55;
	width:819px;
	border-bottom:none;
	border-top:none;
}
/* The table which holds scissors */
table.scissor{
	background-color: #15292B;
	border: 1px dotted #FAEEDF;
	width:541px;
	height:100px;
	}

/* The table which holds B2B */
table.b2b{
	background-color: #373737;
	border: 1px solid #7A7A7A;
	
	}
/* The table with brown stroke used in member.php page table */
table.brown-stroke{
	background-color: #272016;
	border: 1px solid #8D4510;
	
	}
table.peach-stroke{
	background-color: #564F46;
	border: 1px solid #EDCEA5;
	
	}
/* The td brown stroke used as base for thumbnails/ mainpic/ colorthumbnail/ backpic/ zoompic*/
td.thumbbase{
	background-image:url('images/thumbnail-base.gif');
	background-repeat:no-repeat;
	width:132px;
	height:197px;
	
	
	}
td.mainpic{
	background-image:url('images/mainpic-base.gif');
	background-repeat:no-repeat;
	height:522px;
	width:348px;
	}
td.minipic{
	background-image:url('images/minipic-base.gif');
	background-repeat:no-repeat;
	width:50px;
	height:74px;
	}
	
/* The header section  */
table.header{
	background-color: #371208;
	border: 0px;
	width:819px;
}
td.flash{
	background-image:url('images/flash-banner.jpg');
	background-repeat:no-repeat;
	background-color: #000000;
	height:313px;
}
td.light-brown{
	background-color: #876B55;
	height:1px;
}
td.dark-brown{
	background-color: #140900;
	height:1px;
}
td.right-panel{
	background-color: #15292B;
}
td.right-panel-shop{
	background-color: #7C3200;
}
td.right-panel-color{
	background-color: #1C3639;
}
td.top-navi{
	height:29px;
	font-family: Arial;
	font-size: 12px;
	color: #E9C3BC;
	text-decoration: none;
	width:484px;
}
td.top-navi-right{
	background-color: #5A1A10;
	height:29px;
	width:300px;
}
td.top-navi-middle{
	background-image:url('images/top-navi-middle.jpg');
	background-repeat:no-repeat;
	height:29px;
	width:35px;
}
td.member-heading{
	background-color: #CD6213;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	height:22px;
}
td.checkout-heading{
	background-color: #272016;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height:22px;
}

/* The main body fonts are placed here */

.main-content-peach{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E7BD87;
	text-align: justify;
	text-decoration: none;
	}
a.main-content-peach:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E7BD87;
	text-align: justify;
	text-decoration: underline;
	}
.main-content-black{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	}
.main-content-orange{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FF3C00;
	font-weight:bold;
	text-align: justify;
	text-decoration: none;
	}
a.main-content-orange:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FF3C00;
	font-weight:bold;
	text-align: justify;
	text-decoration: underline;
	}

.main-content-white{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
a.main-content-white:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FAAE0F;
	text-decoration: underline;
	}
.main-content-top-navi{
	font-family: Arial;
	font-size: 11px;
	color: #E9C3BC;
	text-decoration: none;
	}
a.main-content-top-navi:hover{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
/* The right panel fonts are placed here */

.text-username{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #717171;
	text-decoration: none;
	}
a.text-username:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #717171;
	text-decoration: underline;
	}	
.text-forgetpsw{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #423D3D;
	text-decoration: none;
	}
a.text-forgetpsw:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #423D3D;
	text-decoration: underline;
	}
.text-error{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	}
.text-links{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #EBCCB5;
	text-decoration: none;
	}
a.text-links:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #EBCCB5;
	text-decoration: underline;
	}
.b2b{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E7BD87;
	text-decoration: none;
	}
a.b2b{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E7BD87;
	text-decoration: underline;
	}

/* The footer table css */
td.footer{
	height:29px;
	font-family: Arial;
	font-size: 10px;
	color: #E9C3BC;
	font-weight:bold;
	text-decoration: none;
}

/* The right panel base */

td.right-panel-black{
	background-color: #030504;

}
/* All heading are placed here */

.main-page-heading-red{
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #FF0000;
	letter-spacing: 0.12em;
	text-decoration: none;
	}
	
.main-page-heading-black{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	letter-spacing: 0.12em;
	text-decoration: none;
	}
.main-page-heading-yellow{
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #ECB803;
	letter-spacing: 0.12em;
	text-decoration: none;
	}
.main-page-heading-peach{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #E7BD87;
	font-weight:bold;
	letter-spacing: 0.12em;
	text-decoration: none;
	}
.right-panel-heading-yellow{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ECB803;
	font-weight:bold;
	letter-spacing: 0.12em;
	text-decoration: none;
	}
	
a.right-panel-heading-yellow:hover{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ECB803;
	font-weight:bold;
	letter-spacing: 0.12em;
	text-decoration: underline;
	}
/* All form features are placed here */

.textbox {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #1B1B1B;
	text-decoration: none;
	background-color: #E6E6E6;
	border: 1px solid #1B1B1B;
	height:20px;


}
.textarea {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #1B1B1B;
	text-decoration: none;
	background-color: #E6E6E6;
	border: 1px solid #1B1B1B;

}









































































body.inside{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-height:0px;
	margin-width:0px;
	background-image:url('images/inner-bg.jpg');
	backround-repeat:repeat-x;
}
.top-red-link{
	font-family: Arial;
	font-size: 11px;
	color: #9A0405;
	text-decoration: none;
}
a.top-red-link:hover{
	font-family: Arial;
	font-size: 11px;
	color: #9A0405;
	text-decoration: underline;
}
.copyright{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.middle-grey-link{
	font-family: Arial;
	font-size: 11px;
	color: #E1B3B6;
	text-decoration: none;
}
a.middle-grey-link:hover{
	font-family: Arial;
	font-size: 11px;
	color: #E1B3B6;
	text-decoration: underline;
}
.middle-white-link{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.middle-white-link:hover{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.view-all-cat-yellow{
	font-family: Arial;
	font-size: 11px;
	color: #FEAE03;
	text-decoration: none;
}
a.view-all-cat-yellow:hover{
	font-family: Arial;
	font-size: 11px;
	color: #FEAE03;
	text-decoration: underline;
}

.main-content-red{
	font-family: Arial;
	font-size: 12px;
	color: #D60413;
	text-decoration: none;
}
a.main-content-red:hover{
	font-family: Arial;
	font-size: 12px;
	color: #D60413;
	text-decoration: underline;
}

.heading-maroon{
	font-family: Arial;
	font-size: 14px;
	color: #A21515;
	font-weight: bold;
	text-decoration: none;
}
.heading-white{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.heading-red{
	font-family: Arial;
	font-size: 14px;
	color: #D30413;
	font-weight: bold;
	text-decoration: none;
}

.text-username-grey{
	font-family: Arial;
	font-size: 10px;
	color: #AEACAC;
	font-weight: bold;
	text-decoration: none;
}


a.text-forgot-psw:hover{
	font-family: Arial;
	font-size: 10px;
	color: #A21515;
	font-weight: bold;
	text-decoration: underline;
}
.text-cat-links-grey{
	font-family: Verdana;
	font-size: 10px;
	color: #F8E6E7;
	font-weight: bold;
	text-decoration: none;
}
a.text-cat-links-grey:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #F8E6E7;
	font-weight: bold;
	text-decoration: underline;
}
.white-content-ver{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.maroon-content-ver{
	font-family: Verdana;
	font-size: 10px;
	color: #A21515;
	font-weight: bold;
	text-decoration: none;
}

.drop-down {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #5A5855;
	text-decoration: none;
}
table.middle{
	background-color: #FFFFFF;
}
table.inside-main{
	background-color: #FFFFFF;
	border: 1px solid #CBC7C7;
}
		
table.inside-advance-search{
	background-color: #ED9D92;
	
	
}
.tablebase {
	text-decoration: none;
	border: 1px solid D0D5D8;
	background-color: F6F7F7;

}
.tablebaseorange {
	text-decoration: none;
	border: 1px solid FFC299;
	background-color: FFF7F2;

}
.title10 {
	font-family: Arial;
	font-size: 10pt;
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}

.mainorg {
	font-family: Arial;
	font-size: 8pt;
	color: #FF6600;
	text-decoration: none;
}
.dark_green7 {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #000066;
	text-decoration: none;
}

.blue7 {
	font-family: Arial;
	font-size: 7.5pt;
	color: #3D7D99;
	text-decoration: none;
}
a:hover.blue7 {
	font-family: Arial;
	font-size: 7.5pt;
	color: #000000;
	text-decoration: none;
}
.darkgrey8 {

	font-family: Verdana;
	font-size: 8pt;
	color: #424242;
	text-decoration: none;
}
a:hover.darkgrey8 {

	font-family: Verdana;
	font-size: 8pt;
	color: #5188B1;
	text-decoration: none;
}
.black8 {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height:22px;
}
a.black8:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	line-height:22px;
}





/* CSS FOR ADMIN SECTION BEGINS HERE */




/* The main body css for admin */
body.admin{
	margin-bottom:0px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	background-color:#FFFFFF;
}

/* The main center table which holds all the content for admin */
table.main-admin{
	background-color: #FFFFFF;
	width:973px;
}

/* The admin header section  */
table.header-admin{
	background-color: #FFFFFF;
	border: 0px;
	width:973px;
	}

/* The admin header section main heading  */
.heading-blk-top{
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}

/* The footer for admin */
td.footer-admin{
	height:29px;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
/* The left-panel-links */
td.left-links{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E7BD87;
	text-decoration: none;
}

td.sub-head-admin{
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	height:33px;
	background-color:#E6E6E6;
}


/* The left-panel-links table */
table.left-panel{
	border: 0px;
	width:205px;
	}
/* The right-panel-content table */
table.right-panel{
	border: 0px;
	width:708px;
	}
	
/* right side table with grid values */
table.grid{
	border: 0px;
	width:708px;
	background-color:#FFFFFF;
	border: 1px solid #515151;
	
	}
	
/* Grid Table Header Row */
tr.top-row{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	height:30px;
	background-color:#BA9F9B;
	

	}
tr.first-row{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #515151;
	text-decoration: none;
	height:30px;
	background-color:#FBE8E6;
	

	}
	tr.second-row{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #515151;
	text-decoration: none;
	height:30px;
	background-color:#FFFFFF;
	

	}
	
/* all textbox for admin */	
.textbox-admin {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #F4F3F2;
	border: 1px solid #C8C8C8;
	height:20px;
}
/* To protect page from being printed */	
@media print {
body { display:none;visibility: hidden; }

}
