/*************************** GLOBAL ************************************/
 BODY{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

A
{
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}
 
/***************************DROP DOWN MENU********************************/
#sddm
{
    margin: 0px;
    padding: 0;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 25px;
    list-style-type: none;
    z-index: 30;
}
#sddm li
{
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 25px;
}
#sddm li a
{
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 10px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    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;
     color: #FFFFFF;
     background-image: url(images/bg_shopping_headers.jpg);
     background-repeat: repeat-x;
     background-position: left top;
 }
 .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-size: 14px;
	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;
}



/**************************** Detail Page ******************************/
.warn
{
	color: red;
}

.Topic
{
	color: #666666;
	font-weight: bold;
}

.Desc_bold
{
	color: gray;
	font-weight: bold;
	text-decoration: none;
}



.Description
{
	color: gray;
}

.SubHead1
{
	color: #034767;
	font-weight: normal;
	text-decoration: none;
}


.GridViewDetail
{
	 border:solid 1px #797F88;
	 
}


.EntryTable 
{
	padding-right: 5px;
}

.GV-Header
{
	color:#333333;
	font-weight:bold;
	background-image: url(../images/bg_blue_frame.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	border:solid 1px #797F88;
}

.CustomTabStyle .ajax__tab_outer {padding-right:4px;height:21px;background-color:#C0C0C0;margin-right:2px;border-right:solid 1px #666666;border-top:solid 1px #aaaaaa}
.CustomTabStyle .ajax__tab_header
{
   border-bottom:solid 1px #999999
}

.CustomTabStyle .ajax__tab_tab .ajax__tab_outer
{
    padding-right:4px;height:21px;background-color:#C0C0C0;margin-right:2px;border-right:solid 1px #666666;border-top:solid 1px #aaaaaa
}

.CustomTabStyle .ajax__tab_active
{
	color:Black;
	font-size: 14px;
	font-weight: bold;
}

.CustomTabStyle .ajax__tab_inner {padding-left:3px;background-color:#C0C0C0;}

.CustomTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;}

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background-color:#cccccc}

.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background-color:#cccccc}

.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background-color:#fff;border-left:solid 1px #999999;}

.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background-color:#fff;}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab {}

.CustomTabStyle .ajax__tab_body {border:0px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

.GV-FooterStyle
{
	color:#333333;
	font-weight:bold;
	background-image: url(../images/bg_blue_frame.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:Right;
	border:solid 1px #797F88;
}

.GV-Alternating
{
	background-color:White;
}

.GV-SelectedRow
{	
	background-color: rgb(166,192,229);
	font-weight:bold;
	color:#003366;
	
}

.GV-RowStyle
{	
	background-color:#dcdcdc;
	color:#333333;
	
}

.wecare .title
{
    
}

.bg_sub_banner {
	background-image: url(images/bg_sub_banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.text_bold_blue {
	font-size: 18px;
	font-weight: bold;
	color: #1153cc;
	text-decoration: none;
}

.txt_12Arial_gray {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.text_12bold_red {

	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}


