﻿.productbox {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    /*font-weight: ;*/
    padding: 5px;
    border:4px solid black;
    border-color: azure;
}

.productprice {
    /*border-top: 1px solid #dadada;*/
    padding-top: 3px;
    padding-bottom: 5px;
}

.pricetext {
    font-weight: bold;
    font-size: 1.4em;
}

.img2 {
    width: 100px;
    height: 90px;
}

.alignright {
    text-align: right;
}

.buttonlink{
	display:block;
    padding-bottom:3px;
	border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:3px 4px 4px 3px;
	width:10em;
	height:2.5em;
	background:#ccc;
	color:#333;
	line-height:2;
	text-align:center;
	text-decoration:none;
    font-family:'Courier New';
	font-weight:800;
}
.buttonlink:hover{
	border-color: #666 #aaa #bbb #888;
	border-width:4px 3px 3px 4px;
	color:#000;
}

.btndiv{
    padding:5px;
}

