@charset "utf-8";
/***************************************************************************************************/
/******************** ORANGE eshop, (c) 2005, created by ORANGEpro s.r.o., www.orangepro.cz **********/
/***************************************************************************************************/
html {
	padding:0px;
	margin:0px;
	height:100%;
	}
body {
	height: 100%; 
	margin: 0;
	padding: 0px 20px 0px 20px;
	text-align:left;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:0.7em;
	}
a img {
	border:none;
	}
.non-link a{
	text-decoration:none;
	color:#999999;
	}

#similar-product-box {

	height:50px;

	}

html>body #similar-product-box {

	height:auto;

	min-height:50px;	

	overflow:auto;

	}

.similar-product {

	text-align:center;

	float:left;

	width:150px;

	margin:10px;

	}

.similar-product img {

	margin-bottom:10px;

	width:90px;
   
    vertical-align:middle;

	}
