html { height: 100%; margin: 0; padding: 0;}

BODY {
	height: 100%;
	/* background-color: #eee; */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	text-align: center;
	margin: 0;
  background-image : url(pics/mainbg.jpg);
}

A {	color: #990099;
	text-decoration : none;
}

A:visited {
	color: #910091;
	text-decoration: none;
}

A:hover {
	color: #cc00cc;
	text-decoration: underline;
}

h1 {
	background: #fff url("pics/title_bg.gif") no-repeat;
	height: 56px;
	margin: 0px 0px 0px 7px;
	padding: 15px 0px 0px 50px;
	font-size: 25;
	color: #990099;
}

h2 {
	margin: 0;
	padding: 5px 0px 0px 0px;
	color: #adadad;
	font-size: 13px;
}

h3 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #ab00a0;
	font-size: 13px;
} h3 a{color: #ab00a0; text-decoration: none;}
  h3 a:visited{color: #ab00a0; text-decoration: none;}
  h3 a:hover{color: #ab00a0; text-decoration: underline;}

form {
	margin: 0;
	padding: 0;
}

.h3_ext {
	background-color:#f1d6f0;
	height: 1px;
	margin: 10px 0px;
	padding: 0;
	font-size: 1px;
}


.prod_itemcode {
	color: #aaa;
}

.prod_detail_area {
	padding: 0px 0px 0px 10px;
}

.prod_price {
	background-color: #ddd;
	border: 0;
	color: #ab00a0;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
	margin: 7px 0px;
	width: 120px;
}

.prod_separator {
	background-color: #777;
}

.prod_list_functions {
	border-bottom: solid 3px #aaa;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

hr {
	width: 100%;
	border: 0;
	height: 1px;
	color: #bbb;
	background-color: #bbb;
	margin: 16px 0px;
}


#.description {
#	color: #ababab;
#	font-size: 10px;	
#} .description a{color: #aaa; text-decoration: underline;}
#  .description a:visited{color: #aaa; text-decoration: underline;}
#  .description a:hover{color: #000; text-decoration: underline;}

.bottombox {
	background: #fff url("pics/c_bottom.jpg") no-repeat;
	padding: 5px;
	color: #888;
        height:50px;
	width: 162px;
}
# .bottombox a{color: #888; text-decoration: underline;}
#  .bottombox a:visited{color: #888; text-decoration: underline;}
#  .bottombox a:hover{color: #000; text-decoration: underline;}

.left_mainbox {
	background: #fff url("pics/l-mainbox.jpg") no-repeat;
	width: 165px;
	height: 56px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 5px;
} .left_mainbox a{color: #000; text-decoration: none;}
  .left_mainbox a:visited{color: #000; text-decoration: none;}
  .left_mainbox a:hover{color: #ab00a0; text-decoration: none;}

.box_top {
	width: 162px;
	height: 50px;
	background: #fff url("pics/cbox_top.jpg") no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ab00a0;
	padding: 14px 0px 0px 5px;
}
.box_content {
	width: 154px;
	color: #ab00a0;
	padding: 0px 7px;
	background-color: #fff;
} .box_content A {	color: #990099;	text-decoration: none;}
  .box_content A:visited {	color: #910091;	text-decoration: none;}
  .box_content A:hover {	color: #cc00cc;	text-decoration: underline;}


.box_bottom {
	width: 167px;
	height: 11px;
	background: #fff url("pics/cbox_bottom.jpg") no-repeat;
}

.main_content {
	margin: 10px 11px 0px 8px;
	padding: 0px 0px 0px 0px;
}

.ProductSearchParameter {
	font-size: 10px;
	border: solid 1px #ab00a0;
	width: 70px;
}

.h1cont {
	height: 52px;
	background-color: #bdbdbd;
}

.yay {
	background: #ab00a0 top left no-repeat url("pics/yay_bg1.gif");
	color: #fff;
	padding: 10px;
}
.yay h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
}
.yay .description {
	color: #fff;
	font-size: 15;	
} 
.yay a{color: #fff; text-decoration: none;}
.yay a:visited{color: #fff; text-decoration: none;}
.yay a:hover{color: #fff; text-decoration: underline;}

.ProductOptionsField {
	border: solid 1px #999;
	font-size: 10px;
}

.ProductAmountField {
	border: solid 1px #999;
	font-size: 10px;
}

.ShoppingCartQuantityField {
	border: solid 1px #999;
	font-size: 10px;
}
.description { 
	visibility: hidden;
	display: none;
}
.help { 
	visibility: hidden;
	display: none;
} 