body {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:12px;
	color: #000000;
	background-color: #ffffff;
	
}

TABLE {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:12px;
}
.homeH1 {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 13px;
	color: #ffcc00;
	font-weight: bold;
	padding: 0px 14px;
	border-bottom:1px solid silver;
}

.pageH1 {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 14px;
	color: #121212;
	font-weight: bold;
	padding:0px;
	margin:0px;

}

.subSideLevel a{
	font: normal 11px tahoma,Verdana;
	background: url() no-repeat 3px 7px;
}
.zsidemenu{
/* border: 1px solid #FFFFFF; */
border-bottom-width: 0;
width: 150px;
}
* html .zsidemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 144px;
}
.zsidemenu ul{
	padding: 0;
	margin: 5px;
	list-style-type: none;
}
.zsidemenu ul li a{
font: bold 11px tahoma,Verdana;
padding: 4px 15px;
display: block;
width: 110px !important;
width: 100%; /*Define width for IE6's sake*/
color: #343434;
text-decoration: none;
background: url(sysImages/bullet_square_blue.png) no-repeat -2px 3px;
border-top:1px solid #d0d0d0;
overflow: hidden;
/* border-bottom: 1px solid #FFFFFF; */
}

.zsidemenu ul li a:visited{
color: #343434;
}
html>body .zsidemenu a{ /*Non IE rule*/
width: auto;
}
.zsidemenu ul li a:hover{
	background-color: #FADAD7;
	color: black;
}
.zsidemenu ul li ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.zsidemenu ul li ul li a{
font: normal 11px tahoma,Verdana;
padding: 4px 15px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #343434;
text-decoration: none;
background: url() no-repeat 0px 3px;
border-top:0px solid #d0d0d0;
/* border-bottom: 1px solid #FFFFFF; */
}

.zsidemenu ul li ul li a:visited{
color: #343434;
}
.zsidemenu ul li ul li a:hover{
	background-color: #FADAD7;
	color: black;
}

