/*-------------------------GENERAL LAYOUT------------------------*/

@font-face {
font-family: 'defaultfont';
src:  url('trebuc.woff') format('woff'),
        url('trebuc.ttf') format('ttf');
}

body{
background-color:#eee;
font-family:defaultfont,trebuchet,trebuchet-ms,helvetica,arial,sans-serif;
font-size:10pt;
margin:5px;
padding:5px;
}

.main{
background-image:url(/image/background.png);
margin:0 auto 0 auto;
width:1020px;
}

cite{
font-style:italic
}

a[target$=_blank]{
background-image:url(/image/externallink.png);
background-position:center right;
background-repeat:no-repeat;
padding-right:14px;
}

a[href$=pdf]{
background-image:url(/image/pdficon.png);
background-position:center right;
background-repeat:no-repeat;
padding-right:14px;
}

hr{
background-color:#f00;
color:#f00;
height:1px;
width:300px;
}

th{
background-color:#ccc
}

dl{
margin: 0 10px 0 10px;
max-width:550px;
}

dt{
font-weight:bold;
margin:0 10px 0 15px;
}

dd{
padding:0 0 25px 0;
}

ul{
margin:0;
}

h2{
clear:both;
font-size:10pt;
margin:0;
}

h3{
margin:25px 10px 0 10px;
}

h4{
text-align:center;
}

h5{
text-align:center;
}

h6{
font-size:8pt;
font-weight:normal;
margin:5px 0 0 50px;
}

.serendipity_commentsTitle{
font-size:10pt;
font-weight:bold;
margin-left:50px
}

.serendipity_center{
font-size:8pt;
margin-left:60px
}

.serendipity_comment{
margin-top:20px
}

.serendipity_comment_source{
font-size:8pt;
margin-left:20px
}

.serendipity_entryFooter{
border-bottom:1px solid #f00;
font-size:8pt;
margin:0 0 15px 0;
padding:0 0 15px 0;
}

.serendipity_date{
font-size:8pt;
margin:10px 0 0 0;
}

.serendipity_title{
font-size:12pt;
margin-top:0 0 10px 0;
text-align:left;
}

.serendipity_title a{
color:#000;
text-decoration:none;
}

.filmstrip{
border:0;
margin-top:-175px;
position:relative;
 left:275px;
 z-index:3;
}

table{
margin-left:auto;
margin-right:auto;
}

.review{
float:left;
margin-right:10px;
}

.tagline{
background-color:black;
color:white;
font-weight:bold;
font-style:italic;
margin:-10px 0 25px 20px;
padding:5px 0 5px 0;
text-align:center;
}

.tagline a{
color:#f60;
font-size:0.7em;
font-style:normal;
font-weight:normal;
margin-left:50px;
text-decoration:none;
}

/*--------------------HEADER & FOOTER LAYOUTS--------------------*/

.header{
width:1020px;
height:26px;
background-color:#ccc;
margin:0 auto 0 auto;
border-radius:8px 8px 8px 0;
}

.header h1{
width:777px;
height:22px;
background-image:url(/image/header_h1.png);
background-repeat:repeat-y;
font-size:14pt;
color:white;
text-align:right;
margin:2px 2px 2px 0;
padding:0 10px 0 0;
border-radius:0 5px 5px 0;
float:right;
}

.contact{
width:230px;
height:20px;
margin:3px 0 3px 0;
float:left;
}

.contact a{
background-image:url(/image/icons.png);
height:20px;
margin:0 0 0 10px;
text-decoration:none;
float:left;
}

.contact a.mailicon{
width:20px;
background-position:0px 0px
}

.contact a:hover.mailicon{
width:20px;
background-position:0px -21px
}

.contact a.facebookicon{
width:20px;
background-position:0px -42px
}

.contact a:hover.facebookicon{
width:20px;
background-position:0px -63px
}

.contact a.twittericon{
width:20px;
background-position:0px -84px
}

.contact a:hover.twittericon{
width:20px;
background-position:0px -105px
}

.contact a.youtubeicon{
width:50px;
background-position:0px -126px
}

.contact a:hover.youtubeicon{
width:50px;
background-position:0px -147px
}

.contact a.searchicon{
width:20px;
background-position:0px -168px
}

.contact a:hover.searchicon{
width:20px;
background-position:0px -189px
}

.contact a.homeicon{
width:25px;
background-position:0px -210px
}

.contact a:hover.homeicon{
width:25px;
background-position:0px -231px
}

.footer{
width:1020px;
background-color:#ccc;
font-size:8pt;
text-align:center;
margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-bottom:10px;
}

/*--------------------------LEFT COLUMN--------------------------*/

.section_left{
width:230px;
vertical-align:top;
float:left;
}

