.shadetabs{
width:552px;
padding: 0;
margin: 0;
list-style-type: none;
text-align: left;
}
.shadetabs #black{
	background-color: #000;
}
.shadetabs #red{
	background-color: #4a0e0e;
}
.shadetabs #yellow{
	background-color: #c2a210;
}
.shadetabs #gray{
	background-color: #4b4946;
}
.shadetabs #orange{
	background-color: #ce711e;
}
.shadetabs #blue{
	background-color: #0d3368;
}
.shadetabs li{
list-style: none;
display: inline;
margin: 0;
padding: 0;
}
#paintcolors{
	margin: 0;
	padding: 0;
}
#paintcolors ul{
	margin: 0;
	padding: 0;
}
#swatches{
	margin: 0;
	padding: 0;
}
.shadetabs li a{
margin: 0px;
margin-left: -4px;
padding: 0px;
/*text-decoration: none !important;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold !important;
#font-weight: normal !important;
font-size: 9px !important;
#font-size: 11px !important;
line-height: 98% !important;
#line-height: 95% !important;
text-align: center;
color: transparent !important;
#color: #111 !important;*/
position: relative;
z-index: 1;
display: inline-block;
height: 40px !important;
width: 87px !important;
background: url(images/tab.png) top left no-repeat;
_background: none;
border: 0;
}
.shadetabs li a:hover{
padding: 0;
	color: #aaa !important;
	background: none;
	background: url(images/tab-over.png) top left no-repeat;
}

.shadetabs li a.selected{
padding: 0;
color: #aaa !important;
	position: relative;
	top: 0px;
	background: url(images/tab-over.png) top left no-repeat;
}

.shadetabs li a.selected:hover{
padding: 0;
	color: #aaa;
}

.tabcontent{
	display: none;
	color: #ddd;
	text-align: center;
}

@media print {
.tabcontent {
display:block !important;
}
}

#outer{
	width:522px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
#flash{
	padding-top: 15px;
	width: 532px !important;
	padding-left: 18px !important;
}