﻿/* Vertical_Menu */
.menuAlignment {
	padding: 0px 0px 0px 0px;
}
ul.myVerticalMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
/* change width this controls the width of the buttons*/
.Vertical_Menu {
	width: 230px;
	margin: 0px;
}
/* change height: this controls the height of the buttons */
.Vertical_Menu li a {
	height: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
/* change padding: (controls the placment of the button name :top-right-bottom-left) */
.Vertical_Menu li a:visited {
	padding:2px 0px 0px 40px;
	display: block;
	background: url('../graphics/vertical_menu.jpg');
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.Vertical_Menu li a:link {
	padding:2px 0px 0px 40px;
	display: block;
	background: url('../graphics/vertical_menu.jpg');
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
/* change padding: (top-right-bottom-left) change -position use 50% of button height*/
.Vertical_Menu li a:hover {
	padding:2px 0px 0px 40px;
	background: url('../graphics/vertical_menu.jpg') 0 -22px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.Vertical_Menu ul div {
	background-color: #222;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: -30px;
}
.Vertical_Menu ul li {
	list-style-type: none;
	padding-left: -30px;
}

/* Index_Menu */
.menuAlignment {
	padding: 0px 0px 0px 0px;
}
ul.myVerticalMenu2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* change width this controls the width of the buttons*/
.Index_Menu {
	width: 180px;
	margin: 0px;
}
/* change height: this controls the height of the buttons */
.Index_Menu li a {
	height: 26px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}
/* change padding: (controls the placment of the button name :top-right-bottom-left) */
.Index_Menu li a:visited {
	padding:5px 0px 0px 50px;
	display: block;
	background: url('../graphics/index_menu.jpg');
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.Index_Menu li a:link {
	padding:5px 0px 0px 50px;
	display: block;
	background: url('../graphics/index_menu.jpg');
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
/* change padding: (top-right-bottom-left) change -position use 50% of button height*/
.Index_Menu li a:hover {
	padding:5px 0px 0px 50px;
	background: url('../graphics/index_menu.jpg') 0 -30px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.wrapper_catalog {
	margin:10px 0px 20px 0px;
	border-style:dotted;
	border-width:thin;
	background-color:#EBEBEB;
	padding: 5px 5px 5px 5px;
}
.catalog_image {
	width:150px;
	vertical-align:top;
	background-color:#ffffff;
}
.catalog_description1 {
	width:150px;
	vertical-align:top;
	background-color:#ffffff;
}
.catalog_backtotop {
	width:150px;
	vertical-align:top;
}
.catalog_learnmore {
	width:150px;
	vertical-align:top;
	background-color:#ffffff;
}
.catalog_description2 {
	width:100%;
	vertical-align:top;
	background-color:#ffffff;
}
.catalog_price {
	width:100%;
	vertical-align:middle;
	background-color:#F7F7F7
}
.catalog_divider hr {
	width:100%;
	height:1px;
	color:#C0C0C0;
	vertical-align:top;
	background-color:#ffffff;
}
.catalog_addtocart {
	width:100%;
	vertical-align:top;
	background-color:#ffffff;
}


