﻿/********** General **********/
body 
{
    background-position: center;
    font-family:Verdana;
    font-size:11px;
    background-image: url('../images/greypaper1.jpg');
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll; 
    margin-top:0px; 
    margin-bottom:0px;
    
    -webkit-text-size-adjust: none; /* resolve chrome browser limited font-size 12px issue. */
}

form{
    background-position:center;
    }
    
a:link 
{
	color: #333;
	text-decoration: underline;
	}

a:visited
{
	color: #333;
	text-decoration: underline;
	}
	
a:hover 
{
	color: #1639A9;
	text-decoration: underline;
	}
	
.main_div 
{
    position: relative;
    top: 0px; 
    left: 0px; 
    width: 980px;
}
    
.header_div 
{
    position:relative;
    top: 0px; 
    left: 0px; 
    width:980px;
    height:152px;
    z-index: 10;
}
 
.header_div a
{
	TEXT-DECORATION:none;	
}   
    
.ErrorInfo
{
     color:Red;
     font-weight:bold;   
     font-size:11px;  
}
    
.content_div 
{
    position:relative; 
    top: 8px; 
    left: 0px; 
    width: 980px;
}

.content_div_home 
{
    position:relative; 
    top: 1px; 
    left: 0px; 
    width: 980px;
}

.footer_div 
{
    position:relative; 
    left: -20px;
    top: 5px;
    width: 1020px;
}
.content_block_left
{
    width: 185px;
    vertical-align:top;
    text-align:left;
    float:left;
    background-color:White;
}
    
 .content_block_right
{
    width: 185px;
    vertical-align:top;
    text-align:right;
}
            
.content_block790
{
    width: 790px;
    vertical-align:top;
    text-align:left;
    }
    
.content_block790_right
{
    width: 790px;
    vertical-align:top;
    text-align:left;
    }
 
.content_block_left_Hidden
{
    width: 0px;
    display:none;
    vertical-align:top;
    text-align:left;
    float:left;
    background-color:White;
}
 .content_block790_right_Expand
{
    width: 100%;
    vertical-align:top;
    text-align:left;
}
    
.content_block_600
{
    width: 600px;
    vertical-align:top;
    text-align:left;
    }
.content_block_RecentView
{
    width: 600px;
    vertical-align:bottom;
    }
.content_block_Space
{
    width: 5px;
    vertical-align:top;
    }

    
.table
{
    width:980px;
    vertical-align:top;
    text-align:left;  
    }

.HomePageTable
{
    vertical-align:top;
    text-align:left;  	
}
    
    
.table_percent100
{
    width:100%;  
    }
    
    
.row_align_top
{    
    vertical-align:top;
    } 
    
    
 .row_align_middle
{    
    vertical-align:middle;
    } 
    
    
 .row_align_right
{
    text-align:right
}
    
.row_align_left
{ 
    text-align:left;
    }
    
.row_align_center
{
    text-align:center;
}    
        
.Linktext
{
	margin-bottom:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #020200;
	line-height: 119.9999982660467%;
	padding-top:1px;
	padding-bottom:2px;
}
    
.Fond_Red
{  
    color:Red;
}
     
.Fond_Bold
{  
    font-weight:bold;
}
     
.Fond_Red_Bold
{
    color:Red;
    font-weight:bold;
}
    
  
.Fond_12
{
     font-family:Verdana;
     font-size:12px;
     color:Black; 
   }

.Fond_11
{
     font-family:Verdana;
     font-size:11px;
     color:Black; 
   }
     
.LineColor_B9B9B9
{
     color:#B9B9B9;
    }
    
.modalBackground
{
    background-color:Black;
    filter: alpha(opacity=0);
    opacity: 0;
    border-color:Gray;
    border-style:solid;
    border-width:1px;    
    }
    
 /********** AJAX TabContainer **********/   
.ajax__tab_Container .ajax__tab_header
    {
        font-size: 14px;
        font-family: Myriad Pro;
    }
  
.ajax__tab_Container .ajax__tab_tab
{
    padding: 3px;
    margin: 0px;
	background: url(../images/Tab_DisActive.jpg);
    border-bottom-width:0px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;            
    border-style:solid;
    border-color:#d6cec1;
    background-repeat: repeat;           
    width: 116px;
    height:20px;
    font-size: 14px;
}

.ajax__tab_Container .ajax__tab_body
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    border:1px solid #999999;
    border-color:#d6cec1;
    border-width:1px;
    padding:8px;
    background-color:#FFFBF3;
    height: 170px;
    width:766px;
}

.ajax__tab_Container .ajax__tab_active .ajax__tab_tab
{
    background: url(../images/Tab_Background.jpg);
    background-repeat:repeat;
}
	


/********** Default Master **********/
.table_default_master 
{ 
    width:980px;
    
    }


/********** Home Page **********/
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #333333;
	text-indent: 10px;
	text-decoration: none;
}

.disabledLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #999999;
	text-indent: 10px;
}

.RightNavSignUp {
	background-image: url(./img/left.jpg);	
}

.SearchBackground
{ 
    border-color:#b32c34;
	}
	
.SearchBox
{
     border-style:solid;
     border-width:1px;
     height:17px;
     width:167px;
	 text-align: left;
	 }

.SearchLable
{  
	font-size:12px;
	font-family:Verdana;
	font-weight:800;
	text-align:center;
	color:#bf2f37;
	line-height:109.9999984105428%;
	
}

.btnImage
{
        /* background-image: url(../images/Home_Category_Inactive.png); */
        border: 0px;
        width: 146px;
        padding-top:3px;
        display:inline-block;
        padding-bottom:2px;
        cursor: pointer;
        color: #583F1D;
        font-weight:bolder;
}
    
.btnImage_click
{
    background-image: url(../images/Home_Category_Active.png);
    border: 0px;
    width: 146px;
    height: 22px;
    cursor: pointer;
	}
	
.btnLandingPageImage
{
        background-image: url(../images/Search_LandingPage_Inactive.png);
        border: 0px;
        width: 115px;
        height: 22px;
        cursor: pointer;
}

.btnLandingPageImage_click
{
        background-image: url(../images/Search_LandingPage_Active.png);
        border: 0px;
        width: 115px;
        height: 22px;
        cursor: pointer;
}
	
/********** Billing Or Shipping Info Component **********/
.Bill_Column_1
{
    width: 200px;
    text-align: right;
    font-size: 11px;
    height:30px;
    }
