/* BORDER RADIUS ---------------------------------------------------------------- */
                                        
input,
#price-slider .ui-slider-handle {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;	
}                       
.paging a,
.paging strong {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;	
}                                                                                      
input[type="text"],
input[type="password"], 
textarea, 
select,
.contact-us-form,
.newsletter-form,
.top th,
#search,
.survey ul div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;	
} 
.survey ul span {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px; 
	border-radius: 5px 0 0 5px;
}                                                                                     
.acc-head,
.acc-head strong {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0; 
	border-radius: 10px 10px 0 0;
} 
@media only screen and (max-width: 767px) {
	.acc-head,
	.acc-head strong {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px; 
		border-radius: 10px;
	} 
		.acc-head.ui-state-active strong {
			-webkit-border-radius: 10px 10px 0 0;
			-moz-border-radius: 10px 10px 0 0; 
			border-radius: 10px 10px 0 0;
		}
}                                                                                          
.box .in,
.category,
.left-menu-bottom,
#page .content,
.header nav ul ul,
.header nav ul ul li.last,
.discuss-item.level-2,
#favourites.field,
.accordion.no-go #favourites.acc-panel .field {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px; 
	border-radius: 0 0 10px 10px;
}                                                                                      
.left-menu-bottom {
	display: block;
}                                                                                      
.field,
.box-container,
.banner div,
.banner img,
fieldset,
#detail-buy,
.dialog-popup,
.target-text,
#tooltip,
.payment,
.detail-photos,
.marketing {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
}                                                                                      
#detail-buy table {
	border-collapse: collapse;
}                                                                                      
.box .head,
.field .head,
.mobile-tops .head,
.popup_title {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0; 
	border-radius: 10px 10px 0 0;	
}                                                                                      
#social,
#social-roll,
#social-tab {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0; 
	border-radius: 0 10px 10px 0;
}                                                                                      
.acc-panel,
.slider-field,
.acc-panel .acc-in {
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px; 
	border-radius: 0 10px 10px 10px;
} 
.accordion.no-go .acc-panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	border-radius: 0;
}                                                                                    
.left-menu-bottom {
	height: 10px;
	position: relative;
	margin: 0 1px;
	top: -1px;
}                                                                                      
.top table {
	border-spacing: 0;
}                                                                                      
.field.under-filter {
	border-top-style: solid;
} 