/*
  $Id: stylesheet.css 788 2006-08-24 00:34:35Z hpdl $

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

  Copyright (c) 2006 osCommerce

  Released under the GNU General Public License
*/

/* MARKUP */

@import url("live_help/styles.css");


#product_info_image_wrapper
{
	float:right;
	border: 1px solid #C8B481;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	width: auto;
	display: block;
}
#wrapper #pageHeader .header {
	background-image: url(images/titan-logo.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 950px;
}

#product_info_image
{
	/*
	58px * 3 (picons) = 174px
	*/
	width:auto;
	padding:3px;
	margin: 0px;
}

#product_info_image_picon
{
	display:block;
	text-align:center;
	margin: 1px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	float: left;
	width: auto;
}

#protx_div
{
	float:left;
	height:100%;
	width:100%;
	padding-top:420px;
	margin:auto 0px;
	position:absolute;
	vertical-align:middle;
	text-align:center;
	top:0px;
	left:0px;
	z-index:91;	
}

#protx_iframe
{
	width:460px;
	height:420px;	
}

#protx_screen
{
	float:left;
	background-color:#000000;
	/* opacity:0.3; */
	height:300%;
	width:100%;
	margin:auto 0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;	
}

BODY {
	margin: 10px;
	padding: 6px 0px 0px;
	font-size: 11px;
	line-height: 1.5;
	min-width: 760px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5
{
	color: #0F1467;
	display: block;
	padding: 2px 8px;
	border-bottom-width: 8px;
	border-bottom-color: #D1D1D1;
	border-bottom-style: solid;
	font-weight: normal;
}

H1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0;
}

H2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
h3 {
	background-color: #E0E2EE;
	margin: 0px;
	font-size: 16px;
	color: #0F1467;
}

H6 {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

TD, P {
	line-height: 1.5;
	margin-top: 2px;
	margin-bottom: 2px;
}

IMG {
	border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
	float: left;
	width: 120px;
	margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
}

/* LAYOUT */

#pageHeader {
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 100%;
}

#pageContent {
	float: right;
	width: 722px;
	padding: 0px;
}

#pageColumnLeft {
	float: left;
	width: 228px;
	padding: 0px;
}

#pageBlockLeft {
	float: left;
	width: 950px;
	margin: 10px 0 10px 0px;
	padding: 0px;
}

#pageColumnRight {
	float: right;
	width: 213px;
	margin: 10px 10px 10px 0;
}

#pageFooter {
	padding: 5px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #pageFooterLinks {
	clear:both;
	color: #FFFFFF;
	background-color: #d4d9f0;
	padding: 4px;
}


/* LINKS */

#navigationBar A {
	color: #9B000B;
}

#navigationBar A:hover {
	color: #9B000B;
	text-decoration: underline;
}

/* DEFINITIONS */

#siteLogo {
  float: left;
}

#navigationIcons {
  float: right;
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

#navigationIcons li {
  display: inline;
  padding: 5px;
}

#navigationBar {
  background-color: #BBC3D3;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 50px;
  text-align: right;
  padding-right: 5px;
}

#breadcrumbPath {
	clear: both;
}

#pageIcon {
  float: right;
  margin-right: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  color: #465584;
  margin: 5px;
}

.moduleBox {
}

.moduleBox .content {
	padding: 5px;
	margin-bottom: 5px;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
	padding: 5px;
	clear: both;
	border: 1px solid #AAAAAA;
}






.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}

.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; font-weight: normal; }

A {
	color: #333333;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

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

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

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

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

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

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

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

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

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

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.boxCheckoutTrail {
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

/* message box */

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


/* CSS Boxes */

.boxGroup {
	width: 100%;
}

.boxNew {
}

.boxTitle {
	font-size: 11px;
	font-weight: bold;
	background: url(images/boxTitleBG.gif);
	color: #000000;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 5px;
	height: 22px;
	padding-top: 4px;
}

/* left navigation */


#pageColumnLeft .boxContents {
	background: #f8f8f9;
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 100%;
}
#pageColumnLeft .boxContents .currentCat {
	color: #666666;
	background-color: #DFDFDF;
}
#pageColumnLeft .boxContents .level1Cat {
	background-color: #E4E6F2;
	font-weight: bold;
	padding-left: 6px;
}

#pageColumnLeft .boxContents a {
	display: block;
	padding: 1px 1px 1px 6px;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* end left navigation */


/* other navigation */


.boxContents {
	background: #f8f8f9;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 100%;
}
.boxContents .currentCat {
	color: #666666;
	background-color: #DFDFDF;
}
.boxContents .level1Cat {
	background-color: #5FAFE3;
	font-weight: bold;
	padding-left: 8px;
	color: #9B000B;
}

.boxContents a {
	display: block;
	padding: 1px;
	margin: 0px;
}

/* end other navigation */





