/***********************************************************************************************************************************/
/* main html elements */
body
{
	font-size: 10px;
    color: #fff;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;    
	background-color: #000;   
}
table
{
    font-size: 10px;    
    color: #fff;       
    font-family: Arial, Verdana, Helvetica, Sans-Serif;      
}
img
{
	border: none;
}
a, a:visited
{
	color: #fff;
    text-decoration: none;
}
a:hover, a:active
{
	color: #fff;
	text-decoration: none;
}
/***********************************************************************************************************************************/
/* main content container */
#topdocument
{
	z-index: 0;	
}
/***********************************************************************************************************************************/
/* common html elements: inputs and so on */
input.singlerender{/* input with amount of product added to cart */
	width: 25px;
    text-align: left; 	
	margin: 0px 10px 0px 0px;
    color: #444;
    font-family: Arial;
    font-size: 11px;
}
input.soek, input.logon{ /* search input and inputs: login, password */
	border: solid 1x #cccccc;
	color: #726459;
    font-size: 10px;
    font-family: Arial, Verdana, Tahoma;
    height: 20px;
    padding: 2px;
   	vertical-align: middle;
   	margin: 0px;
}
input.logon{ /* inputs: login, password */
    width: 217px;
    margin: 1px 50px 0px 5px;
}
input.bigcart{ /* input with product amount in cart row */
    display:none;      
    margin: 0px;
    color: #444;    
    width: 20px;  
    height: 18px;
    text-align: right;
    border: 1px solid #ccc;
}
input.newcustform,.ordercustform{ /* input with data on customer page; ordercustform - inputs (and combobox) on order page */
	border: 1px solid #cecece;        
    margin: 0px;
    color: #726459;    
    width: 190px;  
    height: 17px;
    text-align: left;      
    font-size:11px;
}
select.ordercustform{ /* combobox on order page */
    font-size: 11px;
    font-family: Arial;          
}
/***********************************************************************************************************************************/
/* design elements */

/* main container */
#content{
	
}

/***********************************************************************************************************************************/
/* top menu (top logo with Forside, Logg inn and so on inside) */
.logo
{
	
	font-family:Arial-Black;
	font-weight:bold;
	font-size:14px;
}

#topmenu{  }

