
/*

1. Groundstructure (ex: body, main-divs etc)









*/






/* 1 Groundstructure */



body {
	background: url(images/bege.jpg) #ccc;
   background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
	background-position:center top; 
	
}

#main {
	margin-left: auto;
	margin-right: auto;
	height:100%;
	width:900px;
	background: #fff ;   
	min-height: 630px;
	margin-top:217px;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding:0px;
}


#left {
	width:190px;
	height:auto;
	background-color: #F4F4F4;
	float:left;
	margin-right: 5px;
   font-weight: bold;
	color:#2b530d;
   min-height: 900px;
   overflow: hidden;
}

#middle {
	width:500px;
	height:auto;
	background-color: #fff;
	float:left;
}

#right {
	width:200px;
	height:auto;
	background-color: #f4f4f4;
	float:left;
	margin-left: 5px;
	min-height: 900px;
}

#footer {
	clear:both;
	
}

#leftEUDiv {
	margin-top: 30px;
	margin-left: 25px;
}

#leftCardsDiv {
	margin-left: 20px;
}

#leftPhoneDiv {
	margin-left: 20px;
}

/* Middle-flöde */

.newsText {
width:280px;
height:auto;
float:left;
padding-left:10px;
margin:0px;
padding-bottom:20px;
	
}



.newsWriter {
	margin-left: 15px;
	font-size: 10px;
	font-weight: bold;
}

.newsFoto {
	width:150px;
	height:105px;
	float:left;
	margin-left:20px;
}


.headline {
 font-size: 16px;
 font-weight: bold;
 color:#336633;
 padding:0px;
 margin:0px;
 margin-left: 15px;
}

.divider {
	width:500px;
	height:1px;
	padding:0px;
	margin:0px;
	border-bottom: 1px dotted #ddd;
	clear: left;
	}

	
.bread {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	font-weight: lighter;
	padding: 3px;
	margin: 4px;
}

.bread2 {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	font-weight: lighter;
	padding: 3px;
}

/* navigation */

#leftNav {

}

#leftNav li {
 list-style-type: square;
 margin-bottom:10px;

}

/* Right-flöde */
#basketDiv {
	margin: 15px;
}

#basketTotalNrDiv {
	float: left;
	width: 82px;
}

#basketTotalSumDiv {
	width: 82px;
	float: left;
}

#basketProductsSelect {
	width: 165px;
}

#basketButtonDiv {
	margin-top: 10px;
}

#mainSearchField {
	height:14px;
	border: 1px solid #000;
	color: #415375;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-indent: 5px;
	width:170px;
}

#mainSearchDiv {
	width: 155px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#mainSearchBtnDiv {
	text-align: right;
	width: 170px;
	margin-top: 4px;
}

#rightUserExpDiv {
	margin-left: 17px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#rightGetCatelogDiv {
	margin-left: 17px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#rightPhoneDiv {
	margin-left: 17px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}


#rightNewsletterDiv {
	margin-left: 17px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

/* End right-flöde */

/* Startpage */
#startStartTextDiv {
	margin-left: 8px;
}

.startpageNewsTextDiv {
	height: 50px;
	margin-bottom: 5px;
	padding-left: 8px;
	overflow: hidden;
}

#startNewsDateSpan {
	font-size: 10px;
	color: #333;
}

.startpageNewsBtnDiv {
	margin-left: 10px;
}

/* End startpage */

/* News page */
.newsNewsTextText {
	margin-left: 7px;
}

.newsNewsText {
width:470px;
height:auto;
float:left;
margin:0px;
padding-bottom:20px;
	
}
/* End news page */

/* Product tree navigation */

.productTreeLev0 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
}

.productTreeLev0 li {
 list-style-type: square;
 margin-bottom:0px;

}

.productTreeLev1 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.productTreeLev1 li {
 list-style-type: none;
 margin-bottom:0px;
 margin-left: 10px;
 font-size: 12px;
	
}

.productTreeLev1 li:hover {
 list-style-type: circle;
 margin-bottom:0px;
 margin-left: 10px;
	font-size: 12px;
}

.darkerGreenLink
{
	cursor: pointer;
	color: #cc3300;
	text-decoration: none;
}

