.list li a,
.name a,
.bestsellers li a:hover,
.name a:hover,
#back-top a,
#back-top span,
.hover:hover .wrapper_pic_t,
.hover:hover .wrapper_pic_r,
.hover:hover .wrapper_pic_b,
.hover:hover .wrapper_pic_l					{
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.cart_products_options	{
  	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
 	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	position:relative;
}
.contentPadd.txtPage,
.ui-dialog,
.ui-dialog-titlebar,
.cart,
.ui-progressbar,
.ui-datepicker	{
	-moz-border-radius: 5px 5px 5px 5px; /* Firefox */
  	-webkit-border-radius: 5px 5px 5px 5px; /* Safari, Chrome */
 	-khtml-border-radius: 5px 5px 5px 5px; /* KHTML */
  	border-radius: 5px 5px 5px 5px;
	position:relative;
}
.contentInfoText	{
  	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
 	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	 position:relative;
}

.contentPadd h3	{
  	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
 	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	position:relative;
}

.cart th.th1	{
  	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
 	-webkit-border-radius: 5px 0px 0px 0px;
	-khtml-border-radius: 5px 0px 0px 0px;
	position:relative;
}
.cart th.th3	{
  	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
 	-webkit-border-radius: 0px 5px 0px 0px;
	-khtml-border-radius: 0px 5px 0px 0px;
	position:relative;
}


/* ************************************************************************************* */
::selection {
background:#cc7e36;
color:#fff;
}
::-moz-selection {
background:#cc7e36; 
color:#fff;
}
/* ************************************************************************************* */
