BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#988c7e;

}
INPUT,SELECT,TEXTAREA {
	border:#a8a199 1px solid;
	
}
BODY { 
        margin: 0;
        padding: 0; 
        background: #FFF url(images/sonomait/body_bg.jpg) repeat;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#988c7e;
}
td {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#988c7e;
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}

A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}

A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}

A:active {
	COLOR: #000000; TEXT-DECORATION: none
}

H1 {
	FONT-SIZE: 15px
}

H2 {
	FONT-SIZE: 13px
}

H3 {
	FONT-SIZE: 12px
}

HR {
	COLOR: #dddddd; HEIGHT: 1px
}

/* Page header */
.Head {
	BACKGROUND-COLOR: #fff2c9
}

/* Sidebar menu boxes */
.SidebarBox {
}

/* Border of sidebar menu boxes*/
.SidebarBorder {
}

/* Titles of sidebar menu boxes */
.SidebarTitle {
	FONT-WEIGHT: bold; COLOR: #000000; BACKGROUND-COLOR: #e5ebef
}

/* Menu items located in sidebar boxes */
.SidebarItems {
	COLOR: #373b3d; TEXT-DECORATION: none
}

/* Menu items located in sidebar boxes: link */
.SidebarItems:link {
	color:#928577;
	padding:2px 0;
	text-decoration:none;
	text-transform:uppercase;
}

/* Menu items located in sidebar boxes: visited */
.SidebarItems:visited {
	color:#928577;
	padding:2px 0;
	text-decoration:none;
	text-transform:uppercase;
}

/* Menu items located in sidebar boxes: hover */
.SidebarItems:hover {
	color:#98012E;
	padding:2px 0;
	text-decoration:none;
	text-transform:uppercase;
}

/* Menu items located in sidebar boxes: active */
.SidebarItems:active {
	color:#928577;
	padding:2px 0;
	text-decoration:none;
	text-transform:uppercase;
}

/* Horizontal separator in sidebar boxes */
.SidebarHr {
	COLOR: #b2b2b3
}

/* Text in the categories list */
.SidebarBox
{
	width:171px;
}
.CategoriesList {
}
#right_Nav_Middle a.SidebarItems {
	display:block;
	FONT-SIZE: 12px; 
	padding:3px 0 3px 10px;
	border-bottom:1px solid #928477;
	width:163px;
	margin-left:3px;
}
/* Miscelanious text appearing in dialog boxes */
.DialogBox {
}
/* Border color of dialog boxes */
.DialogBorder {
}

/* Titles of dialog boxes */
.DialogTitle {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#b2a89c;
	text-transform:uppercase;
}

/* Comments appearing in dialog titles */
.DialogTitleComment {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #082032
}

/* Number of articles */
.NumberOfArticles {
	FONT-WEIGHT: bold; COLOR: #000000
}

/* Generic text */
.Text {
	COLOR: #000000
}

/* Product title */
.ProductTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
}

/* Caption for product details section */
.ProductDetailsTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #8A8A8A;
}

/* Product details delimiter */
.Line {
    BACKGROUND-COLOR: #8A8A8A;
}

/* Labels for product details */
.ProductDetailsLabel {
    FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000;
}
/* Product details */
.ProductDetails {
	COLOR: #000000
}

/* Product price title */
.ProductPriceTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
} 

/* Product price title for alternative currency */
.ProductPriceConverting {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;
}

/* Product price */
.ProductPrice {
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
}

/* Smaller representation of product price */
.ProductPriceSmall {
	FONT-WEIGHT: bold; COLOR: #000
}
/* See product details link */
.SeeDetails {
	TEXT-DECORATION: none
}

/* Subcategories list */
.ItemsList {
	FONT-WEIGHT: bold; COLOR: #082032;
}

