html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #dcdcdc;	
}

#page_wrap {
	margin: 0;
	padding: 0;
	text-align: center; /* center page - ie5 below */
	background: url(page_shade.gif) repeat-y center;
}

#page {
	width: 1004px;
	display: block;
	margin: 0 auto;
	text-align: left; /* realign page text left */
	background: #fff url(topfade.gif) repeat-x top;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 4px solid #999;
	font: normal 11px verdana, arial, sans-serif;
}

h1 {
	margin: 0px;
	padding:0px;
	font-size: 22px;
	color:#f8f8f8;
}


h2 {
	font-size: larger;
}

h3 { 
	font-size: 1.2em;
	padding-top: 10px;
}

h4 {
	font-size: 1.1em;
	/*padding-top: 0;
	padding-bottom: 0;
	margin: 0;*/
	font-weight: bold;
}

#print {
	font-size: .9em;
	margin: 0 0 15px;
}

.hd_left {
	background-color: #fff;
	margin: 5px;
	padding: 0;
	text-align: left;
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
}

.hd_middle {
	margin: 5px;
	padding: 0 0 0 200px;
	text-align: right;
	display: block;
	float: left;
}

.hd_right {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: right;
	display: block;
	float: right;
}

div#banner {
	margin: 0;
	padding: 10px;
	text-align: left;
	position: relative;
}

div#banner table.logo {
	width: 770px;
	border-collapse: collapse;
}

#logo {
	width: 600px;
	display: block;
}

#banner_basic {
	margin: 0 0 15px;
}

#banner_basic img {
	margin: 0;
	padding: 0;
	border: none;
}

#putmanlogo {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 10px;
	margin-right: 10px;
}

#search-main {
	background-image: url(/images/bg-search.gif);
	background-repeat: no-repeat;
	padding-left: 74px;
	position: absolute;
	width: 260px;
	top: 0;
	right: 0;
	margin-top: 36px;
	margin-right: 10px;
}

#sp-q {
	border-width: 0;
	border-color: transparent;
	width: 222px;
}

#search-submit {
	margin-left: 10px;
	width: 22px;
	height: 22px;
}

#search-main .info {
	text-align: right;
	padding-top: 3px;
	padding-right: 32px;
	font-size: 9px;
	text-transform: lowercase;
}

td.search {
	width: 160px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

#dateframe {
	background-color: #EAEAEA;
	border-top: 1px solid #666666;
	height: 18px;
	padding: 5px 10px 0 10px;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	vertical-align: middle;
	clear: both;
}

#dateframe div {
	vertical-align: middle;
	height: 18px;
}

#login { float: left; }

#date { float: right; }

/* Top (and Bottom) Nav OLD...NOT IN USE */
#top-nav, #bottom-nav {
	height: 25px;
	background-color: #FFF;
	position: relative;
	background-image: url(http://controlglobal.com/images/top-menu-bkgnd.gif);
	background-repeat: repeat-x;
	clear: both;
}
div#top-nav { z-index: 5000; }
#top-nav ul, #bottom-nav ul {
	height: 25px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#top-nav li, #bottom-nav li {
	list-style: none;
	float: left;
	position: relative;
	height: 25px;
}
#top-nav li ul {
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	list-style: none;
	z-index: 1000;
}
#top-nav li > ul {
	top: 24px;
}
#top-nav li:hover ul, #top-nav li.over ul { display: block; }
#top-nav a { text-transform: none; }
#top-nav ul li ul li {
	background: #E6E6E6;
	display: block;
	float: none;
	height: auto;
}
#top-nav ul li a, #bottom-nav ul li a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 12px 5px 12px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	font-size: 1em;
}
#top-nav li ul li a {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	width: 150px;
	text-align: left;
	color: #000;
	border-top: 0;
	line-height: 1.25em;
	font-weight: normal;
	border-bottom: 1px solid white;
	display: block;
	padding: 3px 0 3px 10px;
	margin: 0;
	background: #E6E6E6;
}
#top-nav li ul li.last a {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	width: 100px;
	text-align: left;
	color: #000;
	border-top: 0;
	line-height: 1.25em;
	font-weight: normal;
	border-bottom: 1px solid white;
	display: block;
	padding: 3px 0 3px 10px;
	margin: 0;
}
#top-nav li ul li a:hover {
	background: #666;
	color: #FFF;
}
#top-nav ul li a:hover, #bottom-nav ul li a:hover { background: #7A7A7A; }
#top-nav ul li a.on, #top-nav ul li a.on { background-color: #999999; }
#bottom-nav ul li ul {
	display: none;
	visibility: hidden;
}
#bottom-nav { clear: left; }
/**/

.ad {
	height: 93px;
	width: 100%;
	padding: 1px 0 0 0;
	margin: 0;
	text-align: center;
	clear: left;
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
	margin: 19px 0 0 0;
	width: 100%;
	clear: left;
	position: relative;
	line-height: 1.2;
}

/* Left Nav - OLD...NOT IN USE */
#leftMenu, #leftMenu2 {
	padding: 0 10px;
	margin: 0;
	list-style: none;
	float: left;
	width: 138px;
}
#leftMenu h2, #leftMenu2 h2 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	margin: 2px 5px 0 0;
	padding: 0px 0 3px 10px;
	font-size: 1.1em;
}
#leftMenu ul, #leftMenu2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0px;
	padding-bottom: 15px;
}
#leftMenu ul li, #leftMenu2 ul li {
	font-size: 1em;
	position: relative;
	line-height: 1.25em;
	margin-bottom: 0;
	vertical-align: middle;
}
#leftMenu li ul {
	width: 150px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 120px;
	top: 0; 
	display: none;
	z-index: 1000;
	background: #E6E6E6;
}
#leftMenu2 li ul { display: none; }
#leftMenu ul li a, #leftMenu2 ul li a {
	display: block;
	color: black;
	font-weight: normal;
	text-decoration: none;
	margin: 0 5px 0 10px;
	padding: 3px 0 3px 0;
	border: none;
}
#leftMenu li ul li {
	font-size: 1em;
	background: none;
	width: 100%;
	border: none;
}
#leftMenu li ul li a {
	background-image: none;
	padding-left: 10px;
	margin: 0;
	border-bottom: 1px solid #FFF;
}
* html #leftMenu ul li {
	float: left;
	width: 100%;
	line-height: 1.0;
	clear: both;
}
* html #leftMenu ul li ul li {
	clear: none;
	width: auto;
	line-height: normal;
}
* html #leftMenu ul li a {
	height: 1%;
}
#leftMenu li a:hover, #leftMenu2 li a:hover {
	color: #999;
}
#leftMenu li ul li a:hover { background-color: #666; color: #FFF; }
#leftMenu li:hover ul, #leftMenu li.over ul { display: block; }
/**/