.darkerGreenLink:hover
{
	cursor: pointer;
	color: #cc3300;
	text-decoration: underline;
}

.darkGreenLink
{
	cursor: pointer;
	color: #496619;
	text-decoration: none;
}

.darkGreenLink:hover
{
	cursor: pointer;
	color: #668a2d;
	text-decoration: underline;
}

.greenLink
{
	cursor: pointer;
	color: #2b530d;
	text-decoration: none;
}

.greenLink:hover
{
	cursor: pointer;
	color: #2b530d;
	text-decoration: underline;
}

.greenLinkSmall
{
	cursor: pointer;
	color: #2b530d;
	text-decoration: none;
	font-weight: normal;
}

.blackLink
{
	cursor: pointer;
	color: #dc6f04;
	text-decoration: none;
}

.greenLinkUnderline
{
	cursor: pointer;
	color: #2b530d;
	text-decoration: none;
}

.greenLinkUnderline:hover
{
	cursor: pointer;
	color: #2b530d;
	text-decoration: underline;
}

.greenLinkBold
{
	cursor: pointer;
	color: #2b530d;
	text-decoration: none;
	font-weight: bold;
}

.redLinkBold
{
	cursor: pointer;
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

.greenLinkBold:hover
{
	cursor: pointer;
	color: #2b530d;
	text-decoration: underline;
	font-weight: bold;
}

.greenLinkActivated
{
	color: #ff9933;
	text-decoration: none;
}

.orgLinkBold {

	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
}

.orgLinkBold:hover {

	color: #ff9933;
	text-decoration: underline;
	font-weight: bold;
}

.orgLink {

	color: #ff9933;
	text-decoration: none;
	font-weight: normal;
}

.orgLink:hover {

	color: #ff9933;
	text-decoration: underline;
	font-weight: normal;
}

/* Forms */
h2 {
	 font-size: 16px;
	 font-weight: bold;
}

label {
	font-size: 11px;
	display: block;
	color:#336633;
}

.textfield {
	background-color: #fefefe;
	border: 1px solid #d0cfce;
	width:180px;
	margin-bottom:10px;
   font-size: 11px;
}

.textfieldPersNr1 {
	background-color: #fefefe;
	border: 1px solid #d0cfce;
	width:90px;
	margin-bottom:10px;
   font-size: 11px;
}

.textfieldPersNr2 {
	background-color: #fefefe;
	border: 1px solid #d0cfce;
	width:75px;
	margin-bottom:10px;
   font-size: 11px;
   margin-left: 8px;
}

.amountTextfield {
	background-color: #fefefe;
	border: 1px solid #d0cfce;
	width:30px;
   font-size: 11px;
}

.standard {
	margin:20px;
}

.webform {
	
	width:440px;
	height:auto;
	padding:0px;
	margin:0px;
	font-family: Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif;

	
}


select {
	width:200px;
	background-color: #fefefe;
	border: 1px solid #d0cfce;
	margin-bottom: 10px;
	font-size: 11px;
}


.upload {
	width:200px;
	background-color: #fefefe;
	border: 1px solid #d0cfce;
	margin-bottom: 10px;
}

textarea {
	width:300px;
	background-color: #fefefe;
	border: 1px solid #d0cfce;
	margin-bottom: 10px;
	height:100px;
   overflow: auto;
}

.dateSelect {
	width:55px;
}

.normal {
	font-size: 10px;
}


legend {
 font-family: Lucida Sans Unicode;
 font-size: 13px;
 font-weight: bold;
 color:#336633;
 

}

fieldset {
	 border-top: 1px solid #ddd;
	 border-left: 0px;
	 border-bottom: 0px;
	 border-right: 0px;
	 width: 440px;
	 margin-left: 20px;
}


.spcHdl {
	font-weight: bold;
	font-size: 12px;
	
}

#container {background: #cfebb3; width:470px; margin-left: 15px; font-family: Lucida Sans Unicode, Verdana;}
.roundtop {background: #ffffff;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #cfebb3;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #cfebb3;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #cfebb3;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #cfebb3;}
.content {padding: 10px;}

/* End forms */

/* Basket page */
.basketTable {
	width: 470px;
	text-align: left;
	margin-left: 15px;
}
.basketNameTd {
	width: 230px;
	height: 25px;
}
.basketTRWhite {
	background-color: #FFF;
}
.basketTRGrey {
	background-color: #f4f4f4;
}
#basketTotalDiv {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}

#basketBtnDiv {
	margin-left: 15px;
}

/* End basket page */

/* Cashier page */
.cashierTable {
	width: 470px;
	margin-left: 15px;
	text-align: left;
}
.cashierNameTd {
	width: 230px;
	height: 25px;
}
.cashierTRWhite {
	background-color: #FFF;
}
.cashierTRGrey {
	background-color: #CCC;
}
#cashierTotalDiv {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 300px;
}
.cashierDeliveryLeft {
	float: left;
	width: 230px;
}
.cashierDeliveryRight {
	float: left;
	width: 210px;
}
/* End cashier page */

