@charset "UTF-8";
/* CSS Document */


* {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

/*
a {
	color:#8ABF00;
}
*/

a {
	color:#336600;
}

h1 {
	font-size:12px;
}

body {
	background-color:#ececec;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.clearer {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

#header {
	background:#fff url(images/content.jpg) repeat-y center top;
	height:90px;
	position:relative;
}

#headerLogo {
	position:absolute;
	left:0px;
	padding-left:10px;
}

#headerNav {
	position:absolute;
	right:5px;
	bottom:5px;
	padding-right:10px;
}

#headerNav ul {
	float: right;
}

#headerNav ul li {
	float: left;
	height: 13px;
	padding: 0 6px;
	list-style: none;
	line-height: 13px;
	border-left: 1px solid #999999;
}

#headerNav ul li.first {
	border: none;
}

#search {
	height:35px;
	padding-right:10px;
	position:absolute;
	right:23px;
	top:5px;
	width:190px;
}

#search input {
	margin-left:10px;
	margin-top:8px;
}

#search .button {
	background:#fff url('images/search-icon_w.gif') no-repeat scroll 0px -1px;
	border:none;
	width:20px;
	cursor:pointer;
}

#lang-menu {
	position:absolute;
	right:230px;
	top:18px;
}

#header-photo {	
	background:#fff url(images/content.jpg) repeat-y center top;
	height:80px;
	padding:0px 10px;
}

#wrap {
	position: relative;
	width: 820px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/content.jpg) repeat-y center top;
}

#main {
	padding:10px;
}

#nav {
	float:left;
	width:200px;
	margin-right:10px;
}

#content {
	float:left;
	width:580px;
	margin-right:10px;
	font-size:12px;
}

#headerNav {
	font-size:12px;
	color:#999;
}

#tagCloud .specialBox {
	margin-top: 10px;
	border:1px solid #F5F5F5;
	width:200px;
}

.productBox {
	width:280px;
	margin-right:5px;
	margin-left:5px;
}

.specialBox {
	width:390px;
	margin-right:10px;
}

.specialBox ul {
	display: inline-block;
}

.specialBox ul li {
	display: inline-block;
	clear: both;
	width: 220px;
}

.infoBox {
	width:180px;
	position:relative;
	/*background:url(images/postit.png) no-repeat;*/
}

.productBox *, .specialBox *, .infoBox *, .pageContainer * {
	font-size:12px;
}

/*.productBox h1 {
	display:block;
	background-color:#46b1ce;
	width:100px;
	color:#fff;
	border-bottom:1px solid #3791a9;
	margin:0px;
}*/

.productBox .heading, .infoBox .heading {
	background-color:#46B1CE;
	border-bottom:1px solid #3791A9;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	margin:0;
	padding-left:5px;
}

.pageContainer {
	width:100%;
}

.pageContainer .heading {
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	margin:0;
	padding-left:5px;
}

.pageContainer .body {
	background-color:#f5f5f5;
	padding:2%;
}

.pageContainer .blue .heading {
/*	background-color:#3791a9; */
/*	border-bottom:1px solid #317C90; */
	background: #f5f5f5 url('images/top_blue.png') repeat-x;
}

.pageContainer .blue .body a {
	color:#3791a9;
}

.pageContainer .blue .body b {
	color:#3791a9;
	font-weight:bold;
}

.pageContainer .blue .body li {
	color:#3791a9;
	list-style-type:square;
}

.pageContainer .orange .heading {
/*	background-color:#d48e00; */
/*	border-bottom:1px solid #946300; */
	background: #f5f5f5 url('images/top_orange.png') repeat-x;
}

.pageContainer .orange .body a {
	color:#ab7300;
}

.pageContainer .orange .body b {
	color:#ab7300;
	font-weight:bold;
}

.pageContainer .orange .body li {
	color:#ab7300;
	list-style-type:square;
}

.pageContainer .purple .heading {
/*	background-color:#c2588d; */
/*	border-bottom:1px solid #873d62; */
	background: #f5f5f5 url('images/top_purple.png') repeat-x;
}

.pageContainer .purple .body a {
	color:#a94e7b;
}

.pageContainer .purple .body b {
	color:#a94e7b;
	font-weight:bold;
}

.pageContainer .purple .body li {
	color:#a94e7b;
	list-style-type:square;
}

.pageContainer .violet .heading {
/*	background-color:#5e6ea0; */
/*	border-bottom:1px solid #242424; */
	background: #f5f5f5 url('images/top_cyan.png') repeat-x;
}

