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

/*****HEADLINE*****/
#zt-slideshow #zt-imageslideshow {
	margin: -30px -245px -400px -245px;
	float: left;
}
/*****END HEADLINE*****/

/*****CATPRO*****/
a.cattitle {
	color: #DF0054;
	float: left;
}
.jv-navigation {
	float: right;
    margin: 0 10px;
	padding: 0;
}
.jv-navigation a {
	margin: 3px 1px 0 1px;
	padding: 0;
    color: #737373;
	font-size: 80%;
	line-height: 100%;
	font-weight: normal;
}
.jv-navigation a.toc {
	margin: 6px 2px 0 2px;
	float: right;
	width: 9px;
	height: 9px;
	text-indent: -999em;
	background: url(../images/bg-catpro-toc.png) no-repeat 0 -9px;
}
.jv-navigation a.toc:hover,
.jv-navigation a.selected {
	background: url(../images/bg-catpro-toc.png) no-repeat 0 0;
}
.jv-navigation a.prev,
.jv-navigation a.next {
	float: right;
	width: 15px;
	height: 15px;
	text-indent: -999em;
}
.jv-navigation a.next {
	background: url(../images/bg-catpro-np.png) no-repeat 0 -30px;
}
.jv-navigation a.next:hover {
	background: url(../images/bg-catpro-np.png) no-repeat 0 -45px;
}
.jv-navigation a.prev {
	background: url(../images/bg-catpro-np.png) no-repeat 0 0;
}
.jv-navigation a.prev:hover {
	background: url(../images/bg-catpro-np.png) no-repeat 0 -15px;
}
.contentdiv {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.contentlast {
}
.contentdiv .product-list {
	margin: 0;
	padding: 0;
	width: 33%;
	float: left;
	background: none;
	border-right: solid 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;
}
.contentdiv .product-last {
	border-right: none;
}
.contentlast .product-list,
.noborder .product-list {
	border-bottom: none;
}
.contentdiv .product-list-inner {
	padding: 10px;
	overflow: hidden;
}
.zt_vm_thumb,
.zt_vm_title {
	text-align: center;
}
.zt_vm_title {
	margin: 5px 0;
}
.zt_vm_title a {
	color: #333;
}
div.jv-product-addtocard {
	margin: 0 5px;
	padding: 5px;
	overflow: hidden;
	color: #FFF;
	background: #DF0054;
}
div.vm_price {
	margin: 0 5px 0 0;
	float: left;
}
div.jv-product-addtocard input.addtocart_button_module {
	margin: 0 0 0 5px;
	padding: 0 0 0 18px;
	cursor: pointer;
	color: #FFF;
	height: 21px;
	float: right;
	background: url(../images/bg-catpro-buy.png) no-repeat 0 5px;
}
div.jv-product-addtocard input.addtocart_button_module:hover {
	color: #FFCC00;
}
div.jv-product-addtocard .productdetail {
	padding: 0;
	float: right;
	color: #FFF;
	font-weight: bold;
	background: none;
}
/*****END CATPRO*****/


.vm-showcart {
	padding: 10px 0 15px 40px;
	background: url(../images/bg-cart.png) no-repeat 0 0;
}