/*
  $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
*/

A {
	font-family: Arial, Helvetica, sans-serif; /*color : #646D7E;*/
	font-size: 10pt; 
	/*font-weight : bold;*/
	text-decoration: none;
	color: #0061A2;
}

A:hover {
  color: #4986ff;
  text-decoration: underline;
}

A.viewby {
   color : #0000FF;
	font-size: 10pt;
	font-weight: bold;
}

A.viewby:hover {
  color: #E30909; /*#9C0000; /*#FFCC33;*/
  text-decoration: underline;
}

A.shipping {
	font-family : Arial, Helvetica, sans-serif;
	color : #004A7B;
	font-size : 10pt;
	font-weight : none;
	text-decoration: underline;
}

A.shipping:hover {
  color: #9C0000; /*#FFCC33;*/
  text-decoration: underline;
}

A.largeLink {
	font-family : Arial, Helvetica, sans-serif;
	color : #646D7E;
	font-size : 14pt;
	font-weight : bold;
	text-decoration: none;
}

A.largeLink:hover {
  color: #E30909; /*#FFCC33;*/
  text-decoration: underline;
}

A.sale {
	color:#646D7E; 
	text-decoration:none;
	font-weight:none;
}

A.sale:hover {
	color:red; 
	text-decoration:underline;
}
A.sale-selected {
	color:#646D7E; 
	text-decoration:none;
	font-weight:bold;
}

A.sale-selected:hover {
	color:red; 
	text-decoration:underline;
}
TR.breadcrumbTrail {
	color: White;
	background-color: #BF1A0E; /*#E30909; #67ADFC;#9C0000*/
}

.subHeader {
	padding-bottom:5px; 
	padding-top:5px;	
	width: 100%;
}
/* BEGIN CATEGORIES */

a.categories:link, a.categories:visited	{
	font-family: Arial, Helvetica, sans-serif; 
	/*font-size: 10pt;*/
	color: #646D7E;/*color : #646D7E;*/
	text-decoration: none;
	font-weight: none;
}
a.categories:hover	{      /* Font color, style of menu items when hovered over */
	color: #4986FF; 
  text-decoration: underline;
}

/* END CATEGORIES */


TR.headerBar {
	color: White;
	background-image:url(images/header/search-background.gif);
	
	/*border:#FFFF00 dotted 1px;*/
}

TR.brandBar {
	background-image:url(images/header/brandbar.gif);
	height:30px;
	vertical-align:middle;
}
.shippingMessage {
	color: #F36B21;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	/*padding: 5px 5px 5px;*/
}

.importantNotice {
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	font-size : 11pt;
	font-weight : bold;
}

.largeText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.browseBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #484848; /*#004A7B#FFCC33;*/
/*background-color: #004A7B;*/
	font-variant: normal;
	font-weight: 700;
	text-decoration: underline;
}

.lookAtMe {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: Red;
}

P.cobianStrong {
	color: #ff0000;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
}

P.cobianText {
	font-family: Verdana, Tahoma, sans-serif;
	font-size : 11px;
	color: #ffffff;
}
/* end customized */
.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; }

BODY {
  background-color: #787878;
  color: #000000;
  margin: 0px;
	text-align: center;
}


#body_container {
	background-color:#FFF;
	width:100%;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}



TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;/*#E7E7E7;*/
  font-size : 12pt;
  color : #000000;
}

A.breadcrumbNavigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #646D7E;
	font-size: 10pt;
	font-weight: bold;	
}

A.breadcrumbNavigation:hover {
  text-decoration: underline;
  color: #4986FF;
}

A.header {
    font-family : Arial, Helvetica, sans-serif;
	color : #646D7E;
	font-size : 9pt;
	font-weight : bold;
	text-decoration: none;
}

A.header:hover {
  color: #BF1F0A;
  text-decoration: underline;
}

A.headerNavigation {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 10pt;
	font-weight : bold;
	text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;/*BF1F0A;*/
  text-decoration: underline;
}

A.categoriesNavigation {
	font-family : Arial, Helvetica, sans-serif;
	color : #567CA3;
	font-size : 12pt;
	font-weight : bold;
	text-decoration: none;
}

A.categoriesNavigation:hover {
  color: #E30909; 
  text-decoration: underline;
}


TD.sizeChart {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  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;
}

.infoBox {
  background: #E7E7E7;
}

.infoBoxContents {
	background: #ffffff;/*#f8f8f9;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height:24px;
	background-color: #E7E7E7;/*#0061A2;#004A7B;bbc3d3;*/	
	color:#565656;
	background-image:url(images/header/gray-background.gif);
}

TD.adBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:none;
	color: #999999;
}

#americansole, #ap_brand {
	background: #0061A2;
}

#bestsellers, #ap_category{
	background: #9C0000;
}


#categories {
	background: #333333;
}

#newproducts {
	background: #FFCC33;
}

#search {
	background: #FF6600;
}

