/* BEGIN Default Site Values */
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell; }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            
{
    font-family: Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif; 
    color: #003366;
}
h1              { clear: both; }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bold }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, object, 
select          { display:inline-block; }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 0px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
li              { margin-left: 10px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
abbr, acronym   { font-variant: small-caps; letter-spacing: 0.1em }

a:link		 {text-decoration: none; border: none; color: #0066CC;}
a:hover		 {text-decoration: underline; border: none; color: #0066CC;} 
a:active	 {text-decoration: none; border: none; color: #0066CC;}
a:visited	 {text-decoration: none; border: none; color: #0066CC;}
a:visited:hover {text-decoration: underline; color: #0066CC;}
/* END Default Site Values */

/* BEGIN Display */
.ImageLink {
    border: none;
}
.Hr {
    background-color: #003366; 
    color: #003366; 
    height: 1px; 
    border: none;
    width: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.Hr95 {
    background-color: #003366; 
    color: #003366; 
    height: 1px; 
    border: none;
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.HrFooter {
    background-color: #003366; 
    color: #003366; 
    height: 1px; 
    border: none;
    width: 99%;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* END Display */

/* BEGIN Ads */
.AdsText
{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* END Ads */


/* BEGIN Shows */
.ShowsHeader {
    width: 270px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    color: #cc9900;
    margin: 0px;
    padding-left: 30px;
    font-family: Georgia, Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    background: url("Images/ShowsHeader.png");
}
.ShowsBody {
    width: 280px;
    background: url("Images/ShowsMiddle.png");
    background-repeat: repeat-y;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin: 0px;
}
.ShowsFooter {
    width: 300px;
    height: 5px;
    background: url("Images/ShowsFooter.png");
    margin: 0px;
}
.ShowTitle, .ShowTitle:link, .ShowTitle:hover, .ShowTitle:visited, .ShowTitle:active, .ShowTitle:visited:hover
{
    color: #003366;
    font-weight: bold;
}
/* END Shows */

/* BEGIN Related */
.Related
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 1px #CED8DA;
    padding: 5px;
    float: none;
    clear: both;
}
.RelatedHeader 
{
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #C0DBE6;
    background-color: #DEEFF9;
    padding-left: 5px;
    font-family: Georgia, Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif; 
    font-size: 14px; 
    color: #0066cc;
}
.RelatedBody 
{
    margin-top: 5px;
    color: #003366;
    overflow: auto;
    font-family: Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif; 
    font-size: 14px; 
    font-weight: bold;
    background-color: #E4ECEF;
    padding: 5px;
}
.RelatedLink, .RelatedLink:link, .RelatedLink:visited, .RelatedLink:hover, .RelatedLink:active, .RelatedLink:visited:hover 
{
    color: #003366;
}
.RelatedDesc {
    color: #003366;
    font-weight: normal;
    padding: 3px;
}
/* END Related */

/* BEGIN Page Layout */
.body {
  	margin-left: auto;
  	margin-right: auto;
}
.formMain
{
    margin: 0px; 
    padding: 0px;
    margin-bottom: 20px;
}
.header {
  	width: 95%;
  	margin-left: auto;
  	margin-right: auto;
}
.headerTitle 
{
    width: 95%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}
.headerDesc 
{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.headerCrumbs
{
    width: 90%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 23px;
    line-height: 23px;
    height: auto;
}
.headerCrumbsLeft
{
    width: 1px;
    height: 23px;
    line-height: 23px;
    background: url("Images/NavLeft.png");
    float: left;
}
.headerCrumbsText
{
    height: 23px;
    line-height: 23px;
    background: url("Images/NavBackground.png");
    float: left;
    font-family: Georgia, Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}
.headerCrumbsText_Active
{
    height: 23px;
    line-height: 23px;
    background: url("Images/NavBackground_Active.png");
    float: left;
    font-family: Georgia, Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    white-space: nowrap;
}
.headerCrumbsSep
{
    width: 11px;
    height: 23px;
    line-height: 23px;
    background: url("Images/NavSep.png");
    float: left;
}
.headerCrumbsSep_Active
{
    width: 11px;
    height: 23px;
    line-height: 23px;
    background: url("Images/NavSep_Active.png");
    float: left;
}
.headerCrumbsRight_Active
{
    width: 13px;
    height: 23px;
    line-height: 23px;
    background: url("Images/NavRight_Active.png");
    float: left;
}
.headerCrumbsRight
{
    width: 11px;
    height: 23px;
    line-height: 23px;
    background: url("Images/NavRight.png");
    float: left;
}
.main {
	text-align: left;
	overflow: hidden;
    background-color: #FFFFFF;
}
.mainLeft {
	text-align: left;
  	width: 95%;
  	vertical-align: top;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.mainRight {
	text-align: left;
  	width: 95%;
  	vertical-align: top;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.mainRight > div
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.GenericContent {
	text-align: left;
  	width: 90%;
  	margin-bottom: 20px;
}
.footer {
	text-align: center;
    background-color: #FFFFFF;
    float: none;
    clear: both;
}
.footerLink 
{
    color: #0066CC;
}
/* END Page Layout */
/* BEGIN Home */
.NewestHeader
{
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin-top: 20px;
    width: 90%;
    color: #E95D08;
    font-family: Georgia, Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
}
.NewestTitle
{
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 90%;
    color: #000000;
    font-family: Georgia, Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
}
.NewestTitleLink, .NewestTitleLink:link, .NewestTitleLink:hover, .NewestTitleLink:active, .NewestTitleLink:visited, .NewestTitleLink:visited:hover
{
    color: #0066CC;
}
.NewestText
{
    margin-bottom: 10px;
    width: 90%;
}
.NewestTextLink
{
    color: #0066CC;
}
/* END Home */

/* BEGIN Section */
.sectionItemTitleLink, .sectionItemTitleLink:hover, .sectionItemTitleLink:active, .sectionItemTitleLink:link, .sectionItemTitleLink:visited, .sectionItemTitleLink:visited:hover
{
  	color: #0066CC;
}
.sectionItemText 
{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sectionItemText table
{
    width: 100%;
}
.sectionItemTextKeywords
{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
}
.sectionTitleImage
{
    border: none;
    padding-right: 5px;
}
/* END Section */

/* BEGIN Search */
.searchBoxRow
{
    width: 95%;
    height: 26px;
  	line-height: 26px;
}
.searchBoxText
{
    height: 26px;
  	line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
.searchBoxBox
{
    float: left;
}
.searchBoxButton
{
    float: left;
    margin-left: 5px;
}
.searchBoxBoxBox
{
    line-height: 16px; 
    font-family: Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif; 
    font-size: 14px; 
    color: #003366;
    width: 300px
}
.searchItem
{
    margin-top: 20px;
    width: 95%;
}
.searchItemTitle 
{
    width: 95%;
  	height: 24px;
    line-height: 24px;
	text-align: left;
  	color: #000000;
  	font-size: 18px;
  	font-weight: bold;
}
.searchItemTitleLink, .searchItemTitleLink:link, .searchItemTitleLink:hover, .searchItemTitleLink:active, .searchItemTitleLink:visited, .searchItemTitleLink:visited:hover
{
  	color: #0066CC;
}
.searchItemText 
{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* END Search */

/* BEGIN Article */
/* BEGIN Article TOC */
.ArticleToc {
	text-align: left;
  	width: 95%;
  	margin-top: 10px;
  	margin-bottom: 10px;
}
.ArticleTocText 
{
    height: 24px;
    line-height: 24px;
  	color: #336699;
  	text-decoration: none;
  	font-size: 18px;
  	font-weight: bold;
}
.ArticleTocItem{
	text-align: left;
  	width: 95%;
}
/* END Article TOC */
/* BEGIN Article Paragraph */
.ArticleParagraph {
	text-align: left;
  	width: 95%;
	overflow: hidden;
  	*width: 100%; /* "*" = IE7 width hack to allow the 50% boxes enough space */
}
.ArticleParagraphTitle {
    height: 24px;
  	line-height: 24px;
	text-align: left;
  	width: 95%;
  	font-size: 18px;
  	font-weight: bold;
  	color: #336699;
}
.ArticleParagraphBody {
	text-align: left;
  	width: 100%;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	*width: 100%; /* "*" = IE7 width hack to allow the 50% boxes enough space */
}
.ArticleParagraphBody td { width: 49%; }
.ArticleParagraphImage {
	margin: 10px;
  	width: 200px;
  	float: left;
  	display: inline;
  	border: none;
}
.ArticleParagraphMore 
{
    height: 24px;
  	line-height: 24px;
  	font-size: 18px;
  	font-weight: bold;
  	color: #0066CC;
}
/* END Article Paragraph */
/* END Article */


/* BEGIN VC Ads */
.topictitle
{
    color: #336699;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    line-height: 18px;
    font-weight: bold;
    display: none;
}
.topicinfo
{
    color: #666666;
    font-size:14px;
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    line-height: 18px;
}
.topicurl
{
    color: #666666;
    font-size: 10px;
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    line-height: 14px;
    display: none;
}
.topictitle a
{
    color: #336699;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    line-height: 18px;
    font-weight: normal;
}
.topicinfo a
{
    color: #336699;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    line-height: 18px;
}
.topicurl a
{
    color: #336699;
    font-size: 10px;
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    line-height: 14px;
}
#adbox td 
{
    vertical-align: top;
}
/* END VC Ads */

/* BEGIN NHI styles */
.mTitle
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-weight: bold;
    color: #336699;
    padding-bottom: 5px;
    padding-top: 10px;
}

.mSecondaryNames
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-size: 11pt;
    font-style: italic;
    color: #666666;
}

.mLevel1 
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-weight: bold;
    color: #336699;
    padding: 2px;
    margin-top:15px;
    background-color:#ddddff;
    width: 95%;  
}

.mLevel2 
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-weight: bold;
    color: #336699;
    margin-top:10px;
    margin-bottom:2px;
    border-top: dashed 1px #808080;
    padding-top: 4px;
}
.mFieldData
{
    font-family:Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    color: #666666;
    padding-left: 5px;
}

.mFieldData p
{
    font-family:Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    color: #666666;
    padding-left: 5px;
}

.mFieldData a
{
    color: #336699;
    text-decoration: underline;
}

.mHeader
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-weight:bold;
    color: #336699;
    padding-left: 0px;
    margin-top:10px;
}

.mHeaderLink
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-size: 10pt;
    color: #336699;
    font-weight: bold;
    text-decoration:underline;
    padding-left: 5px;
}

.mStandardText
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-style:italic;
    color: #666666;
    border-bottom: dotted 2px #d0d0d0;
    border-top: dotted 2px #d0d0d0;
    padding: 5px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.mFNLink
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    color: #336699;
    text-decoration:underline;
}

.mAbsList
{
    list-style-type:decimal;
    list-style-position:outside; 
    color: #666666;
    margin-left:10px; 
    padding-left:25px; 
    margin-top:5px;
}
.mFootnote
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    color: #666666;
    font-size:8pt;
    text-indent:0px;
    margin-bottom:3px;
}

.mIntType 
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    font-weight: bold;
    color: #666666;
    margin-top:10px;
    margin-bottom:2px;
}

ul.mIntList
{
    list-style-type:square;
    list-style-position:inside; 
    color: red;
    margin-left:3px; 
    padding-left:0px; 
    margin-top:5px;
}

.mIntItem
{
    font-family: Trebuchet MS, Arial, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif;
    color: #666666;
    text-indent:0px;
    margin-bottom:3px;
}
/* END NHI styles */

/* BEGIN MACWORLD MICE GRAPHICS */
.mice, 
#articleText table .mice {
	height:22px;
	width:60px;
	overflow:hidden;
	background:url(http://images.macworld.com/images/miceGrey.gif);
	background-repeat:no-repeat;
	display:block;
	}
	
.mice .blue, 
#articleText table .mice .blue {
	height:22px;
	background-image:url(http://images.macworld.com/images/miceBlue.gif);
	background-repeat:no-repeat;
	display:block;
	}
	
#articleText .mice {
	width:30px;
	height:11px;
	display:inline;
	position:relative;
	background:url(http://images.macworld.com/images/miceGreySM.gif);
	background-repeat:no-repeat;
	}
	
#articleText .mice .blue {
	height:11px;
	background-image:url(http://images.macworld.com/images/templates/miceBlueSM.gif);
	position:absolute;
	top:1px; left:0;
	display:inline;
	}
	
#articleText .mice img {float:none;}
/* END MACWORLD MICE GRAPHICS */

/* BEGIN HOMERENOVATION GUIDE CREDIT STYLE */
.right_credit {
	margin-left:5px;
	background:#fff;
	border-bottom:1px dotted #ccc;
}
.credit{
	margin:0;
	text-align:right;
	font-size:10px;
	color:#999999;
}
/* END HOMERENOVATION GUIDE CREDIT STYLE */

/* BEGIN MIT TECH REVIEW STYLES */
/* Article Image Styles */
.ArticleImageTable {float:left; padding:0px; margin-right:10px; margin-bottom:5px;}
.ArticleSecondaryImageTable {float:right; padding:0px; margin-left:10px; margin-bottom:5px;}

/* Hides from IE5-mac \*/
* html .ArticleImageTable {float:left; display:inline; padding:10px; margin-right:10px; margin-bottom:5px;position:relative;}
* html .ArticleSecondaryImageTable {float:right; display:inline; padding:10px; margin-left:10px; margin-bottom:5px;position:relative;}
/* End hide from IE5-mac */

.ArticleImage {margin:0; padding:8px 0 0 0;}
.ArticleImageCell, .ArticleCommentsCell, .ArticleCommentsCell2 {background:#eee; padding:0 10px 10px 10px;}
.ArticleMultimediaCell {background:#eee; padding:10px 10px 10px 20px;border-top:3px solid #fff;}
* html .ArticleMultimediaCell {background:#eee; padding:10px;border-top:3px solid #fff;}
.floattitle{text-align:center; padding:8px 0 8px 0; margin:0; font-weight:bold; text-transform:uppercase; font-size:120%;color:#000000;}
.ArticleCommentsCell, .ArticleCommentsCell2, .ArticleMultimediaCell {padding-top:0;line-height:140%;font-size:80%;}
.ArticleMultimediaCell table {color:#069;}
#ArticleRelatedCell {padding:0; margin:0; border-bottom:1px solid #ccc;}
#ArticleRelatedCell table {margin:0 8px 8px 8px}
/* END MIT TECH REVIEW STYLES */

.inhousead{width: 275px; margin-bottom: 15px; display: inline-block; zoom: 1; *display: inline; vertical-align: top;}
.xmlad, .xmladphone, .ingenio
{
    width: 49%;
    margin-bottom: 15px;
    display: inline-block;
    /* painful/beautiful IE h4x to obviate min-height directive */
    zoom: 1; /* calls hasLayout on boxes */
    *display: inline; /* after hasLayout, simulates inline-block *
                       * asterisk hides directive from non-IE    */
    vertical-align: top;
}

.xmlad-inline
{
    width: 100%;
    margin-bottom: 15px;
}

.sp
{
    float: left;
    width: 49%;
    margin-bottom: 15px;
    height: 120px;
    overflow-y: hidden;
}

.dvCompaniesCol1, .dvCompaniesCol2
{
    display: inline-block;
    zoom: 1;
    display: inline;
    vertical-align: top;
    width: 49%;
    float: left;
}

.dm_formatResults, .dm_formatResultsNoPhone
{
    float: left;
    width: 49%;
    margin-bottom: 15px;
    height: 90px;
}

.dm_phone { color: green; }
.dm_formatResultsNoPhone { height: 70px; }
.dm_companyInfo { margin-bottom: 15px; }

/* END REVAMPED AD DEFAULT STYLES */

.pager
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 13px;
}
.pagerNext, .pagerPrev
{
	font-weight:bold;
	text-decoration: underline !important;
}
.sampleArticle
{
	margin-left: 10px;
	font-size: small;
	margin-bottom: 10px;
	margin-top: -5px;
}

#sectionSampleTitleLink
{
	
	color: #008000;
	font-size: Small;
}
div.dm_dvClaim a
{
	color: #FF7000 !important;
	font-weight:bold;
	font-size:9px;	
}
div.dm_dvClaim
{
	margin-top: 0px;
}
