.content.section .left .master-category
{
  font-size: 15px;
}

.content.section .left .master-category .title
{
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  background: #444;
}

.content.section .left .master-category .list
{
  
}

.content.section .left .master-category .list .category
{
  width: 100%;
  position: relative;
  font-size: 15px;
  background: #FFF;
}

.content.section .left .master-category .list .category .name
{
  z-index: 30;
  width: 100%;
  position: relative;
}

.content.section .left .master-category .list .category .name:after
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  top: 0px;
  left: 0px;
  z-index: 3;
}

.content.section .left .master-category .list .category:last-child
{
  border-bottom: none;
}

.content.section .left .master-category .list .category a
{
  width: 100%;
  display: block;
  padding: 6px 20px 6px 10px;
  position: relative;
  z-index: 5;
  color: #444;
}

.content.section .left .master-category .list .category a:hover
{
  color: #444 !important;
}

.content.section .left .master-category .list .category .nest
{
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100%;
  background: #EEE;
  z-index: 40;
  border: none !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.content.section .left .master-category .list .category .nest:before
{
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #BBB;
}

.content.section .left .master-category .list .category:hover .nest:before
{
  display: none;
}

.content.section .left .master-category .list .category .nest .name
{
  display: none;
}

.content.section .left .master-category .list .category:hover .name
{
  background: #888;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

.content.section .left .master-category .list .category:hover .name a
{
  color: #FFF;
}

.content.section .left .master-category .list .category:hover .nest
{
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.content.section .left .master-category .list .category:hover .nest .name
{
  display: block;
  box-shadow: none;
}

.content.section .left .master-category .list .category:hover .name:after
{
  background: none;
}

.content.section .left .master-category.with-scroll .list
{
  max-height: 250px;
  overflow-y: auto;
}

.content.section .right .top-feature
{
  width: 900px;
  margin: 10px 0px;
}

.content.section .right .featured-sections
{
 margin: 20px 0px;
}

.content.section .right .featured-sections .featured
{
  display: inline-block;
  margin: 0px 10px;
  width: 205px;
  text-align: center;
  vertical-align: top;
}

.content.section .right .featured-sections .featured .image
{
  height: 100px;
  width: 100%;
  overflow: hidden;
}

.content.section .right .featured-sections .featured .title
{
  font-size: 13px;
  margin-top: 10px;
  text-transform: uppercase;
}

.content.section .right .featured-sections .featured .subtitle
{
  font-size: 12px;
  line-height: 14px;
  color: #444;
  font-weight: lighter;
  text-transform: lowercase;
}

.content.section .right .landing-title
{
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #444;
  background: linear-gradient(to bottom, #444, #333);
  border: solid 1px #DDD;
  height: 35px;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.content.section .right .landing-title .text
{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}

.content.section .right .landing-title .link
{
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}


.content.section .right .landing-title .link a
{
  color: #FFF;
}

.content.section .right .brands
{
  margin: 30px 0px;
}

.content.section .right .brands .featured
{
  text-align: center;
}

.content.section .right .brands .brand
{
  width: 130px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}

.content.section .right .brands .brand .image
{
  display: table-cell;
  width: 130px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}

.content.section .right .brands .brand .image img
{
  max-width: 120px;
  max-height: 60px;
}

.content.section .right .brands .brand .title
{
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  margin-top: 5px;
  font-weight: normal;
}

.content.section .right .brands .all
{
  display: none;
}

.content.section .brand-info
{
  text-align: left;
}

.content.section .brand-info .image
{
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 10px;
  text-align: center;
}

.content.section .brand-info .image img
{
  max-width: 250px;
}

.content.section .brand-info .desc
{
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 850px;
  padding: 5px 10px;
}

.content.section .models
{
  margin: 0px auto;
  width: 1100px;
  text-align: left;
}

.content.section .models .model
{
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 160px;
}

.content.section .models .model .model-image
{
  width: 160px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.content.section .models .model .model-image img
{
  max-width: 120px;
  max-height: 120px;
}

.content.section .models .model .model-title
{
  background: #EEE;
  background: linear-gradient(to bottom, #F8F8F8, #E6E6E6);
  border-top: solid 1px #DDD;
  font-size: 12px;
  line-height :14px;
  padding: 5px 10px;
  text-align: center;
  min-height: 40px;
}

.content.section .right .welcome-msg
{
  font-size: 16px;
}

.content.section .right .sub-title
{
  margin-top: 30px;
}

.content.section .right .sub-title .text
{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.content.section .right .sub-title .edit
{
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.content.section .right .sub-title .edit button
{
  padding: 3px 8px;
  font-weight: normal;
}

.content.section .right .contact-info
{
  padding: 5px;
  font-size: 16px;
}

.content.section .right .contact-info .password
{
  font-size: 14px;
}

.content.section .right .order-list
{
  font-size: 16px;
  padding: 5px;
}

.content.section .right .order-list .order
{
  padding: 10px 0px;
}

.content.section .right .order-list .label
{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #888;
  margin-top: 10px;
}

.content.section .right .order-list .label div
{
  text-align: center;
}


.content.section .right .order-list .order-num
{
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  text-align: center;
}

.content.section .right .order-list .order-date
{
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  text-align: center;
}

.content.section .right .order-list .order-ship-to
{
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}

.content.section .right .order-list .order-total
{
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: center;
}

.content.section .right .order-list .order-status
{
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  text-align: center;
}

.content.section .right .order-list .buttons
{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 150px;
  text-align: center;
}

.content.section .right .account-form
{
  font-size: 16px;
  
}

.content.section .right .account-form .line
{
  padding: 5px;
}

.content.section .right .account-form .line .label
{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 125px;
  text-align: right;
  margin-right: 10px;
}

.content.section .right .account-form .line .label em
{
  color: #C00;
  margin-left: 2px;
}


.content.section .right .account-form .line .value
{
  display: inline-block;
  vertical-align: middle;
}

.content.section .right .account-form .line .value input,
.content.section .right .account-form .line .value select
{
  width: 250px;
  margin: 0px;
}

.content.section .right .account-form .line .validation-advice
{
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  padding: 0px 10px;
  color: #C00;
}

.content.section .right .account-form .checkbox
{
  background: #EEE;
  width: 250px;
  font-size: 14px;
  padding: 10px;
  margin: 5px 10px;
  margin-left: 50px;
}

.content.section .right .account-form .checkbox .input
{
  display: inline-block;
  vertical-align: middle;
}

.content.section .right .account-form .checkbox .label
{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.content.section .right .account-form .required
{
  font-size: 12px;
  margin: 10px 0px;
  margin-left: 150px;
  color: #C00;
}

.content.section .right .account-form .account-form-buttons
{
  margin-left: 100px;
  margin-top: 20px;
}

.content.section .right .order-details
{
  padding: 5px;
  font-size: 16px;
  width: 800px;
}

.content.section .right .order-details .date
{
  font-size: 14px;
}

.content.section .right .order-details b
{
  margin-right: 10px;
}

.content.section .right .order-details b:after
{
  content: ":";
}

.content.section .right .order-details .order-data-list
{
  
}

.content.section .right .order-details .order-data-list .order-data
{
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 10px;
}

.content.section .right .order-details .order-data-list .order-data .label
{
  font-weight: bold;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
}

.content.section .right .order-details .order-data-list .order-data .value
{
  
}

.content.section .right .order-details .order-data-list .order-data .value table
{
  margin-top: 10px;
}

.content.section .right .order-details .order-data-list .order-data .value table th
{
  font-size: 14px;
  text-align: left;
  color: #666;
}

.content.section .right .order-details .order-data-list .order-data .value table td
{
  padding: 5px;
  padding-bottom: 10px;
}

.content.section .right .order-details .order-product-list
{
  
}

.content.section .right .order-details .order-product-list .label
{
  font-weight: bold;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;  
}

.content.section .right .order-details .order-product-list .order-product
{
  padding: 10px 0px;  
}

.content.section .right .order-details .order-product-list .product
{
   display: inline-block;
   vertical-align: middle;
   width: 400px;
  padding-right: 10px;
}

.content.section .right .order-details .order-product-list .sku
{
   display: inline-block;
   vertical-align: middle;
   width: 100px;
}

.content.section .right .order-details .order-product-list .price
{
   display: inline-block;
   vertical-align: middle;
   width: 100px;
}

.content.section .right .order-details .order-product-list .qty
{
   display: inline-block;
   vertical-align: middle;
   width: 50px;
}

.content.section .right .order-details .order-product-list .subtotal
{
   display: inline-block;
   vertical-align: middle;
   width: 100px;
  text-align: right;
}


.content.section .right .order-details .order-totals
{
  margin: 10px 0px;
  text-align: right;
  padding-right: 20px;
}

.content.section .right .order-details .order-totals .label
{
  display: inline-block;
  vertical-align: middle;
}

.content.section .right .order-details .order-totals .total
{
  padding: 5px 0px;
}

.content.section .right .order-details .order-totals .value
{
  display: inline-block;
  vertical-align: middle;
}

.content.section .right .order-buttons
{
  width: 800px;
  text-align: center;
}

.content.section .right .address-list
{
  font-size: 0px;
}

.content.section .right .address-list .address
{
  font-size: 16px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
}

.content.section .right .address-list .address .label
{
  font-weight: bold;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
}

.content.section .right .address-list .address .label .small-text
{
  font-weight: bold;
  text-transform: none;
  margin-left: 30px;
  font-size: 10px;
}

.content.section .right .address-list .address .label .small-text.no-minus
{
  margin-left: 0px;
}

.content.section .right .desc
{
  padding: 5px;
  font-size: 16px;
}

.content.section .right .address-buttons
{
  font-size: 14px;
  margin-top: 10px;
}

.content.section .right p,
.content.section .content-body p
{
  font-size: 14px;
  line-height: 17px;
}

.content.section .right li,
.content.section .content-body li
{
  font-size: 14px;
  line-height: 17px;
}

.content.section .right .form-entry
{
  width: 700px;
}

.content.section .right .contact-form.complete .field
{
  display: none;
}

.content.section .right .contact-form.complete .buttons-set
{
  display: none;
}

.content.section .right .contact-form.complete .required
{
  display: none;
}

.content.section .right .contact-form.complete .success
{
  display: block !important;
  font-size: 16px;
  padding: 5px;
}

.content.section .right .customer-service-sect
{
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.content.section .right .customer-service-title
{
  font-size: 16px;
  font-weight: bold;
  color: #06C;
  text-transform: uppercase;
}

.content.section .right .customer-service-info
{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  padding: 5px 10px;
}

.content.section .right .order-status
{
  font-size: 15px;
  min-height: 400px;
}

.content.section .right .order-status.loading
{
  background: url(../img/loading.gif) center no-repeat;
}

.content.section .right .order-status .addresses
{
  
}

.content.section .right .order-status .addresses .address
{
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.content.section .right .order-status .addresses .address .label
{
  font-size: 17px;
  font-weight: bold;
  
}

.content.section .right .order-status .addresses .address .value
{
  padding: 10px;
  font-size: 14px;
}

.content.section .right .order-status .shipping
{
  margin: 10px 0px;
}

.content.section .right .order-status .shipping .label
{
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.content.section .right .order-status .shipping .value
{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.content.section .right .order-status .payment
{
  margin: 10px 0px;
}

.content.section .right .order-status .payment .label
{
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.content.section .right .order-status .payment .value
{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.content.section .right .order-status .products
{
  padding: 10px 20px;
  margin: 20px 0px;
}

.content.section .right .order-status .products .top
{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.content.section .right .order-status .products .product
{
  padding: 15px 0px;
  font-size: 14px;
  border-top: solid 1px #DDD;
}

.content.section .right .order-status .products .details
{
  width: 260px;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
}

.content.section .right .order-status .products .details .name
{
  
}

.content.section .right .order-status .products .details .options
{
  padding: 0px 10px;
}

.content.section .right .order-status .products .details .options .option
{
  margin: 5px 0px;
}

.content.section .right .order-status .products .details .options .option .label
{
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.content.section .right .order-status .products .details .options .option .value
{
  display: inline-block;
  vertical-align: middle;
}


.content.section .right .order-status .products .status
{
  width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.content.section .right .order-status .products .price
{
  width: 90px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.content.section .right .order-status .products .qty
{
  width: 60px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.content.section .right .order-status .products .subtotal
{
  width: 90px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.content.section .right .order-status .products .tracking
{
  width: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.content.section .right .order-status .totals
{
  margin: 20px 0px;
}

.content.section .right .order-status .totals .total
{
  margin: 5px 0px;
  text-align: right;
}

.content.section .right .order-status .totals .total .label
{
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.content.section .right .order-status .totals .total .value
{
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 70px;
  font-size: 14px;
  width: 100px;
}

.content.section .right .order-status .totals .total.grand .label,
.content.section .right .order-status .totals .total.grand .value
{
  font-size: 19px;
  font-weight: bold;
  color: #191;
}

.content .right .children
{
  text-align: center;
  margin-top: 15px;
}

.content .right .children .arrow
{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.content .right .children .arrow.forward
{
  width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #C60;
}

.content .right .children .arrow.forward:hover
{
	border-left-color: #FB6;
}

.content .right .children .arrow.back
{
  width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #C60;
}

.content .right .children .arrow.back:hover
{
	border-right-color: #FB6;
}

.content .right .children .arrow.disabled
{
  cursor: default !important;
}

.content .right .children .arrow.back.disabled
{
  border-right-color: #DDD;
}

.content .right .children .arrow.forward.disabled
{
  border-left-color: #DDD;
}

.content .right .children .children-port
{
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.content .right .children .children-port .child
{
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
  position: relative;
}

.content .right .children .children-port .child:After
{
  content: "";
  width: 0px;
  height: 500px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-right: solid 1px #EEE;
}

.content .right .children .children-port .child:last-child:after
{
  border-right: none;
}

.content .right .children .children-port .child a
{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

.content .right .children .children-port .child .image-port
{
  display: inline-block;
  margin: 0px auto;
}

.content .right .children .children-port .child .image
{
  height: 120px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.content .right .children .children-port .child .image img
{
  max-width: 150px;
  max-height: 110px;
}

.content .right .children.full-children .arrow
{
  display: inline-block;
}

.content .right .children.full-children .children-port
{
  width: 848px;
}

.content .right .children.full-children .children-port .child
{
  width: 212.5px !important;
}

.content .right .children.four-children .children-port
{
  width: 100%;
}

.content .right .children.four-children .children-port .child
{
  width: 25%;
}

.content .right .children.three-children .children-port
{
  width: 100%;
}

.content .right .children.three-children .children-port .child
{
  width: 33%;
}

.content .right .children.two-children .children-port
{
  width: 100%;
}

.content .right .children.two-children .children-port .child
{
  width: 50%;
}

.content .right .child-title
{
  font-size: 16px;
  background: #444;
  background: linear-gradient(to bottom, #444, #333);
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
}

.content .right .accessories
{
  margin-top: 15px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content .right .accessories .title
{
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  background: #444;
}

.content .right .accessories .accessories-body
{
  text-align: center;
  padding: 10px 0px;
  background: #DDD;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3) inset;
}

.content .right .accessories .accessories-body .arrow
{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.content .right .accessories .accessories-body .arrow.forward
{
  width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #C60;
  margin-left: 25px;
}

.content .right .accessories .accessories-body .arrow.forward:hover
{
	border-left-color: #FB6;
}

.content .right .accessories .accessories-body .arrow.back
{
  width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #C60;
  margin-right: 25px;
}

.content .right .accessories .accessories-body .arrow.back:hover
{
	border-right-color: #FB6;
}

.content .right .accessories .accessories-body .arrow.disabled
{
  cursor: default !important;
}

.content .right .accessories .accessories-body .arrow.back.disabled
{
  border-right-color: #BBB;
}

.content .right .accessories .accessories-body .arrow.forward.disabled
{
  border-left-color: #BBB;
}

.content .right .accessories .accessories-body .accessory-port
{
  display: inline-block;
  vertical-align: middle;
  overflow-x: hidden;
  white-space: nowrap;
  width: 750px;
  padding-bottom: 5px;
}

/*.content .right .accessories .product-grid .product
{
  width: 160px;
  margin: 5px;
}

.content .right .accessories .product-grid .product .product-image
{
  width: 160px;
  height: 160px;
}

.content .right .accessories .product-grid .product .product-image img
{
  max-width: 130px;
  max-height: 130px;
}

.content .right .accessories .product-grid .product .product-name
{
  white-space: normal;
  font-size: 13px;
  height: 75px;
}

.content .right .accessories .product-grid .product .product-name:before
{
  height: 20px;
}

.content .right .accessories .product-grid .product .product-details
{
  padding: 3px !important;
}

.content .right .accessories .product-grid .product .product-details .product-price
{
  height: 25px;
  width: 75px;
}

.content .right .accessories .product-grid .product .product-details .product-price .small
{
  font-size: 11px;
  margin-top:3px;
}

.content .right .accessories .product-grid .product .product-details .product-price .large
{
  font-size: 20px;
}

.content .right .accessories .product-grid .product .product-details .product-code
{
  margin-top: 5px;
  font-size: 11px;
  width: 80px;
  padding-right: 5px;
}*/

.content .right .accessories .product-grid .product
{
  width: 230px !important;
  margin: 10px;
}

.content .right .accessories .product-grid .product .product-image
{
  width: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 10px !important;
}

.content .right .accessories .product-grid .product .product-image img
{
  max-width: 70px;
  max-height: 70px;
}

.content .right .accessories .product-grid .product .product-name
{
  width: 140px;
  height: auto !Important;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 5px !important;
  font-size: 12px;
  line-height: 13px;
  white-space: normal;
}

.content .right .accessories .product-grid .product .product-details
{
  padding: 2px !important;
}

.content .right .accessories .product-grid .product .product-details .product-price
{
  height: auto;
}

.content .right .accessories  .product-grid .product .product-details .product-price .small
{
  font-size: 12px;
}

.content .right .accessories  .product-grid .product .product-details .product-price .large
{
  font-size: 24px;
}

.content .right .accessories  .product-grid .product .product-details .product-code
{
  width: 110px;
  margin-top: 6px;
}

.content .right .accessory-slider
{
  text-align: center;
  margin-bottom: 20px;
}

.content .right .accessory-slider .slide
{
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px #EEE;
  width: 150px;
  height: 140px;
}

.content .right .accessory-slider .slide:last-child
{
  border-right: none;
}


.content .right .accessory-slider .slide a
{
  padding: 10px;
  width: 150px;
  height: 160px;
  display: block;
}

.content .right .accessory-slider .slide .image
{
  height: 80px;
  width: 150px;
  margin: 5px auto;
  position: relative;
}

.content .right .accessory-slider .slide a .image img
{
  width: 80%;
  clip: rect(0px 120px 80px 0px);
  position: absolute;
  left: 0px;
  top: 0px;
}

.content .right .accessory-slider .slide a:hover .image img
{
  clip: rect(80px 120px 160px 0px);
  position: absolute;
  top: -80px;
}

.content .right .accessory-slider .slide .name
{
  font-size: 12px;
}

.content .right .accessory-blocks
{
  margin: 30px 0px;
}

.content .right .accessory-blocks .blocks-title
{
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #444;
  background: linear-gradient(to bottom, #444, #333);
  border: solid 1px #DDD;
  height: 35px;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.content .right .accessory-blocks .blocks-body
{
  text-align: center;
}

.content .right .accessory-blocks .blocks-body .block
{
  display: inline-block;
  vertical-align: top;
  width: 145px;
  padding: 5px;
}

.content .right .accessory-blocks .blocks-body .block a .image
{
  width: 130px;
  padding: 7.5px;
  margin: 0px auto;
  text-align: center;
}

.content .right .accessory-blocks .blocks-body .block a .image img
{
  max-width: 100px;
}


.content .right .accessory-blocks .blocks-body .block a .name
{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
}