@charset "utf-8";
/*input element*/
input {
}
input.button {
  cursor: pointer;
}
input.edit {
  background: url(/themes/Default/images/b_edit.png);
  width: 84;
  height: 28;
}
input.confirm {
  background: url(/themes/Default/images/b_confirm.png);
  width: 110;
  height: 28;
}
input.submit {
}
input.recalculate {
  background: url(/themes/Default/images/b_recalculate.png);
  width: 137;
  height: 28;
}
input.login {
  background: url(/themes/Default/images/b_login.png);
  width: 90;
  height: 28;
}
input.addtocart {
  background: url(/themes/Default/images/b_addtocart.png);
  width: 191;
  height: 28;
}
input.soldout {
  background: url(/themes/Default/images/b_soldout.png);
  width: 115;
  height: 28;
}
input.text, textarea {
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	color:#000000;
	padding:2;
}

select {
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	padding:2;
}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url("/themes/Default/images/bg_web.gif");
}
.headSection {
}
.headCategory {
		font-size: 18px;
	font-weight:bold;
	color:#000000;
}
.headType {
	font-size: 18px;
	font-weight:bold;
	color:#000000;
}
.headProduct {
	font-size: 18px;
	font-weight:bold;
	color:#000000;
}
.headContent {
	font-size: 18px;
	font-weight:bold;
	color:#000000;;
}
.headTopic {
	font-size: 12px;
	font-weight: bold; 
	color: #72A200;
}

.productRefno {
	font-weight: bold;
	color: #E0B225;
}
a.productLink:link 
{font-size: 10px; font-weight:bold;  color: #1C2E3C; text-decoration: none;}
a.productLink:visited  
{font-size: 10px; font-weight:bold;  color: #1C2E3C; text-decoration: none;}
a.productLink:hover
{font-size: 10px; font-weight:bold;  color: #1C2E3C; text-decoration: underline;}




a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 8pt;	
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 8pt;	
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size : 8pt;
}
a.menu:hover {
	color: #00a3c6;
	text-decoration: none;
	font-size : 8pt;	
}

a:link {
	font-size: 12px; font-weight: bold; color: #5B8F00; text-decoration: none;
}
a:visited {
	color: #5B8F00; text-decoration: none;
}
a:active {
}
a:hover {
	color: #5B8F00; text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 15pt;
	color : Black;
	font-weight: normal;
}
h2 {

	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	color : Black;
}
h3 {

	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 15pt;
	color : Black;
}

/*div style*/
div.listView1 {
	padding-top: 5;
	padding-left: 0;
	border: 0px solid;
	float: left;
}
div.iconView {
	text-align: center;
	float: left;
	border: 0px solid;
}

div.imgBorder {
	height: 70px;
	width: 88px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
div.imgBorder a {
	height: 70px;
	width: 88px;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}
div.imgBorder a:hover {
	height: 70px;
	width: 88px;
	background-color: #EFFAFE;
	color : #FF6600;
	vertical-align: middle;
}
div.imginfoBorder {
	background: #FAFAFA;
	width: 84px !important;
	width: 90px;
	height: 35px;
	vertical-align: middle;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.clear {
	clear:both;
}
.left {
	float: left;
	border: 0px solid;
}
.right {
	float: right;
}
.label{
	float: left;
	font-weight: bold;
	width: 100px;
	padding: 4;
	padding-top: 4;
	/*border: 1px solid;*/
}
.detail{
	float: left;
	width: 80%;
	padding: 4;
	/*border: 1px solid;*/
}
div.border {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 3;
}
.highlight { color: #e2174a; }

.require {

}
.require2 {
	border-left: 3px solid #F9C51E;
}

.separate {
	border:none;
	background-color:#E8E8E8;
	color: #E8E8E8;
	height: 1px;
}
.sb_quote {
        padding:5px;
        border:solid 1px #CCCCCC;
        background-color:#F7E4E7;
        color: #676767;
        font-size: 8pt;
        display: block;
        }
.sb_review_quote  {
        padding:5px;
        border:solid 1px #000000;
        background-color:#F7E4E7;
       	color: #676767;
        font-size: 8pt;
        display: block;
}
li {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
ul{
	list-style:none; 
	padding: 0px;
	margin: 0px;
}
.row1 {
	background-color:#E4E4E4;
	padding: 4px;
	margin-left: 1px;
	margin-top: 1px;
	padding-right: 10px;
}
.row2 {
	background-color:#FFFFFF;
	padding: 4px;
	margin-left: 1px;
	margin-top: 1px;
	padding-right: 10px;
}
.header {
	background-color:#999999;
	padding: 4px;
	margin-left: 1px;
	margin-top: 1px;
	color: #FFFFFF;
	font-weight: bold;
}

