﻿HTML
{
    background-image: url(images/style/Background.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-left:none;
	border-right:none;
	cursor:default;
	font-family: Arial, Helvetica, sans-serif;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, pre, img, form, fieldset
{
	padding:0;
	margin:0;
	border:none;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
}

/*ol, ul
{
	list-style:none;
}*/

img, object
{
	display:block;
}

/*table
{
	border-collapse:collapse;
}*/

th
{
	padding:0;
	font-weight:normal;
	text-align:left;
}

/*td
{
	padding:0;
	vertical-align:top;
}*/

hr
{
	/*display:none;*/
}

*:focus
{
	outline:none;
}

body 
{
    height:100%;
    width:100%;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

body 
{
    height:100%;
    width:100%;
    font-size:medium;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

ul, li{ 
    margin:0; 
    padding:0; 
} 
li{ 
    padding-left:5px;
    margin-left:15px; 
} 
a[disabled="disabled"], a[disabled="disabled"]:hover, a.disabled, a.disabled:hover {
    text-decoration: none;
}
 

/*#background 
{
    background-image: url(images/style/Background.gif);
    background-repeat: repeat-x;
    background-position: Bottom left;
    width:auto;
}*/
/*div {
	Border: Solid 1px Black
}*/
#top_navigation {
	width: 950px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	background-color:White;
	/*background-image: url(images/Style/new_bg.gif);
	background-image: url(images/style/header_bg_blue.png);
	background-repeat: repeat-x;*/
}
/* START UPPER TOP NAV */
#uppertopnav 
{
    margin-top: 0;
    width:950px;
	height: 125px;
	background-image:url(images/style/rightheader.jpg);
	background-repeat: no-repeat;
    background-position:right;
}

/* START INNER UPPER TOP RIGHT NAV */
#inneruppertoprightnav 
{
    float:right;
    width:480px;
	height:75px;
	margin-right: auto;
	margin-left: auto;
}
#login 
{
    float:right;
    width:400px;
	height:50px;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 0px;
	font-size: 10px;
}
#lower_inner_upper_top_right_nav
{
    height:32px;
    width:380px;
    float:right;
}

#Search
{
    float:right;
    width: 1px;
}
#Cart 
{
    background-image:url('images/Cart3.png');
    background-position:bottom left;
    height:25px;
    width:150px;
    background-repeat:no-repeat;
    vertical-align:text-top;
}
#lowesttopnav {
    width: 400px;
    height: 30px;
    margin-right: auto;
	margin-left: auto;
	background-image: url(images/style/NewBar.png);
	/*background-image: url(images/Style/new_bg_15_30.gif);*/
	background-repeat: repeat-x;
}

/* END INNER UPPER TOP RIGHT NAV */
/* END UPPER TOP NAV */

/* START LOWER TOP NAV */
#lowertopnav {
    width: 950px;
    height: 30px;
    margin-right: auto;
	margin-left: auto;
    vertical-align:baseline;
	background-image: url(images/style/NewBar.png);
	background-repeat: repeat-x;
}
.MenuBar {vertical-align:middle; text-align:center;}
/* END LOWER TOP NAV */
/* START BODY */
#body {
    text-align: justify;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#side_navigation {
    min-height: 300px;	
    width: 200px;
    float: left;
}
#content1 
{
    float:left;
	width:150px;
	min-height:100px;
	margin: 0px 5px 5px 5px;
}
#divList {
	width: 140px;
	min-height:100px;
}
#content2 
{
    background-image:url(images/style/scpWatermark.png);
    background-color:White;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0px 10px 0px 5px;
	width:725px;
	float:right;
}
/* END BODY */
/* START FOOTER */
#footer {
	margin-right: auto;
	margin-left: auto;
    text-align:center;
    background-color:White;
    width: 500px;
}
/* END FOOTER */
#confirm 
{
    background-image:url('images/SCPSCIENCEBug.jpg');
    width: 500px;
    height: 500px;
}


.SmallButton
{
   background-attachment: scroll;
   background-repeat:no-repeat;
   background-image: url(Images/Style/80x26.png);
   background-color: transparent;
   width:80px;
   height:26px;
   text-align:center;
   cursor:pointer;
}

.MediumButton
{
   background-attachment: scroll;
   background-repeat:no-repeat;
   background-image: url("https://www.scpscience.com/Images/Style/Button_100_26.PNG");
   background-color: transparent;
   width:100px;
   height:26px;
   text-align:center;
   cursor:pointer;
}

