/*
  $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: url(images/background.jpg) center repeat-y #fff;
  color: #000;
  margin: 0px;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

#wrapper {
	text-align: center;
	width: 1000px;
}

input {
	height: 20px;
}

#container {
	float: left;
	width: 980px;
	margin-left: -10px;
	text-align: left;
}

#header {
  height: 175px;
  width: 970px;
  background: #ffffff;
}

#storeLogo {
  float: left;
  width: 600px;
  height: 130px;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 14px;
  color: #394d74;
}

#storeLogo img {
	margin-bottom: 5px;
}

#rightinfo {
	float: right;
	text-align: right;
	width: 380px;
	color: #6db0e5;
	font-size: 20px;
	margin-top: 10px;
  margin-right: 10px;
  margin-left: -30px;
  line-height: 30px;
}

#rightinfo a {
	color: #6db0e5;
	font-size: 20px;
	text-decoration: none;
}

#rightinfo img {
	margin-top: 10px;
}

#fontsize {
	float: left;
	width: 300px;
	margin-top: -25px;
}

#fontsize a {
	text-decoration: none;
}

#topmenu {
	float: left;
	background: #6db0e5;
	width: 765px;
	height: 23px;
	padding-top: 7px;
	padding-left: 210px;
	color: #ffffff;
	font-size: 10pt;
	text-align: right;
	margin-left: -2px;
	margin-right: 5px;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 z-index: 597;
 float: right;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 0px 0px 0px 5px;
	 color: #fff;
	background: #6db0e5;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background: #6db0e5;
	 color: #fff;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 190px;
	 padding: 5px 5px 15px 5px;
	 text-align: left;
	}

		ul.dropdown ul li {
		 font-weight: bold;
	 line-height: 25px;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}

#maincontent {
  background: url(images/sitebg2.jpg) center repeat-y #fff;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
  margin-left: 7px;
}

#columnRight {
  padding-top: 5px;
}

.mainmenu {
	display: block;
	width: 100%;
	height: 22px;
	font-size: 13px;
	padding-top: 3px;
  background: url(images/menubg.jpg) repeat-x;
  margin-bottom: 3px;
  text-indent: 6px;
  text-decoration: none;
}

.mainmenu:hover {
	color: #fff;
	text-decoration: none;
}

.mainmenusub {
	display: block;
	font-size: 13px;
  text-indent: 12px;
}

#bodyContent {
	font-size: 15px;
}	

.contentText {
	width: 730px;
}

.homebox {
	width: 220px;
	height: 220px;
	float: left;
	margin: 5px;
	text-align: center;
	padding: 10px 5px 0px 5px;
	background: url(images/homeboxbg.jpg);
	font-size: 13pt;
}

.homebox a {
	text-decoration: none;
	color: #5d97c4;
	}
	
.whatsnewbox {
	width: 220px;
	height: 220px;
	float: left;
	margin: 5px;
	text-align: center;
	padding: 10px 5px 0px 5px;
	background: url(images/homeboxbg.jpg);
	font-size: 12pt;
}

.infoBoxContainer {
	margin-bottom: 10px; 
}

#columnLeft .infoBoxHeading {
  padding: 18px 0px 0px 0px;
  margin: 10px 0px -15px 0px;;
  text-indent: 10px;
  font-size: 15px;
  color: #000;
  width: 210px;
  height: 40px;
  background: url(images/menuheaderbg3.jpg) no-repeat;
}

#columnLeft a {
	
}

#buttons {
	margin-top: 10px;
	width: 250px;
	margin-left: -3px;
}

.buttonSet {
  clear: both;
  float: right;
  width: 700px;
  margin-right: -30px;
}

.link {
	display: block;
}

.infoBoxHeading a {
  font-size: 15px;
  color: #000;
}

.infoBoxContents {
  padding: 2px;
  font-size: 11px;
  line-height: 1.5;
  text-indent: 5px;
}

.infoBoxContents2 {
  padding: 2px 2px 2px 7px;
  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: 13px;
  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 {
  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;
}

.buttonAction {
  float: right;
}

.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; }

A {
  color: #000000;
}

A:hover {
}

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 {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 10px;
}

TD.infoBoxHeading {
  
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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;
}

.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-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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.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: hand; }
.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; }

/* 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;
}



#columnLeft a {
	text-decoration: underline;
}

#columnLeft .mainmenu {
	text-decoration: none;
}

