body {
    text-align: center;
    background-color: #c5c5c5;
    padding-top: 75px;
}
#box #tabnav {
    font-size: 90%;
    margin: 0 auto;
    width: 500px;
}
#box #tabnav b {
    font-weight: bold;
    padding: 1px 8px;
}
#box #tabnav a {
    font-weight: bold;
    padding: 1px 8px;
}
#box form {
    margin: 0 auto;
}
#box input {
    width: 320px;
    font-size: 90%;
    font-weight: bold;
    color: #333;
    padding: 5px 5px 5px 5px;
    height: 20px;
    margin: 25px 0px 8px 0px;
    border: 1px solid #111;
}
button {
    font-size: 90%;
    padding: 5px;
    height: 32px;
    margin: 0px 0px 10px 0px;
    overflow: visible;
}
#box #promo {
    display: none;;
}
#box #desc {
    margin: 10px;
    font: 89%;
}

#cbsi_f {
    margin: 10px auto 0 auto;
}
#cbsi_f form {
    display: none;
}

/* images */
#images {
    margin-top: 10px;   
}
#images td {
    vertical-align: top;
    width: 120px;
    text-align: center;
}
#images img {
    border: 1px solid #333;
    width: 110px;
    height: 83px;
    margin: 4px 8px;
}
#images a {
    font-size: 80%;
    text-decoration: none;
}

/* video */
#video {
    margin-top: 10px;   
}
#video td {
    vertical-align: top;
    width: 120px;
    height: 150px;
    text-align: center;
}
#video img {
    border: 1px solid #333;
    width: 110px;
    height: 83px;
    margin: 4px 8px;
}
#video a {
    font-size: 80%;
    text-decoration: none;
}

/* dmoz door */
#dmoz {
    font-size: 70%;
    margin: 8px auto 0 auto;
    text-align: left;
}
#dmoz h3 {
    font-size: 110%;
}
#dmoz td {
    vertical-align: top;
    width: 25%;
	text-align: left; 
	padding: 8px;
}
#dmoz #bottom { 
    border-top: 1px solid #999;
} 
#dmoz #top {
    border-bottom: 1px solid #999;
}
#dmoz_attrib {
    display: none;
    color: black;
    margin: 10px auto;
    width: 375px;
    text-align: center;
    border: 1px solid #008000;
    background-color: #cccccc;
    padding: 0 0 3px 0;
}
#dmoz_attrib h1 {
    color: #fff;
    margin: 0 0 3px 0;
    background-color: #008000;
    padding: 3px 0 3px 0;
    font-weight: normal;
}
#dmoz_attrib a:link, #dmoz_attrib a:visited, #dmoz_attrib a:active {
    font-weight: normal;
}

/* reference */
#feature {
    font-size: 80%;
    line-height: 150%;
    margin: 8px 0 0 0;
    padding: 8px 10px 10px 10px;
    text-align:left; 
    border:1px solid #ccc;
    background-color: #fff;
    color: #333;
    overflow: auto;
}
#feature p {
}
#feature img {
	float: left;
	padding: 3px;
	border: 1px solid #333;
}
#feature h3 {
    font-size: 110%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#featured_searches {
    font-size: 85%;
    color: #555;
    margin-bottom: 25px;
}
#featured_searches a {
    text-decoration: none;
    font-weight: bold;
    color: #555
}
#featured_searches a:hover {
    text-decoration: underline;
}

/* shopping */

#picks {
    margin: 10px 5px;
    padding: 20px 20px 12px 20px;
    font-size: 75%;
    background-color: #fff;
    border: 1px solid #777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    position: relative;
}
#picks td {
    text-align: left;
}
#picks h3 {
    font-size: 110%;
    margin: 5px 0;
}
#picks a {
    text-decoration: none;
}
#picks #attribution {
    position: absolute;
    top: 2px;
    right: 3px;
}

/* news */

#top_stories {
    font-size: 75%;
    background-color: #fff;
    border-bottom: 1px solid #777;
    text-align: left;
    border: 1px solid #777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#top_stories #title {
    border-bottom: 1px solid #777;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 0px;
    text-align: left;
}

#news_picks {
    margin: 10px 5px;
    padding: 0px 20px 12px 20px;
    position: relative;
}

#news_picks td {
    text-align: left;
    padding-top: 7px;
}
#news_picks h3 {
    font-size: 115%;
}
/*
#news_picks img {
    vertical-align: top;
}
*/
#news_picks a {
    text-decoration: none;
}
#news_picks #attribution {
    position: absolute;
    top: 2px;
    right: 3px;
}
#news_picks #top_stories {
    float: left;
}
#news_picks #news_ico {
    padding-right: 7px;
}
#news_picks #news_desc {
    text-align: left;
    padding-left: 20px;
}


/* ie compatibility hacks */

*+html #box input {
    margin-bottom: 11px;
    margin-right: 4px;
    padding-bottom: 3px;
}

#box input {
    padding-bottom: 2px\0/;
}
