div.products_container a {
  color: #3671a1;
	margin: 0;
	padding: 0;
}

div.products_container a img {
  border: 0;
	padding: 0;
}

div.products_container h1 {
	text-align: center;
	/*font-size: 2.5em;*/
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

div.products_container {
	height: auto;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	padding-left:11px;
	padding-right:0px;
	width:802px
}

div.product_small_box {
	width: 225px;
	height: 320px;
	border: 1px solid #999;
	float: left;
	margin-top: 22px;
	text-align: center;
	padding: 10px;
	padding-top:15px;
	/*margin-left:30px*/
	background-color: #fff;
}

div.product_big_box {
	width: 280px;
	height: 360px;
	border: 3px solid #3671A1;
	float: left;
	text-align: center;
	padding: 20px 10px 10px 10px;
	background-color: #fff9df;
}

div.no_right_borde {
	border-right: 0;
}

div.right_shadow {
	background-image: url("images/rightshadow.png");
	background-position: right;
	background-repeat: no-repeat;
}

div.no_left_borde {
	border-left: 0;
}

div.left_shadow {
	background-image: url("images/leftshadow.png");
	background-position: left;
	background-repeat: no-repeat;
}

div.product_small_box h1 {
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	font-size: 34px;
	height:auto;
}

div.product_small_box h1, div.product_small_box h1 a, div.product_small_box h2 {
	color: #333;
	text-decoration: none;
}

div.product_big_box h1, div.product_big_box h1 a {
	margin: 0;
	padding: 0;
	font-size: 42px;
	color: #000;
	/*line-height: 1em;*/
	height:auto;
	/*margin-top:5px;*/
	text-decoration: none;
	padding-bottom:15px;
}

div.product_small_box h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

div.product_big_box h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

div.product_small_box h3 {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-family: helvetica, arial, sans-serif;
	color: #73a1c7;
}

div.product_big_box h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #4582b5;
}

div.product_small_box li, div.product_big_box li {
	font-size: 14px;
	color: #64503f;
}

div.product_big_box li {
	font-size: 16px;
}

div.product_big_box ul, div.product_small_box ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div.product_big_box ul.important, div.product_small_box ul.important {
	margin-top: 0;
}

div.product_big_box ul.important li, div.product_small_box ul.important li {
	list-style: none;
	margin-bottom: 3px;
	font-size: 20px;
	/*line-height: 1em;*/
}

div.product_big_box li strong, div.product_small_box li strong {
	color: #c33700;
}

div.product_big_box ul.important li {
	font-size: 24px;
	margin-bottom: 5px;
}

div.product_big_box img {
	margin: 1px 0 4px 0;
}

div.product_big_box small {
	color: #C33700;
	font-size: 12px;
}