/* Login page */
#loginLeftDiv {
	float: left;
	width: 230px;
	margin-left: 30px;
}

#loginRightDiv {
	float: left;
	width: 210px;
}

#loginButtonDiv {
	margin-top: 40px;
}
/* END login page */

/* Register page */
#registerLeftDiv {
	float: left;
	width: 230px;
}

#registerRightDiv {
	float: left;
	width: 210px;
}
/* End register page */

/* Search page */
#searchDiv {
	padding: 15px;
}

#searchFieldBig {
	border: 1px solid #2b530d;
	height:18px;
	width:280px;
	margin:0px;
	padding-left: 10px;
	padding-top: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ff9933; /* #d5dbe5; */
	font-size: 11px;
	font-weight: bold;
	margin-top:5px;
	margin-left: 3px;
	text-transform: uppercase; 
}
/* End search page */

/* Page navigation div */
#pageNavigatorDiv {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	width: 320px;
	height:30px;
	padding:0px;
	font-family: Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.inactiveLinkPageNavigator {
	width:auto;
	height:auto;
	background-color: #cfebb3;
	text-align: center;
	 border: 1px solid #99bb77;
	padding-left:4px;
	padding-right:4px;
	margin-right: 2px;
}

.activeLinkPageNavigator {

	color: #194B2F;
	text-decoration: none;
}

.activeSpanPageNavigator {
	width:auto;
	height:auto;
	background-color: #cfebb3;
	text-align: center;
	 border: 1px solid #99bb77;
	padding-left:4px;
	padding-right:4px;
	margin-right: 2px;
}

.activeSpanPageNavigator:hover {
	width:auto;
	height:auto;
	background-color: #bad89d;
	text-align: center;
	 border: 1px solid #99bb77;
	padding-left:4px;
	padding-right:4px;
	margin-right: 2px;
}

.totalpagesdisplay {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;
}

/* End page navigation */

/* Account page */
#orderTable {
	text-align: left;
	width: 450px;
}

/* End account page */

/* viewOrder page */
#specificOrderOverviewTable {
	text-align: left;
	width: 450px;
}

#specificOrderOverviewTD {
	width: 100px;
}

#specificOrderRowTable {
	margin-top: 30px;
	text-align: left;
	width: 450px;
}
/* End viewOrder page */

/* produktboxar */

.prdImg {
	float: left;
	width:75px;
	height: 74px;
	overflow: hidden;
	padding-top:13px;
	padding-left:4px;
	padding-right: 4px;
}
.prdInfo {
	float:left;
	width:150px;
	height: 100px;
	
 
}

.prodBoxName
{
	font-size: 12px;
	font-weight: bold;
	color: #2b530d;
	border-bottom: 1px solid #2b530d;
	margin-right: 5px;
	margin-top: 2px;
	margin-left: 5px;
	overflow: hidden;
	height: 18px;
}

.prodBoxText {
	height: 65px;
	margin-top: 9px;
	overflow: hidden;
}

.prodBoxPrice {
	margin-top: 5px;
	font-size: 12px;
}

.prodBoxPriceSale {
	color: #cc0000;
	font-weight: bold;
}

.prodBoxPriceSpan {
	color: #2b530d;
	font-weight: bold;
}

