/*
  $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 */

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

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

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

body {
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: #F5F4E9;
	margin: 10;
	padding: 0;
	font-size: 11px;
	line-height: 1.5;
	min-width: 760px;
}


H1 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0 10px;
}

H2 {
  color: #9A9A9A;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

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

TD, P {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

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: 160px;
  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: 430px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#pageColumnLeft {
  float: left;
  width: 20%;
  padding-left: 5px;
}

#pageBlockLeft {
  float: left;
  width: 605px;
  margin: 13px 0 10px;
}

#pageColumnRight {
  float: right;
  width: 145px;
  margin: 13px 5px 10px 0;
}

#pageFooter {
  clear: both;
  text-align: center;
  padding: 5px;
}

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


/* LINKS */

#navigationBar A {
  color: #FFFFFF;
}

#navigationBar A:hover {
  color: #FFFFFF;
  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 {
  float: left;
}

#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 {
	background-color: #F8F8F9;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #AAAAAA;
}

.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: #BB0000;
  text-decoration: none;
}

A:hover {
	color: #990000;
	text-decoration: underline;
}

.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: 145px;
}

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

.boxContents {
	background: #f8f8f9;
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 145px;
}
.boxContents .currentCat {
	color: #666666;
	background-color: #DFDFDF;
}
.boxContents .level1Cat {
	color: #FFFFFF;
	background-color: #32604D;
	font-weight: bold;
}


#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#innerwrapper {
	width: 760px;
	border-top: 0px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	border-left: 1px solid #737373;
	background-color: #FFFFFF;
}


#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: 10px;
	height: 18px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-color: #F5F3E7;
}
#wrapper #pageHeader #navBar {
	font-size: 11px;
	height: 22px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-image: url(images/navBarRPT.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
.boxContents a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #838383;
	display: block;
	padding: 1px 1px 1px 8px;
	margin: 0px;
}
#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: 205px;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 6px;
	background-position: center;
	font-weight: normal;
	font-size: 10px;
}
.productListingBox img {
	background-position: center;
	clear: both;
	padding: 0px;
	margin: 5px;
}
.productListingBox .productListingBoxInfo {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #838383;
	background-color: #EFEDDA;
	padding: 0px;
	display: block;
}
.productListingBox .productListingBoxInfo a {
}
#wrapper #pageHeader #navBar a {
	color: #FFFFFF;
}
.boxGroup .boxNew .boxTitle a {
	color: #000000;
}
h1, h2, h3 {
	color: #32604D;
}
#wrapper #innerwrapper #pageBlockLeft #pageContent .productListingBox .productListingBoxInfo .productListingBoxInfoPrice {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
}
#wrapper #innerwrapper #pageBlockLeft #pageContent .productListingBox .productListingBoxInfo .productListingBoxInfoName {
	padding: 2px 2px 2px 6px;
	height: 34px;
}


/* Style replacements for hardcoded osc shared code */
.osC_Content_new_products_item {
	width: 32%;
	float: left;
	text-align: center;
	display: block;
}
.osC_Content_new_products_container {
	overflow: auto;
	height: 100%;
	width: 100%;
}


/* end */