/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
#greybodybg{
	text-align:auto;
	background-color:#FFF;	
}
#centeredbody{
	width: 100%;	
}
#masthead{
	width: 100%;
	xbackground-color: #990000;
}

/************** .content styles ***************/
/* left col */
#leftcol{
	display: none;	
}

#content{
	width: 100%;
}
.content1 {
	width: 40%;
}

/* right col */
.content2 {
	width: 40%;
}

/* comment */
.comment {
	width: 80%;
}

.product {
	width: 80%;
}

.proddetails {
    width: 100%;
}
.proddetails .content1 {
	width: 40%;
}
.proddetails .content2 {
	width: 40%;
}

#siteInfo{
	width:100%;
}
.titlebanner .title {
	width: 100%;
}
#art_body {
	width:100%;
}
TD.prodList {
	width:25%;
}
div.prodList {
	width:20%;
}