/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

*/



.boxText { font:lighter 12px/17px helvetica, arial, sans-serif; margin: 0; padding: 0;}
/* .boxText { font-family: Palatino, 'Times New Roman', Times, serif; font-size: 13px; line-height: 135%; margin: 0; padding: 0;}  */

.boxText a { color: #555; }
/*.boxText a:hover { background-color: #ebdfc9;} */

.boxText li {  font:lighter 13px/22px helvetica, arial, sans-serif; list-style-type: none; border-bottom: 1px  dotted #d8e2f5; text-indent: 5px; }

.boxText li a:hover { background-color: #dee7f9; text-decoration:none;}



.errorBox { font-family : helvetica, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }


.stockWarning { font-family : helvetica, Arial, sans-serif; font-size : 10px; color: #cc0033; }


.productsNotifications { background: #f2fff7; }


.orderEdit { font-family : helvetica, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/*
------------------------------------------------
search results styles 
------------------------------------------------
*/

.sr { font-family: helvetica, Arial, sans-serif; font-size: 12px; line-height: 13px; color:#333333; text-align: center; border: 0px; }

.sr em {   
  font-family: Palatino, 'Times New Roman', serif;
  font-size: 14px;
  line-height:16px;
  color: #900;
}

.sr a:link, .sr a:visited {
	text-decoration:none;
}
.sr a:hover, .sr a:active, .sr a:focus {
	text-decoration:underline;
}
.sr a:link img, .sr a:visited img {
	width: 100px;
	height:100px;
	border:1px dotted #fff;
}
.sr a:hover img, .sr a:active img, .sr a:focus img {
	border: 1px dotted #666;
}

.sr_butt a:link, .sr_butt a:visited {
	font-size: 80%; 
	display: inline-block; 
	padding: 2px 6px; 
	border: 1px dotted #ccc;
	background:url('imgnav/bg_buttgrad.gif') repeat-x;
}
.sr_butt a:hover, .sr_butt a:active, .sr_butt a:focus {
	background-color: #eeebd8;
}
.btn1 a:link, .btn1 a:visited  {
	background: #eee;
	text-decoration: none;
	padding: 4px 10px;
	border: 1px dotted #ccc;
}
.btn1 a:hover, .btn1 a:active, .btn1 a:focus  {
	background: #eddfc4;
	text-decoration: underline;
}

#subboxes {
	border: 1px solid #d7c480;
}

#subboxes td {
		font: lighter 12px/15px helvetica, arial, sans-serif; 
		color: #333; 
		text-align: center; 
		border: 1px dotted #ddd;
		padding: 20px; 
}


BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}



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



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



FORM {
	display: inline;
}

TR.header  { 
	background: #cc0000;
	background-image: url('images/tableBackground.gif');
   background-attachment: fixed;
   background-repeat: repeat;
}


TR.headerNavigation {
  background: #cc0000;
}



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



A.headerNavigation { 
  color: #541011; 
}

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



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: #f8f4eb }



TD.footer {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height:14px;
  background: #f8f4eb;
  color: #541011;
}


.footerToy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:20px;
  color: #444444;
  vertical-align:top;
  text-align:left;
}

.footerToy th {
  font-size: 12px;
  font-weight: bold;
  background: #eddfc4;
  color: #990000;
  padding-left:10px;
  
}
.footerToy td {
	font-size: 10px;
	font-weight: 400;
	color: #666666;
	padding:10px 0px 5px 10px;
	border-left:#999999 thin dotted;
	border-bottom: 5px solid #DDDDDD;
}


/* 
------------------------------------------------
BEGIN STYLES FOR COLOR FOOTER 
------------------------------------------------
*/


.footerToy2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:20px;
  color: #333;
  vertical-align:top;
  text-align:left;
}


.footerToy2 a:link, .footerToy2 a:visited {
  color: #900;
  text-decoration:none;
}

.footerToy2 a:hover, .footerToy2 a:active {
	color: #900;
	text-decoration:underline;
	background-color:#edd18a;
}

.footerToy2 td {
	font-size: 10px;
	font-weight: 400;
	color: #333;
	padding:10px 0px 5px 10px;
	border-left:#06c thin dotted;
}

.footerToy2 th {
  color: #333;
  background-color: #06c;
  padding-left:10px;
  font-size: 12px;
  font-weight: normal; 
/*  font-weight: bold; */

  }
.footerToy2 th a:hover, .footerToy2 th a:active{
	color: #FFF;
	text-decoration:underline;
	background-color:#06c;
}
.footerToy2 th  a:link, .footerToy2 th a:visited{
  color: #FFF;
}

/* END STYLES FOR BLUE FOOTER */


.infoBox {
 /*  background: #e8e8e8; */
   background: #d7c480; 
}

#listcategories .infoBox {
   background: #fff; 
}

#listcategories .infoBox a {
   display: block; 
}

