﻿/* EStore Default Stylesheet */
html { padding: 0 0 20px 0; }
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333; 
	padding: 0 0 20px 0;
	margin: 0 0 20px 0; 
	text-align: center; 
	background: url(/estore/images/common/default_error/background.jpg) no-repeat center top; 
	background-color: #bfdbf3;
	min-width: 900px;
	min-height: 840px;
	background-color: #bfdbf3; 
}
#main { width: 1000px; margin: 0 auto 0 auto; }
#logos { margin-top: 15px; }
#title {
	width: 900px; 
	margin: 185px auto 50px auto;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #333;
}

#content 
{
	display: block;
	width: 900px; 
	margin: 30px auto 0px auto;
	text-align: left;
}

#list_wrapper 
{
	display: table;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#footer 
{
	display: table;
	width: 900px; 
	margin: 40px auto 0px auto;	
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333;
}

img { behavior: url(/estore/docs/spl/iepngfix.htc); }
ol, li { margin: 1em 0 0 1em; }

ul.button_list {
	margin: 0 auto;
	padding: 0;
	
}
ul.button_list li 
{
	display: inline-block;
	list-style-type:none;
	list-style-image:none;
	list-style:none;
	padding: 0;
	margin-left: 70px;
	margin-top: 25px;
	float:left;
}

a:link { color: #333; text-decoration: underline; color: #004a81; }
a:hover { color: #333; text-decoration: underline; color: #004a81; }
a:visited { color: #333; text-decoration: underline; color: #004a81; }
a:active { color: #333; text-decoration: underline; color: #004a81; }

a.swf_button, a.swt_button, a.swc_button, a.bgt_button, a.spl_button, a.bgw_button {
	display: block;
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 100px;
	width: 140px;
	text-indent: -9999px;
}
a.swf_button {
	background-image: url(/estore/images/common/default_error/nav/nav_swo.png);
}

a.swt_button {
	background-image: url(/estore/images/common/default_error/nav/nav_swt.png);
}

a.swc_button {
	background-image: url(/estore/images/common/default_error/nav/nav_swc.png);
}

a.bgt_button {
	background-image: url(/estore/images/common/default_error/nav/nav_bgt.png);
}

a.spl_button {
	background-image: url(/estore/images/common/default_error/nav/nav_spl.png);
}

a.bgw_button {
	background-image: url(/estore/images/common/default_error/nav/nav_bgw.png);
}

a.swf_button:hover, a.swt_button:hover, a.swc_button:hover, a.bgt_button:hover, a.spl_button:hover, a.bgw_button:hover {
	background-position: 0 0;   
}



