/*
*
*	
*	E-dreamz 2008
*	
*
*/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; padding: 4px;}


.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.noborder		{border: none;}
.nobackground	{background:none;}

.printhide		{display:none;}

.bgreplace		{text-indent: -9999em; position: relative;}
.bgreplace a	{position: absolute; display:block; top: 0; left: 0;}

.red			{font-weight: bold; color: #55292A;}
.small			{font-size: 11px;}
p.small			{margin: 0; padding: 0;}

.input, .biginput			{ border: 1px solid #bbbbb4; border-top-color: #6a6c5f; border-left-color: #393a32; padding: 3px; background: #fff url(../images/input_bg.gif) repeat-x left top; font-family: Arial, sans-serif;}
.field			{margin: 10px 0; width: 205px; float: left;}
textarea.input{font-size: 11px;}

.biginput{width: 200px; font-size: 14px; font-weight: bold; padding: 5px;}

.bordertopbottom	{border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 3px 0;}

input,label, select{vertical-align:middle;}
.field input, .field span{vertical-align: middle;}
label{font-weight: bold; display:block; margin-bottom: 6px;}

select.input{padding-bottom: 2px;}

.clearafter:after, .clear:after, .page-print .col2-set:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

 .clearafter, .clear, .page-print .col2-set {display:inline-block;}
  /* Hide from IE Mac \*/
 .clearafter, .clear, .page-print .col2-set {display:block;}
 /* End hide from IE Mac */

 * html .clearafter, * html .clear, * html .page-print .col2-set{height: 1px;}

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#545454;
}

a{text-decoration: none; outline:none;}
a:hover{text-decoration: underline;}
a img{border: none;}
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}

h1 {
font-size:2em;
}

h2 {
font-size:1.5em;
}

h3,h4,h5,h6 {
font-size:1em;
}

p, ul, ol {
margin:0;
padding:0 0 6px 0;
}

blockquote {
margin:22px 40px;
padding:0;
}

ul, ol {
padding:0 0 18px 40px;
}

small {
font-size:0.85em;
}


#msg{
		width: 95%;
		float: left;
		font-family: Verdana, sans-serif;
		margin: 10px auto;
 		padding: 12px 5px 5px 10px;
		line-height: 20px;
	}

	.notice{
	    background: #ffc;
	    color: #000; 
		border: 1px solid #C08128;
		border-left: none;
		border-right: none;
		font-weight: bold;
		}
		
	.notice p{
		margin: 0; 
		padding: 0;
	}
	.notice p span{
		color: #31363e;
	}

	.success{
	    background: #E2F9E3;
	    color: #060; 
		border: 1px solid #9c9;
		}
	
	div.error{
		background: #FFE3E0;
	    color: #E31B0C; 
		border: 1px solid #DC6E66;
		}	
		
	#msg.error{padding: 0 0 5px 0;}
	
	.error h5{color: #fff; background: #E31B0C; padding: 3px; font-family: Arial,san-serif; font-size: 13px; font-weight: bold;}
	
	.error .errorlist{font-size: 90%; margin-bottom: 0; padding-bottom: 0;}
	.error .errorlist li{list-style:disc !important;}
	
	label.error{padding: 0 0 15px 0; color:#f00; clear:left; display:block;}
		
.button {
    background: transparent url('/skin/frontend/default/blank/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.button:hover{text-decoration:none;}

.button span {
    background: transparent url('/skin/frontend/default/blank/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}  

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

