/* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - See-Through
  -----------------------------------
*/
.p7TMM02 {
	/*font-size: inherit;*/
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/tmm_trans_white.png);
	padding: 10px;
	zoom: 1;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	text-align: left;
}
.p7TMM02 ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.p7TMM02 ul ul {
	font-size: 14px;
}
.p7TMM02 ul ul ul {
	font-size: 12px;
}
.p7TMM02 li {
	list-style-type: none;
	margin: 0;
}
.p7TMM02 ul ul li {
	padding-left: 1em;
}
.p7TMM02 ul a:link, .p7TMM02 ul a:visited {
	color: #666600;
	font-weight: bold;
	display: block;
	padding: 3px 8px 3px 18px;
	text-decoration: none;
	zoom: 1;
	font-variant: small-caps;
	outline: 0;
}
.p7TMM02 ul a:hover, .p7TMM02 ul a:focus, .p7TMM02 ul a:active {
	color: #cc0066;
	/*text-decoration: underline;*/
	/*font-weight: bold;*/
}
.p7TMM02 ul ul a:link, .p7TMM02 ul ul a:visited {
	font-variant: normal;
	font-weight: normal;
	color: #5E56BB;
}

.p7TMM02 ul ul a:hover, .p7TMM02 ul ul a:focus, .p7TMM02 ul ul a:active {
	color: #cc0066;
	/*text-decoration: underline;*/
	/*font-weight: bold;*/
}

.p7TMM02 a.p7tmm_page {
	background-image: url(img/tmm_page_diamond_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM02 a.trig_closed {
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TMM02 a.trig_open {
	background-image: url(img/tmm_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #996600 !important;
}
/*.p7TMM02 ul ul a.trig_closed, .p7TMM02 ul ul a.trig_open {*/
/*	font-weight: bold;*/
	/*font-variant: small-caps;*/
	/*
letter-spacing: 0.1em;
	font-size: 1.1em;
*/


.p7TMM02 ul ul a.trig_open {
	color: #cc3366 !important;
	font-weight: bold;
}
.p7TMM02 a.category_sidebar {
	font-weight:bold;
	color:#000;
}
.p7TMM02 ul ul a.category_sidebar {
	color:#000;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM02_toggle_all {
	margin: 0 0 12px 0;
	color: #000;
}
.p7TMM02_toggle_all a:link, .p7TMM02_toggle_all a:visited {
	color: #000;
	font-variant: small-caps;
	padding: 4px;
	text-decoration: none;
	outline: 0;
}
.p7TMM02_toggle_all a:hover, .p7TMM02_toggle_all a:focus, .p7TMM02_toggle_all a:active {
	color: #06C;
	text-decoration: underline;
}
#sidebar2 #prod_info_wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#open_close {
	text-align: center;
}


#parenthesis {
font-size: 10px;
font-weight: normal;
font-variant: normal;
}


.thrColFixHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 0
px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


