
p {
text-align:left;
font-family:"Trebuchet MS";
font-size:11pt; 
color:#595959;
line-height:150%;
}

.pageTitle {
font-size:18pt;
font-family:"Trebuchet MS";
font-weight:bold;
color:#2C4AA0;
}

h1 {
font-size:16pt;
font-family:"Trebuchet MS";
font-weight:bold;
color:#2C4AA0;
}

.heading {
font-size:16pt;
font-family:"Trebuchet MS";
font-weight:bold;
}

p.quote {
text-align: center;
font-size:14pt;
font-family:"Times New Roman";
font-style: italic;
}

ul {
text-align:left;
font-family:"Trebuchet MS";
font-size:11pt; 
color:#595959;
line-height:150%;
}

ul.smallIndent {
padding-left: 20px;
}

ol {
text-align:left;
font-family:"Trebuchet MS";
font-size:11pt; 
color:#595959;
line-height:150%;
}

li {
text-align:left;
font-family:"Trebuchet MS";
font-size:11pt; 
color:#595959;
line-height:150%;
}

.myButton {
  background-color:#E3353E;
  border-radius: 0px;
  display:inline-block;
  cursor:pointer;
  color: #FFFFFF;
  font: normal normal normal 18px "Trebuchet MS", Helvetica, sans-serif;
  padding: 6px 24px;
  text-decoration:none;
  border: solid #FFFFFF 4px;
  margin: 0 5px 5px 0;
}
.myButton:hover {
  position:relative;
  top:1px;
}

.sltextfield {
	border: solid #2C4AA0 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #595959;
	margin: 0 0 0 0px;
	width:100%;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;	
	padding: 0.3em 0.3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
}

label {
  display: block;
  color: #595959; 
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 2px 0;
  padding:0;
  text-transform: none;
}

.formMsg {
  display: block;
  color: #595959; 
  font: normal normal normal 14px "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 2px 0;
  padding:0;
  padding-bottom:10px;
  text-transform: none;
}

p.price {
	font-size:13.0pt;
	line-height:150%;
	font-family:"Trebuchet MS";
	color:#2C4AA0;
	letter-spacing:-.05pt;
	language:en-US'>
}

img {
    border:0;
}

.Approve button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: green;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 0;
	border-radius: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	min-width: 80px;
	min-height: 35px;
	border: 0;
}

.Delete button {
	 display: inline-flex;
	 justify-content: center;
	 align-items: center;
	 background-color: red;
	 color: #fff;
	 text-decoration: none;
	 margin: 0 0 0 0;
	 border-radius: 5px;
	 font-size: 15px;
	 font-family: "Trebuchet MS", Helvetica, sans-serif;
	 min-width: 80px;
	 min-height: 35px;
	 border: 0;
}

.reviews .pagination a {
  display: inline-flex;
  text-decoration: none;
  background-color: #FFFFFF;
 font-family: "Trebuchet MS", Helvetica, sans-serif;
  color:#595959;
  border-radius: 5px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 35px;
}

.reviews .pagination a:hover {
  background-color: #636363;
  background-color: #FFFFFF;
}

.reviews .pagination div {
  display: inline-block;
  font-size: 14px;
  color: #996633;
  padding: 5px 10px;
}

.reviews .write_review_btn, .reviews .write_review button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2C4AA0;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 0;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  min-width: 120px;
  min-height: 35px;
  border: 0;
  margin-left:10px;
 
}

.reviews .write_review input {
  display: block;
  width: 250px;
  padding: 10px;
  border: 1px solid #595959;
  border-radius: 5px;
  margin-top: 10px;
}

.reviews .write_review textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #595959;
  border-radius: 5px;
  height: 150px;
  margin-top: 10px;
}
