/** RESET **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/** HIDING **/
.btn,
.print,
#header,
#nav,
#toolbar,
#stage,
#sidebar,
#infobar-top,
#infobar-bottom,
#footer {
    display: none !important;
}

/** FONTS **/
body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
}
.manz-logo {
	display: none;
}
a {
    color: #971419;
    text-decoration: none;
}
#main h1,
#main h2 {
    font-family: Georgia, serif;
}
#main h1 {  
    font-size: 20pt;
    margin-bottom: 5px;
}
#main h2 {
    font-size: 12pt;
}

/** WRAP **/
.wrap:after { /* Easy Clearing Method */
    clear: both;    
    content: ".";
    display: block;
    height: 0;    
    visibility: hidden;
}
*+html .wrap { zoom: 1; } /* IE 7 */
* html .wrap { zoom: 1; } /* IE 6 */

/** PRINT INFO **/
#print-info {
    border-bottom: 1px solid #000;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}
#print-info img {
    margin-bottom: 5px;
    float: right;
}

/** PRICE **/
.price {
    font-size: 11pt;
}
.price span {
    color: #919191;
    font-size: 9pt;
}

/** PRODUCT LIST **/
.product-list li {
    border-top: 1px solid #000;
    clear: both;
    margin-top: 13px;
    padding-top: 13px;
}
.product-list li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.product-list li:after { /* Easy Clearing Method */
    clear: both;    
    content: ".";
    display: block;
    height: 0;    
    visibility: hidden;
}
*+html .product-list li { zoom: 1; } /* IE 7 */
* html .product-list li { zoom: 1; } /* IE 6 */
.product-list .cover {
    float: left;
    text-align: right;
    width: 98px;
}
.product-list .info {
    float: left;
    margin-left: 9px;
    width: 370px; /* reduced from 405px to 370px because it's necessary in IE */
}
.product-list .info div,
.product-list .info h3,
.product-list .info h4 {
    margin-bottom: 5px;
}
.product-list .info h2 {
    margin-bottom: 7px;
}
.product-list .info h2 a {
    font-size: 14pt;    
}
.product-list .buy {
    float: right;
    margin-top: 20px;
    width: 159px;   
}
.product-list .buy .price { 
    margin-bottom: 6px;
}

/** PRODUCT **/
/* product header (nice floating layout, but suddenly doesn't work in IE6 & 7 => see workarounds in ie.css */
.product-header {
    border: 1px solid #000; 
    margin-bottom: 30px;
    padding: 15px;
}
.product-header h3 {
    margin-bottom: 3px;
}
/* product header: cover & widget */
.product-header .cover {
    float: left;
    margin: 15px 15px 0 0;
}
.product-header .cover img {    
    display: block;
}
.product-header .widget {   
    display: none;  
}
/* product header: info */
.product-header .info {
    margin-top: 15px;
}
.product-header .info table {
    margin-bottom: 15px;
}
.product-header .info th,
.product-header .info td,
.product-header .info li {
    padding-bottom: 4px;    
}
.product-header .info th {
    font-weight: bold;
    padding-right: 10px;
    vertical-align: top;
}
.product-header .info .btn {
    margin-bottom: 10px;
}
/* product header: versions */
.product-header .versions {
    margin-bottom: 15px;
}
.product-header .versions b {
    text-transform: uppercase;
}
.product-header .versions ul {
    margin-top: 5px;
}
.product-header .versions a {
    margin-right: 5px;
}
.product-header .versions .price {
    font-size: 10pt; 
}
.product-header .versions .price span {
    font-size: 9pt;
}
/* product header: buy */
.product-header .buy {          
    float: right;
    margin-left: 11px;  
    width: 180px;
}
.product-header .buy .price {   
    padding-bottom: 11px;   
}
/* tabs */
.tabs .nav {
    display: none;
}
.tabs .content {
    display: block !important;
    margin-bottom: 20px;
}
/* related */
.related > * {
    display: none;
}

#tab3 > * {
    display: none;
}

/** CONTENT **/
/* content */
.content .col {
    float: left;
    margin-right: 15px;
}
.content h4 {   
    font-weight: bold;
    margin-bottom: 2px;
}
.content p,
.content ul,
.content ol {   
    margin-bottom: 15px;
}
.content p, 
.content li {
    line-height: 16px;
}
.content li {
    list-style-type: disc;  
    margin-left: 1.5em; 
}
.content ol li {
    background: none;
    list-style-type: decimal;
    margin-left: 2.5em;
    padding-left: 0;
}

.noprint {
    display: none;
}

.addthis {
	display: none;
}

/* weberv */
.weberv-logo {
        display:none;
}

.print-title {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0px;
	display: block;
}

