@charset "UTF-8";
/* CSS Document */

/* product page styles */

.header-column {
	width: 241px;
	
	margin-top: -1px;
	padding: 60px 0 0 0;
	
	/*
	background-image: url(images/column_header_background.png);
	background-repeat: both;
	*/
	
	float: left;
	
	min-height: 600px;
	
	z-index: 99;
}

.header-column .header-box {
	margin: 20px;
}

.column-header-icon {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}

h2.product-header {
	
	color: #000000;
	font-size: 26px;
	text-align: left;
	margin-top: 10px;
	padding-left: 25px;
}


/* FOR THE PRODUCT PAGE */

.product-content {
	
	background: url(images/productpage/product_header_bg.png) repeat-y;
}

.product-column {
	width: 201px;
	height: 440px;
	 
	padding: 60px 20px 20px 20px;
	
	
	float: left;
	
	z-index: 99;
}



.product-column-selected {
	background-image: url(images/productpage/bg_ludens_face.png);
	background-repeat: none;
	background-position: bottom left;
	
}

.product-column-icon, .product-column-icon-hover {
	margin-top: 10px;
}


.product-column-normal .product-column-icon {
	display: block;
}

.product-column-selected .product-column-icon {
	display: none;
}

.product-column-normal .product-column-icon-hover {
	display: none;
}

.product-column-selected .product-column-icon-hover {
	display: block;
}



/** TOOL start button
**/
.header-column .column-header-tool-badge {
	float: right;
	padding-top: 10px;
}

/* REPPER API classes */
.repper-pattern-item {
	padding: 4px;
	background-color: #FFF;
	border: 1px #cccccc solid;
	margin: 5px 0;
}

.repper-color-item {
	padding: 4px;
	background-color: #FFF;
	border: 1px #cccccc solid;
	margin: 5px 0;
	margin-right: 10px;
}



/* PRODUCT MENU

with icons 
extra fancy*/
ul.product-menu-list, ul.product-menu-list-big {
	margin: 20px 0px;
}

ul.product-menu-list li, ul.product-menu-list-big li {
	list-style: none;
	list-style-position: inside;
	
	padding: 5px 20px;
}

ul.product-menu-list li a, ul.product-menu-list-big li a {
	color: #000;
	

}

ul.product-menu-list li a:hover span, ul.product-menu-list-big li a:hover span {
	text-decoration: underline;
}

	

ul.product-menu-list li a span, ul.product-menu-list-big li a span {
	/*font-family: ITC Lubalin Graph Std, serif;
	letter-spacing: 0.05em;
	font-weight: bold;
	*/
	font-family: ITC Lubalin Graph Std, Myriad Pro, Helvetica, Arial, sans-serif;
	font-weight: bold;
	
	display: block;
	
	background-repeat: no-repeat;
	
	text-transform: lowercase;
	
	padding-left: 65px;
	padding-top: 10px;
}


ul.product-menu-list li a span {
	height: 30px;
	background-position: 15px 0;
	
	font-size: 14px;
}

ul.product-menu-list-big li a span {
	height: 48px;
	background-position: 5px 0;
	
	font-size: 18px;
}

ul.product-menu-list-big li:hover, ul.product-menu-list li:hover {
	background-color: rgba(1, 159, 196, 0.3);
	
}

/**
current page item
**/
ul.product-menu-list li.current_page_item, ul.product-menu-list-big li.current_page_item {
	/*color: #019FC3;*/
	background-color: #019FC3;
	background-color: rgba(1, 159, 196, 0.8);
}

ul.product-menu-list li.current_page_item a, ul.product-menu-list-big li.current_page_item a {
	color: #FFF;
}




/*** PRODUCT COMPARISON TABLE ***/
.product-table {
	
	border-collapse: collapse;
	font-size: 14px;
	margin-left: 20px;
	width: 480px;
	
	background-image: url(images/producttable/product_table_header.png);
	background-repeat: no-repeat;
	background-position: 0 137px;
}

.product-table th {
	font-family: font-family: ITC Lubalin Graph Std, Myriad Pro, Helvetica, Arial, sans-serif;
	vertical-align: middle;
	
}

.product-table-header {
	
	
	
}


.product-table .product  {
	
	color: #019fc3;
	font-size: 16px;
	padding: 10px 10px 30px 10px;
	text-align: right;
	
}

.product-table .product img  {
	
	margin-bottom: 20px;
	
}

.product-table .small-font {
	
	font-size: 11px;
}

.product-table td {
	
	padding: 10px 5px;
	text-align: center;
	
	width: 100px;
	
	
	border-left: 2px solid #00ACCE;
	
	font-size: 13px;
	line-height: 18px;
	
}

.product-table tr.product-table-row {
	border-bottom: 1px dotted #019fc3;
}

.product-table span.checked {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 32px;
	display:block;
	
	font-size: 0;
	text-align: center;
}

.product-table td:first-child {
	
	border-left: none;
}