.Bill_Column_x
{
    width: 110px;
    text-align: right;
    font-size: 11px;
    height:30px;
    }    
    
.Bill_Column_2
{
    width:185px;
    text-align: left;
    font-size: 11px;
}
.Bill_Column_2x
{
    width:165px;
    text-align: left;
    font-size: 11px;
}

.Bill_Column_3
{
   text-align: right;
   font-size: 11px;
   height:18px;
    
}

.Bill_Column_4
{
   width: 146px;
   text-align: left;
   font-size: 11px;
   height:18px;
    
}

.Bill_Txtbox
{
    width:118px;
    height:16px;
    border:solid 1px #B9B9B9;
    font-size:13px;
    }
    
.Bill_Company
{
    width:180px;
    height:16px;
    border:solid 1px #B9B9B9;
    font-size:13px;
   }  
.Bill_Company2
{
    width:160px;
    height:16px;
    border:solid 1px #B9B9B9;
    font-size:13px;
   }  
    
.Bill_PhoneNo
{
    width:75px;
    height:16px;
    border:solid 1px #B9B9B9;
    font-size:13px;
    }
    
.Bill_TxtExt
{
    width:43px;
    height:16px;
    border:#B9B9B9 1px solid; 
    font-size:13px;
     }
     
 .Bill_TxtMI
 {
    width:26px;
    height:16px;
    border:#B9B9B9 1px solid; 
    font-size:13px;
    }
    
.Bill_TxtLastName
 {
    width:100px;
    height:16px;
    border:#B9B9B9 1px solid; 
    font-size:13px;
    }
     
 .Bill_Dropdown_State
{
    Width:72px;	   
    border:#B9B9B9 1px solid; 
    height:16px;  
    font-size:13px;
    }
    
.Bill_Dropdown_Industry
{
    Width:180px;	
    }
    

.Bill_TxtZipcode
{
    
    width:80px;
    height:16px;
    border:#B9B9B9 1px solid; 
	font-size:13px;
    }
    
.Bill_div_Content
{
    width: 750px;
    font-size:11px;
    }
.Bill_div_Content1
{
    width: 480px;
    font-size:11px;
    }
    
.Bill_table_Content
{
    height: 200px; 
    width: 490px;
    font-size:11px;
    }
   .Bill_table_Content1
{
   
    width: 750px;
    font-size:11px;
    } 
.Bill_row
{
    
     margin:0px;
     padding:0px;
     }
    .Bill_row1
{
     height:5px;
     margin:0px;
     padding:0px;
     }
.Bill_div_State
{
    border: solid 1px black; 
    width: 101px; 
    height: 17px; 
    overflow: hidden;
    font-size:11px;
    }
    
        
/********** Add Shipping Info **********/   
.AddShippingInfo_div_Content
{
    text-align: left; 
    font-size: 11px;
    width:980px;
   
    }
    
    
.AddShippingInfo_div_Content2
{
    border: solid 1px gray; 
    padding-top: 10px;
    }
    
.AddShippingInfo_div_ShoppingCartContentDocument
{
    background-color: #f9ebd2; 
    font-size: 12px;
    }
    
.AddShippingInfo_row1
{
    text-align: left; 
    font-size: 12px;
    }

.AddShippingInfo_row2
{
     text-align:center;
     height:362px;
     vertical-align:top;
    }

.AddShippingInfo_background1
{
    height: 20px;
    text-align: center; 
    font-weight: bold; 
    padding-top: 5px; 
    overflow: hidden;   
    }


.AddShippingInfo_colum1
{
    width:40%;
    }
    
 .AddShippingInfo_colum2
{
    width:60%;
    }
    
 .AddShippingInfo_colum3
{
    width:816px;
    }
/********** Menu **********/     
    
.Menu_div_Tab1
{
    position: absolute; 
    left: 189px; 
    top: 83px; 
    width: 88px; 
    height: 37px;
    }

.Menu_div_Tab2
{
    position: absolute; 
    left: 268px; 
    top: 83px; 
    width: 88px; 
    height: 37px;
}

   .Menu_div_Tab3
{
    position: absolute; 
    left: 347px; 
    top: 83px; 
    width: 88px; 
    height: 37px;
    }
    
.Menu_div_Tab4
{
    position: absolute; 
    left: 426px; 
    top: 83px; 
    width: 88px; 
    height: 37px;
    }
    
/********** Header **********/  
  .Header_div_Background
{
  position: absolute; 
  width: 790px; 
  height: 180px; 
  top: 0px; 
  left: 0px;
  }  
  
 .Header_div_Logo
{
  position: absolute; 
  width: 174px; 
  height: 84px; 
  top: 0px;
  left:0px;
  z-index:300;
}
      
.Header_div_ContactUs
{
   position: absolute; 
   left: 592px; 
   top: 35px; 
   width: 110px; 
   height: 17px;
   font-family: Verdana; 
   font-size: 12px; 
   margin-top: 0px; 
   color: #583f1d;
}

.Header_div_ChatOnLine
{
   position: absolute; 
   top: 52px; 
   width: 82px; 
   height: 25px; 
   font-family: Verdana;
   font-size: 12px; 
   font-weight: bold; 
   margin-top: 0px; 
   color: #583f1d; 
   right: 300px;
}

.Header_div_Banner
{
   position: absolute; 
   left: 250px; 
   top: 25px;
   width: 308px; 
   height: 35px;
   font-family: Verdana; 
   font-size: 14px;
   color: #583F1D;
   font-weight: bold;
}
.Header_div_Banner_1011
{
   position: absolute; 
   margin-top:0px;
   *margin-top:50px;
   left: 0px; 
   font-family: Verdana; 
   font-size: 12px;
   color: #583F1D;
   font-weight: bold;
   text-align:left;
}

.Header_div_Sub_Banner
{
   position: absolute; 
   left: 230px; 
   top: 45px;
   width: 350px; 
   height: 35px;
   font-family: Verdana; 
   font-size: 12px;
   color: #583F1D;
   font-weight: bold;
}

.Header_Menu_Text
{
   position: absolute; 
   left: -5px; 
   top: 96px;
   width: 200px; 
   height: 20px;
   font-family: Verdana; 
   font-size: 11px;
   color: #583F1D;
   font-weight: bold;
}

.Header_div_Phone
{
	position: absolute;
    left: 545px;
    top: 15px;
    width: 200px;
    height: 20px;
    font-family: Verdana;
    font-size: 12px;
    color: #583F1D;
    font-weight: bold;
}

