/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  Copyright (c) 2007 Sheffield Space Centre & FiZiX.net

*/

.boxText { font-size: 9pt; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 8pt; color: #cc0033; text-align:left}
.productsNotifications { background: #F2F6FF; border:1px solid #B2BEDF;}
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #F6F6F6;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
}



A {
  color: #036;
  text-decoration: underline;
  /* font-weight: bold; */
}

A:hover {
  color: #C00;
}

.menucat .infoboxcontents td {
	padding: 0px;
}

.menucat td.boxText {padding: 8px 5px 5px 5px; background: url(images/categories_header_bg.jpg) no-repeat; 	font-size: 9pt;}

.menucat .boxText a:link, .menucat .boxText a:visited  {
	display: block;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	width: auto;
	font-weight: bold;
}

.menucat .boxText a:hover {
	background-color: #036;
	color: #FFF;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.menucat b a { color: #c00; 

	opacity: 0.9;
	filter: alpha(opacity=9);

}
.menucat b a:hover { background-color: transparent; }

FORM {
	display: inline;
}

.header {
  background: #000;
}



#contents {}

#innercontents {
	background-image: url(images/ssc_contentinnerbg.gif);
	background-repeat: no-repeat;
}

div.headerNavigation {
  font-size: 7.5pt;
  color: #F60;
  font-weight : bold;
  padding: 7px;
}

A.headerNavigation { 
  color: #F90; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background-color: #FFF;
  font-size: 9pt;
  vertical-align: top;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  /* font-size: 8pt; */
}

TD.infoBoxHeading {
  font-size: 9pt;
  font-weight: bold;
  background-image: url(images/infobox/infobg.gif);
  background-repeat: repeat-x;
  background-position: top;
  color: #ffffff;
  border-bottom: 1px solid #7585A5;

	padding: 0px;
	line-height: 22px;
	background-color: #121c31;
	vertical-align: top;
}

TD.infoBoxHeading a:link,
TD.infoBoxHeading a:visited {
	color: #BAC4DA;
}



TD.infoBox, SPAN.infoBox {
  /* font-size: 8pt; */
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FCFCFC;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  /* background-color: red; */
  background-color: #FFF;
}