#ad2 .visual-roundrect ul {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

#ad2 .visual-roundrect ul li {
color: #a9a9a9;
}

#ad2 .visual-roundrect ul li span {
	color: black;
}

.pagination {
	text-align: right;
	font-size: .9em;
}

.pagination-label {
	float: left;
	color: #000;
	font-weight: bold;
}

.poll {
	margin: 0;
	padding: 0;
}

.poll p, .poll form {
	font-family: verdana , arial, sans-serif;
	font-size: 10px;
}

.clear { 
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0px;
}

table.counts-table {
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
	font-size: .9em;
	background: #f5f5f5;
}

/*
.counter {
	background-image: url(border_hr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px 0px 130px;
	padding-top: 0px;
	width: 510px;
}
*/

a.counter_link {
	color: #000;
	text-decoration: none;
}

#main-content {
	margin: 0px 5px 10px 158px;
	padding-top: 0px;
	padding-right: 10px;
	width: 485px;
	position: static;
	font-size: 1.1em;
	line-height: 1.4;
}

#main-content .box {
	margin: 0;
	padding: 5px;
	border-width: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	font-family: inherit;
	font-size: inherit;
}

#ad2 {
	width: 336px;
	font-size: 1em;
	line-height: 1.5;
}

#ad2 .tabbed {
	margin: 0 0 20px;
	width: 336px;
}

#footer {
	clear: both;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 0;
	background: url(footer_bg.gif) repeat-x bottom;
}

#footer p {
	margin: 0;
	padding: 0;
}

p.redbold {
	font-size: .9em;
	font-weight: bold;
	color: #900;
	padding: 0;
	margin: 0;
}

.center_content {
	text-align: center;
}

.navCatName {
	display: block;
	color: #600;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background-image: url(underline.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 15px 5px 5px 5px;
	font-size: 13px;
}

.boldTitle {
	font-weight: bold;
	font-size: 12px;
}

.header {
	padding: 0 0 1px;
	margin: 10px 0;
	display: block;
	width: 100%;
	background-image: url(grad_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #990;
}

.LtBlueLinkBottom {
	color: #06C;
	text-decoration: none;
}

.CatName {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

.bold {
	font-weight: bold;
}

table.grayBox {
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #E6E6E6;
}

td {
	vertical-align: top;
}

td.topicSide {
	padding: 0 10px 0 10px;
	width: 100px;
	font-family: Verdana, sans-serif;
	vertical-align: top;
	background-image: url(border_vt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div.leadtopic {
	margin-bottom: 15px;
}

div.leadtopic img.left {
	margin-bottom: 0;
	padding-bottom: 0;
}

img.topic {
	padding: 0 5px 0 0;
}

a {
	color: #039;
	text-decoration: none;
}

a.LoginLink {
	color: #333;
	text-decoration: none;
}

a.ArticleTitleLarge {
	color: #039;
	font-family: verdana, arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

.arrow {
	display: block;
	margin: 0;
	padding: 0;
}

.arrow ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

.arrow li {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 10px 8px 12px;
	margin: 0px;
}

li.noArrow {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
}

li.item {
	padding-bottom: 10px;
}

a.moreLink {
	color: #003399;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

hr {
	size: 1px;
}

img {
	border: 0;
}

img.left {
	padding: 0 10px 10px 0;
	text-align: left;
	vertical-align: top;
	float: left;
}

img.right, span.imgright {
	padding: 0 0 10px 10px;
	text-align: right;
	vertical-align: top;
	float: right;
}

.leftcaption {
	padding: 0 10px 10px 0;
	text-align: left;
	vertical-align: top;
	float: left;
}

.rightcaption {
	padding: 0 0 10px 10px;
	text-align: left;
	vertical-align: top;
	float: right;
}

.code {
	font-family: "Courier New", Courier, mono;
}

.pagination {
	margin: 10px auto 10px auto;
}

.ssdevh2 {
	font-weight: bold;
	color: #660000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.ssdevh3 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 10px;
	width: 300px;
	padding: 0px;
}

.ssdevhr {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
}

.ssdevul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

.cal_event {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.cal_date {
	font-weight: bold;
	margin: 0;
}

.cal_loc {
	font-style: italic;
	margin: 0;
}

.cal_desc {
	margin: 0;
}

.cal_top {
	margin-top: 20px;
}

.small {
	font-size: 10px;
	font-style: italic;
}

.normargin {
	margin-bottom: 0;
	padding: 0;
}

#insert {
	width: 205px;
	padding: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 5px 5px;
	float: right;
	vertical-align: top;
	font-weight: bold;
	background-color: #ffc;
	border: 1px outset #ccc;
}

#insert p {
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 65px;
	margin-top: 0px;
	margin-right: 0px;
}

#insert ul {
	margin: 0px 0px 0px 65px;
	padding: 0px;
}

#insert li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	list-style-position: inside;
}

.ad-slot {
	text-align: center;
}

#ad2 .ad-slot { 
	padding: 0;
}

#ad2 .ad-slot,
#leftMenu .ad-slot {
	padding-bottom: 20px;
}

#topbanner .ad-slot {
	float: left;
}

#topbanner .feature {
	float: right;
}

#topbanner {
	width: 975px;
	background-color: transparent;
	padding: 0px 0px;
}

.ad-inline-text {
	padding: 8px;
	font-size: .9em;
	margin: 0 0 20px;
	line-height: 1.4;
	background: #f0f8ff;
	border: 1px solid #ddd;
}

.ad-inline-text-disclaimer {
	color: #999;
	font-size: .9em;
	margin: 0 0 5px;
}

.related-info {
	float: right;
	width: 187px;
	padding-left: 10px;
	font-size: 10px;
}

.related-info .visual-roundrect {
	background-color: white;
}

