/*
* @package mj_vm
* @copyright (C) 2012 by Dasinfomedia - All rights reserved!
*/
/* Virtuemart CSS */

.vendor-store-desc {
  background: none repeat scroll 0 0 #E7E4CA;
  border: 1px solid #D5D2BB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
  font-style: italic;
  margin-top: 5px;
  padding: 10px;
}

.category-view .row .category .spacer {
  border: 1px solid #D9D9D9;
  border-radius: 5px !important;
  margin: 0 10px !important;
  min-height: 230px;
}

.category-view .row .category .spacer:hover {
  border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease 0s;
}

.catagoryimg {
  text-align:center;

  padding: 5%;
  min-height:180px;
}
form#userForm h1 {
    font-size: 20px;
}

.addtobtn .quantity-controls {
  display:none;
}

.addtobtn .quantity-box {
  display:none;
}
/******* product Detail css start*************/


.productinfoprice p {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.productmain .productimage {
  float: left;
  text-align: center;
  width: 100%;
  padding: 0% 0% 4% 0%;
  min-height: 150px;
}

.productmain .productimage .browseImage img{
	width: 100%;
	max-width: 100% !important;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}

.productmain .productbuttonprice {
	background-color: #e9e9e9;
	float: left;
	width: 100%;
}


.customerrating {

  float: left;
    padding: 5px;
    width: 96%;
  font-size:14px;
}
.customerrating > img {
    position: relative;
    top: 2px;
}
/******* product Detail css ENd*******/

/* Random product Start*/


.moduletable.mj-random {
  border: 1px solid #D8D8D8;
  display: inline-block;
  float: left;
  width: 100%;
}
.mj-random .prodmobile .productbuttonprice {
  background-color: #F7F7F7;
  border-radius: 0 0 5px 5px;
  border-top: 4px solid #E9E9E9;
  float: left;
  width: 100%;
}

.mj-random .productprice {
  float: left;
  font-weight: bold;
  padding-left: 10px;
  padding-top:10px;
}

/******* Random product End*********/
   
/******* Search product start*********/  
  
.productsearch {
  float:left;
  width:100%;
  background-color: #F0F0F0;
  border: 1px solid #D8D8D8;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.search #mod_virtuemart_search {
  margin-right: 3%;
  width: 60%;
  margin-top: 0;
}
#mj-header .search #mod_virtuemart_search {
     box-shadow: none;
    margin: 0;
    min-height: 0;
    outline: medium none;
    padding: 3.5px 0 3px 1em;
    width: 65%;
}
.search .btnserach {
  float: left;
  font-size: 12px;
  margin-top: 1px;
  width: 20%;
}
/******* Search product End*********/      

===== */

.mj-featured .prodmobile {
  margin: 0px;
  position: relative;
  text-align: center;
  width: 25%;
}
.mj-featured .productimage, .mj-featured .productbuttonprice {
  padding: 0 10px;
}
.mj-featured .addtobtn {
  position: absolute;
  bottom:30px;
  left: 32%;
  padding-left: 10px;
}
.mj-featured .addtobtn .addtocart-button {
  background:none !important;
  border: medium none !important;
  font-size: 12px;
  padding: 0;
  text-align: center;
  text-shadow: 0 0 0;
  text-transform: capitalize;
  width: auto;
}
.mj-featured .productprice {
  color: transparent;
  font-size: 14px;
  font-weight: bold;
  height: 65px;
  padding-top: 32px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 82px;
}
.mj-featured .productname {
  padding:15px 0 5px;
  border-top: 1px solid #EEEEEE;
}
.mj-featured .productname a {
  color: #404040;
  font-size: 16px;
  text-transform: uppercase;
}
.mj-featured .prodmobile .rating .mj-rating {
  float: left;
  font-size: 14px;
  margin-left: 25%;
  margin-top: -1px;
  text-align: right;
}
.mj-featured .prodmobile .rating img {
  float: left;
}
.mj-featured .prodmobile:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
}
.mj-featured .prodmobile:hover .productprice {
  -moz-transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -moz-transform: translate(0, 90%);
  -webkit-transform: translate(0, 90%);
  -o-transform: translate(0, 90%);
  -ms-transform: translate(0, 90%);
  background-image: url("../images/prd_price.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.mj-featured .prodmobile:hover .productname {
  border-top: 1px solid #CCCCCC;
}
.horizontal-separator {
  background: none repeat scroll 0 0 transparent;
}
.mj-featured .product-fields {
  display:none;
}
/* ===== */

.browse-view h3 {
  text-transform:uppercase;
  font-size:18px;
}
.mj-featured .prodmobile .productdescription {
  padding-bottom: 15px;
}
.mj-featured .prodmobile .productDetailsbtn {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  display: none;
  padding-bottom: 15px;
  position: absolute;
  width: 100%;
  z-index: 200;
}
.mj-featured .prodmobile:hover .productDetailsbtn {
  display: block;
}
/***********/

.productdetails .PricesalesPrice, .productmain .PricesalesPrice{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px !important;
  margin-left:2px;
}

.mj-random .productbuttonprice .addtobtn .addtocart-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.productinfoprice p {
  margin-right:15px;
}
.mj-random .productprice p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
}
.mj-random .rating {
  display:none;
}
.browse-view h3 {
  border-bottom:1px solid #d2d2d2;
  padding-bottom:10px;
  margin-bottom: 25px;
  padding-top: 15px;
}
.mj-featured .productname {
  border:none;
}
.mj-random .productname {
  font-size:16px;
  text-transform:uppercase;
}
.continue_link {
  font-size: 16px;
}
.billto-shipto .output-billto span {
  color: #404040;
  font-size: 14px;
}
.output-shipto {
  font-size: 14px;
}
.mj-random .product-details, .billto-shipto .details, span.details-button input.details-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.mj-random p.product_s_desc {
  display:none;
}
.cart-summary tr {
  vertical-align: middle;
}
.cart-summary td {
  padding: 5px;
}
.cart-summary td a, .cart-summary td {
  font-size: 14px;
}
.cart-summary th .priceColor2 {
  color: #FFFFFF;
}
.cart-summary tr.mj-bg {
  background-color: #F9F9F9;
}
.cart-summary tr.mj-btop td {
  border-top: 1px solid #F2F2F2;
}

