/* comparison */
#type, #brand, #model {
  float:left;
  padding:0px 10px 0px 0px;
}
#type select, #brand select, #model select {
  margin:0px;
  padding:1px 0px;
  font-size:8pt;  
}
#type label, #brand label, #model label {
  margin:0px;
  padding:0px;
  font-size:8pt;
  font-weight:bold;
  color:#000;
}
#model input#add_laptop {
  font-size:8pt;
  font-weight:bold;
  cursor:pointer;
  margin:0px 0px 0px 5px;
  padding:0px 2px;
} 
#comparison_status {
  clear:both;
  margin:0px;
  padding:5px 0px;
  text-align:left;
}
#comparison {
  margin:15px 0px;
  /*overflow:auto;*/
}
#comparison table {
  width:200px;  
}
#comparison table tr#Image td {
  min-height:80px;
}
#comparison table td ul {
  /*list-style-position: inside;*/
  margin:0px 0px 0px 18px;
  padding:0px;
  text-align:left;
}
#comparison table td ul li {
  line-height:10pt;
  padding:0px;
  margin:0px;
}
#comparison table tr.grey td {
  background-color:#f9f9f9;
}
#comparison table td {
  background-color:#fff;
  padding:5px;
  font-size:8pt;
  min-width:220px;
  max-width:220px;
  vertical-align:top;
  word-wrap:break-word;
  border:1px #CCCCCC solid
}
#comparison table td {
  text-align:center;
}
#comparison table td.description {  
  min-width:150px;
  max-width:150px;
  font-weight:bold;
  text-align:left;
}
#comparison table td.brand, td.model {
  font-weight:bold;
  color:#f08330;
}
#comparison table td.brand a, td.model a {
  color:#0000ff;
}
#comparison table td.listprice {
  font-weight:bold;
  color:red;
}
#comparison table td p {
  margin:0px;
  padding:3px 0px;
  line-height:10pt;
}
#product_description {
  overflow:auto;
}
#product_description table {
  border:0px;
  width:0%;
}
#product_description table td {
  border:0px;
  background:transparent;
  width:0%;
}
#product_description h3 {
  margin:5px 0px;
  padding:3px 0px;
  border-bottom:1px solid #ebebeb;
}
#product_description ul {
  margin:5px 0px 0px 18px;
}
#product_description div.content {
  padding:10px 0px;
  font-size: 9pt;
}
#product_description div.content h2 {
  font-size: 14px;
  margin:5px 0px;
}
#product_description div.content table {
  border:0px;
  background:transparent;
}