.related-info ul,
.related-news ul, 
.related-products ul {
	margin: 0;
	padding: 0;
	padding-left: 14px;
}

* html .related-info ul,
* html .related-news ul, 
* html .related-products ul {
	padding-left: 20px;
}

.related-info h3,
.related-news h3,
.related-products h3 ,
.visual-roundrect .contents h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.contents ul{
	margin:0px;
	padding:0px;
}
.contents li{
	list-style:none;
	margin-bottom:20px;
}

.sponsored-product h3 {
	font-size: 12px;
	margin-top: 0px;
}

.sponsored-product img {
	float: left;
	width: 120px;
	height: 60px;
}

.sponsored-product p {
	margin-left: 130px;
	margin-top: 0px;
}

.sponsored-links {
	clear: both;
}

.sponsored-links div.left {
	float: left;
	width: 48.8%;
	padding-right: 1.2%;
}

.sponsored-links div.right {
	float: right;
	width: 48.8%;
	padding-left: 1.2%;
}

.sponsored-link {
	margin-bottom: 8px;
}

p {
	margin-top: 0;
}

p.deck {
	font-style: italic;
}

#article-tools {
	margin-top: 0px;
	margin-bottom: 10px;
	z-index: 100;
	font-size: .9em;
}

.ad-left-bottom {
	text-align: center;
}

.ad-left-bottom a {
	display: block;
	margin-bottom: 8px;
}

.visible {
	display: inherit;
}

.hidden {
	display: none;
}

a:link {
	color: #06c;
}

a:visited {
	color: #06c;
}

a:hover {
	color: #f60;
	text-decoration: none;
}

a:active {
	color: #f60;
}

.visual-roundrect {
	border: 0px solid #a9a9a9;
	margin: 0 0 15px 0;
	background-color: #f8f8f8;
	padding-bottom: 0px;
	color:#000000;
}

.ct, .ct .cl, .cb, .cb .cl {
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0;
	height: 4px;
	position: relative;
}

.ct, .cb {
	width: 100%;
	right: -1px;
}

.ct .cl, .cb .cl {
	width: 4px;
	left: -2px;
}

.ct {
	background: transparent url(roundrect_parts/c_ne.gif) no-repeat top right;
	top: -1px;
}

.ct .cl {
	background: transparent url(roundrect_parts/c_nw.gif) no-repeat top left;
}

.cb {
	background: transparent url(roundrect_parts/c_se.gif) no-repeat bottom right;
	bottom: -1px;
}

.cb .cl {
	background: transparent url(roundrect_parts/c_sw.gif) no-repeat bottom left;
}

.top .ct {
	background: transparent url(roundrect_parts/ext_ne.gif) no-repeat top right;
}

.top .ct .cl {
	background: transparent url(roundrect_parts/ext_nw.gif) no-repeat top left;
}

.visual-roundrect  .contents {
	margin: 6px 10px;
}

#leftMenu .visual-roundrect  .contents {
	margin: 0;
}

.tabbed .ct .cl {
	display: none;
}

/* code from ALA: Sliding Doors technique <http://alistapart.com/articles/slidingdoors/> */
div.tabset {
	float: left;
	width: 100%;
	line-height: normal;
	margin-bottom: -1px;
}

.tabset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabset ul li.tab,
.tabset ul li.selected {
	list-style-type: none;
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
	background: #ccc url(roundrect_parts/sd_right.gif) no-repeat right top;
	margin-right: -1px;
}

.tabset ul li.selected {
	background-color: #f5f5f5;
}

.tabset ul li.tab .content {
	border-bottom: 0px solid #a9a9a9;
}

.tabset ul li.selected .content {
	border-bottom: none;
	padding-bottom: 4px;
}

.tabset ul li .content {
	display: block;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	background: url(roundrect_parts/sd_left.gif) no-repeat left top;
}

div.clear {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#blog_wrap {
	padding: 0 15px;
}

#blog_content {
	width: 755px;
	line-height: 1.5em;
	font-size: 12px;
}

.blog_post_date {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.blog_post_meta {
	color: #999;
	font-size: 11px;
	margin-bottom: 15px;
}

.blog_post_title {
	font-size: 16px;
	margin: 0 0 2px 0;
}

.blog_post_feedback {
	color: #ccc;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
	margin: 25px 0 30px 0;
}

.credit {
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
	color: #999;
}

.blog_bcrumb {
	margin: 15px 0 15px 0;
	font-weight: bold;
}

.blog_comment_meta {
	font-size: 11px;
	font-style: normal;
	color: #999;
}

#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: 5px;
}

#commentform textarea {
	width: 75%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

acronym, abbr {
	cursor: help;
}

#blog_sidebar {
	position: absolute;
	right: 15px;
	top: 0;
	width: 200px;
	float: right;
}

#blog_sidebar h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#blog_sidebar form {
	margin: 0;
}

#blog_sidebar ul {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#blog_sidebar ul li {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#blog_sidebar .search {
	width: 96%;
	margin: 5px 0 5px 0;
}

.blog_sidebar_contents {
	margin: 0;
	padding: 4px 10px 4px 10px;
}

#blog_sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#blog_sidebar ul ul li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#wp-calendar {
	border: 1px solid #e5e5e5;
	background: #fff;
	empty-cells: show;
	font-size: 10px;
	margin: 0 0 2px 0;
	padding: 0;
	border-collapse:collapse;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 5px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e5e5e5;
}

#wp-calendar caption {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	padding: 2px 0;
	text-align: center;
	border: 1px solid #e5e5e5;
}

#wp-calendar td.pad:hover {
	background: #ccc;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #e5e5e5;
}

#wp-calendar th {
	background: #ccc;
	border: none;
	padding: 2px 0;
	text-transform: capitalize;
	text-align: center;
}

#wp-calendar .pad {
	background: #ccc;
	border: none;
	padding: 0;
	margin: 0;
}

.highlight {
	background: #F7FFCE;
}


p.nomargin {
	margin: 0;
}


