/*
* Styles for Caupo
*/


table {	font-size: 1em; }

img { border: 0; }

hr { color: #ccc; height: 1px;}

/* box */
.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%;
}
 
/* END Boxes */


/* knappar test start */

.btnFortsatt
{
padding: .10em;
background-color: #333;
color: white;
font-weight: bold;
border: 0px;
/* border:  1px solid black; */
}
/* knappar test slut */



/* 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
{
	height: 13px;
	float:left;
	margin-right: .2em;
	width: 100px;
}

input.defaultText
{
}

/* 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;
}

/* small image in shopping cart. */
/* http://www.sigsiu.net/forum/community-board-for-templates-css/vertical-alignment-of-the-image-inside-the-ltdivgt/ */
.listimage
{
    width: 60px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position:relative;

}
.listimage img
{
    max-width: 60px;
    max-height: 80px;
    vertical-align:middle;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}

/* ShopCart DataGrid */
.CartListItemAlt{ background-color: #f6f6f6 }

/* END Big shopping cart */


/* 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;
}
/* XXXX */
.CheckOutInfo
{
    width: 97%; 
    float: left;
    background-color: #FFFFCC;
    border: solid 1px gray;
    padding: .5em;
    font-weight: bold;
    text-align: left;
}

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}


.cloud-zoom-gallery
{
	margin: 0.2em;
    z-index: 200;
}

/* small image in product details page. */
.cloud-zoom-gallery
{
    width: 74px;
    height: 74px;
    text-align: center;
    line-height: 74px;
}
.cloud-zoom-gallery img
{
    max-width: 74px;
    max-height: 74px;
    vertical-align:middle;
    border: 1px solid #999999;
}

.mousetrap, .cloud-zoom, #wrap, .productimagearea
{
z-index: 1;
}


/* Box producer on product details page */
.boxProducer
{
    width: 80%;
	float:left;
	border-top: solid 2px #ccc; 
	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
}

.productPriceInfo
{
    float: left;
}

.productInfo
{
    float: left;
    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;
    padding-bottom: .7em;
}

.partpayment
{
    padding-top: 1em;
 
}

.desc2
{
    float: left;
    width: 100%;
}

.desc2text
{
    font-weight: bold;
    width: 100%;
    padding-left: 1em;
    padding-bottom: .2em;
    padding-top: .5em;
    margin-bottom: .5em;
    border-bottom: solid 1px black;
}
.inputtextarea
{
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    clear: both;
}
.inputtextarealabel, inputtextarea, inputtextareatext
{
    float: left;
        width: 100%;
}

/* Product details end */







/* OLD Product list */
.categoryimage
{
    float: left; 
    padding: 0 1em 1em 1em; /* for gastro */
} 

.producttable
{
    margin-left: 1em;
}

/* Listning av produkter */
#wrapper {

  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 180px;
}

.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; 
}

.item1image
{
    text-align: center;
}
/* OLD Listning av produkter startsida END */


/* NY PRODUKTLISTA 2011 */
.productwrapperwrapper1{width: 100%;}
.productwrapperwrapper1wide{width: 100%;}
.productwrapperwrapper2{ width: 91%; padding-left: 2em;}
.productwrapperwrapper2wide{ width: 817px; }
.productwrapperwrapper3{width: 100%;}
.productwrapperwrapper3wide{width: 805px;}

.productwrapper
{
    /* width: 820px; */ /* 613, 820 */
}
.groupSeparator
{
    margin-top: 10px;
    border-top: 1px dotted Gray;
    height: 7px;
    clear: both;
    margin-right: 1.3em;
    margin-left: .4em;
}
.itemSeparator
{
    width: 1px;
    border-left: 1px dotted Gray;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    height: 100%;
}
#container { overflow: hidden; }
#container div { margin-bottom: -2000px; padding-bottom: 2000px; }

/*** 3 in row ***/
.productItem3
{
    width: 180px;
    float: left;
    padding: 5px;
    margin: 5px;
    text-align: center;
    height: 100%;
}


.productitemtitle3
{
    text-align: left;
}
.productitemintroduction3
{
    text-align: left;
}

.productImage3
{
    height: 160px;
    width: 150px;
    vertical-align: middle;
    text-align: center;
    padding-left: 1em;
}
.tblimage3
{
vertical-align: middle;
text-align: center;
}
.tblimage3 tr td
{
height: 150px;
}