.prodBoxPriceOriginal {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.greenBtn {
	background-image: url(images/greenBtn.jpg);
	background-repeat: no-repeat;
	width: 96px;
	height: 17px;
	color:#fff;
   cursor: pointer;
	border:0px;
	margin:0px;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	padding-bottom:3px;
	

	
}

.cashierBtn {
	background-image: url(images/kassa.jpg);
	background-repeat: no-repeat;
	width:46px;
	height:17px;
	border: 0px;
	font-size: 10px;
	color:#fff;
	cursor: pointer;
	font-weight: bold;
	margin:0px;
   font-family: Tahoma;
   padding-bottom:3px;
	

	
}

.greenBtnSpec {
	background-image: url(images/greenBtnSpec.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 17px;
	color:#fff;
   cursor: pointer;
	border:0px;
	margin:0px;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	padding-bottom:3px;
	

	
}

.orgBtn {
	background-image: url(images/orgBtn.jpg);
	background-repeat: no-repeat;
	width:56px;
	height:17px;
	border: 0px;
	font-size: 10px;
	color:#fff;
	cursor: pointer;
	font-weight: bold;
	margin:0px;
   font-family: Tahoma;
   padding-bottom:3px;
}

.smallBoxAmountInput {
	margin-right: 5px;
	text-indent: 2px;
	width: 20px;
	height: 13px;
	font-size: 10px;
	margin-left: 5px;
	border: 1px solid #000;
	color: #415375;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.smallBoxAmountDiv {
	float:left; 
	width: 60px;
	padding-left: 8px;
}

.m {
	float: left;
	margin-right: 5px;
	margin-top: 6px;
}

.n {
	float: left;
	margin-top: 6px;
	margin-left:0px;
	padding-left:0px;
	text-align: left;
}

.prdForm {
	padding-left: 0px;
	
}

.clear {
	clear:left;
	margin: 0px;
	padding:0px;
}
/* End */

/* Customerexperience.php */
#addBtnDiv {
	margin-top: 15px;
	margin-bottom: 15px;
}

.experienceContainer {
	border-top: 1px solid;
	height: 170px;
	width: 470px;
	margin-left: 15px;
}

.experiencePicDiv {
	width: 130px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.experienceTextDiv {
	width: 310px;

	float: left;
	margin-left: 5px;
	margin-top:5px;
}

.experienceTextTextDiv {
	height: 100px;
	overflow: hidden;
	margin-top: 5px;
}

.experienceReadMoreBtnDiv {
	float:left;
	width: 200px;
}

.experienceCommentLinkDiv {
	float: left;
	width: 100px;
}

.experienceHeadlineDiv {
	font-weight: bold;
	color: #2b530d;
}

.experienceByDiv {
	color: #000;
}

/* END */

/* General classes */
.bold {
	font-weight: bold;
}

.bigTextArea {
	width: 450px;
	height: 600px;
}

.errorMsg {
	color: red;
}
/* End */

/* Terms */
.termsDiv {
	margin-left: 15px;
	margin-right: 15px;
}
/* End Terms */

/* Experience comments */

#observationBox {
	background-color: #fff;
	height:auto;

	width:440px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.oSubject {
	height:25px;
	width:470px;
}

.oPoster {
	background-color: #eee;
	width:470px;
	height:18px;
	background-repeat: no-repeat;
	margin-left: 15px;
}

.oContent {
	background-color: #fff;
	height:auto;
	min-height: 150px;
	width:470px;
	margin-left: 15px;
}

.oText {
	float:left;
	width:250px;
	height:auto;
	color:#000;
}

.oTextBig {
	float:left;
	width:465px;
	height:auto;
	color:#000;
}

.oImage {
	float:right;
	width: 200px;
	height:auto;

}


.footClear {
	clear:both;
	padding:0px;
	margin:0px;
	height:0px;
}


.ofont {
	color:#2b530d;
	font-family:trebuchet ms;
	font-weight: bold;
	font-size: 16px;
	padding:0px;
	margin:0px;
	padding-left:15px;
	padding-top:5px;
}

.postID {
	font-size: 10px;
	font-weight: bold;
	padding-top:2px;
	margin: 0px;
	color: #303030;
	padding-left:2px;
	float:left;
}

.posterID {
	float:right;
	color:#000;
	padding-right:5px;
	padding-top:2px;
}


.obread {
	margin:0px;
	padding:5px;
	width:250px;
	color: #4A4A4A;
	font-size: 11px;
}

.obreadBig {
	margin:0px;
	padding:5px;
	width:450px;
	color: #4A4A4A;
	font-size: 11px;
}

.imgStyle {
	padding:0px;
	border: 1px solid #d7d7d7;
	margin-top:5px;
	margin-bottom:3px;
}

/* End experience comments */

/* Cookies */

.cookiesHolder {
	margin-left: 8px;
}

/* End cookies */

/* produkt detaljvy */

.prodArtNrDiv {
	width: 145px;
	text-align: right;
}

.xlPrd {
	width:185px;
	height:200px;
	float: left;
	margin-top: 22px;
}

#showDetailsLink {
	font-weight: bold;
}

.xlPrdText {
	width:305px;
	height:auto;
	float: left;
	margin-top: 10px;
}

.xlPrdTitle {
	width:500px;
	height:23px;
	background-color: #f4f4f4;
	
}

.xlPrdCart {
	width:500px;
	height:23px;
	background-color: #f4f4f4;
	margin-top: 20px;
	
}


.prdPrice {
	float:left;
	width:300px;
	font-size: 11px;
	font-weight: bold;
	color:#000;

	margin-left: 30px;
}

.buyOptions {

float:left;
width:200;
padding-top: 2px;

	
}

.price {
	color:green;
	font-size: 16px;
}

.salePrice {
	color:#cc0000;
	font-size: 16px;
}

.originalPrice {
	color: #000;
	font-weight: normal;
}

.prdNum {
	width:30px;
	font-size: 10px;
}


.addToCart {
	background-image: url(images/greenBtn.jpg);
	width:96px;
	height:17px;
	margin:0px;
	border:0px;
	padding:0px;
	color:#fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	cursor: pointer;
}

.sweName {
	margin: 0px;
	padding:0px;
	float: left;
	font-size: 16px;
	font-weight: bold;
/*	color:#4c7622;*/
color:#dd812c;
	width:auto;
	margin-left:20px;
}

.firstWordsColor {
	color:#4c7622;
	font-weight: bold;
}



.latiName {
	margin: 0px;
	margin-left: 8px;
	padding:0px;
	float: left;
	font-size: 12px; 
	font-weight: bold;
	width:aoto;
	padding-top:3px;
	color:#4c7622;
}

/* End produktdetalj */

/* Forgot password */
.forgotPasswordForm {
	margin-left: 15px;
	margin-top: 15px;
}
/* End */

/* Kontakt */

.grImage {
	margin-left: 15px;
	margin-top: 10px;
	
}

.cInfo {
	float: left;
}

.cImage {
	float: left;
	margin-left: 30px;
}




/* END kontakt */

/*oklara namn på divar ..teststadium*/

.f {
	width:190px;
	height:26px;
	background: url(images/p.jpg);
	color:#fff;
}

.g {
	width:200px;
	height:26px;
	background: url(images/p.jpg);
	color:#fff;
}

.p {
	padding-left:45px;
	padding-top: 3px;
	font-size: 11px;
	font-weight:bold;
}

.pr {
	background-image: url(images/prdbg.jpg);
	background-repeat: no-repeat;
	width: 235px;
	height:148px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.clear {
	clear: both;
}

.bigOr {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
}


/* View category */
.subLetterSpan {
	background-color: #cfebb3;
	text-align: center;
	 border: 1px solid #99bb77;
	padding-left:2px;
	padding-right:2px;
	margin-right: 0px;
	margin-left: 0px;
	color: #194B2F;
	cursor: pointer;
}

.subLetterSpanNoPointer {
	background-color: #cfebb3;
	text-align: center;
	 border: 1px solid #99bb77;
	padding-left:2px;
	padding-right:2px;
	margin-right: 0px;
	margin-left: 0px;
	color: #194B2F;
}

.subLetterSpanSelected {
	background-color: #cfebb3;
	text-align: center;
	 border: 1px solid #99bb77;
	padding-left:2px;
	padding-right:2px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
	cursor: pointer;
}

.letterHolder {
	margin-left: 20px;
}

.viewCategoryLineHeight {
	line-height: 22px;
}

.seasonOver {
	margin-left: 15px;
	margin-top: 20px;
	font-weight: bold;
}

/* END */
