@import url(global.css);
@import url(common.css);
@import url(header.css);

.support {width:100%;}
.support td{width:50%; height: 60px; vertical-align: top;}
.support .title{font-weight:bold; margin-bottom: 8px;}
.support .item {margin: 2px 0px;}
.support .more{margin: 8px 0px 15px 0px;}
.support .more a{color:#f93;}

.feedback .title{padding-left:10px; background:url(../images/newsbg.jpg) no-repeat #CAD3D8; line-height: 22px; border-bottom:2px solid #E8ECEF; font-weight: bold;}
.feedback .more a{color:#f93;}
.feedback .detail{margin: 10px 4px; color:#333;}

.required {
  color: #e00;
  font-weight: normal;
}

#unverified {
  background-color: #ffd;
  border: 1px solid #e00;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 4px;
}

#unverified a {
  color: #00e;
}

#unverified a:hover {
  color: #e00;
}

#submittable {
  width: 100%;
  border: 1px solid #888;
}

#submittable td{
  padding-left: 4px;
}

#submittable .required {
  color: #e00;
  font-weight: normal;
}

#submittable .item {
  padding: 4px;
  font-weight: bold;
  background-color: #ccc;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

#submittable .title{
  padding: 8px 0px 0px 4px;
  font-weight: bold;  
}

#submittable .field {
}

#submittable .space {
  height: 8px;
}

#submittable .desc{
  color: #666;
  font-size: 12px;
}

#submittable .submit{
  padding: 10px 0px 10px 4px;
}

#submittable .prompt{
  color: #e00;
  margin-left: 5px;
  font-weight: normal;
}

#submittable #item_expand {
  padding: 4px 4px 4px 20px;
  font-weight: bold;
  background-color: #ccc;
  border-bottom: 1px solid #888;
  background-image: url(../images/expand.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  text-decoration: underline;
  cursor: hand;
}

#submittable #item_collapse {
  padding: 4px 4px 4px 20px;
  font-weight: bold;
  background-color: #ccc;
  border-bottom: 1px solid #888;
  background-image: url(../images/collapse.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  text-decoration: underline;
  cursor: hand;
}

#submittable .first_name {
  margin-left: 13px;
}

#submittable .last_name {
  margin-left: 56px;
}

#submittable .post_code {
  margin-left: 102px;
}

#submittable .employee_number {
  margin-left: 20px;
}

.memo {
  font-weight: bold;
}

#submit_error {
  height: 25px;
  color: #e00;
}

#save {
  font-weight: bold;
}

#submittable #product_details {
  display: none;
  padding-left: 0px;
}

#productlist {
  width: 100%;  
}

#productlist td {  
  border-bottom: 1px solid #eee;
}

#productlist .image {
  width: 120px;
}

#productlist .description {
  width: auto;
  padding: 4px;
}

#productlist .description div{
  margin-top: 4px;
  font-size: 12px;
}

#productlist .description .name {
  font-weight: bold;  
}

#productlist .description .operation {
  margin-top: 8px;
  font-weight: bold;
}

#productlist .description .operation a {
  margin-left: 20px;
  text-decoration: underline;
}

#productlist .description .operation a:hover {
  color: #c00;
  text-decoration: none;
}

#productlist .price {
  width: 80px;  
  padding-bottom: 4px;
}

#productlist .price div {
  white-space: nowrap;
}

#productlist .perunittitle, #productlist .perunitprice {
  font-style: oblique;
}

#productlist .sampletitle {
  margin-top: 6px;
}

#productlist .price .originally_price {
  margin-right: 10px;
}

.bluelink {
  color: #00e;
}

.bluelink: hover {
  color: #e00;
}

#question_side {
  width: 98%;
}

#question_side #question_form {
  width: 65%;
  vertical-align: top;
}

#question_side #question_solution {
  width: 35%;
  vertical-align: top;
  padding: 0px 4px 0px 4px;
}

#question_side #question_solution .title {
  font-weight: bold;
}

#question_side #question_solution .title a {
  color: #00e;
}

#question_side #question_solution .title a:hover {
  color: #e00;
}

#question_side #question_solution .content {
  margin: 5px 0px 15px 0px;
}

#question_side #question_solution .header {
  color: #e00;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #ccc;
  padding: 4px;
}
