/* @override 
	http://motostew.local/stylesheets/parts.css
	http://localhost:3000/stylesheets/parts.css
*/

#parts {
  overflow: hidden;
}

#parts ul {
  padding: 0 0;
}

#parts ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px 4px;
  margin: 3px 0;
}

#parts ul a.sort {
  line-height: 2em;
}

#breadcrumb {
  min-height: 2em;
  margin-bottom: 10px;
}

#results {
}
#results ul li {
  display: block;
}
ul.tabs, #results ul.tabs {
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 0;
}
ul.tabs li, #results ul.tabs li{
  padding: 0 0;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;

}

ul.tabs li a, #results ul.tabs li a {
  background: transparent;
  padding: 5px 20px;
  margin: 0;
  font-weight: bold;
  -webkit-border-radius:0;
  -moz-border-radius:0;  
}
ul.tabs li a:hover, #results ul.tabs li a:hover {
  background: #cacccc;
}
ul.tabs a.active, #results ul.tabs a.active{
  background: #e7e9e9;
  position: relative;
  top: 1px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-top: 1px solid #ccc;
}

ul#generic_description {
  background: #e7e9e9;
}
ul#generic_description li{
  display: block;
}

ul.list_rides {
  background: #e7e9e9;
  position: absolute;
  z-index: 1;
  width: 180px;
  float: left;
  margin-top: -2px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0 2px 2px #999;
  -moz-box-shadow:0 2px 2px #999;  
}

li.part {
  margin: 0 0 30px 0;
  border-bottom:1px solid #DDDDDD;
  margin-bottom:10px !important;
  overflow:hidden;
  padding-bottom:20px !important;
}
.part .col {
  margin-left: 15px;
}
.part .col.first {
  margin-left: 0;
}

.part-info h3 {
  color: #5679ae;
  font-weight: bold;
  margin-top: 0;
}
.part-info h4 small{
  font-size: .8em;
  font-weight: normal;
  padding-left: 10px;
}
ul#part-results {
  padding: 20px 0;
}
.part-image {
  height: 100px;
  overflow: hidden;
}
.part-details ul{
  padding: 0;
}
.part-details ul li {
  display: block;
}
.part #actions {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #eee;
}
.part #actions .sort {
  margin-left: 0;
  margin-left:0;
  padding-left:24px;
}
.part #actions small li {
  margin: 10px;
}

#sidebar ul.years {
  text-align: center;
}


a.cart {
  margin:0 8px;
  color:#333;
  font-size: 1.5em;
  line-height: 2.5em;
  padding:5px;
}

#actions div.ride-actions.first em {
  display: block;
}
a.cart:hover {
  background-color: #ffc13f;  
}

h1#build-your-ride {
  background: #273f52 url(../images/parts/build-your-ride.png) no-repeat center center;
  height: 195px;
  padding: 10px;
  margin: 0 auto;
  text-indent: -999em;
}

table.items {
  width: 100%;
  border-top: 1px solid #dbdddd;
}
table.items tbody {
  display: block;
  width: 100%;
}
table.items th {
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 10px;
  background: #31658d; 
  color: #fff; 
  border-bottom: 1px solid #333;
}
table.items td.image{
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: middle;
}
table.items td.name{
  width: 350px;
}
table.items td.quantity {
  width: 17%;
}
table.items td.price {
  width: 80px;
}
table#order.items td.price {
  width: 96px;
}
table.items td.remove {
  width: 26px;
  padding: 0;
  text-align: center;
}
td.remove a {
  margin: 0 auto;
}
table.items td{
  padding: 10px;
}

.quantity .selector {
  width: 80px;
  margin: 0;
}
.quantity .selector span {
  width: 50px;
}
.quantity .selector select {
  width: 100px;
}
.items td {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fff;  
}
.items tr, .items {
  background: #e7e9e9;
}