/* Temporary product - OLD...NOT IN USE */
.specs {
	width: 100%;
	font-size: 10px;
	text-align: left;
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}
.specs td {
	padding: 6px;
	vertical-align: top;
}
.specs th {
	border: none;
	padding: 6px;
	font-weight: bold;
	color: #fff;
	background: #999;
}
tr.gray {
	background: #f0f0f2;
}
.prod_sidebar {
	width: 130px;
	float: right;
	margin-top: 13px;
}
.prod_subhead {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	color: #600;
	margin-top: 25px;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.add_this_button {
	float: right;
}
h2.classified{
	padding-top: 10px;

}
h3.classified{
	padding: 0px;
	margin: 5px 0px 0px 0px;

}
p.classified { 
	margin-top: 10px; 
}
/**/

#digedit_popup {
	text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -135px;
	width: 240px;
	height: 400px;
	border: 10px solid #000;
	padding-bottom: 55px;
	background: #000;
	z-index: 100000;
}

#digedit_popup p {
	margin: 10px 0;
}

#digedit_popup img {
	border: none;
	margin: 0;
	padding: 0;
}

#digedit_popup a.signup {
	font-weight: bold;
	font-size: 18px;
	color: #06c;
	cursor: pointer;
	text-decoration: none;
}

#digedit_popup a:hover.signup {
	color: #f60;
	text-decoration: none;
}

#digedit_popup a.close {
	font-size: 10px;
	color: #666;
	cursor:pointer;
}

/* 2/3 1/3 layout */
#main_cols {
	padding: 15px;
}

#left2thirds {
	background: #fff;
	display: block;
	width: 623px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;
}

#right1third {
	background: #fff;
	display: block;
	width: 336px;
	float: right;
	margin: 0;
	padding: 0;
}

#right1third h4.more {
	padding-bottom: 5px;
}

#main_cols.nomarg #left2thirds,
#main_cols.nomarg #right1third {
	margin-top: 15px;
}

#prod_header {
	height: 55px;
	background: url(/images/prod_header_bg.gif) top no-repeat;
	margin: 0;
	padding: 0;
}

#prod_actions div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0px;
}

#prod_search {
	font-family: verdana, sans-serif;
	padding: 0;
	margin: 0 15px 0;
	padding-top: 20px;
	font-size: .9em;
	width: 593px;
}

#prod_search h3 {
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
	color: #036;
	font-size: 12px;
}

#prod_search span.searchfield {
	float: right;
	width: 465px;
	padding: 0;
	margin: 0;
}

#prod_search span.searchfield input {
	width: 338px;
	margin: 0;
	padding: 0;
	float: left;
}

#prod_search span.searchfield input.get_prod_results {
	width: 105px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: right;
}

#prod_actions {
	font-family: verdana, sans-serif;
	height: 160px;
	background: url(/images/prod_actions_bg.gif) bottom no-repeat;
	margin-bottom: 15px;
	font-size: .9em;
}

#prod_actions p {
	color: #f90;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 11px;
}

#filters_js {
	font-family: verdana, sans-serif;
	width: 470px;
	float: left;
	margin: 0 0 0 15px;
	font-size: .9em;
}

#filters_js select {
	width: 100%;
	margin-bottom: 5px;
}

#filters_js h3 {
	color: #333;
	font-size: 12px;
	margin: 8px 0;
	padding: 0;
	color: #036;
}

#sort h3 {
	color: #333;
	font-size: 12px;
	margin: 8px 0 3px;
	padding: 0;
	color: #036;
}

#sort {
	font-family: verdana, sans-serif;
	width: 110px;
	float: left;
	margin: 0 0 0 15px;
	font-size: .9em;
}

#sort label {
	font: normal 10px Verdana;
	display: block;
	margin: 0;
	padding: 0;
}

#plist {
	background: #fff;
	font: normal 10px Verdana;
	width: 621px;
}

#plist tr {
	background: url(/images/yellowfade_bg.gif) repeat-x bottom;
}

#plist td {
	border-bottom: 1px solid #ccc;
}

#plist td.thumb {
	width: 120px;
	padding: 12px;
}

#plist td.thumb p {
	margin: 6px 0;
}

#plist td.thumb img {
	width: 120px;
	height: 60px;
/*	border: 1px solid #333; */
	border: none;
	margin-bottom: 6px;
	padding: 0;
}

#plist td.desc {
	padding: 12px 0 12px 7px;
}



#plist td.desc p {
	margin: 6px 0;
}

#plist td.mfg {
	width: 100px;
	padding: 12px;
}

span.brown {
	color: #630;
	font-weight: bold;
}

.plist_head {
	background: #f5f5f5;
	background: url(/images/grayreflect_bg.gif) repeat-x bottom;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	padding: 2px 7px 7px 7px;
	margin: 0;
}

.plist_head p.pagleft {
	width: auto;
	margin: 0;
	font-weight: bold;
}

.plist_head p.pagright {
	width: auto;
	float: right;
	margin: 0;
	text-align: right;
}

.plist_foot {
	background: #f5f5f5;
	background: url(/images/grayreflect_bg.gif) repeat-x bottom;
	font-size: 10px;
	padding: 5px 5px 2px 5px;
}

.plist_foot p.pagleft {
	width: auto;
	margin: 0;
}

.plist_foot p.pagright {
	width: auto;
	float: right;
	margin: 0;
	text-align: right;
}

.preload_iconvid {
	height: 0;
	background-image: url(/images/iconvid_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

.preload_iconaud {
	height: 0;
	background-image: url(/images/iconaud_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

.preload_iconpht {
	height: 0;
	background-image: url(/images/iconpht_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

a.iconvid {
	display: block;
	width: 20px;
	height: 16px;
	float: left;
	background: url(/images/iconvid.gif) no-repeat;
	margin-right: 6px;
}

a:hover.iconvid {
	background: url(/images/iconvid_over.gif) no-repeat;
}

a.iconaud {
	display: block;
	width: 21px;
	height: 16px;
	float: left;
	background: url(/images/iconaud.gif) no-repeat;
	margin-right: 6px;
}

a:hover.iconaud {
	background: url(/images/iconaud_over.gif) no-repeat;
}

a.iconpht {
	display: block;
	width: 24px;
	height: 16px;
	float: left;
	background: url(/images/iconpht.gif) no-repeat;
	margin-right: 6px;
}

a:hover.iconpht {
	background: url(/images/iconpht_over.gif) no-repeat;
}


/* TEMP - OLD...NOT IN USE */
#mostpop {
	width: 336px;
	margin-bottom: 15px;
}
#mostpop h2 {
	margin: 0;
	color: #036;
}
#mostpop p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	border-bottom: 1px solid #ddd;
	color: #333;
}
#mostpop ol {
	margin: 0;
	padding: 0;
}
#mostpop li {
	margin: 0;
	padding: 5px;
	list-style: none;
	clear: both;
}
#mostpop .headline {
	width: 290px;
	padding-top: 5px;
	float: right;
}
/**/


