/* public: diy_styles */

body {font-family: arial,verdana,helvetica; font-size:70%; font-weight: Normal; color:#2E2E2E;}
table, tr, td, ol, li, p {font-family:arial,verdana,helvetica; font-size:100%; font-weight:Normal;}
b, strong {font-weight:bold; text-decoration:none;}

/*links*/
a {font-weight:normal; color:#2E2E2E; text-decoration:underline;}
a:hover {text-decoration:none;}

#credit a {font-weight:bold;}
#w3c {text-decoration:none;}

/*forms*/
.inputText, textarea, select {font-family:arial,verdana,helvetica; font-size:100%;}

/*default headers for wysiwyg*/
.Heading1, H1, .Heading2, H2, .Heading3, H3, .Heading4, H4, .Heading5, H5, .Heading6, H6 {font-weight:bold; margin:0; padding:0;}
.Heading1, H1 {font-size: 150%; color:#38A125; border-bottom:1px solid #38A125; padding:5px 0;}
.Heading2, H2 {font-size: 100%; color:#38A125; border-bottom:1px solid #38A125;}
.Heading3, H3 {font-size: 100%; color:#38A125;}
.Heading4, H4 {font-size: 100%; color:#918E8E;}
.Heading5, H5 {font-size: 100%; color:#494949;}
.Heading6, H6 {font-size: 100%; color:#000;}
.Normal {font-size:100%;}

/*content header styles*/
.yellow {color:#FFE32F;}
.blue {color:#0FDEF1;}

.categoryContainer .titleHolder .title {background:url(/images/categoriesTitle-top-DIY.gif) top left no-repeat;}

/*news scroller styles*/
#scrollbar {
	padding-top:15px;
	width:746px;
	height:57px;
	margin-left:auto;
	margin-right:auto;
}
#scroll_left {
	background-image:
	url('/images/newsscroller/scroller_left.gif');
	background-repeat: no-repeat;
	height:57px;
	width:126px;
	float:left;
	
	
}
#scroll_mid {
	background-image:
	url('/images/newsscroller/scroller_middle.gif');
	background-repeat: repeat-x;
	height:57px;
	width:590px;
	float:left;
}
#scroll_mid obj{
	margin-left:15px;
}
#scroll_right {
	background-image:
	url('/images/newsscroller/scroller_right.gif');
	background-repeat: no-repeat;
	height:57px;
	width:30px;
	float:left;
	
}
