 .main-container
 {
  height:300px;
  width:750px;
  margin-left:auto;
  margin-right:auto;
  background-color:#FFFFFF;
 }
 .cable-container
 {
  background-color:#FFFFFF;
 }
 .cable-container ul li
 {
  list-style-type:none;
 }
 .cable-container ul li
 {
  width:182px;
  height:82px;
  float:left;
  text-align:center;
  padding:25px;
  margin:10px;
  cursor:pointer;
  border: 1px solid #949c9e;
 }
 
 #cable-tabs
 {
  text-align:center;
  min-height: 450px;
 }
 #cable-tabs ul
 {
  list-style-type:none;
 }
 #step-tabs
 {
 margin-left: 20px;
 }
 #step-one
 {
  cursor:pointer;
 }
 #step-tabs li
 { 
  width:160px;
  height:35px;
  float:left;
  text-align:center; 
  cursor:wait;
 }
 
#tabs-title
{
 font:normal bold 25px Times, sans;
}
#title
 {
  *text-align:center;
  font-size:xx-large;
 }
 .no-products
 {
 padding-top:30px;
 }
  
 
 /*   BELOW IS ADMIN STYLES   */
 .admin-header button
 {
  font-size:x-large;
  cursor:pointer;
  background-color:F33490;
  
 }
 .admin-header ul li
 {
  float:left;
  margin-right:15px;
  
 }
 
 #add-tab
 {
   display:none; 
 }
 #edit-tab
 {
   display:none; 
 }
 #products option
 {
  cursor:pointer;
  }
 #products
 {
  width:400px;
  height:200px;
  font-size:x-large;
   
 }
 .edit-product-container
 { 
   display:none;
 }
 .label-text
 {
  font: italic bold 12px Times, sans;
 } 
 .admin-save-button
 {
 font-size:x-large;
 cursor:pointer;
 }
 .left
 {
 float:left;
 }
 .loading
 { 
  font: italic bold 12px Times, sans;
  display:none;
 }
 #delete
 {
  display:none;
 }
 .margin-left
 {
 margin-left:20px;
 }
 
 .first-connectors
 {
 
 }
 .first-connectors ul
 {
  list-style-type:none
 }
 
 .cablefinder_search
 {
  float:left;
  width:130px;
  height:auto;
  margin: 0px;
  padding: 15px;
  font: normal bold 12px Times,sans;
  border: none;
  cursor:pointer;
 }
 
 .first-connectors ul li:hover
 {
 background-color: #FEFFEC;
 }
 .cable-visual
 {
  clear:both;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background-image:url(../images/cable.png);
  height: 200px;
  width: 588px;
  display:none;
  background-repeat: no-repeat;
 }
 #cable-connects-to
 {
  height:125px;
  width:200px;
 }
 
 
 .second-connectors
 {
 
 }
 .second-connectors ul
 {
  list-style-type:none
 }
 
 .cablefinder_search
 {
  float:left;
  width:130px;
  height:auto;
  margin: 0;
  padding: 15px;
  font: normal bold 12px Times,sans;
  border: none;
  cursor:pointer;
  width: 25%;
  padding: 5vh 4px;
  background: #fff;
  transition: all .3s;
 }
 
 .second-connectors ul li:hover
 {
 }ul li.cablefinder_search:hover {
    transform: scale(.8);
}