/*
  $Id$

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

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}

BODY {
  background: #79889d;
  color: #000000;
  margin: auto;
}
#container {
  background: #ffffff;
  border: 2px solid #444d5e;
  color: #000000;
  margin: auto;
  width: 990px;
  padding: 5px;
  margin-top: 10px;
}
#inner-container {
  background: #ffffff;
  border: 1px solid #585c67;
  color: #000000;
  margin: auto;
}
#top-header {
  background: #3d4552;
  color: #ffffff;
  margin: auto;
}
#bcontent {
  background: #e3e3e3;
}

#bodyWrapper {
}

#bodyContent {
}

#header {
  height: 60px;
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

/*.productListTable tr.alt td {
  background-color: #ecf6fc;
} */

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

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

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}



A.headerNavigation { 
  color: #79889d; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.specials {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #cc0000;
  font-weight: bold;
}
.specialsarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #bbbaba;
  background: #ffffff;
}
.search_txt {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
}
.tnav_txt a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  padding-left:5px;
  padding-right:5px;
}
.infoBox {
 /* background: #b6b7cb;*/
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  background: #ffffff;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
.maindesc, {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}
TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.prodmain, P.prodmain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.catText, SPAN.catText, P.catText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}
ul, ol, dl {
    position: relative;  
}

.hide {
    display:none;
    }

#categories {
    margin: 0;
    padding: 0;
    }

#categories dt {
    font-size: 10pt;
    padding: 6px 0px 6px 8px;;
    background:  url(images/infobox/bg_button.gif) repeat-x bottom left;
    }

#categories dd {
    margin: 0px;
    padding: 3px 0 3px 8px;
    font-size: 9pt;
    background: url(images/infobox/bg_buttonsub.gif) repeat-x bottom left;
    }
#categories dd a {
    color: #3F4537
    }

#categories a.selected {
    font-weight: bold;
    text-decoration: underline;
    }
    
#categories a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    }
    
#categories dt:hover {
    color: #000000;
    font-weight: normal;
    background: url(images/infobox/bg_buttonsub.gif) repeat-x bottom left;
    text-decoration: none;
    }
    
#categories dd:hover {
    color: #000000;
    font-weight: normal;
    background:  url(images/infobox/bg_subnav_over.jpg) repeat-x bottom left;
    text-decoration: none;
    }
    
.header {
  font-family: Verdana, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
}
    
.newcatheader{
  font-family: Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #2F4F4F;
  line-height: 36px;
}
.newsubcat {
  font-family: Times, serif;
  font-size: 14px;
  line-height: 18px;
  color: #2F4F4F;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px
}
.newsubcat a:link {
  color: #2F4F4F;
  text-decoration: none;
}
.newsubcat a:visited {
  color: #2F4F4F;
  text-decoration: none;
}
.newsubcat a:hover {
  color: #2F4F4F;
 text-decoration: underline;
}
.newsubcat a:active {
  color: #2F4F4F;
  text-decoration: underline;
}

.category_desc
{
	font-family: Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #2F4F4F;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.sublink {
	font-family : Arial, Helvetica ;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #000000 ;
	padding:2.0pt 2.0pt 2.0pt 2.0pt
}

.sublink a:link	 {
	Font-Family : Arial, Helvetica ;
	Font-Size : 8pt ;
	font-weight : bold;
	Color : #4B4B4B ;
	Text-Decoration : None;
}
.sublink a:visited	 {
	Font-Family : Arial, Helvetica ;
	Font-Size : 8pt ;
	font-weight : bold;
	Color : #4B4B4B ;
	Text-Decoration : None;
}
.sublink a:hover           {
      color: #CCA009 ;
	Text-Decoration : Underline;	
                }
.sublink a:active	 {
	Font-Family : Arial, Helvetica ;
	Font-Size : 8pt ;
	font-weight : bold;
	Color : #4B4B4B ;
	Text-Decoration : None;
		}
.hostedby {
	font-family : Arial, Helvetica ;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #000000 ;
	padding:2.0pt 2.0pt 2.0pt 2.0pt
}

.hostedby a:link	 {
	Font-Family : Arial, Helvetica ;
	Font-Size : 8pt ;
	font-weight : bold;
	Color : #000000 ;
	Text-Decoration : None;
}
.hostedby a:visited	 {
	Font-Family : Arial, Helvetica ;
	Font-Size : 8pt ;
	font-weight : bold;
	Color : #000000 ;
	Text-Decoration : None;
}
.hostedby a:hover           {
	Font-Family : Arial, Helvetica ;
	Font-Size : 8pt ;
	font-weight : bold;
	color: #CCA009 ;
	Text-Decoration : Underline;	
                }
.hostedby a:active	 {
	Font-Family : Arial, Helvetica ;
	Font-Size : 8pt ;
	font-weight : bold;
	Color : #FF0000 ;
	Text-Decoration : None;
		}
		
		
/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: #ffffff;
	background-color: #c5161d;
	background-image: url('images/bg_top_nav.jpg');
	background-repeat: repeat-x;
	height: 36px;
	/*border: 1px outset #525252;*/
	width: 100%;
	font-size: 12px;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	/*float: left;*/
	white-space: nowrap;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	text-decoration: none;
	position: relative;	
	display: block;	
	padding-top:5px;
	padding-left:5px;
	color: #ffffff;
	font-weight : bold;
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #ffffff;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	/*background-color: #21459c;*/
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #3d4552;
	/*border: 2px outset #fdfefd;*/
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #ffffff;
	padding:5px;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #ffffff;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffff00;
	/*background-color: #666666;*/
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    /*background-color: #ccc;*/
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
    /*background-color: #999;*/
}
/*Smart Columns*/

ul.column{
	width: 818px;
	padding: 0;
	margin: 0px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 300px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 280px;
	font-size: 1em;
margin-left: 5px;
	margin-right: 5px; /*Creates the 10px gap between each column*/
	padding: 5px;
	background: #fff;
	border: 1px solid #a6c9e2;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.block h2 {
	font-size: 1.8em;
}
.block img {
        /*Flexible image size with border*/
	/*width: 90%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}
.subtitle img {
  border: 1px solid #000;
}
.subtitle, .subtitle a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #3d4552;
  font-weight : bold;
}
h1{
  font-family: Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #2F4F4F;
  line-height: 36px;
}

#ipadleft {
background: #3d4552;
  color: #ffffff;
  width: 465px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  height: 465px;
  float: left;
  font-size: 40px;
}
#ipadleft a:link, a:visited {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
}
#ipadleft a:hover {
  color: #bc0404;
  text-decoration: none;
}

#ipadright {
background: #3d4552;
  color: #ffffff;
  width: 465px;
  padding: 10px;
  margin: 10px;
  float: right;
  height: 465px;
  font-size: 30px;
  text-align: center;
}
#ipadright td {
  color: #ffffff;
  font-size: 20px;
}
#ipadright h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
}

#ipadbottom {
background: #3d4552;
  color: #ffffff;
  width: 985px;
  padding: 10px;
  margin: 10px;
  font-size: 40px;
}

#icons {
  float: right;
}