 #stories-full #main, #stories-preview #main, #stories-add #main {
	/*background: #ebebea url(/pub-share/img/hdr_stories.jpg) no-repeat;*/
	background: #cfdbe1 url(/pub-share/img/hdr_stories.jpg) no-repeat;
	margin: 0 1px 0 2px;
}

#stories-index #main {
	background: none;
	width: 760px;
	padding: 0;
	margin: 0;
}

h2 {
	padding: 0 0 0 3px;
	width: auto;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

h2 span {
	font-size: 22px;
	font-weight: bold;
}

h3 {
	padding: 0 0 10px 3px;
	font-size: 14px;
	font-weight: normal;
}

h3 span {
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 4px 3px;
	color: #333;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

div.featured-story, div.categories, div.other-stories {
	padding-bottom: 10px;
}

div.content-main {
	background: #fff;
	border: 1px #ccc solid;
	border-top: none;
	border-bottom: none;
}

div.featured-story {
	position: relative;
}

div.featured-story div.hero {
	float: left;
	margin: 10px;
	position: relative;
	width: 289px;
	height: 192px;
}

div.featured-story div.hero ul {
	position: absolute;
	z-index: 2;
	top: 168px;
	left: 10px;
}

div.featured-story div.hero li {
	display: block;
	float: left;
	width: 16px;
	height: 14px;
	background: url(/pub-share/img/stories/num-button.gif) no-repeat;
	margin-right: 5px;
}

div.featured-story div.hero li.selected {
	background: url(/pub-share/img/stories/num-button-off.gif) no-repeat;
}

div.featured-story div.hero li a {
	display: block;
	width: 16px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding-top: 1px;
}

div.featured-story div.hero li.selected a {
	color: #333;
}

div.featured-story div.hero li a:hover {
	text-decoration: none;
}

div.featured-story div.hero img {
	position: absolute;
}

div.featured-story h4 {
	font-size: 17px;
	padding: 10px 0 0 0;
}

div.featured-story b {
	font-size: 11px;
}

div.featured-story p {
	font-size: 11px;
	padding-top: 8px;
	height:120px;
}

div.featured-story a.full-btn {
	display: block;
	height: 24px;
	background: url(/pub-share/img/btn_lg.jpg) right top no-repeat;	
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px;
	margin-right:20px;
	width:96px;
	float:right;	
}

* html div.featured-story a.full-btn {
	float:none;
	margin: 0 0 0 630px;
	z-index:9999;
}

div.featured-story a.full-btn span {
	display: block;
	height: 21px;
	padding-top: 3px;
	padding-left: 15px;
	background: url(/pub-share/img/btn_lg.jpg) left top no-repeat;
}

div.categories div.content-main {
	padding: 10px 0;
}

div.content-main div.cat {
	float: left;
	width: 220px;
	border-right: 1px solid #ccc;
	padding: 0 0 10px 20px;
	position: relative;
}

div.content-main div.cat-right { border-right: none; }

div.cat b { 
	display: block; 
	color: #333;
	padding: 0 0 3px 0;
}

div.cat img, .show-story img {
	width: 99px;
	height: 79px;
	float: left;
}

div.cat div {
	position: absolute;
	left: 127px;
	bottom: 9px;
}

div.cat a {
	display: block;
	color: #0080d1;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	
}

div.other-stories div.content-main {
	background: #c7c7c7;
	border: #c7c7c7 1px solid;
	padding: 0 8px 12px 8px;
}

div.other-stories h4 {
	padding: 6px 0 4px 0;
}

div.other-stories .show-story {
	background: #fff;
	padding: 8px;
	margin-bottom: 10px;
}

.show-story img {
	margin-right: 10px;
}

.show-story b {
	font-size: 11px;
	color: #333;
	position: relative;
	top: -2px
}

.show-story p {
	padding: 7px 0 0 0;
	font-size: 11px;
}

div.other-stories a.more {
	float: right;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	margin-top: -4px;
}

.show-story p a {
	font-weight: bold;
}


