table.responsive {
	width: 100%;
}

.top-bar {
    margin: 0 0 0px;
}


div.error-message {
    background: none repeat scroll 0 0 #C60F13;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: -13px;
    padding: 6px 4px;
    line-height: inherit;
}


div.alert-box {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin-bottom: 0px;
   z-index: 200;
   padding: 14px 7px 15px;
}


.full {
    width: 100%;
}

img.model_preview {
  border: 2px solid black;
  min-height: 150px;
  min-width: 500px;
  background: #000 url('../img/foundation/orbit/loading.gif') no-repeat center center; overflow: hidden;
  float: left;
}

h4.model_check {
  padding: 0;
  margin: 0;
}

.top-bar {
  width: 99.99%;
}

button.full {
  width: 100%;
}

@media only screen and (max-width: 767px) { 
    img.model_preview {
      min-height: 40px;
      min-width: 100px;
      margin-top: 20px;
    }
}
/* all */
::-webkit-input-placeholder  { color:#c0c0c0; }
input:-moz-placeholder { color:#c0c0c0; }


.cart_info_tip {
  font-size: 22px;
  border-bottom: 0;
  text-align: center;
  padding: 0 3px; 
}

.cart_info_tip a {
  color: #2ba6cb;
}

.cart_info_tip a:hover {
  color: #333333;
}

.cart_info_tip:hover {
 border-bottom: 0; 
}

label {
  font-weight: bold;
  font-size: 125%;
  padding-top: 10px;
}

form.custom div.custom.dropdown, form.custom div.custom.dropdown.open ul {
  width: 100% !important;
}

.custom_name {
  padding: 24px 0;
}

.custom_name label {
    font-size: 100%;
    font-weight: bold;
    display: inline;
    padding-right: 10px;
}

.button_disabled {
    background: none repeat scroll 0 0 #2BA6CB;
    box-shadow: none;
    cursor: default;
    opacity: 0.6;
}

.dd-select label, .dd-options label {
  font-size: 100%;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.dd-option {
  
}