/* *** BOXES *** */
	
	.box_1 {
		width: 200px;
		margin-bottom: 5px;
	}
	
	.box_1 .top {
		height: 5px;
		background-image: url(/images/box_1_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_1 .back {
		background-image: url(/images/box_1_back.jpg);
		background-repeat: repeat-y;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.box_1 .bottom {				
		height: 5px;
		background-image: url(/images/box_1_bottom.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_2 {
		width: 200px;
		margin-bottom: 5px;		
	}
	
	/*
	.box_2 .top {
		height: 25px;
		background-image: url(/images/box_2_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_2 .top .center {
		 text-align: center;
	}
	*/
	
	.box_2 .top div {
		font-size: 11px;
		font-weight: normal;
		color: #808080;
		padding: 5px;				
	}
	
	.box_2 .top {
		height: 5px;
		background: #FFFFFF;
		background-image: url(/images/box_2_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_2 .caption {
		height: 30px;
		background: #FFFFFF;
		background-image: url(/images/box_2_caption.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_2 .caption div {	
		font-size: 11px;
		font-weight: normal;
		color: #808080;
		padding: 5px 10px;				
	}
	
	.box_2 .back {
		background: #FFFFFF;
		background-image: url(/images/box_2_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;
		/*
		padding: 5px;
		padding-bottom: 0px;
		*/
	}	
	
	.box_2 .bottom {
		height: 5px;
		background: #FFFFFF;
		background-image: url(/images/box_2_bottom.jpg);
		background-repeat: no-repeat;
		font-size: 1px; /* IE 6 */
	}
	
	.box_3 {
		width: 200px;
		margin-bottom: 5px;
	}
	
	.box_3 .top {
		height: 5px;
		background-image: url(/images/box_3_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_3 .back {
		background-image: url(/images/box_3_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;
		
	}
			
	.box_3 .bottom {
		height: 5px;
		background-image: url(/images/box_3_bottom.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_4 {
		width: 200px;
		margin-bottom: 5px;
	}
	
	.box_4 .top {
		height: 25px;
		background-image: url(/images/box_4_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_4 .top div {
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px 10px;				
	}
	
	.box_4 .back {
		background-image: url(/images/box_4_back.jpg);
		background-repeat: repeat-y;
		padding: 5px;
		padding-bottom: 0px;
	}
	
	.box_4 .bottom {
		height: 5px;
		background-image: url(/images/box_4_bottom.jpg);
		background-repeat: no-repeat;		
	}
			
	.box_5 {
		width: 520px;
		margin-bottom: 5px;
	}
	
	.box_5 .top {
		height: 5px;
		background-image: url(/images/box_5_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_5 .back {
		background-image: url(/images/box_5_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;		
	}
	
	.box_5 .bottom {
		height: 5px;
		background-image: url(/images/box_5_bottom.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_6 {
		width: 520px;
		margin-bottom: 5px;
	}
	
	.box_6 .top {
		height: 5px;
		background-image: url(/images/box_6_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_6 .caption {
		height: 25px;
		background-image: url(/images/box_6_caption.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_6 .caption div {	
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px 10px;				
	}
	
	.box_6 .back {
		background-image: url(/images/box_6_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;		
	}
	
	.box_6 .bottom {
		height: 5px;
		background-image: url(/images/box_6_bottom.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_7 {
		width: 520px;
		margin-bottom: 5px;
	}
	
	.box_7 .top {
		height: 5px;
		background-image: url(/images/box_7_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_7 .back {
		background-image: url(/images/box_7_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;		
	}
	
	.box_7 .bottom {
		height: 5px;
		background-image: url(/images/box_7_bottom.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_8 {
		width: 520px;
		margin-bottom: 10px;
	}
	
	.box_8 .top {
		height: 10px;
		background-image: url(/images/box_8_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_8 .back {
		background-image: url(/images/box_8_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;
		padding-top: 5px;
	}
	
	.box_8 .bottom {
		height: 5px;
		background-image: url(/images/box_8_bottom.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_9 {
		width: 520px;
		margin-bottom: 10px;
	}
	
	.box_9 .top {
		height: 10px;
		background-image: url(/images/box_9_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_9 .back {
		background-image: url(/images/box_9_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;
		padding-top: 5px;
	}
	
	.box_9 .bottom {
		height: 5px;
		background-image: url(/images/box_9_bottom.jpg);
		background-repeat: no-repeat;		
	}
    
    
    /* BOX HOMEPAGE --> */
    	.box_homepage {
		width: 520px;
		margin-bottom: 10px;
	}
	
	.box_homepage .top {
		height: 10px;
		background-image: url(/images/box_homepage_top.jpg);
		background-repeat: no-repeat;		
	}
	
	.box_homepage .back {
		background-image: url(/images/box_9_back.jpg);
		background-repeat: repeat-y;
		padding: 0px 5px;
		padding-top: 5px;
        background-color: #eefad4;
    	padding: 7px;
	}
	
	.box_homepage .bottom {
		height: 5px;
		background-image: url(/images/box_9_bottom.jpg);
		background-repeat: no-repeat;		
	}
	
 
    
    /* *** yellow box as seen in categories *** */
    
    .infobox {
    	height: auto;
    	width: auto;
    	border: 1px solid #dddfbc;
    	background-color: #eefad4;
    	padding: 7px;
        
    }
    
    