/* ------------------- LIST VIEW -------------------- BEGIN ------------ */
table.tx-kbshop-pi1-listing	{
	width: 255px;
	background-color: #dbdbdb;
	padding-bottom: 20px;
}

table.tx-kbshop-pi1-listing th	{
	background-color: #003374;
	color: #ffffff;
	padding: 2px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
table.tx-kbshop-pi1-listing th a	{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}
table.tx-kbshop-pi1-listing th a span	{
	font-weight: bold;
	background-color: #6396C4;
}

table.tx-kbshop-pi1-listing td	{
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.tx-kbshop-pi1-listing tr	td	{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
table.tx-kbshop-pi1-listing tr.active td	{
	background-color: #ebebeb;
}

table.tx-kbshop-pi1-listing tr:hover td	{
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}

table.tx-kbshop-pi1-listing td.image	{
	width: 85px;		/* Image is 75px (defined by TS) */
}

table.tx-kbshop-pi1-listing td h1, table.tx-kbshop-pi1-listing td h1 a	{
	color: #003374;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
table.tx-kbshop-pi1-listing td p	{
	margin: 0px;
	padding: 0px;
}

table.tx-kbshop-pi1-listing td.text h1 a:hover	{
	text-decoration: underline;
}
/* ------------------- LIST VIEW -------------------- END ------------ */


/* ------------------- SINGLE VIEW -------------------- BEGIN ------------ */

table.tx-kbshop-pi1-singleview	{
	border-collapse: collapse;
}
table.tx-kbshop-pi1-singleview a	{
	text-decoration: none;
}
table.tx-kbshop-pi1-singleview img	{
	border: 0px;
}
table.tx-kbshop-pi1-singleview a:hover	{
	text-decoration: underline;

}
table.tx-kbshop-pi1-singleview td.navlinks	{
	border: 2px solid #ffffff;
	background-color: #f49b2b;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}
table.tx-kbshop-pi1-singleview td.navlinks a	{
	display: block;
	color: #333333;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	height: 38px;
; font-family: Tahoma
; text-decoration: none
; font-size: 12px
}
table.tx-kbshop-pi1-singleview td.navlinks a span	{
	position: relative;
	left: 0px;
	top: 5px;
}

table.tx-kbshop-pi1-singleview td.left a span, table.tx-kbshop-pi1-singleview td.right a span	{
	position: relative;
	left: 0px;
	top: 12px;
}

table.tx-kbshop-pi1-singleview td.left a	{
	padding-left: 10px;
	text-align: left;
}
table.tx-kbshop-pi1-singleview td.right a	{
	padding-right: 10px;
	text-align: right;
}
table.tx-kbshop-pi1-singleview td.left a img	{
	position: relative;
	top: 1px;
	left: -3px;
}
table.tx-kbshop-pi1-singleview td.right a img	{
	position: relative;
	top: 1px;
	left: 3px;
}
table.tx-kbshop-pi1-singleview td.navlinks a:hover	{
	text-decoration: none;
	background-color: #d47b0b;
}
table.tx-kbshop-pi1-singleview td.info, table.tx-kbshop-pi1-singleview td.info td	{
	color: #000000;
	font-size: 12px;
}
/* ------------------- SINGLE VIEW -------------------- END ------------ */


/* ------------------- CONTAINER TABLE -------------------- BEGIN ------------ */
table.gallery-table {
	width: 100%;  
}

table.gallery-table td	{
	vertical-align: top;
}

table.gallery-table td.category-menu	{
	width: 180px;
	border-right: 1px dotted #333333;
	text-align: right;
}
table.gallery-table td.category-menu ul	{
	list-style-type: none;
	margin-right: 0px;
	margin-top: 30px;
	padding: 0px;
	display: block !important;
}
table.gallery-table td.category-menu ul a	{
	text-decoration: none;
	color: #000000;
	display: block !important;
	width: 180px;
	padding: 2px 18px 2px 0px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #dddddd;
}
table.gallery-table td.category-menu li	{
	display: block;
	margin: 2px 0px 2px 0px;
}

table.gallery-table td.category-menu ul a:hover	{
	text-decoration: underline;
}
table.gallery-table td.category-menu ul a span	{
	visibility: hidden;
	display: inline;
}

table.gallery-table td.category-menu ul a.active span	{
	visibility: visible;
}


table.gallery-table td.list-view	{
	padding-left: 5px;
}

table.gallery-table td.single-view	{
	width: 340px;
	padding-left: 2px;
	padding-right: 5px;
	border-right: 1px dotted #333333;
}
/* ------------------- CONTAINER TABLE -------------------- END ------------ */