.productListing-heading {
  font-size: 9pt;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TABLE.productListing {
	border-collapse: collapse;
	margin-bottom: 4px;
	border: 1px solid #E6E6E6;
}

td.productListing-heading {
  background-color: #121c31;
  background-image: url(images/infobox/infobg.gif);
  background-repeat: repeat-x;
  background-position: top;
  white-space: nowrap;
  padding: 5px;
}

.productListing-heading a:link, .productListing-heading a:visited, .productListing-heading a:hover {
	background-color: transparent;
	padding: 3px 16px 4px 4px;
}

.productListing-heading a:hover {
	color: #f60;
}


.productListing-heading .sort-asc { background: url(images/sort_up.gif) right no-repeat; }
.productListing-heading .sort-des { background: url(images/sort_down.gif) right no-repeat }

/* .productListing-heading a:hover.sort-asc { background: url(images/sort_up.gif) right no-repeat } */

td.thumb {
	width: 100px;
}


TABLE.productListing td {
	/* padding: 3px 2px 4px; */
	vertical-align: top;
}

TD.productListing-data {
  font-size: 9pt;
}

table.productListing TD.productListing-data {
  padding: 10px 5px 5px;
}


A.pageResults {
  color: #090;
  padding: 2px;
}

A.pageResults:hover {
  color: #900;
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 10pt;
  font-weight: bold;
  color: #FFF;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 8pt;
  color: #000000;
}

TD.main, P.main {
  font-size: 9pt;
  line-height: 1.5em;
}

TD.main BR {
	margin-bottom: 5px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 8pt;
}

.infoBoxContents TD.smallText {
	font-size: 9pt;
}

.infoBoxContents TD.smallText a {
	font-weight: bold;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 8pt;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 9pt;
  font-family: inherit;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #990000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.markProductOutOfStock {
	font-size: 8pt;
  color: #C00;
  font-weight: bold;
  padding-left: 5px;
  content: open-quote;


}

DIV.markProductOutOfStock {
	padding-top: 3px;
}



SPAN.productSpecialPrice {
 
  color: #CC0000;
  font-weight: bold;
	padding-right: 21px;
	padding-left: 5px;
	background: url(images/ssc/forsale.gif) right bottom no-repeat;
	border: 3px solid #CC0000;
	background-color: #FFFF99;
	border-right: 0;
	border-bottom: 0;
	padding-bottom:2px;
	
	background-color: #C00;
	color: #FF0;
}

.boxText SPAN.productSpecialPrice, .productListing-data SPAN.productSpecialPrice, .smallText SPAN.productSpecialPrice {
font-size: 120%;
}




SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 8pt; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 8pt; color: #000000; }

/* message box */

.messageBox { font-size: 8pt; }
.messageStackError, .messageStackWarning { font-size: 8pt; background-color: #ffd2d5; border:1px solid #C00; color: #c00; font-weight:bold; padding: 10px;}
.messageStackSuccess { font-size: 8pt; background-color: #99ff00; }

.messageStackError img, .messageStackWarning img { margin-right: 10px; }


/* input requirement */

.inputRequirement { font-size: 8pt; color: #ff0000; }


h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5pt;
}


.pageHeading {
	vertical-align: top;
}

.messageStackError img {
	vertical-align: middle;
}


.pageHeading {
	color: #000 !important;
	/* font-family: Arial, Helvetica, sans-serif !important; */
	font-size: 12pt !important;
	padding-top: 5px;
}

.pageHeading img {
	margin-top: -5px;
}

#contents {
	background-image: url(images/ssc_contentbg.gif);
	background-repeat: repeat-x;
}


td.footer {
	background-color: transparent;
	color: #333;
}

/* SSC CUSTOM */


td.category {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
	font-size: 80%;
}




/* FiZ hides the BR below the footer and redisplays all other BR and hides them again for the category links! */

body br {
	display: none;  
}

#sscwrapper br {
	display: block;
}

td.category br {
	display: none !important;
}

/* END FiZ */




td.category a {
	border: 1px solid #369;
	background-color: #D2E2F0;
	display: block;
	width: 100%;
	padding: 2px 0;
	text-decoration: none;
}

td.category a:hover {
	border: 1px solid #900;
	background-color: #C00;
	color: Yellow;
}

/* ------------------- */




table.contact {
	min-width: 480px;
	width: 100%;
}



table.contact, table.contact table {
border-collapse: collapse;
}

table.contact table.sections {
width: 100%;
}


h3, p {
	margin: 5px 0;
}

h3 {
border: 1px solid #CCC;
background-color: #EEE;
font-size: 9pt;
color: #666;
text-indent: 10px;
padding: 3px 0;
}

h4 {
	color: #333;
	font-size: 8pt;
	margin: 10px 0;
}

.contact th, .contact td {
	font-size: 8pt;
}

.contact th {
	text-align: right;
	padding: 3px 5px 3px 0;
	white-space: nowrap;
	color: #333;
}

td.theaddress {
	text-align: center;
	font-size: 9pt;
}

.accessibilehide, .hovermap span {
position: absolute;
top: -20px;
left: -999;
height: 10px;
overflow:hidden
}


a.hovermap {
height: 148px;
width: 250px;
border: 0px;
display: block;
margin: auto;
margin-bottom: 10px;
background-image: url(images/ssc/map.gif);
}

tr.closednote th {
color: #C33;
}

a.mailtolink {
	font-size: 8pt;
}


li {
	list-style-image: url(images/ssc/bullet.gif);
	vertical-align: middle;
	margin-bottom: 4px;
}



/* Update List CSS */

div#paper {
border: 1px solid #EEE;
margin: 0 10px 10px;
padding: 0 10px 10px;
margin-bottom: 0px;
background-color: #F9F9F9;
}
div#paper h1 {font-size: 14pt; text-align:center; color: #666; margin:0.5em;}
dic#paper h2 {font-size: 12pt;}
dic#paper h3 {font-size: 11pt}
div#paper strong {color: #C00;font-weight: bold; padding-left: 0.5em; padding-right: 0.5em;}
div#paper div {font-size: 9pt;margin: 6px 3px;}



.infoBox hr {
	border:1px solid;
	border-color: #FFF #FFF #CCC #CCC;
	margin: 0;
	padding: 0;
}

