@charset "UTF-8";
/* CSS Document */



/*------------------- fixes to exsiting css ------------------- */

	
#header_img {
	background: url(images/softgoods_bg.gif) no-repeat;
	width: 870px;
	height: 100%;
	padding: 50px 0 20px 0;
	}
	
#header_btm {
	background: url(images/softgoods_btm.gif) no-repeat;
	width: 870px;
	height: 25px;
	}
	
#content {
	padding: 10px 45px;
	}
	
	
/*------------------- softgoods ------------------- */
	
#softgoods {
	padding: 0 60px;
	}
	
#softgoods h1 {
	font-size: 22px;
	color: #90278e;
	margin: 20px 0; 
	}

#softgoods h2 {
	color: #000;
	}
	
#softgoods .item {
	float: left;
	width:230px;
	margin-right:20px;
	}
	
#softgoods .sold {
    color: #FF0000;
	
	}	
	
#softgoods .break {
	background: url(images/dots.gif) repeat-x;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	}
	
#softgoods .dble_break {
	background: url(images/dots_dble.gif) repeat-x;
	width: 100%;
	height: 4px;
	margin: 5px 0;
	}
	
#softgoods .clear {
	clear: both;
	padding-bottom: 30px;
	}


/*------------------- tech ------------------- */


#column_1 {
	width: 350px;
	float: left;
	margin-right: 50px;
	}
	
#column_2 {
	width: 350px;
	float: left;
	}
	
#column_1 .item, #column_2 .item {
	width:350px;
	margin:0;	}