#shoppingcart {
	background: #E30909;/*#9C0000;*/
}

#whatsnew {
	background: #409DC8;
}

#wedding {
	background: #FC8FAC;
}

#hot {
	background: #E30909;
}
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.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

/*TR.productListing-even, TR.productListing-odd {
	background: white; /*#f8f8f9;
} */

TR.productListingCol-even, TR.productListingCol-odd {
	background: white; /*#f8f8f9;*/
	height: 180px;
	vertical-align: bottom;
}
TD.productListingCol-data {
	border: none;/*thin dashed #CCCCCC;*/
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: white;/*#b6b7cb;*/
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #0061A2;/*b6b7cb;*/
	color: #FFFFFF;
	font-weight: bold;
	/*border: 1px solid #b6b7cb;*/
}

.upsListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #330000;/*b6b7cb;*/
	color: #FFFFFF;
	font-weight: bold;
	/*border: 1px solid #b6b7cb;*/
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

A.giftCard {
  color: #0000FF;
}

A.giftCard:hover {
  color: #E30909; /*#9C0000;*/
  /*background: #FFFF33;*/
}

A.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #0061A2;/*b6b7cb;*/
	color: #FFFFFF;
	font-weight: bold;
}

A.productListing-heading:hover {
  color: #FFCC33;/*9C0000; #FFCC33;*/
  text-decoration: underline;
}
A.pageResults {
	border: 1px solid #3366CC;
	height:20px;
	text-align:center;	
}

A.pageResults:hover {
  color: #E30909; 
  background-color:#EDF4FD;;
	text-decoration: none;
}

.pageResultsCurrent {
	font-size:10pt;
	font-weight:bold;
	height:20px;
	text-align:center;
}

.pageResults {
	border-top: 1px solid #B6B7CB;
	border-bottom: 1px solid #B6B7CB;
	
}

TD.pageHeading, DIV.pageHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: none;
	color: #333333;/*0061A2;#004A7B;#9a9a9a;*/
}

.productHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:normal;
	color: #333333;
	margin:0;
}

Table.navigationMenu{
	border-top: 1px solid #B6B7CB;/*e7e7e7;*/
	border-bottom: 1px solid #B6B7CB;/*e7e7e7;*/
}
Table.navigationMenu2{
	border-bottom: 1px solid #B6B7CB;/*e7e7e7;*/
}
TR.navigationMenu {
  background: #EDF4FD;
}

TR.navigationMenu2 {
  background: #FFFFFF;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, TABLE.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  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.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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.productInfoPrice {
  font-family: verdana,arial,helvetica,sans-serif;;
  color: #9C0000;
	font-size:16px;
	font-weight:bolder;
}


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; }


/* begin intro page layout */
.brand {
	border-bottom: thick groove;
	border-right: thick groove;
	text-align: center;
}
.introWhite {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.introBlack {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.navigationMenuSelected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3D77CB;  /*#909090;*/
	font-weight: bold;
}
Table.conversion TD {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #b6b7cb;
}

Table.manufacturersBox{
	font-family: Verdana, Arial, sans-serif;
   	font-size: 12px;
   	line-height: 1.5;
	padding: 0px 0px 0px 0px;
  	border-right: 1px solid #B6B7CB;
}

.manufacturersTitleHeader {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

TD.manufacturersHeader {
	border-bottom: 1px solid #B6B7CB;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12pt;
	font-weight: bold;
}

A.manufacturersBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	text-decoration: none;
	font-weight: none;
	color:#646D7E;
}

A.manufacturersBox:hover {
  color: #4986FF; 
  text-decoration: underline;
}

/* ADDED FOR XML UPS TRACKING */
.UPSheader {
  font-size: 13pt;
  color: #663300;
  font-weight: 900;
}

.UPSheader2	{
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
}

.appheadercolor {
  background-color: #996633;
}

.modulepad {
  padding-left:10px;
  padding-right:10px;
}

.spacing {
  padding-left: 10px;
  padding-right: 10px;
}

.modpadbullet {
  padding-left:6px;
  text-indent: -9px;
  padding-right:5px;
}

TD.ups {
  font-family: verdana, arial,sans-serif;
  font-size: 7pt;
}

TD.upsSmall {
  font-family: verdana, arial,sans-serif;
  font-size: 8pt;
}

TD.mini_search {
  color:#ffffff; 
  font-family:ARIAL, HELVETICA, SANS-SERIF;  
  font-weight:bold;
  font-size:12px;
}
.brownbold {
  color: #663300;
  font-weight: bold;
}
/* END UPS XML TRACKING */
/* end intro page layout */
/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #fdfefd;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;		
	text-decoration: none;
	position: relative;
	display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #21449c;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;

	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #21449c;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* 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;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}

/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}


.phplmbodytable {
	/* Class of table cells containing plain menus */
	border: 0px;
	padding: 0 0 0 0;
}