#listcategories .infoBox a:hover, #listcategories .infoBox a:active  {
   background: #f4f0e8; 
}

.infoBoxContents {
  background: #fff;
/*  background: #f8f8f9;
  font-family: Palatino, 'Times New Roman', Times, serif;*/
  font:11px/14px  helvetica, arial, sans-serif;
}

.infoBoxContents a {
	padding-top: 1px;
	padding-bottom: 1px;
}

input.infoBoxContents{
	background-color: #FFFFCC;
}



.infoBoxNotice {
  background: #FF8E90;
}



.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Palatino, 'Times New Roman', Times, serif;
  font-size: 12px;
}



TD.infoBoxHeading {
  font: 500 13px/24px helvetica, arial, sans-serif;
  letter-spacing:.015em;
  background: #eddfc4;
  color: #900;
  padding-left: 3px;
}



TD.infoBox, SPAN.infoBox {
  font-family: Palatino, 'Times New Roman', Times, serif;
  font-size: 12px;
}



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: #d7c480;
  border-spacing: 1px;
}



.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d7c480;
  color: #FFFFFF;
  font-weight: bold;
}



TD.productListing-data {
  font-family: Palatino, 'Times New Roman', Times, serif;
  font-size: 14px;
}

TD.productListing-data small {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-style:italic;
}


A.pageResults {
  color: #0000FF;
}



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



TD.itemName {
  font-family: Georgia, Times New Roman, serif;
  font-size: 20px;
  font-weight: 100;
  color: #541011;
}

.itemByline {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 14px;
  line-height:20px;
  color: #990000;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: lighter;
  color: #900;
}



TR.subBar {
  background: #f4f7fd;
}



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



TD.main, P.main {
  font-family: Palatino, 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.7;
}

.main h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  font-weight:100;
  color: #900;
  margin-bottom:2px;
}


TD.smallText, SPAN.smallText, 
P.smallText {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height:16px;
}

.subcat {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height:12px;

}

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



TD.fieldKey {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333;
}



TD.fieldValue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
}



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

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


.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: italic 14px/17px  Georgia, serif; padding:10px; }
/*.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }*/


.messageStackError { font: italic 14px/17px  Georgia, serif; padding:10px; background-color: #ffb3b5; border-left: #e50208 solid 20px; }
/* OLD .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }*/


.messageStackSuccess { font: italic 14px/17px  Georgia, serif; padding:10px; background-color: #d3fe91; border-left: #89e500 solid 20px; }
/* OLD .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; }

.AMCbox {
	background-color: #f7f0e3;
	border-top: thin dotted #990000;
	border-bottom: thin dotted #990000;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}

.caption{
	font-family: Palatino, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 14px;
	text-align:center;
}
.mList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	text-align:left;
}

.mList li {
	font-size: 12px;
	font-style: italic;
	color: #000000;
	padding-bottom: 10px;
	line-height: 16px;
}

.mList li big {
	font-size: 18px;
	font-style: normal;
}

.newsHeadline  {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size:20px;
}


/*
------------------------------------------------
temporary styles 
------------------------------------------------
*/

.bluemoon a:link, .bluemoon a:visited {
	font-weight: normal;
	font-size:12px;
	color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.bluemoon a:hover {
	font-weight: bold;
	text-decoration:underline;
}

/* 
------------------------------------------------
temporary styles Christmas 2009 page 
------------------------------------------------
*/

.listGray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align:center;
}
.listGray li {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	list-style-type:none;
	background-image:url(imgnav/bg_list_gray.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding: 4px 0px;
}
.listGray a:link, .listGray a:visited {
	text-decoration:none;
	color: #900;
}
.listGray a:hover, .listGray a:active {
	color: #900;
	text-decoration:underline;
	font-weight:bold;
}

.pagination {
	font: 11px/13px helvetica, arial, sans-serif;
	color: #333;
}

.pagination b {
	font-weight: bolder;
	color: #900;
	background-color: #DFCF70;	
}

.pagination a:link, .pagination a:visited{
	color: #900;
	text-decoration: none;
}

.pagination a:active, .pagination a:hover{
	color: #900;
	text-decoration: underline;
	background-color: #D6B781;
	
}

.viewall a:link, .viewall a:visited{
	font:12px/14px helvetica, arial, sans-serif;
	display: block;
	background: #900;
	color: #D6B781;
	text-decoration: none;
	padding: 3px 12px 2px;
	letter-spacing: .05em;
}
.viewall a:active, .viewall a:hover{
	color: #FFF;
	text-decoration: underline;
}


/*
------------------------------------------------
BEGIN NEW TEP_ footer 
------------------------------------------------
*/

#footer {
	background:URL('imgnav/bg_footer_title.jpg') repeat-x; 
}

#footer div {
	width: 875px;
	margin: 0px auto;
	font:lighter 10px/16px helvetica, arial, sans-serif; 
}

#footer ul {
	padding-left: 0px;
	margin: 0px;
	float: left; 
}

