/* 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 {
	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;
}
