@charset "utf-8";

/* QSHOP */
.qshop .highlight, .qshop .highlight2  {
	overflow: auto;
	clear: both;
	height: 100%;
	padding: 15px;
	margin: 15px 0;
	border: solid;
}

.qshop .highlight2 {
	border: none;
}

.qshop button {
	margin: 10px 0;
	cursor: pointer;
	float: right;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	border: solid;
}

.qshop button, .qshop input, .qshop select, .qshop textarea {
	width: 200px;
}

/* .producte */
#content.qshop .producte p {
	margin-top: 0;
}

.qshop .producte img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px;
}

/* .uppanddown */
.qshop .upanddown {
	float: left;
	line-height: 0;
	width: 35px;
	margin-left: 2px;
}

.qshop .upanddown input {
	float: left;
	width: 20px;
}

.qshop .upanddown img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

/* #totalcomanda  */
.qshop #totalcomanda {
	border: solid;
	border-width: 1px 0;
	padding: 0 10px;
	margin: 10px 0;
}

.qshop #totalcomanda p {
	text-align: right;
}

/* small button */
.qshop small button {
	position: absolute;
	top: -70px;
	left: 20px;
	width: auto;
	font-size: 1em;
}

/* Colors */
.qshop .highlight, .qshop .producte img {	
	background-color: #FFFFFF; // blanc
}

.qshop .highlight2 {
	background-color: #EEEEEE; // gris clar
}

.qshop .upanddown img, .qshop button {
	background-color: #CCCCCC; // gris mig
}

.qshop .upanddown a:hover img {
	background-color: #999999; // gris fosc
}

.qshop .highlight, .qshop .highlight2, .qshop .producte img, .qshop button {	
	border-color: #CCCCCC; // gris
}

/* /QSHOP */