.main{
margin-top:25px;
}
.main .content .top,
.header .nav,
.main.nav,
.header .miniCart,
.main .content{ 
background:white;
}
.main .content .top{
border:0px;
}
body{
background-image: url('');
background-color: white;
}

.main .content .middle{
padding:0px;
background:white;
}
#wrapper {
padding:0px;
background-color:white;
}
.header .logo {
margin-top:0px;
width: 357px;
height: 107px;
}
.header .logo img {
max-width: 357px;
max-height: 175px;
}
.shadow {
-moz-box-shadow: 0 0px 0x rgba(0,0,0,0);
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
box-shadow: 0 0px 0px rgba(0,0,0,0);
}

/*.header .miniCart {
right:-5px;
top:0px;
} */
h1,
h2,
h3
{
	font-family: Arial;
	color:black;
	font-weight: bold;
}
p {
font-family: Arial;
}
a{
color:black;
}
h3
{
	font-size: 16px;
	color:black;
}


	a:hover
	{
		color: lightblue;
		text-decoration: underline;
	}

	a:active
	{
	 color:black;
	}
.header .nav li a.active{
 color:black;
}
.stockStatus
{
display: none;
}

.footer
{

	padding-top: 10px;
}
.shadow, 
.shadowLight, 
input, 
select, 
textarea, 
.item.small:hover, 
.header .miniCart:hover
{
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.item.small{
height:350px;
background:white;
}
.item.small h3{
height:auto;
}
.header .miniCart{
background-color: white;
}

.price.right.priceincvat
{
	display: none;
}

.itemsmall .productdescription {
height: 78px !important;
overflow: hidden;
}