.inline-block {
     display: -moz-inline-box;
     display: inline-block;
}

* html .inline-block { display:inline; }  /* for IE 6 */
* + html .inline-block { display:inline; }  /* for IE 7 */

.align_right
{
	text-align: right;
}

body
{
	background-color: #272727;
	margin: 0;
	padding: 0;
	font-family:  "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

div#cordQuery
{
  width:150px;padding:10px;background-color: white;color:black;
}

img
{
	border: 0;
}

div#d_header_wrapper
{
	text-align: center;
	background: #FFFFFF url(../img/d_header_wrapper_bg.png) repeat-x top;
	margin: 0;
	padding: 0;
	display: block;
}

div#d_header
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;	
}

div#d_header_top
{
	height: 35px;
}

div#d_top_menu
{
	height: 35px;	
}

ul#u_top_menu
{
	margin: 0;
	padding: 0;
}

ul#u_top_menu>li
{
	float: left;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 10px;
	background: #EEEEEE url(../img/u_top_menu_li.png) repeat-x;
	height: 26px;	
	-moz-box-shadow: 0 0 2px #AAAAAA;
	-webkit-box-shadow: 0 0 2px #AAAAAA;
	box-shadow: 0 0 2px #AAAAAA;
	padding: 0;
	margin: 3px 1px;
	list-style: none;
}

ul#u_top_menu>li:hover
{
	background: #f12178 url(../img/u_top_menu_li.png) repeat-x;
	border: 1px solid #e21e70;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul#u_top_menu>li a
{
	text-decoration: none;
	color: #000000;	
	display: block;
	line-height: 26px;	
	padding: 0 12px;
	font-weight: 500;
}

ul#u_top_menu>li>a
{
	text-shadow: 1px 1px 1px #FFFFFF;
}

* html ul#u_top_menu>li a { font-weight: bold; }  /* for IE 6 */
* + html ul#u_top_menu>li a { font-weight: bold; }  /* for IE 7 */

ul#u_top_menu>li>a span#s_top_menu_home
{
	height: 26px;
	width: 16px;
	display: block;
	background: url(../img/top_menu_home.png) no-repeat center;
	padding: 0;
	margin: 0;
}

ul#u_top_menu>li:hover>a span#s_top_menu_home
{
	background: url(../img/top_menu_home_hover.png) no-repeat center;
}

ul#u_top_menu>li:hover a
{
	color: #FFFFFF;
	text-shadow: none;	
}

ul#u_top_menu>li span.s_sub
{
	display: -moz-inline-box;
	display: inline-block;
	width: 6px;
	height: 5px;
	padding: 0 0 3px 0;
	margin: 0 0 0 5px;
	line-height: 0px;
	background: url(../img/u_top_menu_li_triangle.png) no-repeat 0 0;	
}

* html ul#u_top_menu>li span.s_sub { display:inline; }  /* for IE 6 */
* + html ul#u_top_menu>li span.s_sub { display:inline; }  /* for IE 7 */

ul#u_top_menu>li:hover span.s_sub
{
	background-position: -6px 0;
}

ul#u_top_menu>li ul
{
	display: none;
	width: 100%;
	position: absolute;
	top: 35px;
	left: 2px;
	margin: 0;
	padding: 0;
	background: url(../img/u_top_menu_sub_ul.png) repeat-x bottom;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 1;
}

ul#u_top_menu>li ul li
{
	list-style: none;
	float: left;
	width: 90px;
	margin: 0 2px;	
	padding: 8px 0;		
}

ul#u_top_menu>li ul li a
{
	text-align: center;
	font-weight: 500;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}

* html ul#u_top_menu>li ul li a { font-weight: bold; }  /* for IE 6 */
* + html ul#u_top_menu>li ul li a { font-weight: bold; }  /* for IE 7 */

ul#u_top_menu>li ul li a:hover
{
	color: #ffd905;
}

ul#u_log
{
	position: absolute;
	right: 0;
	top: 9px;
	padding: 0;
	margin: 0;
}

ul#u_log li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 55px;
}

ul#u_log li a
{
	color: #464646;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 0;
	margin: 0;
}

ul#u_log li a:hover
{
	color: #F12178;	
}

* html ul#u_log li a { font-weight: bold; }  /* for IE 6 */
* + html ul#u_log li a { font-weight: bold; }  /* for IE 7 */

div#d_header_bottom
{
	height: 120px;
	position: relative;
}