.prodsidebar {
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
}

.prodsidebar img {
	margin: 0 0 10px 0;
	max-width: 250px;
}

.prodsidebar .info {
	border: 1px solid #999;
	background: url(/images/sidebar_bg.gif) bottom repeat-x;
	background-color: #ffc;
	text-align: left;
}

.prodsidebar p {
	margin: 0;
	padding: 5px;	
	font-size: 10px;
}

.av_left {
	float: left;
	margin-right: 10px;
}

#main-content .feature {
	margin: 15px 0 0;
}


#main-content .featurebox {
	border: 1px solid #cecece;
	border-bottom: none;
	margin: 0; 
	padding: 10px 8px 0;
}

#main-content .featurebox h4 {
	margin: 0;
}

#main-content .featurebox p {
	margin: 0; 
	padding-bottom: 15px;
}

.box_roundbottom {
	background: url(../Media/roundbox_bottom.gif) bottom left repeat-x;
	margin: 0 0 15px;
	padding: 0;
	height: 18px;
}

.box_roundbottom .brbl {
	background: url(../Media/roundbox_bottom_l.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	height: 18px;
	width: 15px;
	float: left;
}

.box_roundbottom .brbr {
	background: url(../Media/roundbox_bottom_r.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	height: 18px;
	width: 15px;
	float: right;
}

p.results {
	margin: 0 0 8px;
}

#newsearch {
	padding: 0;
	width: auto;
	margin: 0 0 10px;
	font: normal 12px verdana, arial, sans-serif;
}

#newsearch form {
	margin: 0;
	padding: 0;
}

#newsearch #terms {
	margin: 0;
	float: left;
	width: auto;
}

#newsearch #terms input {
	margin: 0;
	width: 320px;
	padding: 1px;
}

#newsearch #button {
	margin: 0 0 0 10px;
	width: auto;
	float: left;
}

#newsearch #button input {
	margin: 0;
	padding: 0;
}

#refine_results {
	padding: 0;
	margin: 0;
}

.results_tools {
	margin: 0;
	padding: 8px;
	color: #666;
	font-size: 11px;
	background: url(/images/searchtab_fade.gif) top repeat-x;
	height: 30px;
}

.results_tools span.left {
	text-align: left;
	float: left;
	width: 32%;
	display: block;
	margin-right: 30px;
}

.results_tools span.mid {
	text-align: center;
	float: left;
	width: auto;
}

.results_tools span.right {
	text-align: right;
	float: right;
	width: 32%;
}

#search_results {
	margin: 0;
	padding: 0;
	font: normal 13px/1.4 verdana, arial, sans-serif;
}

#search_results .result {
	margin: 0 0 18px;
	border-top: 1px solid #fff;
}

#search_results h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
}

#search_results p {
	margin: 0;
	padding: 0;
}

#search_results a, #search_results a:hover {
	text-decoration: underline;
} 

#search_results .highlight {
	background: none;
	font-weight: bold;
}

#search_results .result .date {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}

#search_results div.search_pag {
	color: #333;
	font-size: 11px;
	margin: 30px 0 20px;
}

#search_results div.search_pag span.on {
	margin: 0 2px;
	background: #999;
	color: #fff;
	padding: 3px 8px;
	border: 1px solid #666;
	font-weight: bold;
}

#search_results div.search_pag a, #search_results div.search_pag a:hover {
	text-decoration: none;
}

#search_results div.search_pag a.num {
	margin: 0 2px;
	background: #fff; 
	padding: 3px 8px;
	border: 1px solid #ccc;
}

#search_results div.search_pag a.num:hover {
	color: #000;
	background: #ccc;
}

#search_results div.search_pag a.nextprev {
	margin: 0 2px;
	background: #fff;  
	padding: 3px 6px;
	border: 1px solid #ccc;
}

#search_results div.search_pag a.nextprev:hover {
	color: #000;
	background: #ccc;
}

#page.narrow {
	width: 700px;
	margin: 15px auto;
	font: normal .8em/1.4 verdana, sans-serif;
}

#page.narrow #dateframe {
	font-size: .8em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#page.narrow #users {
	height: 10px;
}

#page.narrow #banner_right {
	float: right;
	width: 300px;
	font-size: 10px;
	text-align: right;
}

#page.narrow #navbar {
	padding: 0;
	margin: -10px 0 0;
}

#page.narrow #main {
	padding: 15px 15px 0;
}


#page.narrow #main div.block {
	z-index: 1;
	margin: 30px 0;
	font-size: .85em;
	position: static;
	padding: 0 12px 12px;
	border: 1px solid #ddd;
	background: #eee url(/images/subblock_bg.gif) repeat-x top;
}

#page.narrow div.block .left {
	float: left;
	width: 49%;
}

#page.narrow div.block .right {
	float: right;
	width: 49%;
}

#page.narrow #main div.block p {
	line-height: 1.6;
}

#page.narrow #main div.block hr {
	border: 0;
	height: 1px;
	width: 100%;
	color: #ddd;
	margin: 20px 0;
	background: #ddd;
}

#page.narrow #main div.block h2 {
	margin: 0;
	top: -12px;
	left: -6px;
	z-index: 1;
	padding: 0 5px;
	display: inline;
	font-size: 1.2em;
	background: #fff;
	position: relative;
	border: 1px solid #fff;
}

#page.narrow #main div.block h3 {
	padding: 0;
	font-size: 1em;
	margin: 0 0 5px;
}

#page.narrow #main div.block span.note {
	width: 200px;
	display: block;
	font-size: .8em;
	padding-top: 4px;
	margin-left: 110px;
}

#page.narrow #main div.block span.fullnote {
	width: 100%;
	display: block;
	font-size: .8em;
	padding-top: 4px;
}

#page.narrow #main div.block span.nonus {
	width: 250px;
	display: block;
	font-size: .9em;
	padding-top: 4px;
}

#page.narrow form br {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
}

