#header{
	width:1000px;
	}
	
#page{
	width:1000px;
	}
	
#mainContent{	
	width:1000px;
	}
#rightBox{
	border:0px solid #f00;
	width:740px;
	}


#navLeft {
	margin:0px;
	padding:0px;
	list-style-type:none;
}


#navLeft li.parent a{
	/*color: #069;*/
	padding-left:0px;
	text-transform:uppercase;
	font-weight:bold;
}


#navLeft li.current a{
	color: #666;
	padding-left:0px;
}


#navLeft li.child a{
	color: #333;
	padding-left:20px;
}


.scrPrice{
	color:red;
	font-weight:bold;
	}
	
	
.divSubCatTiled a{
	display:block;
	margin:10px;
	color:white;
	border-radius:10px;
	float:left;
	}
	
a.tileNoImage{
	background-color:#999;
	border:1px solid #ccc;
	}

input[type=text], input[type=password], input[type=button], input[type=submit], select{
	padding:4px;
	box-sizing:border-box;
	font-size:12px;
}