@media screen {
	/* v1.0 | 20080212 */
	/* RESET */
	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, font, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1.1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
		

    /**
     * Global elements
     */
     
     body {
     	font-family: arial, sans-serif;
     	font-size: 0.75em;
     	line-height: 1.5em;
     	text-align: center;
     	color: #333333;
     }
     
     /**
     * Links pseudo classes MUST appear in this order to be effective.
     * (http://www.w3schools.com/CSS/css_pseudo_classes.asp)
     **/
     a {

     }
     a:link {
     
     }
     a:visited {
     
     }
     a:hover {
        text-decoration: none;
     }
     a:active {
     
     }
     p {
     	margin-bottom: 10px;
     }
     h1 {
     	font-size: 150%;
     	margin-bottom: 10px;
     }
     h2 {
     	font-size: 120%;
     	margin-bottom: 10px;
     }
     h3 {
     	margin-bottom: 10px;
     }
     ul {
     	list-style-type: disc;
     }
     li {
     	margin-left: 20px;
     }
     
     
     /**
     * Main layout
     */
     
     #bodyWrapper {
     	text-align: left;
     	width: 750px;
     	margin: 0 auto;
     }
     #logoArea {
     	height: 83px;
     	background-image: url(../images/expo-logo.gif);
     	background-repeat: no-repeat;
     	background-position: center right;
     }
     #logoArea h1 {
     	text-transform: uppercase;
     	font-size: 150%;
     	margin-top: 40px; 
     }
     #topLine {
     	width: 100%;
    	height: 25px;
    	background-color: #286592;
    	font-size: 11px;
    	line-height: 25px;
    	color: white;
     }
     #topLine a, #topLine a:hover, #topLine a:active, #topLine a:visited {
     	color: white;
     }
     #topLine a:hover {
     	text-decoration:none;
     }
     #breadcrumbs {
     	float: left;
     }
     #login {
     	float: right;
     }
     #messages {
     	padding: 0 20px;
     	font-size: 90%;
     	line-height: 40px;
     	height: 40px;
     	background-color: #ccff66;
     }
     #eventChooserWrapper {
     	text-align: right;
     	font-size: 90%;
     	clear: both;
     	padding-top: 5px;
     }
     #productListHeader {
        text-align: center;
        clear: both;
        padding: 10px;
        margin: 10px 0;
     }
     /**
     * Links pseudo classes MUST appear in this order to be effective.
     * (http://www.w3schools.com/CSS/css_pseudo_classes.asp)
     **/
     #productListHeader a {
        color: white;
     }
     #productListHeader a:link {
     
     }
     #productListHeader a:visited {
     
     }
     #productListHeader a:hover {
        text-decoration: none;
     }
     #productListHeader a:active {
     
     }
     .stdPadding {
     	padding: 20px;
     }
     .upDownStdPadding {
     	padding: 10px 0;
     }
     .leftRightStdPadding {
     	padding: 0 20px;
     }
     #footer {
     	text-align: center;
     	font-size: 80%;
     	color: #666666;
     	margin-top: 20px;
     	padding-top: 7px;
     	border-top: 3px solid #99CCFF;
     	line-height: 1.1em;
     }
     #twoColumnLeft {
     	float: left;
     	width: 345px;
     }
     #twoColumnRight {
     	float: left;
     	width: 345px;
     	margin-left: 20px;
     }
     #twoColumnRight h3 {
     	margin-bottom: 10px;
     }
     ul#importantForms li {
     	font-size: 120%;
     	line-height: 1.5em;
     }
     /**
     * Other elements
     */
     
     #popupMessage {
     	background-color: #FFE982;
     	position: absolute;
     	border: 1px solid #cccccc;
     	padding: 30px;
     	font-weight: bold;
     	font-size: 120%;
     	width: 200px;
     	text-align: center;
     }
     .faded {
     	color: #cccccc;
     }
     .clear {
     	font-size: 6px;
     	height: 6px;
     	line-height: 6px;
     	clear: both;
     }
     .smallLink {
     	cursor: pointer;
     	font-size: 90%;
     	color: #ff6600;
     	text-decoration: underline;
     	padding-left: 5px;
     }
     div#cartWrapper { 
     	height: 42px;
     	background-image: url(../images/cart.gif);
     	background-repeat: no-repeat;
     	background-position: left;
     	line-height: 42px;
     	margin-bottom: 10px;
     }
     div.cartWrapper2 {
        float: left;
        width: 518px;     
     }
     a#backToProductList {
        display: block;
        float: left;
        width: 177px;
        margin-right: 15px;
     }
     div#cart {
     	background-color: #eeeeee;
     	margin-left: 50px;
     	padding-left: 20px;
     	line-height: 42px;
     	height: 42px;
     	vertical-align: middle;
     }
     div#thumbs {
     	margin-top: 10px;
     	clear: both;
     	height: 130px;
     }
     div.thumbContainer  {
     	margin-right: 5px;
     	float: left;
     	border: 1px solid #d7d4d4;
     }
     div#productImageFormWrapper, div#productDocumentFormWrapper, div#importantDocumentFormWrapper {
     	margin-top: 10px;
     	padding: 10px;
     	background-color: #ccff99;
     }
     div#productImageFormWrapper form {
     }
     div#productList {
     	border-top: 3px solid #99CCFF;
     	padding-top: 20px;
     }
     div#productList h3 {
     	background-color: #6699cc;
     	color: white;
     	text-transform: uppercase;
     	padding: 6px;
     	margin-bottom: 10px;
     }
     #categoriesTable {
     	width: 100%;
     }
     #categoriesTable .descContainer {
     	font-size: 80%;
     	padding-left: 15px;
     	color: #666666;
     }
     #categoriesTable th, #suppliersTable th, #productsTable th {
     	padding-bottom: 10px;
     }
     #categoriesTable td {
     	padding: 2px 0;
     	border-bottom: 1px solid #99CCFF;
     }
     table#productsTable {
     	width: 100%;
     	font-size: 90%;
     }
     table#productsTable td {
     	font-size: 90%;
     }
     #ordersTable, #eventsTable {
     	width: 100%;
     }
     #eventsTable th {
        text-align: left;
     }
     #ordersTable td, #eventsTable td {
     	line-height: 16px;
     	height: 16px;
     	vertical-align: middle;
     }
     #ordersTable td.odd, #eventsTable td.odd {
     	background-color: #d0d0d0;
     }
     #ordersTable td.even, #eventsTable td.even {
     	background-color: #eeeeee;
     }
     #orderForm #buttonRow, #eventsForm #buttonRow {
     	margin: 10px 0;
     }
     #categories-form legend, #suppliersForm legend, #productsForm legend, #checkoutForm legend, #eventsForm legend {
     	font-weight: bold;
     	margin-bottom: 20px;
     	margin-top: 10px;
     	font-size: 120%;
     }
     #categories-form label, #suppliersForm label, #productsForm label, #eventsForm label {
     	font-weight: bold;
     	font-size: 90%;
     }
     #categories-form .error, #suppliersForm .error, #productsForm .error, #checkoutForm .error, #newDodumentForm .error, #eventsForm .error {
     	margin-bottom: 10px;
     	color: #ff6600;
     }
     #categories-form .row, #suppliersForm .row, #productsForm .row, form#checkoutForm .row, #eventsForm .row, #sendReminderForm .row {
     	margin-bottom: 10px;
     }
     #productsForm .submit {
     	margin: 20px auto;
       	padding: 10px;
     	background-color: #ccff99;   	
     }
     #productsForm .submitButton, #checkoutForm .submitButton {
     	font-size: 20px;
     }
     form#checkoutForm label {
     	display: block;
     	float: left;
     	width: 8em;
     }
     #checkoutForm #firmadetaljer {
     	width: 345px;
     	float: left;
     	background-color: #e9e9e9;
     }
     #checkoutForm #kontaktperson {
     	width: 345px;
     	float: left;
     	margin-left: 20px;
     	background-color: #e9e9e9;
     }
     #checkoutForm .padding {
     	padding: 0 10px 10px 10px;
     }
     #checkoutForm #form_standno_container {
     	background-color: #286592;
     	margin-top: 10px;
     	padding: 10px;
     	color: white;
     	vertical-align: middle;
     }
     #checkoutForm #form_standno_container label {
     	margin-top: 2px;
     }
     #checkoutForm .submit {
     	text-align: right;
     }
     #chooseEventForm {
     	text-align: center;
     }
     #chooseEventForm select {
     	font-size: 130%;
     	margin: 20px;
     }
     #chooseEventForm fieldset {
     	background-color: #e9e9e9;
     }
     #chooseEventForm .padding {
     	padding: 20px;
     }
     #chooseEventForm #form_submit {
     	font-size: 130%;
     	font-weight: bold;
     	width: 75px;
     	vertical-align: middle;
     	height: 30px;
     	line-height: 20px;
     }
     #chooseEventDiv {
     	background-color: #999999;
     	color: white;
     	padding: 5px;
     }
     #shopProductsTable {
     	width: 100%;
     	clear: both;
     }
     #shopProductsTable td {
     	vertical-align: top;
     	border-top: 1px solid #dddddd;
     	padding: 5px 0;
     }
     #shopProductsTable td .productName {
     	font-weight: bold;
     	font-size: 120%;
     }
     #shopProductsTable td.productInfo {
     	padding-left: 20px;
     }
     #selectedEvents {
        font-size: 90%;
        margin-bottom: 15px;
        background-color: #eeeeee;
        padding: 10px;
     }
     .productContactInfo {
     	margin-top: 10px;
     	font-size: 90%;
     	color: #888888;
     }
     div.paginationControlWrapper {
     	background-color: #eeeeee;
     	padding: 5px 0;
     	margin-top: 10px;
     }
     table.paginationControl {
     	width: 100%;
     	margin: 0 auto;	
     }
     .paginationControl td {
     	line-height: 1em;
     	font-size: 90%;
     	text-align: center;
     	color: #666666;
     }
     .paginationControl .disabled {
     	color: #999999;
     }
     .clickable {
     	cursor: pointer;
     	text-decoration: underline;
     }
     .hilight {
     	font-weight: bold;
     }
     .label {
        font-weight: bold;
     }
     div.addPropertyValue {
     	width: 100px;
     	float: left;
     }
     #checkoutProducts {
     	width: 100%;
     }
     #checkoutProducts th {
     	border-bottom: 1px solid #99CCFF;
     }
     #checkoutProducts td.sumTotal {
     	font-size: 120%;
     	font-weight: bold;
     }
     #checkoutProducts td.separatorRow {
     	border-bottom: 1px solid #99CCFF;
     }
     #checkoutProducts .totalRow {
     	padding: 10px 0;
     	border-bottom: 3px double #99CCFF;
     }
     #catDescription {
     	padding: 0 0 20px 0;
     }
     #documentsList {
     	border: 1px solid #cccccc;
     	padding: 20px;
     }
     #documentsList ul {
     	list-style-type: disc;
     	margin-left: 40px;
     }
     #documentCheckDiv {
     	background-color: #ccff66;
     	text-align: center;
     	margin: 20px 0;
     	padding: 15px 0;
     	font-size: 120%;
     	font-weight: bold;
     }
     #nextButtonDiv {
     	text-align: right;
     }
     #mapDocument {
        margin-bottom: 15px;
        padding: 15px;
        text-align: center;
     }
     .important {
        background-color: #ffff99;
     }
}

	
@media print {

    /**
     * Elements to hide
     */
    #nav, #left-container, #right-container { display : none; }
}
