/* SITE LAYOUT  */

html, body, form, label
{
	border: 0;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS";		
}

html 
{
	height: 100%;
}

body 
{
	padding: 5px 0px 5px 0px;
}

a:link, a:visited, a:hover 
{
	color: #2D3091;
	text-decoration: none;
}

a:hover 
{
	color: #3399cc;
	text-decoration:underline;
}

#content
{
	text-align:center;
}

#page_admin
{
	padding-left: 2%; 
	padding-right: 2%;
}

#header 
{
	background: #EBECED url('../images/electrosid.gif') no-repeat top right;
	margin-bottom: 20px;
	text-align: left;	
}

#header_admin
{
	background: #EBECED url('../images/electrosid.gif') no-repeat top right;
	height: 90px;	
	margin-bottom: 15px;	
	border-bottom: 1px solid #000000;
}

ul.store_list
{
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	
}	

ul.store_list li 
{
	border-left: 1px solid #ccc;	
	display: inline;	
}	

ul.store_list li a 
{
	color: #2D3091;
	padding: 0px 6px 0px 6px;
}

ul.store_list li a:hover 
{
	color: #3399cc;
	text-decoration:underline;
	padding: 0px 6px 0px 6px;
}

#header ul.store_list 
{
	float: right;
	margin-top: 70px;
}

#header ul.store_list li 
{
	float: left;
}

#header ul li.first 
{
	border: none;
}

#footer 
{
	background: #fff url('../images/footer_nav_bg.gif') repeat-x top left;
	text-align: center;
	margin-top: 20px;
}

#footer ul.store_list 
{
	height: 22px;
}

#footer ul.store_list li 
{
	background: #fff;
}


#footer div {
	clear: both;
	border-top: 1px solid #72ECFA;
	border-bottom: 1px solid #72ECFA;
	background: #EBF5FE;
	padding: 6px;
}

#copyright
{
	font-size: 13px;
}	

h1, h2, h3, h4, h5, h6
{
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top:12px;
	padding-bottom: 15px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}


h4
{
	font-size: 10px;
}


img 
{
	display: block;
	border: none;
}

br, hr
{
	clear: both;
}

p
{
	padding: 0;
	margin: 0;
	clear: both;
	padding-top: 12px;
	padding-bottom: 12px;	
}

label
{
	cursor: pointer;
	position: relative;
	top: -3px;
}

fieldset
{
	padding:6px;
	border: 1px solid #888888;	
}

legend
{
	color: #888888;
}

input, select, textarea 
{
	border: 1px solid #CCCCCC;
}

.button
{
	background-color: #EEEEEE; 
	border: 1px solid #888888;
	cursor: pointer;
}

.checkbox, .radio
{
	border: none;
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

.border
{
	border: 1px solid #EEEEEE;
}

.table 
{
	background: silver;
	clear: both;
}

.table tr 
{
	background:white;
	vertical-align:middle;
}

.table th, .table .table_header
{
	background: #FFFFFF;
}

.table td
{
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

.even_row
{
	background: #EEEEEE;
}

.odd_row
{
	background: #FFFFFF;
}

.username
{
	padding-left: 14px;
	background: url(../images/icons/user.gif) left no-repeat;
	background-position: 3px;			
}

.password
{
	padding-left: 14px;
	background: url(../images/icons/key.gif) left no-repeat;
	background-position: 3px;	
}

.email
{
	padding-left: 14px;
	background: url(../images/icons/email.gif) left no-repeat;
	background-position: 1px;	
}

.description
{
	text-align: left;
	margin-left:20%;
	margin-right:20%;
}

.indication
{
	color: #888888;
	font-size: 11px;
}	

.msg
{
	padding: 3px;
	background: #F1F1FF;
	border: 1px solid #0D59AB;
	color: #0D59AB;
	font-weight: bold;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 4px;
	margin-top: 4px;
}

.price 
{
	font-weight:bold;
	font-size:16px;
	white-space: nowrap;
}

.clear
{
	clear: both;
}

.ajax-loading 
{
	padding: 200px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

.no_icon
{
	width:60px;
	height: 60px;
	border: 1px solid #888888;
	text-align: center;
	cursor: pointer;
	padding-top: 20px;
	text-decoration: none;
	background: #FFFFFF;
}

.no_picture
{
	width: 200px;
	height: 120px;
	border: 1px solid #888888;
	text-align: center;
	padding-top: 80px;
	font-size: 16px; 
	font-weight: bold;
	background: #FFFFFF;	
	float: left;
}

a.client
{
	font-weight: bold;
	color: #000;	
}

a.back
{
	color: #555555;
	font-weight: bold;
	padding-left: 18px;
	background: url(../images/icons/back.gif) left no-repeat;	
}

a.yahoo
{
	color: #E03C25;
	font-weight: bold;
	padding-left: 18px;
	background: url(../images/icons/yahoo.gif) left no-repeat;	
}