.Header_div_SearchBar
{
   position: absolute; 
   left: 190px; 
   top: 60px; 
   width: 380px; 
   height: 28px;
   background-image:url('../images/Se_bg.gif');
   background-repeat:no-repeat;
}
    
.Footer_div_SearchBar
{
   position:relative; 
   width: 380px; 
   height: 28px;
   background-color:#eee;
}
    
.Header_lbl_version
{
    Width:240px;
    font-weight:bold;
    font-size:12px;
    color:Gray;
    }    
    
.Header_div_loginInfor
{
    position: absolute; 
    left: 720px; 
    top: 10px; 
    width: 260px; 
    height: 80px; 
    text-align:center;
    }

.Header_div_Menu
{
	position:absolute;
	top:90px;
	width:980px;
	height:52px;
	z-index:-1;
	*position:relative;
}

.Header_div_Menu_Content
{
	width:980px;
	height:62px;
	background:transparent url('../images/Menu.png') no-repeat scroll center center;
}

.Header_div_Menu_LeftBar
{
	 position:absolute; 
	 left:0px; 
	 height:72px; 
	 width:9px; 
	 background: transparent url('../images/MenuLeft.png') repeat-x scroll center center;	
}

.Header_div_Menu_RightBar
{
	 position:absolute; 
	 top:0px;
	 right:0px; 
	 height:72px; 
	 width:9px; 
	 background: transparent url('../images/MenuRight.png') repeat-x scroll center center;
}
    
.Header_lbl_loginInfo
{
    height:25px;
    width:170px;
    font-size:12px;
    color:Blue;
    text-align: left;
    }
    
/********** Header Mini Cart Panel **********/  
.Header_div_MiniCart
{
    padding-top:10px;
}
.Header_div_MiniCartContent
{
    top:30px;
    max-height:600px;
    overflow-y:auto;
    overflow-x:hidden;
}
.minicart_div_bottom
{
    height:40px;
    position:relative;
}
.MiniCart_div_empty
{
    text-align: center;
    height:25px;
    text-indent: 10px;
    line-height:25px;
}
.MiniShoppingCartItem_itemLayout
{
    border: 0px solid #000;
    border-collapse: collapse;
    color:#000;
    width:100%;
}

.product_div_title
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    word-wrap:break-word;
    white-space:normal;
}
    
.MiniShoppingCartItem_itemLayout a
{
    color:#000;
}
    
