/* CSS Document */

/*adds borders*/

dl.tabs dt.open{
                border-left-width:1px;
		        border-left-style:solid;
                border-right-width:1px;
		        border-right-style:solid;
                border-top-width:1px;
		        border-top-style:solid;
			    border-bottom-width:1px;
		        border-bottom-style:solid;
				border-bottom-color:transparent;

}
dl.tabs dt.closed{
                  border-width:1px;
		          border-style:solid;
 }	
 
div.current{
                  border-width:1px;
		          border-style:solid;
} 	 

div.featureditems_pane.sliderpane, div.featureditems_pane.defaultpane, div.featureditems_pane.thumbpane{
							border:0px solid #000000;
		          border-style:solid;
				  width:492px;
} 


