/* begin colors and borders (for link colors: see the link styles section below) */
/*border: #F8E415 solid 1px;*/
table.productListing {
border: #d4d4d4 solid 1px;
}
/*background-color: #FFFF99;*/
.productListing-heading {
background-color: #e5e5e5;
}
tr.productListing-even td.productListing-data {
background-color: #f5f3ff;

}
tr.productListing-odd td.productListing-data {
background-color: #fff;
}
td.productListing-data {
vertical-align: middle;
font-size: 11px;
}
/*background-color: #e5e5e5;
table.infoBox {
border: #67cb44 solid 1px;
}*/
table.infoBox {
border: #ccc solid 1px;
}
.inputRequirement {
color: red;
}


#loginline {
	padding-left: 15px;
	float: right;
	font-size: 90%;
	
}
#loginline ul{
	font-weight: normal;
	text-decoration: none;
	padding-right: 15px;
        padding-top: 2px;
} 
#loginline ul li{
	display: inline;
	padding: 0 2px 0 2px;
}
#loginline ul li a{
	color: #666666;
	text-decoration: none;
}
#loginline ul li a:hover{
	color: #999999;
	text-decoration: none;
}
#loginline ul li.usericon  a{
	background-image: url(../img/use11r.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left:25px;

}

ul.checkbox {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.checkbox li {
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 5px 30px;
	background: url(../img/list_checkbox.png) 0 0 no-repeat;
	font-weight: bold;
	line-height: 100%
}

.infoBox-reviews {
  background: #b6b7cb;
}
.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.main-content, p.main-content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.text-emphasis, .text-emphasis2 {
  font-weight: bold;
  color:#df3102;
}
.text-emphasis {
  text-decoration: underline;
}
.gr_question {
  font-size:18px;
  color:green;
  margin-bottom: 12px;
  display:block;
}

