/***********************************************************************************************************************************/
/* html elements */
html,body{
	width: 100%;
	height: 100%;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

html:not([opera]) html,body{margin-left: -350px} /* Firefox */

body * {padding:0;margin:0}

html,body.firma{
	width:100%;height:100%;
	padding:0;
	margin-top:0px;
	margin-left: 0px;
	text-align:left;
}

.firma
{
        
    background-color:White;        
    height: 250px;   
    width: 170px; 
    font-family:Arial;
    font-weight:bold;
    font-size:10;
    text-align:center;     
    color: White;
    vertical-align:top;
    padding-top: 1px;
    padding-left: 1px;



    }

/***********************************************************************************************************************************/
/* */
TABLE.marked
{
	vertical-align: top;
	width : 500px;		
}
TD.markedsinglehead
{
	font-size : 14px;
	height: 20px;
}
TD.markedsingles
{
	border-bottom: solid 1px #d0d0d0;	
	width : 600px;
	height: 20px;
}
TD.markedsinglebunn
{
	border-bottom: solid 1px #d0d0d0;	
	width : 600px;
	height: 20px;
}
#topdocument{
	position: relative;
	margin: 0 auto;
	width: 200px;
	z-index: 0;
	text-align:center;
}
#content{    
	width: 888px;	
    margin: auto;    
    padding-bottom: 30px;
    padding-TOP: 2px; 
    padding-LEFT: 20px;
	height: 100%;/* IE treats height as min-height *//*har provd 100% men funker ikke*/
	min-height: 99%;
	text-align: left;
	float:left;/* to resize elements in Firefox */	
}
/***********************************************************************************************************************************/
/* top menu (top logo with Forside, Logg inn and so on inside) */
#topmenu{
	position: absolute;
    left: 0; top: 0;
    width: 900px;
    height: 95px;

}

.toplinks{
	position: absolute;
	width: 200px;	
	height: 20px;	
	left: 725px;
	top: 400px;	
	/*display: none;*/
}
html:not([opera]) .toplinks{left: 725px;} /* Firefox */

/* instead of toplink1, toplink2, toplink3... these are the same elements */
.toplinks div {
	width: 100px;
	height: 20px;	
	top: 20px;	
	float: left;
	margin: 0 5px;
}

div.hoved
{
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    background-color: Transparent;
    color: White;
    position: absolute;
    top: 100px;
    left: 88px;
}
div.logg
{
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    background-color: Transparent;
    color: White;
    position: absolute;
    top: 100px;
    left: 600px;    
    width: 100px;
}

div.firma
{	background-image: url(../design/topbox.jpg);
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    background-color: Transparent;
    color: White;
    position: absolute;
    top: 95px;
    left: 691px;
    height: 21px;
    width: 198px;
}

div.home
{
	position:absolute;
	top:9px;
	left:738px;
	color:White;
	
 
}

div.sendup
{    
    width: 450px;
    height: 200px;
    text-align:center;
    padding-top: 10px;
}

a.hjem
{
        font-family: Arial;
        font-size: 10px;
        text-decoration: none;
        color: white;
} 
a.hjem:visited
{
        font-family: Arial;
        font-size: 10px;
        text-decoration: none;
        color: white;        
}
a.hjem:hover
{
        font-family: Arial;
        font-size: 10px;
        text-decoration: underline;
        color: White;
}


/***********************************************************************************************************************************/
/* cart on top banner */
#diverse
{
	width:170px;
	position: absolute;
	left: 350px;
	top: 180px;
	z-index: 10;
	margin: 0px 0 0 0; 	
}
#markedsoek
{
	width:190px;
	height: 120px;
	position: absolute;
	left: 691px;
	top: 116px;
	z-index: 10;
	margin: 0px 0 0 0; 		

	
}


select.selectmarked
{
    white-space: normal; /*settes til nowrap hvis menynavn ikke skal wrap'e*/
    overflow: hidden;
    text-overflow: ellipsis; /*settes inn for ... etter lange menynavn*/    
    width:172px;    
    font-family: Arial;
	font-size: 11px;	
	margin-left: 10px;
	margin-top: 10px;
	color: Gray;	
}
input.frimarked
{
    margin-left:10px;
    font-family: Arial;
	font-size: 11px;	
	margin-left: 10px;
	width: 155px;
	color:Gray;	
}

#markediframe
{    
    background-color: White;    
}



.render{ /* main center container */

}

