@charset "utf-8";
/* CSS Document */
 

 

/* Product Pages  */

  .productwrapper { 
   
  overflow:hidden;
}

.productwrapper div {
   
   padding: 10px;
}
#productone {
	float: left;
	margin-right: 20px;
	width: 15%;
	text-align: center;
	
}
#producttwo {
	background-color: white;
	overflow: hidden;
	margin-right: 5%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #009;
	padding-left: 10px;
}

@media screen and (max-width: 480px) {
   #productone {
	float: none;
	margin-right: 0;
	width: auto;
	border: 0;
	border-bottom: 2px solid #000;
	display: none;
  }
  #producttwo {
	background-color: white;
	overflow: hidden;
	margin-right: 5%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #009;
	padding-left: 10px;
}
  
}
/* Create two unequal columns that floats next to each other */
.column {
	float: left;
	padding: 10px;
}
/* Left and right column */
.column.featuresleft {
	width: 42%;
	text-align: center;
	 	 
}
/* Middle column */
.column.featuresright {
	width: 50%;
	text-align: center;
	 
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
	border: thin dashed #000;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column.featuresleft, .column.featuresright {
	width: 100%;
	 
}
}
 
 
 /* Create two unequal columns that floats next to each other for the refurbished page*/
.refurbcolumn {
	float: left;
	padding: 10px;
}
/* Left  column */
.refurbcolumn.refurbleft {
	width: 35%;
	height: auto;
}
/* Right column */
.refurbcolumn.refurbright {
	width: 55%;
	text-align: center;
	border: thin dashed #03F;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
	border: thin dashed #000;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.refurbcolumn.refurbleft, .columnrefurb.refurbright {
	width: 100%;
}
}
 
 
  /* Create two equal columns that floats next to each other for lower nav*/
 
.navsection {
	clear: both;
	padding: 0px;
	margin: 0px;
	 	 
}

/*  COLUMN SETUP  */
.navcol {
	display: block;
	float: left;
	 
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 1%;
	margin-left: 0%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navcol:first-child { margin-left: 0; }

/*  GROUPING  */
.navgroup:before,
.navgroup:after { content:""; display:table; }
.navgroup:after { clear:both;}
.navgroup { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.navspan_3_of_3 {
	width: 100%;
	text-align: left;
	padding-left: 15px;
}
.navspan_2_of_3 { width: 60%; }
.navspan_1_of_3 {
	width: 20%;
	text-align: left;
	padding-left: 15px;
	border: thin solid #0F3;
	float: left;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.navcol {  margin: 1% 0 1% 0%; }
	.navspan_3_of_3, .navspan_2_of_3, .navspan_1_of_3 { width: 100%; }
}