#shipping {
  background-color: #dddede;
  padding: 10px;
  text-align: center;
  color: #666;
}
#shipping label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 2.2em;
  text-align: left;
  padding:0 5px 0 0;
}

#shipping .selector {
  margin: 0;
}

#shipping input {
  margin-left: 2px;
}
#shipping form .section{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;

  padding-top: 10px;
}

#total_price {
  clear: both;
}

span#available {
  padding: 5px;
  background: #b4e983;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
  text-shadow: #77b325 0 2px 2px;
}

div#parts_price h4:first-child {
  padding-top: 10px;
}
#total_price h2 {
  text-align: right;
  padding: 10px 20px 10px 20px;
  background: #dddede;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom: 2px ridge #d3d5d5;
  margin-bottom: 20px;
  color: #222;
  text-shadow: 0 2px 1px #fff;
}

#total_price h4 {
  text-align: right;
  padding-right: 20px;
  margin: 0;
  font-weight: normal;
  background-color: #dddede;  
}
#total_price h4 span {
  font-weight: bold;
}

img.loader {
  position:absolute;
  margin-left:30px;
  margin-top: 10px;
}
.loader {
  vertical-align: middle;
}
#shipping img.loader {
  position:relative;
  margin-left:0;
  margin-top: 0;
}

#manage.col {
  margin-left: 0;
}
#order_submit, #order_submit_trigger {
  margin:0 8px;
  background-color:#F90;
  color:#333;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  line-height: 1.5em;
  padding:5px;
  border: none;
  font-size: 1.5em;
  display: inline;
  height: auto;
  float: right;
  text-decoration: none;
}
#order_submit {
  float: none;
  margin-top: 1em;
}

#payment #saved_cards {
  border-right: 1px solid #999;
}

#payment .section {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
}
#payment .section.w15 input {
  width: 145px;
}
#payment #use_new_card {
  margin: 4em 0;
  position: absolute;
  display: block;
  font-weight: bold;
  z-index: 0;
}

#cc_form {
  position: relative;
}

#new_card_form {
  width: 100%;
}

#billing_address {
  width: 348px;
}

#new-card-option {
  position: absolute;
  width: 300px;
  height: 140px;
  overflow: hidden;
}

#payment h5 {
  margin:1em 0 0 0;
}

#payment h5.option {
  position: absolute;
}

#errorExplanation ul li {
  text-align: left;
  list-style: disc;
  font-weight: bold;
}
#order_submit:hover {
  cursor: pointer;
  background-color: #ffc13f;
}

#order-info {
  background-color: #dddede;
  border-bottom: 2px groove #eee;
  padding-bottom: 10px;
}

form.edit_shipping_address {
  margin-top: 10px;
}

#edit_form {
  margin-top: 10px;
  border: 1px dashed #aaa;
  padding: 10px;
}
#edit_form .submit {
  padding: 10px;
  background-color: #b4e983;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;    
}
#edit_form td.label {
  width: 120px;
}

#funds_available {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #eee;  
  margin-top: 10px;
  padding: 10px;
  background-color: #e7e9e9;  
}
#funds_available h3, #payment h3 {
  margin: 0;
}
#edit_form small {
  display: block;
  white-space: nowrap;
  font-size: .9em;
}
.edit_shipping_address td {
  vertical-align: top;
  padding: 5px 0;
}
.edit_shipping_address label {
  padding: 0;
}
#payment {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.tright #total_price {
  padding: 0 20px;
}
#authorize_net_info #order_submit {
  float: none;
}
#authorize_net_info #shipping {

}
#authorize_net_info blockquote {
  padding: 10px 0;
  display: block;
  text-indent: -2px;
  color: #666;
}

#t.transactionsransactions span.tooltiptext {
  margin-left: 22px;
  margin-top: -26px;
}

