/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* reset header for all modules */
div.module-as h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
}

/* default */

#top div.module-as {
		border:1px solid #323232;
		padding: 3px
}

#top .seperator div.module-as {
	margin: 0px 10px 0px 0px;
}
/*
#top div.module-as div {
	background: url(../../templates/yt_ambient/images/module_tr.png) 100% 0 no-repeat;
}

#top div.module-as div div {
	background: url(../../templates/yt_ambient/images/module_bl.png) 0 100% no-repeat;
}

#top div.module-as div div div {
	padding: 10px 15px 10px 15px;
	background: url(../../templates/yt_ambient/images/module_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

#top div.module-as div div div div {
	padding: 0px 0px 0px 0px;
	background: none;
}
*/
 
#top div.module-as h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/*
 * top modules
 */

#top .topblock div.module-as {
	margin: 10px 0px 0px 0px;
}

/**
 * da ie6hacks.css
 */
 
#top .topblock div.module-as div div div {
	zoom: 1;
	height: 20px;
	overflow: visible;
}

#top .topblock div.module-as div div div div {
	height: auto;  
}


