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

/* ROUNDED ELEMENTS
--------------------------------------------------------------*/
#ja-current-content, #ja-search, #ja-topsl, /*#ja-wrapper, layout*/
.box, .login-box .new-users h4, .login-box .registered-users h4, .generic-box, /*box*/
.form-button, .form-button-alt, input.input-text, select, textarea, .group-select, /*form*/
.error-msg, .success-msg, .notice-msg, .note-msg, /*msg*/
.account-box .inner-head, .account-box ol .count,
.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 /*others*/ {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

/*Top Corners---*/
.box .head, .jm-product-list h2, .jm-products-slider-listing h2, .jm-product-list-bycat h2, #ja-pathway,
#product-options-wrapper {
	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; 
}

.box .actions, .mini-compare-products p.no-item, .mini-cart p.no-item, .narrow-by dl,
.product-options-bottom {
	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; 
}