/*
$Id: stylesheet.css 3 2006-05-27 04:59:07Z user $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright 2006 osCMax

  Released under the GNU General Public License
*/

.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: verdana, sans, arial;
  font-size: 1em;
}

body img {
	border: 0;
}

#container {
	text-align: center;
	background-color: #171796;
	padding-bottom: 10px;
}

#pageheadercontainer {
	width: 100%;
	background-color:white;
}

#pageheader {
	position: relative;
	width:995px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#cooperheaderimage {
	background-image:url(/images/cooperheaderimage.png);
	background-repeat: no-repeat;
	position: absolute;
	width:55px;
	height: 85px;
	bottom: 25px;
	left: 215px;
}

#award {
	background-image: url(/images/GSA2011_small.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 72px;
	height: 90px;
	bottom: 28px;
	left: 310px;
}

#phonenumber {
	background-color: #171796;
	text-align: center;	
	width:190px;
	height:30px;
	line-height: 30px;
	font-size:1em;
	font-weight: bold;
	font-style: italic;
	color:#F4C00D;
}

#categorynavtabs {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:25px;
}

/*
Next line clears the floats in a magical funky way
*/

#categorynavtabs:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navtab {
	float:left;
	display: block;
	margin-left:9px;
	height:25px;
	width:130px;
	background-image:url(/images/tabinactive.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	font-size:13px;
	line-height:25px;
	color: #171796;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

a.navtab:visited {
	background-image:url(/images/tabinactive.gif);
	text-decoration:none;
	color: #171796;
}

a.navtab:hover {
	text-decoration:underline;
	color: #171796;
}

/*
a.navtab:active {
	background-image:url(/images/tabactive.gif);
	text-decoration:underline;
	color: #F4C00D;
}
*/
/* Above class doesn't always work so here is the one added by JQuery to the active 
	tab (see main_page.tpl.php in the templates/premierink directory) */

a.selectedtoptab, a.selectedtoptab:active, a.selectedtoptab:visited, a.selectedtoptab:hover {
	background-image:url(/images/tabactive.gif);
	text-decoration:none;
	color: #F4C00D;
}

a.selectedtoptab:hover{
	text-decoration:underline;
}

#pagebodycontainer {
}

#pagebody {
	width:1015px;
	margin-left:auto;
	margin-right:auto;
}

#pagecontent, #socialcontent {
	margin-top: 7px;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}

#pagecontent {
	min-height: 1345px !important;
}

.homepagesliders {
	display: block; 
	width: 636px; 
	margin: 0 auto;
}

#socialcontent {
	min-height: 320px !important;
}

#pagefootercontainer {
}

#pagefooter {
	text-align: center;
	color: white;
	font-size:0.6em;
	width:990px;
	margin:5px auto 10px;
}

#pagefooter a {
	color:white;
}

#pagefooter a:hover {
	color:black;
	text-decoration: none;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
}

TD.headerNavigation, productListing-heading {
  font-size: 15px;
  font-weight : bold;
  color: #171796;
}

A.productListing-heading, A.productListing-heading:visited, A.productListing-heading:active {
color: #171796;
} 

A.headerNavigation { 

}

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;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoboxContainer {
	background-color: white;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.infoBoxContents {
  background: white;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

.infoBoxHeading {
  font-size: 0.9em;
  font-weight: bold;
  background-color: white;
  padding-bottom: 10px;
}

#socialfloatcontainer {
  padding: 10px 10px 0 0;	
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

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: #fff;
}

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: #fff;
}

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

/*.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  font-weight: bold;
}*/

TD.productListing-data {
  font-size: 10px;
  border-bottom: dashed 1px gray;
}

TD.productListing-data .productinfo {
  height: 60px;
}

.rrpcontainer {
  padding: 2px;
  border: dashed 1px gray;
}

TD.topDottedLineHack {
  border-bottom: dashed 1px gray;
}

TD.productListing-data input {
	margin-bottom: 4px;
	text-align: left;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  padding-top: 5px;
  /* padding-left: 8px; */  
  font-size: 15px;
  font-weight: bold;
  color: #171796;
}

.pageHeading h1, h2, .category_desc h2, .category_desc h1 {
	margin:0 0 5px 0;
	font-size:17px;
	font-family:"trebuchet ms", verdana, sans-serif;
	color: #171796;
}

h2 {
	margin:10px 0 10px 0;
}