.nav{
width:220px;
height:500px;
margin-top:0;
margin-bottom:0;
margin-left:10px;
margin-right:0;
position:relative:
z-index:5;
}

.nav h2{
font-size:9pt;
margin-top:10px;
margin-bottom:0;
margin-left:3px;
margin-right:0;
}

.nav ul li a, .menu ul li a:visited{
display:block;
width:200px;
background-color:#ccc;
color:#000;
font-size:8pt;
text-decoration:none;
margin:0 0 0 8px;
padding:5px 2px 2px 2px;
}

.nav ul{
padding:0;
margin:0;
list-style-type:none;
}

.nav ul li{
float:left;
margin-right:1px;
position:relative;
z-index:6;
}

.nav ul li ul{
display:none;
}

.nav ul li:hover a{
background-color:#eee;
color:#000;
}

.nav ul li:hover ul{
display:block;
width:222px;
position:absolute;
top:-50px;
left:210px;
}

.nav ul li:hover ul li a.hide{
background-color:#ccc;
color:#000;
}

.nav ul li:hover ul li:hover a.hide{
width:320px;
}

.nav ul li:hover ul li ul{
display:none;
}

.nav ul li:hover ul li a{
display:block;
width:318px;
background-color:#eee;
color:#000;
margin-left:0;
padding:5px;
border:1px solid #ccc;
}

.nav ul li:hover ul li a:hover{
background-color:#fff;
color:#000;
}

.nav ul li:hover ul li:hover ul{
display:block;
position:absolute;
left:151px;
top:0;
color:#000;
}

.nav ul li:hover ul li:hover ul li a{
display:block;
width:320px;
background:#fff;
color:#000;
}

.nav ul li:hover ul li:hover ul li a:hover{
background:#fff;
color:#000;
}

.adsense{
width:168px;
margin:25px 0 0 52px;
}

/*--------------------------CENTER AREA--------------------------*/

.article{
width:790px;
min-height:650px;
color:#333;
font-size:10pt;
line-height:12pt;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
vertical-align:top;
position:relative;
display:inline-block;
/*--IE7 FIX--*/
zoom:1;
*display:inline;
}

.writeup{
width:790px;
min-height:650px;
background-image:url(/image/right-block.gif);
background-position:100% 200px;
background-repeat:no-repeat;
color:#333;
font-size:10pt;
line-height:12pt;
margin:0;
vertical-align:top;
position:relative;
display:inline-block;
/*--IE7 FIX--*/
zoom:1;
*display:inline;
}

.mainimage{
position:absolute;
top:0;
left:20px;
z-index:4;
}

.facebooklike{
width:100px;
height:50px;
border:none;
overflow:hidden;
position:absolute;
top:25px;
right:25px;
z-index:4;
}

.detailimages{
width:570px;
text-align:center;
margin:310px 0 0 0;
float:left;
}

.detailimagestall{
width:570px;
text-align:center;
margin:410px 0 0 0;
float:left;
}

.facttab{
width:94px;
background-color:#ffc;
font-family:"american typewriter","1942 report","courier new",courier,monospace;
font-size:10pt;
color:#000;
text-align:center;
margin:12px 350px 0 120px;
padding:3px;
border-top-left-radius:10px;
border-bottom-left-radius:0;
border-top-right-radius:10px;
border-bottom-right-radius:0;
-moz-border-radius-topleft:10px;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomright:0;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:0;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:0;
-moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;
float:left;
clear:left;
}

.fact{
width:400px;
background-color:#ffc;
font-family:euromode,eurotype,courier;
font-size:10pt;
color:#000;
text-align:justify;
text-indent:0;
margin:0 75px 0 75px;
padding:10px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;
float:left;
clear:left;
}

.factsource{
font-size:6pt;
text-align:right;
}

.ad{
width:400px;
background-color:#eef;
font-family:euromode,eurotype,courier;
font-size:10pt;
color:#000;
text-align:justify;
text-indent:0;
margin-top:12px;
margin-bottom:0;
margin-left:75px;
margin-right:75px;
padding:10px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;
float:left;
clear:left;
}

.desc{
width:550px;
text-align:justify;
text-indent:2em;
margin:25px 10px 0 10px;
float:left;
clear:left;
}

.writeup p{
width:550px;
text-align:justify;
text-indent:2em;
margin:25px 10px 0 10px;
float:left;
clear:left;
}

.writeup #contentlist{
margin:25px 0 0 10%;
float:left;
clear:left;
}

#contentlist a::before{
content: "• ";
}

#contentlist a{
text-decoration:none;
}

p.quote{
font-style:italic;
text-indent:0;
padding:0 25px 0 25px;
width:500px;
}

.writeup h3{
width:550px;
margin-top:25px;
margin-bottom:0;
margin-left:10px;
margin-right:10px;
float:left;
clear:left;
}

