/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.title_Account_Info{
	clear: both;
	height: 40px;
	width: 100%;
	background-image: url(images/bg_account.jpg);
	background-repeat: repeat-x;
}
.bg_icon{
	height: 40px;
	width: 197px;
	background-image:url(images/bg_icon.jpg);
	background-repeat:repeat-x;
	background-position: left;
	float:left;
}
.previous_orders{
	height: 30px;
	width: 153px;
	background-image:url(images/previosorder_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family:Trebuchet MS;
	font-size:12;
	color:#FFFFFF;
	float:left;
	text-align:left;
	padding-left:44px;
	padding-top:10px;
}
.my_account{
	height: 30px;
	width: 153px;
	background-image:url(images/account_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family:Trebuchet MS;
	font-size:12;
	color:#FFFFFF;
	float:left;
	text-align:left;
	padding-left:44px;
	padding-top:10px;
}
.my_order{
	height: 30px;
	width: 153px;
	background-image:url(images/orders_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family:Trebuchet MS;
	font-size:12;
	color:#FFFFFF;
	float:left;
	text-align:left;
	padding-left:44px;
	padding-top:10px;
}
.my_notification{
	height: 30px;
	width: 153px;
	background-image:url(images/email.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family:Trebuchet MS;
	font-size:12;
	color:#FFFFFF;
	float:left;
	text-align:left;
	padding-left:44px;
	padding-top:10px;
}

.content_Account_Info{
	clear: both;
	height: 100%;
	width: 552px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b6b7cb;
	border-bottom-color: #b6b7cb;
	border-left-color: #b6b7cb;
	text-align:left;
	padding-left:20px;
	padding-bottom:10px;	
}


.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 {
	color:#000000;
	background-color:#FFFFFF;
	background-image: url(images/header/bgheader.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 100%;
}
/*header*/
.header{
	width:997px;
	height:145px;
	background-image: url(image/header.jpg);
}
.ps_logo{
	background-image: url(image/ps_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 83px;
	width: 263px;
	margin-left:5px;
	margin-top:38px;
	margin-bottom:25px;
}
.header_box1{
width:683px;
height:145px;
float:right;
}
.header_box2{
height:46px;
width:100%;
clear:both;
}
.header_box3{
height:62px;
width:100%;
clear:both;
}
.header_box4{
height:36px;
width:100%;
clear:both;
}
.ps_number{
	background-image: url(image/ps_number.png);
	background-repeat: no-repeat;
	background-position:center;
	float: left;
	height: 23px;
	width: 368px;
	margin-top:10px;

}
.space{
width:56px;
height:100%;
float:left;
}
.search_box{
	width:367px;
	height:52px;
	background-image: url(image/searh_box.png);
	background-repeat: repeat-x;
	background-position: left;
	margin-top:10px;
	float:left;

}
td.arial_17{
font-family:Arial;
font-size:17px;
color:#FFFFFF;
}
.search_text_box{
	width:232px;
	height:34px;
	background-image: url(image/search_text.png);
}
input.search_text12{
	width:220px;
	height:18px;
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	border: 1px solid #FFFFFF;
	margin-top:7px;
}
.bf_logo{
	float: right;
	height: 43px;
	width: 164px;
	margin-right:4px;
}
a.a_sidebar:visited {
	text-decoration: none;
	color: #000066;
	font-family: Arial;
	font-size: 15px;
}
a.a_sidebar:link { text-decoration: none;
	color: #000066;
	font-family: Arial;
	font-size: 15px; }
a.a_sidebar:active { text-decoration: none;
	color: #000066;
	font-family: Arial;
	font-size: 15px; }
a.a_sidebar:hover { text-decoration: none; color: #0066FF; }

a.a_header_status:visited {text-decoration: none; color:#FFCC33;}
a.a_header_status:link { text-decoration: none; color:#FFCC33; }
a.a_header_status:active { text-decoration: none; color:#FFCC33; }
a.a_header_status:hover { text-decoration: underline; color:#FFFF00;}

a.a_submenu_text:visited {text-decoration: none; color:#000066;}
a.a_submenu_text:link { text-decoration: none; color:#000066; }
a.a_submenu_text:active { text-decoration: none; color:#000066; }
a.a_submenu_text:hover { text-decoration:none; color:#0066FF; }

a.a_header_menu:visited {text-decoration: none; color:#FFFFFF;}
a.a_header_menu:link { text-decoration: none; color:#FFFFFF; }
a.a_header_menu:active { text-decoration: none; color:#FFFFFF; }
a.a_header_menu:hover {
	text-decoration:none;
	color:red;
}
/* for text only */
h1, h2,h1.title{
       font-family: Arial;
       font-size: 13px;
       color: #000000;
       font-weight: bold; 
       margin-top: 0px;
       margin-right: 5px;
       margin-bottom: 5px;
       margin-left: 5px;
       padding-top: 4px;
}
h1.title{
	font-family: Arial;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
}

h2{
	font-size:12px;
        font-weight: normal;
	text-align: left;
}
h2.text_16{
	font-size:15px;
	color:#000000;
	font-family: Arial;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align: left;
	font-weight:bold;
	margin-top: 3px;
}
h2.text_15{
	font-size:15px;
	color:#000000;
	font-family: Arial;
        margin-top: 0px;
        padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	text-align: left;
	clear:both;
}

/* end for text only */
.header_box{
	background-image: url(images/header/header.png);
	height: 145px;
	width: 998px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.header_status{
	width:auto;
	height:18px;
	margin-top: 11px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	margin-right: 17px;
	color: #FFCC33;
	float:right;
}
.header_search{
	float:right;
	clear:both;
	margin-right: 6cm;
	height: 50px;
	width: 360px;
	padding-top: 24px;
}
.header_menu_box{
	width:auto;
	height:30px;
	float:right;
	margin-top:3px;
}
.header_menu{
	width:102px;
	height:28px;
	float:left;
	background-image: url(image/menu.png);
	border: 1px solid #325783;
	margin-right: 3px;
}
.header_text_14{
	font-family: Arial;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	padding: 5px;
}
input.text {
	font-size:16px;
	border: 1px solid #FFFFFF;
	font-family: Arial;
}
h1{
	font-size:14px;
}
h2{
	font-size:12px;
}
h3{
	font-size:10px;
}

.text_14{
	font-family: Arial;
	font-size:14px;
	color:#000000;
	padding: 5px;
	border:none;
}
/*header*/
/*sub menu*/
.submenu {
	background-image: url(images/header/submenu.png);
	height: 44px;
	width: 987px;
	background-repeat: no-repeat;
	top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear:both;
}
.submenu_left {
	background-repeat: no-repeat;
	height: 42px;
	width: 107px;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}
.submenu_text {
	height: 31px;
	float:left;
	width: 264px;
	margin-bottom: 1px;
	margin-right: 1px;
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	margin-left: 1px;
	color: #333333;
	padding-top: 11px;
}
/*end sub menu */
/*left column*/
.sidebar1 {
	float: left;
	width: 202px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	clear:both;
}
.sidebar1_box1{
	height: 296px;
	width: 202px;
	margin-bottom: 10px;
	background-image: url(images/header/1_side1_1.png);
}
div.text_13{
	font-size:13px;
	color:#000000;
	font-weight: bold;
	padding: 5px;
	text-align:left;
	font-family: Arial;
}
div.text_12{
	font:Arial;
	font-size:12px;
	color:#000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
.sidebar1_box2{
	background-image: url(images/header/alarm_system.png);
	width: 200px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #999999;
}
.sidebar1_title{
	font-size:10;
	height: 31px;
	width: 202px;
	background-image: url(images/header/side1_1_1.gif);
}

/*end left column*/
/*content*/
.maincontent{
	top: 0px;
	width: 574px;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	clear:both;
}
.maincontent_box1{ 
	height: 296px;
	width: 574px;
	background-image: url(images/header/box1.png);
}
.maincontent_box2{
	height: 120px;
	width: 574px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header/box2.gif);
	background-repeat: no-repeat;
}
.maincontent_box3{
	height: 239px;
	width: 574px;
	padding: 0px;
	margin-bottom: 5px;
}
.maincontent_box3_1{
	height: 239px;
	width: 284px;
	background-image: url(images/header/product1.png);
	left: 211px;
	top: 611px;
	float: left;
}
.maincontent_box3_2{
	float:left;
	height: 239px;
	width: 5px;
	left: 355px;
	top: 797px;
}
.maincontent_box4{
	background-image: url(images/header/content_title.png);
	background-repeat: no-repeat;
	height: 30px;
	float: none;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.maincontent_box5{
	text-align: justify;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-left: 2px;
}
.sidebar2{
	float: right;
	width: 202px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.sidebar2_mailinglist{
	background-image:url(images/header/2_side_1.jpg);
	width:202px;
	height:230px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	margin-bottom:5px;
}
.sidebar2_mailinglist_text{
	height:20px;
	width:175px;
	margin-left: 23px;
	clear:both;
	padding-top: 152px;
}
.sidebar2_mailinglist_text1{
	font:Arial;
	font-size:12px;
	border: none;
}

.sidebar2_mailinglist_subscribe{
	height:30px;
	width:150px;
	margin-left: 50px;
	padding-top: 3px;
	
	clear:both;
}
.sidebar2_box1_text{
	width:170px;
	height:30px;
	float: right;
	margin-bottom: 17px;
	text-align: left;
}
.sidebar2_box2{
	background-image:url(images/header/2_box.png);
	height: 601px;
	width: 202px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.sidebar2_box3{
	background-image: url(images/header/catalog.png);
	height: 96px;
	width: 202px;
	clear:both;
	float:right;
	margin-right: 5px;
}

/*end content*/
/*product*/
.category_box_product_top{
	width:575px;
	height:16px;
	background-repeat:no-repeat;
	background-image:url(images/header/product_top.png);
	margin-top: 0px;
}
.content_article_box{
        width:768px;
        height:auto;
	clear:both;
        padding-right: 5px;
        padding-left: 5px;
	border:1px solid #999999;
        float:left;
}

.category_box_product_middle{
	background-image:url(images/header/product_middle.png);
	width:565px;
	clear:both;
        padding-right: 5px;
        padding-left: 5px;
}
.category_box_product_1{
	width:565px;
	clear:both;
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
}

.product_title{
	font-family: Arial;
	font-size: 20px;
	color: #030129;
	width: 312px;
	float: right;
	text-align: left;
	font-weight:bold;
	margin-left: 5px;
}
div.product_price{
	font-family: Arial;
	font-size: 18px;
	color:#FF6600;
	text-align: left;
	margin-bottom: 5px;
	text-align:left;
	clear:both;
	margin-top: 5px;
	font-weight:bold;
}
.product_description{
	font-family: Arial;
	font-size: 15px;
	color:#000000;
	width: 312px;
	float: right;
	text-align: left;
	padding-left: 5px;
}
.product_pict{
	float: left;
	height: 238px;
	width: 228px;
	border: thin solid #000000;
}
.product_specs_feature{
	width:540px;
	font-family: Arial;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	margin-left: 5px;
	color:#000000;
}
.category_box_product_buttom{
	width:575px;
	height:21px;
	background-image:url(images/header/product_buttom.png);
	background-repeat:no-repeat;
	clear:both;
}
/*end product*/
/*column right*/
.sidebar2{
	float: right;
	width: 202px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.sidebar2_box1{
	background-image: url(images/header/2_side_1.jpg);
	height: 295px;
	width: 202px;
	margin-bottom: 0px;
}
.sidebar2_box1_text{
	width:170px;
	height:30px;
	float: right;
	margin-bottom: 17px;
	text-align: left;
}
.sidebar2_box2{
	height: 601px;
	width: 202px;
	margin-bottom: 10px;
}
.sidebar2_box3{
	background-image: url(images/header/catalog.png);
	height: 92px;
	width: 202px;
	clear:both;
	float:right;
	padding-top: 5px;
	margin-top: 5px;
}
.sidebar2_feature_product{
	background-image:url(images/header/feature_product_top.png);
	width:202px;
	height:49px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left:5px;
	clear:both;
}
.sidebar2_feature_product_middle{
	height: 590px;
	width: 200px;
	margin-left:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9c9c9c;
	border-left-color: #9c9c9c;
	border-left-width: 1px;
	color:#000000;
}
.sidebar2_feature_product_pict{
	height: 127px;
	width: 166px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-bottom: 5px;
}
.sidebar2_feature_product_title{
	color:#FF6600;
	font-size:14px;
	font-weight:normal;
	width: 166px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	text-align:center;
}
.sidebar2_feature_product_buttom{
	background-image:url(images/header/feature_product_bottom.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 202px;
	margin-left:5px;
	margin-bottom: 10px;
	clear:both;
}
/*end colum right*/
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #0066FF;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header1 {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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;
}
/*footer*/
a.a_footer:visited {text-decoration: none;	color:#FFFF99;}
a.a_footer:link { text-decoration: none; color:#FFFF99; }
a.a_footer:active { text-decoration: none; color:#FFFF99; }
a.a_footer:hover { text-decoration: underline; color:#FFFFFF;}

a.a_footer_text:visited {text-decoration: none;	color: #FFFFFF;}
a.a_footer_text:link { text-decoration: none; color: #FFFFFF; }
a.a_footer_text:active { text-decoration: none; color: #FFFFFF;}
a.a_footer_text:hover { text-decoration: none; color: #0066FF; }

.footer {
	height: 242px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image:url(images/header/footer.png);
	clear:both;
	margin-top: 5px;
}
.footer_box1 {
	height:110px;
	color:#FFFFFF;
	padding-top:25px;
	width: 850px;
	padding-left: 25px;
}
.footer_box1_1 {
	width:165px;
	height:110px;
	float:left;
	text-align: left;
	font-size:14px;
	font-family: Arial;
}
.footer_box1_line {
	width:2px;
	height:85px;
	float:left;
	margin-top: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-right: 30px;
	margin-left: 10px;
}
.footer_box2 {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	margin-top: 40px;
	position: relative;
	height: 50px;
}

/*footer*/
TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.text_box {
	font:Arial;
	font-size:12px;
	width:100%;
	height: 100%;
	padding: 5px;
}
.infoBox1 {
	width:100%;
	height: 100%;
	background-color: #E8E8E8;
}

.infoBoxContents {
 /* background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: 10px;
  font-weight: bold;
  background:#d2d2d2;
//#bbc3d3
  color: white;
}

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: #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: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family:Arial;
  font-size: 12px;
  background: #000066;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
 font-weight:bold; 
 font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	background-image: url(images/header/content_title.png);
	background-repeat: no-repeat;
	height: 30px;
        width: auto; 
	float: none;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial;
  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.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; }

/*articles*/
h1.article_heading{
	font-size:20px;
	color:#003399;
	font-weight:bold;
	text-align:left;
	font-family: Trebuchet MS;
	padding-top: 0px;
	margin-top:0px
}
h1.article_sub_heading{
	font-size:12px;
	font-weight:normal;
	color:#6f6d6d;
	text-align:left;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 20px;
       margin-top: 0px;
       padding-top: 0px;
       padding-right: 0px;
       padding-bottom: 0px;
       padding-left: 8px;
       padding-top: 0px;
      border-left-width: 10px;
      border-left-style: solid;
      border-left-color: #4a7ab2;
}
h1.article_title{
       font-family: Trebuchet MS;
	font-size:14px;
	color:#3c6596;
	font-weight:bold;
	text-align:left;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-top: 5px;
       padding-top: 0px;
}
h1.article_sub_title{
	font-size:12px;
	color:#000000;
	font-weight:bold;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-top: 5px;
       padding-top: 0px;

}
h1.article_content{
	font-size:12px;
	font-weight:normal;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       padding-top: 10px;
}
/* end articles */
/*product info*/
.product_title{
	font-family: Arial;
	font-size: 15px;
	color: #030129;
	width: 312px;
	float: right;
	text-align: left;
	font-weight:bold;
	margin-left: 5px;
}
.product_description{
	font-family: Arial;
	font-size: 15px;
	color:#000000;
	width: 312px;
	float: right;
	text-align: left;
}
.product_specs_feature{
	width:100%;
	font-family: Arial;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	margin-left: 5px;
	color:#000000;
}
/*end product info*/
/*td_articles*/
td.td_article_heading, td.td_article_sub_heading{
	font-size:16px;
	color:000000;
	font-weight:bold;
	text-align:center;
	font-family: Arial;
	margin-bottom:2px;
	padding-top: 0px;
	margin-top:0px
}
td.td_article_sub_heading,td.td_article_title{
	font-size:14px;
	font-weight:normal;
	color:#003399;
	text-align:center;
}
td.td_article_title,td.td_article_sub_title{
	font-size:12px;
	color:#003399;
	font-weight: bold;
	text-align:center;
}
td.td_article_sub_title,td.td_article_content{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
td.td_article_content{
	font-size:12px;
	font-weight:normal;
}
/* end td_articles */