div.center div.content div {
  width: 982px;
  margin: 0 auto;
}





/* vendor list*/
div.rankingsDetails {
  width: 727px;
}

ul.bucketsRow{
  clear:both;
  list-style: none outside none;
  width: 756px;
}

ul.bucketsRow li.mainBucket{
  float: left;
  width: 220px;
  margin-right: 32px;
  margin-top: 25px;
}

div.bucket {
  background: url( ../images/background_vendor_rankings_bucket.png ) no-repeat;
  width: 220px;
  height: 344px;
}

div.bucket div.bucketContent {
  padding: 0 19px;
}

table.vendorTable {
  border-collapse: colapse;
  width: 184px;
}

div.bucketContent div.ratingsHeader{
  padding-top:20px;
  font: 12px arial;
}

table.vendorLeader {
  margin-top: 21px;
}
table.vendorLeader td.vendorName {
  text-align:center;
  width:100px;
}
table.vendorLeader td.vendorScore {
  text-align:center;
  width: 80px;
  font: bold 14px arial;
}
table.vendorTable {
  font: 12px arial;
  border-collapse: collapse;
  margin: 10px 0 5px 0;
}

table.vendorTable td.vendorName {
  text-align:left;
}
table.vendorTable td.vendorName a 
{
  font-size: 12px;
  line-height: 14px;
  font-family: Arial;
}
table.vendorTable td.vendorScore a 
{
  font-size: 12px;
  line-height: 14px;
  font-family: Arial;
}
table.vendorTable td.vendorScore {
  text-align:right;
}
div.bucket div.bucketContent div.viewAll a {
  text-transform: uppercase;
  font: 12px arial;
}


div#divVendorSurvey {
  width:730px;
  font-family:arial;
}
.surveyMainRow {
  clear:both;
}

div#divSurveyMainHeader {
 background: url( ../images/background_vendor_detail_header.png )  no-repeat;
 height: 139px;
}

div#divVendorSurvey div#divSurveyMainHeader div#divMainRow {
  margin-left: 20px;
}
div#divVendorSurvey div#divSurveyMainHeader div#divMainRow div#divVendorLogo {
  width: 106px;
  float: left;
  text-align: center;
  vertical-align: middle;
  margin-top: 30px;
}
div#divVendorSurvey div#divSurveyMainHeader div#divMainRow div#divVendorName {
  margin-top: 25px;
  margin-left: 24px;
  width: 233px;
  float: left;
  text-align: left;
  font-size : 16px !important;
}
div#divVendorSurvey div#divSurveyMainHeader div#divMainRow div#divRFIButton {
   float:right;
   padding-right:30px;
   text-align: right;
   margin-top: 24px;
}
div#divVendorSurvey div#divSurveyMainHeader div#divTextRow {
  font-size: 12px;
  padding-top: 25px;
}
div#divVendorSurvey div#divSurveyMainHeader div#divTextRow div#leftColumn {
  width: 380px;
  float: left;
  text-align: left;
  padding-left: 20px;
}
div#divVendorSurvey div#divSurveyMainHeader div#divTextRow div#rightColumn {
  width: 331px;
  float: left;
  text-align: right;
  padding-left : 379px;
}
div#divVendorSurvey div#divSurveyMainHeader div#divTextRow div#rightColumn span#expandSurveyHeader {
  cursor:pointer;
}
div#divVendorSurvey .surveyMainRowHeader .section {
  width: 179px;
  float:left;
  padding-left: 20px;
  text-align: left;
  background: #BABAB8;
  height: 21px;
}
div#divVendorSurvey .surveyMainRowHeader .graphBox {
  width: 469px;
  float:left;
  background: url( ../images/graph_header.jpg )  no-repeat;
  height: 21px;
}
div#divVendorSurvey .surveyMainRowHeader .score {
  width: 60px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  background: #BABAB8;
  color: #676765;
  font: 10px arial;
  height: 21px;
}
div#divVendorSurvey .surveyMainRow .section {
  width: 179px;
  float:left;
  padding-left: 20px;
  text-align: left;
  background: #BABAB8;
  border-bottom: 1px solid #D8D7D3;
  font-size: 12px;
  line-height: 20px;
}
div#divVendorSurvey .surveyMainRow .graphBox {
  width: 469px;
  float:left;
  background: #A2A2A0;
  padding-top: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #D8D7D3;

}

div#divVendorSurvey .surveyMainRow .graphBox .graph {
  position: relative; /* IE is dumb */
  width: 428px;
  border: 1px solid #444444;
  background: #444444;
  margin-left: 18px;
}
div#divVendorSurvey .surveyMainRow .graphBox .graph .bar {
  display: block;
  position: relative;
  background: #3178AC;
  text-align: center;
  color: #3178AC;
  height: 7px;
  line-height: 7px;
}

div#divVendorSurvey .surveyMainRow .score {
  width: 40px;
  float:left;
  padding-right: 20px;
  text-align: right;
  background: #BABAB8;
  border-bottom: 1px solid #D8D7D3;
  font-size: 12px;
  line-height: 20px;
}
div#divVendorSurvey surveyMainQuestion_Edit
{
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  font-style:italic;
  clear:both;
}
div#divVendorSurvey div.surveyMainQuestion {
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  font-style:italic;
  clear:both;
  display:none;
}
div#divVendorSurvey div.surveyMainQuestion_Edit div.mainQuestion,
div#divVendorSurvey div.surveyMainQuestion div.mainQuestion{
  padding-left: 20px;
  float: left;
  width:647px;
  background: #EFEFED;
  border-top: 1px solid #D8D7D4;
  border-left: 1px solid #D8D7D4;
}

div#divVendorSurvey div.surveyMainQuestion div.score{
  width: 60px;
  float:left;
  text-align: center;
  border-top: 1px solid #E6E5E3;
  background: #F5F5F3;
}

div#divVendorSurvey div.surveySubQuestion_Edit {
  line-height: 20px;
  font-size: 12px;
  clear:both;
}

div#divVendorSurvey div.surveySubQuestion {
  line-height: 20px;
  font-size: 12px;
  clear:both;
  display:none;
}

div#divVendorSurvey div.surveySubQuestion div.subQuestion{
  padding-left: 40px;
  float: left;
  width:627px;
  background: #EFEFED;
  border-top: 1px solid #D8D7D4;
  border-left: 1px solid #D8D7D4;
}

div#divVendorSurvey div.surveySubQuestion div.score{
  width: 60px;
  float:left;
  text-align: center;
  border-top: 1px solid #E6E5E3;
  background: #F5F5F3;
}

div#divVendorSurvey div#divSurveyFooter {
  background: url( ../images/background_footer_survey.png )  no-repeat;
  height: 33px;
  clear:both;
  text-align:center;
  width: 728px;
  font-size: 10px;
  color: #666666;
}
div#divVendorSurvey div#divSurveyFooter span#footerSpan {
  line-height:28px;
}
div.clear {
  clear:both;
}


div#divVendorSurvey div.surveyMainQuestion,
div#divVendorSurvey div.surveySubQuestion
{
	overflow:hidden;
}

div#divVendorSurvey div.surveyMainQuestion div.mainQuestion,
div#divVendorSurvey div.surveyMainQuestion div.score,
div#divVendorSurvey div.surveySubQuestion div.subQuestion,
div#divVendorSurvey div.surveySubQuestion div.score
{
margin-bottom: -999.5em;
padding-bottom: 1000em;
padding-top:3px;
}