.ztopMenu ul{
margin: 0;
padding: 0px 0px 0px 0px !important;
padding: 3px 0px 0px 0px;
list-style-type: none;
}
/*Top level list items*/
.ztopMenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #F3F3F3; overall menu background color*/
}
/*Top level menu link items style*/
.ztopMenu ul li a{
	display: block;
	width: 100px; /*Width of top level menu link items (non-IE)*/	
	padding: 3px 14px 3px; /* border: 1px solid black; */
	border-left-width: 0;
	text-decoration: none;
	overflow:hidden;
	font-size: 11px;
	color: black;
	font-weight: bold;
	font-style: italic;
	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
	/* background: url(sysimages/Menu_Arrow.gif) no-repeat 3px 7px; */
	z-index:900;
	text-align: center;
	white-space: nowrap;
}
* html .ztopMenu ul li a{ /*IE only rule. Original menu width minus all left/right paddings */
width: 127px;
}
/*1st sub level menu*/
.ztopMenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ztopMenu ul li ul li{
display: list-item;
float: none;
background-color: #F3F3F3;
z-index:900;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.ztopMenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}
/* Sub level menu links style */
.ztopMenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
text-align:left;
font-weight:normal;
padding: 3px 3px 3px 5px;
font-size:11px;
border: 1px solid #ccc;
z-index:900;
}
.ztopMenu ul li a:hover{
	background-color: #660000;
	color: white;
}
.ztopMenu ul li ul li a:hover{
	background-color: #660000;
	color: white;
}
/*Background image for top level menu list links */
.ztopMenu .mainfoldericon{
background: url(sysImages/arrow-down.gif) no-repeat center right;
}
/*Background image for subsequent level menu list links */
.ztopMenu .subfoldericon{
background: #F3F3F3 url(sysImages/arrow-right.gif) no-repeat center right;
border-bottom:0px;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .ztopMenu ul li { float: left; height: 1%; }
* html .ztopMenu ul li a { height: 1%; }
/* End */

.zfooterMenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.zfooterMenu ul li{
position: relative;
display: inline;

/*background-color: #F3F3F3; overall menu background color*/
}
.zfooterMenu ul li a{
	display: inline;
	text-decoration: none;
	font-size: 10px;
	color: White;
	font-weight: bold;

	padding: 0px 14px 0px; /* border: 1px solid black; */
}
.zfooterMenu ul li a:hover{
	display: inline;
	text-decoration: underline;
	font-size: 10px;
	color: White;
	font-weight: bold;
	color: orange;
}

/* Product category search table */
.zPSearch{
	border:1px solid #f0f0f0;
	padding: 2px 2px 0px 2px;
	background: #fefefe;
	padding:0px 0px 0px 32px;
	height:40px;
	color:black;
}
.zPSearch table{
	color:black;
}
.zProductSearch{
	width:110px;
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
}
.zProductSelectSearch{
	width:125px;
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
}
/* Product list outer table */
.zProdList{
	padding: 4px 4px 4px 4px;
	border:0px;
}
.zProdList_NG{
	padding: 0px 0px 0px 0px;
	border:0px;
}
/* Product home outer table */
.zProdHome{
	padding: 4px 4px 4px 4px;
	border:0px;
}

/* Product detail outer table */
.zProdDetail{
	padding: 4px 4px 4px 4px;
	border:0px;
}

/* Per part, inner listing table */
.zPartTableMain{
	border:0px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:10px;
}

.zPartListItem_Alpha{
	border:0px;
	padding: 0px 0px 0px 0px;
	background: #fefefe;
	color: #656565;
	layout:fixed;
}
.zPartTitleDesc{
	width:100%;
}
.zPartImg{
	/* float:right; */
	text-align:center;
	padding:4px;
	width:320px;
	border-right:1px solid black;
	padding:8px;
}
.zPartImg div{
	width:320px;
}
.zPartTitleDesc{
	background: #fefefe;
	padding:3px;
}
.zPartInfo{
	width:180px;
	border-left:1px solid black;
	background:#f0f0f0;
	padding:13px 3px 3px 3px;
}
/* Per part, Title, Desc, and image section */
.zPartTableTDI{
	border:0px;
	padding: 4px 4px 4px 4px;
	background: #1d1d1d;
	color: #f0f0f0;
}
/* Per part, Title, Desc, and image section */
.zPartTableTDI_NG{
	border:0px;
	padding: 0px 0px 0px 0px;
	background: #fefefe;
	color: #656565;
}

/* Per part, Category, Quantity, and Price section */
.zPartTableCQP{
	font: bold 11px tahoma,Verdana;
	border:0px;
	border-top:1px solid #c0c0c0;
	padding: 4px 4px 4px 4px;
	background: #d0d0d0;
	color: #343434;
	
}

.zPartNo, .zPartCat, .zPartPrice, .zPartQty, .zPartCatLink, .zPartAvailTxt, .zPartPriceList, .zPartOnSaleRetail{
	font: bold 11px tahoma,Verdana;
	color: #343434;
}
.zPartPrice{

}
.zPartPriceList{
	text-align:center;
}
.zPartPriceTable{
	width:160px;
}
.zPartAvailTxt_NG{
	font: bold 11px tahoma,Verdana;
	color: #343434;
}
.zPartTitle{
	font: bold 12px tahoma,Verdana;
	color: maroon;
	padding-left:3px;
	text-decoration:underline;
}


.zPartTitle * a{
	font: bold 12px tahoma,Verdana;
	color: maroon;
	padding-left:3px;
	text-decoration:underline;
}
.zPartTitle_NG{
	padding-top:3px;
	font: bold 12px tahoma,Verdana;
	text-decoration:underline;
	height:30px !important;
	height:auto;

}
.zPartTitle_NG a{
	font: bold 12px tahoma,Verdana;
	text-decoration:underline;
}
.zPartTitleDetail_NG{
	padding:6px;
	background:#f0f0f0;
	font-size:20px;
	font-weight:bold;
	color: black;
	border:1px solid #c0c0c0;
}
.zPartTitleDetail_NG a{
	color: black;
	text-decoration:none;
}
.zPartInfoTD_NG{
	width:200px;
	padding-right:6px;
}
.zPartInfo_NG{
	background: #f0f0f0;
	padding:6px;
	font-size:12px;
	color:black;
	border:1px solid #c0c0c0;
}
.zPartDetailSpacer{
	height:5px;
}
.zPartDetailWrapper_NG{

	color:black;
	
}
.zPartDetailTable_NG{
	background: #ffffff;
	color:black;
	border:1px solid #c0c0c0;
}
.zPartBuyDetail_NG{
	border-top:1px solid #c0c0c0;
	padding:5px;
	text-align:center;
}
.zPartPriceDetail_NG{
	font-size: 20px;
	font-weight: normal;
	text-align:center;
	padding-bottom:3px;
}
.zPartPartNoDetail_NG{
	text-align:center;
	font-size:13px;
}
.zPartOptionsDetail_NG{
	padding-right:13px;
}
.zPartDetailCategories{
	text-align:left;
	border-top:1px solid #c0c0c0;
}
.zPartDetailCategories a{
	color:black;
}

.zPartBuy_NG{
	display:block;
	position:relative !important;
	position:absolute;
	left:0px !important;
	left:5px;
	bottom:1px;
	width:136px !important;
	width:150px;

	border-top:0px solid #c0c0c0;
	margin-top:0px !important;
	margin-top:0px;
	padding:3px;
	font-size:12px;
	
}
.zPartBuy_NG div{
	font-size:12px;
}
.zPartDesc_NG{
	display:block;
	position:relative;
	text-align:left;
	padding:0px 0px;
	font-weight:normal;
	font-size:11px;

}
.zPartDescDetail_NG{
	padding:4px;
	line-height:18px;
	font-size:12px;
	border:1px solid #c0c0c0;
	background: #f0f0f0;
	color:black;
}
.zPartOptionList_NG{
	padding:3px;
	height:25px !important;
	height:auto;
}
.zProdDetailImg{
padding:2px;
width: 350px;
}
.zPartCats{
	font-size:11px;
	font-weight:normal;
	color: black;
}
.zPartCats a{
	color:black;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
.zQtyCart{
	position:relative !important;
	position:absolute;
	left:2px !important;
	left:9px;
	bottom:0px;
	width:130px;
	height:50px !important;
	height:64px;
	bottom:0px;
	text-align:center;
	padding:0px;
}
.zqtyTxt{
	display:inline;
	height:22px;
	padding:3px 2px 5px 0px;
	font-size:12px;
	font-weight:bold;
}
.zqty{
	display:inline;
	height:20px;	
	padding-top:1px !important;
	padding-top:0px;
	margin:5px 0px 0px 0px;
}
.zqty input{
	height:20px !important;
	height:22px;
	font-size: 12px;
	text-align:center;
}
.zcartButtonDiv{
	height:18px;	
	padding:1px 0px 0px 1px;
}
.zcartButton{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #F1FFF0 url(/sysImages/18_ShoppingCart6.gif) no-repeat;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}
.zcartButton:hover{	
	color:black;
	background: #B4FFAE url(/sysImages/18_ShoppingCart6.gif) no-repeat;
}
.zcartButtonOver{	
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #B4FFAE url(/sysImages/18_ShoppingCart6.gif) no-repeat;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}
.zcartDetailButton{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #fcfcfc url(/sysImages/bullet_triangle_green_16s.png) no-repeat 0px 1px;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}
.zcartDetailButton:hover{	
	color:black;
	background: #ffcc00 url(/sysImages/bullet_triangle_green_16s.png) no-repeat 0px 1px;
}
.zcartDetailButtonOver{	
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #ffcc00 url(/sysImages/bullet_triangle_green_16s.png) no-repeat 0px 1px;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}

.errorBox{
	font: bold 11px tahoma,Verdana;
	background: #FFF0F0;
	border:1px solid #f0f0f0;
	padding:20px;
	width: 400px;
	color: black;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=7, direction=128);
	margin-left:50px;
}

.galLargeDiv{
	margin: auto auto;
}
.galLargeImage{
	margin:auto auto;
}

.galThumbDiv{
	background:#4d4d4d;
	border:1px solid #444444;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=7, direction=128);
}
.galEndOfMsg{
	color:white;
	background:#4d4d4d;
	border:1px solid #444444;
	padding:3px;
	width:75px;
}
.infoPanelWrapper{
	width:150px;
	padding:0px;
	margin:0px;
	border-left:1px solid #c0c0c0;
}
.infoPanelTitle{
	background:#343434;
	color: #fefefe;
	padding:3px;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	width:150px;
	text-align:center;
}
.infoPanelBody{
	font-size:11px;
	font-weight:normal;
	font-family:tahoma,verdana,arial,helvetica;
	padding:2px;
	width:150px;
}

/* Pagination tag styles */
.zPagination{
padding: 2px;
font-family:tahoma,verdana,arial,helvetica;
font-size:11px;
}

.zPagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
}

.zPagination div{
margin-bottom: 4px;
}

.zPagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.zPagination a, .zPagination a:visited{
padding: 0 5px;
border: 1px solid #C0C0C0;
text-decoration: none; 
color: #343434;
}

.zPagination a:hover, .zPagination a:active{
border: 1px solid #C0C0C0;
color: #000;
background-color: #c0c0c0;
}

.zPagination a.currentpage{
background-color: #FFFFFF;
color: #000000 !important;
border-color: #C0C0C0;
font-weight: bold;
cursor: default;
}

.zPagination a.disablelink, .zPagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.zPagination a.prevpg{
font-weight: bold;
margin-right: 4px;
}

.zPagination a.nextpg{
font-weight: bold;
margin-left: 4px;
}

.zPagination a.prevpgset{
font-weight: bold;
}

.zPagination a.nextpgset{
font-weight: bold;
}
/* End Pagination tag styles */


.prodSamplers{
	padding:10px 6px;
	border:1px solid #c0c0c0;
	font-family: tahoma,Verdana,arial;
	font-size: 12px;
	color: #000000;
	background: #f0f0f0;
	
}
.prodSamplersBanner{
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 13px;
	color: black;
	font-weight: bold;
	padding: 3px 5px;
	background: url(/images/Triple-C-Menu-BG.jpg);
	border:1px solid #f0f0f0;
	text-decoration:none;
	height:18px;
}
.prodSamplersBanner a{
	text-decoration:none;
	color: black;
}
.prodSampler{	
	text-align:center;
	margin: 0 auto;
	display:table;
	background: #f0f0f0;
	color: black;
}
.prodSampler ul{
	list-style-type: none;
	margin:10px 0;
}

.prodSampler ul li{
	margin:3px !important;
	margin:5px;
	padding:10px !important;
	padding:5px;
	width:130px !important;
	width:152px;
	height:170px !important;
	height:190px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:#343434;
	font-size:11px;
	font-weight:normal;
}
.prodSampler ul li a{
	text-decoration:none;
	color: black;
	font-size:11px;
	font-weight:normal;
}
.prodSampler ul li a:hover{
	text-decoration:underline;
	color: maroon;
}
.prodSamplerImg{
	display:block;
	padding:0px;	
	margin:auto;
	height:100px;
	width:135px;
	line-height:50px;
	font-size:50px;
	vertical-align: middle;
	overflow: hidden;
}

.prodSamplerImg img{
	display:block;
	padding:0px;
	vertical-align: middle;
	margin:auto;
}

.prodSamplerList{	
	text-align:center;
	margin: 0 auto;
	display:table;
	background: #f0f0f0;
	color: black;
}
.prodSamplerList ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.prodSamplerList ul li{
	position:relative;
	margin:3px !important;
	margin:5px;
	padding:10px !important;
	padding:3px;
	width:140px !important;
	width:162px;
	height:130px !important;
	height:180px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:#343434;
	font-size:13px;
	font-weight:bold;
}
.prodSamplerList ul li a{
	text-decoration:none;
	color: black;
	font-size:11px;
	font-weight:normal;
}

.zPartPartImage_NG{
	display:block;
	padding:0px;	
	margin:auto;
	height:100px;
	width:135px;
	line-height:50px;
	font-size:50px;
	vertical-align: middle;
	overflow: hidden;
}

.zPartPartImage_NG img{
	display:block;
	padding:0px;
	vertical-align: middle;
	margin:auto;
}
.catGalleryWrapper{
	padding:10px 6px;
	border:1px solid #c0c0c0;
	font-family: tahoma,Verdana,arial;
	font-size: 14px;
	color: #000000;
	background: #f0f0f0;
	line-height: 22px;
}
.catGallery {
	font-family :  Tahoma, Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size:11px;	
	text-align: center;	
	margin:0px auto;
	display:table;
}
.catGallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.catGallery ul li {
	margin:3px !important;
	margin:5px;
	padding:10px !important;
	padding:5px;
	width:220px !important;
	width:242px;
	height:185px !important;
	height:200px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:black;
}
.catGallery ul li a{
	text-decoration:none;
	color: black;
}

.groupLink{
	color:white;
	text-decoration:none;
}

/* Article Module Styles */

.articleListContainer{

}

.articleCategory{
	padding:2px;
	border:1px solid #c0c0c0;
	background: #343434;
	cursor: pointer;
	font-weight:bold;
	font-size:12px;
	font-family: verdana,arial,helvetica;
	color: white;
}
.articleCategory:hover{
	color: yellow;
}
.articleListItem{
	background: #4d4d4d;
}
.articleListItem:hover{
	background: #343434;
}
.articleTitleover{
	background: #343434;
}
.articleTitle{

}

.articleTitle a{
	text-decoration:none;
}
.articleTitle a:hover{
	text-decoration:underline;
}
.article_Link{
	font-family:verdana,arial,helvetica;
	font-size:11px;
	color: #f0f0f0;
	padding:3px;
	border:1px dashed #c0c0c0;
	cursor: pointer;
}
.article_Link a{
	text-decoration:none;
	color: #f0f0f0;
}
.article_Link a:hover{
	text-decoration:underline;
	color: #fefefe;
}
.contactFormDiv{
	padding:3px;
}
.contactFormMulti{
	padding: 0px 0px 10px 0px;
	width: 400px;
}
.contactFormMulti * td{
	
}
/* End Article Module Styles */

/*Product Options Styles*/
.zProdOpsInputSelect{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding-left:0px;
	width:130px;
}


.zProdOpsDivSelect{
}


.zProdOpsDivImg{
	float:right;
}

.zProdOpsDivImgNG{
	float:right;
}
/*End Product Options Styles*/


.DLHeader{
	background: #e0e0e0;
	color: black;
	font-weight:bold;
	padding:2px;
}

.zUserLogin{
	width:589px;
	background:#f0f0f0;
	padding:5px;
	border:1px solid #c0c0c0;
	color:black;
}
.zUserLogin a{
	
	color:black;
}
.zUserLogin div{
	height:118px;
	color:black;
	border:1px solid #c0c0c0;
	background: #fefefe;
}

.zUserLogin div table{
	color:black;
	padding:0px;
}
.zUserLogin div table td{
	color:black;
	padding:2px;
}

.zLoginCartHeader{
	height:18px;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #c0c0c0;
	padding:3px 6px;
}
.zLoginInput{
	width:120px;
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding-left:3px;
}
.zloginButton {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	color: Black;
	width:120px;
	background: #FAEBD7 url(../sysimages/system-lock-screen_002.png) 3px 0px no-repeat;
	border: 1px solid Silver;
	padding: 1px;
	cursor:pointer;
}
.zloginButton:hover {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	width:120px;
	background: #ffcc00 url(../sysimages/system-lock-screen_002.png) 3px 0px no-repeat;
	color: Black;
	border: 1px solid Silver;
	padding: 1px;
}
.zloginButtonover {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	width:120px;
	background: #ffcc00 url(../sysimages/system-lock-screen_002.png) 3px 0px no-repeat;
	color: Black;
	border: 1px solid Silver;
	padding: 1px;
	cursor:pointer;
}
.zloginProcced{
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	color: Black;
	width:180px;
	background: #FAEBD7 url(../sysimages/go-next_003.png) 5px 0px no-repeat;
	border: 1px solid Silver;
	padding: 1px 15px 1px 15px;
	cursor:pointer;
}
.zloginProcced:hover{
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	width:180px;
	background: #ffcc00 url(../sysimages/go-next_003.png) 7px 0px no-repeat;
	color: Black;
	border: 1px solid Silver;
	padding: 1px;
}
.zloginProccedOver{
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	width:180px;
	background: #ffcc00 url(../sysimages/go-next_003.png) 7px 0px no-repeat;
	color: Black;
	border: 1px solid Silver;
	padding: 1px;
	cursor:pointer;
}
/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 110px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
cursor:pointer;
}

#motioncontainer a:hover img {
border: 1px solid red; /* Set image border hover color */
}

#statusdiv {
background-color: #fffef0;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.zProdDetailImgGallery{

}
.zProdDetailImgGallery_NG{
	
}
.asItems, .apItems{
	padding:10px 6px;
	border:1px solid #c0c0c0;
	font-family: tahoma,Verdana,arial;
	font-size: 14px;
	color: #000000;
	background: #f0f0f0;
	line-height: 22px;
	
}
.asItemsBanner, .apItemsBanner{
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	padding: 3px 5px;
}

.asItem, .apItem{	
	text-align:center;
	margin: 0 auto;
	display:table;
	background: #f0f0f0;
	color: black;
}
.asItem ul, .apItem ul{
	list-style-type: none;
	margin:10px 0;
}

.asItem ul li, .apItem ul li{
	margin:3px !important;
	margin:5px;
	padding:10px !important;
	padding:5px;
	width:150px !important;
	width:152px;
	height:140px !important;
	height:155px;
	display:inline-block !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:black;
	text-align:center;
}
.asItem ul li a, .apItem ul li a{
	text-decoration:none;
	color: black;
	font-size:11px;
	text-align:center;
}

.asItemsImg, .apItemImg{
	display:block;
	text-align:center;
}
.rssFeeds{
	border:1px solid #c0c0c0;
	
}
.rssFeedsTitle{
	background: #545454;
	padding:3px;
	color:white;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.rssFeedsRecord{
	border-top:1px solid #c0c0c0;
	padding:5px;
	background: #343434;
}
.rssFeedsRecord a{
	
}
.zPageSubMenu{
	padding-top:5px;
	width:350px;
	float:left;
}
.zPageSubMenu div{
	border:1px solid #c0c0c0;
	padding:3px;
	background: #f0f0f0;
	
}
.zPageSubMenu div ul{
	padding:0;
	list-style-type: none;
	margin:10px 5px;
}
.zPageSubMenu div ul li{

}
.zPageSubMenu div ul li a{
	color: black;
}

.zPoInfoListContainer{
	padding:2px;
	background: #545454;
	color:white;
	font-size: 11px;	
	text-align:left;
}

.zPoInfoListContainer div{
	padding:2px;
}
.zPoInfoList{
	border:0px solid #c0c0c0;
	padding:3px;
	background: #fefefe;
	color:black;
	height:70px;
	text-align:center;
}
.zPoInfoList ul{
	list-style-type: none;
	margin:0px 0;
}
.zPoInfoList ul li{
	color:black;
}


.zProdCatSubMenu a{
	font: normal 11px tahoma,Verdana;
	background: url() no-repeat 3px 7px;
	width:100%;
}
.zProdCatMenu{
/* border: 1px solid #FFFFFF; */
border-bottom-width: 0;
width: 150px;
}
* html .zProdCatMenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 144px;
}
.zProdCatMenu ul{
	padding: 0;
	margin: 5px;
	list-style-type: none;
}
.zProdCatMenu ul li a{
font: bold 11px tahoma,Verdana;
padding: 4px 15px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #343434;
text-decoration: none;
background: url(sysImages/bullet_square_red.png) no-repeat -2px 3px;
border-top:1px solid #d0d0d0;
overflow: hidden;
/* border-bottom: 1px solid #FFFFFF; */
}

.zProdCatMenu ul li a:visited{
color: #343434;
}
html>body .zProdCatMenu a{ /*Non IE rule*/
width: auto;
}
.zProdCatMenu ul li a:hover{
	background-color: #FADAD7;
	color: black;
}
.zProdCatMenu ul li ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.zProdCatMenu ul li ul li a{
font: normal 11px tahoma,Verdana;
padding: 4px 15px;
display: block;
width: 110px !important;
width: 100%; /*Define width for IE6's sake*/
color: #343434;
text-decoration: none;
background: url() no-repeat 0px 3px;
border-top:0px solid #d0d0d0;
/* border-bottom: 1px solid #FFFFFF; */
}

.zProdCatMenu ul li ul li a:visited{
color: #343434;
}
.zProdCatMenu ul li ul li a:hover{
	background-color: #FADAD7;
	color: black;
}
.zPartOptionsList_NG{
	display:block;
}
.zPartOptionsList_NG #userPrompt{
	font-size:9px;
}


