

/* ------------- Product Template ------------- */


.showProdContWrapper h1{
    padding:0px;
	margin:0px 0px 15px 0px;
	font-size:18px;
}

.showProdImg {
    float: left;
    width: 300px;
}

.showProdPrice {
	font-size:18px; 
	font-weight:bold;
}

.showProdCont {
    float: right;
    width: 410px;
}

.clearBoth {
    clear: both;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

#showBuyBox {
    height: 30px;
    position: relative;
    width: 410px;
}

#showBuyBox .showAmount {
    left: 0;
    line-height: 22px;
    position: absolute;
    top: 0;
}

#showBuyBox .ProductQuantityTemplate {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E7E7E7;
    height: 18px;
    left: 40px;
    position: absolute;
    width: 50px;
}

#showBuyBox .buyButton {
    display: block;
    height: 22px;
	width:39px;
    left: 100px;
    position: absolute;
    top: 0;
	background-image:url(/files/carlevensen.no/images/buy_button.gif);
}





