.moduleRowOver { background-color: #E9E9E9; cursor: pointer; cursor: hand; }
.moduleRowOver td {
	background: url(images/ssc/row_active.gif) repeat-x;
	background-image: none;
}

.moduleRowSelected { background-color:  #DAE2FD; }
.moduleRowSelected td {
	background: url(images/ssc/row_hover.gif) repeat-x;
	background-image: none;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9ab0fa;
}

span.greetUser {
/*	font-family: Arial, Helvetica, sans-serif; */
}


#searchposition {
	position: relative;
	padding: 0px !important;
	margin: 0px !important;
  	background-image: url(images/breadcrumb.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 30px;
	background-color: #000;
}

#minisearchbox {
	position: absolute;
	right: 0;
	top: 5px;
	border-bottom: 1px solid #747474;
}

td.accountops {
	padding-top: 7px;
}


#minisearchbox table {
	border-collapse: collapse;
}

form {
	margin: 0;
	display: block;
}

input.portletinput {
	width:150px;
	float: left;
	display: block;
	border: 0;
	background:transparent;
	height: 20px;
	font-family:arial;
	font-weight:bold; color:#FFF;  
	padding: 4px 0 0 6px;
}

#advcontainer {
	background-color: #121B33;
	background-color: white;
	padding: 0;
}

#minisearchbox form {
	padding: 0;
	margin: 0;
}

#minisearchbox td {
	font-size: 8pt;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}

#advsearch {
	padding-left: 0.5em;
	background-color: #000;
	background-image: url(images/ssc/advlinkbg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-left: 1px solid #747474;
	padding: 0 5px 5px;
}


#advsearch a:link, #advsearch a:visited {
	color: #FF6600;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

#advsearch a:hover {
	color: #FF0;
}


#footerbox2 { padding:5px; margin: 10px 10px; color: #666; }

#footer-options { text-align: center; margin: 20px 10px; }

.pageHeading {
	padding-right: 8px;
}

.pageHeading .smallText { /* Misc Product Info */
	color: #69C;
	display: block;
	padding-top: 5px;
	display: none;
}

.pageHeading h1 {
	font-size: 1em;
}


/*  PRINTER FRIENDLY */

@media print {

	.headerNavigation, .header, .menucat, .infoBoxHeading, .infoBox, img {
		display:none;
	}
	
	td.sscols {
		width:1px;
	}
	
	td.sscols {
		display: none;
	}
	
	#footerbox1, #footerbox2 {
		display: none;
	}
	
	
	body {
		background-color: white;
	}
	
	* {
		background-image: none !important;
	}
	
	td, a {
				font-size: 12pt !important;
	}

	.proimage img {
		display: block;
	}	

}


body {
	background-color: #303030;
	background-image: url(images/ssc/stargradient.jpg);
	background-repeat: repeat-x;
}


#sscwrapper {
	width: 954px;
	height: auto;
	margin: 0px auto 10px auto;
	background-color: #F6F6F6;
}

.proimage img {
	margin: 0 2px 0 4px;
}

.productListing td.infoBoxheading {
	padding: 0px;
	padding-left: 3px;
}



/* Featured Product */

	#featuredheader {
		margin-top: 2px;
		background-color: black;
		width: 470px;
		width: 100%;
		height: 114px;
		background-image: url(images/ssc/feature.jpg);
	}

	#featuredprod {
	/*
		overflow: auto;
		width:442px;
		height: 80px;
		position: absolute;
		left:12px;
		top: 41px;
	*/

		font-size: 10pt;
		color: #fff;
		padding: 15px;
	}
	
	#featuredprod a:link, #featuredprod a:visited {
		vertical-align: middle;
		color: red;
	}
	
	span.featuredthumb {
		display: block;
		float: left;
		margin-right: 10px;
	}
	
	.navsep {
		display: none; /* to be replaces with accessible alternative */
	}

	.pleasenote {
		font-style: italic;
		color: #CC0000;
		background-color: #FFEEEE;
		padding: 0.5em;
		border: 1px solid #CC0000;
		margin: 0.5em 0;
	}
	
	
table.sscols table.infobox {
	margin-bottom: 5px;
}




table.sscols {
	width: 180px;
}

table.infoBox {
	border:1px solid #b6b7cb;
	background-color:white;
}

td.main-body .infoBox {
padding: 0 10px 10px 10px;
}