.toplinks
{
	
}
.toplinks div {	
    font-family:Arial;
    font-size: 11px;	
	line-height: 27px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#topmenuheader /* header over leftmenu */
{	
	font-size: 14px;
}
.topmenu,.topmenu:active,.topmenu:visited{ /* a element in menu */
    color: Black;
    font-size: 90%;
    font-weight: bold;
    
}
/***********************************************************************************************************************************/
/* Digitroll signature */
a.digitrollsign, a.digitrollsign:hover, a.digitrollsign:visited
{
	color: #b3b3b3; 	
	text-decoration: none;
	border-top: 1px dashed #b3b3b3;
	display:none;		
}
/***********************************************************************************************************************************/
/* small cart */
#diverse
{
	/*border: solid 1px #b3b3b3;*/
	 
}
#mailinglist
{
    font-family: Arial;
    font-size: 11px;
    color: #FFF;
	font-weight :bold;
}
a.mailinglist, a.mailinglist:hover, a.mailinglist:visited {color:#FFF;}
a.cartlink, a.cartlink:hover, a.cartlink:visited /* link on cartheader */
{
	text-decoration: none;
	color: #fff;
}
div.carthead{ /* cart header - "Handlekurv" text */
    font-size: 14px;
    font-weight: bold;
	color: #fff;
	z-index: 500;	
		
}
div.cart{ /* cart main container (except header)*/

	/*border-bottom: dashed 1px #b3b3b3;*/
}

.cartpwrap,.cartqwrap{
	width:100%;
}
.cartsmallqtxt,.cartsmallptxt{ /* captions in cart container*/
	text-align:left;
	width:90px;
	float:left;
	color:#fff;
		
}
/*---------------------Hack to fix text in small cart container-----------------*/
*html .cartsmallqtxt,.cartsmallptxt{padding-left:15px;} /* IE fix */


.cartsmallq,.cartsmallp{ /* data in cart container */
	text-align:left;
	color: #fff;
	width:45px;
	margin:1px 0px 1px 0px;
	float:left;
	padding:0px 2px;
	height:10px;
	
}
.cartbottom
{
	color: #fff;	
}
#cartbottom .topmenu, .cartsmallqtxt, .cartsmallq, .cartsmallptxt, .cartsmallp 
{color: #fff;}/* textcolor in small cart*/

#cart-link{
	float:left;
	width:99%;
	text-align:center;
	margin:5px 0px 0px 0px;
}
#cart-link a {
	color:#F17531;
	font-weight:bold;
	text-decoration: none;
}
#cart-link a:hover{
	color:#fff;
}
#cart-link a:visited{
	color:#F17531;
}
.basket
{
	font-size:11px;
	font-weight:bold;
	width:150px;
	margin-left:30px;
}
a.basket, a.basket:hover, a.basket:visited {color:#00FFFF;}
.submit
{
	font-size:12px;
	width:40px;
	height:20px;
}
/***********************************************************************************************************************************/
/* left menu (tree menu) */
#mainmenu
{
}
div.menuheader
{	
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
/* menulinks */
a.amainmenuopen,a.amainmenuopen:hover, a.amainmenuopen:visited
{
	font-family:Arial Black, Arial;
	cursor: pointer;
	text-transform: none;
	font-size:14px;
	text-decoration:none;
	color:#0FF;	
		
}
a.amainmenuclosed,a.amainmenuclosed:hover, a.amainmenuclosed:visited
{
	font-family:Arial Black, Arial;
	cursor: pointer;
	text-transform: none;
	font-size:14px;	
}
a.asubmenuopen,a.asubmenuopen:hover,a.asubmenuopen:visited /* left submenu links open */
{
	font-weight: bold;
	text-decoration:none;
	color:#0FF;
}
a.asubmenuclosed,a.asubmenuclosed:hover, a.asubmenuclosed:visited
{
	font-weight: bold;
	cursor: pointer;
	color:#F0F0F0;
}
/* containers for left menu elements */
.mainmenuopen0 /* container around mainmenu open elements. Put backgroundpictures here. */
{
    font-family:Arial Black, Arial;
    font-weight: normal;
    border: none;  
    color: #fff;
}
.mainmenuclosed0 /* container around mainmenu closed elements. Put backgroundpictures here. */
{
	font-family:Arial Black, Arial;
	font-weight: normal;
	border: none;  
    color: #fff;
}
.submenuopen1,.submenuopen2,.submenuopen3,.submenuopen4, .submenuopen5 /* container around submenu open elements. Put backgroundpictures here. */
{
	color: #fff;
}
.submenuclosed1,.submenuclosed2,.submenuclosed3,.submenuclosed4, .submenuclosed5 /* container around submenu closed elements. Put backgroundpictures here. */
{
	color: #fff;
}

.signatures
{
	font-family:Arial;
	font-weight:normal;
	font-size:9px;
}


/***********************************************************************************************************************************/
/* element with search input and button */
.divsearch
{	
	display:none;
}
#divsearch img
{
	vertical-align:middle;
}
div.searchheader
{	
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
button.cart
{
	border: none;
}
/* look on top of this file -> input.soek */

/***********************************************************************************************************************************/
/* main container - content + breadcrumbs */
#render{
    font-family: Arial;
    vertical-align: middle;    
    padding-bottom: 20px; 
    
}

#render H1{ /* header level 1 in render container */
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 2px;
    color: #5a5a5a
}

.logonheader
{
	font-family: Arial Black, Arial;
	vertical-align:middle;
	font-size:14px;
}
.formheader
{
	font-family: Arial Black, Arial;
	vertical-align:middle;
	font-size:11px;
}	

	
/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain{
	text-align: left;			
	color:#fff;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	display:none;
	/* border-bottom: solid 1px #b3b3b3; */
}
div.breadcrumbs{display:inline;white-space:nowrap}
div.breadcrumbs:before {content: "\0020 \0020 \0020 \00BB \0020"}/*it does not work in IE*/
/*all IE browsers*/
* html .breadcrumbs {
	background:transparent url('design/breadcrumb-spacer.gif') no-repeat left center;
	padding: 0 .5em 0 1em;
	margin: 0 .5em 0 -1em;/*negative left margin to hide first >> in IE*/
}
/* don't remove comments below! */
/*\*/
* html .breadcrumbs{height: 1%}
* html .breadmain:first-child{background-image:none}
/**/
/***********************************************************************************************************************************/
/* render menu - valgt meny i stedet for liste eller box i visning*/
div.rendermenucol
{
}
div.rendermenucoltr
{
}
div.rendermenu1, div.rendermenu2, div.rendermenu3
{
	border: solid 0px #ccc;
}
div.rendermenutr{}
div.rendermenupicture
{
}
div.rendermenudesc{margin: 0px 0px 0px 0px;}
img.nopicimg{}
a.prodlinkdm{font-weight: bold;}
/***********************************************************************************************************************************/
/* product box */
.renderbox1,.renderbox2,.renderbox3,.renderbox4 /* main boxes of product */
{ 
}
.boxpicture /* holds product image */
{ 
}
.boxdesc{ /* container which holds product name */	
	font-weight: bold;
	font-size: 13px;
}
.boxdesc a:hover{
	color:#fff;
	text-decoration:none;
}
#boxdesc1, #boxdesc2, #boxdesc3{/* specified boxes with product name (3 first boxes from top) */
}
#boxdesc1{ /* first the widest box */
}
#boxdesc2, #boxdesc3{ /* 2nd and 3rd boxes (with the same width) */
}
div.boxprice, div.boxpricev{ /* contains price value */
	color : #fff;
	font-size: 12px;	
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
}
div.boxalt01
{
	font-weight: bold;	
}
div.boxpricetxt{/*display: none;*/} /* text before price */