.phplmnormal {
	/* Font size & color of unlinked menu items */
	/* color: #000000; */
	color: red;
	font-size: 12px;
	text-decoration: none;
}


a.phplm:link, a.phplm:visited	{
	font-family: Arial, Helvetica, sans-serif; /*color : #646D7E;*/
	/*font-size: 10pt;*/
	color: #646D7E;
	text-decoration: none;
	font-weight: none;
}


a.phplm:hover	{      /* Font color, style of menu items when hovered over */
/*	color: #841212;
	text-decoration: none;	
	background-color: #ccc;*/
	color: #E30909; 
   text-decoration: underline;
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #E30909;
	/*font-size: 12px;	*/
	text-decoration: none;	
}

.dmselected {
	font-weight: normal;
	background-color: #ffffff;
}

/* returns table */
.returnTableHeadingRow { background-color: #3D77CB; }
.returnTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.returnTableRow { background-color: #D6DEEC; }
.returnTableRowSelected { background-color: #DEE4E8; }
.returnTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.returnTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.returnTableRowComplete { background-color: #34B615; font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
/* end returns table */

#header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000000;
	width:100%;
	display:inline;
	width=100%;
}

#account_navigation {
	float:right;
	padding:1px;
	display:inline;
	margin-top:20px;
}

#account_navigation A{
	color: #646D7E;
}

#account_navigation A:hover{
	color: #4986FF;
}

#header div {	
	padding: 2px;
	margin: 2px;	
	display: inline;
}

#dropdown_container {
 clear:right;
 position:relative;
 border-bottom:1px solid #FFF;
 background-color:#3965AD;
 border-radius: 8px;
 
}

#txtSearch {
	color : #000;/*#BF1A0E;*/
	font-weight:bold;
	font-size:12px;
	margin-top:4px;
	border-radius: 5px;
}

#product_details {
	border-left:1px solid #e7e7e7;
}

	#footer, #footer2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		font-weight : none;
		color : #888888;/*#BF1A0E;*/
		border-top : 0px solid #CCC;
		background-color:#CCC;
		padding: 10px;
		margin:0px;
		text-align:center;
	}

 #footer2 {
	 background-color:#787878;
	 width:100%;
	 
 }

#footer DIV {
  text-align:center;
	padding: 6px;
}


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;
}

/*shipping banner*/
div.shipping_promo {	
	position:relative;
	/*right:-90px;*/
	float: right;
	text-align:center;
	padding: 4px ;	
	margin: 3px;
	
	background: #fff;/*#3965AD*//*#3761A9;65686D*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9C0000;
	border: 1px solid #66cc00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.shipping_promo strong { 
	color:#3761A9; 
	font-size:18px; 
	font-weight:bold;
}

ul.slide {	
	width:100%;	
}

ul.slide li {
	list-style: none outside none;
	margin-bottom: 15px;
	display:inline;	
}

li.slide-cell  {
	float:left;
	text-align:center;
	width: 180px;
	height: 180px;
	border: 0px dotted #CCC;
}

div.brand-small-container {
	border: 0px solid #339812;
	clear:both; 
	width:95%;
	margin: 25px 15px 40px 15px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}

div.brand-small-container div.header{
	color:#565656;	
	font-size:20px;
	border-bottom: 1px solid #66CC00;
	clear:both; 
	margin: 10px 10px 10px 0px;
}

div.brand-small-container div.header A{
	color: #339812;	
	font-size:14px;
}

div.brand-small-container div.header A:hover{
	color: #0061A2;
	text-decoration:none;
}

div.brand-small-container div.desc{	
	font-size: 11pt;
	color:#565656;
	clear:both; 
	padding: 5px 0px 5px 10px;	
}

div.brand-small-container div.body{
	border: 1px solid #339812;
	font-size: 11pt;
	clear:both; 
	margin: 5px 0px 5px 10px;
}

div.product_pricing { 
	padding:12px;
}

A.button, input.form-submit {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: url("images/buttons.png") repeat-x scroll 0 0 transparent;
	border-color: #E4E4E4 #D2D2D2 #B4B4B4;
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	color: #5A5A5A;
	cursor: pointer;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 17px ;
	text-align: center;
	text-decoration: none;
}

A.button:active, input.form-submit:active {
    background: none repeat scroll 0 0 #666666;
    border-color: #555555;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #222222;
}

A.button:hover {
	text-decoration:none;
	color: #5A5A5A;
}

span.product_info_details_label {
	font-weight:bold;
	color:#999999;
}

.breadcrumb {
	height: 20px;
	border: 1px solid #DCDCDC;
	padding: 5px 5px 0 5px;
	text-transform:capitalize;
	vertical-align:middle;
	background-color:#f7f7f7;
}

.breadcrumb span.divider {
    background: url("images/icons/arrowbreadcrumb.png") no-repeat scroll 0 0 transparent;
    display: inline;
    margin: 10px;
    padding: 5px 10px 5px 0px;
		height: 25px;
		z-index: 10;
}