.carthead{/* cart header - "Handlekurv" text */
	position: absolute;
	left: 341px;
	top: 57px;
	width:197px;
	height: 20px;
}
div.cart{/* cart main container (except header) */
/*this class is only for DIV element because there's declaration class with the same name for image... */
	position: absolute;
	left: 341px;
	top: 77px;
	width:197px;
	height:120px;
}

.cartsmallqtxt, .cartsmallptxt{/*captions in cart container*/
	/*
	width: 55px;
	float: left;clear: left;
	white-space: nowrap;
*/
}
.cartsmallq, .cartsmallp{/* data in cart container*/
/*	
	float: right;
	width: 45%;
*/
}
.cartbottom{/* footer of cart*/
	position: absolute;
	left: 360px;
	top: 160px;
	width:150px;
	height:18px;
	z-index: 699;
}


/***********************************************************************************************************************************/
/* left menu (tree menu and search input) */
#mainmenu{
    float: left;    
    padding: 0px 0 0px 0px;
    width : 170px;
    margin: 70px 0 0 1px;
    margin-left: -20px;
}
html:not([Opera]) #mainmenu{padding: 20px 0 150px 5px;}/* Gecko based browsers hack: Firefox*/
/*left menu elements*/
.mainmenuopen, .mainmenuclosed, .submenuopen, .submenuclosed{
	float: left;
    clear: both;
    margin: 1px 0 0 0;
    width: 120px;
    white-space: normal; /*settes til nowrap hvis menynavn ikke skal wrap'e*/
    overflow: visible;
    /*text-overflow: ellipsis;*/ /*settes inn for ... etter lange menynavn*/
}
.submenuclosed, .submenuopen /* container for submenuicon and label */
{padding-left: 10px;}
.submenuopen, .submenuclosed
{
	margin-top: 3px;
}
.divmainicoclosed, .divmainicoopen{width: 10px;margin-right:3px;}
.divsubicoclosed, .divsubicoopen{width: 10px;margin-right:3px;}
.mainmenuopen img, .mainmenuclosed img, .submenuopen img, .submenuclosed img{vertical-align: middle;}
.mainmenuopen div, .mainmenuclosed div, .submenuopen div, .submenuclosed div{display: inline;}
.mspace{} /* nb: width in web.config */	

button.cart{
	border: none;
	background-color: #fff;
	color: #726459;
	font-size: 11px;
	margin: 0;
	vertical-align: middle;
	padding: 0;
	width: 70px;
}
/***********************************************************************************************************************************/
/* */
#divsearch{
	position: absolute;
	top: 141px;
	left: 25px;	
	padding-top: 10;
    width: 150px;
    white-space: nowrap;
    z-index: 900;
    display: none;
 
}
input.soek{
	width: 50%;
	height: 20px;

}
html:not([Opera]) input.soek{height: 15px;} #divsearch{padding-top:10px;}/* Gecko based browsers hack: Firefox*/
select.soek{
	display: none;/* use display instead of visibility because browsers leave space for element if it visibility is hidden */
}


/***********************************************************************************************************************************/
/* main container - content + breadcrumbs */
#render{
    margin:150px 20px 10px 0;
    width: 520px;/* 640*/
    float: left;
    background-color: #fff;
    /*border: solid 1px Aqua;*/
}
/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain{
	width: 200px;
	height : auto;
	background-color : Transparent;	
	margin-left: 20px;
	position:relative;
	top: -52px; 
	color: White;
}
.breadcrumbs
{	display: inline;
	white-space: normal;	
	}

/***********************************************************************************************************************************/
/* product box - list */

.renderboxcoltr{
	position:relative;
	width: 600px; 	
	margin:0;
	padding:0;
	
}
.renderboxcol{
	position:relative;
	margin:0;
	padding:0;
}
.renderbox1,.renderbox2,.renderbox3{	
	margin: 5px 5px 5px 0px;
	width: 193px;
	height: 150px;	
	float: left;
	overflow:hidden;
}

.boxpicture{/* image container */
	float:left;
	position:relative;
	height: 115px;
	padding: 5px 15px 5px 5px;
	display:table;
}
.boxpicture a {
	display:table-cell;
	vertical-align:middle;
}

.boxdesc,.boxprice{
	margin: 0 0 0 35%;
}
.boxprice:before /* Puts kr. in front of boxprice */
{
	/*content:"kr. ";*/
}
.boxdesc{/* container which holds product name */	
	padding: 5% 2px 0 0;
}
#boxdesc1, #boxdesc2, #boxdesc3{/* specified boxes with product name */
}
#boxdesc1{/* first the widest one on the top */
    /*width: 450px;
    height: 80px;*/
}
#boxdesc2, #boxdesc3{/* second level - two boxes with the same width */
/*    left: 115px;
    width: 170px;*/
}

