/*------------------------------------------------------------------------------------------------------------
# VP MegaMart! Joomla 2.5 Template for VirtueMart 2.0
# ------------------------------------------------------------------------------------------------------------
# Copyright (C) 2012 VirtuePlanet Services LLP. All Rights Reserved.
# License - GNU General Public License version 2. http://www.gnu.org/licenses/gpl-2.0.html
# Author: VirtuePlanet Services LLP
# Email: info@virtueplanet.com
# Websites:  http://www.virtueplanet.com
------------------------------------------------------------------------------------------------------------*/
/* Orange Color Style */

/* Overall Joomla Styles */
::selection, #header .menu.nav .sublevel-1 > li ul li:hover .square, #header .menu.nav .sublevel-1 > li ul li:focus .square, #header .menu.nav .sublevel-2 .active > .square {
	background: #FF610B;
	color: #FFF;
}

a,#footer a:hover,#footer a:focus,#bottom a:hover,#bottom a:focus,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,.top-menu a:hover,.navbar .nav > li.open > a,.navbar .nav > li.open > span,.navbar .nav > li > a:hover,.navbar .nav > li > a:focus,.navbar .nav > li > span:hover,.navbar .nav > li > span:focus,.navbar .nav > li.active > a,.navbar .nav > li.active > a:hover,.navbar .nav > li.active > a:focus,.navbar .nav > li.active > span,.navbar .nav > li.active > span:hover,.navbar .nav > li.active > span:focus,.top-mods ul li > a:hover,#header .menu.nav .sublevel-1 > li ul li:hover > a,#header .menu.nav .sublevel-1 > li ul li:focus > a,#header .menu.nav .sublevel-1 > li ul li:hover > span,.vm-mini-cart .added-product .product_row a:hover,.vm-mini-cart .added-product .product_row a:focus,.vm-mini-cart-module.open .mini-cart-title,.vm-mini-cart-module.open .total,.vm-mini-cart-module.open .total strong,.orderlistcontainer .orderlist > div > a:hover,.orderlistcontainer .orderlist > div.selected > a,.limit-box-dropdown .orderlist > li > a.selected,.counter-pagination .pagination ul > .active > span,.VM-menu .active > a,.side-menu .active > a,.VM-menu .active > .opener,.side-menu .active > .opener,.VM-menu a:hover,.side-menu a:hover,.VM-menu span:hover,.side-menu span:hover,.VM-menu a:focus,.side-menu a:focus,.VM-menu li:hover > a,.VM-menu li:focus > a,.side-menu li:hover > a,.side-menu li:focus > a,.side-menu li:hover > span,.side-menu li:focus > span,.VM-menu li:hover > span,.VM-menu li:focus > span,.product-related-products .product-name:hover,#ShowReviews:hover,.ask-a-question:hover,.back-to-category:hover,.vp_flexslider span.base,.vp_flexslider .highlight,.breadcrumb .pathway:hover,#login-form a:hover,#login-form a:focus,#header .menu.nav .submenu-inner #login-form a:hover,#header .menu.nav .submenu-inner #login-form a:focus,#header .menu.nav .sublevel-2 .active > a, .invert-link:hover, .invert-link:focus {

}


.vmshipment_cost {display:none}


#bottom ul li:hover::before {
	color:#FF610B;
}
.ie8 #bottom ul li:hover:before {
	color:#FF610B;
}
.previous-page:hover, .next-page:hover, .ask-a-question:hover > span, .back-to-category:hover > span, .flex-direction-nav a:hover span, .flex-direction-nav a:focus span, .flex-control-paging li a.flex-active, #scroll-top, #scroll-top:active, #scroll-top:visited, #scroll-top:link  {
	background-color:#FF610B;
}

/* VIRTUEMART STYLES */
.price-title, .final-price, .product-price .PricesalesPrice, .col-total .PricesalesPrice {
font-size: 18px;
}
.product-discount {
font-size: 14px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #f7f7f7;
background: #7e3eca;
padding: 0px 0px 0px 10px;
margin-top: 7px;
margin-bottom: 10px;
}

.price-before-dicount {
	color:#7B7A7A;
}
.addtocart-area .product-fields-title {
	color:#333;	
	    display: none;
}
.product-neighbours, .back-to-category, .social-button-container, .phone-product-nav, .tabular-content-area, .customer-reviews, .product-related-categories {
	border-color:#ddd;
}
.tab-content, .tab-content p {
	color:#333;
}
.back-to-category .product-details {
	color:#333;
}
.back-to-category .product-details:hover, .back-to-category .product-details:focus, .new-field-title:hover, .sidebar-field-title:hover, .product-field-display a:hover, .orderby-displaynumber a:hover, .previous-page:hover, .previous-page:focus, .next-page:hover, .next-page:focus {
	color:#FF610B;
	text-decoration:underline;
}
.stars-orange{background-position:0 0 !important;}
.stars-red{background-position:0 -54px !important;}
.stars-green{background-position:0 -108px !important; }
.stars-color, .stars-blue{background-position:0 -162px;}
.stars-purple{background-position:0 -216px !important;}
.related-item-title {
	color:#333;
}

a.active img.thumbnail-image {
	border-color:#FF610B;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color:#e9f6ff
}
.cart-summary .grand-total:hover, .cart-summary .grand-total:hover td {
	background-color:#dcf1ff;
}

/* Module Base Style */
.moduletable.base > .mods > .bghelper {
	background: #FF610B;
	border: 9px solid #FF610B;
}

/* btn-primary & btn-inverse style */
.btn-primary, .btn-primary:visited {
	background-color:#FF610B;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
   border: 2px solid #E50036;
    border-radius: 11px;
	filter: none;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color:#E50036;
	color:#FFF;
}
.btn-inverse {
	background-color:#333;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border:0 none;
	filter: none;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;	
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color:#FF610B;
	color:#FFF;
}