#page.narrow form label,
#page.narrow input.txt,
#page.narrow select {
	float: left;
	width: 200px;
	display: block;
	margin-top: 12px;
}

#page.narrow form label {
	width: 105px;
	padding: 3px 0 0 0;
	margin-right: 4px;
	text-align: left;
	font-weight: bold;
}

#page.narrow form label.normal {
	font-weight: normal;
}

#page.narrow form select {
	width: 204px;
}

#page.narrow form select.full, input.full {
	width: 100%;
}

#page.narrow form select.full, textarea.fullbox {
	width: 100%;
	height: 60px;
}

#page.narrow form select.auto {
	width: auto;
}

#page.narrow form select.year,
#page.narrow form select.month { 
	width: 90px;
}

#page.narrow form select.month {
	margin-right: 10px;
}

#page.narrow #main #email_disclaimer {
	padding-top: 20px;
}

#page.narrow #main #email_disclaimer input {
	padding: 0;
	float: left;
	width: auto;
	margin-right: 5px;
}

#page.narrow #main #email_disclaimer span {
	float: left;
	width: 290px;
	display: block;
	font-size: .8em;
}

#page.narrow #main p.disclaimer {
	float: right;
	width: 500px;
	font-size: .8em;
	text-align: right;
	margin: 0;
	padding: 0;
}


#page.narrow #main div.dig_right {
	float: right;
	width: 190px;
	margin: 0 0 10px 10px;
}

#page.narrow #main div.renewalbubble {
	width: 300px;
}

#page.narrow #main #sub_verify span {
	float: left;
	width: 130px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}

a.tip {
	position: relative;
	z-index: 10;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #039;
}

a.tip:hover {
	z-index: 15;
	cursor: help;
}

a.tip span {
	display: none
}

a.tip:hover span {
	font-size: .8em;
	padding: .5em;
	display: block;
	position: absolute;
	top: 2.5em;
	left: 2.5em;
	width: 25em;
	border: 1px solid #ddd;
	background: #F5F5DC;
	color: #333;
}

#questions {
	float: right;
}

div.bubblewrap {
	width: 100%;
}

div.bubble {
	position: relative;
	padding: 10px 0;
	display: inline;
}

div.bubble input {
	float: left;
	margin: 0 8px 10px 0;
}

div.bubble h3 {
	color: #480D4C;
	display: inline;
}

div.bubble {
	z-index: 5000;
}

div.bubble div {
	display: none;
}

div.bubble div {
	display: block;
	position: absolute;
	bottom: 25px;
	left: 75px;
	width: 350px;
	z-index: 5000;
	font-size: 11px;
	color: #000;
}

div.bubble span {
	display: block;
	padding: 0;
	margin: 0;
}

div.bubble span.txt {
	padding: 15px 15px 0;
	background: url(/images/bubble_bg_txt.gif) no-repeat;
}

div.bubble span.txt a.close {
	color: #999;
	float: right;
	margin: 0;
	padding: 0;
}

div.bubble span.txt a.close:hover {
	color: #999;
}

div.bubble span.txt p {
	margin: 0;
	padding: 0 0 10px;
}

div.bubble span.txt ul {
	margin: 0 0 10px 15px;
	padding: 0;
}

div.bubble span.bottom_l {
	height: 75px;
	background: url(/images/bubble_bg_bottom_l.gif) no-repeat;
}

div.bubble span.bottom_r {
	height: 75px;
	background: url(/images/bubble_bg_bottom_r.gif) no-repeat;
}

div.bubble div#godigital  {
	left: -295px; bottom: 35px;
}

div.bubble div#renew_help {
	left: 190px; bottom: 15px;
}

span.red {
	color: #c30;
	font-weight: bold;
	display: inline;
}

p.button {
	margin: 0;
	height: 26px;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
}

p.button a {
	display: block;
	float: left;
	font: bold 11px arial, sans-serif;
	height: 26px;
	margin-right: 6px;
	padding-right: 10px;
	text-decoration: none;
	background: url(/images/button_r.gif) no-repeat scroll bottom right;
}

p.button a span {
	color: #fff;
	display: block;
	line-height: 14px;
	padding: 6px 0 6px 9px;
	background: url(/images/button_l.gif) no-repeat bottom left;
}

p.button a:hover {
	background-position: center right;
}

p.button a:hover span {
	color: #fff;
	background-position: center left;
}

p.button a:active {
	background-position: top right;
	outline: none;
}

p.button a:active span {
	color: #fff;
	background-position: top left;
	padding: 7px 0 6px 9px;
}

#users {
	text-align: right;
	padding: 5px 12px 0 0;
}

#sitelogo {
	float: left;
	width: 240px;
	height:90px;
	padding-left: 4px;
}

#sitelogo img {
	border: none;
}

#sitelogo p {
	color: #666;
	margin: 5px 0 0;
	line-height: 1.6;
}

#sitelogo a {
	outline: none;
}

#ad_tb { 
	float: right;
	width: 728px;
	margin-right: 4px;
}

#navbar {
	z-index: 0;
	height: 36px;
	display: block;
	margin: 15px 0 0;
	position: static;
	background: #9b0071;
}

#topnav {
	z-index: 200;
	width: 1000px;
	position: absolute;
}

#topnav ul {
	padding: 0;
	list-style: none;
	margin: 0 0 0 15px;
}

#topnav li.tt {
	z-index: 24;
	float: left;
	color: #e5e5e5;
	cursor: pointer;
	position: relative;
	padding: 4px 2px 6px 6px;
	background: url(tabnav_tabl.gif) no-repeat top left;
}

#topnav li.tt div,
#topnav li.tt span { 
	display: none;
}

#topnav li.tt:hover {
	z-index: 25;
	color: #fff;
	height: 13px;
}

#topnav li.tt:hover {
	background-position: 0% -42px;
}

#topnav li.tt div.navtab_body,
#topnav li.tt:hover div.navtab_body {
	left: 0;
	top: 23px;
	padding: 0;
	color: #930;
	cursor: auto;
	width: 300px;
	display: block;
	position: absolute;
}

#topnav li.tt div.navtab_body {
	display: none;
}

#topnav li.tt div.top,
#topnav li.tt:hover div.top {
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 10px;
	display: block;
	background: url(tabnav_subtop.gif) no-repeat;
}