.pageContainer .violet .body a {
	color:#5e6ea0;
}

.pageContainer .violet .body b {
	color:#5e6ea0;
	font-weight:bold;
}

.pageContainer .violet .body li {
	color:#000000;
	list-style-type:square;
}

.pageContainer .bodyLeft {
	float:left;
	width:62%;
}

.pageContainer .bodyRight {
	float:left;
	width:34%;
	padding:0;
	background-color:transparent;
}

.productBox .body, .infoBox .body {
	background-color:#F5F5F5;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	min-height:135px;
	padding-left:6px;
	padding-top: 10px;
	margin-top:0px;
	position:relative;
}

.infoBox .body {
	padding-top:5px;
}

.productBox .button span {
	display:none;
}

.productBox .button a {
	display:block;
	height:16px;
	width:50px;
}


/* Start Kleine Produktbox */

.productBoxSmall {
        width:270px;
        margin-right:5px;
        margin-left:5px;
}

.productBoxSmall *, .specialBox *, .infoBox *, .pageContainer * {
        font-size:12px;
}

.productBoxSmall .heading, .infoBox .heading {
        background-color:#46B1CE;
        border-bottom:1px solid #3791A9;
        color:#FFFFFF;
        height:20px;
        line-height:20px;
        margin:0;
        padding-left:5px;
}

.productBoxSmall .body, .infoBox .body {
        background-color:#F5F5F5;
        border-bottom:1px solid #CCCCCC;
        margin-bottom:10px;
        min-height:135px;
        padding-left:5px;
        margin-top:0px;
        position:relative;
}

.productBoxSmall .button span {
        display:none;
}

.productBoxSmall .button a {
        display:block;
        height:16px;
        width:50px;
}


/* ENDE der kleinen Produktbox */


/* Koerper Farben */

.blue  .header {
	color:#3791a9;
	font-weight:bold;
}

.purple .header {
	color:#a94e7b;
	font-weight:bold;
}

.orange .header {
	color:#ab7300;
	font-weight:bold;
}

.violet .header {
	color:#5e6ea0;
	font-weight:bold;
}

.blue .button, .infoBox .button {
	background:#F5F5F5 url('images/button_blue.gif') no-repeat scroll 0 0;
	bottom:4px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	width:51px;
	cursor: pointer;
}

.purple .button {
	background: #f5f5f5 url('images/button_purple.gif') no-repeat;
	bottom:4px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	width:51px;
}

.orange .button {
	background: #f5f5f5 url('images/button_orange.gif') no-repeat;
	bottom:4px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	width:51px;
	
}

.violet .button {
	background: #f5f5f5 url('images/button_violet.gif') no-repeat;
	bottom:4px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	width:51px;
}

/* ENDE Farben Orginal fuer Koerper */


/* Small Farben Variante fuer Productboxsmall */

/*.blue-small .header {*/
/*	color:#3791a9;*/
/*	font-weight:bold;*/
/*}*/
/**/
/*.purple-small .header {*/
/*	color:#a94e7b;*/
/*	font-weight:bold;*/
/*}*/
/**/
/*.orange-small .header {*/
/*	color:#ab7300;*/
/*	font-weight:bold;*/
/*}*/
/**/
/*.violet-small .header {*/
/*	color:#5e6ea0;*/
/*	font-weight:bold;*/
/*}*/
/**/
/*.blue-small .button, .infoBox .button {*/
/*	background:#F5F5F5 url('images/button_blue.gif') no-repeat scroll 0 0;*/
/*	bottom:4px;*/
/*	display:block;*/
/*	height:18px;*/
/*	position:absolute;*/
/*	right:10px;*/
/*	width:51px;*/
/*}*/
/**/
/*.purple-small .button {*/
/*	background: #f5f5f5 url('images/button_purple.gif') no-repeat;*/
/*	bottom:4px;*/
/*	display:block;*/
/*	height:18px;*/
/*	position:absolute;*/
/*	right:10px;*/
/*	width:51px;*/
/*}*/
/**/
/*.orange-small .button {*/
/*	background: #f5f5f5 url('images/button_orange.gif') no-repeat;*/
/*	display:block;*/
/*	height:18px;*/
/*	position:relative;*/
/*	left:160px;*/
/*	width:51px;*/
/*	*/
/*}*/
/**/
/*.violet-small .button {*/
/*	background: #f5f5f5 url('images/button_violet.gif') no-repeat;*/
/*	bottom:4px;*/
/*	display:block;*/
/*	height:18px;*/
/*	position:absolute;*/
/*	right:10px;*/
/*	width:51px;*/
/*}*/

