.products-table-template td {
	border: 1px solid #CCC; 
	text-align: center;
}

.products-table-template tr {
	border: 1px solid #CCC;
}

.products-table-template-padding {
	width: 200px; 
	padding: 5px; 
}

.products-table-template-image {
	padding-top: 10px;
}

#wpv-view-layout-showcase {
	font-family: Verdana;
}

#wpv-view-layout-showcase a {
	color: #D54E21;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}

#wpv-view-layout-showcase p {
	font-size: 0.7em;
	height: 60px;
	width: 200px;
	margin-bottom: 10px;
}

.product-category {
	font-family: Verdana;
	width: 100%;
	background: #EEEEEE;
	font-size: 12px;
	font-weight: 100;
	margin: 10px 20px 20px 0;
	padding: 5px;
	border: 1px solid #e9e9e9;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.products-table {
	margin-bottom: 5px;
}

.products-td {
	width: 200px;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#slideshow{
	height:340px;
	position:relative;
	width:620px;
}

#slideshow ul{
	height:320px;
	list-style:none outside none;
	top:10px;
	width:620px;
	margin-left:0px;
	float: left;
}

#slideshow li{
	display:none;
	z-index:10;
	float: left;
	margin-top: 5px;
	margin-left: 40px;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
	float: left;
}

#slideshow .slideActive{
	margin: 0px;
	padding: 0px;
	float: left;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
	float: left;
	margin: 0px;
	padding: 0px;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background: url('../img/arrows.png') no-repeat;
	margin-top: 120px;
	cursor:pointer;
}

#slideshow .previous{ background-position:left top;left:0px;}
#slideshow .previous:hover{ background-position:left top;left:0px;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right top;right:0;}

.wpv-sorting-indicator {
    position: absolute;
	display: none;
	width: 7px;
	height: 4px;
	margin-top: 8px;
	margin-left: 7px;
	background-image: url(../img/sort.gif);
	background-repeat: no-repeat;
}

a.wpv-header-no-sort:hover .wpv-sorting-indicator,
a.wpv-header-asc .wpv-sorting-indicator,
a.wpv-header-desc:hover .wpv-sorting-indicator {
	display: inline;
	background-position: 0 0;
}

a.wpv-header-desc .wpv-sorting-indicator,
a.wpv-header-asc:hover .wpv-sorting-indicator {
	display: inline;
	background-position: -7px 0;
}
