body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 7px;
	margin: 8px;
}

table.prodDetailTable {
	text-align: left;
	font-size: 12px;
	width: 300px;
	border-style:none;
}
/*table.prodDetailTable h2 {
	font-size: 13px;
}*/
/*hr.description{
	color: #D8D8D8;
	height: 1px;
}*/
div.sound {
	font-size: 10px;
}
a.sound{
	font-size: 11px;
	text-decoration: none;
}
a.sound:hover{
	font-size: 10px;
	text-decoration: underline;
}

td.detailTabTitle {
	border-bottom: #000000 thin solid;
}

table.image_table {
	width: 100px;
	height: 100px;
}


table.product_table {
	margin: 5px;
	padding: 1px;
	width: 650px;
	background: #FFFFFF;
	/*background: #e5e7e8;*/
}
td.item {
    background: #FFFFFF;
	border: solid #D8D8D8 1px;
	/*background: #e5e7e8;*/
	text-align: center;
}
td.item:hover{
	background: #F5FBEF;
}

/*td {
	vertical-align: top;
}*/
td.display_image{
	text-align: center;
	vertical-align: middle;
}


#cat_table {
	background-color: #FFFFFF;
	width: 915px;
	border-left: #273c3d 4px solid;
	border-right: #273c3d 4px solid;
	border-bottom: #273c3d 4px solid;
}

font.product_name {
    color: #088A08;
    font-size: 13px;
	font-weight: normal;
}

a.product_name {
    color: #088A08;
    font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
a.product_name:hover {
    color: #088A08; 
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

A {
	border-style: none;
	color: #006666;
}

span.plist {
	text-align: right;
	font-size: 16px;
	width: 320px;
}
span.plist a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
span.plist a:hover{
	text-decoration: underline;
}

img.dispImg {
	/*width: 120px;*/
	width: 250px;
	margin-top: 20px;
	margin-left: 20px;
	/*margin-right: 20px;
	border: #999999 thin dashed;
	padding: 1px;*/
	border-style: none;
}
img.exiter {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
img.banner {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
embed.audio {
	width: 125px;
	height: 42px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 1px;
}

font.cat_text {
	color: #6666CC;
}

i {
	font-style: normal;
	color: #332211;
}
i.description {
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

h2 {
	font-size: 14px;
	display: inline;
}
h3 {
	font-size: 14px;
	display: inline;
}

#search_box {
	display: block;
	background: #BBBCCC;
	text-align: left;
	width: 904px;
	padding: 5px;
}

div.detail_span {
	margin-top: 20px;
	margin-left: 20px;
}

div.detail_span_des {
	margin-left:20px;
}

div[name="items"] {
	font-size: 12px;
	text-align: center;
}

div.detailArea {
	border-style: none; 
	/*top: 80px;
	left: 30%;
	width: 540px;
	background: #FFFFFF;
	border: #232323 thin solid;
	padding-bottom: 50px;
	display: none;*/
}

div.toTop {
	width: 90%;
	text-align: right;
	font-size: 18px;
	margin-top:10px;
	margin-bottom:10px;
}


#search_form {
	width: 915px;
	margin: 0px;
	padding-top: 6px;
	border-top: #273c3d 4px solid;
	border-left: #273c3d 4px solid;
	border-right: #273c3d 4px solid;
}




/*========Shopping Cart=================================================================================*/
#shop_table {
	background-color: #FFFFFF;
	width: 915px;
	border-top: #273c3d 4px solid;
	border-left: #273c3d 4px solid;
	border-right: #273c3d 4px solid;
	border-bottom: #273c3d 4px solid;
}

#print_page_table {
	background-color: #FFFFFF;
	width: 660px;
	border-top: #273c3d 4px solid;
	border-left: #273c3d 4px solid;
	border-right: #273c3d 4px solid;
	border-bottom: #273c3d 4px solid;
}

/*---show hide set quantity field------------------*/
a.show_hide {
    color: #C11B17;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.show_hide:hover {
    color: red; 
    font-size: 14px;
}
/*---------------------------------------------------*/

/*--cart table-------------------------------------*/
table.cart_table {
	background-color: #e5e7e8;
	width: 98%;
	font-size: 13px;
	border: 1px
}
.cart_table_header {
    background-color: #7F92A4;
	font-weight: bold;
    color: #FFFFFF;
}
/*---------------------------------------------------*/

/*--mini cart table----------------------------------*/
#minicart {
	background-color: #e5e7e8;
	width: 94%;
	padding: 1px;
	border: 1px;
	font-size: 13px;
}
.minicart_title {
	background-color: #617C58;
	font-weight: bold;
}
.minicart_header {
	background-color: #7F92A4;
	font-weight: bold;
}

/*---------------------------------------------------*/

table.inputArea {
    background: #FBEFEF;/*#FFFFFF;*/
	/*width: 170px;
	height: 30px;*/
	border: #D8D8D8 1px solid;
	/*border-style:none;*/
	vertical-align: middle;
}
input.add_button{
	border: 1px solid;
	color: #FFFFFF;   
	font-weight: bold;
	font-size: 12px;
	background-color: #8A0808;/*#475485;*/  
}
input.add_button:hover{
	text-decoration: underline;
}

table.loginBox {
    background-color: #98ae98;
	font-size: 12px;
}

/*---------------------------------------------------*/
/*print page product table*/
.printTable {
	font-size: 12px;
    border-collapse: collapse;
}
.printTable .printHeader{
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid black;
}

td.printContent {
	background-color: #FFFFFF;
	border: 1px solid black;
}
/*---------------------------------------------------*/
/*checkout entry form*/
.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #617C58;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #8BB381;
}

.infoTable .content {
	background-color: #FFFFFF;
}
/*---------------------------------------------------*/

input.btn{
	/*border: 1px solid;
	color: #FFFFFF; */
	/*font-weight: bold;*/
	font-size: 12px;
	padding: 1px;
	/*background-color: #0B3861;*/
}
input.btn:hover{
	text-decoration: underline;
}

/*======================================================================================================*/