/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
text-align: center; /* IE center bug */
}
div#pageFrame {
position: relative;
width: 100%; /* total pagewidth */
margin: 0 auto;

}

div.navBarFrame {
margin-left: 5px;
margin-right: 5px;
height: 30px; /* prevent collapse ? */
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
position: absolute;
top: 265px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 178px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 178px;
right: 178px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 7px;
top: 255px;
width: 160px;
}
div#boxes2Frame {
position: absolute;
right: 7px;
top: 255px;
width: 160px;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
}

div#bannerFrame {
/*height: 60px;/**/
margin-top: 10px;
margin-bottom: 10px;
}

/* end page layout */
#all {
	width: 1000px;
	margin: auto;
	text-align: left;
}
.tl {
	color: #fff;
	position: absolute;
	margin: 16px 0 0 50px;
	font: bold 12px Tahoma;
}
.tl a:link, .tl a:visited {
	color: #fff;
}
.logo {
	font: normal 63px Impact, Tahoma;
	color: #af0027;
	position: absolute;
	margin: 80px 0 0 60px;
}
#logoFrame {
	height: 245px;
	text-align: left;
	background: url('images/top.jpg') top center;
}
#cart {
	margin: 15px 0 0 500px;
	position: absolute;
	color: #fff;
}
.menu {
	position: absolute;
	margin: -41px 0 0 0;
	padding: 0 0 0 30px;
}
.menu a:link,.menu a:visited, .menu a:hover{
	color: #fff;
	font: bold 12px Tahoma;
	padding: 8px 12px;
	float: left;
	display: block;
	border-right: 1px solid #93001f;
}

.search {
	position: absolute;
	margin: -38px 0 0 740px;
	color: #fff;
	font: bold 12px Tahoma
}
.search .i {
	border: none;
}
.search .b {
	position: relative;
	top: 4px;
}
table.all {
}

table.all .left {
	vertical-align: top;
	width: 232px;
}
table.all .right {
	vertical-align: top;
	width: 750px;
	padding-left: 5px
}
.box {
	margin-bottom: 3px;
}
.box .text {
	padding: 13px 25px;
	border: 1px solid #ccc;
	font: normal 12px Tahoma;
}
.box div {
	font: normal 11px tahoma;
	margin: 0px 0;
}
.box .title {
	background: url('images/cat.gif') top center repeat-x #000;
	color: #fff;
	font: bold 14px Tahoma;
	padding: 14px 26px ;
}
.box .cats {
	color: #d5231e;
	line-height: 20px;
}
.box .cats img {
	display: none
}
.box .manufactures  img {
	display: none
}
.box .cats a:link, .box .cats a:visited{
	font: bold 12px Tahoma;
	color: #d5231e;
	display: block;
	border-bottom: 1px dotted #bdbcbc;
	padding: 7px 12px;
	background: url('images/pointer_blue_light.gif') center left no-repeat;
}
.box .manufactures a:link, .box .manufactures a:visited{
	font: bold 12px Tahoma;
	color: #44536a;
	display: block;
	border-bottom: 1px dotted #bdbcbc;
	padding: 7px 12px 7px 19px;
	background: url('images/arr.gif') center left no-repeat;
}
.review a:link, .review a:visited {
	color: #000;
}
.welcomew {
	width: 750px;	
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.welcome {
	background: url('images/welcome.jpg') top left no-repeat;
	padding: 24px 40px 0 320px;
	font: normal 12px Tahoma;
}
.welcome h1 {
	color: #f00;
	font: normal 30px Tahoma;
	margin: 10px 0 9px 0;
}
.newprods {
	border: 1px solid #ebebeb;
	width: 746px;
	background: #f1f1f1;
	padding: 2px;
}
.clr{
	clear: both
}
.mitemw{
	float: left;
	padding: 5px;
}
.mitem {
	width: 340px;
	background: #fff;
	border: 1px solid #d2d2d2;
	padding: 10px;
}
.mitem .name{
	font: bold 14px Verdana;
	color: #990033
}
.mitem .price{
	font: bold 14px Verdana;
	color: #000;
	margin: 3px 0 ;
}
.mitem .price span {
	color: #f33;
}
#footer {
	text-align: left;
	padding: 20px 0;
}
#footer .copy {
	color: #999999;
	font: normal 12px Tahoma;
	position: absolute;
	margin-left: 61px;
}
#footer .links {
	position: absolute;
	color: #999999;
	margin-left: 380px;	
}
#footer .links a:link, #footer .links a:visited {
	color: #999999;
	font: normal 12px Tahoma;
	margin: 0 20px;
}
.pageHeading {
	padding-top: 20px;
	font: normal 20px "Trebuchet MS"!important;
}

.productListing-data b {
	color: #333
}
