/* --------------------------------------------------------
 * @package elmm
 * @file module.css
-------------------------------------------------------- */
* {margin: 0; padding: 0;}

/* Breadcrumbs
----------------------------------------------- */
#module_breadcrumbs {
	clear: both;
	text-align: left;
	margin-left: 0px;
}

#module_breadcrumbs ul {
	margin:0;
	padding:6px 3px;
	width:100%;
}

#module_breadcrumbs li {
	float:left;
	padding: 0px 2px;
	margin:0;
	margin-left: -10px;
	text-decoration: none;
	list-style:none;
}

#module_breadcrumbs ul li a {
	padding: 2px 15px 2px 0px;
	text-decoration: none;
	background: url(images/next.png) no-repeat right center;
	margin-right: 8px;
}

/* TAGS
----------------------------------------------- */
p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

/* Action form error message
----------------------------------------------- */
.haserror {
	border: solid #CCCCCC 1px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 10px;
	background: #FFFFCC;
}

.haserror p {
	color: Red;
	background-color: transparent;
}

.haserror li{
	list-style: square;
	margin-left: 15px;
}

h2 {
	background-color: #efefef;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 16px;
}

/* Data column
----------------------------------------------- */
ul.column{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
}

ul.column li {
	float: left;
	background: #f0f0f0;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

#column li{
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
	border-left: 4px solid #D3D3D3;
	border-bottom: thin solid #E9E9E9;
}

ul.column li .imgblock {
	float: left;
	padding: 0 10px;
}

ul.column li .imgblock img {
	padding: 5px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

ul.column li {
	margin-bottom: 5px;

}

ul.column li ul.specs li {
	float: none;
	margin: 0 5px 0 20px;
	padding: 0;
	list-style: disc;
	border: 0;
	background: none;
	width: auto;
}

/* view botton
----------------------------------------------- */
.button {
	clear: both;
	float: right;
	margin-right: 10px;
	margin-top: -2.0em;
}


/* Pure CSS Buttons.
   Learn more ~ http://www.halmatferello.com/lab/pure-css-buttons/
   Licensed under GPL and MIT.
----------------------------------------------- */
.pcb, .pcb span {
	background: url('images/secondary.png') no-repeat;
	height: 23px;
	line-height: 23px;
	padding: 3px 0 7px 0;
}

.pcb, a.pcb:link, a.pcb:visited {
	color: #333;
	font-size: 11px;
	padding-left: 14px;
	text-decoration: none !important;
}
/* ie 6 hack */
* html div#frame .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
/* ie 7 hack */
*:first-child+html .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.pcb span {
	background-position: right -326px;
	padding-right: 14px;
}

a.grey-button {
	background-position: left -219px;
	padding-top: 3px;
}
a.grey-button span {
	background-position: right -545px;
	padding-top: 3px;
}
a.grey-button:hover {
	background-position: left -246px;
}
a.grey-button:hover span {
	background-position: right -572px;
}
a.grey-button:active, .grey-active-button {
	background-position: left -273px;
}
a.grey-button:active span, .grey-active-button span {
	background-position: right -599px;
}