.boxprice{/* contains price value */	
}
#divrenderbox1 .boxprice{
	/*width:430px;*/
}
#divrenderbox2 .boxprice,#divrenderbox3 .boxprice{
	/*width:180px;*/
}

.prodlinkd, .prodlinkdb{
    display: inline;
}
div.boxcart /* container for cartinput and carticon */
{	
	width: 100%;
	margin: 5px 0 0 65px;}
div.boxcartvv /* container for cartinput and carticon */
{}
div.boxcartinp
{	display: inline; /* container for cartinput */}

input.boxquantity /* cartinput */
	{width: 25px;
	text-align: right;
	display: inline;
	margin: 3px 5px 0 0;}

div.boxcartv /* container for carticon */
	{display: inline;
	height: 17px;
	width: 19px;}
html:not[opera] input.boxquantity{} /* Firefox */
div.boxproductident /* container for productident */
{ 
	width: 100%;
	margin: 0 0 0 35%;}
div.boxproductidentv /* productident */
{
	width: 100%;}
div.boxunit /* container for boxunit */
{
	width: 100%;
	margin: 0 0 0 35%;}
div.boxunitv /* boxunit */
{
	width: 100%;}
.boxreadmore /* les mer */
{
display: inline;
float: left;
clear: both;
margin: 5px 0 0 0;
}
html:not([Opera]) .boxreadmore{margin: -5px 0 0 0;} /* Firefox */
/***********************************************************************************************************************************/
/* one product */
#singleiframesold{background-color: #fff;} /* iframe for soldalso */
#singleframeb{background-color: #fff;}
.singleiframe{height:20px;margin-top: 10px;background-color: #fff;} /* iframe for accessories and soldalso */
html:not([opera]) .singlesoldalso{height: 30px;display: table;float: left;margin-top: 30px;} /* Firefox */
.singlesoldalso, .singleaccessories{background-color: #fff;} /* container for accessories and soldalso */
#Div1, #Div2, #Div3{font-weight: bold;} /* text in iframes for soldalso and accessories */
.rendersingle{/* container with product details and image */	
	float:left;
	width: 520px;	
    min-height: 150px;  
    margin: 35px 0 0 0;       
 }

.rendersingletr{
	padding: 20px 0 0 10px;
	float:left;
	line-height: 20px;	
	position:relative;	
	width:500px;		
}

.divmulitpic{/* container with pictures and arrows: < and  > */    
    width: 250px;
    height: 220px;
    margin: 0 20px 0 0;         
    float: left;
	display: table;
}
.singlepicture{/* box with picture */
	display:table-cell;
    width: 200px;
    height: 200px;
}

.singlebigpicture{/* container with picture that shows after click on small picture */	 
	position: absolute;
	top: 208px;
	left: 200px;	
	width: 300px;		
	height: auto;	
}


.mulitpicturepre,.mulitpictureaft{/* boxes which holds arrows images */
	display: table-cell;
    height: 300px;     
    width: 20px;
}
/* product attributes */
.singleproductident,.singleunit,.singleprice,.singlecart,.singlelongdesctxt,.singlesuppliersdescrtxt{	    
	display: table;
    width: 220px; 
    padding: 0;
}

.singleproductident{
	position:relative;
	top:2em;
}
.singleproductidenttxt, .singleunittxt, .singlepricetxt{/* attributes captions */
   	display: table-cell;
    width: 100px;
    float:left;/*IE fix*/
}
.singleproductidentv,.singleunitv,.singlepricev{/* attributes data */
   	display: table-cell;
    width: 100px;
    float: left;/*IE fix*/
}
.singlecartinp,.singlecartv{
	display: inline;
	height:100%;
}
.singlecartinp{
	vertical-align:middle;
	padding:0 0 0 10px;
}
img.cart{
	/*vertical-align:middle;*/
	cursor:pointer;
}
.singledesc{ /* product name */
	width: 520px; /*1306*/
	position:relative;
	top:-4em;
	left: -11px;
	text-indent: 10px;
}
.singlelongdesc{/* box with description of product */
	clear:both;
    width:480px;         
}
.singlecarttxt{
	display: inline;
}
.singlelongdesctxt,.singlesuppliersdescrtxt
{	   
	display: none;}
.singleiframesold{ /* box which holds iframe with text "De som kjopte dette, kjopte ogsa :"*/
	margin: 10px 0 0 0;
	height:20px;
}
/* start hacks */
/* IE hacks because of bugs in rendering elements with display=table and display=table-cell */
* html .divmulitpic{display:block}
* html .singlepicture{
	float: left;
	padding: 5px 0;
}
* html .mulitpicturepre,* html .mulitpictureaft{
	display:block;
	float:left;
	padding: 150px 0 0 0;
}
* html .mulitpicturepre img{float:right}
* html .mulitpictureaft img{float:left}
*html .singleproductident,.singleunit,.singleprice,.singlecart,.singlelongdesctxt,.singlesuppliersdescrtxt /* IE fix */
{	float: right;
	clear: both;}
/*end IE hacks*/
* html .singledesc{margin-top:-280px;margin-right: -20px;}/*-17em because of padding left and right in IE*/
html:not([Opera]) .singledesc{text-indent: -260px;}/* Gecko based browsers hack: Firefox*/
/* end hacks */
/***********************************************************************************************************************************/
/* login page */
#divlogon{/* contains login elements (login text, name, password, button) */   
    width: 100%;
    display: none;
    background-color: Orange;
}

/***********************************************************************************************************************************/
/* cart view */
div.cartheader{	
	display:table-header-group;
	width : 510px;
	float:left;
	/*border: solid 1px;*/

}
.cartheadertr div {
	display:table-cell;
}
* html .cartheadertr div {/*IE*/
	display:block;
	float:left;
}
.cartbig{ /* row in cart table view */
	display:table;
	width:500px;
	float:left;
	clear:both;
	table-layout:fixed;
	empty-cells:show;		
}
.cartbigcart,.cartbigcart{
	display:inline;
}
* html .cartbig{/*IE*/
	display:block
}
.cartbig div {
	border-collapse: collapse;
	display: table-cell; 
}
* html .cartbig div{
	display:inline;
	white-space:nowrap;
}
.cartbigsum{
	width:440px;
	float:left;	
}
.cartbigsum div {
	display:inline;
}
.cartbigbottom{
	float:left;
	width:40px;
}
.botcartframe
{

}
.cartbigheadthumbnailpic,.cartbigthumbnailpic{ /* first column header */
	/*display:none !important;*/
	width:40px;
}
.cartbigheadcart,.cartbigwcart{ /* 2nd column in header */
	/*display:none !important;*/
	width:80px;
}
.cartbigheadproductdesc,.cartbigd{ /* 3nd column in header */
	width:280px;		
}
.cartbigheadprice,.cartbigprice{ /* 4th column in header */
	width:80px;
}
.cartbigheadlinesum,.cartbiglinesum{ /* 5th column in header */
	width:80px;
}
.cartbigheaddelete
{
	display: none !important
}
.cartbigdelete,.cartbigdeleteall{ /* last column in header */
	width:60px;
}


/* frames with header and footer */

#botcartiframe,#topcartiframe{
	width: 500px;
	height: 50px;
	margin:0px;
	padding: 0px;
	/*border: solid 1px red;*/
}
div.cartbigbottoml
{    
    width: 380px;
}