.LargeButton
{
   background-attachment: scroll;
   background-repeat:no-repeat;
   background-image: url("https://www.scpscience.com/Images/Style/Button_120_26.PNG");
   background-color: transparent;   
   width:120px;
   height:26px;
   text-align:center;
   cursor:pointer;
}

.XLButton
{
   background-attachment: scroll;
   background-repeat:no-repeat;
   background-image: url("https://www.scpscience.com/Images/Style/Button_140_26.PNG");
   background-color: transparent;   
   width:140px;
   height:26px;
   text-align:center;
   cursor:pointer;
}

.XXLButton
{
   background-attachment: scroll;
   background-repeat:no-repeat;
   background-image: url("https://www.scpscience.com/Images/Style/Button_173_26.PNG");
   background-color: transparent;   
   width:173px;
   height:26px;
   text-align:center;
   cursor:pointer;
}
.MediumButtonFloatRight
{
   background-attachment: scroll;
   background-repeat:no-repeat;
   background-image: url("https://www.scpscience.com/Images/Style/Button_100_26.PNG");
   background-color: transparent;
   width:100px;
   height:26px;
   text-align:center;
   cursor:pointer;
   float:right;
}
.XXLButtonFloatRight
{
   background-attachment: scroll;
   background-repeat:no-repeat;
   background-image: url("https://www.scpscience.com/Images/Style/Button_173_26.PNG");
   background-color: transparent;   
   width:173px;
   height:26px;
   text-align:center;
   cursor:pointer;
   float:right;
}
.promo_button
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D7491;
	text-decoration: none;
    cursor:pointer;
}
.promo_click_here
{
    padding-left: 10px;
    padding-top: 0px;
    font-size: 11px;
}
div.off 
{
    text-decoration: none;
}
div.on 
{
    color: #4D7491;
    text-decoration: underline;
}

div.StdsBankOn 
{
    color: #4D7491;
    text-decoration: underline;
    cursor: pointer;
}

.ContactInfoCol1
{
    background-color:#dcdcdc;
    white-space : nowrap;
    width: 200px;
    padding-left: 5px;
}
.ContactInfoCol2
{
    white-space : nowrap;
    width: 400px;
}
.BillToShipToHeader_td 
{
	background-color:#5E728B;
    /*white-space : nowrap;*/
}
.LeftNavHeader
{
    background-image: url(images/blue-strip-bkgd.jpg);
    background-repeat: repeat-x;
}
.BillToShipTo_td 
{
	background-color:#dcdcdc;
    white-space : nowrap;
}
.floatleft
{
    float:left;
}
.floatright
{
    float:right;
}
.gridview_type
{
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
}

.gridview_type a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: Black;
	text-decoration: none;
}
.gridview_type a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: Fuchsia;
	text-decoration: none;
}
.confirm_type
{
    font-family: Arial, Helvetica, Sans-Serif;
    
}
.freight_type
{
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: Red;
}

/* BODY_TEXT */
.body_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4958;
	text-decoration: none;
}
.body_white_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.body_white_header_regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.body_type a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D7491;
	text-decoration: none;
}
.body_type a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D7491;
	text-decoration: none;
}
.body_type a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D7491;
	text-decoration: underline;
}
.body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3D4958;
	text-decoration: none;
}
.body_type_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3D4958;
}
.body_type_small_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
}
.body_type_small a:link {
	color: #80919f;
	text-decoration: none;
}
.body_type_small a:visited {
	color: #91DB6c;
	text-decoration: none;
}
/* END BODY TEXT */

/* FOOTER TEXT */
.footer_text {
    font-family: Arial, Helvetica, sans-serif;
	color: #495869;
	font-size: 10px;
}
.footer_text a:link {
	color: #3D4958;
	text-decoration: none;
}
.footer_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D4958;
}
/* END FOOTER TEXT */

