/* Vertical menu */
/*begin*/
.vertical_menu {
	font: bolder 9pt verdana, arial, helvetica;
}
.vertical_menu span {
	color: #FF6600;
	font-size: 12px;
}

.vertical_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vertical_menu ul li a, .vertical_menu ul li a:visited {
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 7pt;
}

.vertical_menu ul li a:hover {
	background: #C0C0C0;
	color: white;
}

.vertical_menu ul li ul {
	padding-left: 15px;
}

/*end*/

#choose_manuf {
	width: 180px;
	margin: 5px;
}

.boxText {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
}
.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-position:top;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, sans-serif;
	color: #030100;
	margin: 0px;
	font-size:12px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-bottom:0; margin-top:0;
	color: #ffffff;
}
h1#lime	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	margin-bottom:0; margin-top:0;
	color: #99CC00;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom:0;
	font-style:italic;
	color: #3c8736;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom:0;
	font-weight:bold;
	color: #0A1B83;
}
A {
	color: #0A1B83;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
}
A.sitename {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:14px;
}
A:hover {
	color: #0A1B83;
	text-decoration: none;
}
FORM {
	display: inline;
}
TR.header {
	background: #ffffff;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size: 14px;
	text-align:left;
	vertical-align:middle;
	color:#0A1B83;
	padding:2px;
}
A.headerNavigation {
	color:#0A1B83;
	font-size: 12px;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}
A.headerNavigation:hover {
	color:#114293;
	text-decoration:underline;
}
A.headerNavigation_MyAccount {
	color:red;
	font-size: 12px;
	vertical-align:middle;
	text-decoration:underline;
}
A.headerNavigation_MyAccount:hover {
	color:red;
	text-decoration:none;
}
.search_box	{
	background-color:#F4F4F6;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: 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: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #D9D9DB;
}
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #D9D9DB;
	color: #F12C06;
}
a.footer {
	color: #F12C06;
	text-decoration: none;
}
a.footer:hover {
	color:#341E1A;	
	text-decoration: none;
}

.infoBox {
	background: #0A1B83;
}
.infoBoxContents {
	background: #F4F4F7;
	font-family: Verdana, Arial, sans-serif;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #b8b8b8;
	color: #ffffff;
}
TR.infoBoxHeading {
	height: 15px;
}
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.productListing-odd, 
TR.productReviews-odd, 
TR.upcomingProducts-odd, 
TR.shippingOptions-odd {
	background-color:#FFFFFF;
}

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-color:#FFFFFF;
}
TABLE.productListing {
	border:1px;
	border-style: solid;
	border-color: #DCDCE8;
	border-spacing: 1px;
	background-color:#DCDCE8;
}
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color:#9D9DCB;
	color:#FFFFFF;
	font-weight: bold;
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color:#D73813;
	}
TD.pageHeading_new {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
TABLE.main, TD.main, P.main, .main A {
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
}
TH.main	{
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#0A1B83;
}
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;
}
INPUT, 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: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: 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;
}

.moduleRowOver {
	background-image:url(../../images/design/brown/bl_bg.png); 
	cursor: pointer;
}
.moduleRowSelected {
	background-image:url(../../images/design/brown/bl_bg.png);
}

.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; 
	}

