/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/


/*Box Round
------------------------------------------------------------------*/
div.box-t ,
div.box-b {
	height: 4px;
	display: block;
	height: 4px;
	margin: 0 4px;
	position: relative;
	background: url("../images/box-t.png") repeat-x 0 0;
}
div.box-b {
	background: url("../images/box-t.png") repeat-x 0 bottom;
}
div.box-tl{
	display: block;
	height: 4px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 4px;
	overflow: hidden;
	background: url("../images/round_2.png") no-repeat  left top ;
}
div.box-tr{
	display: block;
	height: 4px;
	right: -4px;
	position: absolute;
	top: 0;
	width: 4px;
	overflow: hidden;
	background: url("../images/round_2.png") no-repeat  right top ;
}
div.box-bl{
	display: block;
	height: 4px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 4px;
	background: url("../images/round_2.png") no-repeat  left bottom ;
}
div.box-br{
	display: block;
	height: 4px;
	right: -4px;
	position: absolute;
	top: 0;
	width: 4px;
	background: url("../images/round_2.png") no-repeat  right bottom ;
}
div.box-c {
	background: url("../images/box-m.png") repeat-y leFt 0;
	overflow: hidden;
	width: 100%;
}
div.box-c-inner{
	background: url("../images/box-m.png") repeat-y right 0;
	overflow: hidden;
}
div.box-c-inset {
	background: #fff;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	margin: 0 5px;
}
/*Box Search
------------------------------------------------------------------*/
#zt-search {
	float: left;
	width: 70%;
	margin-top: 5px;
}
#zt-search .search {
	width: 260px;
	float: right;
}
#mod_search_searchword {
	padding: 8px 0;
    border: none;
	margin: 0;
	color: #5b5b5b;
	text-indent: 25px;
	float: left;
	width: 189px;
	background: url(../images/search_bg.png) repeat-x 0 0;
}
input.bt-search {
	width: 66px;
	height: 30px;
	color: #fff;
	float: left;
	background: url(../images/bt_search.png) repeat-x 0 0;
}
/*Color Module Round
------------------------------------------------------------------*/

