/* 

Enterprise - CSS File

*/


/*** GLOBAL  ***/
body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#333;
	line-height:20px;
	background:#FBFBFB;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
form{margin:0; padding:0;}
hr {
border-width:0;
height:1px;
line-height:0;
margin:30px 0px;
page-break-after:always;
text-align:center;
width:100%;
clear:both;
background-image:url(../../images/enterprise/line_dott.gif);
background-repeat:repeat-x
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:12px; font-family:Arial, Verdana;  color:#545454}
h3, h4, h5, h6{margin-bottom:8px; font-family:Arial, Verdana;   color:#545454  }
h1 {font-size:20px; line-height:22px;}
h2 {font-size:18px; line-height:22px;}
h3 {font-size:16px; line-height:18px;}
h4 {font-size:14px; line-height:15px;}
h5, h6 {font-size:13px; line-height:15px;}
h1, h2, h3, h4, h5, h6{text-transform:uppercase;}
.normaltext{text-transform:capitalize;}
h2.posttitle{text-transform:capitalize; font-size:24px; line-height:26px}
/* links */
a, a:visited {color:#2ca9e4; text-decoration:none; font-weight:normal; }
a:hover{color:#2ca9e4; text-decoration:underline;}
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {}


/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
	list-style-position:inside
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	font-size:16px;
	margin:0px 0 20px 0px;
	color:#9a9a9a;
	padding:20px 10px 20px 70px;
	line-height:20px;
	background-image:url(../../images/enterprise/quote.png);
	background-repeat:no-repeat;
	background-color:#efefef;
	background-position:20px 22px;
	clear:both
	}
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:5px;
	padding:10px 0 10px 70px;
	width:43%;
	background-position:20px 10px
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}

/* text styled and button */
.txtbold{
	font-size:16px;
	color:#757575
	}
.txtbold2{
	font-size:14px;
	font-weight:bold;
	}
.boldtext{
	font-size:14px;
	font-weight:bold;
	color:#545454;
	}
.more{text-decoration:underline !important; font-weight:bold !important;}
.more:hover{text-decoration:none !important;}
#sideright .more{color:#2ca9e4;}

.butquote{margin:0px 0px 0px 10px !important;}


/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#wrapper{width:100%;}
#container{width:940px; margin:0 auto; padding:0px 45px; margin-top:25px; margin-bottom:25px; background-color:#fff}

/* TOP */
#top{height:125px;}
#logo h1, #logo h1 a, #logo h1 a:visited{font-size:48px; color:#3b3b3b; margin-bottom:0px;  padding:30px 0px 0px 10px; text-decoration:none; font-weight:normal; }
#logo h1 a:hover{text-decoration:none;}
#logo .desc{color:#7c7a6b; font-size:14px; padding-left:25px;}


#topnavigation{width:940px; background-color:#2ca9e4; height:32px; margin-bottom:8px; position:relative; z-index:10;}
#topnav, #topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	line-height:1.5em; 
}
#topnav{padding:0px 20px 0px 20px;}
#topnav a{
	display:block;
	padding:0px 5px;
	color:#fff;
	text-decoration:none;
}

#topnav a.current{}

#topnav a:hover{
	color:#d2eefb;
}

#topnav li{
	float:left;
	position:relative;
	padding-right:30px;
	text-transform:uppercase;
	line-height:32px;
	padding-bottom:4px;
	
}

#topnav li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
	
}

#topnav ul {
	position:absolute;
	display:none;
	width:160px;
	top:2.7em;
	left:-9px;
	background-color:#2ca9e4;
	background-image:url(../../images/enterprise/nav-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:20px;
}

#topnav li ul a{
	width:134px;
	height:auto;
	margin:0 13px;
	background-image:url(../../images/enterprise/nav-dotted.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:3px 0px;
	
}

#topnav li ul li.lastnav{margin-bottom:-8px;}
#topnav li ul li.lastnav a{
	background-image:none;
	padding-bottom:0px;
	}