/* ENDE Small Farben Variante fuer Productboxsmall */




.specialBox .heading, .infoBox .heading, .csc-firstHeader {
	background-color:#8abf00;
	border-bottom:1px solid #608500;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	margin:0;
	padding-left:5px;
}

.specialBox .heading a, .infoBox .heading a {
	color:#fff;
}

.specialBox .body {
	background-color:#e2efbf;
	border-bottom:1px solid #98a772;
	margin-bottom:10px;
	height:180px;
	padding-left:5px;
	padding-top:5px;
	position:relative;
}

.specialBox .body a {
	color:transparent;
}

.specialBox .img {
	padding-left:7px;
}

.specialBox .img img {
	border:1px solid #8abf00;
}

.specialBox .text {
	padding-right:10px;
	width:210px;
}

.specialBox .button {
	background:#e2efbf url(images/button_green.gif) no-repeat scroll 0 0;
	bottom:4px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	width:51px;
}

.specialBox .color {
	color:#336600;
	font-weight:bold;
}

.infoBox .body {
	height:180px;
}

.infoBox .postit {
	
}

.postitbody
	{
	height:180px;
	}

.infoBox .color {
	color:#336600;
}

.infoBox .button {
	bottom:30px;	
	background:transparent url(images/button_green_half.gif) no-repeat;
	right:30px;
}

.infoBox .button a {
	display:block;
	text-decoration:none;
}

/*.infoBox .postit img {
	height:160px;
	width:164px;
}*/

.infoBox .body {
/*	background:#c4df7f; */
	background: #E2EFBF;
	border-bottom:1px solid #8b9d60;
}

#headerNav a {
	color:#999;
}

.navBox * {
	font-size:12px;
}

.navBox h1 {
	font-weight:bold;
	padding-left:10px;
	margin-top:0px;
	line-height:20px;
	clear: both;
}

.navBox ul {
	padding:0px;
	margin-bottom: 15px;
}

.navBox li {
	list-style-type:none;
	background-color:#f5f5f5;
	display: block;
	line-height: 19px;

}

.navBox a {
	display:block;
	color:#336600;
	font-weight: normal;
	padding-left:10px;
	height:19px;
	line-height: 19px;
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}

.navBox a.current {
	background-image: url(images/menu-arrow.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: top left;
}

.navBox ul ul {
	margin: 0;
	display: none;
}

.navBox ul ul a {
	background-image: url(images/subnav-square.gif);
	background-position: 10px 7px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.navBox ul ul ul a {
	background-image: url(images/menu-dot2.gif);
	padding-left: 28px;
	background-position: 15px 7px;
}

.navBox ul ul ul ul a {
	background-image: url(images/menu-dot2.gif);
	padding-left: 38px;
	background-position: 15px 7px;
}

/* Breadcrumb */

.breadcrumb {
	background-color:#F5F5F5;
	float:left;
	font-size:12px;
	line-height:20px;
	width:580px;
}

#breadcrumb {
	padding-left:5px;
}

#breadcrumb li {
	display:inline;
}


/* Table 

.contenttable {
	width:100%;
}

.contenttable th {
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	margin:0;
	padding-left:5px;
	background-color:#5E6EA0;
	border-bottom:1px solid #242424;
	text-align:left;
}

.contenttable td {
	padding:5px;
}

.contenttable .bold {
	font-weight:bold;
	color:#5e6ea0;
}

.contenttable .violetRow {
	background-color:#D7DAE4;
}

.contenttable .greyRow {
	background-color:#f5f5f5;
}

.contenttable .violetCol_dark {
	background-color:#cdd0dd;
}

.contenttable .greyCol_dark {
	background-color:#eaeaed;
}


.maxbreitetable { 
	width: 100px;
}

*/



/* Indexed Search */

.tx-indexedsearch {
	margin-top:10px;
}

/* News */

.news-list-date {
	font-weight:normal;
	font-size: 7pt;
	color:#336600;
	line-height: 18px;
}

.news-list-item h3 {
	max-width:98%;
}

.news-list-item h3 a {
	color:#336600;
	text-decoration:none;
}

.news-single-item {
	background-color:#F5F5F5;
	border:none;
}

/* Sitemap */

.csc-sitemap {
	margin-top:10px;
}

/* Powermail */

.tx-powermail-pi1 label {
	float:left;
	font-size:12px;
	line-height:12px;
	margin-top:10px;
	width:110px;
	font-weight:bold;
}

.tx-powermail-pi1 input, .tx-powermail-pi1 select {
	float:left;
	width:170px;
}