.cart-summary .inline input[type="text"] {
  width: auto;
  text-align: center;
}
.cart-summary, .cart-summary td {
  border: medium none;
}
.cart-summary td.mj-prdname a {
  float: left;
  padding-top: 15px;
}
.cart-summary tr {
  background: none;
}
.cart-summary .vmicon {
  background: url(../images/cart_btn.png) no-repeat scroll 0 0 transparent;
  border: medium none;
  height: 16px;
  line-height: 10px;
  margin: 0;
  padding: 0;
  width: 16px;
  vertical-align: middle;
}
.cart-summary .vm2-remove_from_cart {
  background-position: right top;
  vertical-align: middle;
}

.mj-random ul li {
  position:relative;
}
.terms-of-service h5 {
  background-image: url(../images/caution.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.terms-of-service span.terms-of-service {
  float: left;
  font-size: 13px;
  color: #747474;
}
.terms-of-service #full-tos h2 {
  color: #747474;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#mj-left {
  margin-top: 50px;
}
.availability {
  display:none;
}

.latest-view .product .spacer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.latest-view .product .propricemain {
  background-color: #F7F7F7;
  border-top: 4px solid #E9E9E9;
  float: left;
  width: 100%;
  border-radius:0 0 5px 5px;
}
.latest-view .product .propricemain .PricesalesPrice {
  float:left;
  margin-bottom: 15px;
  /*margin-left: 10px;*/
}

td.key {
  padding: 0 20px 0 6px;
}
table.user-details {
  width:533px;
  margin-top:5px;
}
.adminlist {
  width:100%;
  border-collapse: collapse;
}
.spaceStyle {
  float:left;
  width:100%;
}
td.orders-key, .detailitems th {
  border-bottom: 1px solid #E9E8E8;
  border-top: 1px solid #E9E8E8;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 3px 5px;
  text-align: left;
}
.spaceStyle strong {
  float:left;
  width:100%;
  font-size: 15px;
}
.sectiontableheader th {
}
.adminlist th {
  border-bottom: 1px solid #E9E8E8;
  border-top: 1px solid #E9E8E8;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 3px 5px;
  text-align: left;
}
.sectiontableheader th {
  border-bottom: 1px solid #E9E8E8;
  border-top: 1px solid #E9E8E8;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 3px 5px;
  text-align: left;
}
.pricep {
  border-bottom: 1px solid #E9E8E8;
  border-top: 1px solid #E9E8E8;
  color:#fff;
}
.odetails {
  text-align:right !important;
}

.cartlogin h2 {
  font-size: 16px;
}

.cart_login .width30.floatleft {
  width: 26%;
}
.cartlogin input[type="text"], .cartlogin input[type="password"] {
  font-size: 11px;
  padding: 2px 5px;
  width: 160px;
}
.user-details select {
  width: 236px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.user-details input[type="checkbox"] {
  width: auto;
  margin-bottom: 10px;
}
.checkoutStep {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cart-view #form-login, .cart-view .billto-shipto, .cart-view fieldset, .cart-view #checkoutForm {
  float: left;
  width: 100%;
}
.cart-view .continue_link {
  border-bottom: 1px solid #D2D2D2;
  float: right;
  font-size: 16px;
  padding-bottom: 15px;
  width: 100%;
}
#form-login .button {
  float: right;
  color: #000;
  font-size: 14px;
  padding: 10px;
  display: block;
  /* float: left; */
  font-weight: bold;
  border: solid 2px #000;
  background: #fff;
  color: #000;
  border-radius: 0;
  font-weight: bold!important;
  text-transform: uppercase;
  margin-top: 0;
}
#form-login {
  font-size: 16px;
  line-height: 40px;
  margin: 10px 0;
}
.detailitems td, #tab-2 table td, .orderdetail td, .adminlist td {
  padding: 5px;
  vertical-align: middle;
}
.detailitems .priceColor2 {
  color: #404040;
}
.pricep .priceColor2 {
  color: #FFFFFF;
}
.popup .continue, .popup .floatright {
  display: inline-block;
  margin: 10px 0;
}
.popup h4 {
  margin-top: 10px;
}
.mj-random .product-fields {
  display:none;
}
.customerrating .mj-rating {
  margin-right: 10px;
}
.vm-customfield-cart span {
  float: left;
  padding: 0;
  width: 75%;
}
/* payment Method css start*/