table.order_detail {
  width: 650px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.transactions .date, .transactions .quantity{
  width: 80px !important;
}
.transactions .confirm {
  width: 90px;
}
table .taxable, table .part  {
  width: 100px;
}
table .less  {
  width: 90px;
}
table .description, .vendor {
  width: 170px;
}
table .taxes {
  width: 60px;
}
table .shipping, table .status {
  width: 90px;
}
table.order_detail td{
  padding: 5px 5px !important;
  vertical-align: top;
}
.transactions table tr.pending {
  background: #fbf4d0;
}
.transactions table tr.pending:hover {
  background: #fbf8ec;
}

.finish {
  margin-bottom: 10px;
}

.finish a {
  font-size: 1.5em;
  margin-top: 20px;
  text-align: right;
}

.transactions a.info {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  text-indent: -999em;
  background: url(../images/icons/info.png) no-repeat;
}
.transactions .pending .info {
  display: none;
}

.transactions tr.order .details {
  text-align: center;
  padding: 4px;
}
.transactions tr.order {
  cursor: pointer;
  padding: 0;
}
.transactions td{
  padding: 10px 4px;
}
.transactions th {
  padding: 0 4px;
}

.transactions tr.order:hover {
  background: #eee;
}

table .rate {
  width: 50px;
}
table .details {
  width: 40px;
}
table .total, table .price {
  width: 70px;
  text-align: right;
  padding-right: 10px;
}

#order_history h2 {
  width: 300px;
}
#authorize_net_info ul {
  padding: 10px 0;
  margin-bottom: 20px;
}
#authorize_net_info ul li.credit-card {
  width: 260px;
  padding: 5px;
  background: #e7e9e9;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #222;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  margin-right: 10px;
  
}
#authorize_net_info ul li.credit-card h4 {
  margin: 0;
  cursor: pointer;
}
#authorize_net_info ul li.credit-card h4:hover {
  color: #333;
}

#total_price table tbody tr td h3 {
 padding: 0 0 0 10px; 
}

blockquote#current_address {
  padding: 10px 20px;
  color: #666;
  background: #eee;
}

#billing_address div#uniform-state.selector {
  margin: 0;
}

#authorize_net_info li.credit-card a.details {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  text-indent: -999em;
  overflow: hidden;
  background: url(/images/icons/info.png) no-repeat left top;
}
#authorize_net_info li.credit-card a.details:hover, #authorize_net_info li.credit-card.active a.details {
  background-position: bottom left;
}
#authorize_net_info li form div.col.w35 h4 {
  padding-top: 10px;
}

#authorize_net_info ul li a.sort.orange.bold {
  text-align: center;
}

li.part .part-image a img, td.image img {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}

td.image a {
  display: block;
  height: 100px;
  overflow: hidden;
}



#part-results li.part .part-image a {
  display: inline-block;
  height: 100px;
  width: 100px;
}


#featured_parts .carousel {
  width: 500px;
  padding: 10px 0;
  float: left;
}

#prev.btn {
  background: url(../images/backgrounds/arrow_l.png) no-repeat center center;
}
#next.btn {
  background: url(../images/backgrounds/arrow_r.png) no-repeat center center;
}
#featured_parts li.part {
  width: 156px !important;
  overflow: hidden;
  height: 140px !important;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}

#parts_index #featured_parts .carousel {
  margin: 0 50px;
}
#featured_parts .index-list {
  background: ;
}
#featured_parts li.part img{
  max-width: 130px;
}
#featured_parts a.btn {
  display: block;
  width: 80px;
  float: left;
  text-indent: -999em;
  height: 170px;
}

#featured_parts .carousel ul li.part a {
  width: 400px !important;
}

#part-descriptions ul#comments {
  padding: 0;
}
#part-descriptions div.col.w40 {
  width: 230px;
}
#part-descriptions textarea#comment_content {
  width: 100%;
}

#part-photos ul#photos.thumb, #part-rides ul#rides.thumb {
  padding: 0;
}
#part-photos ul#photos.thumb li, #part-rides ul#rides.thumb li{
  margin: 10px;
}
