/*
 * 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: #464B50;
}

div.mod-rounded div.module-tl {
	background: url(../../images/black/module_rounded_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-tr {
	background: url(../../images/black/module_rounded_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-m {
	background: #464B50;
}

div.mod-rounded div.module-b {
	background: #464B50;
}

div.mod-rounded div.module-bl {
	background: url(../../images/black/module_rounded_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-br {
	background: url(../../images/black/module_rounded_br.png) 0 0 no-repeat; /* ie6png:scale */
}

/*
 * module: header
 */

div.mod-header h3.module {
	color: #B4C8DC;
}

div.mod-header h3.module span.color {
	color: #7891AA;
}

/*
 * module: border
 */
 
div.mod-border div.module {
	background: #303336;
}

div.mod-border div.module-2 {
	background: #464B50;
}

div.mod-border h3.module {
	color: #B4C8DC;
}

div.mod-border h3.module span.color {
	color: #7891AA;
}
