@charset "utf-8";

#grid {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	width: 928px;
	margin: 10px auto 0;
	clear: both;
}

#grid a {
	color: #004363;
	text-decoration: none;
}

#grid img {
	border: none;
}

#grid ul, #grid ol, #grid li {
	list-style: none;
	margin:0;
}

.section, .header, .header div, .lower, #grid .btn {
	display: block;
}

#grid .section {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	float: left;
	margin: 0 -1px;
}

#grid .wk, #grid .price {
	background-image: url(/images/bg-grid.gif);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
}

#grid .wk {
	border: solid 1px #000000;
	background-position: left top;
}

#grid .wk h1 {
	font-size: 14px;
	font-weight:normal;
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	height: 27px;
	line-height: 27px;
	border-top: solid 1px #4f4f4f;
	border-left: solid 1px #4f4f4f;
	margin:0;
}

#grid .price {
	background-position: left -29px;
	background-color: #b80c0c;
	border-left: solid 1px #7c0303;
	border-right: solid 1px #7c0303;
	border-bottom: solid 1px #7c0303;
	height:auto;
}

#grid .price h2 {
	font-size: 16px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border-top: solid 1px #f33;
	border-left: solid 1px #f33;
	padding: 6px 0;
	margin:0;
}
#grid .price h2 strong {
	font-size:22px;
	font-weight:normal;
}

#grid .price label {
	position: absolute;
	left: -2px;
	top: -2px;
	background: url(/images/label.png) no-repeat left top;
	font-size: 0;
	width: 74px;
	height: 74px;
	overflow: hidden;
	text-indent: -100em;
}

.col5 .price label+h2 {
	padding-left: 25px;
}

#grid .lower {
	border: solid 1px #bbb;
	border-top: none;
	background-color: #e5e5e5;
}

#grid .lower ul {
	border-top: solid 1px #fff;
	border-left: solid 1px #f2f2f2;
	padding: 6px;
}

#grid .lower ul li {
	line-height: 1.3em;
	font-size: 11px;
	padding: 8px 4px;
	min-height: 18px;
	position: relative;
}

#grid .lower ul li+li {
	border-top: solid 1px #f5f5f5;
	box-shadow: 0 -1px 0 #d2d2d2;
	-webkit-box-shadow: 0 -1px 0 #d2d2d2;
	-moz-box-shadow: 0 -1px 0 #d2d2d2;
}

#grid .lower ul li.last {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#grid .btn {
	background-color: #B80C0C;
	color: #fff;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow: 0 1px 0 #395c09;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#grid .section .btn:hover {
	background-color:#d22d30;
}

#grid .section.on {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	z-index: 1;
	margin: 0 -3px;
	position: relative;
	top: -8px;
}


#grid .section.on h2 {
	padding: 14px 0;
}

.col3 .section {
	width: 318px;
}

.col3 .section:hover, .col3 .section.on {
	width: 322px;
}

.col3 .section .btn, .col4 .section .btn, .col4 .section.on .btn {
	font-size: 22px;
}

.col3 .section:hover .btn, .col4 .section:hover .btn, .col3 .section:on .btn, .col4 .section:on .btn
	{
	font-size: 26px;
}

.col3 .section:hover .style2, .col3 .section.on .style2 {
	font-size: 48px;
}

.col4 .section {
	width: 238px;
}

.col4 .section:hover, .col4 .section.on {
	width: 242px;
}

.col5 .section {
	width: 192px;
}

.col5 .section:hover, .col5 .section.on {
	width: 196px;
}

.col7 .section {
	width: 155px;
}

.col7 .section.on {
	width: 168px;
}

/*.col7 .section:hover*/

.tooltip {
	position: absolute;
	background: url(/images/bg-tooltip.png) no-repeat right bottom;
	width: 272px;
	padding-bottom: 36px;
	z-index: 2;
	font-size: 13px;
	line-height: 1.35em;
	color: #333;
	left: 70%;
	top: -42px;
	display: none;
}

.tooltip>div {
	background: url(/images/bg-tooltip.png) no-repeat left top;
	padding: 30px 30px 0 45px;
}

.tooltip h3 {
	font-size: 14px;
}

#grid .section .lower ul li:hover .tooltip {
	display: block;
}

#content {
	margin-top:-27px;
}
#grid {
	top:-10px;
	position:relative;
}
