/* 
================================
 Container Styles for AucSpport
================================
*/   

.auccont_main {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.auccont_title {
	background-color: #a67308;
	background-image: url(sub_title.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.auccont_tile2 {
	background-color: #ffffff;
}

