#contentLeftBox {
	margin:0px 0px;
	padding-left: 37px;
	padding-top: 60px;
}

#textLeftBox {
/* Typical fixed height and fixed width example */
width: 519;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#contentShopCart {
	margin:0px 0px;
	padding-left: 14px;
	padding-top: 0px;
}

#textShopCart {
/* Typical fixed height and fixed width example */
width: 258;
height: 115px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#contentCatType {
	margin:0px 0px;
	padding-left: 14px;
	padding-top: 0px;
}

#textCatType {
/* Typical fixed height and fixed width example */
width: 258;
height: 230px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}

#contentMainType {
	margin:0px 0px;
	padding-left: 14px;
	padding-top: 0px;
}

#textMainType {
/* Typical fixed height and fixed width example */
width: 548;
height: 388px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:0px 0px;
padding: 0px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

