
/* CSS Document */
@media (min-width:961px) {
	#kontaktInfoBestilling {
		width:50%;
	}
	#rightOuterHolder {
		float:right;
	}
	.regrow, .regrow_f{
		padding-top:5px;
		padding-bottom:5px;
		line-height:30px;
	}
	.regrow:hover {

	}   
	.reglabel {
		float: left;
		min-width:30%; 
	} 
	.reginput {
		float:left;
		min-width:70%;
	}
	input[type=text] {
		padding:5px;
	} 
	textarea#article_ingress {
		padding:5px;
	}
	#send {
		float:left;
		clear:both;
		box-sizing:border-box;
		margin-top: 60px;
	}
}
@media (max-width:960px) {
	#kontaktInfoBestilling {
		width:50%;
	}
	#rightOuterHolder {
		float:right;
	}
	.regrow, .regrow_f{
		padding-top:5px;
		padding-bottom:5px;
		line-height:30px;
	}
	.regrow:hover {

	}   
	.reglabel {
		float: left;
		min-width:30%; 
	} 
	.reginput {
		float:left;
		min-width:70%;
	}
	input[type=text] {
		padding:5px;
	} 
	textarea#article_ingress {
		padding:5px;
	}
	#send {
		float:left;
		clear:both;
		box-sizing:border-box;
		margin-top: 60px;
	}
}
@media (max-width:481px) { 
	#kontaktInfoBestilling {
		width:100%;
	}
	#rightOuterHolder {
		float:left; 
	}
	.regrow, .regrow_f{
		padding-top:5px;
		padding-bottom:5px;
		line-height:30px;
	}
	.regrow:hover {

	}   
	.reglabel {
		float: left;
		min-width:100%; 
	} 
	.reginput {
		float:left;
		min-width:100%;
	}
	input[type=text] {
		padding:10px;
	} 
	textarea#article_ingress {
		padding:10px;
	}
	#send {
		float:left;
		clear:both;
		box-sizing:border-box;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

	#cartHolder {
		background-color:#FFF;
		color: #000;
		clear: both;
	}
	#cartHeaderPage {
		border-bottom: 1px solid #999999;
		font-weight: bold;
		line-height: 24px;
		padding: 5px;
		text-align: left;
		float:left;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px; 
		color: #999;
		font-size: 24px;
	}
	div#cartPage {
		box-sizing: border-box;
		clear: both;
		color: #000000;
		cursor: auto;
		display: inline-block;
		font-weight: bold;
		line-height: 30px;
		text-align: right;
		width: 100%;
	}
	#cartPage ul {
		list-style:none; 
		margin:0; 
		padding:0; 
		width:100%;
	}
	div#cartPage ul li {
		border-bottom: 1px dashed #CCCCCC;
		display: table;
		height: auto;
		padding: 5px;
		width: 100%;
		box-sizing: border-box;
		line-height: 40px;
		
	}
	div#cartPage ul li:last-child {
		border-bottom: 1px solid #CCCCCC;
	} 	
	div.antHolder {
		display: inline-block;
		margin-right: 20px;
		float:left; 
		text-align: left;
	}
	.antHolder a {
		text-decoration:none;
	}
	div.cTitlePage {
		text-align: left;
		font-size: 18px;
	}
	
	div.xPage {
		display: inline-block;
		padding-right:8px;
		font-weight: normal;
	}
	input.quantity { 
		display: inline-block;
		height: 30px;
		text-align: left;
		width: 50px;
		text-align: center;
		border:none;
		box-sizing:border-box;
		border-radius: 0;
		-webkit-appearance: none;
		border-width:1px;
		border-style:solid;
		border-color:#CCCCCC;
	}
	input.quantity:focus { 
		border-color:#333; 
	}
	
	div.cpricePage {
		display: inline-block;
		float: right;
		font-size: 14px;
		margin-top: 40px;
		text-align: right;
	}
	div#cartPage ul li:hover {
	
		
	}
	#cartPage ul li a.remove {
		background: url("../images/trash.png") no-repeat scroll center center;
		border:1px solid #fff;
		color: #fff;
		float: right;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		margin-left: 99px;
		margin-right: 40px;
		margin-top: 40px;
		padding: 20px;
		text-decoration: none;
		z-index: 10;
	}
	#cartPage ul li a.remove:hover {
		border:1px solid #ccc;
	}
	.cImg {
		width:120px;
		display: inline-block;
		float:left;
		margin-right: 20px;
	}
	.tImg {
		width:100%;
	}
	
	div#cartsumPage {
		box-sizing: border-box;
		clear: both;
		color: #000000;
		cursor: auto;
		display: inline-block; 
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		padding-right: 185px;
		text-align: right;
		width: 100%;
	}
	#extraInfo {
		font-weight: normal;
		font-style:italic;
	}
	div#linePage2 {
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		display: inline;
		float: right;
		margin-bottom: 5px;
		margin-top: 2px;
		width: 100%;
	}
	#bInfoForm {
		border-bottom: 1px solid #999999;
		float: left;
		margin-top: 30px;
		width: 100%;
		box-sizing:border-box;
	}
	#kontaktInfoBestilling {
		background-color:#FFF;
		float:left;
		box-sizing:border-box;
	}
	#mainHeader {
		border-bottom: 1px solid #999999;
		font-weight: bold;
		line-height: 24px;
		padding: 5px;
		text-align: left;
		float:left;
		box-sizing: border-box; 
		width: 100%;
		margin-bottom: 20px;
		color: #999;
		font-size: 24px;
	}
	.regrow, .regrow_f{
		background-color: #fff;
		box-sizing: border-box;
		float: left;
		height: auto;
		width: 100%;
	}
	.regrow:hover {

	}   
	.reglabel {
		display: block;
		font-weight: bold;
		vertical-align: middle;
		box-sizing: border-box;
	} 
	.reginput {
		display:block;
		font-weight:bold;
		vertical-align: middle;
		height:auto;
		box-sizing: border-box;
	}
	fieldset {
		border: 0 none;
		padding: 0;
		box-sizing: border-box;
	}
	input[type=checkbox] {
		box-sizing: border-box;
		border-radius: 0;
		-webkit-appearance: none;		
	}
	input[type=radio] {
		display:none;
		box-sizing: border-box;
		border-radius: 0;
		-webkit-appearance: none;
	}
	input[type=text] {
		width:100%;	 
		box-sizing: border-box;
		border:none;
		border-radius: 0;
		-webkit-appearance: none;
		border-width:1px;
		border-style:solid;
	} 
	textarea#article_ingress {
		width:100%;
		box-sizing: border-box;
		border-radius: 0;
		-webkit-appearance: none;
		border-width:1px;
		border-style:solid; 
	}
	input[type=radio] + label {
		padding: 8px 20px;
		margin-bottom: 0;
		font-size: 14px;
		color: #333;
		text-align: center;
		cursor: pointer;
		height:20px;
		box-sizing: border-box;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
		background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
		background-image: -o-linear-gradient(top,#fff,#e6e6e6);
		background-image: linear-gradient(to bottom,#fff,#e6e6e6);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
	}
	 
	input[type=radio]:checked + label {
		background-image: none;
		outline: 0;
		color: #fff;
		border: 1px solid #333;
		background-image: -moz-linear-gradient(top,#666666,#000);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#666666),to(#000));
		background-image: -webkit-linear-gradient(top,#666666,#000);
		background-image: -o-linear-gradient(top,#666666,#000);
		background-image: linear-gradient(to bottom,#666666,#000);	
		
		
	/*    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);*/
		background-color:#333;
	}
	.req {
		display: block;
		float: left;
		font-size: 20px;
		font-weight: bold;
		height: 30px;
		margin-left: 5px;
		vertical-align: middle;
		padding-top: 5px;
	}

	#rightOuterHolder {
		box-sizing:border-box;
	}

	#newsLetterHolder {
		float:left;
		clear:both;
		width: 100%;
		box-sizing:border-box;
	}
	#newsLetterHead {
		float:left;
		clear:both;	
		margin-top: 20px;
		margin-bottom: 20px;
		box-sizing:border-box;	
	}
	#newsLetterChoose {
		float:left;
		clear:both;
		box-sizing:border-box;
	}
	#godta {
		float: left;
		clear: both;
		margin-top:40px;
		margin-bottom:20px;
		box-sizing:border-box;
	}
	#order_accept {
		float:left;
		clear:both;	
		line-height:30px; 
		box-sizing:border-box;
	}
	#order_accept label { 
		margin: 0;
		padding: 0;
		line-height: 22px;
		display: inline-block;
		height: 20px;
		float:left;
		vertical-align:middle;
	}
	#order_accept0 {
		margin: 0;
		padding: 0;
		margin-right: 10px;
		line-height: 40px;
		display: inline-block;
		height: 20px;
		width: 20px;
		float:left;
		position: relative;
		top: 1px;
	}
	#vilkar {
		float:right;
		box-sizing:border-box;
		margin-top:40px;
		margin-bottom:20px;					
	}

	#button_save {
		background-color: #6d9c0e;
		background-image: linear-gradient(to bottom, #6d9c0e, #6d9c0e);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-radius: 10px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		margin-bottom: 0;
		padding: 10px 30px;
		text-align: center;
		text-shadow: none;
		vertical-align: middle;
		box-sizing:border-box;
	}
	#order_submit {
		background-color: #6d9c0e;
		background-image: linear-gradient(to bottom, #6d9c0e, #6d9c0e);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-radius: 10px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		margin-bottom: 0;
		padding: 10px 30px;
		text-align: center;
		text-shadow: none;
		vertical-align: middle;
	}
	#order_submit:hover {
		background-color: #618c0b;
		background-image: linear-gradient(to bottom, #618c0b, #618c0b);
	}
	
	 
	
	.idleField {
		border-color:#CCCCCC;
	}
	.focusField {
		border-color:#999;	
	}
	.errorField {
		border-color:#C00;	
	}
	
	input.idleField {
		border-color:#CCCCCC;	
	}
	input.focusField {
		border-color:#999;	
	}
	input.errorField {
		border-color:#C00;	
	}
	
