@media only screen and (min-width:961px) {
	#cartButton {
		min-width: 210px;
		float:right;
	}
	#myCart {
		padding:0px;
		background-color:#fff;
		visibility:hidden;
		border:1px solid rgba(0, 0, 0, 0.15);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		position:absolute !important;
		z-index:101;
		right:0;
		min-width: 280px;
	}
}
@media only screen and (max-width:960px) {
	#cartButton {
		min-width: 210px;
		float:right;
	}
	#myCart {
		padding:0px;
		background-color:#fff;
		visibility:hidden;
		border:1px solid rgba(0, 0, 0, 0.15);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		position:absolute !important;
		z-index:101;
		right:0;
		min-width: 280px;
	}	
}
@media only screen and (max-width: 480px) {
	#cartButton {
		min-width:100%;
		max-width: 100%;
		float:left;
		margin:0 auto;
		margin-top:20px;
		text-align:center;
	}
	#myCart {
		padding:0px;
		background-color:#fff;
		visibility:hidden;
		border:1px solid rgba(0, 0, 0, 0.15);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		position:absolute !important;
		z-index:101;
		left:0;
		min-width:100%;
		max-width: 100%;
	}
} 
ul.produkt {
	list-style:none;
}
#cartButton {
	/*background:url(../images/cart.png) 5px center no-repeat;*/

	cursor: pointer;
	height: 36px;
	line-height: 31px;
	text-align: center;
	 
	box-sizing: border-box;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	cursor: pointer; 
	
}
#pHolderCart {
    -moz-user-select: none;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 1px;
    text-align: right;
/*    text-transform: uppercase;*/
}
.cart-quantity {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;	
}
.cart-subtotal {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;		
}


#headingBottom {
	height:44px;	
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);


	font-size:14px;
	font-weight:bold;
	line-height:44px;

	color:#333;
	text-shadow:0px 1px 0px #fff;	
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 938px;
	margin-left:10px;
	float:left;
}
#infoHeading {
	height:44px;	
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);


	font-size:14px;
	font-weight:bold;
	line-height:44px;

	color:#333;
	text-shadow:0px 1px 0px #fff;
}

.closeCart {
	background-image:url(../images/cross.png);
	background-repeat:no-repeat;
	cursor:pointer;
    float: right;
    height: 23px;
    position: relative;
    right: 10px;
    top: 10px;
    width: 23px;
}

.closeCart:hover {
    background-image: url(../images/cross_hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 23px;
    position: relative;
    right: 10px;
    top: 10px;
    width: 23px;
}


#content {
	background:#fff;
	color:#000; 
}
#bInfo {
    float: left;
}
#cartHeader {
    border-bottom: 1px solid #999999;
    font-weight: bold;
    height: 22px;
    line-height: 24px;
    padding: 0 5px 5px;
    text-align: left;
	color:#999;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
div#hName {
    display: block;
    float: left;
    height: 22px;
    line-height: 25px;
    width: 100px;
}


div#hAntall {
    display: block;
    float: left;
    width: 30px;
    height: 22px;
    line-height: 25px;
}
div#hPris {
    display: block;
    float: left;
    padding-left: 40px;
    text-align: left;
    width: 60px;
    height: 22px;
    line-height: 25px;
}
div#cart {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 5px;
    text-align: left;

}
#cart ul {
	list-style:none; 
	margin:0; 
	padding:0; 
	width:100%;
}
div#cart ul li {
    border-bottom: 1px dashed #CCCCCC;
    display: table;
    height: auto;
    padding: 5px;
	width: 100%;
	box-sizing: border-box;
	line-height: 20px;
}
div#cart ul li:last-child {
    border-bottom: 1px solid #cccccc;
}
div#cart ul li:hover {
	
}
div.quantity { 
    display: inline-block;
    text-align: left;
} 
div.x {
    display: inline-block;
	padding-left:8px;
	padding-right:8px;
}
div.cTitle {
    display: inline-block;
	margin-right: 10px; 
}

