/*
 * 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: #771C1C;
}

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

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

div.mod-rounded div.module-m {
	background: #771C1C;
}

div.mod-rounded div.module-b {
	background: #771C1C;
}

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

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

/*
 * module: header
 */

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

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

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

div.mod-border div.module-2 {
	background: #771C1C;
}

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

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