.prodlinkd, .prodlinkdb{ /* product link - a element with product name */
}


/***********************************************************************************************************************************/
/* one product */
.notinstock
{
	text-transform:uppercase;
	font-weight:bold;
}
.rendersingle{/* container with product details and image */	
    /*border: 1px solid #b3b3b3;
    background-color: #fff;*/
}
.divmulitpic{/* container with pictures and arrows: < and  > */    
}

.singlepicture{/* box with picture */
    vertical-align: top;     
    text-align: center;
}
.singlebigpicture{/* container with picture that shows after click on small picture */	 
	text-align: center;		
}
.mulitpicturepre,.mulitpictureaft{/* boxes which holds arrows images */
    vertical-align: middle;
}
.mulitpicturepre{/* box with left arrow */
	text-align:right;
}
.singledimentxt
{
	display:none;
}
.singleproductidenttxt, .singlecolortxt, .singlevariantdtxt, .singlequantityonhandtxt,.singleunittxt, .singlepricetxt{/* attributes captions */
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
.singleproductidentv,.singlecolorv, .singlequantityonhandv , .singledimenv, .singleunitv,.singlepricev{/* attributes data */
	color:#fff;
	font-size:10px;
}

.singlepricetxt,.singlepricev{/* price caption and value */
    font-weight: bold; 
    font-size : 16px;   
}
.singleprice
{
	
}
.singlecarttxt,.singlecartinp,.singlecartinp *,.singlecartv,.singlecartv *{/* these elements hold text, input and cart image and everything inside those elements*/
	vertical-align:middle;
}
.singlecarttxt
{
    font-size: 11px;    
}
.singledesc{/* product name */
    color: #fff;  
    font-size: 16px;
    font-weight: bold;
}
/*html:not([Opera]) .singledesc{color: #000;} Gecko based browsers hack*/

.singlelongdesc{/* box with description of product */
	 
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	font-size:10px;
	color:#fff;
	overflow: hidden;	
}
*html .singlelongdesc{margin-top: 50px;} /* IE fix */
/***********************************************************************************************************************************/
/* login page */
#divlogon{/* contains login elements (login text, name, password, button) */   
	text-align:center;
}
.divlogonf{
	padding: 60px 0px 0px 0px; /* child of #divlogon which indeed holds login elements */
}

#divlogon H4{ /* header level 4 in divlogon container with text: "Logg pa" */
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}
/* look on the top of the page -> input.logon */

#divlogonf a {font-size: 90%}/* link under text: "Glemt brukernavn eller passord?" */

/***********************************************************************************************************************************/
/* cart view (big cart) */
div.cartheader /* header of list items in cart */
{	
    
}

