@charset "utf-8";
body {	background-color: #5D5D5D;	}

.griddler .article, 
.griddler .section, 
.griddler .pricingheader, 
.griddler .hgroup, 
.griddler footer,
.griddler div,
.griddler p,
.griddler ul,
.griddler ol, 
.griddler .button 
{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none!important;
	text-align: center!important;
	border: 0 none;
	outline: none;
}

/*	=Grid block	*/
.griddler 
{ 
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important; 
	font-size: 13px!important; 
	color: #000; 
	padding: 20px 0 10px 0;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;		
}

.griddler a {
	color: #004363;
	text-decoration: none;
}

.griddler li {	list-style: none;	}

.section, .pricingheader, .hgroup, footer, .griddler .btn {
	display: block;
}

/*	=Grid item	*/
.griddler .article {
	float: left;
	margin: 0 -1px;
	/*	Grid Column background color	*/
	background-color: #E4E4E4;
	/*	Shadow properties	*/
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	/*	Animations	*/
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-transition-duration: 0.5s;
}

.griddler .hgrouptop, .griddler .hgroupprice {
	position: relative;
}

.griddler .hgrouptop {
	border: 1px solid #000;
	/*	Grid .pricingheader Gradient	*/
	background: #282828 url("images/griddler-.pricingheader-top.png") 0 0 repeat-x;
	/*	Firefox	*/
	background-image: -moz-linear-gradient(top, #363636, #282828);
	/*	Webkit (Safari 3+, Chrome)	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#282828));
	/*	IE8+:	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#363636, endColorstr=#282828)";
}

.griddler .hgrouptop h1 {
	font-size: 18px;
	color: #ccc;
	text-shadow: 0 1px 1px #000;
	line-height: 30px;
	border-top: 1px solid #5C5C5C;
	border-left: 1px solid #555;
	margin: 0;
}

.griddler .hgroupprice {
	border-left: 1px solid #005594;
	border-right: 1px solid #005594;
	border-bottom: 1px solid #003054;
	/*	Grid .pricingheader Gradient	*/
	background: #0056AF url("images/akihabara-price.png") 0 0 repeat-x;
	/*	Firefox	*/
	background-image: -moz-linear-gradient(top, #006E9C, #0056AF);
	/*	Webkit (Safari 3+, Chrome)	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#006E9C), to(#0056AF));
	/*	IE8+:	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#006E9C, endColorstr=#0056AF)";
}

.griddler .hgroupprice h2 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #112235;
	border-top: 1px solid #3089AF;
	border-left: 1px solid #307FB7;
	min-height: 58px;
	line-height: 48px;
	padding: 1px 0 0;
	margin: 0;
}

.griddler .hgroupprice span.currency {
	font-size: 28px;
	vertical-align: text-top;
	height: 53px;
	vertical-align: middle\9;
	*vertical-align: text-top;
}

.griddler .hgroupprice strong {
	font-size: 46px;
}

.griddler .hgroupprice span.payment-basis {
	font-size: 11px;
	vertical-align: text-top;
	color: #93bae3;
	text-transform: uppercase;
	vertical-align: middle\9;
	*vertical-align: text-top;
}

.griddler .hgroupprice h4.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 .hgroupprice .label + h2 {	padding-left: 25px;	}

.griddler .section {
	border: solid 1px #bbb;
	border-top: none;
	background-color: #e5e5e5;
}

.griddler .section ul {
	border-top: solid 1px #fff;
	border-left: solid 1px #f2f2f2;
	padding: 6px 17px 10px;
	font-size: 16px;
	margin:0;
}

.griddler .section ul li {
	line-height: 1em;
	padding: 8px 0;
	min-height: 18px;
	text-align: left!important;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #d2d2d2;
}

.griddler .section ul li.tooltip-holder {	position: relative;	}

.griddler .section ul li:first-child {	border-top-color: transparent;	}
.griddler .section ul li:last-child {	border-bottom-color: transparent;	}
.griddler .section ul li.last {	border-bottom-color: transparent;	}

.griddler .section .griddler-controls {	padding: 0 18px 18px;	}

.griddler .button {
	/*	Grid Button Gradient	*/
	background: #3BB000 url("images/griddler-button.png") 0 0 repeat-x;
	/*	Firefox	*/
	background-image: -moz-linear-gradient(top, #53CC13 0%, #4CBF10 49%, #3FBA00 50%, #3BB000 100%);
	/*	Webkit (Safari 3+, Chrome)	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#53CC13), to(#3BB000), color-stop(.49,#4CBF10),color-stop(.5,#3FBA00));
	/*	IE8+:	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#53CC13, endColorstr=#3BB000)";	
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 #2A6000;
	text-align: center;
	line-height: 40px;
	border: solid 1px #43B300;
	-moz-box-shadow: 1px 2px 2px #319300, inset 0 1px 1px #6ED731;
	-moz-box-shadow: 1px 2px 2px #319300, inset 0 1px 1px rgba(149,234,89,0.48);
	-webkit-box-shadow: 1px 2px 2px #319300, inset 0 1px 1px #6ED731;
	-webkit-box-shadow: 1px 2px 2px #319300, inset 0 1px 1px rgba(149,234,89,0.48);	
	box-shadow: 1px 2px 3px #319300, inset 0 1px 1px #6ED731;
	box-shadow: 1px 2px 2px #319300, inset 0 1px 1px rgba(149,234,89,0.48);	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.griddler .article .button:hover {
	background: #45C800 url("images/griddler-button-hover.png") 0 0 repeat-x;
	/*	Firefox	*/
	background-image: -moz-linear-gradient(top, #4AB614 0%, #4DC111 49%, #41BE00 50%, #45C800 100%);
	/*	Webkit (Safari 3+, Chrome)	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4AB614), to(#45C800), color-stop(.49, #4DC111),color-stop(.5, #41BE00));
	/*	IE8+:	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4AB614, endColorstr=#45C800)";
}

.griddler .article .button:active {
	background: #45C800 url("images/griddler-button-active.png") 0 0 repeat-x;
	/*	Firefox	*/
	background-image: -moz-linear-gradient(top, #4AB614 0%, #45C800 100%);
	/*	Webkit (Safari 3+, Chrome)	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4AB614), to(#45C800));
	/*	IE8+:	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4AB614, endColorstr=#45C800)";
	-moz-box-shadow: inset 1px 2px 2px #319300, inset 0 1px 1px #6ED731, 0 0 1px #F1F1F1;
	-moz-box-shadow: inset 1px 2px 2px #319300, inset 0 1px 1px rgba(149,234,89,0.48), 0 0 1px rgba(255,255,255,0.75);
	-webkit-box-shadow: inset 1px 2px 2px #319300, inset 0 1px 1px #6ED731, 0 0 1px #F1F1F1;
	-webkit-box-shadow: inset 1px 2px 2px #319300, inset 0 1px 1px rgba(149,234,89,0.48), 0 0 1px rgba(255,255,255,0.75);	
	box-shadow: inset 1px 2px 3px #319300, inset 0 1px 1px #6ED731, 0 0 1px #F1F1F1;
	box-shadow: inset 1px 2px 2px #319300, inset 0 1px 1px rgba(149,234,89,0.48), 0 0 1px rgba(255,255,255,0.75);	
}

.griddler .article .first .hgrouptop {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}

.griddler .article .first .hgrouptop h1 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.griddler .article .first {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
 
.griddler .article .first .section {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.griddler .article .last .hgrouptop {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.griddler .article .last .hgrouptop h1 {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.griddler .article .last {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}

.griddler .article .last .section {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}


.griddler .article:hover, 
.griddler .articleselected {
	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);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 -3px;
	position: relative; top: -10px;	z-index:10;
}

.griddler .article:hover .top,
.griddler .articleselected .top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.griddler .article:hover .hgrouptop h1, 
.griddler .articleselected .hgrouptop h1 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.griddler .article:hover, 
.griddler .articleselected, 
.griddler .article:hover .section, 
.griddler .articleselected .section	{
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.griddler .article:hover .section ul, 
.griddler .articleselected .section ul {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.griddler .article:hover h2, 
.griddler .articleselected h2 {	padding: 10px 0;	}

.griddler .article:hover .button, 
.griddler .articleselected .button {
	font-size: 20px;
	padding: 3px 0;
}


.col1 {
	width: 304px;
	margin-left: 304px;
}
.col2 {
	width: 768px;
	margin-left: 152px;
}
.col3 {
	width: 918px;
}
.griddler.col1 .article, 
.griddler.col2 .article, 
.griddler.col3 .article {	width: 304px;	}

.griddler.col1 .article:hover, 
.griddler.col1 .articleselected, 
.griddler.col2 .article:hover, 
.griddler.col2 .articleselected, 
.griddler.col3 .article:hover, 
.griddler.col3 .articleselected {	width: 308px;	}

.griddler.col1 .article .button, 
.griddler.col2 .article .button, 
.griddler.col3 .article .button,
.griddler.col4 .article .button {	font-size: 22px;	}

.griddler.col1 .article:hover .button, 
.griddler.col2 .article:hover .button, 
.griddler.col3 .article:hover .button, 
.griddler.col4 .article:hover .button,
.griddler.col1 .article:selected .button,  
.griddler.col2 .article:selected .button,  
.griddler.col3 .articleselected .button, 
.griddler.col4 .articleselected .button {	font-size: 26px;	}

.griddler.col1 .article:hover .hgroupprice strong,
.griddler.col1 .articleselected .hgroupprice strong,
.griddler.col2 .article:hover .hgroupprice strong,
.griddler.col2 .articleselected .hgroupprice strong,
.griddler.col3 .article:hover .hgroupprice strong, 
.griddler.col3 .articleselected .hgroupprice strong {	font-size: 48px;	}

.griddler.col4 .article {	width: 238px;	}

.griddler.col4 .article:hover, 
.griddler.col4 .articleselected {	width: 242px;	}

.griddler.col5 .article {	width: 192px;	}

.griddler.col5 .article:hover, 
.griddler.col5 .articleselected {	width: 196px;	}

.griddler .section ul li.tooltip-holder {	position: relative; cursor: pointer;	}

.griddler .tooltip {
	position: absolute; left: 70%; top: -42px; z-index: 20;
	display: none;
	padding-bottom: 30px;
	background: url("images/griddler-bg-tooltip.png") no-repeat right bottom;
	width: 272px;
	font-size: 13px!important;
	line-height: 1.35em;
	color: #333;
}

.griddler .tooltip > div {
	background: url("images/griddler-bg-tooltip.png") no-repeat left top;
	padding: 30px 30px 0 45px;
}

.griddler .tooltip * {	text-align: left!important;	}

.griddler .tooltip h3 {
	font-size: 14px;
	margin: 0!important;
	text-shadow: 0 1px 0 #fff;
}

.griddler .tooltip p {	line-height: 20px; margin: 0;	}

.griddler .article .section ul li:hover .tooltip {	display: block;	}