/* TOP NAV TEXT */
.nav_text {
	color: #5A6A78;
	text-decoration: none;
}
.menu_nav_text 
{
    /*background-image: url(images/style/WhiteBlueGradient30pxHeight.png);*/
	/*background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #5A6A78;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 5px 0px 5px 0px;
}
.sub_menu_nav_text {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 5px 0px 5px 0px;
}
.nav_text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A6A78;
	text-decoration: underline;
}
.nav_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A6A78;
	text-decoration: underline;
}
/* END TOP NAV TEXT */
.body_type_justified {
    text-align: justify;
   /* text-justify: distribute;
    text-align-last: justify;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D4958;
	text-decoration: none;
}
.progression_labels_active 
{
    background-color:#317EB9;
    color:White;
    text-align:center;
}
.progression_labels_inactive
{
    background-color:#FFFFFF;
    color:Black;
    text-align:center;
}
.progression_labels_inactive_info
{
    background-color:#FFFFFF;
    color:Black;
    text-align:center;
    height: 1px
}
.progression_labels_active_complete
{
    background-color:#317EB9;
    color:White;
    font-size:x-large;
    text-align:center;
}

.category_text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #96A7C9 !important;
	text-decoration: none;
	font-style:oblique;
	padding: 10px 12px 0px 150px;
}
.category_text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #96E7E9;
	text-decoration: none;
	font-style:oblique;
}
.category_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #96C7E9;
	text-decoration: none;
	font-style:oblique;
}

.BillToShipToTitle_text {
    font-size:16px;
    font-weight:bold;
}
.BillToShipTo_text {
    font-size:12px;
    text-decoration: none;
}

.gridviewheader
{
    background-color:#5E728B;
    white-space : nowrap;
}

.button_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #96A7C9 !important;
    font-style: normal;
    padding: 20px 50px 15px 55px;
}
.button_text a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #96E7E9;
    text-decoration: none;
    text-align: center;
    font-style: oblique;
}
.StdBank
{
    /*border: 1px solid #C0C0C0;*/
    width: 95px;
    height: 90px;
    text-align: center;
    background-image: url(   'images/plasma_cal_scp_piggy.png' );
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-left: 55px !important;
    font-size: 11px;
    font-weight: bold;
    color: Blue;
    margin: 0;
    float: right;
}
.StdBank a:link, visited
{
    font-size: 11px;
    /*text-decoration: underline;*/
    font-weight: bold;
    color: Blue;
}
.StdBank a:hover
{
    /*color: Red;*/
}
.StdBankHeading
{
    position: relative;
    /*border: 1px solid #C0C0C0;*/
    text-align: left;
    width: 150px;
    /*height: 165px;
    vertical-align: middle;*/
    font-size: 14px;
    float: left;
    left: -55px;
}
.PointerCursor
{
    cursor: pointer;
}
.HelpQuestionmark
{
    cursor: pointer;
    display: inline;
    vertical-align: top;
    float: none;
}
.job_postings h1
{
    font-size: 14px;
    font-weight: bold;
}
.select_catalogue tr
{
    background-color: #dcdcdc;
    font-weight: bold;
}
.select_catalogue span
{
    font-weight: bold;
}
.help_type
{
    padding: 10px;
}
.Paperless
{
    display: block;
    position: relative;
    top: -25px;
    left: 40px;
    margin-bottom: -25px;
    padding: 0px;
    /*border: solid 1px black;*/
}
.PaperlessImage
{
    position: relative;
    top: 25px;
    margin-bottom: 25px;
    text-align: left;
}
.PaperlessTotal
{
    padding-left: 40px;
    display: block;
}
.SearchLink
{
    text-decoration: none;
    padding-left: 105px;
    vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.left_menu_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #495869;
    text-decoration: none;
    text-align: justify;
}
.cntry_lng_login
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #495869;
    text-decoration: none;
    text-align: justify;
}
.obvious
{
    font-size: 16px;
}
.StdBank
{
    position: relative;
    top: -50px;
    margin-bottom: -60px;
}
a.popup
{
    position: relative;
}
a.popup span
{
    display: none;
}
a.popup:hover span
{
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
    display: block;
}
/* Don't expect to write standards code for IE. ;) */
a.popup:hover
{
    font-size: 100%;
}
.inline
{
    display: inline;
}
.shift_left
{
    position: relative;
    left: -50px;
    right: -50px;
    color: Maroon;
    font-weight: normal;
}
#homelink a
{
	padding: 20px 215px 5px 0;
	text-decoration: none;
}
.anonprogress1
{
    height: 50px;
    width: 600px;
    background: url(images/Style/step1.jpg) no-repeat;
}
.anonprogress2
{
    height: 50px;
    width: 600px;
    background: url(images/Style/step2.jpg) no-repeat;
}
.anonprogress3
{
    height: 50px;
    width: 600px;
    background: url(images/Style/step3.jpg) no-repeat;
    
}
.anonprogress4
{
    height: 50px;
    width: 600px;
    background: url(images/Style/step4.jpg) no-repeat;
    
}
.anonquotesteps
{
    width: 580px;
    padding-left: 20px;
}    
.anonquotesteps span
{
    display: inline-block;
    font-size: 10px;
    width: 125px;
    text-align: center;
    padding-right: 4px;
}