/***********************************************************************************************************************************/
/* customer page */
.customerform{	/* div which holds captions and inputs of customer data */	
    position: relative;
	width: 445px;
    top: 20px; 
}
.ncddiv{ /* container with caption */
	display: inline;
	float: left;
	clear: left;
	position: relative;
	width: 210px; 
	height: 20px;
}
.ncfdiv{ /* container with input */
	display: inline;
	position: relative;
	top: 0;
	float: right;
	clear: right;
	left: 0px;	
	width: 210px; 
	height: 20px;
}
#newformsubmit /* container for buttons - new customer page */ 
{
	width: 445px;}
#newcustformsubmit, #newcustformreset /*submit and reset buttons - new customer page*/
{	
	float: right;
	margin: 0 10px 0px 0;
	width: 100px;}
html:not([Opera]) #newformsubmit{margin-top: 200px;}/* Firefox*/	
html:not([Opera]) #newcustformreset{margin-top: -12px;}/* Firefox - topmargin resetbutton*/	
*html #newformsubmit{margin-top: 15px;}/* IE */
*html #newcustformreset{margin-top: -16px;}/* IE - topmargin resetbutton */	

#ncdcustintroedit
{
   
}

#ncdcustbodyedit
{
   display: none; 
}

/***********************************************************************************************************************************/
/* order history page */
.orderhisttxttr{/* inner container in header */
	display:table;
	padding: 0 0 0 4px;
}
.orderhisttxttr div {
	display:table-cell;
}
.orderhisttxt{ /* header with field names */
	display:table-header-group;
	width: 500px;
	float:left;
}
* html .orderhisttxttr div{ /* for IE  */
	display: inline;
	width: 146px;
}
.orderlistlinetr{/* inner container in header */
	display:table;
	padding: 0 0 0 4px;
	clear: left;
}
.orderlistlinetr div{
	display: table-cell;
}
* html .orderlistlinetr div{ /* for IE  */
	display: inline;
	width: 146px;
}
.divordertotalsum
{
}
.ordertotalsumtr{
	display:table;
	padding: 0 0 0 4px;

}
.ordertotalsumtr div{
	display: table-cell;
}
* html .ordertotalsumtr div{ /* for IE  */
	display: inline;
	width: 146px;
}
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* order page */
.cartformhead,.cartorderconfirmhead,.cartbigtop{ /* headers with text f.e. "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	width: 500px;	
}
.cartformhead div,.cartorderconfirmhead div,.cartbigtop div{ /* all of child divs of cartformhead (and cartorderconfirmhead) */
	display: inline;
}
*html .occustomername, .ocaddress, .oczipcode, .occityplace, .occtelephone,   .occtelefax,  .occpayment /* IE */
{}
*html .occustomername /* IE */
{} 
*html .occemailaddress, .ocemailaddress, .octelephone, .octelefax, .ocpayment /* IE */
{}
.cartformheadtr{ /* line with text: "Sjekk skjema og trykk "Send bestilling" for a ga videre" */
	width: 500px;
}
.orderform{	/* this box holds captions and inputs (+ one combobox) */
	width: 450px;
    position: relative;
    top: 4px;  
    left: 60px;  
}
.orderformtr div{ /* all of child divs of orderformtr (caption divs and input divs)*/
	float: left;
	margin: 1px 0 0 0;
	width: 41%;
	
}
* html .orderformtr div{ /* all of child divs of orderformtr for IE (it doesn't include padding to box size) */
	overflow: hidden;
	padding: 3px 5px;
}

