body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
	background-color:#ebf2fa;
}


.selicon0,.selicon1,.selicon2,.selicon3,.selicon4 {
	border:2px solid #ffffff;
	border-radius:5px;
	padding:2px;
}


.rowheading {
	font-size:14px;
	font-weight:bold;
}


.visible-phone {
	font-size:14px;
	font-weight:bold;
}

.col0 { display:none; }
.col1 { display:none; }
.col2 { display:none; }
.col3 { display:none; }
.col4 { display:none; }
.rowheading { display:none; }

.selcol {
	cursor:pointer;
	font-size:14px;
	font-weight:bold;

}

.img-col {
	width:75%;
	height:auto;
	}


.product {
	/*border-bottom:1px dotted #cccccc;*/
	padding:5px 0px 5px 5px;
	font-size:11px;
	line-height:14px;
	color:#1e8ae7;
	cursor:pointer;
}

.details {
	color:#888888;
	padding-top:5px;
}

.skus {
	padding-top:5px;
}

.info {
	float:right;
	color:#ffffff;
	background-color: #1e8ae7;
	border-radius:10px;
	width:15px;
	height:15px;
	font-family: "Courier New";
	line-height:15px;
	text-align:center;
	cursor:pointer;
	}

.shaded {
	background-color:#ffffff;
}


input[type="radio"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}
input[type="checkbox"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}

.radio, .checkbox {
	background-color: #F3F3F3;
	display: inline-block;
	-moz-border-radius: 10px 0px 25px 0px;
	-webkit-border-radius: 10px 0px 250px 0px;
	border-radius: 10px 0px 25px 0px;
	padding-left:30px;
	margin-top:5px;
	padding-bottom:5px;
	background-image: url("images/alert-successsmalloff.png");
	background-repeat:no-repeat;
	background-position: 5px 5px;
	color: #333333;
	width: 90%;
}

.active {
	background-image: url("images/alert-successsmall.png");
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

.disabled {
	background-image: url("images/alert-successsmalloff.png");
	background-repeat:no-repeat;
	background-position: 5px 5px;
	filter:alpha(opacity:20);
	opacity:0.2;
}

.span3 .radio {
	width: 80%;
}

.span3 .checkbox {
	width: 80%;
}

#category, #product_class, #showtheresult { display:none; }

#showtheresult { padding-top:20px; margin-bottom:20px;}

.cellimg {
	float:right;
	width:50px;
	height:auto;
	margin-right:5px;

}

.table { margin-bottom:0px; }


.ui-autocomplete {    
z-index: 2000;
max-height: 200px;    
overflow-y: auto;    
/* prevent horizontal scrollbar */    
overflow-x: hidden; 
	border:1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color:#F3F3F3;


}  
.ui-autocomplete-loading {    
	background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;  }	
/* IE 6 doesn&apos;t support max-height   * we use height instead, but this forces the menu to always be this tall   */  
* html .ui-autocomplete {    height: 100px;  } 
.ui-menu-item {font-size: 13px !important;}


#theresult {
	max-height:500px;
	overflow-y:auto;
	margin-top:20px;
}


button[type="submit"] {

	width: 106px !important;
	margin-left:0px !important;

	}