#topnav li ul a:hover{color:#d2eefb}

#topnav ul ul{
	top:0px;
}	

#topnav li ul ul {
	left:12em;
	margin:0px 0 0 0px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul{
	display:none;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul{
	display:block;
}

/* Slideshow */
#slideshow{ width:940px; height:230px; background:none; overflow:hidden; }

/* CONTENT */
#content{margin:30px 0px;}
#content-full{margin:30px 0px}
#content-left{width:640px; float:left;}
#content-right{width:300px; float:left;}
#maintext{padding:0px 0px 0px 0px}
#searchform{float:right; margin:4px 20px 0px 0px; *margin:3px 20px 0px 0px}
#searchform div{padding:0px 30px 0px 10px; border:solid 1px #82d0f4; width:175px; background-image:url(../../images/enterprise/iconsearch.gif); background-repeat:no-repeat; background-position:right; background-color:#FFFFFF}
#searchform .inputbox{width:175px; background-image:none; background:transparent; border:0px; padding:2px 0px 4px 0px; color:#9a9a9a }

#sideright{padding:0px 0px 0px 40px}
#sideright h2{margin-bottom:10px;}
#sideright ul{list-style-type:none; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-position:outside;}
#sideright ul li li { background-image:url(../../images/enterprise/line_dott.gif); background-repeat:repeat-x; background-position:bottom; padding:4px 0px 4px 10px}
#sideright ul li a, #sideright ul li ;}
#sideright .quote{padding:10px 20px 15px 20px; border:dotted 1px #ccc;}
#sideright .quote{position:relative; margin-bottom:25px; margin-top:3px; width:218px}
#sideright .quote-name{padding-left:20px;}
.arrow-bottom{position:absolute; left:20px; bottom:-27px; *bottom:-22px;}
.widget-title{}
.widget-container{margin-bottom:30px;}
.widget-container h2{ background-image:url(../../images/enterprise/line_dott.gif); background-repeat:repeat-x; background-position:bottom; margin-bottom:0px !important; padding-bottom:10px;}
.widget-container.widget_ads h2, .widget-container.widget_testimonials h2{background-image:none;}
.widget-container.widget_ads ul{float:left !important; margin-bottom:30px !important;}
.widget-container.widget_ads ul li{background-image:none !important; float:left; margin:0px !important; padding:0px 5px 0px 0px !important; *padding:0px 5px 2px 0px !important;}
.widget-container.widget_ads .widget-container.widget_ads ul li img{float:left}
.widget-container.widget_archives li{display:inline-block; zoom:1;
*display:inline; width:110px; margin-right:8px}
.widget-container.widget_popular li{ padding-left:0px !important; margin-bottom:6px; padding-bottom:8px !important;}
.widget-container.widget_popular li a, .widget-container.widget_popular li a:visited{color:#2ca9e4 !important;}
.widget-text{padding:10px 0px 0px 0px;}

/* FOOTER */
#footer{padding:30px 0px 30px 0px; width:940px; background-image:url(../../images/enterprise/line_dott.gif); background-repeat:repeat-x; clear:both}
#footer-text{font-size:12px; color:#9a9a9a }

/* column list */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

/* column */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.one_fourth{width:22%; }
.three_fourth{width:74%;}
.one_half,.one_third,.one_fourth, .three_fourth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }

.one_fourth p{margin-bottom:10px;}




/*==== Dropcaps ====*/
.letercap{
	color:#333333;
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;}
.bk-right{ float:right; width:30%; margin-left:20px;}
.bk-left{ float:left; width:30%;}

/*==== Highlight ====*/
.highlight1{padding:1px 4px;background-color:yellow;color:#111;}	
.highlight2{padding:1px 4px;background-color:#111;color:#eee;}	


/*==== Tables ====
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #f2f2f2;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#ececec;}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}
*/

.yhcontblock{border:1px solid #D5E1CB; background-color: #ECF2F8; padding:6px; margin:14px 14px 14px 0; }
.yhcontblock2{border:1px solid #D5E1CB; background-color: #EFF5F1; padding:6px; margin:14px 14px 14px 0; }
.yhcontblock h2{padding:0; margin:0 0 5px 0; font-size:19px; font-weight:normal; color:#94A07A; }
.yhcontblock h2 span{font-size:68%; color:#8e9f7d; font-weight:bold;  }
.yhcontblock2 h3{padding:0; margin:0 0 5px 0; font-size:19px; font-weight:normal; color:#94A07A; }
.yhcontblock2 h3 span{font-size:68%; color:#8e9f7d; font-weight:bold;  }



/* CMS */

#content .block2 {
	margin-bottom: 0px;
	float: left;
}
.box2 {
	border: 1px #ccc solid;
	padding: 1px;
	background: #fff;
	margin-bottom: 20px;
}
.box2 .header2 {
        padding: 10px 15px;
        background: url(http://www.healthdigest.org/images/ambitious/box_header_bg.gif) repeat-x top;
        border-bottom: 1px #ccc solid;
}
.box2 .header2 h2 {
        margin: 0;
        padding: 0;
        background: url(http://www.healthdigest.org/images/ambitious/arrow_down.png) no-repeat left;
        padding-left: 25px;
}
.box2 .content2 {
        padding: 10px 20px;
        background-color: #f8f8f8;
        border-top: 1px #fff solid;
}
.box2 .content2 h4 {
        display:inline;
}
.box2 .content2 .box-entry2 {
        padding-bottom: 10px;
        padding-top: 10px;
}

.right_item .category_image {max-width: 234px !important;}
a.button3 {
  font-size:11px;
  text-decoration:none;
  padding:2px 10px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  background-position:left top;
  background-image:url(../../images/enterprise/bg_tab_span3.png);
}
a.button3 {	border:1px solid #70862e; color:#FFF; background-color:#8AA43C; -moz-text-shadow: -1px -1px 0 #708f14; -webkit-text-shadow: -1px -1px 0 #708f14; text-shadow: -1px -1px 0 #708f14; }
a.button3:hover {	border:1px solid #4f601a; background-color:#708f14; }
#overall { width:275px; margin:10px 0 30px 0; }
#overall .reviewLeft {color:#545454; font-weight:bold; width:150px !important; float:left; height:5px; }
#overall .reviewRight { width:100px !important; float:left; height:5px; }
.reviewFormRow { width:100%; float:left; padding-bottom:5px; }
.small { font-size:10px; }

#longdesc {
	padding: 0px;
	margin: 1em 0 0 0.5em;
	float:left;
	}

#longdesc strong a:hover {
	color: red;
	text-decoration: underline;
	}

#longdesc h2 {
	font-weight: bold;
	padding: 0;
	margin: 0.5em 0 0.4em;
	}

#longdesc p {
	padding: 0 0 0.5em 0;
	margin: 0 0 0.4em;
	}

#longdesc li {
	font-size: 100%;
	padding-left: 0;
	margin: 0;
	}

.review_ratings {width: 25%;}
.review_info {width: 75%;}
.review_ratings p {font-size:0.9em;}
.review_ratings img {width:11px;}

.mainCategory {font-size: 16px; font-weight: bold;}
.imgFloat { float:left; }
.imgFloat img {max-width: 40px; max-height: 50px; margin-right: 5px;}


/***************************************************************/








/* Start Button Styles --------------------------------------------- */
input[type="button"], button {
border:0 none;
font:inherit;
}
*:focus{outline:0 none;}
input[type="submit"] {border:1px solid rgba(0, 0, 0, 0.25);}
input[type="button"], button {-moz-box-sizing: content-box;}/*fixes mozilla padding - mozilla only, doesn't need webkit or other values */
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { padding:0;border:0 none; }/*fixes mozilla button padding - mozilla only, doesn't need webkit or other values */
.clearfix:after {
clear: both;
content: '.';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
/* General Button Styles, Cascades Down To Every Button ------------- */
.nice_button {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
background:#222222 url(http://www.healthdigest.org/stylesheets/enterprise/button-images/button-overlay.png) repeat-x;
border:1px solid rgba(0, 0, 0, 0.25);
color:#FFFFFF !important;
cursor:pointer;
display:inline-block;
font-size:13px;
font-weight:bold;
line-height:1;
overflow:visible;
padding:5px 15px 6px;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
width:auto;
text-align:center;
}
a.nice_button, a.nice_button:visited {text-decoration:none; font-weight:bold;}
.nice_button:hover {
background:#111111;
color:#FFFFFF;
}
.nice_button:active {
background:#242424;
}
.green.nice_button {
background-color:#91BD09;
}
.green.nice_button:hover {
background-color:#749A02;
}
.green.nice_button:active {
background-color:#a4d50b;
}
.blue.nice_button {
background-color:#0E59AE;
}
.blue.nice_button:hover {
background-color:#063468;
}
.blue.nice_button:active {
background-color:#1169cc;
}
.purple.nice_button {
background-color:#660099;
}
.purple.nice_button:hover {
background-color:#330066;
}
.purple.nice_button:active {
background-color:#7f02bd;
}
.breen.nice_button {
background-color:#2DAEBF;
}
.breen.nice_button:hover {
background-color:#007D9A;
}
.breen.nice_button:active {
background-color:#36cbdf;
}
.red.nice_button {
background-color:#CC0000;
}
.red.nice_button:hover {
background-color:#990000;
}
.red.nice_button:active {
background-color:#ea0202;
}
.magenta.nice_button {
background-color:#A9014B;
}
.magenta.nice_button:hover {
background-color:#630030;
}
.magenta.nice_button:active {
background-color:#ce025c;
}
.orange.nice_button {
background-color:#FF5C00;
}
.orange.nice_button:hover {
background-color:#D45500;
}
.orange.nice_button:active {
background-color:#fd762a;
}
.yellow.nice_button {
background-color:#FFE115;
}
.yellow.nice_button:hover {
background-color:#E4C913;
}
.yellow.nice_button:active {
background-color:#fee539;
}
.white.nice_button {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#666666 !important;
font-weight:normal;
text-shadow:0 1px 1px #FFFFFF;
}
.white.nice_button:hover {
background-color:#EEEEEE;
}
.white.nice_button:active {
background-color:#ffffff;
}
.gray.nice_button {
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
background:#FFFFFF url(http://www.healthdigest.org/stylesheets/enterprise/button-images/button-overlay-black.png) repeat-x;
border:1px solid #BBBBBB;
color:#555555 !important;
text-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
}
.gray.nice_button:hover {
background-color:#EEEEEE;
border-color:#999999;
color:#444444 !important;
}
.gray.nice_button:active {
background-color:#ffffff;
}
/* Small Buttons -------------------------------------------------- */
.small.nice_button {
font-size:11px;
padding:5px 15px 6px;
background-image:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/small-button-overlay.png);
}
input[type="submit"].small.nice_button, .small.nice_button.input {
padding:3px 15px 4px;
}
input[type="button"].small.nice_button, button.small.nice_button {
padding:4px 15px;
}
/* Large Buttons ------------------------------------------------- */
.large.nice_button {
font-size:14px;
padding:8px 19px 9px;
background-image:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/large-button-overlay.png);
}
input[type="submit"].large.nice_button, .large.nice_button.input {
padding:6px 16px 6px;
}
input[type="button"].large.nice_button, button.large.nice_button {
padding:7px 16px;
}
/* Tall Buttons ------------------------------------------------- */
.tall.nice_button {
font-size:14px;
padding:8px 19px 9px;
background-image:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/tall-button-overlay.png);
}
.tall.gray.nice_button {
background-color:#FFFFFF;
background-image: url(http://www.healthdigest.org/stylesheets/enterprise/button-images/tall-black.png);
background-repeat:repeat-x;
}
.tall.gray.nice_button:hover {
background-color:#EEEEEE!important;
border-color:#999999;
color:#444444 !important;
}
.tall.gray.nice_button:active {
background-color:#FFFFFF!important;
}
.tall.nice_button em {
font-size:11.5px;
font-style:normal;
display:block;
margin-top:5px;
}
/* Round Buttons ------------------------------------------------ */
.round.nice_button {
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
background-image:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/round-button-overlay.png);
border:1px solid rgba(0, 0, 0, 0.25);
font-size:13px;
padding:0;
}
.round.nice_button span {
-moz-border-radius:14px;
-webkit-border-radius:14px;
border-radius:14px;
display:block;
line-height:1;
padding:4px 15px 6px;
}
.round.nice_button.input {
padding:3px 13px 4px;
}
.small.round.nice_button {
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
font-size:11px;
}
input[type="button"].round.small.nice_button, button.round.small.nice_button {
padding:0;
}
.small.round.nice_button span {
-moz-border-radius:11px;
-webkit-border-radius:11px;
border-radius:11px;
padding:6px 15px 6px;
}
.large.round.nice_button {
-moz-border-radius:18px;
-webkit-border-radius:18px;
border-radius:18px;
background-position:left bottom;
}
.large.round.nice_button span {
-moz-border-radius:17px;
-webkit-border-radius:17px;
border-radius:17px;
font-size:14px;
padding:7px 20px 9px;
}
.large.tall.round.nice_button small {
display:block;
margin-top:5px;
}
/* Social Buttons ----------------------------------------------- */
.small.social.nice_button span {
text-indent:-9999px;
display:block;
}
.rss.nice_button {
background:#FF8800 url(http://www.healthdigest.org/stylesheets/enterprise/button-images/rss-inset.png) no-repeat 1px 4px;
padding:5px 11px 6px;
}
.rss.nice_button:hover {
background-color:#FF6900;
}

.in.nice_button {
background:#18709e url(http://www.healthdigest.org/stylesheets/enterprise/button-images/linkedin-inset.png) no-repeat center;
padding:5px 11px 6px;
width:0px;/*webkit fix */
}
.in.nice_button:hover {
background-color:#0c6596;
}
/* Arrows and Icons Classes --------------------------------------- */
.nice_button.follow span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/twitter-inset.png) no-repeat 10px 4px;
padding:6px 17px 6px 35px;
}
.download.large.round span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down.png) no-repeat right center;
padding-right:30px;
margin-right:15px;
}
.download.large span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down.png) no-repeat right center;
padding-right:30px;
margin-right:0px;
}
.download.tall span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down-tall.png) no-repeat right center;
float:right;
padding-right:40px;
margin:0 -5px -1px 0;
height:32px;
}
.download.light.tall span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down-tall-light.png) no-repeat right center;
float:right;
padding-right:40px;
margin:0 -5px -1px 0;
height:32px;
}
.download.dark.tall span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down-tall-reverse.png) no-repeat right center;
float:right;
padding-right:40px;
margin:0 -5px -1px 0;
height:32px;
}
.dlDark.large.round span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down-dark.png) no-repeat right center;
padding-right:30px;
margin-right:15px;
}
.dlDark.large span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down-dark.png) no-repeat right center;
padding-right:30px;
margin-right:0px;
}
.dlLight.large.round span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down-light.png) no-repeat right center;
padding-right:30px;
margin-right:15px;
}
.dlLight.large span {
background:url(http://www.healthdigest.org/stylesheets/enterprise/button-images/arrow-down-light.png) no-repeat right center;
padding-right:30px;
margin-right:0px;
}