#footer ul li  {
	list-style-type: none; 
	font:lighter 11px/12px helvetica, arial, sans-serif; 
}

#footer ul li a {
	display: block; 
	padding: 7px 7px; 
	color: #930;
}

#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
}

#footer li#title a:link, #footer li#title a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 9px 9px;
	font-size: 1.2em;
	margin-bottom: 7px;
	border: none;
}

#footer li#title a:hover, #footer li#title a:active {
	text-decoration: underline;
	border: none;
}

#footer ul li #form {
	font: 12px/12px helvetica, arial, sans-serif;
}

#footer ul #form p {
	margin: 0px;
}

#footer ul #form input {
	width:190px; 
	background-color:#FFF; 
	color:#444; 
	margin-bottom:15px;
}

ul#copyright  {
	clear: both;
	width: 875px; 
	padding: 0px;
}

ul#copyright li, ul#copyright li a {
	list-style-type:none; 	
	font: 12px/15px Arial; 
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul#copyright li a:hover {
	background-color: transparent;
}

#copyright b {
	font:18px/18px Arial;
	font-weight: 200;
	color: #06c;
}

#footblue  a:link {
	display: inline;
	border: none;
	font:lighter 12px/18px helvetica, arial, sans-serif; 
}

#footblue {
	font:lighter 14px/20px helvetica, arial, sans-serif;
	color:#06c;
}

/*
------------------------------------------------
HEADER ICONS
------------------------------------------------
*/

div#headicon {
	margin: 0px;
	padding: 0px;
	width: 660px;
	position: relative; 
}

#headicon ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none; 
}

#headicon ul li {
	width: 60px;
	float: right;
}

#icon1 a:link, #icon1 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -300px 0px no-repeat;
}

#icon1 a:focus, #icon1 a:hover, #icon1 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -300px -50px no-repeat;
}

#icon2 a:link, #icon2 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') 0px 0px no-repeat;
}

#icon2 a:focus, #icon2 a:hover, #icon2 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') 0px -50px no-repeat;
}

#icon3 a:link, #icon3 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -60px 0px no-repeat;
}

#icon3 a:focus, #icon3 a:hover, #icon3 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -60px -50px no-repeat;
}

#icon4 a:link, #icon4 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -120px 0px no-repeat;
}

#icon4 a:focus, #icon4 a:hover, #icon4 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -120px -50px no-repeat;
}

#icon5 a:link, #icon5 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -180px 0px no-repeat;
}

#icon5 a:focus, #icon5 a:hover, #icon5 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -180px -50px no-repeat;
}

li#icon6 a:link, li#icon6 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -240px 0px no-repeat;
}

li#icon6 a:focus, li#icon6 a:hover, li#icon6 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -240px -50px no-repeat;
}

li#icon7 a:link, li#icon7 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -360px 0px no-repeat;
}

li#icon7 a:focus, li#icon7 a:hover, li#icon7 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -360px -50px no-repeat;
}

li#icon8 a:link, li#icon8 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -440px 0px no-repeat;
}

