/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   
   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Frst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/
	 
/* 
	die stylesheets befinden sich in diesem verzeichnis unter /squidio/css/
	
	original styleaheet:
	@import url("squidio/css/org.stylesheet.css");
	@import url("xtc5/css/jquery-ui.css");
*/

/* 
	popup
*/
body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	padding: 20px;
}

.contentsTopics,
h1 {
	color: #333;
	font-weight:normal;
	font-size: 18px;
	margin:0px 0px 8px 0px;
	padding:0px;
	width:auto;
	border: 0;
}
h2 {
	color: #333;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
#	text-transform: uppercase;
}
h3 {
	color: #666;
	font-weight:normal;
	font-size: 20px;
	line-height: 28px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h4 {
	color: #666;
	font-weight:normal;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h2 strong,
h3 strong,
h4 strong{
	color: #c24d00;
}

.no-bullet {
    margin: 0 !important;
}
.no-bullet li {
    list-style: none;
}