.vmpayment_cardinfo td input {
  float: left;
  width: 100%;
}
.vmpayment_cardinfo td {
  float: left;
  font-size: 13px;
  padding: 8px;
}
#paymentForm {
  line-height: 22px;
}
/* payment Method css End*/

#com-form-login-username, #com-form-login-password, #com-form-login-remember {
    margin-bottom: 10px;
}
#com-form-login-remember {
    float: left !important;
    margin-top: 0px !important;
    width: auto;
}

/* -------- Add to cart pop-up------*/
#facebox .popup > div {
  display: block !important;
  padding: 20px !important;
  width: auto !important;
}
#facebox .popup > div > div {
  position: relative;
  text-align: center;
  padding: 10px 30px 50px 10px!important;
}
#facebox .popup > div > div > a {
  display: block;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: white!important;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
#facebox .popup > div > div > a:hover {
  opacity: 0.8 !important;
}
#facebox .popup > div > div > a.continue {
  left: 0px;
}
#facebox .popup > div > div > a.floatright {
  right:0px;
}
.lof_vm_bottom .lofclose {
  padding: 5px;
    text-align: center;
    width: 33px !important;
  color: #FFFFFF !important;
}
#users-profile-core > legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.profile a {
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding: 3px 10px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  margin-top:10px;
  float:left
}
.mj-greybox ul {
  border:none !important;
}
.row .product.floatleft.width33 {
  width: 31.1%;
}
.row .product.floatleft.width33:first-child {
  padding-left: 0;
}

.button.vm-button-correct:hover {

  color:#ffffff!important;
  text-decoration: none;
  background: #000;
  color: #fff;
}

.category-view h3
{
  padding:10px 0px;
}

/* review css start */


.list-reviews .normal, .list-reviews .highlight {
    float: left;
}

.list-reviews .mj-review {
    float: left;
    padding: 10px;
  background: -moz-linear-gradient(#EEF6FE, #FEFFFF) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(#EEF6FE, #FEFFFF) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(#EEF6FE, #FEFFFF) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(#EEF6FE, #FEFFFF) repeat scroll 0 0 transparent;
  background-color: #EEF6FE;
}

.list-reviews .vote {
    display: block;
    padding: 2px 5px;
  background: -moz-linear-gradient(#F9F9F9, #CCCCCC) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(#F9F9F9, #CCCCCC) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(#F9F9F9, #CCCCCC) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(#F9F9F9, #CCCCCC) repeat scroll 0 0 transparent;
  background-color: #f9f9f9;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1) inset;
}

.list-reviews .user_detail {
    background: none repeat scroll 0 0 #F2F2F2;
    float: left;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    width: 15%;
}

.list-reviews .review_content {
    float: left;
    width: 80%;
}
/* review css end */

.empty_cart {
    float: left;
    font-size: 20px;
    width: 95%;
}

#mj-left .VmClose, #mj-left .VmClose ul li, #mj-right .VmClose, #mj-right .VmClose ul li {
  padding: 0;
}

#mj-left .moduletable ul.VMmenu a, #mj-right .moduletable ul.VMmenu a {
  background: url("../images/icons/slategray-arrow.png") no-repeat scroll 93% center transparent;
  padding: 8px 12px;
}

#mj-left .moduletable ul.VMmenu li.active > div > a, #mj-left .moduletable ul.VMmenu li.active li.active > div > a, #mj-left .moduletable ul.VMmenu li.active li a:hover, #mj-left .moduletable ul.VMmenu li a:hover, #mj-right .moduletable ul.VMmenu li.active > div > a, #mj-right .moduletable ul.VMmenu li.active li.active > div > a, #mj-right .moduletable ul.VMmenu li.active li a:hover, #mj-right .moduletable ul.VMmenu li a:hover {
  background: url("../images/topbar-arrow-white.png") no-repeat scroll 93% center transparent;
}



