/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 15px/24px Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}


blockquote {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


blockquote:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 12px;
	width: 17px;
	background: url(../images/quote_start.png) 0 0 no-repeat;
}

blockquote:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	height: 12px;
	width: 17px;
	background: url(../images/quote_end.png) 0 0 no-repeat;
}



/*
 * tables
 */
 
table.listing {
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
	
}

/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

div.content table{border: 0px solid #DDDDDD; border-collapse: collapse;}
div.content hr{border:1 none;}