.article p{
width:700px;
text-align:justify;
text-indent:2em;
margin-top:25px;
margin-bottom:0;
margin-left:10px;
margin-right:10px;
}

.qc{
width:570px;
font-size:8pt;
font-style:italic;
text-align:center;
text-indent:0;
margin-top:0;
margin-bottom:0;
padding-bottom:25px;
float:left;
clear:left;
}

.writeup .techspec{
width:450px;
background-color:#eee;
border:thick dashed darkgray;
font-family:euromode,eurotype,courier;
font-size:10pt;
color:#000;
text-align:justify;
text-indent:0;
margin:30px;
padding:20px;
float:left;
clear:left;
}

.article .techspec{
width:550px;
background-color:#eee;
border:thick dashed darkgray;
font-family:euromode,eurotype,courier;
font-size:10pt;
color:#000;
text-align:justify;
text-indent:0;
margin:30px auto 30px auto;
padding:20px;
}

.leftcolumn{
width:300px;
margin-left:25px;
margin-bottom:40px;
float:left
}

.rightcolumn{
width:300px;
margin-right:50px;
float:right
}

.galleryentry{
width:700px;
height:390px;
background-color:#ccc;
margin-top:10px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
padding:5px;
clear:both
}

.galleryentry img{
float:left
}

.galleryentry ul{
width:320px;
height:350px;
font-size:8pt;
line-height:12pt;
float:right;
overflow:auto
}

.galleryentry li{
display:block
}

.supplementcolumn{
width:180px;
background-color:#ccc;
margin-bottom:10px;
margin-left:10px;
float:right
}

.price{
font-color:red;
font-weight:bold;
text-align:center;
}

div.pullphotoleft{
font-size:8pt;
width:300px;
margin:10px 15px 10px 10px;
text-align:center;
float:left
}

div.pullphotoright{
font-size:8pt;
width:300px;
margin:10px 10px 10px 15px;
text-align:center;
float:right
}

.home-webad{
width:550px;
text-align:center;
margin:25px 10px 0 10px;
}

#mobilemenu{
height:0;
width:0;
visibility:hidden;
}

.checklist{
font-size:0.8em;
margin:25px 0 0 10px;
padding:0;
width:700px;
}

.checklist td{
vertical-align: top;
}

.checklist ul{
padding-left:10px;
}

.mobileonly{
display:none;
}

#ebaypartner{
height:0;
width:0;
visibility:hidden;
}

/*--------------------------RIGHT COLUMN-------------------------*/

.aside{
background-color:#ccc;
width:220px;
margin:125px 0 0 0;
float:right;
border-top-left-radius:10px;
border-bottom-left-radius:0;
border-top-right-radius:10px;
border-bottom-right-radius:0;
-moz-border-radius-topleft:10px;
-moz-border-radius-bottomleft:0;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomright:0;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:0;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:0;
}

.aside table{
position:relative;
z-index:10;
}

.aside dl{
width:180px;
margin-left:10px;
margin-right:10px;
}

.aside h5{
text-align:left;
margin-top:0;
margin-bottom:0;
margin-left:55px;
margin-right:0;
}

.aside a{
display:block;
background-image:none;
text-align:center;
text-decoration:none;
margin-top:25px;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
padding:0;
position:relative;
z-index:10;
}

.aside p{
text-indent:0;
}

.aside h5 a{
text-align:left;
margin-top:0;

.aside a[target$=_blank]{
background:none;
padding:0;
}

margin-bottom:-15px;
margin-left:0;
margin-right:0;
}

.aside img{
border:none;
}

.bumper{
height:25px;
}

.othermodels{
margin-top:40px;
}

.othermodels p{
width:220px;
font-size:8pt;
font-weight:normal;
text-align:center;
margin-top:20px;
margin-bottom:0;
margin-left:0;
margin-right:0;
position:relative;
z-index:10;
}

.othermodels strong{
font-size:10pt;
font-weight:bold;
}

.othermodels a{
display:block;
font-size:8pt;
text-align:left;
margin:2px 0 0 10px;
}

.aside table{
width:200px;
margin-top:75px;
margin-bottom:0;
margin-left:10px;
margin-right:10px;
padding:0;
border:none;
}

.aside table th{
font-size:8pt;
font-weight:bold;
text-align:center;
}

.aside table th.left{
background-color:#eee;
text-align:right;
}

.aside table th.right{
background-color:#eee;
text-align:left;
}

.aside table td.left{
text-align:right;
font-size:8pt;
margin:0;
}

.aside table td.right{
text-align:left;
font-size:8pt;
margin:0;
}

.twitterlogo{
margin-bottom:10px;
margin-right:10px;
text-align:right
}

ul.twitter{
width:160px;
text-align:left;
list-style-type:none;
font-size:10pt;
color:black;
margin-top:10px;
margin-left:-15px
}

