/* CSS Document */

 /*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  The path to the HTC is relative to the HTML file that includes it.
  See below for another method of activating the script without adding CSS here.
 */

 img, div, input { behavior: url("iepngfix.htc") }

a, a:hover, a:link, a:visited
{outline:0;}
 /*
  Here's an example you might use in practice:
  img, div, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */

body {
	margin:10px 0 0 0;
	background-image:url(../images/background/bg_page.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d9d9d9;
}

ul {margin:0px; padding:0px; list-style-type:none;}
li {margin:0px; padding:0px;}
h1 {margin:0px; padding:0px;}
h2 {margin:0px; padding:0px;}
p {margin:0px; padding:0px;}
img {border:none;}

.img2middle {vertical-align:middle;}

.mainHld {width:772px; margin:auto;}

.mainMidHld {
	width:710px; 
	margin:auto; 
	padding:0 31px 5px 31px; 
	background-image:url(../images/background/bg_main_mid.png); 
	background-repeat:repeat-y; 
	background-position:left;
	/*
    Here we apply the fix to just one element.
    You can do the same with CLASS selectors...
   */
   behavior: url("iepngfix.htc");
}
.mainHldPop {width:752px; margin:auto;}
.mainMidHldPop {
	width:710px; 
	margin:auto; 
	padding:0 21px 5px 21px; 
	background-image:url(../images/background/bg_main_mid_pop.png); 
	background-repeat:repeat-y; 
	background-position:left;
	/*
    Here we apply the fix to just one element.
    You can do the same with CLASS selectors...
   */
   behavior: url("iepngfix.htc");
}

.clear {clear:both; height:1px;}
.topLinkHld {
	background-image:url(../images/background/bg_topLink.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:4px 0 4px 0;
	height:23px;
}
.topLinkLeft {
	float: left;
	width: 570px;
	height:23px;
}
.topLinkLeft a {
	color:#636363;
	font-family:Arial, Verdana; 
	font-size:13px; 
	font-weight:bold; 
	text-decoration:none; 
	padding:0px 15px 0 20px;
}
.topLinkLeft a:hover {
	color:#FFFFFF; 
	background-image:url(../images/background/bg_topLinkOv.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
	background-color:#313030; 
	padding:2px 15px 5px 20px;
}
.topLinkLeft[class] a:hover {
	color:#FFFFFF; 
	background-image:url(../images/background/bg_topLinkOv.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
	background-color:#313030; 
	padding:3px 15px 4px 20px;
}
/* ==== Menu Style Start ==== */
#sddm
{	margin:0;
	padding:0;
	z-index:30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}
	
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 15px;
	color: #636363;
	text-align: center;
	text-decoration: none}

#sddm li a:hover{
	color:#FFFFFF; 
	background-image:url(../images/background/bg_topLinkOv.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
	background-color:#313030;
}

#sddm div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ededef;
	border: 1px solid #d7d7d7;
	border-bottom:none;
	width:158px;
	z-index:30 !important;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #f5f5f6;
	color: #313030;
	font: 11px arial}

#sddm div a:hover {
	background: #f5f5f6;
	color: #89c6e7;
	text-decoration:underline;
}
/* ==== Menu Style End ==== */
.topLinkLeftOv {
	color:#FFFFFF !important; 
	background-image:url(../images/background/bg_topLinkOv.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
	background-color:#313030;
}
.topLinkRight {
	margin: 0px;
	float: left;
	width: 130px;
	padding:5px 0 0 10px;
	background-image:url(../images/background/bg_contentRht.gif);
	background-position:left top;
	background-repeat:repeat-y;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#313030;
}

.topLinkRight a{
	text-decoration:none;
	color:#313030;
}
.topLinkRight a:hover{
	text-decoration:none;
	color:#51afe2;
}
 
.homeBanner {
	height:189px;
	width:710px;
}
.innerBanner {
	height:101px;
	width:710px;
}
.contentHld {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width:710px;
	background-image:url(../images/background/bg_contentTop.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#3e3d3d;
}
.mainMidBg {
	background-image:url(../images/background/bg_midMain.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.leftHld {
	float: left;
	width: 180px;
	padding-top:13px;
}
.leftHld h2{
	font-size:13px; 
	font-weight:bold; 
	background-image:url(../images/background/bg_midDivider.gif); 
	background-position:bottom; 
	background-repeat:repeat-x; 
	padding-bottom:5px; 
	margin:0 5px 10px 0;
}
.leftLinkClass {
	font-family:Arial, Verdana; 
	list-style:none; 
	background-image:url(../images/background/bg_midDivider.gif); 
	background-position:bottom; 
	background-repeat:repeat-x;
	margin-bottom:8px;
	padding-bottom:4px;
}
.leftLinkClass p {
	font-size:13px; 
	font-weight:bold; 
	background-image:url(../images/background/bg_midDivider.gif); 
	background-position:bottom; 
	background-repeat:repeat-x; 
	padding-bottom:5px; 
	margin:0 5px 10px 0;
}
.leftLinkClass li {
	font-size:11px; 
	color:#313131; 
	display:inline;
}
.leftLinkClass a {
	text-decoration:none; 
	color:#313131; 
	display:block; 
	padding:4px;
}
.leftLinkClass a:hover {
	text-decoration:none; 
	color:#313131; 
	background-color:#daedfb; 
	background-image:url(../images/background/bg_leftLink.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat;
}

.leftLinkClassOV {
	display:block;
	text-decoration:none;
	color:#313131; 
	background-color:#daedfb; 
	background-image:url(../images/background/bg_leftLink.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat;
}

/*Right Class Here*/
.rightHld { 
	margin: 2px 0 0 0;
	float: left;
	width: 523px;
	padding:5px 3px 13px 4px;
	background-image:url(../images/background/bg_contentRht.gif);
	background-repeat:repeat-y;
	height: 1% /* Holly hack for Peekaboo Bug */
}
.homeTopCont {
	background-image:url(../images/background/bg_homeContent.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 10px 9px;
}
.homeTopCont h1 {
	font-size:18px;
	color:#313030;
	font-weight:normal;
}

.homeInnerleftHld {
	float: left;
	width: 253px;
	padding-right:10px;
	background-image:url(../images/background/bg_contentRht.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.homeInnerleftHld h2{
	font-size:13px; 
	font-weight:bold; 
	background-image:url(../images/background/bg_midDivider.gif); 
	background-position:bottom; 
	background-repeat:repeat-x; 
	padding:5px 0 5px 13px;
	margin:5px 5px 10px 0;
}


.homeInnerrightHld { 
	margin: 0px;
	float: left;
	width: 238px;
	padding:13px 10px 10px 10px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
.homeMidClass {
	font-family:Arial, Verdana; 
	list-style:none; 
	margin:10px 0 8px 0;
	padding-bottom:4px;
}
.homeMidClass p {
	font-size:13px; 
	font-weight:bold; 
	background-image:url(../images/background/bg_midDivider.gif); 
	background-position:bottom; 
	background-repeat:repeat-x; 
	padding-bottom:5px;
	padding-left:13px;
	margin:0 5px 10px 0;
}
.homeMidClass li {
	font-size:11px; 
	color:#313131; 
	padding-left:2px;
	margin-left:13px;
	background-image:url(../images/background/bg_homeProdDivider.gif);
	background-position:bottom; 
	background-repeat:repeat-x;
	height:52px;
}
.midContent {
	padding: 0 0 0 0px;
	margin-left:4px;
}
.midContent h1 {
	background-image:url(../images/background/bg_midDivider.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:18px;
	color:#313030;
	font-weight:normal;
	margin-bottom:13px;
	padding:0 0 5px 0px;
	
}
.prodListHld {
	background-image:url(../images/background/bg_midDivider.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
	margin-bottom:13px;
	color:#313030;
}
.prodListHld h2 {
	font-size:13px;
	font-weight:bold;
	color:#313030;
}
.midContentLeft {
	float:left;
	width:300px;
	padding-top:7px;
}
.midContentLeft li {
	list-style:none;
	line-height:18px;
}
.midContentRight {
	float:left;
	width:200px;
	padding-top:7px;
}
.midContentRight li {
	list-style:none;
	background-image:url(../images/background/bg_blueDot.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-left:5px;
	line-height:18px;
}
.midContentRight a{
	color:#51afe2;
	text-decoration:underline;
	font-size:11px;	
}
.midContentRight a:hover {
	color:#3e3d3d;
	text-decoration:underline;
	font-size:11px;	
}
.prodTopCont {
	background-image:url(../images/background/bg_homeContent.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 10px 9px;
	line-height:17px;
	z-index:0;
}
.prodTopCont a{
	font-size:11px; 
	color:#313030; 
	text-decoration:none;
	z-index:0;
}
.prodTopCont a:hover{
	font-size:11px; 
	color:#51afe2; 
	text-decoration:underline;
	z-index:0;
}
.prodTopContSel {
	font-size:11px; 
	color:#68b9e5 !important; 
	text-decoration:underline !important;
}
/*Footer Class*/
.footerTxt {
	font-size:10px; 
	color:#676665; 
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.footerTxt a {
	text-decoration:underline;
	color:#676665;
}
.footerTxt a:hover {
	text-decoration:underline;
	color:#000000;
}
/**/
.txtRed {color:#ff0000; text-decoration:none;}
.txtOrange {color:#f78025; text-decoration:none;}
.txtBlue {color:#324b9f; text-decoration:none;}
.txtBlack {color:#000000; text-decoration:none;}
.txtSmallG {color:#676665; text-decoration:none; font-size:10px;}
.headMid {font-size:12px; color:#313030; font-weight:bold;}
/*=== All Link Class ===*/

a.linkmid:link {
	color:#51afe2;
	text-decoration:underline;
	font-size:11px;
}
a.linkmid:visited {
	color:#51afe2;
	text-decoration:underline;
	font-size:11px;
}
a.linkmid:hover {
	color:#3e3d3d;
	text-decoration:underline;
	font-size:11px;
}
/* ===== Products Style Start ===== */
.prodContHld {
	padding:17px 0 10px 9px;
}
.prodContHld h2 {
	font-size:13px;
	font-weight:bold;
}
.prodInnerCnt {
	margin-left:6px;
}
.prodInnerCnt p{
	background-image:url(../images/background/bg_midDivider.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:14px 0 14px 7px;
}

.ieLineHack span {
	padding:2px 0 0 7px; background-color:#303033; color:#FFFFFF; display:block; height:18px; font-size:13px;
}
.ieLineHack {
	background-image:url(../images/background/bg_midDivider.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:14px 0 14px 0px;
}
.ieLineHack1 p{padding:10px 0 0 7px !important; background-image:none;}
.ieLineHack1 {
	padding:14px 0 14px 0px;
}

.download {padding:10px 10px 0 7px !important; background-image:none; width:350px; border-right:1px solid #dededf; margin:5px 15px 0 0; float:left;}

.ieLineHack1 span {
	padding:2px 0 0 7px; background-color:#303033; color:#FFFFFF; display:block; height:18px; font-size:13px;
}

.ieLineHack p{padding:10px 0 0 7px !important; background-image:none;}
.subLinknobg {background-image:url(../images/background/bg_midDivider.gif); background-position:bottom; background-repeat:repeat-x; padding:10px; cursor:pointer;}
.submenu {padding:15px 0 0 0;}
.faqGA {display:block; text-align:right; color:#51afe2;	text-decoration:underline; font-size:11px; outline:none;}
a.faqGA:hover {color:#3e3d3d;}
.blueDot {margin-top:10px;}
.blueDot li {
	list-style:none;
	background-image:url(../images/background/bg_blueDot.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-left:6px;
	line-height:17px;
}
.blueDot li a {
	text-decoration:none;
	color:#313030;
}
.blueDot li a:hover {
	text-decoration:none;
	color:#51afe2;
}



.formHld {background-image:url(../images/background/bg_midDivider.gif); background-position:top; background-repeat:repeat-x; margin-top:5px; padding-top:7px;}
.formHld dl {padding-bottom:7px; margin:0px; background-image:url(../images/background/formBg.gif); background-position:center; background-repeat:repeat-y;}
.formHld dt {float:left; width:200px; text-align:right; margin:0px 7px 0px 0; padding:0 15px 0 0;}
.formHlddd {float:left;}
.inputBox {border:1px solid #7f9db9; font-family:Arial, Verdana; font-size:11px;}
.button {border:1px solid #646262; background-color:#646262; font-family:Arial, Verdana; font-size:12px; color:#FFFFFF;}
.rightAlign {text-align:right; color:#676665; cursor:auto !important; padding:3px 0 2px 0;}
.rightAlign a {color:#51afe2;	text-decoration:underline; font-size:11px; outline:none;}
.rightAlign a:hover {color:#3e3d3d;}
.dividerTop {background-image:url(../images/background/bg_midDivider.gif); background-position:top; background-repeat:repeat-x;}
.dividerTop li {cursor:auto !important;}

.systemReq {padding-top:0px;}
.systemReqHeadL {float:left; width:365px; padding:5px 0 3px 5px; background-color:#313030; color:#FFFFFF; font-size:13px;}
.systemReqHeadM {float:left; width:70px; padding:5px 0 5px 0; background-color:#313030; color:#FFFFFF; text-align:center;}
.systemReqHeadR {float:left; width:70px; padding:5px 0 5px 0; background-color:#313030; color:#FFFFFF; background-image:url(../images/background/bg_topLinkOv.gif); background-position:bottom right; background-repeat:no-repeat; border-left:1px solid #FFFFFF; text-align:center;}
.systemReqGrid {background-image:url(../images/background/bg_midDivider.gif); background-position:bottom; background-repeat:repeat-x; padding-bottom:5px; height:21px; clear:both; width:510px;}

.systemReqL {float:left; width:365px; padding:5px 0 5px 5px;}
.systemReqM {float:left; width:70px; padding:5px 0 5px 0; text-align:center;}
.systemReqR {float:left; width:70px; padding:5px 0 5px 0; text-align:center; background-image:url(../images/background/bg_contentRht.gif); background-position:left; background-repeat:repeat-y;}
.systemReqHeadL_big {width:505px; padding:5px 0 3px 5px; background-color:#313030; color:#FFFFFF; font-size:13px; background-image:url(../images/background/bg_topLinkOv.gif); background-position:bottom right; background-repeat:no-repeat;}
.systemReqL_big {float:left; width:400px; padding:5px 0 5px 5px;}
.systemReqM_big {float:left; width:105px; padding:5px 0 5px 0; text-align:left;}
/* ===== Products Styles End ===== */

/* ===== Comparison =====  */
.comparisonHld {font-family:Arial, Verdana; font-size:11px; margin:auto;}
.comparisonHeadL {float:left; width:130px; padding:5px 0 4px 5px; background-color:#313030; color:#FFFFFF; font-size:12px; font-weight:bold;}
.comparisonHeadML {float:left; width:340px; padding:5px 0 4px 15px; background-color:#313030; color:#FFFFFF; font-size:12px; font-weight:bold;}
.comparisonHeadM {float:left; width:70px; padding:5px 0 5px 0; background-color:#313030; color:#FFFFFF; text-align:center; font-weight:bold;}
.comparisonHeadMR {float:left; width:70px; padding:5px 0 5px 0; background-color:#313030; border-left:1px solid #FFFFFF; color:#FFFFFF; text-align:center; font-weight:bold;}
.comparisonHeadR {float:left; width:70px; padding:5px 0 5px 0; background-color:#313030; color:#FFFFFF; background-image:url(../images/background/bg_topLinkOv.gif); background-position:bottom right; background-repeat:no-repeat; border-left:1px solid #FFFFFF; text-align:center; font-weight:bold;}

.comparisonGrid {background-image:url(../images/background/bg_midDivider.gif); background-position:bottom; background-repeat:repeat-x; padding-bottom:1px; padding-top:1px; clear:both; width:700px;}
.comparisonL {float:left; width:130px; padding:5px 0 5px 5px;}
.comparisonML {float:left; width:340px; padding:5px 0 5px 15px;}
.comparisonM {float:left; width:70px; padding:5px 0 5px 0; text-align:center;}
.comparisonMR {float:left; width:72px; padding:5px 0 5px 0; text-align:center; background-image:url(../images/background/bg_comparison.gif); background-position:left; background-repeat:repeat-y;}
.comparisonR {float:left; width:68px; padding:5px 0 5px 0; text-align:center;}
/* ===== Comparison =====  */

.botPad {padding-bottom:0px !important; margin-bottom:5px !important;}

.bookmark{margin-right:10px; float:right;}
.bookmarkHome{margin-right:20px; text-align:right; background-image:url(../images/background/bg_midDivider.gif); background-repeat:repeat-x;}
.fldown{float:left; margin-top:5px;}

/* ===== Links ===== */
.linkHld {width:490px; margin:auto;}
.linkLeft {float:left; width:245px; background-image:url(../images/background/bg_link.gif); background-position:right; background-repeat:repeat-y; text-align:center;}
.linkRight {float:left; width:245px; text-align:center;}

.linkLeft p, .linkRight p{background-image:url(../images/background/bg_homeProdDivider.gif); background-position:bottom; background-repeat:repeat-x; padding-bottom:3px;}

/* ===== Links ===== */
/*Sitemap*/
.sitemap
{
	margin: 0 0 2px 60px;
	height:auto;

}
.sitemap div
{
	margin:2px 10px 0 -50px;
	font-size:11px;
	min-height:27px;
}

.sitemap a:link
{
	text-decoration:underline !important;
	color:#51afe2;
}
.sitemap a:hover
{
	text-decoration:underline;
	color:#313030!important;
}
.sitemap a:visited
{
	text-decoration:underline !important;
	color:#51afe2;
}

.sitemap ul
{
	margin:-13px 0 0 60px;
	font-size:11px;
}
.sitemap li
{
	background:url(../images/background/sitemapdot.gif) 0 2px;
	background-repeat:no-repeat;
	padding:0 0 3px 25px;
	vertical-align:middle;
}
.sitemap li a:link
{
	text-decoration:underline !important;
	color:#51afe2;
}
.sitemap li a:hover
{
	text-decoration:underline !important;
	color:#313030;
}
.sitemap li a:visited
{
	text-decoration:underline !important;
	color:#51afe2;
}
.botSitemap
{ 	
	background:url(../images/background/sitemapdot1.gif) 0 2px no-repeat !important;
	padding:0 0 3px 25px;
	vertical-align:middle;
	width:205px;
	height:28px;
}
.botSitemap1
{ 	
	background:url(../images/background/sitemapdot5.gif) 0 2px no-repeat !important;
	padding:0 0 3px 25px;
	vertical-align:middle;
	width:205px;
	height:28px;
}
.botSitemap2
{ 	
	background:url(../images/background/sitemapdot3.gif) 0 2px no-repeat !important;
	padding:0 0 3px 25px;
	vertical-align:middle;
	width:205px;
	height:28px;
}
.botSitemap3
{ 	
	background:url(../images/background/sitemapdot4.gif) 0 2px no-repeat !important;
	padding:0 0 3px 25px;
	vertical-align:middle;
	width:205px;
	height:28px;
}
.sitemap p
{
padding-left:240px;	
font-size:11px;
line-height:15px;
}
.sitemap div {background-image:url(../images/background/sitemapdot2.gif); background-repeat:no-repeat; background-position:17px 10px;}
.novertLine{background-image:url(../images/blank.gif)!important; margin-bottom:20px;}

/*** Added by Rajit ***/

.prodInnerCnt p.nolinebg{
	background:none;
	}
.prodInnerCnt p.txtCenter{
	text-align:center;
	}
.prodInnerCnt p.nolinebg a {
	color:#51afe2; text-decoration:underline;
	}
.prodInnerCnt p.nolinebg a:hover {
	color:#353535;
	}
.prodInnerCnt p.nolinebg span.hdrspan {
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	}
.bluetxt {
	font:bold 11px/14px Arial, Helvetica, sans-serif; color:#51afe2; border:0; background:none; display:block; padding:15px 0 0 8px;
	}
.NewFeatBenef {
	width:490px; margin:0; padding:0;
	}
.NewFeatBenef li {
	list-style:none; padding:0; margin:0;
	}
.NewFeatBenef li img {
	float:left; margin:0 12px 0 0;
	}
.NewFeatBenef li p {
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	background:none;
	}
.NewFeatBenef li p span {
	display:block; font-weight:bold; color:#51afe2; padding:0 0 15px 0;
	}
.NewFeatBenef li p a {
	font:bold 12px/40px Arial, Helvetica, sans-serif;
	text-decoration:none; color:#353535;
	}
.diskintLink {
	border-top:3px solid #666; margin:15px 0
	}
.diskintLink p {
	background:none; border:0;
	}
.diskintLink .bldhdr {
	color:#51afe2; font:bold 13px/15px Arial, Helvetica, sans-serif;
	}
.diskintLink div img {
	float:left; margin:0 10px 0 0;
	}
.diskintLink div p {
	background:none; border:0;
	}
.diskintLink div p span {
	display:block; color:#353535; font:bold 12px/15px Arial, Helvetica, sans-serif;
	padding:0 0 8px 0;
	}
.diskintLink div p span.quote {
	font-style:italic; color:#353535;
	}
.backlink {
	padding:20px 0; color:#51afe2; text-decoration:none; display:block; text-align:center; font-weight:bold;
	}
.botlist {
	width:400px; border:1px solid #f1f1f1; list-style:none;
	}
.botlist li {
	float:left; width:50%; text-align:center; padding:10px 0;
	}
.botlist li a {
	color:#353535; text-decoration:none; line-height:30px; font-weight:bold;
	}
.botlist li a:hover {
	color:#51afe2; text-decoration:underline;
	}
.imageframe {
	width:400px; height:170px; border:1px solid #f1f1f1; margin:0 auto 10px auto; padding:10px 0 0 10px; background-color:#fff;
	}
.botcatlnk {
	width:460px; border:1px solid #eee; list-style:none; margin:0 0 20px 10px; padding:10px 0 10px 10px;
	}
.botcatlnk li {
	float:left; text-align:left; padding:0 15px 0 10px; border-right:1px solid #eee;
	}
.botcatlnk li.nobdr { 
	border:0;
	}
.botcatlnk li a {
	color:#353535; text-decoration:none; line-height:18px; font-weight:bold;
	}
.botcatlnk li a:hover {
	color:#51afe2; text-decoration:underline;
	}
	
.botlnk {
	width:470px; border:1px solid #eee; list-style:none; margin:0 0 20px 10px; padding:10px 0 10px 5px;
	}
.botlnk li {
	float:left; text-align:left; padding:0 17px 0 0;
	}
.botlnk li a {
	color:#353535; text-decoration:none; line-height:18px;
	}
.botlnk li a:hover {
	color:#51afe2; text-decoration:underline;
	}
.greentxt {
	color:#009900;
	}