/* CSS Document */
/* ------------------------------------------------------------------------- Basic Styles */
*{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body{
	padding-bottom: 40px;
	background: url(../../images/main_bg.gif) repeat-x 0 65px;
}


/* ------------------------------------------------------------------------- Topper Styles */
#topper{
	position: relative;
	height: 60px;
	padding-right: 194px;
	border-bottom: 5px solid #EB8F05;
}
#topper a#logo{
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 179px;
	height: 64px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	background: url(../../images/logo.gif) no-repeat;
}
#topper h1{
	position: relative;
	top: 35px;
	left: 15px;
}
#topper h1 a{
	color: #666;
	font-size: 12pt;
	text-transform: uppercase;
	text-decoration: none;
}
#topper #login_frm{
	position: absolute;
	bottom: 15px;
	left: 15px;
}


/* ------------------------------------------------------------------------- Main Styles */
#main{
	width: 774px;
	margin: 0 auto;
}
#main h2{
	position: relative;
	margin: 40px 0 60px 0;
	font-size: 20pt;
}
#main h2 a{
	position: relative;
	bottom: -10px;
}
#main #welcome{
	position: relative;
	padding: 10px 20px;
	border: 1px solid #EB8F05;
}
#main #welcome h3{
	position: absolute;
	top: -30px;
	left: 0;
	margin: 0;
	font-size: 14pt;
	font-weight: normal;
}
#main #welcome h3 span{
	float: right;
	position: relative;
	top: -18px;
}
#main #welcome p{
	margin-top: 1.5em;
}
#main #welcome p.first{
	margin-top: 0;
}


/* ------------------------------------------------------------------------- Specific Info Styles */
table#spec_info{
	width: 100%;
}
table#spec_info td.col_1,
table#spec_info td.col_3{
	width: 40%;
}
table#spec_info td.col_2,
table#spec_info td.col_4{
	width: 10%;
}


/* ------------------------------------------------------------------------- Store Heading Styles */
table#store_info{
	width:772px;
}
table#store_info td{
	padding: 3px 5px;
}
table#store_info td.col_1,
table#store_info td.col_3{
	width: 50px;
	font-weight: bold;
	text-align: right;
}
table#store_info td.col_2,
table#store_info td.col_4{
	width: 316px;
}


/* ------------------------------------------------------------------------- Image Upload Styles */
table#upload_tbl{
	width: 100%;
	margin-top: 20px;
}
table#upload_tbl td:first-child{
	width: 250px;
}
table#upload_tbl td .notes{
	width: 100%;
}


/* ------------------------------------------------------------------------- Import Styles */
table#import_tbl{
	width: 100%;
	margin-top: 20px;
}
table#import_tbl td:first-child{
	width: 150px;
}
table#import_tbl td.file{
	width: 300px;
}
table#import_tbl td.file input{
	width: 100%;
}
table#import_tbl td.submit{
	width: 100px;
}


/* ------------------------------------------------------------------------- Image thumb Styles */
.img_h3{
	clear: both;
	margin: 10px 0 0 10px;
	font-size: 12pt;
	font-weight: bold;
}
.images{
	position: relative;
	float: left;
	width: 100px;
	margin: 3px 15px 20px 15px;
	padding: 10px;
	text-align: center;
	border: 1px solid #EB8F05;
}
.images img{
	border: none;
}
.images a.delete{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 17px;
	height: 16px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	background: url(../../images/delete.gif) no-repeat;
}


/* ------------------------------------------------------------------------- PDF Link Styles */
.pdf_h3{
	clear: both;
	margin: 10px 0 0 10px;
	font-size: 12pt;
	font-weight: bold;
}
#pdfs a{
	clear: both;
	float: left;
	margin: 0px 10px;
	color: #000;
	text-decoration: none;
	font-size: 12pt;
}
#pdfs a.delete{
	clear: none;
	display: block;
	width: 17px;
	height: 16px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	background: url(../../images/delete.gif) no-repeat;
}


/* ------------------------------------------------------------------------- Records Heading Styles */
#content table.records_heading{
	width: 772px;
	margin-top: 40px;
}
#content table.records_heading td{
	text-align: right;
}
#content table.records_heading td:first-child{
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
}
#content table.records_heading span{
	cursor: pointer;
}


/* ------------------------------------------------------------------------- Records Styles */
#content table.records{
	width: 772px;
	margin-top: 5px;
	border: 1px solid #EB8F05;
	border-bottom: none;
}
#content table.records td{
	padding: 5px 10px;
	border-bottom: 1px solid #EB8F05;
}
#content table.records td:first-child{
	width: 40%;
	text-align: left;
}


/* ------------------------------------------------------------------------- Form Styles */
#form1 table{
	width: 540px;
	margin: 0 auto;
}
#form1 table td{
	width: 250px;
	vertical-align: top;
}
#form1 table td.spacer_td{
	width: 40px;
}
#form1 label{
	display: block;
	margin-top: 1.5em;
}


/* ------------------------------------------------------------------------- Download Link Styles */
a#download_link{
	position: absolute;
	top: 100px;
	left: 100px;
	color: #000;
	text-decoration: none;
	text-align: center;
	border: 2px solid #FF9C00;
	background: #FFF;
}
a#download_link:hover{
	background: #EEE;
}
a#download_link img{
	border: none;
}
a#download_link td{
	padding: 10px;
}


/* ------------------------------------------------------------------------- Prev/Next Link Styles */
#nextPrevLinks{
	font-weight: bold;
}
#prevStoreLink{
	float: left;
	margin-left: 10px;
}
#nextStoreLink{
	float: right;
	margin-right: 10px;
}


/* ------------------------------------------------------------------------- Misc Styles */
.errors{
	margin: 10px;
	padding: 10px;
	color: #CC0000;
	border: 1px solid #EB8F05;
}
#topper .errors{
	position: absolute;
	top: 5px;
	left: 15px;
	margin: 0;
	padding: 0;
	border: none;
}
.success{
	margin: 10px;
	padding: 10px;
	color: #006600;
	border: 1px solid #EB8F05;
}
.noborder{
	border: none !important;
}