/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  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: #333333; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 10px; color: #333333; text-decoration: underline; }

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

.infoBox {
margin-bottom: 25px;
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxContents a {
  font-size: 10px;
  color: #231F20;
}

.infoBoxNotice {
  background: #555555;
}

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

TD.infoBoxHeading {
  
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #231F20;
  border-bottom: 1px solid #231F20;
}

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 {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TABLE.productListing {
	border: 1px solid #e2e2e2;
}

TABLE.productListing td {
	text-align: left;
	padding: 8px;
	border-right: 0px solid white;
	border-bottom: 1px solid #e2e2e2;
}

TABLE.productListing td table td {
	text-align: left;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: none;
	border-bottom: none;
}

TABLE TD.productListing-heading {
  
  font-size: 11px;
  background: #362F2D;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px;
  padding-left: 8px;
  border: 1px solid white;
}

TD.productListing-data {
  font-size: 12px;
  padding: 3px;

}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #bbbbbb;
  background: #ffffff;
}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 16px;
  color: #231F20;
  padding-bottom: 4px;
  border-bottom: 1px solid #565668;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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: #efefef;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
}

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

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

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

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

.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: #efefef;padding: 5px; }
.messageStackSuccess {  font-size: 10px; background-color: #efefef; }

/* input requirement */

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

#column_left
{
border-right: 0px solid #A6A6AD;
border-bottom: 0px solid #A6A6AD;
padding: 5px;
padding-right: 10px;
margin-right: 10px;
margin-top: 0px;
}

#product_listing_holder_holder
{
float: left;
width: 175px;
height: 290px;
overflow: hidden;
border-bottom: 0px solid #e2e2e2;
}

#product_listing_holder
{
margin-top: 30px;
overflow: hidden;
font-size: 11px;
height: 260px;
padding-right: 10px;
padding-left: 10px;

}

#new_product_listing_holder_holder
{
float: left;
width: 165px;
overflow: hidden;
margin-right: 10px;
border-bottom: none;
height: 260px;
}

#new_product_listing_holder
{
margin-bottom: 0px;
margin-top: 0px;
overflow: hidden;
font-size: 11px;
height: 260px;
padding-right: 5px;
padding-left: 5px;
}

#product_listing_holder div img, #new_product_listing_holder div img
{
border: 0px solid #A6A6AD;
}

a.button_link
{
font-size: 12px;
width: 120px;
display: block;
padding: 3px;
padding-left: 0px;
padding-right: 0px;
border: 1px solid #B1B0B9;
border-left: 2px solid #B1B0B9;
border-bottom: 2px solid #B1B0B9;
background: white;
text-decoration: none;
color: #565668;
text-align: center;
}

a:hover.button_link
{
text-decoration: none;
}

.button_submit
{
font-size: 12px;
width: 120px;
display: block;
padding: 4px;
padding-left: 0px;
padding-right: 0px;
border: 1px solid #B1B0B9;
border-left: 2px solid #B1B0B9;
border-bottom: 2px solid #B1B0B9;
background: white;
text-decoration: none;
color: #565668;
text-align: center;
vertical-align: middle;
}






















/* FROM ORIGINAL SITE */
body { margin: 0; margin-bottom: 25px;color: #91919B; }

.general_text {
	font-family: Tahoma; font-size: 10pt; color: #91919B;
}

.little_text {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.large_text, .title {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13pt;
	color: #B1B0B9;
}

.little_gray_text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #A5A5A5;
}
.input_box, .formfield, textarea {
   border:#B1B0B9 1px solid;
}
.formbutton  {
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#ddd;
   border:1px solid;
   border-top-color:#999;
   border-left-color:#999;
   border-right-color:#666;
   border-bottom-color:#666;
   cursor      : pointer;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');
   
}

a			{ text-decoration: none; color: #B1B0B9;color: #362F2D; }
a:hover	{ text-decoration: underline; color: #A1A0A9;color: #362F2D; }


.home_text				{ padding-left: 438px; padding-top: 175px; padding-right: 125px; font-family: Tahoma; font-size: 9pt; text-align: justify; color: #696977; }
.copyright_text		{ padding-right: 39px; font-family: Tahoma; font-size: 11px; color: #B1B0B9;padding-top: 6px; }
.copyright_text a		{ text-decoration: none; color: #B1B0B9; }
.footer_buttons 		{ padding-left: 35px; font-family: Tahoma; font-size: 9pt; color: #B1B0B9;vertical-align: top;padding-top: 6px; }
.footer_buttons	a			{ text-decoration: none; color: #362F2D; padding-right: 15px; font-size: 11px; }
.footer_buttons	a:hover	{ text-decoration: none; color: #362F2D; padding-right: 15px; }

.menu_links 			{ height:30px; font-family: Tahoma; font-size: 9pt; color: #B1B0B9; border-bottom: 1px solid #F5F5F5; }
.menu_links	a			{ text-decoration: none; color: #B1B0B9; }
.menu_links	a:hover	{ color: #362F2D; }

#menu						{ position: relative; width: 515px; height: 11px; margin-right: 25px;  z-index: 10000; }
#menu_1					{ position: absolute; top: -6px; left: 57px;  width: 160px; border: 1px solid #A6A6AD; background-color: #FFFFFF; display: none; z-index: 4000; }
#menu_2					{ position: absolute; top: -6px; left: 150px; width: 170px; border: 1px solid #A6A6AD; background-color: #FFFFFF; display: none; z-index: 4001; }

#menu_1 a, #menu_2 a
{
font-size: 11px;
}

#padder              { padding: 30px; }
.content_text        { font-family: Tahoma; font-size: 10pt; color: #B1B0B9; text-align: left; }
#content_holder_holder      { background: #A6A6AD;margin-left: 37px;width: 964px;border-top: 1px solid #A6A6AD;border-bottom: 1px solid #A6A6AD;  }
#content_holder      { background: white;overflow: hidden;margin-left: 1px; margin-right: 1px; width:962px; border: 0px solid #A6A6AD; font-family: Tahoma; font-size: 10pt; color: #B1B0B9; text-align: left; }
#content_holder h1   { font-family: Tahoma; font-size: 15pt; font-weight: normal; color: #B1B0B9; text-align: left; }
#content_holder h3   { font-family: Tahoma; font-size: 13pt; font-weight: normal; color: #B1B0B9; text-align: left; }

#press_title         { font-family: Tahoma; font-size: 13pt; font-weight: normal; color: #B1B0B9; padding-bottom: 10px; }
#press_snapshot      { font-family: Tahoma; font-size: 10pt; font-weight: normal; color: #B1B0B9; }

/* MATT!!! */
#navigation td
{
text-align: right;
vertical-align: bottom;
}

#navigation td a
{
color: #362F2D;
font-family: tahoma;
border-bottom: 1px dotted #362F2D;
font-size: 11px;
text-decoration: none;
margin-right: 33px;
}














/* BLOG */
.alt {
	}

.post small {
font-size: 10px;
display: block;
margin-bottom: 20px;
text-transform: uppercase;
color: #000000;
font-weight: bold;
	}

#sidebar *
{
font-size: 11px;
line-height: normal;
}

#sidebar h2 {
margin-bottom: 2px;
font-size: 14px;
	}
	
#sidebar a {
font-size: 11px;
text-decoration: none;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	}

.post {
font-size: 13px;
clear: both;
padding-bottom: 25px;
margin-bottom: 35px;
border-bottom: 1px solid #777777;
	}

.post hr {
	display: block;
	}

.entry
{
margin-right: 10px;
clear: both;
}

.widecolumn .post {
	margin: 0;
	}

.postmetadata
{
font-size: 11px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */





/* Begin Images */
.entry p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.entry img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.entry img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.entry .alignright {
	float: right;
	}

.entry .alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar * 
{
margin: 0px;
padding: 0px;
list-style: none;
line-height: normal;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li ul {
margin: 0px;
padding: 0px;
	}
	
#sidebar ul li ul li {
margin: 0px;
padding: 0px;
	}
	
#sidebar ul li a {
margin: 0px;
	}

#sidebar ul p, #sidebar ul select {
	
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: circle;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

#blog_left .navigation {
	display: block;
	text-align: center;
	}
	
#blog_left .navigation .alignleft, .post .navigation .alignright {
	display: block;
	}

#blog_left .navigation .alignleft a 
{
font-size: 10px;
text-decoration: none;
}
	
#blog_left .navigation .alignright a 
{
font-size: 10px;
text-decoration: none;
}
/* End Various Tags & Classes */
/* END BLOG */

/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}
/* End Images */

SPAN.productInfoSmall{font-family:Verdana,Arial,sans-serif;font-size:10px;color:#000000;}





/* LIGHTBOX */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

