body{
	background: url("style_bg.gif") repeat-x scroll 0 0 #ffffff;
    color: #555;
    font-family: Arial,Sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0;
    padding: 0;
}
input,textarea{
	width: 300px;
}
textarea {
	height: 200px;
}
.submitbtn{
	width: 150px;
}
.flagge{
	height: 18px;
	margin: 3px 3px 0px 0px;
}
.flagge:hover{
	opacity: 0.4;
    filter: alpha(opacity=40);
}
#wrap{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 10px 10px;
    margin: 0 auto 10px;
    width: 980px;
}
#header{
	background: url("style_header_mabvisions.jpg") no-repeat scroll 0 0 #cb6c1c;
    border-bottom: 1px solid #fff;
    border-top: 10px solid #fff;
    height: 115px;
}
#contentwrap{
	margin-top: 20px;
	clear: both;
    padding: 0;
    width: 980px;
}
#content{
	float: right;
    margin-bottom: 15px;
    padding: 0 25px;
    width: 650px;
	margin-top: 25px;
}
#leftcol{
	float: left;
    width: 200px;
}
#leftcol .inner{
	background-color: #ededed;
    border: 1px solid #ccc;
    margin-top: 25px;
}
#leftcol a{
	background: none repeat scroll 0 0 #eee;
    color: #333;
    display: block;
    font-weight: bold;
    outline: medium none;
    padding: 4px 0 4px 6px;
    text-decoration: none;
	border-top: 1px solid #fff;
}
#leftcol a:hover{
	background-color: #e1e1e1;
}
.productgrid{
    border: 1px solid #bebebe;
    float: left;
    height: 205px;
    margin: 6px;
    overflow: hidden;
    width: 184px;
}
.productgrid .inner{
    border: 1px solid #bebebe;
    height: 170px;
    margin: 6px;
    overflow: hidden;
    text-align: center;
    width: 170px;
}

.moreinfo{
	margin-left: 6px;
    margin-right: 6px;
}
.productgrid .inner a,
.productgrid .inner a:hover{
	color: #555;
	text-decoration: none;
}
.productgrid .inner img:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}
div.description,
div.image,
div.price {
	margin-top: 10px;
}
div.moreimage{
	margin: 2px;
	float: left;
}
div.price{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}