/*------------------------------------------------------------------------
# JA Mesolite II - T3 Frame work - Version 1.2.1 - Licence Owner JA130605
# ------------------------------------------------------------------------

# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/


div.vm_element {
	left:-999em;
	position:absolute;
}

.productPrice {
	font-weight: bold;
}

.addtocart_button_module,
input.addtocart_button {
	padding: 6px 10px;
	background: url(../images/cart.png) no-repeat 10px center #E86946;
	border:1px solid #C35739;
	text-indent: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px !important;
	cursor: pointer;
	direction: ltr;
}


.addtocart_button_module:hover,
.addtocart_button_module:active,
.notify_button:hover,
.notify_button:active,
input.addtocart_button:hover,
input.addtocart_button:active {
	background: url(../images/cart.png) no-repeat 10px center #85A336;
	border:1px solid #758F30;
	color: #FFFFFF;
}

.notify_button {
	padding: 6px 10px;
	background: url(../images/notify.png) no-repeat 10px center #00A9DD;
	border:1px solid #0089B0;
	text-indent: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px !important;
	cursor: pointer;
	direction: ltr;
}

.notify_button:hover,
.notify_button:active {
	background: url(../images/notify.png) no-repeat 10px center #0089B0;
	border:1px solid #00789B;
	color: #FFFFFF;
}

.vmFieldTitle {
	margin-bottom: 5px;
	padding-top: 10px;
	background: url(../images/dot-h.gif) repeat-x left top;
}

.chars-written {
	margin-top: 5px;
}

.chars-written input {
	background: #F7F7F7;
}

.vm-footer {
	margin: 15px 0 20px;
}

#vmMainPage a.category {
	color: #000000;
	text-decoration: none;
}

#vmMainPage a.category:hover,
#vmMainPage a.category:focus,
#vmMainPage a.category:active {
	color: #84b709;
	text-decoration: none;
}

#vmMainPage hr {
	margin: 5px 0;
}

.ja-vmreview strong {
	display: block;
}

.ja-vmreview blockquote {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
}

.ja-vmreview blockquote div {
}

.vmFeedIcon {
}


/*Global VM Module*/

.vm table {
	margin: 15px 0;
	padding: 0;;
	display: block;
	width: 100% !important;
}

.vm hr {
	margin: 0 -15px;
}

.vm label {
	font-weight: bold;
	text-transform: uppercase;
}


/* YourCart Module */

#ja-vmcart {
	position: absolute;
	top: 0;
	right: 1px;
	width: 200px;
	height: 70px;
	z-index: 10;
}


#ja-vmcart div.moduletable {
	border: none;
	background: url(../images/cos.png) no-repeat 20px 7px #FFFFFF;
	overflow: hidden;
	height: 55px;
	padding: 28px 10px 0 10px;
}

#ja-vmcart div.moduletable h3 {
	margin: 0;
	padding: 23px 0 10px;
	background: none;
	text-align: center;
	border: none;
}

div.vm-showcart a {
	display: block;
	font-weight: bold;
	color: #000000;	
}


div.vm-showcart a:hover,
div.vm-showcart a:focus,
div.vm-showcart a:active {
	color: #8ba005;
	text-decoration: none;
}

.vm-total-pro {
	padding: 3px 0 0;
	font-size:10px;
        clear: left;
}

.vmCartModule a img {
	display: none;
}

.vmCartModule hr {
	display: none;
}


/* Select currency */

#ja-vmcurrency .button {
	background: none;
	border: none;
	height: 22px;
	line-height: 21px;
	margin-left: 5px;margin-top:4px;
	width: 110px;
	padding-bottom:4px;
	padding-top:0;
	vertical-align:top;
    color:#686761;
}

#ja-vmcurrency .button:hover {color:#e86744;}

/*Categories Module*/

a.mainlevel {
	display: block;
	outline: none;
	padding: 8px 15px 9px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	border-top: 1px solid #E6E6E6;
	background: url(../images/arrow.png) no-repeat 92% 14px;
}

a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus  {
	background: url(../images/arrow.png) no-repeat 92% 14px #F7F7F7;
	text-decoration: none;
}

a#active_menu {
	background: url(../images/arrow.png) no-repeat 92% 14px #FFFFCC;
	font-style: normal !important;
	font-weight: bold;
}

/*Slidder Module*/

#ja-slider {
	position: relative;
	margin: 15px 15px 0;
}

#ja-slider-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}

#ja-slide-left-img, .ja-slide-left-img, #ja-slide-right-img, .ja-slide-right-img {
	position: absolute;
	top: 70px;
	left: 3px;
	cursor: pointer;
}

#ja-slider-center, .ja-slider-center {
	left: 30px;
	height: 165px;
}

#ja-slider-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.jsslide {
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}