blockquote.left{
width:500px;
font-size:11pt;
font-style:italic;
line-height:14pt;
background-image:url('/image/quotes.gif');
background-repeat:no-repeat;
margin-left:25px;
padding:10px;
}

blockquote.center{
width:500px;
font-size:11pt;
font-style:italic;
line-height:14pt;
background-image:url('/image/quotes.gif');
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
padding:10px;
}

.reviewbio{
font-style:italic;
}

.saleitemlist{
width:500px;
margin-left:auto;
margin-right:auto;
clear:both;
}

.saleitemlist h2{
position:relative;
top:-50px;
left:125px;
}

.saleitemlist h6{
position:relative;
top:-50px;
left:75px;
}

#share{
width:120px;
height:0;
position:absolute;
left:620px;
top:25px;
z-index:auto;
}

/*---------------------------SERENDIPITY--------------------------*/

.post{
width:650px;
text-align:justify;
text-indent:2em;
margin:25px 10px 0 10px;
}

.post h3 a{
color:#000;
text-decoration:none;
}

.postdate{
font-size:8pt;
font-weight:normal;
margin:5px 0 0 50px;
}

.text{
font-weight:normal;
margin:10px 0 20px 50px;
}

.postmetadata{
font-size:8pt;
font-weight:normal;
margin:5px 0 50px 0;
padding:0 0 10px 0;
border-style:none none solid none;
border-width:1px;
border-color:#f00
}

/*-------------------------MOBILE VERSION-------------------------*/

@media screen and (max-width: 750px){
 .header{
 background-color:#eee;
 height:auto;
 width:auto;
 }
 .header h1{
 background-color:#000;
 border:2px solid #ccc;
 border-radius:10px;
 float:none;
 height:auto;
 margin:2px;
 width:auto;
 }
 .contact{
 float:none;
 margin:2px auto 45px auto;
 text-align:center;
 width:220px;
 }
 .main{
 background-image:none;
 margin-left:auto;
 margin-right:auto;
 width:95%;
 line-height:1.5;
 }
 .section_left{
 display:none;
 }
 .adsense{
 display:none;
 }
 .writeup{
 background-image:none;
 display:block;
 margin:0 auto 0 auto;
 width:95%;
 }
 .writeup p{
 float:none;
 margin:0;
 text-align:justify;
 text-indent:2em;
 width:100%;
 }
 .article{
 background-image:none;
 display:block;
 margin:0 auto 0 auto;
 width:95%;
 }
 .article p{
 float:none;
 margin:0;
 text-align:justify;
 text-indent:2em;
 width:100%;
 }
 #share{
 width:100%;
 height:40px;
 position:absolute;
 left:0;
 top:-25px;
 z-index:auto;
 text-align:center;
 }
 .facttab{
 display:none;
 }
 .fact{
 display:none;
 }
 .factsource{
 display:none;
 }
 .aside{
 display:none;
 }
 .mainimage{
 height:auto;
 display:block;
 margin:0 auto 0 auto;
 padding:10px 0 10px 0;
 position:relative;
  top:0;
  left:0;
 width:100%;
 }
 .detailimages{
 float:none;
 margin:0;
 text-align:center;
 width:100%;
 }
 .detailimages img{
 height:auto;
 width:30%;
 }
 .detailimagestall{
 float:none;
 margin:0;
 text-align:center;
 width:100%;
 }
 .detailimagestall img{
 height:auto;
 width:30%;
 }
 .newfeatures2{
 display:none;
 }
 .home-webad{
 display:none;
 }
 #mobilemenu{
 height:auto;
 margin:0 auto 0 auto;
 text-align:left;
 line-height:2;
 visibility:visible;
 width:95%;
 }
 #mobilemenu h2{
 background-color:#999;
 border-radius:5px;
 color:#fff;
 padding:4px;
 }
 #mobilemenu img{
 height:auto;
 width:18px;
 }
 #mobilemenu ul{
 list-style-type:none;
 margin:0 0 0 5px;
 padding:0;
 }
 #mobilemenu ul li ul{
 list-style-type:disc;
 margin:0 0 20px 0;
 padding:0 0 0 20px;
 }
 .qc{
 display:none;
 }
 .footer{
 float:none;
 margin:2px auto 5px auto;
 text-align:center;
 width:100%;
 }
 .mobilehide{
 display:none;
 }
 blockquote.center{
 background-color:#fff;
 border-radius:10px;
 height:auto;
 margin:4px;
 padding:10px;
 width:auto;
 font-style:italic;
 }
 .mobileonly{
 display:inline;
 }
 #ebaypartner{
 width:100%;
 height:100px;
 margin:0;
 padding-top:0;
 text-align:center;
 visibility:visible;
 }

}