.productTeasers{

	padding:0px 0px !important;
	padding:10px 6px;

	
	font-family: tahoma,Verdana,arial;
	font-size: 10px;
	color: #000000;
	
	
}
.productTeaser{	
	text-align:center;
	padding:0px;
	margin: 0px !important;
	margin: 0px auto;
	display:table;
	border:0px solid #c0c0c0;
	background: #f0f0f0;
	color: black;
}
.productTeaser ul{
	list-style-type: none;
	margin:7px 0px 7px -40px!important;
	margin:10px 0px;
}

.productTeaser ul li{
	text-align:center;
	margin:3px !important;
	margin:5px;
	padding:0px !important;
	padding:5px;
	width:120px !important;
	width:122px;
	height:100px !important;
	height:115px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:black;
}
.productTeaser ul li a{
	text-decoration:none;
	color: black;
}
.productTeaser ul li a:hover{
	text-decoration:underline;
	color: maroon;
}
.productTeaserImg{
	display:block;
	padding:0px;	
	margin:auto;
	height:100px;
	width:100px;
	line-height:70px;
	font-size:70px;
	vertical-align: middle;
	overflow: hidden;
}

.productTeaserImg img{
	display:block;
	padding:0px;
	vertical-align: middle;
	margin:auto;
}
.zPageForm{
	padding:0px;
	margin: 0px !important;
	margin: 0px auto;
}

