html{
	height: 100%;
	}
body{
	height: 100%;
	}
img{
	border: none;
	}

/** CONTAINERS & CONTENT **/
#master{
	margin: 0px;
	width: 100%;
	}
#bContainer{
	height: 100%;
	min-height: 900px;
	width: 1024px;
	margin: inherit;
	position: relative;
	}
#bHeader{
	background: #d7d7d7;
	width: 100%;
	min-height: 137px;
	margin-bottom: 15px;
	clear: both;
	display: table;
	}
#bFooter{
	background: #d7d7d7;
	width: inherit;
	min-height: 40px;
	margin-top: 100px;
	clear: both;
	display: table;
	font-size: 7pt;
    font-family: arial, san serif;
	}
#bBody{
	/*display: table;*/
	width: 100%;
	min-height: 100%;
	/*height: 80%;*/
	position: relative;
	padding-bottom: 100px;
	clear: both;
	}
.banner{
	width: 100%;
	height: 100px;
	background: #E4E4E4;
	}
.banner a{
	width: 100%;
	height: 100%;
	display: block;
	}
.tmenu{
	width: inherit;
	height: 22px;
	padding: 0px;
	margin: 5px auto;
	}
.tmenu li{
	display: inline;
	margin: auto 5px;
	}
#sidebar{
	width: 220px;
	float: left;
	margin: auto 10px auto 5px;
	}
#content{
	float: right;
	margin: auto 5px auto 10px;
	width: 75%;
	display: table;
	}
#content span.hold{
	display: table;
	width: 750px;
	}
#content .featured{
	border: #000 1px dashed;
	width: 630px;
	height: 250px;
	margin: auto auto 20px 60px;
	clear: both;
	}
#content .section{
	background: #d7d7d7;
	width: 300px;
	height: 300px;
	float: left;
	margin: auto 20px 20px 43px;
	}
#content .info, .img{
	float: left;
	}
#content .img{
	margin-right: 15px;
	min-width: 200px;
	min-height: 200px;
	}
#content .info{
	margin-right: 15px;
	width: 25%;
	}
#content .goods{
	float: right;
	width: 200px;
	}
#content .params{
	display: block;
	margin: 15px 0px;
	}
#content table{
	width: 100%;
	}
#sidebar .login{
	width: inherit;
	height: 100px;
	margin-bottom: 15px;
	background: #d7d7d7;
	}
#sidebar .brands{
	width: inherit;
	min-height: 150px;
	margin-bottom: 15px;
	background: #d7d7d7;
	}
#sidebar .categories{
	width: 100%;
	min-height: 250px;
	margin-bottom: 15px;
	background: #d7d7d7;
	z-index: 1;
	}
#sidebar .search{
	width: inherit;
	height: 30px;
	margin-bottom: 15px;
	background: #d7d7d7;
	}
#sidebar .sbox{
	width: inherit;
	min-height: 30px;
	margin-bottom: 15px;
	background: #d7d7d7;
	}
