@charset "utf-8";
/* CSS Document */
A:link, active, visited, hover {
color: #000000;
}
.plastic_box{
	background-image: url(http://images.gumi.hu/gumi/akciok/akciok_box_background.png);
	background-repeat: no-repeat;	
	background: url(http://images.gumi.hu/gumi/akciok/akciok_box_background.png) top left no-repeat, #FFF;	
	background-color: #FFF;
	display: inline;
	float: left;
	width: 150px;
	height: 370px;
	padding: 0px;
	padding-top:5px;
	padding-left:-1px;
	text-align:center;
	margin:8px;
	margin-left:auto;
	margin-right:auto;
}
.top_image {
	display: block;
	margin-left: 6px;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 8px;
	border-style: solid;
	border-width: thin;
	border-bottom-color:#000000;
}
.hir_top {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
}
.hir_cim {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: oblique;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    color: #990000;
    text-decoration: none;
    text-shadow: black 1px 1px 1px;
}
.hir_datum {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    margin-bottom: 5px;
}
.hir_szoveg {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
.table_shadow {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true');
	border: 1px solid #000;
	background-color:#FFFFFF;
 	padding: 3px;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	-moz-box-shadow: 3px 3px 5px black;
	-webkit-box-shadow: 3px 3px 5px black;
	box-shadow: 3px 3px 5px black;	
}