.zPageFormTitle{
	padding:4px 4px 4px 0px;
	vertical-align:middle;
}

.zPageFormField{
	padding: 4px 0px 4px 0px;
}

.zPageFormLabel{
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	padding:8px;
}

.zPageFormSubmit{
	padding-top:8px;
}

.zUserGalleryContainer{
	padding:0px 0px !important;
	padding:10px 6px;	
	font-family: tahoma,Verdana,arial;
	font-size: 10px;
	color: #000000;		
}
.zUserGallery{	

	text-align:center;
	padding:0px;
	margin: 0px !important;
	margin: 0px auto;
	display:table;

	color: black;
}
.zUserGallery ul{
	list-style-type: none;
	margin:7px 0px 7px -40px!important;
	margin:10px 0;
}

.zUserGallery ul li{
	text-align:center;
	margin:3px !important;
	margin:5px;
	padding:0px !important;
	padding:5px;
	width:140px !important;
	width:142px;
	height:150px !important;
	height:155px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:black;
}
.zUserGallery ul li a{
	text-decoration:none;
	color: black;
}
.zUserGallery ul li a:hover{
	text-decoration:underline;
	color: maroon;
}
.zUserGalleryImg{
	display:block;
	padding:0px;	
	margin:auto;
	height:100px;
	width:120px;
	line-height:70px;
	font-size:70px;
	vertical-align: middle;
	overflow: hidden;
}