/*Color grey*/
.grey .box-c-inset {
	background: #353535 ;
	color: #fff;
}
.grey h3.title {
	background: url(../images/moduletitle2_bg.png) repeat-x 0 0;
	color: #fff;
	text-shadow: 0 1px 1px #353535;
}
.grey .modulecontent a {color: #ac8c8c;}
.grey  hr{
	background: #353535;
	border-bottom: 1px solid #3f3f3f;
}
.grey h3.moduletitle ,
.grey a{color: #fff;} 
.main-grey {
	background: #404040 !impoztant;
	color: #fff ;
}
.main-grey #zt-userwrap4-inner {
	width: auto;
	overflow: hidden;
}
.main-grey  a{color: #C2C2C2;}
.main-grey .zt-box-left h3.moduletitle,
.main-grey  h3.moduletitle {
	background: #2d2d2d ;	
	color: #fff;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-top: 1px solid #414040;
	border-right: 1px solid #414040;
}
.main-grey .zt-box-left h3.moduletitle{margin-right: 10px;}
.menu-grey  {background: url(../images/mainmenu2_bg.png) repeat-x 0 0 !impoztant;}
.menu-grey #menusys_moo li a span {
	color: #e5e5e5;
	text-shadow: 1px 1px 1px #393939;
}

/*Color Oranges*/
.oranges .box-c-inset {
	
}
.oranges a {
	color: #fff;
}
.oranges  hr{
	background: #f27d2f;
	border-bottom: 1px solid #e36e20;
}
.oranges h3.title {
	background: url(../images/moduletitle3_bg.png) repeat-x 0 0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-shadow: 0 1px 1px #d96f0f;
}
.oranges .zt_aclickmenu_wrap a  {
	color: #fff!impoztant;
}
.oranges .zt_aclickmenu_wrap .zt_maccordion li {
	border-bottom: 1px solid #e7750e;
	border-top: 1px solid #f68622;
}
.oranges .zt_aclickmenu_wrap .zt_maccordion li:hover {
	background: -moz-linear-gradient(100% 100% 90deg, #ed7a13, #f6831c 99%);
	
}	
.oranges .zt_aclickmenu_wrap a:hover {
	color: #fff !impoztant;	
}

/*Color Blue*/
.blue .box-c-inset {
	background: #2a9ce5 ;
	color: #fff;
}
.blue h3.title {
	background: url(../images/moduletitle4_bg.png) repeat-x 0 0;
	color: #fff;
	text-shadow: 0px 1px 1px #2289d1;
}
.blue  .modulecontent a{
	color: #b2e1ff;
}
.blue  hr{
	background: #2a9ce5;
	border-bottom: 1px solid #1485d5;
}

.moduletable_blank .modulecontent{
	padding: 0;
}


/*ZT Accordion 
-------------------------------------------------------*/
ul.jv_accordion li,
.menu li {
	background: none;
	padding: 3px 0;
	margin: 0;
	border-top: 1px solid #f1f1f1;
}
ul.jv_accordion li:hover,
.menu li:hover {
	background: -moz-linear-gradient(100% 100% 90deg, #f8f7f7, #fff 99%);
}
ul.jv_accordion li a,
.menu li a {
	padding-left: 20px;
	width: auto;
	color: #646464;
	display: block;
	background: url(../images/arrow1.png) no-repeat 10px -24px;
}
.menu li a {
	display: block;
	line-height: 22px;
}
ul.jv_accordion li a:hover,
.menu li a:hover {
	background: url(../images/arrow1.png) no-repeat 10px 9px;
	color: #ff6600 !impoztant;
	text-decoration: none;
}
ul.jv_accordion ul,
.menu ul {
	padding: 0;
}
ul.jv_accordion ul li,
.menu ul li  {
	padding-left: 10px;
}
.jv_aclickmenu_wrap li.last-child {	
}
ul.jv_accordion li span {
	margin-right: 10px;
	float: right;
	left: 0;
	top: 0;
}
.jv_aclickmenu_wrap a.trigger,
.jv_aclickmenu_wrap a.trigger:hover,
.jv_aclickmenu_wrap a.open{
	width: 10px;
}
/*Module Headline  
-------------------------------------------------------*/
.jv_eoty_wrap .eoty-caption{display: none}

/*Button Default 
-------------------------------------------------------*/
input.bt-letter {
	width: 100px;
	height: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px;
	border:none;
	cursor: pointer;
	background: url(../images/button.png) no-repeat 0 0;
}
input.input-text {
	width: 90%;
	margin-top: 5px;
	padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #dbdbdb;
}

input.button-result {
	width: 90px;
	height: 30px;
	cursor: pointer;
	text-align: left;
	color: #0470bb;
	padding-left: 15px;
	background: url(../images/button.png) no-repeat 0 -91px;
}
input.button-submit {
	width: 74px;
	height: 30px;
	text-align: left;
	color: #fff;
	cursor: pointer;
	padding-left: 15px;
	background: url(../images/button.png) no-repeat 0 -61px;
}
a.zt-a-img {
	overflow: hidden;
	border: 1px solid #e8e8e8;
	display: block;
	padding: 5px;
	float: left;
}
a.zt-a-img:hover {
	border: 1px solid #adadad;
}
a.zt-a-detail:hover {
	color: #ff6701;
	text-decoration: none;
}
.contentdiv li {
	width: 30%;
}
span.jv-span-name {
	font-size: 116.7%;
	text-transform: none;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	color: #2d2d2d;
}
span.productPrice {
	color: #ff6701;
	font-weight: bold;
}
div.vm_title,
div.jv-product-name{
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
div.vm_title a,
div.jv-product-name a{color: #333;}
div.jv-product-addtocard input.addtocazt_button_module, 
div.jv-product-addtocard a.button,
div.jv-product-addtocard input.addtocazt_button_module:hover, 
div.jv-product-addtocard a.button:hover,
input.addtocazt_button,
input.addtocazt_button_module {
	width: 100px;
	height: 26px;
	line-height: 26px;
	border: none;
	color: #0470bb;
	text-align: left;
	padding: 0 10px;
	cursor: pointer;
	display: block;
	font-weight: normal;
	text-transform: none;
	margin: 0 auto;
	background: url(../images/bt-cazt.png) no-repeat 0 0px;
	
}
.jv-product-addtocard{
	text-align: center;
	margin-top: 10px;
}
.vm_sozt_description,
.jv-viewall{
	display: none;
}
input.addtocazt_button:hover, 
input.addtocazt_button_module:hover {
	color: #3c3c3c;
	
}
/*Tool Default 
-------------------------------------------------------*/
div.fm-req {margin-top: 10px;}
.color-date {color: #aaaaaa;}
.color-oranged {color: #ff6600;}
.contentdiv  {
	border-bottom: 3px solid #f8f8f8;
	padding: 10px 0;
}

.jv-scroller-left,
.jv-scroller-right {
	height: 26px;
	width: 27px;
	top: 80px;
	background: url(../images/icon-left.png) no-repeat;
}
.jv-scroller-right {background: url(../images/icon-right.png) no-repeat;}
.jv-scroller-padding .left_active {background: url(../images/icon-left-hover.png) 0 35% no-repeat !impoztant;}
.jv-scroller-padding .right_active {background: url(../images/icon-right-hover.png) 0 35% no-repeat !impoztant;}
div.banneritem_text {margin-bottom: 10px;}

/*List Default 
-------------------------------------------------------*/
#zt-userwrap4 ul.latestnews,
#zt-userwrap4 ul.follow {
	margin: 0;
}
ul.follow li {
	padding: 0px;
	padding-left: 6px;
	margin-bottom: 5px;
	background: none;
	clear: both;
	overflow: hidden;
}
ul.follow  li a.item {
	font-size: 108.3%;
	veztical-align: top;
	padding: 0 0 0 6px;
	color: #3a3a3a;
}
ul.follow  li a.item:hover {
	color: #4492d1;
	text-decoration: none;
}

div.listnewsitems  {
	margin: 0;
	padding: 10px 10px 0 10px;
	line-height: 18px;
	overflow: hidden;
	border-bottom: 1px dotted #d3d3d3;
}

div.listnewsitems a.item-pro {color: #1c1c1c;}
div.listnewsitems:hover{background: #f8f8f8;}
div.listnewsitems:hover a.item-pro{color: #FF6600;}
div.listnewsitems:hover img.personal{background: #9a9a9a;}
/*Form Default 
-------------------------------------------------------*/
#modlgn_username,
#modlgn_passwd{width: 90%;}