div#d_header_bottom a#a_dc_logo
{
	display: block;
	width: 190px;
	height: 60px;
	background: url(../img/a_dc_logo.png) no-repeat;
	position: absolute;
	top: 45px;
	left: 50px;
}

div#d_header_bottom div#d_search_bar
{
	width: 590px;
	float: right;
	position: relative;
	margin: 20px 0 0 0;
}

div#d_header_bottom div#d_search_bar h1
{
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div#d_header_bottom div#d_search_bar h1 span
{
	color: #F12178;
	font-size: 18px;
}

div#d_header_bottom div#d_search_bar h2
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	right: 75px;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks
{
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

div#d_header_bottom div#d_search_bar fieldset span#s_crosshair
{
	background: url(../img/crosshair.png) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 20px;
	left: 20px;
}

div#d_header_bottom div#d_search_bar fieldset input#i_key
{
	position: absolute;
	top: 13px;
	left: 55px;
	border: 1px solid #b71257;
	width: 153px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#d_header_bottom div#d_search_bar fieldset span#s_and
{
	position: absolute;
	top: 19px;
	left: 245px;
	color: #FFFFFF;
	font-size: 15px;
	text-shadow: 1px 1px 1px #000000;
}

div#d_header_bottom div#d_search_bar fieldset input#i_category
{	
	position: absolute;
	top: 13px;
	left: 285px;	
	background: #FFFFFF url(../img/search_bar_select.png) no-repeat 153px;
	border: none;
	width: 153px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #b71257;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000000;
	line-height: 30px;
}

div#d_header_bottom div#d_search_bar fieldset select#s_category
{
	position: absolute;
	top: 20px;
	padding: 0;
	left: 285px;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 175px;
	z-index: 500;
}

div#d_header_bottom div#d_search_bar fieldset input#i_submit
{
	position: absolute;
	top: 13px;
	right: 20px;
	height: 32px;
	width: 75px;
	background: url(../img/search_bar_input_submit.png) no-repeat;
	background-position: 0 0;
	border: 1px solid #B71257;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#d_header_bottom div#d_search_bar fieldset input#i_submit:hover
{
	background-position: 0 -32px;
	cursor: pointer;
}

div#d_header_bottom div#d_search_bar fieldset a#a_advanced_search
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000000;
	position: absolute;
	bottom: 3px;
	right: 20px;
}
div#d_header_bottom div#d_search_bar fieldset a:hover#a_advanced_search {
	text-decoration:underline;
}

div#d_header_bottom div#d_search_bar fieldset a#a_advanced_search:hover
{
	color: #EEEEEE;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li
{
	float: left;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li a
{
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li a#a_twitter
{
	background: url(../img/social_networks.png) no-repeat;
	background-position: 0 0;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li a#a_twitter:hover
{
	background-position: 0 -22px;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li a#a_facebook
{
	background: url(../img/social_networks.png) no-repeat;
	background-position: -22px 0;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li a#a_facebook:hover
{
	background-position: -22px -22px;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li a#a_google_plus
{
	background: url(../img/social_networks.png) no-repeat;
	background-position: -44px 0;
}

div#d_header_bottom div#d_search_bar ul#u_social_networks li a#a_google_plus:hover
{
	background-position: -44px -22px;
}

div#d_header_bottom div#d_search_bar fieldset
{
	position: absolute;
	top: 25px;
	border: 1px solid #a91755;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../img/f_search_bar_fieldset_bg.png) repeat-x;
	height: 62px;
	width: 590px;
	padding: 0;
	margin: 0;
	clear: both;
	-moz-box-shadow: 0px 5px 5px #CCCCCC;
	-webkit-box-shadow: 5px 0px 5px #CCCCCC;
	box-shadow: 0px 5px 5px #CCCCCC;
}

div#d_body_wrapper
{	
	text-align: center;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	display: block;
}

div#d_body
{
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

div#d_body_top
{
	margin: 0 0 10px;
}

div#d_strip
{
	position: relative;
	padding: 16px 0;
	height: 260px;
}

div#d_strip_top
{
	height: 16px;
	width: 900px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/d_strip_top_bg.png) no-repeat top;
}

div#d_strip_bottom
{
	height: 16px;
	width: 900px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/d_strip_bottom_bg.png) no-repeat bottom;
}

div#d_strip_left
{
	width: 470px;
	padding: 0;
	margin: 0 0 0 65px;
	float: left;
}

div#d_strip_right
{
	margin: 0 0 0 535px;
	position: relative;
}

div#d_slider_wrapper
{
	background: #272727;
	padding: 0;
	margin: 0;	
	padding: 5px;
	position: absolute;
	top: 25px;
	left: 50px;
	z-index: 1;
}

div#d_slider
{
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 260px;
	height: 185px;
}

div#d_slider_bg
{
	height: 168px;
	width: 290px;
	display: block;
	position: absolute;
	background: url(../img/d_slider_bg.png) no-repeat;
	top: 80px;
	left: 40px;
}

div#d_strip_left h1
{
	margin: 20px 0;
	font-size: 40px;
	font-weight: 500;
}

* html div#d_strip_left h1 { font-weight: bold; }  /* for IE 6 */
* + html div#d_strip_left h1 { font-weight: bold; }  /* for IE 7 */

div#d_strip_left h1 span
{
	color: #f12178;
}

div#d_strip_left h2
{
	font-size: 13px;
	color: #2aaa9c;
}

div#d_body_bottom
{
	height: 313px;
}

.d_extra_info
{
	display: none;
}

div#d_body_bottom div#d_our_brands>h1,
div#d_body_bottom div#d_news_feeds>h1,
div#d_body_bottom div#d_your_local>h1
{
	font-size: 13px;
	color: #FFFFFF;
	border-bottom: 1px solid #444444;
	padding: 5px 0  5px 25px;
	margin: 10px 20px;	
}

div#d_body_bottom div#d_our_brands>h1
{
	background: url(../img/d_our_brands_h1.png) no-repeat;
	display: block;
}

div#d_body_bottom div#d_news_feeds>h1
{
	background: url(../img/d_news_feeds_h1.png) no-repeat;
	display: block;
}

div#d_body_bottom div#d_news_feeds>h2
{
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 30px;
}

div#d_body_bottom div#d_news_feeds>p
{
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 30px;		
	margin: 0;
}

div#d_body_bottom div#d_your_local>h1
{
	background: url(../img/d_your_local_h1.png) no-repeat;
	display: block;
}

div#d_body_bottom div#d_our_brands
{
	background: url(../img/d_our_brands_bg.png) repeat;
	width: 240px;
	height: 307px;
	margin: 3px 0 0;
	float: left;
	position: relative;
}

div#d_body_bottom div#d_news_feeds
{
	background: url(../img/d_news_feeds_bg.png) repeat;
	width: 360px;
	height: 307px;
	margin: 3px 0 0;
	float: left;
	position: relative;	
}

div#d_body_bottom div#d_your_local
{
	background: url(../img/d_your_local_bg.png) repeat;
	width: 280px;
	height: 307px;
	margin: 3px 0 0;
	float: left;
	position: relative;	
}

div#d_body_bottom div#d_your_local #s_carousel_up
{
	margin: 0 auto;
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/carousel_arrows.png) no-repeat;
	background-position: 0 -10px;
}

div#d_body_bottom div#d_your_local #s_carousel_up:hover
{
	background-position: 0 0;
	cursor: pointer;
}

div#d_body_bottom div#d_your_local #s_carousel_down:hover
{
	background-position: -10px 0;
	cursor: pointer;
}

div#d_body_bottom div#d_your_local #s_carousel_down
{
	margin: 5px auto;
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/carousel_arrows.png) no-repeat;
	background-position: -10px -10px;
}

span.s_bookmark
{
	display: block;
	position: absolute;
	top: -4px;
	right: 20px;
	width: 20px;
	height: 34px;
	background: url(../img/bookmark.png) no-repeat;
}

ul#u_your_local
{
	list-style: none;
	margin: 0;
	padding: 0 30px;
	height: 220px;
	overflow: hidden;
}

ul#u_your_local li>a
{
	display: block;
	padding: 0;
	margin: 5px 0;
	height: 50px;
	width: 100%;
	background: #EEEEEE url(../img/u_brands_bg.png) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#d_locations_wrapper,
div#d_categories_wrapper
{
	background: #474747;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px solid #474747;
	overflow:hidden;
}

div#d_locations
{
	text-align: left;
	width: 900px;	
	margin: 0px auto 0px auto;
	padding: 20px 0 10px 0;
}

div#d_categories
{
	text-align: left;
	width: 900px;	
	margin: 0 auto 0 auto;
	padding: 0px 0 30px 0;	
}

div#d_locations h1
{
	font-size: 11px;
	text-decoration: underline;
	color: #2AAA9C;
	display: inline;
}

ul#u_locations,
ul#u_categories
{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #999999;
	text-align:justify;
}

ul#u_locations li
{
	display: inline;
	color: #2AAA9C;	
}

ul#u_categories li
{
	display: inline;
	color: #FFFFFF;
}

ul#u_locations li:before,
ul#u_categories li:before
{
	content: '\007C';
	margin: 0 4px;
}

ul#u_locations li.first:before,
ul#u_categories li.first:before
{
	content: '';	
	margin: 0 0px;
}

ul#u_locations li a
{
	color: #2AAA9C;
	font-size: 11px;
	text-decoration: none;
}

ul#u_categories li a
{
	color: #EEEEEE;
	font-size: 11px;
	text-decoration: none;
}

ul#u_locations li a:hover,
ul#u_categories li a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

div#d_footer_wrapper
{
	text-align: center;
	background: url(../img/d_footer_wrapper_bg.png) repeat-x bottom;
}

div#d_footer
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

a#a_cm_logo
{
	position: absolute;
	background: url(../img/cm_logo.png) no-repeat;
	width: 113px;
	height: 26px;
	display: block;
	top: 10px;
	left: 387px;
}

a#a_wbt_logo
{
	position: absolute;
	top: 10px;
	right: 0;
}

span#s_content
{
	background: none;	
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	border: none;
	width: 900px;
	height: 14px;
	margin: 0 0 10px 0;
	overflow-y: auto;
	display: block;
}

span#s_content h1,
span#s_content p,
span#s_content a
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #A7A7A7;
	text-decoration: none;
	font-weight: normal;
}

ul#u_brands
{
	list-style: none;
	padding: 0 30px;
	margin: 0;
}

ul#u_brands li div.d_extra_info
{
	padding: 5px 10px;
}

ul#u_brands li div.d_extra_info h1 
{
	border: none;
	background: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

ul#u_brands li div.d_extra_info h1 a
{
	color: #023446;
	text-decoration: none;
}

ul#u_brands div.d_extra_info p
{
	font-size: 12px;
	margin: 5px 0;
}

ul#u_brands div.d_extra_info a
{
	font-size: 12px;
	margin: 5px 0;
}

ul#u_brands div.d_extra_info a:hover
{
	text-decoration: underline;
}

ul#u_brands li>a
{
	display: block;
	padding: 0;
	margin: 5px 0;
	height: 50px;
	width: 100%;
	background: #EEEEEE url(../img/u_brands_bg.png) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

ul#u_brands span#s_brands_lawyers_compare
{
	width: 180px;
	height: 50px;
	display: block;
	background: #EEEEEE url(../img/u_brands_lawyers_compare.png) no-repeat 0 -50px;
}

ul#u_brands span#s_brands_lawyers_compare:hover,
ul#u_brands span#s_brands_vets_compare:hover,
ul#u_brands span#s_brands_accountants_compare:hover,
ul#u_brands li.current a span
{
	background-position: 0 0 !important;
}

ul#u_brands span#s_brands_vets_compare
{
	width: 180px;
	height: 50px;
	display: block;
	background: #EEEEEE url(../img/u_brands_vets_compare.png) no-repeat 0 -50px;
}

ul#u_brands span#s_brands_accountants_compare
{
	width: 180px;
	height: 50px;
	display: block;
	background: #EEEEEE url(../img/u_brands_accountants_compare.png) no-repeat 0 -50px;
}

ul#u_terms
{	
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

ul#u_terms li a
{
	color: #a7a7a7;
	font-size: 10px;
}

div#d_footer div#d_copy
{
	height: 25px;
	width: 100%;
}

div#d_footer p#p_copy
{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;	
	line-height: 25px;
	font-size: 10px;
}

.d_slider {
	width:260px; /* Make sure your images are the same size */
	height:185px; /* Make sure your images are the same size */
}

.yellow_button
{
	height: 26px;
	background: url(../img/yellow_button.png) repeat-x top left;
	border: 1px solid #c4901b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 12px;
	-moz-box-shadow: 0 0 2px #AAAAAA;
	-webkit-box-shadow: 0 0 2px #AAAAAA;
	box-shadow: 0 0 2px #AAAAAA;
}

.gray_button
{
	height: 26px;
	background: url(../img/gray_button.png) repeat-x;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 12px;
	-moz-box-shadow: 0 0 2px #AAAAAA;
	-webkit-box-shadow: 0 0 2px #AAAAAA;
	box-shadow: 0 0 2px #AAAAAA;
}

.purple_button
{
	height: 26px;
	background: url(../img/purple_button.png) repeat-x;
	border: 1px solid #C91F67 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #8a0e42;
	font-size: 12px;
	-moz-box-shadow: 0 0 2px #AAAAAA;
	-webkit-box-shadow: 0 0 2px #AAAAAA;
	box-shadow: 0 0 2px #AAAAAA;
	color: #FFFFFF;
}

.yellow_button:hover {
	background-position-y: -26px !important
}

.yellow_button:hover,
.gray_button:hover,
.purple_button:hover
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}

/**** POPUPS ****/

div#d_did_you_mean
{
	padding: 10px 20px;
}

div#d_did_you_mean h1,
div#d_more_specific h1
{
	font-size: 14px;
	color: #F12178;
}

div#d_did_you_mean ul#u_options
{
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

div#d_did_you_mean ul#u_options li a
{
	color: #000000;
	text-decoration: none;
}

div#d_did_you_mean ul#u_options li a:hover
{
	text-decoration: underline;
}

div#d_login a
{
	color: #F12178;
	text-decoration: none;
}

div#d_login a:hover
{
	text-decoration: underline;
}

div#d_login h1
{
	font-size: 18px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
		
}

div#d_login h1 span
{
	color: #F12178;

}

div#d_login h2
{
	color: #999999;
	font-size: 14px;
/*	border-bottom: 1px dotted #999999; */
	padding: 0 0 5px 0;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	font-weight: normal;
}

div#d_login form fieldset
{
	border: none;
	margin: 10px 0;
	padding: 0;
	height: 180px;
}

div#d_login form fieldset label
{
	display: block;
	padding: 4px 0;
}

div#d_login form fieldset input
{
	border: 1px solid #999999;
	padding: 5px;
	margin: 0 0 10px 0;
}

div#d_login form fieldset input[type='text'],
div#d_login form fieldset input[type='password']
{
	width: 150px;
}

div#d_login form fieldset input[type='submit']
{
	margin: 10px 0 0 0;
}

div#d_login div#d_login_bottom
{
	margin: 5px 0 10px 0;
}

div#d_login div#d_login_bottom a#a_sign_up
{
	margin: 0 0 0 20px;
}

div#d_login a.fb_button:hover
{
	text-decoration: none;
}

div#d_left
{
	width: 150px;
	float: left;
	border-right: 1px dotted #CCCCCC;
	padding: 0 40px 0 0;
}

div#d_right
{
	padding: 0;
	margin: 0 0 0 220px;
	height: 120px;
}

div#d_right label
{
	margin: 20px 0 5px 0;
}

/* Loading */

div#d_loading
{
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
	background: #faeebc;
	border: 1px solid #f3c467;
	z-index: 1000;
}

div#d_loading h1
{
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px 0 25px;
	margin: 10px 0 10px 10px;
	background: url(../img/ajax-loader-small.gif) no-repeat left;
}
div#d_description ul li {
	margin-left:20px;
}
div#d_description p {
padding-bottom:10px;
text-align:justify;
}

div#buttonFootA{
	width:70px;
	padding:10px;
	text-align: center; 
	background: #2EAA9C; /* Old browsers */
	background: -moz-linear-gradient(top, #2EAA9C 0%, #22715E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2EAA9C), color-stop(100%,#22715E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2EAA9C 0%,#22715E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2EAA9C 0%,#22715E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2EAA9C 0%,#22715E 100%); /* IE10+ */
	background: linear-gradient(top, #2EAA9C 0%,#22715E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2EAA9C', endColorstr='#22715E',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	border:1px solid #22715E;
}

div#buttonFootA:hover{
	border:1px solid #2EAA9C;
	}

div#buttonFootA h1, a, a:hover, a.link, a.active
{
	color:white;
	text-decoration:none;
	font-size:12px;
	margin:0px;
	padding:0px;
}

div#buttonFootB{
	width:70px;
	padding:10px;
	text-align: center; 
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #C1C1C1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#C1C1C1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#C1C1C1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEEEE 0%,#C1C1C1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #EEEEEE 0%,#C1C1C1 100%); /* IE10+ */
	background: linear-gradient(top, #EEEEEE 0%,#C1C1C1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#C1C1C1',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	border:1px solid #C1C1C1;
}

div#buttonFootB:hover{
	border:1px solid #EEEEEE;
	}

div#buttonFootB h1, a, a:hover, a.link, a.active
{
	color:#474747;
	text-decoration:none;
	font-size:12px;
	margin:0px;
	padding:0px;
}