#mj-left .moduletable ul.VMmenu li li a:hover, #mj-left .moduletable ul.VMmenu li li.active a, #mj-right .moduletable ul.VMmenu li li a:hover, #mj-right .moduletable ul.VMmenu li li.active a {
  background: url("../images/topbar-arrow-white.png") no-repeat scroll 93% center transparent;
}

#mj-left .VmClose:first-child, #mj-right .VmClose:first-child {
    background: none repeat scroll 0 0 transparent !important;
}

#mj-left .VmClose ul, #mj-right .VmClose ul {
  padding: 0 !important;
}
.moduletable ul.VMmenu{
  padding:10px 0;  
}
.orderby-displaynumber {
  padding: 0 !important;
}

.productdetails-view .product-description, .product-fields {
  margin-top: 10px !important;
}

span.details-button input.details-button {
  vertical-align: middle;
}

.mj-featured p.product_s_desc {
    margin-bottom: 15px;
}

span.quantity-controls {
    line-height: 0;
}

.productdetails-view h1, .shopping_cart h1, .orderheading h1, .item-page h2, .blog-featured h2, .categories-list h1, .category-list h1, .contact-category h1, .contact h1, .login h1, .registration h1, .remind h1, .reset h1, .search h1, .blog h2, .profile h1, .profile-edit h1, .weblink-category h1, #paymentForm h1, .order_history h1{  
  padding-top: 13px;
  padding-bottom: 13px !important;
  margin-bottom: 10px !important;
}

.product-description .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.customer-reviews h4 {
    margin-bottom: 15px !important;
    padding-bottom: 10px;
}

.category-view .browse-view > h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 0;
}


.productdetails .manufacturer
{
  margin: 10px 0px 10px !important;
}

.productdetails .manufacturer span.bold
{
  float:left;
}

.productdetails .manufacturer a
{
  padding-left:5px;
  font-size: 15px;
    padding-left: 5px;
    padding-top: 1px;
}

/* New */

.spacer {
    padding: 0 !important;
}
.product.floatleft.width33.vertical-separator, .product.floatleft.width33 {
    border-radius: 5px !important;
    margin-right: 2.9% !important;
    padding: 0 !important;
}
.product.floatleft.width33 {
    margin: 0 !important;
}
.tabcontent .cat-cart .product:hover {
  border-radius: 0px;
    box-shadow: none;
}
.mj-random .productimage .productname {
    padding: 0 10px 10px;
}
.mj-random .browseImage {
  margin: -15px 0 0;
  padding: 5%;
}
#com-form-login-remember {
    float: left !important;
    margin-top: 0px !important;
    width: auto;
}
#com-form-login-remember .default {
    float: left !important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 15px;
    margin-right: 15px !important;
}
.vm-button-correct, .vm-button-correct:hover, .vm-button-correct:visited {
    font-weight: normal !important;
}
.order_login .width30.floatleft {
    width: 26%;
}
button#checkoutFormSubmit {
    float: right;
}
.orderby-displaynumber{
  border:none !important;
  margin: 0 !important;  
}
ul.VMmenu, .VMmenu ul, .VMmenu li{
  padding:0px !important;
}
.category-view .row .category .spacer h2 {
    padding: 5% !important;
}


#bottom-pagination {
    padding-top: 15px;
}

.additional-images {
    float: left;
    text-align: center;
    width: 100%;
}

.floatleft1 {
    display: inline-block;
}

.modal img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.productdetails .product-field select {
    width: 200px;
}

.productdetails .product-field .product-fields-title
{
   width: 13%;
}

.customerrating .mj-rating
{
  font-weight:normal !important;
  color:#404040 !important;
}

.productdetails-view .product-short-description
{
  display:none;
}

.productdetails-view .addtocart-bar
{
  float:left;
  margin: 8px 0 0 !important;
}

#mj-footer .menu li 
{
  float:left;
  width:100%;
}

.catagorymenu .mj-greybox h3
{
background: url(../images/sidebox-bg.png) repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    margin: 0;
    padding: 10px;
}


.control-buttons button.default:hover,#form-login .button:hover{
	
	background:#000;
	color:#fff;
}

.catagorymenu .mj-greybox
{
  border: 1px solid #D8D8D8;
}

.mj-latest ul:last-child
{
  border:none;
}

.productdetails .main-image {
    float: left;
    padding-top: 14px;
    width: 100%;
}



.productdetails .PricediscountAmount
{
display: none !important;
}

.tabcontent .PricediscountAmount {
text-decoration: line-through;
}

.PricesalesPrice {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
   font-size: 16px;
}