/*
* header css
*/

#dialog{
  display:none;
}

body,table,form,img,p,pre{
  padding:0px;
  border:0px;
  margin:0px;
}

body, table{
  font-size:11px;
  line-height:15px;
}

a, a:visited, a:link{
  color:#000000;
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

a:hover{
  color:#000000;
  outline: none;
  overflow: hidden;
  text-decoration: underline;
}

body{
	font-family: Arial;
	background:#d96bb4 url('../images/bck.png') top center no-repeat;
	text-align: center;
}

.separator {
  border:0 none;
  clear:both;
  line-height:0;
  font-size:0px;
  margin:0;
  padding:0px;
}

.wrapper{
	width: 980px;
	margin: auto;
}

.whitebck{
	width: 980px;
	background: white;
	float: left;
  min-height:700px;
}

.header{
	width: 980px;
	height: 30px;
	color: white;
	background: url('../images/hbck.png') no-repeat;
	font-size: 15px;
}

.header a{
	text-decoration: none;
	color: white;
}

p.greet{
	float: left;
	padding: 5px 0px 0px 20px;
}

p.user{
	float: right;
	padding: 5px 15px 0px 0px;
	line-height: 16px;

}

.logoin{
	width: 980px;
	height: 174px;
	background: url('../images/logobck.png') no-repeat;
	float: left;
}

.login{
	width:228px;
	height: 156px;
	background: url('../images/loginbck.png') no-repeat;
	float: right;
	margin: 13px 20px 0px 0px;
	padding-top: 2px;
	text-align: left;
	border: 0px;
}

.login p{
	font-size: 11px;
	color: white;
	font-weight: bold;
	float: left;
}

.login p:first-letter{
	padding-left : 20px;
}

.login input.invisible{
	border:0px;
	background:transparent;
	width:186px;
	margin:5px 0px 0px 4px;
}

.login a{
	font-size: 11px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0px 0px 20px;
	display: block;
	float:left;
}

.loginbtn{
	width: 65px;
	height: 34px;
	float: right;
	background: url('../images/loginbtn.png') no-repeat;
	margin: 0px 12px 0px 0px;
	border: 0px;
	font-weight: bold;
	text-align: center;
	color: white;
	cursor: pointer;
}

.uinput{
	width: 194px;
	height: 27px;
	background: url('../images/uinput.png') no-repeat;
	margin-left: 20px;
	float:left;
}

.pinput{
	width: 194px;
	height: 27px;
	background: url('../images/pinput.png') no-repeat;
	margin-left: 20px;
	float:left;
}

.menu{
	width:980px;
	float: left;
}

.menu table{
	width: 100%;
	height: 41px;
	color: white;
	border: 0px;
}

.menu td{
	background: url('../images/menubck.png') repeat-x;
	overflow: hidden;
}

.menu td.sep{
	background: url('../images/tsep.png') no-repeat;
	overflow: hidden;
	width: 2px;
	height: 41px;
}

.menu td.st{
	background: url('../images/menust.png') repeat-x left;
	overflow: hidden;
	height: 41px;
}

.menu td.fin{
	background: url('../images/menufi.png') repeat-x right;
	overflow: hidden;
	height: 41px;
}

.menu a{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	line-height: 41px;
  text-align:center;
}

.menu a:hover, .menu a.selected{
 background: url('../images/menbthi.png') repeat-x;
}

.menu a.start:hover, .menu a.start.selected{
 background: url('../images/menuhst.png') repeat-x;
}

.menu a.fina:hover, .menu a.fina.selected{
 background: url('../images/menuhfin.png') repeat-x right;
}

/*
* footer css
*/
.qlb{
	background: url('../images/qlbbck.png');
	height: 44px;
	width: 980px;
	color: #da4787;
	text-align: left;
	float: left;
}

.qlb a{
	color: #da4787;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}

.qlb p{
	padding: 15px 0px 0px 10px;
}

p.copyright{
	color: white;
}

/*
* layout css
*/
.clear{
	clear: both;
}

.generalForm{
	width:370px;
	background: #FFFFFF no-repeat;
	float: left;
	margin: 0px;
  padding: 0px;
	padding-top: 2px;
	text-align: left;
	border: 0px #FF0000 solid;
}

.generalCell{
  float:left;
  margin:4px;
  border:0 none;
  display:block;
  padding:0px;
  text-align:left;
  width:120px;
}

.generalName{
	font-size: 11px;
	color: black;
	font-weight: bold;
	float: left;
}

.generalInputCell
{
	width: 194px;
	height: 27px;
	background: url('../images/input.png') no-repeat;
	float:left;
}

.generalInput
{
	border:0px;
	background:transparent;
	width:186px;
	margin:5px 0px 0px 4px;
}

.generalButton
{
	width: 105px;
	height: 34px;
	float: right;
	background: url('../images/generalButton.png') no-repeat;
	margin: 0px 12px 0px 0px;
	border: 0px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

.generalCellInfo{
  font-weight:bold;
  font-size: 13px;
  float:left;
}

.generalCellDetail{
  float:left;
  width:370px;
}

.generalSubmit{
  float:left;
}

.leftSide{
  float:left;
  border:0px;
  margin:0px;
  padding:0px;
  width:250px;
  text-align:left;
  line-height:14px;
  font-size:12px;
}

.rightSide{
  float:left;
  border:0px;
  margin:0px;
  padding:0px;
  width:720px;
  text-align:left;
  line-height:14px;
  font-size:12px;
}
.rightSide-fav{
  float:left;
  border:0px;
  margin:0px;
  padding:0px;
  width:920px;
  text-align:left;
  line-height:14px;
  font-size:12px;
}

.pageTitleFirst, .pageTitle{
  float:left;
  border:0px;
  margin:0px;
  padding:0px;
  color:#e73080;
  font-weight:bold;
  font-size:20px;
  line-height:25px;
  width:auto;
  display:block;
}

.pageTitleSecond{
  float:left;
  border:0px;
  margin:0px;
  padding:0px;
  color:#8a1058;
  font-weight:bold;
  font-size:20px;
  line-height:25px;
}

.pageContent{
  float:left;
  border:0px;
  margin:0px;
  padding:0px;
  font-size:12px;
  line-height:15px;
}

.box{
  float:left;
  margin:3px 0;
  padding:0px;
  border:0px;
}

.boxTopLeft{
  float:left;
  background: url(../images/box_top_left.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxTopMain{
  float:left;
  background: url(../images/box_top_main_.jpg) repeat-x;
  width:219px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxTopRight{
  float:left;
  background: url(../images/box_top_right.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxBottomLeft{
  float:left;
  background: url(../images/box_bottom_left.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxBottomMain{
  float:left;
  background: url(../images/box_bottom_main_.jpg) repeat-x;
  width:219px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxBottomRight{
  float:left;
  background: url(../images/box_bottom_right.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxMainContentRow{
  float:left;
  background: url(../images/box_main_content.jpg) repeat-y;
  width:235px;
  height:23px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxMainContentRow712{
  float:left;
  background: url(../images/box_main_content_712.jpg) repeat-y;
  width:712px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxMainContentRow947{
  float:left;
  background: url(../images/box_main_content_947.jpg) repeat-y;
  width:947px;
  margin:0px;
  border:0px;
  padding:0px;
}

.boxMainContentRowGeneral{
  float:left;
  background: #fbf5f7;
  margin:0px;
  border:0px;
  border-left:1px #f7e4ea solid;
  border-right:1px #f7e4ea solid;
  padding:0px;
}

.boxMainContentSeparator{
  float:left;
  background: url(../images/box_main_separator.jpg) repeat-y;
  width:235px;
  height:1px;
  margin:0px;
  border:0px;
  padding:0px;
}

.generalPageImage{
  float:left;
  width:17px;
  height:23px;
  margin:0px;
  border:0px;
  padding:0px;
}

.generalPageLink{
  float:left;
  text-align:left;
  margin:0px;
  border:0px;
  padding:0px;
  color:#e73180;
  font-weight:bold;
  font-size:12px;
  line-height:20px;
}

.generalPageLinkContent{
  float:left;
  text-align:left;
  margin:0px;
  border:0px;
  padding:0px;
  color:#e73180;
  font-weight:bold;
  font-size:12px;
  width:210px;
  overflow:hidden;
}

div.generalPageLinkContent a, div.generalPageLinkContent a:visited, div.generalPageLinkContent  a:link
{
  color:#e73180;
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

.generalAdsContent{
  float:left;
  width:187px;
  height:142px;
}

.generalPages{
  float:right;
  margin:0px;
  padding:0px;
  border:0px;
}

.imageAds{
  width:187px;
  height:142px;
}

.imageAdsHomePage{
  width:300px;
  height:250px;
}

.imagePremiumProvidesAds{
  padding:2px;
  border:1px solid #F3DFE6;
  width:187px;
  height:142px;
	cursor: pointer;
}

/* START Feature supplier box*/
.featureBoxTopLeft{
  float:left;
  background: url(../images/feature_box_top_left.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.featureBoxTopMain{
  float:left;
  background: url(../images/feature_box_top_main.jpg) repeat-x;
  width:219px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.featureBoxTopRight{
  float:left;
  background: url(../images/feature_box_top_right.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.featureBoxMainContentRow712{
  float:left;
  background: url(../images/feature_box_main_content_712.jpg) repeat-y;
  width:712px;
  margin:0px;
  border:0px;
  padding:0px;
}

.featureBoxBottomLeft{
  float:left;
  background: url(../images/feature_box_bottom_left.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.featureBoxBottomMain{
  float:left;
  background: url(../images/feature_box_bottom_main.jpg) repeat-x;
  width:219px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}

.featureBoxBottomRight{
  float:left;
  background: url(../images/feature_box_bottom_right.jpg) no-repeat;
  width:8px;
  height:5px;
  margin:0px;
  border:0px;
  padding:0px;
}
/* END Feature supplier box*/

.prod-left {
	width: 100px;
	float:left;
	display:block;
	margin: 0;
	padding:10px;
}
.prod-right {
	width: 775px;
	float:left;
	display:block;
	margin: 5px 0 0 15px;
	padding:10px;
	color:#333333;
}
.prod-right h2 {
	border:0 none;
	color:#8A1058;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	margin:0px 0 10px 0;
	padding:0;
}
.prod-right p {

	margin:  0px 0 5px 0;

}
.prod-more {
	background:url(../images/providerButton.jpg) center bottom no-repeat;
	width: 92px;
	height: 19px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding: 6px 0 0 0;
	margin:5px 0;
	float:right;
	}
.prod-more a {
	color:#FFFFFF;
	text-decoration:none;
	}
.prod-more a:hover  {
	color:#FFFFFF;
	text-decoration:underline;
	}
.full-des {
	width:auto;
	display:block;
	}
.full-des-left {
	width:450px;
	display:block;
	float:left;
	text-align:center;
	}
.full-des-left img {
	border:#999999 1px solid;
	}
.full-des-left ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	}
.full-des-left ul li {
	width:130px;
	height:110px;
	display:block;
	float:left;
	margin:3px;
	padding:0;
	}
.clr { clear:both}
.full-des-right {
	width:450px;
	display:block;
	float:left;
	margin: 0 0 0 15px;
	color:#333333;
	}
.full-des-right h2 {
	border:0 none;
	color:#8A1058;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	margin:0px 0 10px 0;
	padding:0;
}
a.pdf_link{
color:#8A1058;
text-decoration:none;
background:url(../images/doc_pdf.png) left center no-repeat;
padding: 0 0 0 25px;
margin: 0 0 0 45px;
}
a.pdf_link:hover{
color:#8A1058;
text-decoration:underline;
background:url(../images/doc_pdf.png) left center no-repeat;
padding: 0 0 0 25px;
margin: 0 0 0 45px;
}
a.jpg_link{
color:#8A1058;
text-decoration:none;
background:url(../images/jpg.png) left center no-repeat;
padding: 0 0 0 25px;
margin: 0 0 0 45px;
}
a.jpg_link:hover{
color:#8A1058;
text-decoration:underline;
background:url(../images/jpg.png) left center no-repeat;
padding: 0 0 0 25px;
margin: 0 0 0 45px;
}