#topnav li.tt div.mid,
#topnav li.tt:hover div.mid {
	z-index: 2;
	color: #993;
	display: block;
	position: absolute;
	font-weight: normal;
	padding: 0 10px 10px;
	background: url(tabnav_subbottom.gif) no-repeat bottom;
}

#topnav li.tt div.bottom,
#topnav li.tt:hover div.bottom {
	height: 13px;
	display: block;
	background: url(tabnav_subbottom.gif) no-repeat;
}

#topnav div.mid ul.left {
	margin: 0;
	float: left;
	width: 135px;
	padding-right: 5px;
	background: #fff; /* keeps hover */
}

#topnav div.mid ul.right {
	margin: 0;
	float: right;
	width: 135px;
	padding-left: 5px;
	background: #fff; /* keeps hover */
}

#topnav div.mid ul.left li,
#topnav div.mid ul.right li {
	margin: 0;
	padding: 4px 0;
}

#topnav li.tt a.mainlink {
	margin: 0;
	color: #036;
	font-size: 11px;
	padding: 4px 6px 6px 0;
	background: url(tabnav_tabr.gif) no-repeat top right;
}

#topnav li.tt a.mainlink:hover,
#topnav li.tt:hover a.mainlink {
	color: #036;
	background-position: 100% -42px;
}

#topcols_wrap,
#threecols_wrap,
#box_topics {
	margin: 0 0 15px;
}

#topcols_wrap #main {
	float: left;
	width: 409px;
}

#topcols_wrap #side{
	float: right;
	width: 197px;
	font-size: 10px;
}

.list h2 {
	margin: 0;
	color: #036;
	padding: 0 0 3px;
	font-size: 12px;
}

.list ul.listnav {
	padding: 3px 0 0;
	margin: 0 0 10px;
	list-style-type: none;
	border-top: 1px solid #ccc;
	background: url(h3_side_bg.gif) repeat-x;
	height:20px;
}

.list ul.listnav li {
	display: inline;
	padding-left: 6px;
}

.list ul.listnav li a.on {
	color: #993;
	font-weight: bold;
}

.list ul.links {
	clear: both;
	margin: 0 0 12px;
	padding: 0 0 0 5px;
	list-style-type: none;
}

.list ul.links li {
	padding: 0 0 6px 10px;
	background:  url(li_dot.gif) no-repeat 0 .7em;
}

#threecols_wrap p{
	margin: 0;
	padding: 0;
}

#threecols_wrap h4 {
	clear: both;
}

#threecols_wrap div.left {
	float: left;
	width: 197px;
}

#threecols_wrap div.mid {
	float: left;
	width: 197px;
	margin-left: 15px;
}

#threecols_wrap div.right {
	float: right;
	width: 197px;
}

#threecols_wrap .rbox_title {
	font-size: 18px;
}

#threecols .rboxmid {
	height: 360px; /* keep boxes same height */
}

.rboxmid ul{
	margin:0px;
	padding:0px;
}
.rboxmid li{
	list-style:none;
}

.rotator .opacitylayer {
	width: 100%;
	height: 100%;
 	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.rotator .contentdiv {
	display: none;
}

.thisweek_nav {
	margin: 0;
	height: 25px;
	display: block;
	padding: 0 0 10px 8px;
	font: bold 11px arial, sans-serif;
	background: url(box_thisweek_nav_bg.gif) no-repeat;
}

.thisweek_nav a {
	float: left;
	color: #888;
	display: block;
	padding: 5px 8px 6px;
	text-decoration: none;
}

.thisweek_nav a:visited {
	color: #888;
}

.thisweek_nav a:hover {
	color: #000;
	background: url(mininav_over.gif) repeat-x;
}

.thisweek_nav a.selected {
	color: #036;
	background: url(mininav_on.gif) repeat-x;
}

#box_thisweek.rbox,
#box_subs.rbox {
	margin-top: -10px;
}

#box_thisweek.rbox span.rbox_title {
	z-index: 0;
	color: #b78603;
	font-size: 24px;
}

#box_thisweek.rbox .rboxmid { min-height: 175px; }
#box_thisweek.rbox .rboxmid h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 5px;
}

#box_thisweek.rbox .rboxmid img.left {
	margin: 0 5px 5px 0;
}

.rbox {
	width: 100%;
	margin: 0 0 5px;
	border:1px solid #ebebeb;
}

#right1third .rbox {
	font-size: 1.1em;
	margin: -10px 0 20px;
}

.rbox form {
	border: none;
	display: inline;
}

.rbox select {
	width: 200px;
	font-size: 10px;
	margin-top: -2px;
}

.rboxtop span,
.rboxbot span {
	margin: 0;
	padding: 0;
	height: 10px;
	display: block;
	font-size: 0px;
}

.rbox span.rbox_title {
	top: 10px;
	left: 10px;
	color: #9b0071;
	z-index: 0;
	margin: 0;
	padding: 0 4px;
	font-size: 20px;
	background: #fff;
	position: relative;
}

/*
.rboxtop { background: url(rboxtop.gif) no-repeat top left; }
.rboxbot { background: url(rboxbot.gif) no-repeat bottom left; }
.rboxtop span { background: url(rboxtop_c.gif) no-repeat top right; }
.rboxbot span { background: url(rboxbot_c.gif) no-repeat bottom right; }
*/


.rboxnav {
	padding: 5px 10px;
}

.rboxnav ul {
	margin: 0;
	padding: 0;
	height: 25px;
	display: block;
	font: bold 11px arial, sans-serif;
	background: url(mininav.gif) repeat-x;
}

.rboxnav ul li {
	margin: 0;
	float: left;
	padding: 5px 0;
	list-style-type: none;
}

.rboxnav ul li a,
.rboxnav ul li.txt {
	color: #888;
	padding: 5px 8px 6px;
	text-decoration: none;
}

.rboxnav ul li a:visited {
	color: #888;
}

.rboxnav ul li a:hover {
	color: #000;
	background: url(mininav_over.gif) repeat-x;
}

.rboxnav ul a.on,
.rboxnav ul a:visited.on  {
	color: #036;
	background: url(mininav_on.gif) repeat-x;
}

.rboxnav ul li.edge_r,
.rboxnav ul li.edge_l {
	margin: 0;
	padding: 0;
	width: 6px;
	height: 25px;
	display: block;
}