/*** 2 in row ***/
/*.groupSeparator, .itemSeparator{display:none;}*/ /* hide dotted borders when large images layout */

.productItem2
{
    width: 250px;
    float: left;
    padding: 5px;
    margin: 5px;
    text-align: center;
    height: 100%;
}

.productImage2
{
    height: 253px;
    width: 250px;
    vertical-align: middle;
    text-align: center;
    padding-left: 0;
}

.tblimage2
{
    vertical-align: middle;
    text-align: center;
}

.tblimage2 tr td
{
height: 250px;
}

.productitemtitle2
{
font-weight: bold;
}

/*** 1 in row ***/

.productItem1
{
    width: 100%;
    float: left;
    height: 100%;
}

.productImage1
{
    height: 160px;
    width: 160px;
    vertical-align: middle;
    text-align: center;
    padding-left: 0em;
    float: left;
}
.tblimage1
{
    vertical-align: middle;
    text-align: center;
}
.tblimage1 tr td
{
    height: 150px;
}
.productInfo1
{
    float: left;
    width: 66%;
}


.productitemtitle1
{
    float: left;
    width: 100%;
}
.productitemintroduction1
{
    height: 100px;
    float: left;
}
.productitemprice1
{
    width: 100%;
    float: right;
    text-align: right;
}
.productitembutton1
{
       float: right;
    text-align: right; 
}
/* NY PRODUKTLISTA SLUT 2011 */




/* 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;
}

/**** user controls ****/
.boxsubscribesmalform{float:left; margin-top: 0.9em; width: 100%}
.boxnewslistfooter{float: right; padding-right: 1em;}
.latestproductsprice{font-size: 0.7em;}




/* css buttons test 2 */
/* Button */
.button, input[type=button], input[type=submit], button {
	text-decoration: none;
	border-color:#888;
	border-color:rgba(0, 0, 0, 0.56);
	cursor: pointer;
	outline: none;
	color:#111;
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#aaa;
	background-image:url(../caupoimages/icons/gradient.png);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.75)), to(rgba(255,255,255,0)));
	background-image: linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-repeat:repeat-x;
	text-shadow:1px 1px 0 rgba(255,255,255,.67);
	line-height:2;
	margin: 0 0 .2em .1em; /* martin: changed from 0 0 2em 1em; */
	padding:0 .5em; /* martin: changed from 0 1em */
	height:2em;
	-moz-box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
	box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
	-webkit-transition: background .185s linear;
	-moz-transition: all .185s linear;
	-o-transition: all .185s linear;
	transition: all .185s linear;
	/** Make the text unselectable **/
	-moz-user-select: none;
	-webkit-user-select: none;
}
.button, .button:after, button, button:after, input[type=submit], input[type=button] {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	border-style:solid;

}
.button:after, button:after{
	display:block;
	position:absolute;
	content:' ';
	width:100%;
	height:100%;
	border-color: transparent transparent #ccc;
	border-color: transparent transparent rgba(255, 255, 255, 0.67);
	bottom:-2px;
	left:-1px;
}
.button:hover, .button:focus, button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus {
	background-color:#a8c0cb;
}
.button:active, button:active, input[type=submit]:active, input[type=button]:active {
	line-height:2.2;
	-moz-box-shadow
		:0 .33em 1em rgba(0,0,0,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
	-webkit-box-shadow:
		0 .33em 2em rgba(0,0,0,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
	box-shadow:
		0 .33em 2em rgba(0,0,0,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
		-webkit-transition: line-height .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.button.bg, .button.bg:hover, .button.bg:focus {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.75)), to(rgba(255,255,255,0)));
}

.button.regular {
}

.button.small {
	font-size:9px;
}
.button.large {
	font-size:15px;
}

/* css buttons test 2 end */





/* Standard classes */  
.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;
}


/************************************/
/****** Paging in product lists *****/
/************************************/
div.pager

{
    text-align : center;
    width: 100%;
    padding-bottom: 1em;
    padding-top: 2em;
}


div.pager a.previousNextLink
{
}

div.pager a.previousNextLink:hover
{
    text-decoration : underline;
}

/* If “previous” or “next” is disabled, hide it */
div.pager a[class="previousNextLink"][disabled]
{
display : none;
}

/* Page numbers (except active one) */
div.pager a.numericLink
{
text-align : center;
}

/* Page numbers mouse over */
div.pager a.numericLink:hover,
/* Active page number */
div.pager span span
{
text-align : center;
}