.tx_powermail_pi1_fieldwrap_html {
	padding:10px;
}

/* Domaincheck */

#tx_odsdomaincheck_pi1_single {
	margin-top:10px;
}


/* Umschalter Linux Windows Start */

.issotab
	{
	font-family: Verdana;
	font-size: 10pt;
	display: inline;
	border: 1px solid black;
	margin-right: 5px;
	padding: 3px 3px 3px 1px;
	background-color: #D48D00;
	}
.issotab a
	{
	text-decoration: none;
	color: #000000;
	}
.issotab img
	{
	position: relative;
	top: 5px;
	margin-right: 5px;
	}
	
#issotab2
	{
	margin-left: 2px;
	width: 556px;
	height: 27px;
	border-bottom: 5px solid #D48E00;
	}

#issotab2 a
	{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}

#issotab2 img
	{
	position: relative;
	top: 5px;
	margin-right: 5px;
	}

#issotab2 .issotabitemon
	{
	display: inline;
	font-family: Verdana;
	font-size: 10pt;
	margin-right: 3px;
	padding: 5px 3px 4px 3px;
	background-color: #D48E00;
	}

#issotab2 .issotabitemoff
	{
	display: inline;
	font-family: Verdana;
	font-size: 10pt;
	margin-right: 3px;
	padding: 5px 3px 4px 3px;
	background-color: #CDD0DD;	
	}


/* Issociate START */

.issocenter { text-align:center; }

.issotdhead
	{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #D7DAE4;
	}

.issotdwidth
	{
	width: 120px;
	}

.csc-header
	{
	display: none;
	}
.rgtabs-menu li
	{
	list-style-type: none !important;
	}

/* Issociate STOP */


/* Tabelle */


.contenttable
	{
	width: 100% !important;
	}
.contenttable .tr-even
	{
	background-color: #D7DAE4;
	}
.contenttable .tr-odd
	{
	background-color: #F5F5F5;
	}
.contenttable .td-0
	{
	text-align: center;
	width: 20px;
	padding: 5px;
	}
.contenttable .td-1
	{
	width: 50px;
	padding: 5px;
	}
.contenttable .td-2, .contenttable .td-3, .contenttable .td-4
	{
	text-align: center;
	width: 100px;
	padding: 5px;
	}

/* Tabelle */


/* SlideBox */


#slideBox li .image, #slideBox li .block {
	display:none;
}

#slideBox .main_image, #slideBox .image_thumb {
	float:left;
}

#slideBox .main_image {
	margin:5px;
}

#slideBox li.hover .listItem {
	background-color:#D7DAE4;
}

#slideBox ul {
	list-style-type:none;
	padding:0px;
}

#slideBox .listItem  {
	background-color:#F5F5F5;
	color:#336600;
	height:16px;
	line-height:14px;
	margin:5px;
	padding:8px;
	text-decoration:none;
	font-size:14px;
}

#slideBox .block .bodytext {
	font-weight:bold;
}

/* TLD Teaserbox */

#tldTeaser {
	width:100%;
}

#domainPrices {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#domainPrices li {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	height: 15px;
	position: relative;
	background-color: #d9dade;
	color: #000;
	font-size: 0.9em !important;
	padding: 1px 5px 1px 15px;
	display: block;
	margin: 0;
}
ul#domainPrices li.headline {
	background-color: #bbbdbe;
	color: #000;
	font-size: 1em !important;
	font-weight: bold;
}

}
ul#domainPrices li.headline span {
	position: relative;
	bottom: 1px;
	left: 5px;
	font-size: 0.9em !important;
}
ul#domainPrices li img {
	position: absolute;
	right: 25px;
	bottom: 4px;
}
ul#domainPrices li.headline img {
	position: absolute;
	right: 10px;
	bottom: 3px;
}
ul#domainPrices li span.new {
	position: relative;
	bottom: 0px;
	left: 5px;
	color: #E60104;
	background-color: transparent;
}
ul#domainPrices li a {
	text-decoration: none;
	cursor: pointer;
}
ul#domainPrices li a:hover {
	text-decoration: none;
	color: #000077;
}
ul#domainPrices li.notice {
	color: #fff;
	background-color: #E60104;
}
ul#domainPrices li.pricelist {
	font-weight: bold;
}
ul#domainPrices li.pricelist a {
	text-decoration: underline;
}

.body .main_image img {
	border: 1px solid #8abf00;
	float: left;
}

.specialBox img {
	border: 1px solid #8abf00;
	float: left;
}

