/* BML TITLE BAR*/

.bg_nopayment_bar {
	background-image: url(images/bg_no_payment_bar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #b8b8b8;
}
.text_black_bold16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
}
.text_blue_bold14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A83C8;
	text-decoration: none;
}

.text12_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #323232;
	text-decoration: none;
}
.text_small_noPay_bar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666;
}



.bg_online_pay_bar {
	background-image: url(images/bg_onlinepay_bar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #6c97ba;
}


/*************************** GLOBAL ************************************/

 BODY
{
	padding-bottom: 0px;
	background-color: #fff;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

/***************************DROP DOWN MENU********************************/
#sddm
{
    margin-top: 5px;
    padding: 0;
    text-align: center;
    list-style-type: none;
    z-index: 30;
}
 #sddm li
{
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    border-right: #cccccc 1px solid;
}

#sddm li.lastmenu
{
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    border-right:none;
	width:120px;
}

#sddm li a
{
    display: block;
    margin: 0 1px 0 0;
    padding: 2px 10px 2px 10px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

#sddm li a:hover
{
     text-decoration: underline;
}
#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    top: 31px;
    padding: 10px;
    width: 200px;
    background: #c5c5c5;
}

#sddm div a
{
	position: relative;
    padding: 0px;
    display: block;
    color: #000000;
    text-transform: none;
    line-height: 20px;
    border: 0px;
    width: 200px;
    background-image: none;
    z-index: 30;
    text-align: left;
}
#sddm div a:hover
{
    padding: 0px;
    color: #000000;
    text-transform: none;
    line-height: 20px;
    border: 0px;
    width: 200px;
    text-decoration: underline;
    z-index: 30;
}
      
/***************************SHOPPING CART BAR*****************************/
 .bg_shopping_bar
 {
     font-weight: bold;
     background-repeat: repeat-x;
     background-position: left top;
     background-color: #d0dae0;
 }
 .bg_shopping_thin_gray
 {
     background-image: url(images/line_shopping_thin_gray.jpg);
     background-repeat: repeat-x;
     background-position: left bottom;
 }
   
/*************************** HOME ITEMS **********************************/
.home-item
{	
	width: 310px;
    height: 115px;
    background-color: #FFFFFF;
    border: 1px solid #656565;
    margin: 0px 0px 5px 0px;
    float: left;
    cursor: pointer;
}

.home-product{
	width: 155px;
	height: 115px;
	vertical-align: middle;
}

.home-product A {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

IMG.home-item-right
{
	float: right;
	width: 155px;
	height: 113px;
}

IMG.home-item-left
{
	float: left;
	width: 155px;
	height: 113px;
}

DIV.home-item-right
{
	float: left;
	text-align: left;
	height: 115px;
	overflow: hidden;
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 144px;
	padding-left: 9px;
}



DIV.home-item-left
{
	float: right;
	text-align: right;
	height: 115px;
	overflow: hidden;
	background-color: #FFFFFF;
	width: 144px;
	padding-right: 10px;
}

.home-item-bigimage
{
	width: 630px;
}

.home-item-bigimage IMG
{
    margin-bottom: 5px;	
    width: 630px;
    height: 360px;
}

/*********************************** LANDING ITEMS **********************************/
.txt_content_blue
{
	color: #336699;
}
 
.txt_breadcrumb
{
	color: #666666;
}
.txt_breadcrumb a
{
	color: #336699;
	text-decoration: none;
}


       
.landing-item
{
     float:left;
     width: 307px;
     min-height:160px;	
     margin-left: 10px;
     margin-bottom: 20px;
     text-align: left;
}

.landing-item IMG
{
	width: 150px;
	height: 150px;
	float: left;
}

.landing-item .landing-title
{
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.landing-title
{
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.landing-content
{
	float: left;
	width: 150px;
}

.landing-item .landing-content
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}



.bg_catagory_menu {
	font-weight: normal;
	background-image: url(images/theme_white_03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
.bg_mode_menu_active {
	background-image: url(images/theme_white_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
}
.bg_mode_menu_nonactive {
	/*background-image: url(images/theme_white_01.jpg);*/
	background-image: url(../green/images/theme_green_06.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_product_menu {
	background-color: #FFFFFF;
	border: 1px solid #656565;
}
.text_modemenu_active {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
}
.text_modemenu_nonactive {
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
}


.text_menu_product {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footertext {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bg_line_blk {
	background-image: url(images/bg_line_blk.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 950px;
}

.headercontainer {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text_copyright {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bg_signup_bar {
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	width: 950px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.border_modemenu {
	background-color: #372116;
}


.text_category_menu {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.bg_frame {
	color: #000000;
	text-decoration: none;
	background-image: url(images/Frame.gif);
	vertical-align: middle;
	
}

.bg_frameSmall {
	color: #000000;
	text-decoration: none;
	background-image: url(images/FrameSmall.gif);
	vertical-align: middle;
	
}



.txt_blkTitle
{	
	font-weight:normal;
	color: #000000;
	text-decoration:none;
	
}

.txt_blkTitle a:hover
{
	font-weight:normal;
	color: #000000;
	text-decoration: underline;
	
}


.txt_blkSmall {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	
}

.txt_blkPrice
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.txt_blk11
{
	color: #000000;
	text-decoration: none;
}

.txt_blk11 a:hover 
{
	color: #000000;
	text-decoration: underline;
}

.txt_blk11b {

	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.txtGray
{
	font-size: 18px;
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}

.txtGrayBold
{
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

.txtGrayBold a:hover, .txtGrayBold a
{
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}