.cartheadertr div { /* every div in cart header */
	color:#fff;
	font-weight: bold;
}
.cartbigheadthumbnailpic,.cartbigthumbnailpic{/* first column header */
	/* invisible */
}
.cartbigheadcart,.cartbigwcart{ /* 2nd column in header */
	/* invisible */
}
.cartbigd,.cartbigsum,.cartbigmva,.cartbigsummva{ /* 3nd column in header + footer data*/
	padding: 0px 0px 0px 10px !important;	
}
.cartbigsum
{
    border-bottom: solid 1px black;   
}

.cartbigheadprice,.cartbigprice{ /* 4th column in header */
	text-align: right;
	color:#fff;	
}
.cartbigheadlinesum,.cartbiglinesum{ /* 5th column in header */
	text-align: right;
	color:#fff;	
}
.cartbigheaddelete,.cartbigdelete{ /* last column in header */
	text-align: center;
}
.cartbig /* row in cart table view */
{ 
	
}
.cartbig div { /* every div in row in cart table view */
	margin: 0px 0px 0px 0px; 
	vertical-align: middle;/* every browser except IE */
	border-spacing: 0px;
	padding: 2px 0px 0px 0px;
}
/* look on the top of this file -> input.bigcart */
.cartbigsum,.cartbigmva,.cartbigsummva{ /* row of footer in cart table */
	text-align: right;
	margin: 5px 0px 0px 0px;
}
.cartbigsum div, .cartbigmva div,.cartbigsummva div { /* cells in row of footer in cart table */
	margin: 0px 0px 0px 30px;
	font-weight: bold;
	color:#606060;
	text-transform:uppercase;
}
.cartbigsumtxt:after{}
.cartbigbottom{ /* cell with delete image in */
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.cartprodlinkd{
	color:#fff;
	font-weight:bold;
}
.cartprodlinkd:hover{
	color:#fff;
}
div.cartbigbottomlinks
{

}
img.cartdel
{
	cursor: pointer;
}
/***********************************************************************************************************************************/
/* customer page */
#newcusthead{ /* header of cusomer data with text: "Fyll inn de nodvendige opplysningene. Alle felter er pakrevet !" */	
    font-family: Arial Black, Arial;
	font-size: 14px;
	vertical-align: middle;
}
#custedit /* message when edit customer info */
{
	text-align: center;
	color: #00FFFF;
	height: 20px;
}
.customerform{ /* div which holds captions and inputs of customer data */	
    padding: 2px 0px 0px 0px;
    font-size: 90%;
}
.ncddiv{ /* container with caption */
	margin: 2px 0px 0px 0px;
	vertical-align: middle;
	font-weight: bold;	
	text-align: right;
}
.ncfdiv{ /* container with input */
	padding: 0px 0px 0px 0px; 
	margin: 2px 0px 0px 0px;	
	vertical-align: middle;
}
/* look on the top of this file -> input.newcustform */
.newcustformbutton{ /* buttons below form */
	border: 1px solid #fff;	
    margin: 0px;
    color: #444;    
    width: 100px;  
    height: 20px;
    text-align: center; 
    margin-top: 10px;
}
.loginexists
{
	color: #00FFFF;
}
a.loginexists, a.loginexists:hover, a.loginexists:visited
{
	color: #00FFFF;
	text-decoration: none;
}