li#icon8 a:focus, li#icon8 a:hover, li#icon8 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -440px -50px no-repeat;
}

li#icon9 a:link, li#icon9 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -520px 0px no-repeat;
}

li#icon9 a:focus, li#icon9 a:hover, li#icon9 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -520px -50px no-repeat;
}

li#icon10 a:link, li#icon10 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -440px 0px no-repeat;
}

li#icon10 a:focus, li#icon10 a:hover, li#icon10 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -440px -50px no-repeat;
}

li#icon11 a:link, li#icon11 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -580px 0px no-repeat;
}

li#icon11 a:focus, li#icon11 a:hover, li#icon11 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -580px -50px no-repeat;
}

#icon12 a:link, #icon12 a:visited {
	display: block; 
	background: url('imgnav/sprite_icons_valentines.gif') -300px 0px no-repeat;
}

#icon12 a:focus, #icon12 a:hover, #icon12 a:active {
	background: url('imgnav/sprite_icons_valentines.gif') -300px -50px no-repeat;
}

/*
------------------------------------------------
NEW PAGINATION FOR SEARCH RESULTS
------------------------------------------------
*/

#pagresults {
    margin:0px;
    padding:0px;
    font: 10px/20px Arial, Helvetica, sans-serif;
    background:url('../imgnav/bc_bg.gif') repeat-x;
    height:20px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
}
#pagresults li {
    list-style-type:none;
/*    float:left; */
	display: inline;
	padding-left:10px;
}
#pagresults a {
	float:left;
    height:20px;
    display:block;
    background:url('../imgnav/bc_separator.gif') no-repeat right;
    padding-left: 5px;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
#pagresults a:hover {
	color:#06c;
	text-decoration: underline;
}
#pagresults a b {
	color:#06c;
	font-size: 125%;
}
#viewall {
	border-left:2px groove #fff;
}
#viewall a {
    background-image: none;
}
#manall {
	padding-right: 15px;
	color: #454545;
}

.pag_breadcrumb #pagresults {
    background:url('../imgnav/bc_bg_breadcrumb.gif') repeat-x;
 }
.pag_breadcrumb #pagresults a {
   background:url('../imgnav/bc_separator_breadcrumb.gif') no-repeat right;
}
/*
------------------------------------------------
OFFER STYLE IN DESCRIPTION PAGES
------------------------------------------------
*/

.offerDescr {
	font:lighter 12px/15px Helvetica, Arial, sans-serif;
	color: #333;
	background: #f7f0e3;
	display: block;
	margin: 3px 0px 10px 0px;
	padding: 7px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E6D2B1;
}
.offerDescr b {
	font-size: 14px;
	color: #900;
}
.offerDescr img {
	padding-right:20px;
	border: 0px;
}

.red {
	font:lighter 12px/15px Helvetica, Arial, sans-serif;
	color: #900;
	background: #fff;
	display: block;
	padding: 7px 0px;
}
.red b {
	font-size: 14px;
}
.doty {
	display: block;
	background: url('../imgnav/logo_doty.gif') no-repeat;
	padding-left: 75px;
	padding-top: 8px;
	width: 360px;
	font:lighter 12px/21px Helvetica, Arial, sans-serif;
	color: #900;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
}
.doty12 {
	display: block;
	background: url('../imgnav/logo_doty12.gif') no-repeat;
	padding-left: 75px;
	padding-top: 8px;
	width: 360px;
	font:lighter 12px/21px Helvetica, Arial, sans-serif;
	color: #900;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
}
.toby12 {
	display: block;
	background: url('../imgnav/logo_toby12.gif') no-repeat;
	padding-left: 50px;
	padding-top: 8px;
	width: 480px;
	font:lighter 12px/21px Helvetica, Arial, sans-serif;
	color: #900;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
}
.dae {
	display: block;
	background: url('../imgnav/logo_dae2011b.gif') no-repeat;
	padding-left: 75px;
	padding-top: 0px;
	width: 360px;
	font:lighter 12px/21px Helvetica, Arial, sans-serif;
	color: #900;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
}

.priceBox {
	display: inline-block; 
	padding: 0px 5px; 
	margin-left: 20px; 
	background: #fbf6ed; 
	border:1px solid #e9d0b2; 
	font-size: 9px; 
	font-family: helvetica, arial, sans-serif; 
	color:#54452e;
}

