/*
  $Id$

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

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

body {
	background: #384572;
	color: #333333;
	margin: 10px 5px 10px;
	background:#FFFFFF url(images/background.gif) repeat-x 0px 0px;
	background-attachment:fixed;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
h2 {
  font-size: 11px;
}
h3 {
  font-size: 10px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
/* FORM STYLES */
form {
	display: inline;
}
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;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#content {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ext/pie/PIE.htc);
	padding: 10px;
	overflow: hidden;
}
#header {
	width:100%;
	height:110px;
	margin-bottom: 5px;
}
.header {
	width:100%;
	height:110px;
}
.header_l {
	background: url(images/logo_l.gif) no-repeat 0px 0px;
	width: 10px;
	height: 110px;
}
.header_logo {
	background: url(images/logo_c.gif) repeat-x 0px 0px;
	height: 110px;
}
.header_banner {
	background: url(images/logo_c.gif) repeat-x 0px 0px;
	padding:3px 0px 0px;
	height: 110px;
	text-align: right;
}
.header_r {
	background: url(images/logo_r.gif) no-repeat 0px 0px;
	width: 10px;
	height: 110px;
}
.shopping_cart1 {
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.shopping_cart1 a:hover {
	color: #CCC;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.shopping_cart2 {
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.nav_link {
	color: #fff;
	font: bold 11px Verdana, Arial, sans-serif;
}
a.nav_link {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
a.nav_link:hover {
	color: #CCC;
	text-decoration: underline;
}
.menu {
	width:100%;
	height: 28px;
	background: url(images/nav_c.gif) repeat-x 0px 0px;
	margin-bottom: 5px;
}
.menu_l {
	text-align: left;
}
.menu_r {
	text-align: right;
}
.menu_item {
	white-space: nowrap;
	padding-right: 2px;
	padding-left: 2px;
}
.menu_item a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_item a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#quick_search {
	float: right;
}
.search {
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 7px;
	font-weight: bold;
}
.go {
	width:150px;
	border:1px solid #505356;
	border-top:2px solid #505356;
	border-right:1px solid #d7dbdd;
	border-bottom:1px solid #d7dbdd;
	background:#FFF;
	color:#000000;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	height:17px;
	float: right;
}
#button {
	padding-right: 7px;
	margin-left: 3px;
	vertical-align:middle;
	border-style: none;
}
#nav {
	width:100%;
	height: 30px;
	margin-bottom: 5px;
}
#menu {
	width: 500px;
	float: left;
}
ul#l_nav {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#l_nav li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #FFF;
	padding-right: 6px;
	padding-left: 6px;
}
#l_nav li.last {
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	padding-left: 6px;
	border-right-style: none;
}
#l_nav a { 
	font-size: 12px;
	font-weight: bold;
}
#l_nav a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}
#l_nav a:hover {
	color: #CCC;
	text-decoration: none;
}
#quick_search {
	float: right;
	padding-top: 3px;
	padding-bottom: 2px;
}
.search_text {
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 7px;
	font-weight: bold;
}
.go {
	width:150px;
	border:1px solid #505356;
	border-top:2px solid #505356;
	border-right:1px solid #d7dbdd;
	border-bottom:1px solid #d7dbdd;
	background:#FFF;
	color:#000000;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	height:17px;
	float: right;
}
.search_button {
	padding-right: 5px;
	margin-left: 3px;
	vertical-align:middle;
}
#columnLeft {
	float: left;
	width: 225px;
	margin-left: 5px;
	margin-right: 5px;
}
#columnCenter {
	float: left;
	width: 710px;
	margin-left: 5px;
}
#columnRight {
	float: left;
	width: 225px;
	margin-right: 5px;
}
.breadcrumb {
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}
.footer {
	text-align: center;
	margin-top: 10px;
	clear: both;
	float: left;
	width: 100%;
}
/* SECURITY LOGO STYLES ON LOGIN AND CREATE ACCOUNT */
#security_logo {
	float: left;
	width: 710px;
	margin-top: 10px;
}
.security_logo {
	float: left;
	padding-right: 9px;
	padding-left: 9px;
}
/* INDEX PAGE LOGO STYLES AT BOTTOM */
#welcome_logos_text {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	width: 300px;
	margin-top: 7px;
	float: left;
}
#welcome_logos {
	clear: both;
	width: 710px;
}
#welcome_logos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#welcome_logos li {
	padding-right: 2px;
	padding-left: 2px;
	display: inline;
}
#welcome_logos .first {
	padding-left: 10px;
}
#welcome_logos .last {
	padding-right: 10px;
}
#welcome_logos img {
	vertical-align: middle;
	border-style: none;
}
#tabs {
	width: 710px;
	float: left;
}
/* FRONTPAGE SLIDER STYLES */
#slider {
	position:relative;
	width:710px; /* Change this to your images width */
	height:275px; /* Change this to your images height */
	background:url(images/loading.gif) no-repeat 50% 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
/* INFO BOX STYLES */
.infoBox {
}
td.infoBox, span.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContainer {
	float: left;
}
.infoBoxHeading {
	padding: 4px 0px 0px 7px;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 215px;
}
td.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}
.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* CONTENT STYLES */
.contentContainer {
	margin: 0px 0px 5px;
	padding: 0px;
}
.contentHeader {
  padding-bottom: 10px;
}
.contentContents {
  font-size: 11px;
  line-height: 1.5;
}
.contentContainer h2 {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}


#image {
	width: 320px;
	float: left;
}
#information {
	width: 390px;
	float: left;
}




/* PAGE STYLES */
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;
}











/* PRODUCT LIST STYLES */
.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}
.productListTable tr.alt td {
  background-color: #ecf6fc;
}

/* PRODUCT LISTING STYLES */
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 {
	background: #FF0;
	float: left;
	width: 710px;
	margin-bottom: 10px;
}
.productListing_image {
	background: #CF0;
	float: left;
	width: 100px;
	height: 100%;
}
.productListing_info {
	background: #F9C;
	float: left;
	width: 500px;
	height: 100%;
}












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

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













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






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



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.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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


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

.markProductOutOfStock {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:red;
	line-height: 1.5;
	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 {
	color: #ff0000;
	font: 10px Verdana, Geneva, sans-serif;
}


/* 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;
}
.maintop {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	font-weight:bold;
	border-bottom: 1px solid #000;
}

/* Start of the new product listing & product info pages */
.productlistHeading {
	width: 710px;
	height: 20px;
	padding: 4px 0px 0px 7px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.productlistHeader_image {
	width: 100px;
	float: left;
}
.productlistHeader_desc {
	width: 500px;
	float: left;
}
.productlistHeader_price {
	width: 100px;
	float: left;
}
.pagelisting {
	padding: 2px 2px 2px 6px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}
.description {
	font-size: 10px;
}
.price {
	color: #333;
	text-align: right;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.mains {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	font-weight:bold;
}
td.mainxs {
	font: bold xx-small Verdana, Arial, sans-serif;
}
td.mainsred {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:red;
	line-height: 1.5;
	font-weight:bold;
}
.pricered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:red;
	line-height: 1.5;
	font-weight:bold;
}
.textbold {
	font-weight: bold;
}
/* End of new product listing & product info pages */
.contentContainerFeatured {
	width: 230px;
	background: #6FC;
	margin-bottom: 10px;
	float: left;
	height: 200px;
	margin-right: 3px;
	margin-left: 3px;
}
.contentFeatured {
	font-weight: bold;
}
.test {
	background: #0F0;
}
.test1 {
	background: #F0F;
	padding: 5px;
}
.test2 {
	background: #F90;
}

