/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

/*.divider {
height:5px;
margin:0;
padding:0;
background-color:#D25A0B;
}*/
div.floatL img {
margin:0;
padding:0;
}
p.small {
font-size:12px;
font-style:italic;
}
.modernbricksmenu2{
padding: 0;
width: 740px;
height:23px;
border-bottom: 5px solid #3283E4; /* color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 10px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color:#0000FF; /*color theme*/ 
border-bottom: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #3283E4; /*color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #3283E4; /*color theme*/ 
color: white;
border-color: #3283E4; /*color theme*/ 
}

.tabcontent{
display:none;
}
.storecontent {
width:728px;
padding: 5px;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* CONTENT DIVS */
/* PAINT */
.floatL {
float:left;
width:350px;
}
img.catimg {
float:left;
}
.floatR {
float:right;
width:350px;
}
/* Product Lists */
ul.productlist {
	background-color:#CFCFCF;
	margin: 0px;
	padding: 0px;

	}
ul.productlist img{
float:right;
	}
ul.productlist li {
	margin:0px;
	padding:0px;
	display:block;}
ul.productlist a {
	display: block;
	font: bold 10px Arial;
	color:black;
	padding: 5px 15px;
	background-color: #E5E5E5;
	border-bottom: 1px solid white;
	text-decoration:none;
	}
div.tabcontent h6 {
font-size:14px;
font-weight:bold;
}	
.productlist a:hover {
background-color:#FFFFFF;
list-style:outside;
list-style-type:disc;
border-left:#0000FF 2px solid;
}
ul.productlist h1 {
border:0;
margin:0;
font-size:12px;
font-weight:bold;
padding: 5px 15px;

}