div.cprice {
    display: inline-block;
	text-align:right;
	float:right;
}
#cart ul li a.remove {
    background: rgba(0, 0, 0, 0) url("../images/trash_small.png") no-repeat scroll center center;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    padding: 11px;
    text-decoration: none;
    z-index: 10;
	border:1px solid #fff;
}
#cart ul li a.remove:hover {
	border:1px solid #CCC;
}

div#cartsum {
    box-sizing: border-box;
    clear: both;
    color: #000000;
    cursor: auto;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    padding-right: 47px;
    text-align: right;
    width: 100%;
}
#cart-subtotal {
    display: inline;
    float: right;
    padding-left: 5px;
}



div#bigprice {
	font-size:16px;
}
div#hprice{
	font-size:16px;
}
label.shoplabels {
	width:40px; 
	float:left;	
    margin-bottom: 5px;
    padding: 2px;
}
select.size , select.color {
    margin-bottom: 5px;
    padding: 2px;
    width: 70px;
}
#cart ul li div#cartsize {
	width:auto;
}
#cart ul li div#cartcolor {
	width:auto;
}


#details { float:right; width:400px; }
#products { float:left; height:100px; position:relative; width:515px; }
#products > ul { list-style:none; padding:0; }
#products > ul > li { float:left; margin:5px 0 0 5px; }
#products > ul > li:first-child { margin-left:0; }
#products img { background:#f0f0f0; display:block; height:180px; width:125px; }
#products p { padding:0 5px; }
#products .price, #products .purchase { float:right; }
#products li.details { width:510px; }
#products li.details img { float:left; height:365px; width:255px; }
#products li.details div { float:right; width:240px; }
#products li.details p { padding:0; }
#products li.details .price { font-size:1.2em; margin-top:-2.2em; }
#products li.details label { display:block; float:left; width:50px; }
#products li.details select { margin:0 0 5px; width:190px; }

#cart ul li > div { }
#cart ul li select { width:166px; }
#cart ul li a { float:right; }
#totals { background:#f0f0f0; float:right; padding:10px; width:250px; }
#totals input { float:right; margin:0 0 5px; }
#totals select { width:100%; }
#totals p label, #totals div { display:block; float:left; width:120px; }
#totals div { text-align:right; }

#sjekkOuter {
    box-sizing: border-box;
	margin: 5px;
}
#sjekkutHolder {
    background: #73B10E  url("../images/checkout.png") no-repeat scroll right center;
/*    border-color: #647942;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px 1px #95e512 inset, 0 0 1px 1px rgba(0, 0, 0, 0.15);*/
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: sans-serif; 
    font-size: 12px;
    font-weight: bold; 
    height: 34px;
    line-height: 34px;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 1px #365207;
    text-transform: uppercase;
    width: 100%;
	margin-bottom: 5px;
}
#sjekkutHolder:hover {
    background: #007f3f url("../images/checkout.png") no-repeat scroll right center;
/*    border-color: hsl(83, 28%, 36%);
    box-shadow: 0 0 1px 1px #9eed1e inset, 0 0 1px 3px rgba(0, 0, 0, 0.15);*/
    color: #ffffff;
    text-shadow: 1px 1px 1px #3f6008;
}
#sjekkutHolder:active {
    background: #017339 url("../images/checkout.png") no-repeat scroll right center;
    color: #ffffff;
}
p#sjekkut {
    -moz-user-select: none;
    line-height: 34px;
    margin: 0;
	text-decoration:none;
    padding-left: 10px;
}
p#sjekkut a {
	text-decoration:none;
}
a#ckeckoutlink {
	text-decoration:none;
}	
div#hSlett {
    background-color: #d9534f;
	text-decoration:none;
    float: right;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 2px 6px;
}
div#hSlett:hover {
    background-color: #d2322d;
	text-decoration:none;
}
a.empty {
	color:#FFF;
	text-decoration:none;
}