#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}
#wrapper #greyHeadStrap {
	font-weight: bold;
	background-color: #9F9F9F;
	height: 22px;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
	color: #333333;
}
#wrapper #pageHeader #welcomeBar {
	font-size: 11px;
	height: 16px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(images/nav-under.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
}
#wrapper #pageHeader #welcomeBar a {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper #pageHeader #navBar {
	font-size: 12px;
	height: 34px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana;
	background-color: #d7dcee;
}
#wrapper #pageHeader #navBar a {
	color: #9B000B;
	text-decoration:none;
}
#wrapper #pageHeader #navBar a:hover {
	text-decoration:underline;
	color: #9B000B;
}





#navBar form {
	margin: 0px;
	padding: 0px;
}
#navBar #keywords {
	width: 130px;
	height: 16px;
	font-size: 10px;
	margin: 0px;
	padding: 1px 1px 0px;
	border-top: 1px solid #AAAAAA;
	border-right: 0px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
#wrapper #pageFooterLinks a {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}
.productListingBox {
	float: left;
	text-align: center;
	width: 154px;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 10px;
	background-position: center;
	font-weight: normal;
	margin-left: 2px;
}
.productListingBox img {
	background-position: center;
	clear: both;
	padding: 0px;
	margin: 2px;
}

.productListingBox .productListingBoxInfo {
	text-align: left;
	background-color: #F8F8F9;
}
.productListingBox .productListingBoxInfo a {
}


.boxGroup .boxNew .boxTitle a {
	color: #000000;
}
#wrapper #pageBlockLeft #pageContent .productListingBox .productListingBoxInfo .productListingBoxInfoPrice {
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 2px 2px 2px 4px;
	font-size: 17px;
	color: #666666;
}
#wrapper #pageBlockLeft #pageContent .productListingBox .productListingBoxInfo .productListingBoxInfoName a {
	padding: 2px 2px 2px 4px;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#wrapper #pageColumnRight .boxGroup .boxNew .boxContents {
}
#wrapper #pageColumnRight .boxGroup .boxNew .boxContents img {
	padding: 4px;
}


.footerSecurity {
	float: right;
	vertical-align: top;
	background-position: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
.footerSecurity img {
	padding-left: 4px;
}
.footerSecurityText {
	font-size: 10px;
	color: #666666;
	line-height: 1.2em;
	padding-top: 7px;
	text-align: right;
	width: 300px;
	padding-left: 400px;
}


.attributesTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 7px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.attributesTable .header {
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #1B4C73;
	color: #FFFFFF;
}
.attributesTable table {
	background-color: #DFDFDF;
}
.attributesTable .price {
	color: #990000;
	font-size: 14px;
	font-weight: normal;
}
#pageContent .price {
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Style replacements for hardcoded osc shared code */
.osC_Content_new_products_item {
	width: 33%;
	float: left;
	text-align: center;
}
.osC_Content_new_products_container {
	overflow: auto;
	height: 100%;
}
#wrapper #pageBlockLeft #pageContent .products_name {
	font-size: 12px;
	font-weight: bold;
	color: #000DB2;
	padding-top: 14px;
}
#wrapper #pageBlockLeft #pageContent .productListingIndent {
	margin-left: 15px;
	margin-bottom: 15px;
}



#wrapper #pageBlockLeft #pageContent .productsListingBoxImageWrapper
{
	height: 140px;
	display: block;
	background-position: bottom;
	bottom: 0px;
}
#wrapper #pageBlockLeft #pageColumnLeft  .sections a {
	background-color: #E0E2EE;
	color: #9B000B;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right:3px;
}
#wrapper #pageBlockLeft #pageContent .productTable {
	float: right;
	width: 400px;
}
#wrapper #pageBlockLeft #pageContent .productTable table {
	width: 100%;
	border:1px solid #D1D1D1;
}

#wrapper #pageBlockLeft #pageContent .productTable table th {
	border-bottom:2px #999999 solid;
	font-weight: normal;
	text-transform: uppercase;
	color: #6D6D6D;
	padding-top:10px;
	padding-bottom:6px;
}

#wrapper #pageBlockLeft #pageContent .productTable table td {
	border-bottom:1px solid #D1D1D1;
	padding-top:1px;
	padding-bottom:1px;
}

#wrapper #pageBlockLeft #pageContent .productTable table td.divider {
	border-bottom:1px solid #D1D1D1;
	padding-bottom:1px;
	background-image: url(images/productTable_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 5px;
}
a.categoryListingLinks {
	font-weight: normal;
	display: block;
	padding: 5px;
	font-size: 11px;
	color: #9B000B;
}


a.categoryListingLinks:hover {
	font-weight: bold;
}

#pageContent .breadCrumbs {
	background-color: #F9F9F9;
	border: 1px solid #D1D1D1;
	padding: 6px;
	font-weight: bold;
}


/* LIGHTBOX STYLE SHEET */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}