/***********************************************************************************************************************************/
/* order history page */
.orderhisttxttr{/* inner container in header */
border-bottom: dashed 1px #cccccc;
}
.orderhisttxttr div {
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	width: 150px;
}
.orderhisttxt{ /* header with field names */
	display:table-header-group;
	width: 590px;
	float:left;
}
.orderlistline
{	
	width: 590px;
}
.orderlistlinetr{/* inner container in header */
	line-height: 20px;
}
.orderlistlinetr div{
	width: 150px;/*060606*/
}
div.ordertotalsum
{ 

}
.ordertotalsumtr
{
	width: 590px;
	border-top: dashed 1px #cccccc;
	font-weight: bold;
}
.ordertotalsumtr
{}
.oltotalsum
{
	width: 145px;
	float: right;
	padding: 5px 0px 0px 0px;
}
.oltotalsumtx
{
	float: left;
	padding: 5px 0px 0px 0px;
}
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* order page */
.cartformhead, .cartorderconfirmhead, .cartbigtop{ /* headers with text f.e. "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	text-align: left;
	margin: 6px 0px 0 50px;
	font-size: medium;
}
.cartformhead div, .cartorderconfirmhead div, .cartbigtop div{ /* parts of text "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	padding: 0px 3px;
	color:#fff;
}
.cartbigstep{ /* element which contains specified step of order procedure */
	font-weight: bold;
	font-size: 12px;
}
.cartbigstepprint
{    
    width: 400px;
    text-align:right;        
}
.cartformheadtr{ /* line with text: "Sjekk skjema og trykk "Send bestilling" for a ga videre" */	  
    height: 18px;
    padding: 2px 0px 2px 5px;
    margin: 16px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
}
.orderform{	/* this box holds captions and inputs (+ one combobox) */
    padding: 20px 0px 0px 0px;     
}
.orderformtr div{ /* all of child divs of orderformtr (caption divs and input divs)*/
	text-align: left;
	height: 20px;
}
* html .orderformtr div{ /* all of child divs of orderformtr for IE (it doesn't include padding to box size) */
	overflow: hidden;
	padding: 3px 5px;
}
#ocfcustomername,#ocfcompanyname,#ocfemailaddress,#ocfaddress,#ocfaddress2,#ocfwebsite,#ocfzipcode,#ocfcityplace,#ocfstate,#ocfcountry,#ocftelephone,#ocftelefax,#ocfpayment,#ocfpassword,#ocfpassword2{
	/* elements which holds inputs and combobox */
	text-align: left;
	font-weight: normal;
	padding:0px;
}
/* look on the top of this file -> ordercustform and select.ordercustform */
.cartformbottom{ /* container with buttons (bottom) */
	text-align: center;
	line-height: 15px;		
}
.cartbigbottommore a:hover,.cartbigbottommore a:active,.cartbigbottommore a:visited {
	color:#fff;
}

.cartbigbottomback,.cartbigbottommore,.cartformbottomsend,.cartbigbottomnext{ /* bottons: "<< Tilbake", "Fortsett a handle", "Send bestilling >>" */
	text-align: center;
	cursor: pointer;
	
}
.cartformbottomsend
{    
	width: 100px;
	height: 20px;    
}
.cartbigtop,.cartorderconfirmhead,.cartformhead{
	
}

/***********************************************************************************************************************************/
/* order page 2 */
.ordercust{	/* contains customer data and webshop title */
   
    border-bottom: solid 1px #ccc;
    height: 250px;       
}
.ordercust div {
	line-height:1.5em;
}
.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;
}
html:not([Opera]) .ocordercomments1{font-size: 16px;}/* Firefox*/
.occustomername,.occompanyname{ /* customer name */
	font-weight: bold;
	font-size: 14px;
}

#ocdcustomername,#ocdcompanyname,#ocdemailaddress,#ocdaddress,#ocdaddress2,#ocdwebsite,#ocdzipcode,#ocdcityplace,#ocdstate,#ocdcountry,#ocdtelephone,#ocdtelefax,#ocdcomments, #ocdpayment, #ocdpassword, #ocdpassword2{
	/* names before inputfields */
	text-align: right;
}
.occcomments, .occemailaddress, .occtelephone, .occtelefax, .occpayment
{ 
	
}
.orderprod{	
    padding: 2px 0 0 0;    
    border-bottom: 1px solid #c0c0c0;     
}
.orderline,.ototalsum{
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
}
.orderlinetr div,.ototalsumtr div{
	line-height: 2em;
	border-collapse: collapse;
}
.opquantity,.opproductdesc{
	text-align: left;
}
.opprice,.oplinesum,.ototalsumtx,.ototalsump{
	text-align: right;
}
.ototalsumtr{
	border-top: 1px solid #ccc;
	font-weight: bold;
}
.ocordercomments2, .ocordercomments3{
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;	
	text-align: center;
	font-weight: bold;	
	clear: both;
}
.ocordercomments3{
	border: none;
	font-size: medium;
}

.cartformbottom .cartbigbottomback a {
	color:#fff;
}

