/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
a {
    -moz-transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}
#zt-col2 a:hover img{
	transform:scale(0.9);	
	-moz-transform: scale(0.9);	
	-ms-transform:scale(0.9);	
	-webkit-transform:scale(0.9);	
	-o-transform:scale(0.9);
}
#zt-component-inner {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#zt-mainframe  .head h3.moduletitle {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#zt-right .moduletable_menu .modulecontent,
#zt-right .moduletable .modulecontent,
#zt-left .moduletable-menu .modulecontent,
#zt-left .moduletable .modulecontent{
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Selection */
::selection {
    background: #66B805;
	color: #fff;
}
::-webkit-selection {
    background: #66B805;
	color: #fff;
}
::-moz-selection {
    background: #66B805;	
	color: #fff;
}

#zt-userwrap3-inner {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#zt-header-inner {
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

a.k2ReadMore,
.subCategoryMore {   
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
div.catItemTagsBlock ul.catItemTags li a,
div.userItemTagsBlock ul.userItemTags li a,
div.userItemCommentsLink a,
div.catItemCommentsLink a,
.button,
.button2,
a.readon {
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