.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 5px;
}

.green.button {
	background:#e2efbf url('images/button_green.gif') no-repeat scroll 0 0;
	bottom:4px;
	display:block;
	height:18px;
	position:absolute;
	right:10px;
	width:51px;
	cursor: pointer;	
}

.body .body-content {
	float: left;
	width: 225px;
	padding: 3px 0 0 7px;
	overflow: hidden;
}

.specialBox .body-content {
	width: 380px;
}

.specialBox .body-content h2 {
	color: #336600;
}

.green {
	color: #336600;	
}

.body ul {
	margin-top: 5px;
	display: block;
	list-style-position: inside;
}

.body li {
	background-image: url(images/list-style-img.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 7px;
	list-style: none;
	list-style-position: inside;
	display: block;
}

.body .prise {
	padding: 5px 0;	
}

.postit {
	background-image: url(images/postit-img.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 210px;
	margin: -25px 0 0 -15px;
	position: relative;
	padding: 30px 0 0 15px; 
}

.postit .button {
	position: absolute;
	right: 25px;
	bottom: 85px;
}

.navBox form {
	background-color: #f5f5f5;
	padding: 12px 0 8px 5px;
	overflow: hidden;
}

.navBox form input {
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	width: 159px;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	padding: 1px 3px;
	float: left;
}

.navBox form input.submit {
	border: none;
	background: none;
	background-image: url(images/search-icon.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	cursor: pointer;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: 9999px;
}

.blue h1 {
	background-color: #46b1ce;
	border-bottom: 1px solid #317c90;
	color: #FFF;
	line-height: 18px;
	padding-left: 10px;
}

.orange h1 {
	background-color: #d48e00;
	border-bottom: 1px solid #946300;
	color: #FFF;
	line-height: 18px;
	padding-left: 10px;
}

.purple h1 {
	background-color: #c2588d;
	border-bottom: 1px solid #873d62;
	color: #FFF;
	line-height: 18px;
	padding-left: 10px;
}

.violet h1 {
	background-color: #5e6ea0;
	border-bottom: 1px solid #242424;
	color: #FFF;
	line-height: 18px;
	padding-left: 10px;
}

.blue h2 {
	color: #3791a9;
	line-height: 14px;
	margin-bottom: 6px;
}

.orange h2 {
	color: #ab7300;
	line-height: 14px;
	margin-bottom: 6px;
}

.purple h2 {
	color: #a94e7b;
	line-height: 14px;
	margin-bottom: 6px;
}

.violet h2 {
	color: #5e6ea0;
	line-height: 14px;
	margin-bottom: 6px;
}

.tab-headings {
	overflow: hidden;	
}

.tab-headings a {
	margin-left: 7px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background-image: url(images/tabs-bg.gif);
	background-repeat: repeat-x;
	color: #777e93;
	text-decoration: none;
	height: 22px;
	float: left;
	line-height: 22px;
	padding: 0 10px;
	margin-top: 2px;
}

.tab-headings a.selected {
	background-image: url(images/tabs-selected-bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

.bodycontent p {
	padding: 0 0 10px 0;	
}

.tabs .tab {
	display: none;	
}

.bodycontent {
	padding: 0 10px 10px 10px;
	background-color: #F5F5F5;
	overflow: hidden;
}

.bodycontent h1 {
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}

.tabs {
	
}

.tabs .tab {
	background-image: url(images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
	border: 1px solid #cccccc;
	padding: 14px 20px;
}

.bodycontent ul {
	padding-bottom: 10px;
}


.bodycontent ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url(images/menu-dot1_orange.gif);
	list-style-position: inside;
	color: #ab7300;
	padding: 2px 0 2px 10px;
	margin-left: 3px;
}

.bodycontent.blue ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url(images/menu-dot1_blue.gif);
	list-style-position: inside;
	color: #3791a9;
	padding: 2px 0 2px 10px;
	margin-left: 3px;
}

.bodycontent.purple ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url(images/menu-dot1_purple.gif);
	list-style-position: inside;
	color: #a94e7b;
	padding: 2px 0 2px 10px;
	margin-left: 3px;
}

.bodycontent.violet ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url(images/menu-dot1_violet.gif);
	list-style-position: inside;
	color: #000000;
	padding: 2px 0 2px 10px;
	margin-left: 3px;
}

.widgets {
	margin: 0;
	list-style: none;
	padding: 10px;
}

.widgets li {
	list-style: none;
	clear: both;
}

.preview {
	padding: 5px 0 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}

.preview h2 {
	font-size: 14px;
}