.cartformbottom .cartformbottomsend a span{
	/*display:none;*/
}
.cartformbottom .cartformbottomsend a {
	/*background:url('dep/send_bestilling.gif') no-repeat center center;
	display:block;
	width:120px;
	height:21px;*/
}

/***********************************************************************************************************************************/
/* search for product result page */
.fieldheadertr{

}

.fieldheadertr div { /* containers in header */
	color:#fff;
	font-size:11px;
	font-weight: bold;
	/*text-transform:uppercase;*/
}
.renderlisttr div{ /* containers in row */
	vertical-align:middle;	
	color:#606060;
}
.spandesc a,.spandesc a:visited{color:#fff;font-weight:bold;white-space:normal !important}/* descriptions 1 and 2 in result row */

.fieldprice, .spanprice{ /* 6 column - price */ /* box with price in result row */
	text-align:right;
}
.renderlist2, .renderlist1{ /* row with result - odd */ /* row with result - even */
	/*border-bottom:1px dashed #b7b7b7;*/
	
}
/* Search suggestions - when no searchhits -  */
div.renderseachnon, div.rendersearchnontr, div.rendersearchnonalt /*container for 'No hits!'*/
{}
div.rendersearchnonalttr
{
	margin: 20px 0 0 0;
}
div.rendersearchalttxt /* container for 'did you mean:'*/
{	
	font-weight: bold;
	padding: 5px 0 2px 2px;
	font-size: 11px;
}
div.rendersearchaltv /* container for alternative hits */
{}
a.altsearchlink, a.altsearchlink:visited, a.altsearchlink:hover /* alternative hits */
{
	cursor: pointer;
	padding: 2px 2px 2px 2px;
}
/***********************************************************************************************************************************/
/* order frame */
.cartframe{
    font-size: 11px;
    margin: 0px;
    color: #fff;   
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
/****************************************************************************************************************/
/* printerfriendly */
.singleprinterfriendtxt
{ 
	font-weight: bold;
}
/****************************************************************************************************************/
/* Tip a friend */
div.singletipafriend /*container for tipafriend top text + img before clicked */
{
}

div.tipafriendv /* container for tipafriend img before clicked */
{
	cursor: pointer;
}
div.singletipafriendtxt /* container for tipafriend toptext */
{
}
div.tipafriendtop /* container around total tip a friend */
{
	background-color: #FFFFFF;
	border: solid 1px #b3b3b3;	
}
div.tipafriendtopttr
{
}
div.tipafriendhead /* container for tipafriend headerimg and text + img for close */
{
	background-color: #e5e5e5;
	border-bottom: solid 1px #b3b3b3;
}
div.tipafriendheadtxt /* container for tipafriend headerimg and text */
{
}
div.tipafriendheadclose /* container for tipafriend headerimg close */
{
	cursor: pointer;
}
div.tipafriendpname /* container for productdesc to be tipped */
{
}
div.tipafriendmsg, div.tipafrienderrmsg /* container for message when tips is sent OK */
{
	color: #00FFFF;
}
div.tipafriendsend /* container around send tip to text and inputfield */
{
}

div.tipafriendsendv /* container for send to inputfield */
{
}
input.tipafriendinp, textarea.tipafriendcommentinp /* inputfields for to/from email-address and comments */
{ 
	border: solid 1px #b3b3b3;
}
div.tipafriendfrom /* container for from email txt and inputfield */
{
}
div.tipafriendfromv /* container for from- inputfield */
{
}

div.tipafriendcomment /* container for commentstxt and textarea */
{
}

div.tipafriendcommentv /* container for comments- inputfield */
{
}
div.tipafriendsubmit /* container around submit and reset images */
{
}
div.tipafriendsubmittxt /* container around submit-img */
{
	cursor: pointer;
}
div.tipafriendsubmittv /* container around reset-img */
{
	cursor: pointer;
}
/* text/labels in tip a friend */
div.singletipafriendtxt, div.tipafriendheadtxt, div.tipafriendsendtxt, div.tipafriendcommenttxt, div.tipafriendfromtxt, div.singletipafriendtxt 
{
	font-weight: bold;
	color: #fff;
}
/****************************************************************************************************************/
/* styles for cute editor */
.menumaintext
{
}
.menuintrotext
{
}
/****************************************************************************************************************/

#ordrebacklink a
{
	color: #00ffff;
}