<%/*****************************************************************
* Gridnine AB http://www.gridnine.com
* Project: ITPS
* Legal notice: (c) Gridnine AB. All rights reserved.
*****************************************************************/%>
<%@ page language="java" 
	contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"
    import="org.opencms.jsp.*"
    import="org.opencms.file.*"
    import="java.util.*"
    
%><%

CmsJspActionElement cms  = new CmsJspActionElement (pageContext,request,response); 
CmsObject cmsObj = cms.getCmsObject();
String thisUri = cmsObj.getRequestContext().getUri();
String cssPics = "/system/modules/com.gridnine.opencms.modules.ssf/resources/pics/csspics/";

%>
* {
	background: #fff;	
}
body {
	background: #fff;
	padding:20px;
	text-align: center;
}

#print_head {
	display:block;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin-bottom:23px;
}

#print_head h3 {
	padding-top:9px; 
	margin-bottom:2px;
}

#print_head a {
	border:1px solid black;
}

#print_head img {
	dislplay:block; float:left; margin:0 20px 20px 0; width:55px;
}

p, div, table, ul, li, td, cartTable input.submit {
	font-family:Verdana, sans-serif;
	font-size:10px;	
}
/* layout
------------- */

#topnavi, #topnavi *, #head, #head *, #leftcol, #leftcol *, #right, #right *, #footer, #footer *, #print, #leftcol2, #botBlock1, #botBlock2, .form_button  {
	display:none;
}

#botBlock1 {
	width:100%;
	margin: 5px 5px 20px;
	float:none; 
	position:relative;
}

#botBlock2, #shoppingCart {
	width:100%;
	margin:5px; padding:0;
}

.cartTitle, #botCartTable {
	 margin-left:0;
}

.ocms_de_bt {
	display:none;
}

a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:0;
}

#main {
	width:549px;
	border:none;
	background:none;
	margin:auto;
	text-align:left;
	border-collapse: collapse;
}

#content {
	border:1px solid #000;
	margin:0;
	width:100%;
	padding:20px 36px 15px;
	}

#cart {
	padding:20px 29px 42px 32px;
	border:1px solid #000;
}

.cartTable {
	width:100%;
}
.cartTable td {
	border-bottom:1px solid #000;
	padding:12px 0;
}

.cartTable .input {
	width:34px;
	border:1px solid #666;
}

.cartTable .submit {
	border:1px solid #999;
	font-size:10px;
}


/* common tags
----------------*/

h1,h2,h3,h4,h5 {
	font:bold 12px Verdana, sans-serif;
}

h2 {
	font-size: 11px;
}

h4, h5 {
	font-size: 10px;
}

table.two_cols {
	margin:auto;
}

table.three_cols td,table.two_cols td {
	width:148px;
}

.three_cols .spacecell {
	width: 3px;
}

.two_cols .spacecell {
	width: 20px;
}

.arrow_link {
	text-decoration:underline;
	padding-left:10px;
}