/*--tweak left nav for shop only--*/

/*div#menu_vert ul ul a {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0px 12px 0px 25px;
	background: url(images/subleftnav-bullet.gif) no-repeat 6% 6px !important;
}

div#menu_vert ul ul {
	margin-top: 5px;
}

div#menu_vert ul ul li {
	margin: 0;
}*/
div#menu_vert ul ul {
	display:  none;
}



/*-- tpl_home & tpl_shop single product table --*/

table.product {
	margin-bottom: 2.5em;
	line-height: 1.4em;
}

table.product td {
	padding: 0 !important;
}

table.product th {
	padding: 0 0.3em;
}

table.product td.price {
	font-size: 0.9em;
	padding: 0 0.3em !important;
}

table.product img {
	border: 3px solid #CBCBCB;
}

/*-- END tpl_home & tpl_shop single product table --*/


/*------ tpl_shop -------*/

table#tpl_shop {
	/*float: left;*/
width: 790px;
}

table#tpl_shop td {
	padding: 0 0.2em;
	vertical-align: top;
width: 20%;
}

/*------ END tpl_shop -------*/


/*---------[ tpl_product] ----------*/

table#tpl_product {
	border: 1px solid #C9CACC;
	width: 100%;
	margin-top: 8px;
}

table#tpl_product td {
	padding: 6px 8px;
}

table#tpl_product td.image {
	text-align: center;
}

table#tpl_product th {
	padding: 6px 8px;
	font-size: 1.2em;
}

table#tpl_product td.desc p {
	margin: 0;
}

table#tpl_product td.price {
	font-size: 1.2em;
}

/*---------[ END tpl_product] ----------*/

