/* popup font*/
.ub_popup_font {
	font-family:Arial, Helvetica, sans-serif;
}

.selecttable {
table-layout: fixed;
overflow: hidden;

}

.highlight {
  color: #CC0033;
}

.activesort {
	background-color: #99D07E;
}
/*--popup--*/
.content_txt_greenb{
	font-size: 13px;
	font-weight: bold;
	color: #bfb34b;
}

.content_txt_blueb{
	font-size: 13px;
	font-weight: bold;
	color: #498edc;
}

.content_txt_peachb{
	font-size: 13px;
	font-weight: bold;
	color: #e58989;
}

.content_error{
	font-size: 13px;
	font-weight: normal;
	color: #e14040;
}

.content_txt_aqurab{
	font-size: 13px;
	font-weight: bold;
	color: #82b5a2;
}

.content_txt_hightlight{
	font-size: 13px;
	font-weight: bold;
	color: #c04a5d;
	background-color:#fdf5f7;
}

.content_txt_greenhead{
	font-size: 15px;
	font-weight: bold;
	color: #bfb34b;
}

.content_txt_bluehead{
	font-size: 15px;
	font-weight: bold;
	letter-spacing:1px;
	color: #58a4d0;
}

.content_txt_white{
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

.content_txt_lightblue{
	font-size: 13px;
	font-weight: normal;
	color: #a0ddf0;
}

.content_txt_lightblue2{
	font-size: 13px;
	font-weight: normal;
	color: #5d98ba;
}

.content_txt_peach{
	font-size: 13px;
	font-weight: normal;
	color: #e58989;
}

.content_txt_greys{
	font-size: 11px;
	font-weight: normal;
	color: #c5c5c5;
}

.content_txt_greyh{
	font-weight: bold;
	color: #2b2b2b;
}

.content_txt_greyh_light{
	/*font-weight: bold;
	color: #666666;*/
}

.content_txt_greenh_light{
	font-weight: bold;
	color: #a9a15e;
}

.content_productname_greys{
	font-size: 14px;
	font-weight: normal;
	color: #383838;
}

.content_bluemark{
	font-size: 19px;
	font-weight: bold;
	color: #3a6c92;
}


.content_bluemarks{
	font-size: 15px;
	font-weight: bold;
	color: #3a6c92;
}

.content_peachmark{
	font-size: 19px;
	font-weight: bold;
	color: #cc669b;
}

.content_peachmarks{
	font-size: 15px;
	font-weight: bold;
	color: #cc669b;
}


.content_producttxt{
	font-size: 13px;
	font-weight: normal;
	color: #383838;
	padding: 2px 0px; 
}

.content_productlbl{
	padding: 0px 0px 0px 7px; 
}

.content_price_red{
	font-size: 14px;
	font-weight: bold;
	color: #cd699d;
}

.content_price_peach{
	font-size: 14px;
	font-weight: bold;
	color: #e79191;
}

.restsearchbox {
	background-color: #FFFFFF;
    border: 1px solid #a5a5a5;
}

.ChooseListBox input[type='text'].info{
	line-height: 16px;
	height: 15px;
	text-indent: 2px;
}
/*----popup-end---*/

/*pop button grey*/
.formButton {
    float:left;
	background-image: url(../images/popbutgrey.gif);
    background-color: #2f2f2f;
	background-repeat: no-repeat;
	display: block;
	line-height:22px;
	vertical-align:middle;
	color:#666666;
	width: 82px;
	height: 22px;
	line-height: 13px;
	text-decoration:none!important;
	border:none;
}

.formButton:hover {
    float:left;
	background-image: url(../images/popbutgrey_o.gif);
	background-repeat: no-repeat;
	display: block;
	line-height:22px;
	vertical-align:middle;	
	color:#2f2f2f;
	width: 82px;
	height: 22px;
	line-height: 13px;
	text-decoration:none!important;
	cursor: pointer;
	border:none;
}

#popup_toobrbg {
	background-image: url(../images/member_grey_dot.gif);
	background-repeat: repeat-x;
	height: 4px;
	font-size: 0px;
	line-height: 0px;
}

/*-link tree color-*/
.linktree:link {
	font-size: 13px; COLOR: #666666; TEXT-DECORATION: none; FONT-WEIGHT: normal; 
}
.linktree:visited {
	font-size: 13px; COLOR: #666666; TEXT-DECORATION: none; FONT-WEIGHT: normal; 
}
.linktree:active {
	font-size: 13px; COLOR: #666666; TEXT-DECORATION: none; FONT-WEIGHT: normal; 
}
.linktree:hover {
	font-size: 13px; COLOR: #666666; TEXT-DECORATION: underline; FONT-WEIGHT: normal;  
}