/*shopping cart box*/
TD.shop_cart_header {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}
A.shop_cart_header {
	color:#D73813;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
A.shop_cart_header:hover {
	color:#D73813;
	text-decoration:underline;
}

.shop_cart_content {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	background-color:#FFFFFF;
}
TD.copyright {
	color:#0d0f74;
	font-size:11px;
	vertical-align:middle;
}
A.copyright {
	color:#0d0f74;
	text-decoration:underline;
}
A.copyright:hover {
	color:#0d0f74;
	text-decoration:none;
}
TABLE.grey_light_box {
	color:#FFFFFF;
}
TD.grey_light_box_header {
	background-image:url(../../images/design/grey_light/bl_bg_header.png);
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
TD.grey_light_box_body {
	background-image:url(../../images/design/grey_light/bl_bg.png);
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
}
TABLE.grey_box{
	color:#FFFFFF;
}
TD.grey_box_header {
	background-image:url(../../images/design/grey/bl_bg_header.png);
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
TD.grey_box_body {
	background-image:url(../../images/design/grey/bl_bg.png);
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
}
TABLE.brown_box	{
	color:#515050;
}
TD.brown_box_header {
	background-image:url(../../images/design/brown/bl_bg.png);
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
TD.brown_box_body {
	background-image:url(../../images/design/brown/bl_bg.png);
	color:#515050;
	font-size:11px;
	text-align:left;
}
TABLE.yello_box	{
	background-color:#ffea58;
	border-color:#f1a52c;
	border-style:solid;
	border-width:thin;
	padding-left:1px;
	padding-bottom:3px;
}
TD.yello_box_header {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
TD.yello_box_body {
	color:#000000;
	font-size:11px;
	text-align:left;
}
TABLE.red_box {
	color:#FFEA58;
	background-color:#FDA755;
	border-color:#739207;
	border-style:solid;
	border-width:thin;
	padding-left:1px;
	padding-bottom:3px;
	}
TD.red_box_header {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
TD.red_box_body {
	color:#000000;
	font-size:11px;
	text-align:left;
}
TABLE.green_box {
	color:#FFEA58;
}
TD.green_box_header {
	background-image:url(../../images/design/green/bl_bg.png);
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
TD.green_box_body {
	background-image:url(../../images/design/green/bl_bg.png);
	color:#000000;
	font-size:11px;
	text-align:left;
}	
TABLE.modeli_box_red_box {
	color:#B4DBEF;
	background-color:#F4F4F7;
}
TD.modeli_box_red_box_header {
	background-color:#FF9900;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:3px;
}
TD.modeli_box_red_box_body {
	color:#000000;
	font-size:11px;
	text-align:left;
	padding:1px;
	padding-top:3px;
}
TABLE.modeli_com_ua_box {
	color:#B4DBEF;
	background-color:#F4F4F7;
}
TD.modeli_com_ua_box_header {
	background-color:#0A1B83;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:3px;
}
TD.modeli_com_ua_box_body {
	color:#000000;
	font-size:11px;
	text-align:left;
	padding:1px;
	padding-top:3px;
}
TD.modeli_cart_new_box_header, TD.modeli_cart_new_box_header A {
	color:#0A1B83;
	font-size:12px;
	text-align:left;
}

A.btn {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
A.btn:hover {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
A.categories {
	color:#646464;
	font-size:11px;
	text-decoration:underline;
}
A.categories:hover {
	color:#646464;
	font-size:11px;
	text-decoration:none;
}
A.categories_selected {
	color:#BC1818;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
A.categories_selected:hover {
	color:#BC1818;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
TABLE.footer_submit {
	background-color:#FFFFFF;
}
TD.footer_submit {
	background-color:#FFFFFF;
}
TD.customer_greeting {
	font-size:10px;
	text-align:right;
}
TD.menu_item {
	font-family: Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size: 12px;
	text-align:left;
	vertical-align:middle;
	background-color:#D4D4EF;
	color:#0A1B83;
	padding:2px;
}
TD.menu_item_selected {
	font-family: Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size: 12px;
	text-align:left;
	vertical-align:middle;
	background-color:#D4D4EF;
	color:#1B1B83;
	padding:2px;
}
A.menu_item {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
A.menu_item_selected {
	font-size:10px;
	font-weight:bold;
	color:#DD0404;
}
P.subtotal {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
A.info_box {
	color:#646464;
	font-size:11px;
}
TD.info_box_header {
	color:#404040;
	font-size:10px;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
}
TD.info_box_body {
	color:#646464;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
UL.info_box {
	margin-left:0;
	padding-left:inherit;
	margin-bottom:0;
	list-style-position: inside;
	list-style-image: url(images/li_red_arrow.gif);
	text-align:left;
}
TD.tips_box_header {
	background-image:url(../../images/design/tips/bl_header_bg.png);
}
TD.tips_box_header_text {
	background-image:url(../../images/design/tips/bl_header_bg_2.png);
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
TD.tips_box_body {
	background-color:#FFFFFF;
	color:#646464;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
P.sub_heading {
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
}	
TD.footer_links {
	color:#341E1A;
}
a.footer_links {
	color:#341E1A;
	font-size:12px;
	text-decoration: underline;
}
a.footer_links:hover {
	color:#341E1A;	
	text-decoration: none;
}
TABLE.img_btn {
	border-style:outset;
	background-color:#CCCCCC;
	border-color:#666666;
	border-width:thin;
}