/*
	site.css - CSS styles for prudentway.com

	new version create: Jim Tseng;
	Date: November 10, 2014;
*/
body {
	font-family: "Droid Sans";
	font-size: 13px;
	color: #555;
	height: 100%;
}
html {
	height: 100%;
}

#contentbottom {
	background-color: #fff;
}

#pagecontent {
	width: 1000px;
	background-color: #fff;
	padding: 20px;
	margin: 0 auto;
	box-shadow: 12px 0 15px -4px rgba(178, 181, 192, 0.8), -12px 0 8px -4px rgba(178, 181, 192, 0.8);
}

div.main {
	margin-left: 200px;
}

#menus {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#menus a.menuitem {
	font-family: verdana;
	font-size: 12px;
	color: #4a64ae;
	font-weight: bold;
}
.menu {
	border-bottom: 1px solid #a5b1d7;
	padding: 4px 0px;
}
.menuactive {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #b2bc37;
}
#menus a.menuitem:hover {
	color: #b2bd3a;
}
#latestpromo {
	float: left;
	width: 200px;
	background-color: #fff;
}
.hpgridleft {
	background-color: #6eaad4;
	font-family: verdana;
	font-size: 12px;
	color: #fff;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
	margin-right: 5px;
	width: 25%;
	float: left;
}
.secheader {
	background-color: #6eaad4;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}
.tblsecheader {
	background-color: #6eaad4;
	width: 92%;
	padding: 5px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
}
.bluebutton {
	font-family: verdana;
	font-size: 12px;
	color: #fff;
	background-color: #406a88;
	padding: 3px 10px;
	border-radius: 3px;
}
.btn_showmanual {
	font-family: verdana;
	font-size: 14px;
	color: #fff;
	background-color: #406a88;
	padding: 8px 20px;
	border-radius: 3px;
}
.sidebarheader {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.sidebarsml {
	font-family: verdana;
	font-size: 10px;
	color: #333;
}
.sidebarprodheader {
	font-family: verdana;
	font-size: 13px;
	color: #4c61ae;
	font-weight: bold;
	line-height: 25px;
}

footer {
	font-size:10px;
	color: #bbb;
}

/**** Typography ***/
.white14 {
	font-family: verdana;
	font-size: 14px;
	color: #fff;
}
.roboto13bold {
	font-family: Roboto;
	font-size: 13px;
	color: #111;
	font-weight: 900;
}
.roboto18bold {
	font-family: Roboto;
	font-size: 18px;
	color: #111;
	font-weight: 900;
}
a {
	text-decoration: none;
}

/**** Form Fields */
.inputbox {
	padding: 3px;
}

.btn {
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	border-collapse: collapse;
	border: 0;
}
.btn-default {
	background-color: #5D679C;
}
.btn-default:hover {
	background-color: #7A86C4;
}
.btn-cancel {
	background-color: #737373;
}
.btn-cancel:hover {
	background-color: #949292;
}
.frmflderror {
	color: #ed0000;
}


/**** Product Page(s) */
.productlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4D63AC;
    font-weight: bold;
}

/*** Product Page Specification Table */
table#prodspectable {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0;
  margin: 0;
}

table#prodspectable td {
  font-family: verdana;
  font-size: 12px;
  padding: 3px;
}

table#prodspectable tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}

table#prodspectable td.header {
  background-color: #227fbb;
  color: #fff;
	font-size: 12px;
  font-weight:bold;
  height: 23px;
}

table#prodspectable td.spectype {
  font-weight:bold;
  border-right: 1px solid #ccc;
}


/* Horizontal Rule Styling for the News Page */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


div.marginleft200 {
	margin-left: 200px;
}


input.rmainput {
	padding: 2%;
}



/* Alert Box: Danger */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

