/**
 * Musicline Productions Magento Theme By Scottrageous Design
 * @category   design_default
 * @package    Mage
 * @copyright  Copyright (c) 2008 Scottrageous Design (http://www.scottrageous.com)
 * NOTICE: THIS FILE HAS BEEN REPLACED BY A SINGLE CSS FILE: screen.css
 */

/*[ Start ]*/
* {
	margin:0;
	padding:0;
}
body {
	background:url(../images/body_bg.jpg) repeat #f2f2f2;
	color:#444;
	font:11px/1.55em arial, helvetica, sans-serif;
}
a {
	color:#0019af;
	text-decoration:none;
}
a:hover {
	color:#e00000;
	text-decoration:underline;
}
a img {
	border:0;
}
:focus {
	outline: 0;
}
/* Heading */
h1 {
	margin-bottom:.4em;
	font-size:2.5em;
	color: #E6000A;
	line-height:1.2em;
}
h2 {
	margin-bottom:.4em;
	font-size:2.5em;
	color: #E6000A;
	line-height:1.2em;
}
h3 {
	margin-bottom:.4em;
	font-size:1.35em;
	line-height:1.2em;
}
h4 {
	margin-bottom:.4em;
	font-size:1.05em;
	line-height:1.35em;
}
h5 {
	margin-bottom:.4em;
	font-size:1.05em;
	line-height:1.35em;
}
h6 {
	margin-bottom:.1em;
	font-size:1em;
	line-height:1.35em;
}
/* Table */
th {
	vertical-align:top;
	font-weight:normal;
}
td {
	vertical-align:top;
}
/* Paragraph */
p {
	margin-bottom:.9em;
}
.blockquote {
	color:#bbb;
	font-size:1.5em;
	line-height:1.25em;
	font-style:italic;
}
address {
	margin-bottom:.4em;
	font-style:normal;
	line-height:1.4em;
}
cite {
	font-style:normal;
	font-size:10px;
}
q:before, q:after {
	content:'';
}
/* Form */
form {
	display:inline;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
label {
	color:#555;
	font-weight:bold;
}
input, select, button {
	vertical-align:middle;
}
/* Lists */
dt {
	display:block;
	font-weight:bold;
}
ul li, ol li {
	list-style:none;
}
/* Size */
small {
	font-size:.85em;
}
big {
	font-size:1.15em;
}
hr {
	height:0;
	margin:8px 0;
	overflow:hidden;
	visibility:hidden;
}
.on {
	color:#E6000A;
}
red {
	color:#e00000;
}
underlinered {
	color: #F00;
	text-decoration: underline;
}
