.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;	
}
.sf-menu > li > a:hover					{
	-webkit-transition: all 1.2s ease-in-out 0s;
	-moz-transition: all 1.2s ease-in-out 0s;
	-ms-transition: all 1.2s ease-in-out 0s;
	-o-transition: all 1.2s ease-in-out 0s;
	transition: all 1.2s ease-in-out 0s;	
}
.contentInfoBlock,
.result1_top,
.result2_top,
.listing_padd,
.cart_products_options	{
  	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
 	-webkit-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	position:relative;
}
.contentPadd.txtPage,
.ui-dialog,
.ui-dialog-titlebar,
.cart,
.ui-progressbar,
.ui-datepicker	{
	-moz-border-radius: 7px 7px 7px 7px; /* Firefox */
  	-webkit-border-radius: 7px 7px 7px 7px; /* Safari, Chrome */
 	-khtml-border-radius: 7px 7px 7px 7px; /* KHTML */
  	border-radius: 7px 7px 7px 7px;
	position:relative;
}


.contentInfoText	{
  	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
 	-webkit-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	 position:relative;
}
.contentPadd h3	{
  	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
 	-webkit-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	position:relative;
}

.cart th.th1	{
  	border-radius: 7px 0px 0px 0px;
	-moz-border-radius: 7px 0px 0px 0px;
 	-webkit-border-radius: 7px 0px 0px 0px;
	-khtml-border-radius: 7px 0px 0px 0px;
	position:relative;
}
.cart th.th3	{
  	border-radius: 0px 7px 0px 0px;
	-moz-border-radius: 0px 7px 0px 0px;
 	-webkit-border-radius: 0px 7px 0px 0px;
	-khtml-border-radius: 0px 7px 0px 0px;
	position:relative;
}


/* ************************************************************************************* */
::selection {
background:#fb3a04;
color:#fff;
}
::-moz-selection {
background:#fb3a04; 
color:#fff;
}
/* ************************************************************************************* */
.nivo-prevNav	{
  	border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
 	-webkit-border-radius: 0px 7px 7px 0px;
	-khtml-border-radius: 0px 7px 7px 0px;
	position:relative;
	
}
.nivo-nextNav	{
  	border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
 	-webkit-border-radius: 7px 0px 0px 7px;
	-khtml-border-radius: 7px 0px 0px 7px;
	position:relative;
}
.contentInfoBlock,
.result1_top,
.result2_top	{
   -webkit-box-shadow: 0px 0px 1px #e6e6e6;
   -moz-box-shadow: 0px 0px 1px #e6e6e6;
   box-shadow: 0px 0px 1px #e6e6e6;
	
}