﻿/* 
    Reset CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background-color: #bbb29e;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    color: #323232;
    width: 640px;
}

h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 20px;
    font-style: normal;
    /*font-weight: bold;*/
    text-decoration: none;
    text-transform: none;
    margin: 0 0 5px;
}

h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-style: normal;
    /*font-weight: bold;*/
    text-decoration: none;
    text-transform: none;
    margin: 0;
}

a, p, td, label, input {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    /*font-style: normal;*/
    font-weight: 400;
    color: #323232;
}

p {
  padding-bottom: 20px;  
}

ol { 
    counter-reset: item 5;
    list-style-type: none;
    padding-left: 40px;
}

li:before { 
    content: counter(item) "  ";
    counter-increment: item -1;
    padding-left: 10px;
}

.clear
{
    clear: both;
    _height: 1%; /* IE6 */
    overflow: hidden;
}

.show-scrollbar
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}


/*
    Order page
*/
#background {
    display: none;
}

#order-area #before-header,
#order-area #header, 
#order-area #body,
#order-area #footer {
    display: none;
}




/*
    Fancybox
*/
.fancybox-overlay
{
    background: none!important;
}

.fancybox-wrap
{
    left: 0!important;
    top: 0!important;
}

.fancybox-inner
{
    height: auto!important;
    display: block!important;
    overflow: visible!important;
}

.fancybox-opened .fancybox-skin
{
    box-shadow: none!important;
}

.fancybox-skin a
{
    display: none!important;
}


/*
    Content overview print
*/
#order-overview-saved
{
    display: none!important;
}

#print-old-orders,
#print-old-orders-header,
#print-old-orders-body
{
    display: none!important;
}

#content-overview-print
{
    width: 640px;
    display: block;
}

#content-overview-print-header
{
    width: 640px;
    padding-bottom: 20px;
}

#content-overview-print-body
{
    width: 640px;
}

#content-overview-print-body table.one-order-width
{
    width: 500px;
}

#content-overview-print-body table.full-order-width
{
    width: 640px;
}

#content-overview-print-body table.page-break-before
{
    page-break-before: always;
}

#content-overview-print-body table th
{
    padding-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#content-overview-print-body table td
{
    border-bottom: 1px solid #DFDEDB;
    line-height: 19px;
}

#content-overview-print-body table .overview-quantity
{
    text-align: center;
}
