html, body {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	margin: 0px;
	line-height: 1.5;
	background-color: #000000;
}

ul {
	margin-top: -10px;
}

hr {
	height: 3px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 0px;
	background-color: #000000;
}


a:link, a:visited, a:hover{
	color: #000066;
}

.center {
	text-align: center;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}

.imgBorder {
	border: 1px solid #000;
}

.productTitle {
	color: #000;
	padding-bottom: 0.3em;
	font-size: 1.4em;
	padding-top: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	font-weight: bold;
}

img, embed, object, video {
	
	max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
}





.thumb {
	margin: 10px;
	border: 1px solid rgba(0,0,0,1.00);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.50);
	box-shadow: 0px 5px 5px rgba(0,0,0,.50);
	width: 190px;
}

.thumb a:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.thumb a:visited{
	color: rgba(255,255,255,1.00);
}
.thumb a:active{
	color: rgba(255,255,255,1.00);
}
.thumb a:hover{
color: rgba(127,187,243,1.00);
}


.thumb-text-left {
	font-size: 0.9em;
	padding: 5px;
	text-align: left;
}

.thumb-text-centerB {
	font-size: .9em;
	padding-bottom: 8px;
	padding-top: 8px;
	font-weight: bold;
}
.thumb-text-centerB a:link {
	text-decoration: none;
	color: rgba(0,0,0,0.85);
}
.thumb-text-centerB a:visited{
	color: rgba(0,0,0,0.85);
}
.thumb-text-centerB a:active{
color: rgba(0,0,0,0.85);
}
.thumb-text-centerB a:hover{
color: rgba(127,187,243,1.00);
}

.align-center {
	text-align: left;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: px;
	padding-left: px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.align-left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: inline-block;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.align-center-st {
	text-align: left;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.align-left-st {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
}
.button {
    color: #FFF;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 6px 2px;
    cursor: pointer;
    border-radius: 5px;
    min-width: 80px;
}
a.button:link {
	color: #FFF;
}
a.button:visited {
	color: #FFF;
}
a.button:hover {
	color: #000;
}
.buttonBuy {
	background-color: #CC0000;
	color: #FFF;
}

 /* Mail Form CSS */
 /* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
	background-color: #216AAF;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: none;
	margin-top: 10px;
}
/* Style the container */
.form_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.floatLeft {
	float: left;
}
.floatClear {
	float: none;
}
.whatText {
	font-weight: bold;
	font-size: 12px;
	color: #266097;
	margin-top: 12px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
  }
} 
