/* General styles */
body,th,td,tt,p,div,span {
	color: #000000;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
}
body,form,div {
	margin-top:	0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
body, .body-bg {
	background-color: #ffffff;
}
input,textarea,select {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding-left: 1px;
}
.input-text
{
	color: #333333;
	border-color: #B0AA11;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.input-text-100 {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	width: 100%;
}
p,ul {
	margin-top:	6px;
	margin-bottom: 6px;
}
a:link
{
	color: #666;
	text-decoration: none;
}
a:visited
{
	color: #666;
	text-decoration: none;
}
a:hover
{
	color: #66C;
	text-decoration: underline;
}
a:active {
	color: #b07d15;
	text-decoration: none;
}

.alert {
	background: #fff6bf url('images/bullet_go.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}


.info {
	background: #f8fafc url('images/information.png') center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	}
	
.underlined:link, .underlined:visited, .underlined:active {
	text-decoration: underline;
}
.underlined:hover {
	text-decoration: none;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
hr {
	border: solid #717171 0px;
	border-top-width: 1px;
	height: 0px;
}


.subheader {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.subheader2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.page-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.breadcrumbs
{
	background: #f8fafc url('images/bullet_go.png') center no-repeat;
	background-position: 5px 50%;
	text-align: left;
	padding: 5px 20px 5px 25px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}
	
/*
.breadcrumbs {
	color: #333333;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
*/
.breadcrumbs-link:link, .breadcrumbs-link:visited, .breadcrumbs-link:active {
	color: #333333;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.breadcrumbs-link:hover {
	color: #6da302;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.error-text {
	color: #f27a00;
	font-weight: bold;
}
.side-padding {
	padding-left: 3px;
	padding-right: 3px;
}
.expanded {
	width: 100%;
}
/* /General styles */

/* Header styles */
.logo-bg {
	background-color: #fdf1bc;
}
.top-bg
{
	background-color: #CCC;
	background-repeat: repeat-x;
	background-position: top;
}
.main-banner-bg
{
	background-color: #999;
	background-repeat: repeat-x;
	background-position: top;
}
.top-text {
 	color: #4a4a4a;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
}
.top-quick-link:link, .top-quick-link:visited, .top-quick-link:hover, .top-quick-link:active
{
	color: #444899;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 10px;
}
.select-language {
 	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
}
.select-currency {
 	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
}

.top-menu-bg {
	background-color: #f1ad11;
	background-image: url('images/top_menu_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.top-menu-bg-active {
	background-color: #56a9f7;
	background-repeat: repeat-x;
	cursor:pointer;
}
.top-menu-border {
	background-color: #2c66ac;
}
.top-menu-title:link, .top-menu-title:visited, .top-menu-title:active, .top-menu-title:hover {
	color: #fdea9b;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.top-menu-title-active:link, .top-menu-title-active:visited, .top-menu-title-active:active, .top-menu-title-active:hover {
	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/* /Header styles */

/* Footer styles */
.bottom-bg {
	background-color: #8cc902;
	background-repeat: repeat-x;
}
.bottom-menu {
	color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}
.bottom-menu-links:link, .bottom-menu-links:visited, .bottom-menu-links:active, .bottom-menu-links:hover {
	color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}
.bottom-copyright {
	color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}
.bottom-copyright-links:link, .bottom-copyright-links:visited, .bottom-copyright-links:active, .bottom-copyright-links:hover {
	color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}
/* /Footer styles */

/* Side boxes styles */
.sidebox-border { background-color: #FFF; }
.sidebox-title-bg
{
	background-color: #FFF;
	background-repeat: repeat-x;
}
.sidebox-categories-bg
{
	background-color: #FFF;
	background-repeat: repeat-x;
}
.sidebox-title
{
	margin: 5px 0;
	border-bottom: 1px dotted #666666;
	padding: 3px;
	color: #A5135A;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: small;
	line-height: normal;
	letter-spacing: .2em;
	text-align: left;
	text-transform: uppercase;
}

.sidebox-body
{
	color: #000000;
	background-color: #FFF;
}
.sidebox-body-white {
	color: #333333;
	background-color: #ffffff;
}
.sidebox-categories
{
	color: #000000;
	background-color: #FFF;
}

.sidebox-link:link {
    color: #333333;
   	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif;
}
.sidebox-link:visited {
    color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
}
.sidebox-link:hover {
    color: #000000;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
}
.sidebox-link:active {
    color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
}
.sidebox-input-text {
	color: #333333;
	background-color: #ffffff;
	border: #808080 1px solid;
}
/* /Side boxes styles */

/* Main boxes styles */
.mainbox-border
{
	border-left: #CCC;
	border-right: #CCC;
	border-bottom: #CCC;
	border-width: 0 1px 1px 1px;
	border-style: none dotted dotted dotted;
}
.mainbox-welcome-border {
	border-left: #aeaeae 1px solid;
	border-right: #aeaeae 1px solid;
	border-bottom: #aeaeae 1px solid;
}
.mainbox-title-bg { background-color: #CCC; }
.mainbox-title
{
	color: #ffffff;
	font-size: 13px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: bold;
	background-color: #CCC;
}
.mainbox-welcome-title {
	color: #ffffff;
	font-size: 13px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: bold;
	background-color: #aeaeae;
}
.mainbox-body {
	color: #141414;
	background-color: #ffffff;
}
/* /Main boxes styles */

/* Categories side box */
.sidebox-rootcategory {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sidebox-rootcategory:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sidebox-rootcategory:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sidebox-rootcategory:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sidebox-rootcategory:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sidebox-subcategory:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.sidebox-subcategory:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.sidebox-subcategory:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.sidebox-subcategory:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
/* /Categories side box */

/* Site info side box */
.sidebox-roottopic:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-subtopic:link {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
.sidebox-subtopic:visited {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
.sidebox-subtopic:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
.sidebox-subtopic:active {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
/* /Site info side box */


/* Authentication side box */
.auth-text {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.auth-subtitle {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.small-link {
	font-size: 9px;
}
/*  /Authentication side box */

/* Search side box */
.search-text {
    color: #333333;
   	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}
.search-selectbox {
	width: 150px;
}
.search-advanced:link {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: underline;
}
.search-advanced:visited {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: underline;
}
.search-advanced:hover {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}
.search-advanced:active {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}
/* /Search side box */

/* Bestsellers side box */
.bestseller-sidebox {
    color: #333333;
   	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}
/* /Bestsellers side box */

/* Notification box */
.notification-title-n { /* Notification message */
	color: #b07d15;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.notification-border-n {
	background-color: #b07d15;
}
.notification-body-n {
	background-color: #fdfbf0;
	color: #000000;
}
.notification-title-e { /* Error message */
	color: #c12929;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.notification-border-e {
	background-color: #c12929;
}
.notification-body-e {
	background-color: #fff7f4;
	color: #000000;
}
.notification-border-w { /* Warning message */
	background-color: #eba600;
}
.notification-body-w {
	background-color: #fff7f4;
	color: #000000;
}
.notification-title-w {
	color: #eba600;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* /Notification box */

/* Section in main box */

.section-border {
	background-color: #b07d15;
}
.section-body {
	background-color: #fdfbf0;
	color: #000000;
}
.section-title {
	color: #b07d15;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Section in main box */

/* Buttons */

.button
{
	background-color: #325F8B;
	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
.action_button {
	background-color: #e15e0a;
	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
.button-link:link, .button-link:visited, .button-link:active {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.button-link:hover {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.text-button-link:link, .text-button-link:visited, .text-button-link:active
{
	color: #4C7199;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.text-button-link:hover {
	color: #000000;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* /Buttons */

/* eMenu */
.emenu-border {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.emenu-over {
	background-color: #cccccc;
	cursor: pointer;
}
/* /eMenu */

/* Category page */
.category-description {
	color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
}
.subcategories {
	font-size: 11px;
	font-weight: bold;
}
.product-title:link
{
	color: #7E908D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title:visited {
	color: #6da302;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title:hover {
	color: #f27a00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.product-title:active {
	color: #6da302;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.product-details-title
{
	color: #693;
	font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.product-description {
	padding: 0 0 1.6em 0;
	margin: 0;
	font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	color: #333; }


.product-tools {
}
.sku {
	font-size: 10px;
	color: #7b5704;
}
.more-info {
	font-size: 10px;
}
.list-price {
	color: #555555;
	font-size: 11px;
}
.price
{
	color: #434799;
	font-size: 12px;
	font-weight: bold;
}
.cart-price {
	font-size: 12px;
	font-weight: bold;
}
.discount {
	color: #666666;
	font-size: 10px;
}
/* Category page */

/* Form styles */
.form-field-title {
	background-color: #ffffff;
	color: #141414;
}
.form-title	{
	background-color: #ffffff;
	color: #141414;
	font-weight: bold;
}
.form-note {
	background-color: #ffffff;
	color: #141414;
}
.required-field-mark {
	color: #ff0000;
}
/* Form styles */

/* Checkout pages */
.table-head
{
	background-color: #C4C14D;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	height: 22px;
}
.table-row { background-color: #EDE5D0; }

.thin-border {
	background-color: #aaaaaa;
}
.form-field-caption {
	font-style:italic;
	background-color: #f3f7f1;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: black;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #666666;
	background: #ffffff;
}
.moover {
	text-decoration : none;
	border : 1px solid #666666;
	background: #cccccc;
	cursor: pointer;
}

a.sort-by-links:link {
	color: #b07d15;
	text-decoration: underline;
}
a.sort-by-links:visited {
	color: #b07d15;
	text-decoration: underline;
}
a.sort-by-links:hover	{
	color: #f27a00;
	text-decoration: none;
}
a.sort-by-links:active {
	color: #b07d15;
	text-decoration: underline;
}

a.sort-by-links-selected:link {
	color: #b07d15;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:visited {
	color: #b07d15;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:hover	{
	color: #f27a00;
	text-decoration: none;
	font-weight: bold;
}
a.sort-by-links-selected:active {
	color: #b07d15;
	text-decoration: underline;
	font-weight: bold;
}

.notification-checkout {
        color: #61646E;
}
.notification-checkout:link, .notification-checkout:visited, .notification-checkout:active {
        color: #6da302;
}
.notification-checkout:hover {
        color: #f27a00;
}
.notification-checkoutl {
        color: #61646E;
}
.notification-checkoutl:link {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutl:visited {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutl:hover   {
        color: #f27a00;
        text-decoration: underline;
}
.notification-checkoutl:active {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutblue {
        color:#6da302;
}
.profiles-vert-img {
	width: 10px;
}
.discount-label-text {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.section-active-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color: #ffffff;
	background: url('images/tab_bg_active.gif');
	background-color: #7db606;
}
.section-inactive-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
	background: url('images/tab_bg.gif');
	background-color: #e9e9e9;
}
.section-outer-border {
	border: 1px #7A7A7A solid;
	clear: both;
}
.ajax-message {
	border: 1px solid #000000; 
	background-color: #f4fbff;
	padding: 10px 10px 10px 10px;
}
.affiliate-code {
	background: #7cb028;
	border: 1px solid #9fba63;
	color: #ccd787;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	margin-left: 10px;
}
.valign {
	vertical-align: middle;
}
.main-text {
	color: #333333;
}
a.sort-link:link {
	color: #ffffff;	text-decoration: underline;
}
a.sort-link:visited {
	color: #ffffff;	text-decoration: underline;
}
a.sort-link:hover	{
	color: #ffffff;	text-decoration: none;
}
a.sort-link:active {
	color: #ffffff;	text-decoration: underline;
}

#nav {
/*
	width: 486px;
*/
	height: 36px;
/*
	float: left;	
*/
	clear: both;
	margin-right: 4px;
}
.navSep {
	height: 36px;
	width: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #C3C3C3;
	float: left;
}
.navBtn {
	padding-top: 10px;
	height: 26px;
/*
	width: 77px;
*/
	background-image: url('images/navBg.gif');
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	
}
.navBtnOn {
	padding-top: 10px;
	height: 26px;
/*
	width: 77px;
*/
	background-image: url('images/navBgOn.gif');
	background-repeat: repeat-x;
	float: left;
	text-align: center;
}
a.navBtnTxt
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5 0 5;
	font-weight: bold;
}


br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url('images/shad_bottom.png') repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url('images/shad_tlcorner.png') no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url('images/shad_trcorner.png') no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url('images/shad_blcorner.png') no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url('images/shad_brcorner.png') no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

    #tabs
    {
    	float: left;
    	width: 100%;
    	font: bold 11px/1.5em Verdana;
    	line-height: normal;
    	background-color: #ffffeb;
    }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url('images/tableft.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url('images/tabright.gif') no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }


.popup {
  position: absolute; display: none;
}

.subtle {
  margin: 0px;
  padding: 5px;
  border: 2px solid gray;
  font-size: x-small;
  background-color: #EEE;
  color: #444;
}

form.small input, form.small select, form.small.textarea {
  font-size: x-small;
}

td.label { text-align: right; }

.alpha-shadow {
  float: left;
  background: url(images/shadow1.gif) È
  no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(images/shadow2.png) È
  no-repeat left top !important;
  background: url(img/shadow2.gif) È
  no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;

  padding: 4px;
}