﻿/*#############################################[ BREADCRUMBS ]################################################*/
/**************************************************************************************************************/
/************************************************[ default ]***************************************************/
/**************************************************************************************************************/
.breadcrumbs
   {
   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;
   }
/*################################################[ SEARCH ]##################################################*/
/**************************************************************************************************************/
/**********************************************[ mini search ]*************************************************/
/**************************************************************************************************************/
.mini-search .input-text
   {
   border-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
/*############################################[ SHOPPING CART ]###############################################*/   
/**************************************************************************************************************/
/***********************************************[ cart box ]***************************************************/
/**************************************************************************************************************/
.add-to-cart-box
   {
   border-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
/*###############################################[ TABLES ]###################################################*/   
/**************************************************************************************************************/
/*************************************************[ tabs ]*****************************************************/
/**************************************************************************************************************/
.tabs
   {
   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;
   }
/*################################################[ PAGES ]###################################################*/   
/**************************************************************************************************************/
/**********************************************[ checkout page ]***********************************************/
/**************************************************************************************************************/
.one-page-checkout .active .head
   {
   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;
   }
.one-page-checkout .allow .head
   {
   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;
   }
textarea,
option,
optgroup,
input.input-text,
input.radio,
input.checkbox,
.v-fix,
.v-fix .validation-advice, 
.qty
   {
   border-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   }
select
   {
   border-radius: 2px;
   -moz-border-radius-bottomleft: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   }