#ocfcompanyname,#ocfcustomername,#ocfemailaddress,#ocfaddress,#ocfzipcode,#ocfcityplace,#ocftelephone,#ocftelefax, #ocfpayment, #ocfpassword{
	/* elements which holds inputs and combobox */
	width: 58%;
	float: right;
	clear: right;
	height:20px;
}
#ocfcomments
{	width: 58%;
	float: right;
	clear: right;
	height:80px;}
#comments, #ocdcomments
	{height: 65px;}
#comments
	{width: 190px;}
*html #comments{margin-left:-5px;}/*IE left align comments textarea*/
/* må ligge her for ogsaa aa tre virke i firefox. Ligger likt i design.css */
#ocdcompanyname,#ocdcustomername,#ocdemailaddress,#ocdaddress,#ocdzipcode,#ocdcityplace,#ocdtelephone,#ocdtelefax,#ocdcomments, #ocdpayment, #ocdpassword, #ocdpassword2{
	/* names before inputfields */
	font-weight: bold;
	text-align: right;
}
#ocdpassword2{margin: 20px 0 0 -189px;} /*opera*/

html:not([Opera]) #ocdpassword2{margin: 1px 0 0 -189px;}/* Firefox*/
#password2
{
	margin: 1px 0 0 -109px;}
#ocdpasscomment /* comment before password input */
{	/*display:none;*/
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
} 
.cartformbottom, .cartbigbottoml{ /* container with buttons (bottom) */
	width: 500px;	
	display: inline-block;
	margin:5px 0 0 0;
}
.cartbigbottomback,.cartbigbottommore,.cartformbottomsend{ /* bottons: "<< Tilbake", "Fortsett a handle", "Send bestilling >>" */
	float: left;
	display: inline-block;	
}
.cartbigbottomnext
{ 
	float:right;
	margin:0 10px 0 0;
	
}