.zUserGalleryImg img{
	display:block;
	padding:0px;
	vertical-align: middle;
	margin:auto;	
}
.zUserGalleryAdd{

}
.zUserGalleryAddbutton{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #F1FFF0 url(/sysImages/image-x-generic_002.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}
.zUserGalleryAddbuttonover, .zUserGalleryAddbutton:hover{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #B4FFAE url(/sysImages/image-x-generic_002.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}
.zUserGallerySave{
text-align: right;
padding-right:4px;
}
.zUserGallerySaveButton{
		font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #F1FFF0  url(/sysImages/media-floppy_001.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}
.zUserGallerySaveButtonover, .zUserGallerySaveButton:hover{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #B4FFAE  url(/sysImages/media-floppy_001.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
	padding-left: 18px !important;
	padding-left: 9px;
	padding-bottom: 3px !important;
	padding-bottom: 0px;
	cursor:pointer;
}
.zUserGalleryEdit{
	display:none;
}
.zPartOnSaleRetail{
	text-decoration: line-through;
}


.zProdIndexMenu{
/* border: 1px solid #FFFFFF; */
border-bottom-width: 0;
width: 100%;
}
* html .zProdIndexMenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100%;
}
.zProdIndexMenu ul{
	padding: 0;
	margin: 5;
	list-style-type: none;
}
.zProdIndexMenu ul li{
	margin:3px !important;
	margin:5px;
	padding:0px !important;
	padding:5px;
	width:140px !important;
	width:142px;
	height:auto !important;
	height:auto;
	display:inline-table !important;
	display:inline;
	background: #f0f0f0;
	border:1px solid #c0c0c0;
	vertical-align:top;
}
.zProdIndexMenu ul li ul{

}
.zProdIndexMenu ul li ul li{
	margin:0px !important;
	margin:0px;
	padding:0px !important;
	padding:0px;
	width:auto;
	height:auto;
	display:block;
	background: #f0f0f0;
	border:0px solid #c0c0c0;
	vertical-align:top;
}
.zProdIndexMenu ul li a{
	font-family: tahoma,verdana,arial;
	font-weight:bold;
	font-size: 11px;
	padding: 2px 2px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
	background: url(/sysImages/bullet_square_red_16.png) no-repeat 3px 7px;
/* border-bottom: 1px solid #FFFFFF; */
}
.zProdIndexMenu ul li a:hover{
	background: #c0c0c0;
}
.zProdIndexMenu ul li ul li a{
	font-family: tahoma,verdana,arial;
	font-weight:bold;
	font-size: 11px;
	padding: 0px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	height:auto;
	text-decoration: none;
	color:black;
	font-weight:normal;
	background: url(/sysImages/bullet_square_blue_16.png) no-repeat 3px 7px;
/* border-bottom: 1px solid #FFFFFF; */
}
.zProdIndexMenu ul li ul li a:hover{
	background: #c0c0c0;
}
.zProdIndexSubMenu a{
	font-family: tahoma,verdana,arial;
	font-weight:normal;
	font-size: 11px;
	background: url(/sysImages/bullet_square_blue_16.png) no-repeat 3px 7px;
}
.zProdIndexMenu a:visited{

}
html>body .zzProdIndexMenu a{ /*Non IE rule*/
width: auto;
}
.zzProdIndexMenu a:hover{
	background-color: #FADAD7;
	
}

.zThumbnailGalleryContainer{
	padding:0px 0px !important;
	padding:10px 6px;	
	font-family: tahoma,Verdana,arial;
	font-size: 10px;
	color: #000000;		
}
.zThumbnailGallery{	

	text-align:center;
	padding:0px;
	margin: 0px !important;
	margin: 0px auto;
	display:table;

	color: black;
}
.zThumbnailGallery ul{
	list-style-type: none;
	margin:7px 0px 7px -40px!important;
	margin:10px 0;
}

.zThumbnailGallery ul li{
	text-align:center;
	margin:3px !important;
	margin:5px;
	padding:0px !important;
	padding:5px;
	width:140px !important;
	width:142px;
	height:150px !important;
	height:155px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:black;
}
.zThumbnailGallery ul li a{
	text-decoration:none;
	color: black;
}
.zThumbnailGallery ul li a:hover{
	text-decoration:underline;
	color: maroon;
}