/* Using CSS3 for some visual enhancements. (Will be degraded
	nicely for non-CSS3 browsers.)
-------------------------------------------------------------*/

/* ROUNDED ELEMENTS
--------------------------------------------------------------*/
#ja-pathway .main, /*breadcrumbs*/
.button,.btn_link, /*button*/
.input-text,
#ja-botsl .main .inner,
#ja-container .main .inner {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.best-selling h3,
.jm-products-slider-listing .block-title strong,
.jm-product-list .block-title strong,
.button span {
	text-shadow: 0 1px 1px #fff;
}

#ja-container .main .inner,
#ja-mainnav .header-nav,
#ja-mainnav,
#nav li.first {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-top-left-radius: 5px; 
}

#nav ul {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;  
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px; 
}

#nav a span {
	text-shadow: 0 1px 1px #225588;
}

#nav li.over a span, 
#nav li.parent a.over span,
#nav li.parent a:hover span, 
#nav li.parent a:active span, 
#nav li.parent a:focus span,
#nav li.active a:hover span,
#nav li.active a:focus span,
#nav li.active a:active span {
	text-shadow: 0 1px 1px #fff;
}

#nav ul li a span {
	text-shadow: none !important;
}

#nav li.active a span {
	text-shadow: 0 1px 1px #225588;
}

.block-title strong {
	text-shadow: 0 1px 1px #151515;
}

.block-layered-nav strong,
.anion .jm-tabs-title-top ul.jm-tabs-title li h3 {
	text-shadow: 0 1px 1px #225588;
}

#ja-container .main,
#ja-botsl .main {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

#nav li li a span {
	text-shadow: none;
}
#ja-current-content, .button-newsletter, #ja-search, #ja-topsl, /*#ja-wrapper, layout*/.box, .login-box .new-users h4, .login-box .registered-users h4, .generic-box,.block,.order-info-box, /*box*/.form-button, .form-button-alt, input.input-text, select, textarea, .group-select,.button,.fieldset, /*form*/.error-msg, .success-msg, .notice-msg, .note-msg, /*msg*/.account-box .inner-head, .account-box ol .count,.box-account .inner-head,.one-page-checkout .step-count, .one-page-checkout .head, .one-page-checkout .active .head, table.view-by strong, .group-select .legend,.multi-address-checkout-box .legend, .multi-address-checkout-box .count-head-alt, .add-to-holder, .product-pricing, .block-poll, .add-to-holder4, .price2, .product-shop2 /*others*/ {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }