/*
* Styles for Caupo
*/


table
{
	font-size: 1em;
}

img
{
	border: 0;
}



hr { color: #ccc; height: 1px;}
/* hr.dotted { color: #fff; border-bottom: 1px dotted #006699; } */


/* box */
.boxcart
{
	/* background-color: #e2e8f4; */
	border: dashed 1px #999999;
	overflow: auto;
	padding:0.3em;
	height: 100%;
}

.boxcontent
{
	/* gör så IE5 inte ser bra ut */
	/* float: left; */
	height: 100%;
	clear: both;
	width: 100%;
	overflow:hidden;
}

.boxtop
{
	margin-bottom: 0.3em;
}


/* requires own style because othervise to wide */
.boxtopleft
{
	margin-bottom: 0.3em;
}
 /* box content */
 
.boxcontentMain
{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.boxcontentImage
{
	float:left;
	text-align: center;
	width: 34%;
}
.boxcontentImage img
{
    max-width: 50px;
    max-height: 70px;
}
.boxcontentImage a
{
    display: block;
}

.boxcontentText
{
	margin-left: 0.3em;
	float:left;
	width: 60%;
}
 
.slutpunkt
{
	visibility: hidden;
}

 /* END Boxes */





/* forms */
.btnDefault
{
	border: solid 1px #666;
	font-size: 85%;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.btnBig
{
	border: solid 1px gray;
	font-size: 110%;
	font-weight: bold;
	margin: 1em;
	cursor: hand;
	cursor: pointer;
}

a.btnDefault
{
    padding: .2em;
    border: solid 1px #666;
	font-size: 79%;
    
}

.btnDefaultIMAGE
{
    vertical-align:middle; 
    border:none; 
    padding:0; 
    cursor:pointer; 
    float:left;
}

.btnBigIMAGE
{
	border: solid 1px gray;
	font-size: 110%;
	font-weight: bold;
	margin: 1em;
	cursor: hand;
	cursor: pointer;
	float: left;
}

input
{
	font-size: 1em;
}
input.quickSearchText
{
	width: 8em;
	height: 11px;
	float:left;
	margin-right: .2em;
}

input.defaultText
{
	/* border: solid 1px #ccc; */
}



/* END forms */



/* fel som visas i visaläget */
span.messagetocustomertext
{
	display:block;
	width: 80%;
	background-color: #ccccff;
	border: solid 1px gray;
	margin:1em;
	padding:1em;
}


/* validator */
.validatormessage
{
    padding-top: .7em;
    float: left;
    clear: both;
    width: 100%;
}


/* Cart Select Pay method */
.gridshoppingcart tr td
{
    border-top: solid 1px #ccc;
    padding-top: .5em;
    padding-bottom: .5em;
}
.gridshoppingcart table tr td /* nested table */
{
    border: none;
    padding-top: 0em;
    padding-bottom: 0em;
}


/* Cart Select Pay method END*/


/* register */
.registerFields
{
	width:100%;
	background-color: #f6f6f6;
	overflow: auto;
}

.registerInTab
{
    font-size: .8em;
}

.registerText
{
 	width: 30%;
	float: left; 
}
.registerInput
{
	/*width: 30%;*/
}

.registerColumn1
{
	width: 50%;	
	float: left;
	margin-left:1em;
	margin-top: 1em;
}

.registerColumn2
{
	width: 40%;
	float: left;
	margin-top: 1em;
}

.registerColumn100procent
{
	width: 80%;	
	float: left;
	margin-left:1em;
	margin-top: 1em;
}

.registerTextBox
{
	width: 12em;
	height: 1.2em;
	font-size: 90%;
}
.btnRow
{
    clear: both;
    padding-left: 20em;
    padding-bottom: 3em;
}
.registerWrapper
{
    width: 100%;
}

/* register END */


.bgDefault
{
	background-color: #f6f6f6;
	border: solid 1px #ccc;
	padding: 1em;
	margin:0.2em;
}

.hrleftmenu
{
	width: 90%;
	color: #ccc;
	border-width: 1px;
	height: 1px;
	
}

/* Big shopping cart */

.cartPriceBox
{
	width: 100%;
	border-top: solid 1px gray;
	padding: 0.5em 0 0.5em 0;
    margin-top:0.5em;
	text-align: right;
	font: 1.1em;
	float: right;
}

.headerrow
{
    /*color: White; */
    background-color: #ccc;
    text-decoration: none;
    font-weight: normal;
}


/* small image in shopping cart. */
.listimage
{
    width: 60px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.listimage img
{
    max-width: 60px;
    max-height: 80px;
    vertical-align:middle;
}

/* ShopCart DataGrid */
.CartListItemAlt{ background-color: #f6f6f6 }



/* END Big shopping cart */


/* fel som visas i adminläget */
/* .lblError
{
	background-color:#f6f6f6;
	width: 100%;
	border: solid 1 gray;
	padding: 1em;
} */

/* checkout */

#checkoutcol1
{
    width: 100%;
    float: left;
}

#checkoutcol2
{
    width: 100%;
    float: left;
}
#checkoutcol3
{
    width: 100%;
    float: left;
}

.hr_checkout { 
background-color: #CCC; 
height: 3px; 
width: 100%; 
float: left;
margin-top: 5px;
margin-bottom: 5px;
}

label.lblregister{
float: left;
width: 190px;
font-weight: bold;
}
input.txtregister, textarea.txtregister{
width: 200px;
margin-bottom: 5px;
}
textarea.txtregister{
width: 270px;
height: 150px;
}
br.txtregister{
clear: left;
}

.label
{
    width: 15em;
}

.CheckOutInfo
{
    width: 97%; 
    float: left;
    background-color: #FFFFCC;
    border: solid 1px gray;
    padding: .5em;
    font-weight: bold;
}

table.radioWithProperWrap input 
{     
  float: left; 
} 

table.radioWithProperWrap label 
{     
  margin-left: 25px; 
  display: block; 
} 


/* checkout end */




/* Product details */

.popupLargeImagesMainDiv
{
	background-color: White;
	width: 100%; 
	height: 70em; 
	padding: 1em;
}

.popupLargeImagesContentDiv
{
	padding: 1em;
	width: 90%;	
	float: left
}

.mainimagediv1{line-height:320px; height: 320px}
.mainimage{line-height:320px;vertical-align:middle}


.thumbsproductimages
{
	margin: 0.2em
}

.borderimage
{
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid
}

/* Box producer on product details page */
.boxProducer
{
    width: 80%;
	float:left;
	border-top: solid 2px #ccc; 
	margin-top:2em;
	/*padding-top: 1em;
	padding-bottom: 1em;
	
	margin-left: 1em;*/
/*	width:97%;
	float:left;
	border: solid 1px #ccc; 
	padding: 0.5EM;
	margin-bottom: 0.3em;
	margin-top:2em */
}

.boxProducerDesc
{
    padding-top: .5em;
}

.boxProducerLink
{
    padding-top: 1em;
}

.boxProducerLeft
{
   float: left;
   padding-right: 3em;
   padding-top: 1em;
   width: 8em;
}

.boxProducerRight
{
    float: left; 
    width: 30em;
}
/* end box producers */

.productDDLabelText
{
/*    width: 100%;
    padding-top: 1em;
    padding-bottom: .4em; */
}

.productDDContentText
{
    font-size: 11px;
    margin-bottom: .4em;
}


.nrToAdd
{
/*    padding-top: 1.4em; */
    padding-bottom: 1em
}

.productInfo
{
    padding: .5em;
    margin: .5em 0 .5em 0;
    background-color: #ccccff;
    width: 24em
}

.productservicesdivleft
{
	float: left;
	width: 40%;
	padding-left: 2em
}

.productservicesdivright
{
	float: left;
	width: 40%
}
.productservicesdivmain
{
	margin-top: 1em
}

.validatortext
{
    float: left;
    margin-left: .2em;
    width: 11em;
}

.pricearea
{
    padding-top: .5em;
    height: 6em;
}

/* Product details end */

/* Product list */

.categoryimage
{
    float: left; 
    padding: 0 1em 1em 1em; /* for gastro */
} 

.producttable
{
    margin-left: 1em;
}

.list1infotable
{
    width: 100%;
    height: 150px;
}
.btnReadMore
{
    margin-left: .3em;
}
.list_buttonarea_3 /* 3 product in row */
{
    padding-top: .2em;
    padding-bottom: .6em;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.list_buttonarea_1 /* 1 product in row */
{
    float: right;
    width: 100%;
    text-align: right;
}
.list_pricearea_1
{
    float: right;
    width: 100%;
    text-align:right;
}
/* Product list end */

/* Listning av produkter startsida */

.item1 /* huvudprodukten */
{
    width: 95%;
    overflow: hidden;    
    padding-bottom: 2em;
    padding-top: 2em;
}
.itemtype1_1
{
    width: 16em;
    height: 20em;
    float: left;
    padding: .5em;
}

.itemtype2_1
{
    width: 16em;
    height: 33em;
    float: left;
    padding: .5em;
}

.itemtype1_2
{
    width: 33em;
    height: 16em;
    float: left;
    padding: .5em;
    clear: both; /* for safari */
}
.itemrow
{
    width: 100%;    
}

.borderbottom{border-bottom: dotted 1px #D6D7D6;}
.bordertop{border-top: dotted 1px #D6D7D6;}
.borderleft{border-left: dotted 1px #D6D7D6;}
.borderright{border-right: dotted 1px #D6D7D6;}


.itemcontainer
{
    float: left; 
}
/* Listning av produkter startsida END */


.leftmenuheading
{
	padding-left: .5em;
}


/* Page: Login */
.logintextarea
{
	width: 10em; 
	float: left;
	padding-top: .6em;
	
}
.loginarea
{
    height: 2.3em;
}
/* Page: Login END */
/* Page: OrderCheckOut */
.OrderCheckOutDiv100
{
	width:100%; 
	float:left;
}
.OrderCheckOutDiv50
{
	width:50%; 
	float:left;
}


 
.leftfloating
{
	float: left;
}

.rightfloating
{
	float: right;
}

.fullwidth
{
    width: 100%;
    clear: both;
}

.hidden
{
    display:none;
}

/* hide input fields */
.diabled
{
     background-color: white; 
     border: #ccc 1px solid; 
     color: #000000; 
     cursor: default; 
}

.fakeinput 
{
    width: 150px;
    font-size: 8pt;
    font-family: tahoma;
    color: red;
    border: 2px inset #999999;
    padding: 2px;
    background-color: #eeeeee;
}
/* END hide input fields */  


.modalBackground
{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.modalPopup {
    background-color: #f3f5fb;
    border-width:1px;
    border-style:solid;
    border-color:black;
    margin:10px;
    padding: 10px;
    width:300px;
    position:absolute;
    /*top:150px;
    left:250px*/
}

.minimumordervalue
{
    border: solid 1px red;
    text-align: center;
    padding: 2em;
    margin: 2em;
    clear: both;
    color: Red;
    font-size: larger;
    font-weight: bold;
}