/***********************************************************************************************************************************/
/* order page 2 (some elements are in "order page") */
.ordercust{	/* contains customer data and webshop title */
	width: 500px;
	margin: 4px 0 0 10px; 
}
.ordercust div {
	display: block;
	position:static;
}
.ordercusttr{
	position:relative
}
.ocordercomments1{ /* header with webshop title */
	float: left;
	clear: both;
	width: 100%;
}
/* start tatt inn for firefox */
.ocordercomments1{ /* header with webshop title */
	padding: .7em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;	
	text-align: center;	
	font-size: medium;
	font-weight: bold;
}
/* slutt tatt inn for firefox */
#oczipcode{
	float: left;
	clear: right;
}
#occpayment,#ocpayment{
	position: relative;
	top: -3em;
}
#octelephone,#octelefax{
	top: -6em; left: 400px;
	position: relative;
	display: block;
}
#occtelephone,#occtelefax{ /* telefon, telefax caption */
	display: none;
}
.orderprod{	
	width: 500px;
	left: 10px;
    position: relative;
    top: 4px;      
}
.orderline,.ototalsum{
	display: table;
	float: left;
	clear: both;
	width: 100%;
}
* html .orderline,* html .ototalsum{/* IE */
	display: block;
}

.orderlinetr div,.ototalsumtr div{
	display: table-cell;
	line-height: 2em;
	border-collapse: collapse;
}
* html .orderlinetr div,* html .ototalsumtr div {/* IE */
	display: block;
	float: left;
}
.opquantity{width: 60px}
.opproductdesc{width: 300px}
.opprice,.oplinesum{width: 90px}
.ototalsumtx{width: 450px}
.ototalsump{width: 90px}
.ocordercomments2, .ocordercomments3{
	width: 500px;
}
.cartformbottom .cartbigbottomback{
	margin:30px 0 0 20px;
	float:left;
}
.cartformbottom .cartbigbottommore{margin 0 0 0 0;}
.cartformbottom .cartformbottomsend{
	margin:30px 30px 0 0;	
	float:right;
}
/***********************************************************************************************************************************/
/* search for product result page */
.fieldheader{ /* header with field names */
	display:table-header-group;
	width: 520px;
	float:left;
}
.fieldheadertr{/* inner container in header */
	display:table;
	padding: 0 0 0 4px;
}
.fieldheadertr div {
	display:table-cell;
	color:#000; 
	font-size:11px;
	font-weight: bold;
}
* html .fieldheadertr div {/*IE*/
	display:block;
	float:left;
}
.renderlisttr{ /* inner container in row */
	display: table;
	padding: 0 0 0 4px;
}
.renderlisttr div{
	display:table-cell;
}
* html .renderlisttr div {/*IE*/
	display:inline;
}

.fieldthumbnailpic,.spanpicture{/* 1 column - thumbnail */ /* box which holds picture in result row */
width: 60px;
}

.spanpicture img{}
img.lprodimg{margin: 0px 0 0 0;padding: 0px 0 0 0;}
.fieldproductident, .spanproductident{ /* 2 column - product id */ /* box which holds product id in result row */
	width:100px;
}

.fieldcart,.spancartinp,.spancart{ /* 3 column - cart */ /* box which holds input with amout of product in result row */ /* box which holds image of cart in result row */
	/*display:none !important;*/
}
.fieldcart{width: 60px;}
input.listquantity, .spancartinp{width:25px;text-align:right;margin: 0 5px 0 0;}/* cartinput in list */

.fielddescription,.spandesc{/* 4 column - name */ /* box which holds descriptions 1 and 2 in result row */
	width:400px;

}
.spancart img.cart{margin: 0 20px 0 0;}
.fieldunit, .spanunit{ /* 5 column - unit */ /* box with unit in result row */
	display:none !important;
}

.fieldprice, .spanprice{ /* 6 column - price */ /* box with price in result row */
	width:70px;
}

.renderlist2, .renderlist1{ /* row with result - odd */ /* row with result - even */
	display:table;
	margin: 15px 0 0 0;
	width:520px;
	float:left;
	clear:both;
	table-layout:fixed;
	empty-cells:show;
	border-bottom:1px dashed #b7b7b7;
	padding:2px 0;	
}

/***********************************************************************************************************************************/
#newsframe
{
	position : absolute;
    width: 178px;
    left : 700px;
    top: 250px;
	height: 400px;
	min-height: 400px;
	background-color: red;
}
#newsframe iframe {width:178px;height:400px;}

.cartbigsummvatxt,.ototalsummvatxt,.ototalsummvav,.ototalmvatxt,.ototalmvav
{
	display: none;}
	
.cartbigmvatxt
{
	display:none;}
	
.cartbigsummvav,.cartbigmvav
{
	display:none;}
	
	