.MiniShoppingCartItem_itemLayout td
{
    font-size: 11px;
    border: 0px solid #000;
    padding-top: 5px;
}
.banner_line
{
    border-bottom:1px solid #0069ba;
    clear:both;
    width:360px;
    margin:0 auto;
}  
.miniCart_div_viewcart
{    
    background: #0069ba;
    position: absolute;
    height: 30px;
    right: 24px;
    top: 5px;
    text-align: center;
    width: 100px;
    color: #fff;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
    line-height: 30px;
    bottom:10px;
}  
.miniCart_div_viewcart a {color:#fff;}

.closeMiniCartPanel
{
    border:1px solid #0069ba;
    padding:1px 5px;
    position:absolute;
    right:0;
    font-weight:bold;
    cursor:pointer;
    border-top-width:0px;
    border-right-width:0px;
}    
.closeMiniCartPanel a
{
    color:#0069ba;
    font-size:11px;
}
.miniCartPanel_div_bold
{
    font-weight:bold;
}
/********** HeaderTips **********/      
.HeaderTips_div
{
   position: absolute; 
   left: 190px; 
   top: 40px; 
   width: 370px; 
   height: 40px; 
   font-family: Verdana; 
   font-size: 11px;
   z-index:999;
}
    
.HeaderTips_div a
{
	color:#583F1D;
}
    
.HeaderTips_Content
{
   margin-top: 0px; 
   color: #030200;   
   }
    
.HeaderTips_Seperate
{
    font-size: 12px; 
    letter-spacing: 1px; 
    color: #C4C0B5;
   }

.HeaderTips_Login
{
    color: #030200;   
    font-weight:bold;
}

.miniCart_subTotal
{
    font-weight:bold;    
    white-space:normal;
    word-wrap:break-word;
    font-size:14px;
}

.miniCart_div_subTotal
{
    line-height: 40px;
    width: 270px;
    position: absolute;
    text-align: right;
    right: 130px;
}
  
/********** Product Details **********/
.ProductDetails_Column_ProductPicture
{
  vertical-align:top;
  width:348px;
     }    
     
        
.ProductDetail_div_PriceList
{
    position: relative; 
    top: 2px; 
    left: 0px; 
    width: 260px; 
    text-align:left; 
    }    
    
    
.ProductDetail_div_PriceList2 
    {
    position: relative; 
    top: 300px; 
    left: 3px; 
    width: 260px; 
    border:solid 1px black;
    text-align:right; 
    }     
 
    
.ProductDetail_lblProductName
{  font-family:Verdana;
   font-size:14px;
   font-weight:bold;
   color:#583f1d;
    }    
    

.ProductDetail_lblDescription
{
   font-family:Verdana;
   font-size:11px;   
   color:Black;
   width:100px;
    }
    
.ProductDetail_lblPromotionMessage
{
   font-family:Verdana;
   font-size:12px;   
   font-weight:bold;
   color:#c03037;
    }
    
    
.ProductDetail_txtQuantity
{
   font-size:12px;
   width:15px;
   height:20px;
   border-style:solid;
   border-color:#B9B9B9;
   border-width:1px;   
   text-align:center;   
   vertical-align:middle;
  
      }
      
.ProductDetail_txtPZLine
{
   font-size:12px;
   width:15px;
   height:20px;
   border-style:solid;
   border-color:#B9B9B9;
   border-width:1px;   
   text-align:left;   
   vertical-align:middle;
  
      }
    
.ProductDetail_Title
{
    font-family:Verdana;
    font-size:12px;   
    font-weight:bold;
    color:Black;
    }
    
.ProductDetail_PriceTitle
{
    font-family:Verdana;
    font-size:12px;   
    font-weight:bold;
    color:Black;
    width:167px;
    text-align:right;
    
}
    
.ProductDetail_Pic_Title
{
    font-family:Verdana;
    font-size:11px;   
    font-weight:bold;
    color:Black;
}
    
.ProductDetail_Content
{
    font-family:Verdana;
    font-size:12px; 
    color:Black;
    vertical-align:middle;
    font-weight:normal;
    }

.ProductDetail_Content_Nromal_Red
{
    font-family:Verdana;
    font-size:12px; 
    color:Red;
    vertical-align:middle;
    font-weight:normal;
    }

.ProductDetail_Content_Red
{
    font-family:Verdana;
    font-size:12px; 
    color:Red;
    vertical-align:middle;
    font-weight:bold;
    }    
    
.ProductDetail_lblMsgPriceCart
{
    font-family:Verdana;
    font-size:12px; 
    color:Black;
    text-decoration:underline;
    text-align:center;
  }
  
 .ProductDetail_AlterGray
 {
 	height:80px;
 	Filter:gray; -moz-opacity:.45; opacity:0.45;
	cursor:default;	
 }
 
 .ProductDetail_AlterNormal
 {
 	cursor:pointer;
 }
  
/********** Login & Create New Account & My Account **********/
.login_div_content
{
    padding: 0 0 0 0px; 
    text-align: left; 
    font-size: 12px;
    width:602px;
}

.login_div_Background1
{
   
    width:598px;    
}

.Login_div_Background_images
{    
    position:relative;
    left: 0px;
    height: 27px;
    top: 6px;
    margin-top: 0px;
}

.LandingPage_div_Background_images
{    
    position:relative;
    left: 0px;
    height: 35px;
    top: 6px;
    margin-top: 0px;
}

.login_div_Background2
{
    border: solid 1px #B9B9B9; 
    padding-top: 10px;
    width:598px;
}

.login_table1
{
    width: 598px;
    height: 230px;
    vertical-align:top;
}

.login_table1_Column
{
    width: 37px;
}

.login_table1_Column1
{
    width: 179px;
}

.login_table1_Column2
{
    width: 204px;
}

.login_table1_Column3
{
    width: 14px;
}

.login_txtEmailAddress
{
    border-width:1px;
    border-style:solid;
    border-color: #B9B9B9;
    width:180px;
    height:15px;
    }
    
.login_txtPassword
{
    border-Width:1px;
    border-style:solid;
    border-color: #B9B9B9;
    width:150px;
    height:15px;
    
}

.login_div_Title
{
    position:absolute; 
    top:5px; 
    left: 233px; 
    height: 18px; 
    width: 200px;
 }
 


.MyAccount_Column1
{
    width: 253px;
    }

.MyAccount_Column2
{
    width: 20px;
    }
    
    
/********** OrderStatus **********/      
.OrderStatus_div_OrderHeader
{
    border: solid 1px gray; 
    padding-top: 10px; 
    width: 598px;
    }
    
.OrderStatus_OrderHeader_msg
{
    color: #007d67;
    text-align:left;
    }
    
    
/**********AdviseComponent**********/
.AdviseComponent_background
{
    text-align:center; 
    background-image:url(../images/homepage_left_Click_Here_background.png); 
    width:185px; 
    height:77px;
    font-family:Verdana;
    font-size: 11px ;
}
.AdviseComponent_background_Print_Layout_Advise
{
    color:#006bb7; 
    font-weight:bold; 
    font-size:12px;
}

.AdviseComponent_background_Print_Layout_Advise_text
{
    color:#232020;
}

.AdviseComponent_div_background_Button
{
    line-height:25px; 
    height:25px;
}

/**********QuestionMark**********/
.Fond_div_Ajax_Content
{
    font-size:10px;
    color:Red;
    font-family:Verdana;
    background-color:White;
    }
    
.QuestionMark_div_Main
{
    
    background-color:White; 
    border-color:Black; 
    border-width:1px; 
    border-style:solid; 
    font-size:10px;
    }

.QuestionMark_row_Title
{
    font-size:11px; 
    font-weight:bold;
    color:Black; 
    background-color:#d6cec1;
    }
    
/**********HighLightComponent**********/
.HighLightComponent_div_Title
{
    border-top: solid 1px #B9B9B9; 
    border-bottom: solid 1px #B9B9B9; 
    text-align:center; 
    font-weight:bold;
    font-size:11px;
    font-family:Verdana;
    padding-top:5px;
    padding-bottom:5px;
    color:#634c2c;
    width:184px;
    
    }

.HighLightComponent_div_Detail
{
    text-align:left;
    font-size:10px;
    font-family:Verdana;
    padding-top:6px;
    }
 
.SearchResult_Href a:link 
{
	color: #333;
	text-decoration: none;
	}

.SearchResult_Href a:visited
{
	color: #333;
	text-decoration: none;
	}
	
.SearchResult_Href a:hover 
{
	color: #1639A9;
	text-decoration: underline;
	}
    
    
/**********Order History**********/
.OrderHistoryComponent_table
{
    border-width:0px;
    text-align: center;
    width:100%;
    }


/**********OrderShoppingItem**********/
.OrderShoppingItem_itemLayout
{
    border: 0px solid #000;
    border-collapse: collapse;
    width:770px;    
    vertical-align:top;
    }
    
.OrderShoppingItem_itemLayout th
{
    font-weight: bold;
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 0px;
    padding-top: 0px;
}
    
.OrderShoppingItem_itemLayout td
 {
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 5px;
    padding-top: 5px;
}


/**********Order Summary**********/
 .OrderSummary_orderLayout
{
   
    border-collapse: collapse;
    width:185px;
    height:210px;
}
    
.OrderSummary_orderLayout th, .OrderSummary_orderLayout td
{
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
}

.OrderSummary_titleOrderSummary
{
    line-height: 4.0;
    font-size: 11px;
}

/**********PageNavigationTwo**********/
.PageNavigationTwo_div_Main
{
    font: 13px Verdana, Helvetica, sans-serif; 
    color: Gray; 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto;
    }
    
    
.PageNavigationTwo_div_ItemInfo
{
     text-align:right;
     width: 70%; 
     font: 9px Verdana; 
     color:Gray;
     vertical-align:top;
     padding-bottom:10px;
 }
     
.PageNavigationTwo_repeater
{
    font: 13px Verdana; 
     color:Gray;
     }
     
/**********QuestionPopupPanel**********/    
.QuestionPopupPanel_popupPanel
{
    border: #738699 2px solid;
    background-color: White;
    width: 100px;
    padding: 30px;
    }
    
.QuestionPopupPanel_row
{
    text-align:left; 
    font-size:11px; 
    color:White; 
    background-color:#d6cec1;
    }
    
/**********QuickOrder**********/     
.QuickOrder_Title
{
    font-size:13px;
    font-weight:bold;
    font-family:Verdana;
    color:#634c2c;
    }
    .QuickOrder_RecentlyView_Title
{
    font-size:11px;
   font-weight:600;
    font-family:Verdana;
    color:#634c2c;
    }
/**********RecentlyView**********/ 
.RecentlyView_div_main
{   /*position: absolute; 
    left: 11px; 
    top: 6px; 
    width: 790px; 
    height: 169px;*/
    }

.RecentlyView_table
{
   /* width:550px;
  
    border-width:0px;
    height:169px;*/
    }
.RecentlyView_table_HR
{
    width:169px;
  
    border-width:0px;
    height:740px;
    }

.RecentlyView_td1_th
{
    background-image: url(../images/Left_Background.png); 
    background-repeat: no-repeat; 
    height: 169px; 
    width: 22px; 
    overflow: hidden;
    }

.RecentlyView_td2_th
{    
    vertical-align:top;    
    border-bottom: solid 1px #C0C0C0; 
    border-top: solid 1px #C0C0C0;
    text-align:left;
    }

   .RecentlyView_td3_th
{
   /* background-image: url(/images/Right_Background.png); */
    background-repeat: no-repeat; 
    width: 22px; 
    height: 169px;
    } 
.RecentlyViewSlideShow_div_main
{
    position: relative; 
    left: 2px; 
    top: 6px; 
    width: 790px; 
    height: 169px;
    text-align: center;
    }
    
.RecentlyViewSlideShow_frame
{
    text-align:center;
    vertical-align:top;
    padding-top:5px;
    width:10%; 
    font: 10px Verdana, Helvetica, sans-serif;
    }
    /**********RecentlyView**********/ 
.RecentlyView_div_main
{   position: absolute; 
    left: 11px; 
    top: 6px; 
    width: 790px; 
    height: 169px;
    }

.RecentlyView_table
{
    width:630px;
    border-width:0px;
    height:169px;
    }

.RecentlyView_td1
{
    background-image: url(../images/Left_Background.png); 
    background-repeat: no-repeat; 
    height: 169px; 
    width: 22px; 
    overflow: hidden;
    }

.RecentlyView_td2
{    
    vertical-align:top;    
    border-bottom: solid 1px #C0C0C0; 
    border-top: solid 1px #C0C0C0;
    text-align:left;
    }

.RecentlyView_td3
{
    background-image: url(../images/Right_Background.png); 
    background-repeat: no-repeat; 
    width: 22px; 
    height: 169px;
    }


.NewRecentlyView_Bottom
{
	border-bottom: solid 1px #C0C0C0;
	width:100%;
	font-size:1px;
	}

.NewRecentlyView_Top
{
	border-top: solid 1px #C0C0C0;
	width:100%;
	font-size:1px;
	}

.NewRecentlyView_Left
{
	border-left: solid 1px #C0C0C0; 
	height:169px;
	font-size:1px;
	}

.NewRecentlyView_Right
{
	border-right: solid 1px #C0C0C0;
	height:169px;
	font-size:1px;
	}

.NewRecentlyView_Main
{
	vertical-align:top;
    text-align:left;
	}

    
.RecentlyViewSlideShow_div_main
{
    position: relative; 
    left: 2px; 
    top: 6px; 
    width: 790px; 
    height: 169px;
    text-align: center;
    }
    
.RecentlyViewSlideShow_frame
{
    text-align:center;
    vertical-align:top;
    padding-top:5px;
    width:10%; 
    font: 10px Verdana, Helvetica, sans-serif;
    }
    
  
/**********ReOrderComponent**********/   
.ReOrderComponent_div
{
      color:#007d67; 
      font:bold 11px Verdana; 
      text-align:center; 
      width:185px; 
      height:46px; 
      font-size:12px; 
      background-image:url(../images/homepage_left_Re-Order_background.png);
  }   
  
  
/**********SearchLeftNavigator**********/ 
.SearchLeftNavigator_Title
{
   font: 13px Verdana, Helvetica, sans-serif, bold; 
   color: #0000FF;
    }

.SearchLeftNavigator_Content
{
   font: 12px Verdana, Helvetica, sans-serif; 
   color: #B9B9B9;
   text-align:left;
    }

/**********ShoppingCartContentDocumentComponent**********/ 
.ShoppingCartContentDocumentComponent_table
{
    width:100%;
    text-align: left; 
    background-color: #f9ebd2;
    }

.ShoppingCartContentDocumentComponent_td1
{
    width: 77px;
    }

.ShoppingCartContentDocumentComponent_td2
{
    width:394px;
    }

.ShoppingCartContentDocumentComponent_td3
{
    width:238px;
    }

.ShoppingCartContentDocumentComponent_td4
{
    width:209px;
    }
    
/**********ShoppingCartHeadComponent**********/
.ShoppingCartHeadComponent_div_main
{
    background-color:White;
    width: 180px; 
    height: 110px; 
    overflow: hidden;
    }     

.ShoppingCartHeadComponent_table_main
{
    width:100%;
    border:0;
    font: 11px Verdana; 
    color: #c3262f;
    }     

.ShoppingCartHeadComponent_td1
{
    width: 109px; 
    height: 80px; 
    overflow: hidden;
    }     

.ShoppingCartHeadComponent_td2
{
    width: 74px; 
    height: 80px; 
    overflow: hidden;
    }     

.ShoppingCartHeadComponent_td3
{
    width:40;
    }  
    
/**********ShoppingCartItem**********/   
.ShoppingCartItem_itemLayout
{
    border: 0px solid #000;
    border-collapse: collapse;
    width:770px;
    }
    
.ShoppingCartItem_itemLayout th
{
    font-weight: bold;
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 0px;
    padding-top: 0px;
    }
    
.ShoppingCartItem_itemLayout td
{
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 5px;
    padding-top: 5px;
    }
    
.ShoppingCartItem_itemLayout_New
{
    border: 0px solid #000;
    border-collapse: collapse;
    width:776px;
    }
    
.ShoppingCartItem_itemLayout_New th
{
    font-weight: bold;
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 0px;
    padding-top: 0px;
    }
    
.ShoppingCartItem_itemLayout_New td
{
    font-size: 11px;
    border: 0px solid #000;
    padding-top: 5px;
}

/**********TestimonialComponent**********/ 
.TestimonialComponent_div_main
{
    font:11px Verdana; 
    border:solid 1px #7105e0;
    width:183px; 
    height:auto;
    }
    
.TestimonialComponent_div_Title
{
	background-image:url(../images/TestimonialsHeader.png);
	background-repeat:repeat-x;
    text-align: center; 
    font-weight:bold; 
    color:#7105e0;
    height:30px; 
    width:183px;
    }
    
.TestimonialComponent_div_link
{
    text-align: center; 
    color:#232020;
    }
    
.TestimonialComponent_div_link a:link 
{
	text-decoration: none;
	}
	
.TestimonialComponent_div_link a:visited
{
	text-decoration: none;
	}
	
    
.TestimonialComponent_div_link a:hover 
{
	text-decoration: underline;
	}
    
/**********SearchResult**********/ 
.SearchResult_td_lblSpellCheck
{
    vertical-align:top;
    font:14px Verdana, Helvetica, sans-serif; 
    color:Black;
    text-align:center;
    }
    
.SearchResult_td_products
{
    vertical-align:top;
    font: 11px Verdana, Helvetica, sans-serif bold; 
    color: #634c2c;
    }
/**********AddNewComment*************/ 
 .AddNewComment_leftWidth
{
    width: 550px;
    line-height: 3.0;
    font-size: 11px;
   }
.AddNewComment_outLayout
{
    width: 580px;
    border: solid 1px #aaaaaa;
    border-collapse: collapse;
   }
.AddNewComment_layout
{
    border: 0px solid #000;
    border-collapse: collapse;
   }
.AddNewComment_layout th
{
    font-weight: bold;
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 0px;
    padding-top: 0px;
   }
.AddNewComment_layout td
{
    align: left;
    font-size: 11px;
    border: 0px solid #000;
    padding-left: 5px;
    padding-top: 5px;
   }   
/**********CheckOut*************/
.CheckOut_leftWidth
{
    width: 790px;
    line-height: 3.0;
    font-size: 11px;
     } 
.CheckOut_outLayout
{
     width: 789px;
     border: solid 1px #aaaaaa;
     border-collapse: collapse;
     }
.CheckOut_layout
{
     border: 0px solid #000;
     border-collapse: collapse;
     }
.CheckOut_layout th
{
     font-weight: bold;
     font-size: 11px;
     border: 0px solid #000;
     padding-left: 0px;
     padding-top: 0px;
     }
.CheckOut_layout td
{
     margin-left:0px;
     font-size: 11px;
     border: 0px solid #000;
     padding-left: 5px;
     padding-top: 5px;
     }
.CheckOut_fontSize
{
     font-size: 11px;
     }
/**********CommentDetail*************/
.CommentDetail_leftWidth
{
     width: 550px;
     line-height: 3.0;
     font-size: 11px;
    }
 .CommentDetail_outLayout
{
     width: 580px;
     border: solid 1px #aaaaaa;
     border-collapse: collapse;
    }
/**********CustomerReview*************/
 .CustomerReview_leftWidth
{
      width: 550px;
      line-height: 3.0;
      font-size: 11px;
    }
 .CustomerReview_outLayout
{
      width: 600px;
      border: solid 1px #aaaaaa;
      border-collapse: collapse;
    }
 .CustomerReview_layout
{
      border: 0px solid #000;
      border-collapse: collapse;
    }
.CustomerReview_layout th
{
      font-weight: bold;
      font-size: 11px;
      border: 0px solid #000;
      padding-left: 0px;
      padding-top: 0px;
     }
.CustomerReview_layout td
{
      align: left;
      font-size: 11px;
      border: 0px solid #000;
      padding-left: 5px;
      padding-top: 5px;
     }
/**********OrderDetail*************/
.OrderDetail_orderLayout
{
      border-collapse: collapse;
     }
.OrderDetail_orderLayout th, .OrderDetail_orderLayout td
{
      font-size: 11px;
      border: 0px solid #000;
      padding-left: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 5px;
     }
.OrderDetail_leftWidth
{
      width: 790px;
      line-height: 3.0;
      font-size: 11px;
     }
.OrderDetail_title
{
      width: 790px;
      font-size: 11px;
     }
.OrderDetail_outLayout
{
      width: 790px;
      border: solid 1px #aaaaaa;
      border-collapse: collapse;
     }
.OrderDetail_layout
{
      border: 0px solid #000;
      border-collapse: collapse;
     }
.OrderDetail_layout th
{
      font-weight: bold;
      font-size: 11px;
      border: 0px solid #000;
      padding-left: 0px;
      padding-top: 0px;
     }
.OrderDetail_layout td
{
      align: left;
      font-size: 11px;
      border: 0px solid #000;
      padding-left: 5px;
      padding-top: 5px;
     }
/**********ShipToMultipleAddresses*************/
.ShipToMultipleAddresses_titleShipMulAddress
{ 
     width:980px; 
     font-size:12px;
    }
.ShipToMultipleAddresses_top
{
     width:980px; 
     border:solid 1px #aaaaaa;
     border-collapse:collapse;
     font-size:12px; 
     color:#000000;
    }
.ShipToMultipleAddresses_top th
{ 
     font-weight:bold;
    }
#ShipToMultipleAddresses_ShipMulTable
{ 
     width:978px;
    }
#ShipToMultipleAddresses_ShipMulTable td,#ShipToMultipleAddresses_ShipMulTable th
{  
     padding-left:5px; 
     padding-right:5px;
    }
/**********ShoppingCart*************/
.ShoppingCart_titleShoppingCart
{
     width: 792px;
     font-size: 12px;
    }
.ShoppingCart_top
{
     width: 790px;
     border: solid 1px #aaaaaa;
     font-size: 12px;
     color: #000000;
    }
.ShoppingCart_top th
{
     font-weight: bold;
    }
.ShoppingCart_topBox
{
     border: solid 1px #000000;
     border-collapse: collapse;
     font-size: 12px;
     height: 50px;
     width: 300px;
     margin-right: 15px;
    }
.ShoppingCart_topBox td
{
     padding-left: 10px;
    }
.ShoppingCart_adsTable
{
     border: solid 1px #000000;
     border-collapse: collapse;
     font-size: 12px;
     width: 150px;
     height: 80px;
    }
.ShoppingCart_totalTable
{
     font-size: 12px;
    }
    
.ShoppingCart_panel
{
     position: absolute;
     display:none;
     visibility: visible;
     width: 200px;
     height: 85px;
     border: solid 1px #CF6362;
     background-color: #C2C293;
     text-align:center;
     vertical-align:top;
      
    }
    
.ShoppingCart_button
{
     display: none;
    }
.ShoppingCart_textbox
{
     clear: both;
     border-color:Gray;
     border-style:solid;
     border-width:1px;
    }
/**********ShowAllReviewsForCurrentCustomer*************/
.ShowAllReviewsForCurrentCustomer_leftWidth
{
     width: 550px;
     line-height: 3.0;
     font-size: 11px;
    }
.ShowAllReviewsForCurrentCustomer_outLayout
{
     width: 580px;
     border: solid 1px #aaaaaa;
     border-collapse: collapse;
    }
.ShowAllReviewsForCurrentCustomer_layout
{
     border: 0px solid #000;
     border-collapse: collapse;
    }
.ShowAllReviewsForCurrentCustomer_layout th
{
     font-weight: bold;
     font-size: 11px;
     border: 0px solid #000;
     padding-left: 0px;
     padding-top: 0px;
    }
.ShowAllReviewsForCurrentCustomer_layout td
{
     align: left;
     font-size: 11px;
     border: 0px solid #000;
     padding-left: 5px;
     padding-top: 5px;
    }
/**********ThankYou*************/
.ThankYou_title
{
     font-size: 14px;
     font-weight: bold;
    }
 
 
/********** CreditCard Info Component **********/
.CCINFO_Column_1
{
    width: 50%;
    text-align: right;
    font-size: 11px;
    height:18px;
}
.ok_background
{
    width: 397px;
    height: 145px;
    left: 0px;
    top: 0px;
    position: relative;
}
.ok_background1
{
    width: 270;
    height: 145px;
    left: 0px;
    top: 0px;
    position: relative;
}
.ok_background2
{
    width: 397px;
    height: 145px;
    left: 0px;
    top: 0px;
    position: relative;
}
.ok_shoping_cart
{
    width: 59px;
    height: 40px;
    left: 22px;
    top: 50px;
    position: absolute;
}
.ok_Text
{
    width: 280px;
    height: 43px;
    left: 96px;
    top: 53px;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
.ok_Text1
{
    width: 250px;
    height: 43px;
    left: 10px;
    top: 53px;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
.ok_Text2
{
    width: 300px;
    height: 43px;
    left: 10px;
    top: 53px;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
.ok_Text3
{
    width: 397px;
    height: 43px;
    left: 10px;
    top: 40px;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
.ok
{
    width: 116px;
    height: 22px;
    left: 141px;
    top: 110px;
    position: absolute;
}
 .ok1
{
    width: 116px;
    height: 22px;
    left:90px;
    top: 110px;
    position: absolute;
}
 .ok2
{
    width: 116px;
    height: 22px;
    left:100px;
    top: 110px;
    position: absolute;
}
/********** CPS Component **********/
.CPS_Popup_Window
{
    background-color: White; 
    border: groove 2px black; 
    width: 650px; 
    height: 550px;
    padding: 10px;
}
.CPS_Popup_Tile
{
    width: 100%; 
    height: 5%; 
    text-align:center;
    color: Red;
}
.CPS_Popup_Close_Btn
{
    position:absolute;
    top:8px;
    left:628px;
    width:15px;
    height:15px;
    background-image:url('../images/close.jpg')
}

.CPS_Popup_Content
{
    width: 100%; 
    height: 95%; 
    text-align:center;
}
/********** Coupon **********/
.Coupon_Background_div
{
    text-align: left; 
    font-size: 12px;
}
.Coupon_Background_Under_div
{
    padding-left: 0px;
}
.Coupon_table
{
    width: 100%;
    border: 0:
}
.Coupon_table_tr
{
    text-align: center;
    vertical-align:top;
    
}
.Coupon_table_td
{
    vertical-align:top;
    font-size: 10px; 
    font-family: Helvetica, sans-serif; 
    color: #0000FF; 
    font-weight:bold;
}
/****Order table****/
.Order_table
{ 
    height:100%;
    margin-left:1px;
    margin-right:1px;
}
.Order_table_header
{
    border: solid 1px black;
}
Order_table_tr
{
    border: solid 1px black;
}
Order_table_td
{
    border: solid 1px black;
}
.rptCountQty_header
{
    background-color:#f9eedc;
    font-size:verdana;
    font-weight:bold;
}
.rptCountQty_footer
{
  color:red;
  text-align :left;
}

.rptCountQty_body
{
    background-color:#f8f4eb;
    }
    
/*Modal Popup*/
.modalBackground {
	background-color:#FFFFFF;
	
}
.pzLabelText 
{
    font-family:Verdana;
    font-size:12px;   
    font-weight:bold;
    color:Black;
    white-space:nowrap
    }
    
/********** SearchBar **********/  
.textbox_Keyword
{
    color: Gray;
    height:15px;
    position:relative;
    top:-2px;
    font-family: Verdana;
    width:280px;
}

/********** ShoppingCartHeadComponent **********/  
.AlertTable
{
    font: 10px Verdana;
    text-align: center;
    vertical-align: middle;
}
.collapsePanelHeader
{
    width: 185px;
    height: auto;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0px;
}
#master_content .collapsePanelHeader a
{
    color: #FFF;
}
#master_content .collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}

/********** ShoppingCartHeadComponent **********/  
.leftImage
{
	height: 37px;
	width: 77px;
}
.Menu_div_Tab_1
{
    left: 189px;
    top: 83px; /*width: 88px;*/
    height: 37px;
}
.table_style
{
    border-left: solid 1px #bf2f37;
    border-right: solid 1px #bf2f37;
    border-bottom: solid 1px #bf2f37;
    border-top: 0px;
    position: absolute;
    top: 0px;
    left: -189px;
    margin: 0px;
    padding: 0px;
}
.td_Item
{
    background-color: #FDF7ED;
    padding: 2px 2px 2px 8px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    
}
.td_AlertItem
{
    background-color: #F9EFDB;
    padding: 2px 2px 2px 8px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    
}
.tdNew_Item1
{
    padding-left: 8px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;

}
.tdNew_Item2
{
    padding-left: 15px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
.doc:link
{
    color: #583F1D;
    text-decoration: none;
    font: 10px Verdana;
}
.doc:visited
{
    color: #583F1D;
    text-decoration: none;
    font: 10px Verdana;
}
.doc:hover
{
    color: Red;
    text-decoration: none;
    font: 10px Verdana;
}
.doc:active
{
    color: #583F1D;
    text-decoration: none;
    font: 10px Verdana;
}

/********** EmailPage **********/ 
.EmailandPrint_table
{
    width: 300px;
    font: bold 11px Verdana;
    color: #816C48;
    text-align: right;
    vertical-align: top;
}

/********** HomepageSlideShow **********/ 
.axx
{
    padding: 1px 7px;
    font-size: 12px;
    color: #999999;
}
a.axx:link, a.axx:visited
{
    text-decoration: none;
    line-height: 12px;
    font: 9px sans-serif;
}
a.axx:active, a.axx:hover
{
    text-decoration: none;
    line-height: 12px;
    font: 9px sans-serif;
}
.bxx
{
    padding: 1px 7px;
}
a.bxx:link, a.bxx:visited
{
    text-decoration: none;
    color: #fff;
    line-height: 12px;
    font: 9px sans-serif;
    background-color: #009900;
}
a.bxx:active, a.bxx:hover
{
    text-decoration: none;
    color: #fff;
    line-height: 12px;
    font: 9px sans-serif;
    background-color: #ff9900;
}
.cxx
{
    padding: 1px 7px;
    font-weight:bold;
}

/********** FooterTips **********/ 
.popupCoupon2
{
    border: solid 1px #CF6362;
    background-color: #C2C293;
    width: 500px;
    position: absolute;
    left: 188px;
    top: 43px;
}

/********** HeaderTips **********/
.Label_QuickOrder
{
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}
.textbox_ItemNo
{
    border-top-color: #A7A8A7;
    border-bottom-color: #9F9F9F;
    border-left-color: #676767;
    border-right-color: #8A8A8A;
    border-width: 2px;
    border-style: solid;
    color: Gray;
    font-family: Verdana;
}
.popupCoupon
{
    border: solid 1px #CF6362;
    background-color: #C2C293;
    width: 300px;
}
.popupCoupon1
{
    border: solid 1px #CF6362;
    background-color: #C2C293;
    width: 500px;
}
label
{
    font-weight: bold;
}
.txt
{
    cursor: pointer;
}

/********** QuestionMark **********/
.div_content2
{
    width: 100%;
    overflow-x: hidden;
}

/********** Sale **********/
.TdSaleContent
{
    border-top:solid 1px #aaaaaa;
}


.ViewCart a:hover{TEXT-DECORATION:underline}

.Header_HOne
{
	position:relative;
	top:-10px;
	*top:0px;
	font-size: small; 
	color: #818181; 
	z-index:1;
	*z-index:0;
}

.HomePageHeader_HOneTag
{
	position:relative;
	top:-6px;
	*top:0px;
	font-weight:normal;
	font-size: 9pt;
	color: #583F1D; 
	z-index:1;
	*z-index:0;
}

.HomePage_HTWO_TAG
{
	font-size:10pt; 
	top:-5px; 
	*top:2px;
	text-align:left;
	position:relative;	
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  .Header_HOne
{
	position:relative; 
	display:inline;
	line-height:0px;
	top: 206px; 
	font-size: small; 
	color: #818181; 
	left: -118px;
	z-index:1;
}
}
*/

.Body_div_home_page_center_content
{
	text-align: center;
	font: 13px Verdana;
	top:-6px;
	*top:0px;
	position:relative;
	/*margin-top: 18px;*/
}

.Body_div_home_page_center_content a
{
	text-decoration:none;
}

.Special_Anchor a
{
	text-decoration:none;
}
	
.Special_Anchor a:hover
{
	text-decoration:underline;
}

.HTWO_TAG
{
	font-size:13px; 
	top:-12px; 
	*top:-3px;
	position:relative;	
}

.projecttag
{
	color:#503119;
}

.PDP_H1
{
	font-family:Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #634c2c;
	margin-top: 0;
}

.BreadCrumb
{
	 font-family: Verdana;
	 color: #000000;		
}

.BreadCrumbLast
{
	font-weight:bold;
	font-family:Verdana;
	color:#634c2c;
}

/*revision For PRN New Flow Latest: Modified the code based on "New_PRN_Mini-Cart-close.jpg" of "PRN new flow mockups latest" by Yan Jun 03/01/2011*/
.CollapsiblePanelNewLink a
{
	color:#C23841;
}
.CollapsiblePanelLink a
{
	color:Black;
}


/* Email Sign Up Slider Form */
#divEmailSilder  
{
    position:absolute; 
    z-index:9000; 
    top:195px; 
    width:527px; 
    height:265px; 
    overflow:hidden;
}
#divEmailSilderBase 
{
    background-image: url('../images/email_sign_up_slider_form_graphics.png');
    background-position:-0px -211px;
    background-repeat: no-repeat;
    height: 265px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 527px;
    display: none;
    cursor:pointer;
}
#divEmailSilderTab 
{ 

    position:relative; 
    width:62px; 
    height:199px; 
    top:0px; 
    left:0px; 
    cursor:pointer; 
    background-image:url('../images/email_sign_up_slider_form_graphics.png');
    background-position:-0px -12px; 
    background-repeat:no-repeat; 
    z-index:1;
    display: none !important;
}
#divEmailSilderOpen 
{ 
    background-image:url('../images/email_sign_up_slider_form_graphics.png');
    background-position:-0px -0px; 
    width:16px; 
    height:12px;
    top:10px;
    left: 32px;
    position:relative;
}
#divEmailSilderClose 
{ 
    background-image:url('../images/email_sign_up_slider_form_graphics.png');
    background-position:-16px -0px; 
    width:16px; 
    height:12px;
    top:10px;
    left: 32px;
    position:relative;
}
#divEmailSilderBaseOpen 
{ 
    background-image:url('../images/email_sign_up_slider_form_graphics.png');
    background-position:-0px -0px; 
    width:16px; 
    height:12px;
    top:10px;
    left: 32px;
    position:relative;
}
#divEmailSilderBaseClose 
{ 
    background-image:url('../images/email_sign_up_slider_form_graphics.png');
    background-position:-16px -0px; 
    width:16px; 
    height:12px;
    top:10px;
    left: 32px;
    position:relative;
}
#divEmailSilderForm  
{
    position:absolute; 
    left:62px; 
    top:0px; 
    width: 465px; 
    height: 245px; 
    overflow:hidden;
}
/* Email Sign Up Slider Form */