.rboxnav ul li.edge_r {
	float: right;
	border-left: 1px solid #bababa;
	background: url(mininav_r.gif) no-repeat;
}

.rboxnav ul li.edge_l {
	float: left;
	border-right: 1px solid #bababa;
	background: url(mininav_l.gif) no-repeat;
}

.rboxmid {
	clear: both;
	display: block;
	padding: 5px 10px;
}

.rboxmid.deepres {
	height: 335px;
	position: relative;
}

.rboxmid.deepres p.button {
	position: absolute;
	bottom: 0;
}	

.rboxmid h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.rboxmid p {
	margin: 0;
	padding: 0;
}

.rboxmid p.subtopics {
	color: #666;
	font-size: 10px;
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
}

.rboxmid p.bloginfo {
	clear: both;
	color: #666;
	font-size: 10px;
	margin-bottom: 5px;
}

.rboxmid div.blogselect {
	width: 100%;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.rboxmid span.select {
	float: left;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}

.rboxmid ul {
	margin: 0;
	color: #993;
	padding: 5px 0 0 2em;
}

.rboxmid ul.left {
	width: 42%;
	float: left;
}

.rboxmid ul.right {
	width: 42%;
	float: right;
}

.rboxmid ul li {
	margin: 0;
	padding: 0 0 .25em;
}

.rboxmid img {
	margin: 0 10px 10px 0;
}

.rboxmid img.dr {
	padding: 0;
	width: 173px;
	height: 62px;
	display: block;
	margin: 0 0 10px;
	border: 1px solid #999;
}

.casino-review{
	padding: 0 10px 0 10px;
}
.casino-review img{
	float:left;
	padding-right:8px;
}

#site_search_box {
	height: 75px;
	padding: 10px;
	display: block;
	background: url(site_search_box_bg.jpg) no-repeat;
}

#site_search_box form {
	margin: 0;
	padding: 0;
	clear: both;
	display: inline;
}

#site_search_box span.search_header,
#site_search_box.rc span.rc_search_header {
	padding: 0;
	width: auto;
	color: #fff;
	float: left;
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

#site_search_box span.search_tips {
	float: right;
	font-size: 10px;
}

#site_search_box span.search_tips a,
#site_search_box span.search_tips a:visited {
	color: #ff9;
}

#site_search_box span.search_tips a:hover,
#site_search_box span.search_tips a:active {
	color: #fff;
}

#site_search_box input#search_field {
	margin: 0;
	float: left;
	padding: 5px;
	width: 225px;
	border: none;
	background: #ffffff;
}

#site_search_box input#search_submit {
	width: 70px;
	float: right;
	height: 26px;
}

#ad_right_buttons {
	margin: 5px 0 20px;
}

#ad_right_buttons #ad_b1 {
	float: left;
}

#ad_right_buttons #ad_b2 {
	float: right;
}

#ad_right_buttons #ad_b1,
#ad_right_buttons #ad_b2 {
	padding: 17px;
	background: url(ad_button_bg.gif) repeat-x;
}

#ad_right_buttons img {
	margin: 0;
	padding: 0;
}

div.issue {
	width: 33%;
	float: left;
	height: 200px;
	text-align: center;
}

div.issue img {
	display: block;
	margin: 0 auto 5px;
}

img.wp_cover {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

.lightgraybox {
	background: #f5f5f5;
	padding: 10px 10px 0;
	border: 1px solid #e5e5e5;
}


.rbox.rc h4 { font-size: 1.2em; }

.rbox.rc p {
	padding: 0;
	margin: 0 0 15px;
}

.rbox.rc div.lead {
	padding: 10px;
	background: #f1f1c5;
	margin-bottom: 15px;
}

.rbox.rc div.lead p {
	margin: 0;
	padding: 0;
}

#site_search_box.rc {
	background: url(rc_search_box_bg.gif) no-repeat;
}

ul#browse {
	padding: 0;
	height: 30px;
	list-style: none;
	margin: 0 0 10px;
	background: #eee url(bg_pgcounter.gif) bottom no-repeat;
}

ul#browse li {
	float: left;
	color: #999;
	margin: 0 8px;
	display: block;
	font-size: .9em;
	padding: 4px 0 4px 15px;
	background: url(li_arrow.gif) 0 9px no-repeat;
}

ul#browse li.browse {
	font-weight: bold;
	background: none;
	padding-left: 0;
}

#wpleft {
	float: left;
	width: 125px;
	font-size: 11px;
}

#wpbox {
	margin: 0 0 15px;
	border-top: 2px solid #ccc;
	background: url(/images/bg_wpbox.jpg) repeat-x;
}

#wpbox p {
	padding-top: 5px;
	text-align: center;
	line-height: normal;
}

#wpbox img.cover {
	display: block;
	padding-top: 10px;
	margin: 0 auto 20px;
	/*border: 1px solid #ccc;*/
}

#wpbox a.dld, #wpbox a.reg {
	display: block;
	height: 40px;
	line-height: 28px;
	padding-left: 22px;
	outline: none;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
}

#wpbox a.dld { background: url(/images/round_reflect_btn.jpg) bottom no-repeat; }

#wpbox a.reg { background: url(/images/round_reflect_reg_btn.jpg) bottom no-repeat; }

#wpbox a.dld:hover, #wpbox a.reg:hover { background-position: top; }

#wpdesc {
	float: right;
	width: 480px;
}

#wpinfo p {
	font-size: .85em;
	color: #666;
	margin: 0;
	padding: 5px 0;
	border-bottom:1px solid #e5e5e5;
}


.table{
        clear:left;
        margin-top:10px;
        width:400px;
		border-bottom:0px solid #d7dac6;
      }
        .table .title-name{
          float:left;
          text-align:left;
          width:40px;
          color:#6a1815;
          font-weight:bold;
        }
        
        .table .title{
          float:left;
          text-align:left;
          width:180px;
          color:#434343;
          font-weight:bold;
        }
        
        .table .name{
          float:left;
          text-align:left;
          width:50px;
		  font-weight:bold;
        }
        .table .detail1{
          float:left;
          text-align:center;
          width:50px;
		  font-weight:bold;
        }
        .table .detail2{
          float:left;
          text-align:center;
          width:50px;
          color:#d2480c;
        }