/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * module: rounded
 */

div.mod-rounded div.module-t {
	background: #B4B9BE;
}

div.mod-rounded div.module-tl {
	background: url(../../images/white/module_rounded_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-tr {
	background: url(../../images/white/module_rounded_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-m {
	background: #B4B9BE;
	color: #464646;
}

div.mod-rounded div.module-b {
	background: #B4B9BE;
}

div.mod-rounded div.module-bl {
	background: url(../../images/white/module_rounded_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-br {
	background: url(../../images/white/module_rounded_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded h3.module {
	color: #323232;
}

/*
 * module: header
 */

div.mod-header div.module {
	color: #464646;
}

div.mod-header h3.module {
	color: #3C4650;
}

div.mod-header h3.module span.color {
	color: #1E2832;
}

/*
 * module: border
 */
 
div.mod-border div.module {
	color: #464646;
}
 
div.mod-border div.module {
	background: #8C949B;
}

div.mod-border div.module-2 {
	background: #B4B9BE;
}

div.mod-border h3.module {
	color: #3C4650;
}

div.mod-border h3.module span.color {
	color: #1E2832;
}