/* the price big and fat */
.product-table-price td {
	font-family: font-family: ITC Lubalin Graph Std, Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: bold;
	color: #00ACCE;
	
	padding-top: 25px;
}

.product-table-price span {
	font-family: ITC Lubalin Graph Std, serif;
}

.product-table-price span.sup {
	font-size: 50%;
	vertical-align: top;
}

.product-table-price td .small {
	font-size: 50%;
}


.product-table .feature {
	
	width: 130px;
	
	font-weight: normal;
	text-align: left;
	padding: 10px 10px 10px 20px;
	
	font-size: 15px;
	line-height: 130%;
	
	width: 180px;
}





/*** PRODUCT OVERVIEW PAGE ***/


h2 a {
	
	color: #000;
}

h2 a:hover {
	
	text-decoration: underline;
}

.product-column h2 {
	font-size: 22px;
	text-align: center;
}


.large-product-icon {
	
	display: block;
	text-align: center;
	
}
	



.product-quote {
	display: block;
	background: #bbe2eb;
	
	width: 201px;
	height: 95px;
	
	margin: 40px 0 0 0;
	padding: 21px 0 0 0;
	
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	
	font-family: ITC Lubalin Graph Std, Myriad Pro, Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;

}



.large-message {
	
}

.pricing {
	
	font-family: ITC Lubalin Graph Std, Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 20px;

	padding: 0 0 10px 0;
	
	display: block;
	text-align: center;
}

	.product-box a {
	
		vertical-align: top;	
	}

	.product-box > * {
	
		display: inline-block;
		margin-right: 60px;
	}

	.product-box p {
	
		width: 400px;
	}

/*
.product-box {
	
	width: 200px;
	margin: 0 10px;
	display: inline-block;
}
	product-box h4 {
	
		font-size: 20px;
		margin: 20px 0 0 0;
	}
	
	.product-box p {
		
		margin-top: 5px;
	}
	
	.product-box p .hilite {
		
		font-weight: bold;
	}
*/



.product-action-box {
	
	width: 164px;
	margin: 0 auto;
	text-align: center;
}

.feature-image {

	/*margin-left: 40px;*/
	margin-left: 0px;
}

.feature-text-box {
	
	width: 240px;
	float: right;
	margin: 40px 30px 20px 0;	

}

.feature-title {
	
	/*
	font-family: Myriad Pro, Arial, sans-serif;
	color: #000;
	*/
	font-family: ITC Lubalin Graph Std, Myriad Pro, Helvetica, Arial, sans-serif;
	display: block;
	
	font-size: 18px;
	/*font-style: italic;*/
	letter-spacing: 1px;
	line-height: 22px;
	
	text-align: center;
}

.feature-description {

	text-align: center;
	margin: 10px 5px;
	
	font-weight: lighter;
	font-size: 18px;
	line-height: 22px;
}


.awards-container {
	
	
	/*text-align: center;*/
}

.awards-container .polaroid-middle {
	
	display: inline-block;
	min-height: 80px;
	
	margin: 0 8px 8px 0;
}

.award-icon {
	
	/*
	display: inline-block;
	margin: 20px;
	*/
	vertical-align: middle;
	margin: 10px 0;
	
	/*
	display: inline-block;
	padding: 10px;
	margin: 0 10px 10px 0;
	background: #fff;
	border:1px solid #ccc;
	*/
	
}



/* hover situations */
.product-column-normal .product-quote {
	background: url(images/productpage/speech_bubble.png);
	color: #777777;
}

.product-column-selected .product-quote {
	background: url(images/productpage/speech_bubble_selected.png);
	color: #777777;
}

	


/********* SPECIFIC SETTINGS FOR PAGES *****************/



/* repper online */
.product-menu-list-big .page-item-255 span {
	
	background-image: url(images/icons/menu/repper_lite_icon_48.png);
}

.product-menu-list-big .page-item-255 span:after {
	
	content: "online and free";
	display:block;
	font-size: 12px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 7px;
	letter-spacing: 0;
}

/* repper pro */
.product-menu-list-big .page-item-248 span {
	
	//background-image: url(images/icons/menu/repper_homepro_icon_48.png);
	background-image: url(images/icons/menu/repper_pro_icon_48.png);
	//background-position: 0 0;
}

.product-menu-list-big .page-item-248 span:after {
	
	content: "the real deal";
	display:block;
	font-size: 12px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 7px;
	letter-spacing: 0;
}

/* repper compare */
.product-menu-list .page-item-381 span {
	
	background-image: url(images/icons/menu/compare_white.png);
}

.compare-runs-on {
	
	width: 190px;
	
	margin: 30px 0 0 165px; 
	padding: 2px;
	
	background: #fff;
	border: #ccc solid 1px;
}

/* repper gallery */
.product-menu-list .page-item-257 span {
	
	background-image: url(images/icons/menu/gallery_white.png);
}


/* repper support */
.product-menu-list .page-item-603 span {
	
	background-image: url(images/icons/menu/support_white.png);
}