/* Navigation path bar */
.NavigationPath {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Navigation path bar: link */
.NavigationPath:link {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Navigation path bar: visited */
.NavigationPath:visited {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Navigation path bar: hover */
.NavigationPath:hover {
	COLOR: #082032; TEXT-DECORATION: underline
}

/* Navigation path bar: active */
.NavigationPath:active {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/* Labels for form submit buttons */
.FormButton {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	height:25px;
	width:125px;
	text-align:center;
	background-image:url(images/sonomait/btn_bg.gif);
	display:block;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
        background-repeat:no-repeat;
}

.button_large {
	border-collapse:collapse;
	margin-top:10px;
	
}
.button_large tr td a font.FormButton {
	width:auto;
	background-image:none;
}
.button_large tr td {
	background-image:url(images/sonomait/btn_bg_repeat.gif);
	background-repeat:repeat-x;
	height:25px;
}
.button_large tr td input {
	background-image:url(images/sonomait/btn_bg_repeat.gif);
	background-repeat:repeat-x;
	height:25px;
	border:none;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}

.button_large tr td.l {
	background-image:url(images/sonomait/btn_left.gif);
	width:4px;
}
.button_large tr td.r {
	background-image:url(images/sonomait/btn_right.gif);
	width:4px;
	background-repeat:no-repeat;
	background-position:right;
}

/* Error message text */
.ErrorMessage {
	FONT-WEIGHT: bold; COLOR: #ff0000
}

/* Validate error message text */
.ValidateErrorMessage {
	COLOR: #ff0000
}

/* Success message */ 
.SuccessMessage {
	COLOR: green
}

/* Mandatory field asterisk */
.Star {
	COLOR: #ff0000
}

/* Header background */
.TableHead {
	BACKGROUND-COLOR: #91877b;
	color:#fffdf6;
}
.TableHead b {
	color:#fffdf6;
}
/* Bottom text */
.Bottom {
	COLOR: #B2B2B3; TEXT-DECORATION: none;
}

/* Width for some dropdown select boxes */
.FixedSelect {
	WIDTH: 170px
}

/* Default style for tab header */
.tabDefault {
    COLOR: #466479;
}

/* Style for the selected tab header */
.tabSelected { 
    COLOR: #000000;
}

/* Tab page center */
.Center {
    BACKGROUND-COLOR: #ffffff;
}

/* Tab page border */
.CenterBorder {
    BACKGROUND-COLOR: #CDD9E1;
}

/* Out of stock message */
.OutOfStock {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300
}

/* Style for promotion bonus condition list */
.Promotion {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #00224c
}

/* Style for promotion product title */
.PromotionProductDetailsTitle {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300;
}

/* Style for gift certificate title */
.GiftCertificateTitle {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300;
}

/*
	New Styles
*/

/* Top Logo */
h1.top_logo {
	background: url(images/sonomait/top_logo.jpg) no-repeat;
	width: 285px;
	height: 35px;
	margin: 19px 0 0px 40px;
	padding: 0;
	float: left;
}
h1.top_logo a {
	display: block;
	width: 285px;
	height: 35px;
}
h1.top_logo a:hover {
	text-docration: none;
}
h1.top_logo span {
	display: none;
}

.clear {
	clear: both;
}
#page_bot {
	background: url(images/sonomait/page_bottom.jpg) bottom left no-repeat;
	padding: 0 0 28px 0;
}
#page_top {
	background: url(images/sonomait/page_top.jpg) top left no-repeat;
	padding: 25px 0 0 0;
}
#wrap {
	background: url(images/sonomait/page_bg.jpg) top left repeat-y;
	margin: 30px auto 20px auto;
	width:972px;
}
#pageInner {
	margin: 0 auto;
}
#pageInner td {
	vertical-align: top;
}
#pageInner td.content {
	padding: 0 10px;
}
#top_icons {
	text-align: right;
	float: right;
	margin: -10px 40px 0 0;
}

#top_icons a {
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #978F80;
	margin: 0 0 0 5px
}
#top_icons a.cart {
	background: url(images/sonomait/cart_icon.jpg) center right no-repeat;
	padding: 0 27px 0 0;
}
#Footer {
	width: 920px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#Footer p {
	font-weight: bold;
	font-size: 12px;
}
#Footer p, #Footer p a {
	color: #8A8A8A;
}
/* Top navigation */
.main_navigation {
	height:31px;
	margin:0 0 0 38px;
	border:0;
	clear:both;
	padding:10px 0;
}
.main_navigation img {
	border:0;
	float:left;
}

/* .................... MI styles ......................... */ 
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#b2a89c;
	text-transform:uppercase;
}
table.menu_box {
	background-image:url(images/sonomait/prod_menu_bg.gif);
	background-repeat:repeat-y;
	margin-bottom:35px;
}
#right_Nav_Middle .SidebarTitle {
	display:none;
}
table.menu_box tr td .SidebarBox {
	background-color:transparent;
}
.store {
	background-image:url(images/sonomait/arrow_down.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-left:15px;
	margin-top:5px;
	font-size:13px;
}
table.menu_box tr td .CategoriesList {
	padding-left:43px;
	font-size:13px;
}
table.menu_box tr td .CategoriesList a {
	color:#988C7E;
}
.big_button_links {
	color:#fffde9;
	background-image:url(images/sonomait/big_buttons_bg.gif);
	background-repeat:no-repeat;
	width:176px;
	height:29px;
	margin-top:18px;
	padding:7px 8px 10px 8px;
	font-size:12px;
}
.big_button_links span { 
	display:block;
	font-size:13px;
	height:17px;
	position:relative;
}
.big_button_links span.rss {
	background-image:url(images/sonomait/rss_icon.gif);
	background-position:100% 0%;
	background-repeat:no-repeat;
	height:17px;
}
.big_button_links div {
	color:#fffde9;
}
.checkout_table {
	border-collapse:collapse;
}
.checkout_table tr td {
	border:#a6a39c 1px solid;
}
.search_orders td.FormButton {
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#686868;
	font-size:13px;
	text-transform:none;
	display:inline;
	font-weight:normal;
}
.account_links a {
	color:#686868;
	font-size:13px;
	text-decoration:underline;
}
.cart_buttons {
}
.checkout_stage {
	padding-bottom:17px;
	width:714px;
	border-bottom:#aba093 1px solid;
}
.invoice_buttons font.FormButton {
	background-image:none;
	color:#686868;
	font-size:13px;
	text-decoration:underline;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-weight:normal;
}
.FormButton a {
	color:#fff;
}
	
.invoice {
	background-color:#fbf7f0;
	color:#000;
}
.invoice td {
	color:#000;
}
.invoice .DialogTitle {
	display:none;
}
.regform input {
	width:171px;
}
.litle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;

}