.category_desc, .category_footer {
	font-size: 12px;
	}
	
.category_desc {
	border-bottom: 1px dashed gray !important;
	padding: 0 0 10px 0;
	}
	
.category_footer {
	/* border-top: 1px dashed gray !important; */
	padding: 10px 0 0 0;
	}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

.productinfotable {
	margin: 10px 0;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 0.8em;
}

TD.smallText {
	padding: 20px;
}

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

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: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

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

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

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

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

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

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

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

.breadCrumb {
	font-size: 10px;
	color: black;
	border-bottom: 1px dashed gray !important;
	padding: 0 0 2px 0;
}

.breadCrumb a {
	border: none !important;
}

#prodcode {
	padding-bottom: 20px;
	font-size: 15px;
	color: #171796;
}

#categoryboxlink {
	line-height: 39px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}
.productListingPrice {
	font-size: 26px;
	font-weight: bold;
}
.productListingName {
	font-size: 0.7em;
	font-weight: bold;
}
.productPriceText {
	color: black;
	font-size: 1.3em;
}
.productPriceVat, .rrptext {
	color: gray;
	font-size: 10px;
	font-weight: bold;
}
.rrpcontainer {
	text-align: center;
}
.savingtext {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.specialoffertext {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
.stockmessage {
}
.searchBoxHeading {
	font-size:10px;
}
#judyspecialsimage {
	width:53px;
	height:42px;
	top:-20px;
	right:0px;
	position: absolute;
}

.productInfoLink a {
	color: blue !important;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
}

.productInfoLink a:hover {
	text-decoration: underline;
}
.headerTab {
	float: left;
	font-size:13px;
	line-height:25px;
	color: #F4C00D;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-left: 9px;
}
#headerTabs {
	height: 25px;
	position: absolute;
	top: -10px;
	right: 0px;
}
#headerTabs:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#judySearchImage { 
	position: absolute;
	bottom: -10px;
	right: -5px;
}
#aboutUsTab {
	width: 130px;
	background-image:url(/images/headertab.gif);
	background-repeat: no-repeat;
	background-position:top center;	
	
}
#contactUsTab {
	width: 130px;
	background-image:url(/images/headertab.gif);
	background-repeat: no-repeat;
	background-position:top center;
}
#phoneNoTab {
	margin-left: 9px;
	background-image:url(/images/phoneheadertab.gif);
	background-repeat: repeat-x;
	background-position:top center;
	text-align: center;
	width:270px;	
}


a.headerTab:visited {
	text-decoration:none;
	color: #F4C00D;
}

a.headerTab:hover {
	text-decoration:underline;
	color: #F4C00D;
}
#loweringthecostofphotography {
	margin-top: 31px;
	margin-right: 30px;
	font-weight: bold;
	color: red;
	font-size: 1.8em;
}
#largeImageFrame {
	width: 100%;
	height: 600px;
	border: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.manufacturerimage {
	margin-bottom: 8px;
}
.manufacturerimagebottom {
	margin-bottom: 25px;
}

/* vCard / hCard Stuff */
.vcard{
position:absolute;
z-index:10;
width:360px;
height:180px;
padding:10px;
text-align:center;
color:black;
background:#fff;
border:solid 1px black;
font:normal 11px/1.5em arial,sans-serif;
display:none;
}
.vcard .category{
font-size:80%;
}

.thinktankshop{
	}
	
.manshoph1{
	color: black;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
	}
	
.thinktankshop h3{
	text-align: center;
	font-size: 27px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;	
	margin: 10px 0 0 0;
	}
	
.thinktankshop p{
	}
	
.thinktankshop .thinktankbanner{
	margin: 10px 0 0 0;	
	}


.thinktankshop .producttable{
	width:780px;
	font-size: 11px;
	line-height: 1.5em;
	}

.thinktankshop .producttable td{
	padding: 10px 0;
	text-align: center;
	border: solid 1px black;
	}
	
.thinktankshop .producttable td p{
	text-align: left;
	}
	
.thinktankshop .producttable div{
	/* width: 100%;
	height: 150px;
	padding: 10px 0;
	text-align: center;
	border: solid 1px black; */
	}
	
.thinktankshop .producttable div .price{
		font-size: 1.2em;
		font-weight: bold;
		color: #3f5fbf;
	}
	
.shopboxlinks{
		text-align: center;
		font-size: 1.2em;
	}	

