/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * module: border
 */
 
div.mod-border div.box-1 {
	border: 8px solid #8DB1AF;
	background: #5C8F8D;
}

/* color: frame */

div.col-frame div.box-1 {
	border: 8px solid #F0F0D2;
	background: #141414;
}

/*
 * module: dogear
 */

div.mod-dogear div.box-t1 {
	background: url(../../images/mint/module_dogear_bg.png) 100% 0 no-repeat;
}

div.mod-dogear div.box-t2 {
	background: #5C8F8D;
}

div.mod-dogear div.box-1 {
	background: #5C8F8D;
}

/*
 * module: dashedborder
 */
 
div.mod-dashedborder div.box-1 {
	background: url(../../images/mint/module_dashedborder_line_h.png) 0 0 repeat-x;
}

div.mod-dashedborder div.box-2 {
	background: url(../../images/mint/module_dashedborder_line_h.png) 0 100% repeat-x;
}

div.mod-dashedborder div.box-3 {
	background: url(../../images/mint/module_dashedborder_line_v.png) 0 0 repeat-y;
}

div.mod-dashedborder div.box-4 {
	background: url(../../images/mint/module_dashedborder_line_v.png) 100% 0 repeat-y;
}

div.mod-dashedborder h3.header {
	color: #51B8BB;
}

/*
 * module: dashed
 */
 
div.mod-dashed h3.header {
	background: url(../../images/mint/module_dashed_header.png) 0 100% repeat-x;
	color: #51B8BB;
}

/*
 * module: tab
 */
 
div.mod-tab div.box-1 {
	border-top: 1px solid #5C8F8D;
}

div.mod-tab h3.header {
	background: #5C8F8D;
}
