@charset "UTF-8";

body 
{
	background-color:white;
	text-align:center;
}
body, th, td, input, textarea, select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}
body, ul, ol, li, form, input, h1, h2, h3, h4, p, table, th, td
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	table-layout:fixed;
}
th, td
{
	vertical-align:top;
}
a
{
	text-decoration:none;
	outline:none;
}
	a:hover
	{
		text-decoration:underline;
	}
body,
a
{
	color:#282828;
}
img
{
	border:1px solid #E8E8E9;
}
	#lightbox img,
	#gallery img
	{
		border:0;
	}
.no-margin-left
{
	margin-left:0 !important;
}

/* HEADER: includes logo, main menu and drop-downs */
#header
{
	position:relative;
	background:#2d302d url(../img/menu/bkgd-main-menu.png) top left;
	z-index:9999;
}
#print-title
{
	display:none;
}

#menu-main
{
	position:absolute;
	right:-25px;
	top:0;
	overflow:visible;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1em;
	text-align:left;
}
	#menu-main a
	{
		display:block;
		text-decoration:none !important;
	}
		#menu-main ul a
		{
			white-space:nowrap;
			color:black;
		}
	#menu-main li.level-1 
	{
		float:left;
		position:relative;
	}
		#menu-main a.level-1
		{
			height:35px;
			text-indent:-9000px;
			background:url(../img/menu/main-menu.gif) no-repeat top left;
		}
	#menu-main ul
	{
		list-style:none;
		background-color:#f3f3f3;
	}
	#menu-main ul.level-2
	{
		position:absolute;
		top:34px;
		left:13px;
		display:none;
		border:1px solid #2d302d;
	}
		#menu-main li.heading
		{
			font-size:9px;
			text-align:right;
			text-transform:uppercase;
			padding:0 3px;
			background-color:white;
		}
			#menu-main li.heading .menu-title
			{
				display:block;
				height:13px;
				min-width:100px; /* IE7 hack */
				background-image:url(../img/menu/titles.gif);
				background-repeat:no-repeat;
				background-position:bottom right;
			}
			#menu-main li.heading span.blank
			{
				background-image:none;
			}
				#menu-main li.heading .menu-title span
				{
					display:none;
				}
				#menu-main li#heading-books .menu-title
				{
					background-position:right 0;
				}
				#menu-main li#heading-read .menu-title
				{
					background-position:right -20px;
				}
		#menu-main li.top-heading
		{
			background-image:url(../img/menu/main-menu-dropdown-arrow.gif);
			background-repeat:no-repeat;
			background-position:13px 0;
		}
			#menu-main li.top-heading .menu-title
			{
				position:relative;
				top:2px;
			}
		#menu-main ul li.hoverable
		{
			margin-bottom:6px;
		}
		#menu-main li:hover ul.level-2,
		#menu-main li.hover ul.level-2
		{
			display:block;
		}
		#menu-main a.level-2
		{
			padding:6px 33px 5px 11px;
			border-top:1px solid white;
		}
			#menu-main ul li.hoverable a.level-2
			{
				padding-bottom:3px;
			}
			#menu-main ul a:hover,
			#menu-main ul li:hover a.level-2,
			#menu-main ul li.hover a.level-2
			{
				background-color:#b6131c;
				color:white !important;
			}
		#menu-main ul ul
		{
		}
			#menu-main ul ul a
			{
				background-image:url(../img/menu/main-menu-bullet.gif);
				background-repeat:no-repeat;
				background-position:11px 6px;
				padding:3px 33px 4px 18px;
			}
				#menu-main ul ul a:hover
				{
					background-position:11px -12px;
				}
		
/* individual main-menu items */
#m1
{
	width:102px;
	background-position:-257px 0 !important;
}
#m2
{
	width:120px;
	background-position:-359px 0 !important;
}
#m3
{
	width:167px;
	background-position:-479px 0 !important;
}
#m4
{
	width:117px;
	background-position:-646px 0 !important;
}
#m5
{
	width:137px;
	background-position:-763px 0 !important;
}
#m1:hover
{
	background-position:-257px -35px !important;
}
#m2:hover
{
	background-position:-359px -35px !important;
}
#m3:hover
{
	background-position:-479px -35px !important;
}
#m4:hover
{
	background-position:-646px -35px !important;
}
#m5:hover
{
	background-position:-763px -35px !important;
}

#main 
{
	position:relative;
	width:968px;
	margin:0 auto 20px auto;
	background-color:#E8E8E8;
	text-align:left;
}
.main-inner
{
	text-align:left;
	position:relative;
	width:970px;
	margin:0 auto;
}

/* side menu items */
#s1
{
	background-position:-21px -4px !important;
}
#s2
{
	background-position:-21px -22px !important;
}
#s3
{
	background-position:-21px -40px !important;
}
#s4
{
	background-position:-21px -58px !important;
}
#s5
{
	background-position:-21px -76px !important;
}
#s1:hover
{
	background-position:-205px -4px !important;
}
#s2:hover
{
	background-position:-205px -22px !important;
}
#s3:hover
{
	background-position:-205px -40px !important;
}
#s4:hover
{
	background-position:-205px -58px !important;
}
#s5:hover
{
	background-position:-205px -76px !important;
}

#copyright
{
	font-size:9px;
	position:absolute;
	bottom:-40px;
	left:15px;
	color:#777777;
	padding-bottom:20px;
}
	/* modify copyright style for home page */
	.main-inner #copyright
	{
		padding-top:20px;
		padding-bottom:50px;
		font-family:Georgia, "Times New Roman", Times, serif;
		position:relative;
		left:auto;
		bottom:auto;
		text-align:right;
		text-transform:uppercase;
		font-size:10px;
		letter-spacing:1px;
		line-height:1em;
	}

h3#contact-title
{
	margin-left:4px;
}
h3#contact-title a
{
	display:block;
	height:11px;
	background:url(../img/menu/side/contact-gray-v2.gif) no-repeat top left;
}
h3#contact-title a:hover
{
	background-position:0 -11px;
}
h3#contact-title span
{
	display:none;
}

/* horizontal list layout */
ul.list,
.list ul
{
	list-style:none;
}
ul.h li
{
	float:left;
}
ul.h li a
{
	display:block;
}


#content
{
	margin-left:182px;
	padding-left:22px;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
	background-color:white;
	z-index:99;
}
#content a 
{
	color:#777777;
	font-style:italic;
}

#side
{
	float:left;
	margin-top:8px;
	padding-left:19px;
	padding-bottom:8px;
	width:163px;
}
div.li a
{
	display:block;
	width:155px;
	height:18px;
	background:url(../img/menu2-gray-v2.gif) no-repeat;
}
div.li a span
{
	display:none;
}
div.li
{
	padding-top:6px !important;
	padding-bottom:3px;
}
div.other 
{
	padding-top:12px !important;
	margin-top:8px;
	background:url(../img/borders/horizontal-line-2-v2.gif) repeat-x top left;
}
	div.other div
	{
		color:#555;
		margin-bottom:11px;
	}
	div.other h3
	{
		margin-top:0 !important;
	}
#dm-submenu,
#greystone-submenu,
#fsg-submenu
{
	background:url(../img/menu2-gray-v2.gif) no-repeat;
	height:18px !important;
}
#dm-submenu
{
	background-position:-205px -6px;
}
#greystone-submenu
{
	background-position:-205px -24px;
}
#fsg-submenu
{
	background-position:-205px -42px;
}

#bottom-menu 
{
	text-align:center;
	padding:20px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
	.main-inner #bottom-menu,
	.main-inner #bottom-menu a
	{
		color:#1a1818;
		letter-spacing:2px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		font-size:10px;
		line-height:1em;
	}
	
#search
{
	position:absolute;
	top:17px;
	right:0;
	width:384px;
}
#search-in
{
	position:relative;
	height:60px;
}
#search-in.small-margin
{
	height:38px;
}
#sort-results
{
	position:relative;
	height:24px;
}
.advanced-search
{
	height:300px;
}
.drop-down a:hover
{
	text-decoration:none !important;
}
.advanced-search .drop-down
{
	left:-2px;
}
.search-form,
.search-form input,
.search-form a
{
	color:#777777;
	font-size:11px;
	line-height:11px;
	font-style:normal !important;
}
.advanced-search th,
.advanced-search td
{
	vertical-align:top;
}
.advanced-search .note
{
	font-size:10px;
	line-height:11px;
}
.advanced-search th
{
	width:85px;
}
#search-in
{
	color:#3C3B37;
}
.search-form div,
.search-form .query
{
	float:left;
	margin-left:2px;
}
.search-form .plain,
.search-form .plain2,
.search-form .plain3
{
	padding-top:4px;
	margin-right:4px;
}
.search-form .plain2,
.search-form .plain3
{
	text-transform:uppercase;
	color:#3C3B37;
}
.search-form .plain3
{
	margin-left:12px;
}
.search-form input.query
{
	border:1px solid #777776;
	padding-top:2px;
	padding-left:5px;
	margin-left:4px;
	height:16px;
	text-transform:uppercase;
	width:120px;
}
.search-main input.query
{
	width:180px;
}
.search-form input.short 
{
	width:65px;
}
.search-form div.short 
{
	width:145px !important;
}
.search-form .input
{
	border:1px solid #777776;
	text-transform:uppercase;
	height:18px;
	background-color:white;
}
.search-form .drop-down
{
	position:relative;
}
.search-form .drop-down,
.search-form .drop-down ul
{
	width:156px;
}
.search-form div.short,
.search-form div.short ul
{
	width:160px;
}
.search-form .drop-down-2,
.search-form .drop-down-2 ul
{
	width:106px;
}
.search-form .drop-down li,
.search-form .drop-down-2 li
{
	margin:0 !important;
}
.search-form .drop-down ul,
.search-form .drop-down-2 ul
{
	margin:0 !important;
}
.search-form a.value
{
	display:block;
	padding:3px 5px 4px 5px;
	background:url(../img/buttons/drop-down-v2.gif) no-repeat top right;
	height:14px;
}
.search-form .drop-down .list
{
	border:1px solid #777776;
	background-color:white;
	position:absolute;
	left:-3px;
	top:18px;
	display:none;
}
table.cols .search-form .drop-down .list
{
	border-color:#E1DEDC;
	z-index:99;
}
table.cols .search-form .input,
table.cols .search-form .query
{
	border-color:#E1DEDC;
}
.search-form .drop-down li 
{
	height:1%;
}
.search-form .drop-down li a
{
	display:block;
	padding:2px 5px;
}
.search-form .drop-down li a:hover
{
	background-color:#F0F0EE;
}
.search-form .submit 
{
	position:relative;
	top:2px;
}
.search-form .submit span
{
	display:none;
}
.search-form .submit img
{
	width:17px;
	height:17px;
	border:0;
}

#sidebar
{
	margin-top:30px;
	position:relative;
	left:-6px;
}
#sidebar .rect,
#news .rect
{
	width:152px;
	background:url(../img/borders/red-rect-gray-v2.gif) no-repeat top left;
	margin-top:8px;
}
#sidebar .rect .inner,
#news .rect .inner
{
	display:block;
	padding:0 6px 0 8px;
}
#sidebar .rect .top,
#sidebar .rect .bottom,
#news .rect .top,
#news .rect .bottom
{
	display:block;
	height:8px;
	background:url(../img/borders/red-rect-gray-v2.gif) no-repeat;
}
#sidebar .rect .top,
#news .rect .top
{
	overflow:hidden;
}
#sidebar .rect .bottom,
#news .rect .bottom
{
	background-position:bottom;
}
#sidebar .grey,
#sidebar .grey .top,
#sidebar .grey .bottom
{
	background-image:url(../img/borders/grey-rect-gray-v2.gif);
}
#sidebar a
{
	color:#5E5741;
}
#news strong,
#sidebar a.strong
{
	color:#880000;
	font-weight:normal;
	border-color:#DBB9A2;
}
.news-list li strong
{
	text-transform:uppercase;
	font-weight:normal;
}
.news-list li.special,
.news-list li.special a
{
	color:#880000 !important;
}
.news-list li.special strong
{
	font-weight:bold !important;
}
#news li
{
	margin-bottom:4px;
}
#news li.rect,
#news li.rect a
{
	color:#880000;
}
#news li.rect,
#news li.rect .top,
#news li.rect .bottom
{
	background-image:url(../img/borders/red-rect-white-v2.gif);
}
#news li.rect strong
{
	font-weight:bold !important;
}

ul.images li
{
	float:left;
}
ul.images li.fixed a span.img
{
	display:block;
	height:84px;
}
ul.images li a 
{
	display:block;
	width:66px;
	font-size:9px;
	line-height:11px;
}
ul.images li a span.book-title
{
	margin:2px;
	display:block;
	visibility:hidden;
}
ul.images li a:hover span.book-title
{
	visibility:visible;
}
ul.line li
{
	display:inline;
}

#main table.cols
{
	width:743px;
	position:relative;
	margin-bottom:25px;
}
#main table.close-bottom
{
	margin-bottom:5px !important;
}
#main td.home-1
{
	width:298px;
}
#main td.home-2
{
	width:289px;
}
#main td.home-3
{
	width:156px;
	font-size:11px;
	line-height:14px;
}
#main td.main-col
{
	width:260px;
}
#main td.right-1
{
	width:223px;
}
#main td.description-1
{
	width:282px;
	padding-right:55px;
}
#main td.description-2
{
	width:532px;
	padding-right:55px;
}
#main td.description-3
{
	width:309px;
	padding-right:55px;
}
#main td.search-1
{
	width:700px;
	padding-right:43px;
}
#main td.search-2
{
	width:371px;
	padding-right:16px;
}
#main td.search-2 .result
{
	margin-right:30px;
}
#main td.search-3
{
	width:356px;
}
#main td.vert
{
	background:url(../img/borders/vertical-line.gif) repeat-y top right;
}
#main td.right-book
{
	width:250px;
	position:relative;
}
#main td.page
{
	width:470px;
	padding-right:50px;
}
#main td.page p
{
	margin-bottom:10px;
}
#main td.page h1
{
	font-size:11px !important;
	font-weight:normal !important;
	/*color:#880000;*/
	color:#3C3B37 !important;
	text-transform:uppercase;
	margin-bottom:15px;
}
#main td.page h2
{
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#3C3B37 !important;
	margin-top:10px;
	margin-bottom:0;
}
#main td.page h3
{
	font-size:10px;
	text-transform:uppercase;
}
#main td.results
{
	padding-bottom:10px;
}
#main td.feature a.thumb
{
	display:block;
	float:left;
}
#main td.feature h2,
#main td.feature p,
#main td.feature a.more
{
	margin-left:120px;
}
#main td.feature-1 h2,
#main td.feature-1 p,
#main td.feature-1 table.cols .news h3,
table.cols .news p,
table.cols .news h3,
table.cols .news a.more
{
	margin-right:30px;
}
table.cols td.vert .news p,
table.cols td.vert .news a.more
{
	margin-right:35px;
}
#main td.feature p
{
	margin-bottom:6px;
}
table.cols .news 
{
	margin-bottom:20px;
	overflow:hidden;
	height:220px;
}
#main td.feature a.more
{
	margin-top:4px;
}
#main td.feature-1
{
	background:url(../img/borders/vertical-line.gif) repeat-y top right;
}
#main td.topline 
{
	background:url(../img/borders/horizontal-line.gif) repeat-x top left;
	padding-top:28px;
}
#main td.feature-2 h2,
#main td.feature-2 p
{
	margin-right:20px;
}
#main td.corner
{
	padding-top:0 !important;
}
#main td.special-desc
{
	padding:0 20px;
}
	#main td.special-desc h2
	{
		font-size:24px;
		line-height:32px;
		text-transform:none;
		margin-bottom:30px !important;
	}
	#main td.special-desc h2 span
	{
		display:block;
		margin-top:5px;
		font-size:12px;
		line-height:15px;
		color:#888;
	}
	#main td.special-desc h3
	{
		font-size:16px;
		line-height:24px;
		text-transform:none;
		margin-bottom:10px !important;
	}
	#main td.special-desc form
	{
		margin-top:30px;
	}
	#main td.special-desc ul
	{
		margin-left:30px;
	}
	#main td.special-desc p.large,
	#main td.special-desc li
	{
		font-weight:normal;
		font-size:13px;
		line-height:18px;
		margin:12px 0 !important;
	}
	#main td.special-desc a.download
	{
		display:block;
		font-style:normal;
		font-size:16px;
		line-height:24px;
		margin:20px 0 !important;
		padding-left:40px;
		background:url(../img/buttons/pdficon_large.gif) no-repeat top left;
		color:#880000 !important;
	}
		#main td.special-desc a.download span
		{
			color:#888888;
		}
		#main td.special-desc th
		{
			white-space:nowrap;
		}
		#main td.special-desc input.text
		{
			width:240px;
		}
.corner
{
	color:#777776;
	line-height:12px;
}
	.corner a.dmpi
	{
		display:block;
		background:url(../img/titles/dmpi-logo-v2.gif) no-repeat top left;
		width:54px;
		height:26px;
		margin-bottom:4px;
		text-indent:-9000px;
	}
		.corner a.dmpi:hover
		{
			background-position:0 -26px;
		}
#content h2,
#content .footer h1
{
	margin-bottom:6px !important;
	text-transform:uppercase;
	font-weight:normal;
}
#content h2,
#content h2 a,
#content .footer h1,
#content .footer h1 a
{
	font-size:11px;
	color:#5E5741 !important;
	font-style:normal;
}
#content h3
{
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:4px;
}

ul.submenu 
{
	position:relative;
}
ul.submenu li
{
	margin-top:5px;
	position:relative;
}
ul.submenu li a
{
	color:#777776;
}
ul.submenu li a:hover
{
	color:#880000;
}
table.cols .book
{
	float:left;
	width:108px;
	margin-right:10px;
	margin-bottom:30px;
	overflow:visible;
	height:182px;
}
table.cols .book a.img,
table.cols .book img
{
	display:block;
}
table.cols .description .authors
{
	margin:10px 0;
}
table.cols .description .copy
{
	margin:20px 0;
}
table.cols .description .excerpt
{
	width:520px;
}
table.cols .description .copy p
{
	margin:10px 0;
}
table.cols .description .copy h3
{
	font-size:10px !important;
	text-transform:uppercase !important;
}
table.cols .description .copy ul,
td.page ul,
table.cols .description .copy ol,
td.page ol
{
	margin-left:20px;
	margin-bottom:10px;
}
table.cols .description .copy li,
td.page li
{
	margin-bottom:0;
}
table.cols .book .authors
{
	margin-top:8px;
	line-height:12px;
	padding-bottom:2px;
}
.authors,
.authors a,
td.right-1 .feature p
{
	color:#777776 !important;
}
td.right-1 .feature 
{
	margin-bottom:20px;
}
td.right-1 .feature h3,
td.right-1 .features h3
{
	font-size:11px !important;
	line-height:11px;
}
td.right-1 .features h3
{
	margin-top:6px;
}
td.right-1 .feature p,
td.right-1 .features p,
td.right-1 .features a.more
{
	font-size:10px;
	line-height:11px;
}
table.cols .feature a.img,
table.cols .publisher div.img,
table.cols .news a.img
{
	display:block;
	float:left;
	margin-right:16px;
	margin-bottom:20px;
}
table.cols .publisher
{
	margin-bottom:20px;
}
table.cols .publisher h2
{
	color:#880000 !important;
}
table.cols .publisher h2,
table.cols .publisher ul,
table.cols .publisher p
{
	margin-left:166px;
}

table.cols .feature img,
table.cols .news img
{
	display:block;
}
table.cols .features
{
}
table.cols .features .book2
{
	float:left;
	width:100px;
	margin-right:8px;
	margin-bottom:20px;
}
table.cols .features .book2 h3
{
	margin-top:6px;
	font-size:10px !important;
	line-height:11px !important;
}
table.cols .features .book2 .authors
{
	font-size:9px !important;
	line-height:10px !important;
}
table.cols div.corner 
{

}
table.cols td.description h1
{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#880000;
}
table.cols td.description h2
{
}
table.cols td.description h3
{
	text-transform:none !important;
	font-size:11px !important;
}
table.cols .author 
{
	margin-bottom:10px;
}
table.cols .author a.img
{
	display:block;
	float:left;
	margin-bottom:10px;
	width:88px;
}
a.more
{
	display:block;
}
table.cols .author h3,
table.cols .author p,
table.cols .author a.more,
table.cols .news h3,
table.cols .news p,
table.cols .news a.more
{
	margin-left:104px !important;
}
table.cols .author h3 a
{
	font-size:11px;
	color:#3C3B37 !important;
	font-style:normal !important;
}
td.news-list h1,
.news h3 a
{
	font-size:11px;
	color:#880000 !important;
	font-style:normal !important;
	font-weight:normal;
	text-transform:uppercase;
}
td.authors-main .author
{
	margin-bottom:25px;
}
td.authors-main .author
{
	overflow:hidden;
	height:188px;
}
td.authors-main .author h3 a
{
	color:#880000 !important;
}
td.authors-main .feature p
{
	color:#3C3B37 !important;
	margin-bottom:2px;
}
td.authors-main .feature a.more
{
	font-size:10px;
}
table.cols .author h3
{
	margin-bottom:0 !important;
}
table.cols .author p
{
	margin-top:2px;
	margin-bottom:2px;
}
.horiz
{
	padding:12px 0;
	display:inline-block;
	background:url(../img/borders/horizontal-line-2-v2.gif) repeat-x top left;
}
a.share  
{
	color:#880000 !important;
	padding-left:19px;
	font-style:normal !important;
	background:url(../img/buttons/share-v2.gif) no-repeat 0 3px;
}
a.rss
{
	color:#3C3B37 !important;
	padding-left:19px;
	font-style:normal !important;
	background:url(../img/buttons/rss.gif) no-repeat 0 0;
}
.download h4
{
	color:#3C3B37 !important;
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
}
.download a
{
	font-style:normal !important;
}
td.bottom
{
	vertical-align:bottom !important;
}
table.cols td.main-col .author 
{
	width:225px;
}
#main td.news-list ul.list li,
#main td.right-1 ul.list li,
#main td.right-book ul.list li
{
	margin:10px 0;
}
#main td.news-list
{
	padding-right:40px;
}
#main td.right-1 ul.list li strong,
#main td.right-book ul.list li strong
{
	text-transform:uppercase;
	font-weight:normal;
}
h3#dm-title-sm,
h3#greystone-title-sm
{
	margin-bottom:10px;
}
h3#dm-title-sm
{
	background:url(../img/titles/dm-title-sm-v2.gif) no-repeat top left;
	height:16px;
}
h3#greystone-title-sm
{
	background:url(../img/titles/greystone-title-sm-v2.gif) no-repeat top left;
	height:16px;
}
h3#dm-title-sm span,
h3#greystone-title-sm span
{
	display:none;
}
#side h3
{
	height:11px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:7px;
}
#side h3 span
{
	display:none;
}
#books-title
{
	background:url(../img/menu/side/books-gray-v2.gif) no-repeat top left;
}
#read-title
{
	background:url(../img/menu/side/read-gray-v2.gif) no-repeat top left;
}
#authors-title
{
	background:url(../img/menu/side/authors-gray-v2.gif) no-repeat top left;
}
#news-title
{
	background:url(../img/menu/side/news-gray-v2.gif) no-repeat top left;
}
#about-us-title
{
	background:url(../img/menu/side/about-us-gray-v2.gif) no-repeat top left;
}
.imprint-title
{
	display:block;
	height:20px;
	margin-bottom:32px !important;
}
.page .imprint-title
{
	margin-bottom:12px !important;
}
.imprint-title span
{
	display:none;
}
#imprint-title-0
{
	background:url(../img/titles/dmpi-print.gif) no-repeat top left;
}
#imprint-title-1
{
	background:url(../img/titles/dm-title-v2.gif) no-repeat top left;
}
#imprint-title-2
{
	background:url(../img/titles/greystone-title-v2.gif) no-repeat top left;
}
#imprint-title-3
{
	background:url(../img/titles/fsg-title.gif) no-repeat top left;
}
.straight a
{
	font-style:normal !important;
	color:#3C3B37 !important;
}
td.details
{
	width:141px;
	padding-right:15px;
	color:#777776;
	font-size:9px;
	line-height:12px;
}
td.details h4
{
	font-weight:normal;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:3px;
}
td.details .favorites
{
	margin-top:20px;
}
td.details a
{
	font-style:normal !important;
}
td.details .list li
{
	margin-bottom:4px;
}
h2.related 
{
	margin-top:10px;
}
.result
{
	margin-bottom:20px;
	margin-right:15px;
}
.result ul li
{
	margin-left:20px;
}
.result a.img
{
	display:block;
	float:left;
	margin-bottom:20px;
}
.result a.img img
{
	display:block;
}
.result div,
.result h2,
.result p,
.result a.more,
.result ul
{
	margin-left:72px;
}
#main td.no-image .result div,
#main td.no-image .result h2,
#main td.no-image .result p,
#main td.no-image .result a.more,
#main td.no-image .result ul
{
	margin-left:0;
}
.result h2
{
	margin-bottom:0 !important;
}
.result p
{
	margin-top:0;
	margin-bottom:0;
	padding:4px 0 3px 0;
}
table.cols .result p
{
	margin-top:2px;
	margin-bottom:2px;
}
h1.results
{
	color:#880000;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:8px;	
}
.pages,
.pages a
{
	font-style:normal !important;
	color:#777777;
}
.pages a.selected
{
	color:#880000 !important;
}
.pages a
{
	padding:0 2px;
}
#pages-top
{
	position:absolute;
	top:40px;
	right:0;
	width:304px;
}
#pages-bottom
{
	margin-left:460px;
	margin-bottom:20px;
}
.no-results
{
	padding-top:10px;
}
.no-results a
{
}
table.cols .news-feature p
{
	font-size:11px !important;
	line-height:14px;
	color:#3C3B37 !important;
}
table.cols .news-feature a.more
{
	margin-left:70px;
}
table.form th 
{
	font-weight:normal;
	text-transform:uppercase;
	width:90px;
}
table.form td
{
	width:375px;
}
form.small table.form th
{
	font-size:9px;
	width:150px;
}
form input.button
{
	padding:3px 6px;
}
form.small table.form td
{
	width:320px;
}
form.small 
{
	margin-bottom:20px;
}
form.small h3
{
	font-weight:bold !important;
	margin-top:15px;
}
table.form th span
{
	color:#880000;
}
table.form th,
table.form td
{
	padding:3px 0;
}
table.form td
{
	padding-left:8px;
}
table.form input.text,
table.form textarea.text,
table.form input.text2
{
	height:16px;
	width:360px;
	border:1px solid #E1DEDC;
	padding:1px 4px;
}
table.form textarea.text
{
	height:auto;
}
form.small table.form input.text,
form.small table.form select,
form.small table.form textarea.text
{
	width:300px;
}
table.form input.text2
{
	width:68px;
}
.disclaimer
{
	margin-right:80px;
	margin-top:20px;
	color:#777776;
}
table.form td.sign-up .required
{
	display:block;
	float:left;
	color:#880000;
	font-style:italic;
}
table.form td.sign-up
{
	text-align:right;
}
table.form td.sign-up .sign-up
{
	display:block;
	text-transform:uppercase;
	font-style:normal !important;
	color:#3C3B37 !important;
}
table.form select
{
	width:360px;
}
.error
{
	font-size:10px;
	display:block;
	text-transform:uppercase;
}
.error,
.error a
{
	color:#BA634E;
}
.error a
{
	text-decoration:underline;
}
.error span 
{
	background-color:#BA634E;
	color:white;
	padding:0 4px;
	font-weight:bold;
}
.message
{
	display:block;
	margin:20px 0;
	font-size:11px;
	padding:6px;
	color:white;
	text-align:center;
	background-color:#880000;
	text-transform:uppercase;
}
td.subjects
{
	width:230px;
}
td.subjects a
{
	color:#3C3B37 !important;
	line-height:16px;
	font-style:normal !important;
}
td.subjects ul
{
	list-style:none;
	margin-left:0;
}
td.subjects ul ul
{
	margin-left:20px;
	margin-bottom:8px;
}
ul.submenu-options
{
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	margin-left:70px;
	background-color:white;
	width:150px;
	border:1px solid #777776;
	display:none;
	z-index:999;
}
ul.submenu-options li
{
	margin:0;
}
ul.submenu-options a
{
	display:block;
	padding:2px 5px;
	text-transform:uppercase;
}
ul.submenu-options a:hover
{
	color:#777776 !important;
	background-color:#F0F0EE;
}
#buy 
{
	position:relative;
}
#buy a.open,
#special a.promotion
{
	display:block;
	margin-top:15px;
	width:104px;
	height:28px;
	line-height:28px;
	background:url(../img/borders/buy-book-v2.gif) no-repeat;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#880000 !important;
}
#buy .options
{
	position:absolute;
	top:25px;
	left:0px;
	background-color:white;
	border:1px solid #E2C0C0;
	display:none;
}
#buy ul 
{
	list-style:none;
	width:102px;
}
#buy ul a
{
	display:block;
	padding:2px 5px;
	white-space:nowrap;
	color:#880000;
}
#buy ul a:hover
{
	background-color:#F8EFEF;
	text-decoration:none;
}
a.close
{
	display:block;
	background:url(../img/buttons/close.gif) no-repeat;
	width:11px;
	height:11px;
	position:absolute;
	overflow:hidden;
	top:-1px;
	right:-1px;
	font-style:normal !important;
}
a.close span
{
	display:none;
}
	#buy a.close
	{
		background-image:url(../img/buttons/close-red-v2.gif);
	}
td.choose
{
	line-height:13px;
	position:relative;
	padding-bottom:20px;
	width:100% !important;
}
td.choose a
{
	display:block;
	margin:4px 0;
}
#store-state
{
	float:left;
	width:195px;
}
#store-city
{
	float:left;
	width:195px;
}
#store
{
	margin-left:390px;
}
td.choose h3
{
	font-size:10px !important;
	margin-top:10px;
	margin-bottom:0 !important;
}
#share,
#share-this
{
	position:relative;
}
#share-this
{
	margin-bottom:40px;
}
#share-form
{
	position:absolute;
	top:-150px; /*5px;*/
	right:0;
	width:270px;
	background-color:white;
	border:1px solid #777776;
	padding:10px;
}
.copy #share-form
{
	left:-30px;
	top:-300px;
}
#share-form,
#share-form input,
#share-form textarea
{
	font-size:10px;
}
#share-form .text 
{
	width:240px;
	padding:2px 4px;
}
#share-form .label
{
	text-transform:uppercase;
	font-weight:bold;
}
#share-form .note
{
	font-size:9px;
	line-height:10px;
	margin-top:2px;
}
#share-form .spaced
{
	margin-top:8px;
}
#share-form a.link
{
	font-style:normal !important;
	text-decoration:underline;
}
#share-form .right
{
	text-align:right;
}
#share-form .right a
{
	font-style:normal !important;
	text-transform:uppercase;
	color:#880000!important;
}
#share-form .grey
{
	color:#777776;
}
#share-form a.close2
{
	text-transform:uppercase;
	font-style:normal !important;
	color:#3C3B37 !important;
	text-align:center;
}
.source 
{
	color:#777776;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:4px;
}
a.play
{
	display:block;
	width:56px;
	height:22px;
	background:url(../img/buttons/play.gif) no-repeat 0 0;
	margin-bottom:4px;
}
a.play:hover
{
	background-position:0 -22px;
}
a.play span
{
	display:none;
}
.player
{
	margin-bottom:4px;
}
.player-wrapper
{
	margin:8px 0 !important;
}
.noscript
{
	display:block;
	margin-bottom:20px;
	padding:15px 120px;
	border:2px solid #BA634E;
	background-color:white;
	color:#BA634E;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
#gallery
{
	margin:10px 0;
	border:1px solid #EBEBEE;
	padding:10px;
	position:relative;
	left:-10px;
}
#gallery h3
{
	text-transform:uppercase !important;
	margin-top:18px;
	font-size:10px !important;
}
#gallery p
{
	color:#777776;
	font-size:10px !important;
	line-height:15px;
}
#gallery a span
{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:20px;
	overflow:hidden;
	background:#9C2B2E url(../img/buttons/gallery-open-v2.gif);
}
#gallery a,
#gallery a img
{
	display:block;
}
#gallery a
{
	display:none;
}
#gallery div a
{
	display:block;
}
table.contact 
{
	margin-bottom:16px;
	width:100%;
}
table.contact th,
table.contact td
{
	border-top:1px solid #EBEBEE;
}
table.contact th
{
	text-align:left;
	font-weight:normal;
}
table.contact td
{
	text-align:right;
}
p.copyright
{
	color:#777776;
	font-size:9px;
}
ul.awards
{
	list-style:none;
}
ul.awards li
{
	margin-bottom:4px;
}
.award
{
	margin-bottom:20px;
}
.award p
{
	margin-bottom:4px !important;
}
p.pdf
{
	padding-left:19px;
	background:url(../img/buttons/pdf.gif) no-repeat top left;
}
ul.spaced
{
	margin-bottom:20px;
}
table.form input.short
{
	width:50px !important;
}
table.form input.short2
{
	width:154px !important;
}
form.small table.split th
{
	width:90px;
}
.front
{
	position:relative;
	z-index:99;
}
a.arrow
{
	padding-right:22px;
	line-height:18px;
	background:url(../img/buttons/submit-white-v2.gif) no-repeat top right;
}

/* NEW DESIGN LAYOUT STARTS HERE */
#promo
{
	position:relative;
	z-index:100;
	background:url(../img/bkgds/promo.png) repeat-x top;
	padding-top:30px;
	text-align:left;
}
	#promo .main-inner
	{
		height:311px;
	}

	#promo .dmpi-logo
	{
		margin-left:40px;
	}
	#promo .dmpi-logo a
	{
		display:block;
		width:122px;
		height:56px;
		background:url(../img/titles/promo-dmpi-logo.gif) no-repeat top left;
		text-indent:-9000px;
	}
	#promo ul.logos
	{
		position:absolute;
		top:10px;
		right:0;
		list-style:none;
	}
		#promo .dmpi-logo,
		#promo ul.logos li
		{
			float:left;
		}
			#promo ul.logos li a
			{
				padding-left:48px;
				margin-left:20px;
				width:80px;
				display:block;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:14px;
				line-height:18px;
				color:#555350;
				background:url(../img/titles/promo-logos.gif) no-repeat top left;
				height:36px;
			}
				#promo ul.logos li a:hover
				{
					text-decoration:none;
				}
				#promo ul.logos li a span
				{
					display:none;
				}
#promo ul.logos li a#p1
{
	width:72px;
	background-position:0 0;
}
#promo ul.logos li a#p2
{
	width:72px;
	background-position:-150px 0;
}
#promo ul.logos li a#p3
{
	width:77px;
	padding-left:44px;
	background-position:-300px 0;
}
#promo ul.logos li a#p4
{
	width:82px;
	background-position:-450px 0;
}
#promo ul.logos li a#p5
{
	padding-left:0;
	width:140px;
	padding-top:12px;
	font-size:12px;
	background-position:-600px 0;
}

#global-search
{
	position:relative;
	margin-top:68px;
	width:210px;
	z-index:999;
}
	#global-search h3
	{
		border:1px solid #CCC;
		border-left:0;
		border-right:0;
		background:url(../img/bkgds/promo-search.png) no-repeat center;
		text-transform:uppercase;
		color:black;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		line-height:22px;
		font-weight:normal;
		text-align:center;
		letter-spacing:2px;
	}
	#global-search,
	#global-search input,
	#global-search a
	{
		color:#555350;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	#global-search input.query
	{
		border:1px solid #B6B6B6;
		background-color:white;
		padding:4px 5px;
		width:170px;
		float:left;
		margin-right:4px;
	}
	#global-search a.submit
	{
		float:left;
		width:24px;
		height:24px;
		display:block;
		background:url(../img/buttons/promo-search.png);
		text-indent:-9000px;
	}
	#global-search .drop-down
	{
		position:relative;
		border:1px solid #B6B6B6;
		background-color:#F1EFEB;
		text-transform:lowercase;
		line-height:1em;
		margin:4px 0;
	}
		#global-search .drop-down a:hover
		{
			text-decoration:none;
		}
	#global-search .drop-down,
	#global-search .drop-down ul
	{
		width:208px;
	}
	#global-search div.short,
	#global-search div.short ul
	{
		width:160px;
	}
	#global-search .drop-down-2,
	#global-search .drop-down-2 ul
	{
		width:106px;
	}
	#global-search .drop-down li,
	#global-search .drop-down-2 li
	{
		margin:0 !important;
	}
	#global-search .drop-down ul,
	#global-search .drop-down-2 ul
	{
		margin:0 !important;
	}
	#global-search .drop-down .multi-column
	{
		width:390px;
	}
		#global-search .drop-down .multi-column ul
		{
			float:left;
			width:130px;
			margin:0;
		}
	#global-search a.value
	{
		display:block;
		padding:5px 5px 3px 5px;
		background:url(../img/bkgds/promo-dropdown.gif) no-repeat top right;
		height:14px;
	}
	#global-search .drop-down .list
	{
		border:1px solid #B6B6B6;
		background-color:#F1EFEB;
		position:absolute;
		left:-1px;
		top:22px;
		display:none;
		z-index:9999;
	}
	#global-search .drop-down li 
	{
		height:1%;
	}
	#global-search .drop-down li a
	{
		display:block;
		padding:4px 5px;
	}
	#global-search .drop-down li a:hover
	{
		background-color:#b6131c;
		color:white !important;
	}
	#global-search a.more,
	#promo a.more
	{
		display:block;
		position:absolute;
		bottom:-38px;
		right:0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-transform:lowercase;
		color:#323231;
		padding-right:18px;
		background:url(../img/buttons/promo-more.png) no-repeat right 3px;
		z-index:9998;
	}
	
	#promo .carousel
	{
		position:absolute;
		bottom:36px;
		left:230px;
		width:720px;
		overflow:visible;
	}
		#promo .carousel a.more
		{
			bottom:5px;
			right:0;
			z-index:99999;
		}
	
	/* override default CSS in imageflow.packed.css */
	.imageflow .scrollbar 
	{
		border-color:#717372 !important;
	}
	.imageflow .scrollbar
	{
		left:-100px !important;
	}
	.imageflow .slider 
	{
		width:200px !important;
		padding:10px 0 !important;
		background-position:center !important;
		top:-10px;
	}
	.imageflow .caption 
	{
		font-weight:normal !important;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		line-height:1em;
		padding-bottom:5px;
		margin-bottom:-5px;
		color:#292929;
		margin-top:10px;
	}
	.imageflow .images img
	{
		cursor:pointer !important;
	}
	.imageflow .loading 
	{
		border-color:#717372 !important;
	}
	.imageflow .loading_bar 
	{
		background:#717372 !important;
	}

#home-content
{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:2px;
	padding-top:34px;
	background:url(../img/bkgds/home-content.png) repeat-x top;
	z-index:99;
}
	#home-content p
	{
		color:#323231;
		font-size:14px;
		line-height:24px;
	}
	#home-content p a
	{
		color:#bf141d;
		text-decoration:underline;
	}
	#home-content .features
	{
		margin-bottom:36px;
		background:url(../img/bkgds/home-feature.png) no-repeat bottom left;
		padding-bottom:27px;
	}
	#home-content .feature
	{
		position:relative;
		float:left;
		width:420px;
		padding:0 20px;
		margin-left:20px;
		background:url(../img/bkgds/home-feature.png) no-repeat top left;
	}
		#home-content .feature a.more
		{
			bottom:-20px !important;
		}
		#home-content .feature h2
		{
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			text-transform:uppercase;
			color:#bf141d;
			margin-bottom:7px;
		}
		#home-content a.thumb
		{
			display:block;
			background:no-repeat top center;
			height:220px;
			overflow:hidden;
			margin-bottom:17px;
		}
		#home-content .feature .text
		{
		}
	#home-content .announcement
	{
		position:relative;
		background:#EEE;
		float:left;
		width:260px;
		padding:27px 20px 20px 20px;
		margin:0 0 36px 20px;
		height:383px;
		background:no-repeat top left;
	}
		#home-content .announcement ul
		{
			height:340px;
			overflow:hidden;
		}
		#home-content .announcement h2
		{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:10px;
			line-height:1em;
			letter-spacing:1px;
			text-transform:uppercase;
			font-weight:normal;
			margin-bottom:22px;
		}
		#home-content .announcement-short
		{
			height:150px;
		}
		#home-content .announcement p,
		#home-content .announcement li
		{
			font-size:16px;
			line-height:22px;
			color:#484848;
			margin-bottom:10px;
		}
		#home-content .announcement p a,
		#home-content .announcement li a
		{
			color:#bf141d;
			text-decoration:underline;
		}
		#home-content .announcement p a.more-item,
		#home-content .announcement li a.more-item
		{
			font-size:12px;
			color:#484848;
			display:block;
		}
		#home-content .feature a.more,
		#home-content .announcement a.more,
		.rss-link a
		{
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#bf141d !important;
			font-style:normal !important;
			font-size:16px;
			line-height:24px;
			text-transform:lowercase;
			display:block;
			position:absolute;
			right:27px;
			bottom:22px;
			padding-right:20px;
			background:url(../img/buttons/home-more.png) no-repeat right 6px;
		}
			#content .rss-link a
			{
				position:relative;
				top:-6px;
				right:auto;
				bottom:auto;
				float:right;
				width:auto;
				text-transform:none;
			}
		#home-content .announcement a.more
		{
			right:16px;
			bottom:12px;
		}
		#home-content .announcement-1
		{
			background-color:#f6f5f1;
			background-image:url(../img/bkgds/home-announcement-1.png);
		}
		#home-content .announcement-2
		{
			background-color:#f2efef;
			background-image:url(../img/bkgds/home-announcement-2.png);
		}
			/* removed for the QR Code
			#home-content .announcement-2 h3
						{
							height:160px;
							background:url(../img/titles/speak-easy.png) no-repeat center;
							text-indent:-9000px;
							margin-top:25px;
						}
			#home-content .announcement-2 h3
			{
				height: 305px;
							background: transparent url('../img/titles/dm-qr.gif') no-repeat center;
							text-indent:-9000px;
							margin-top:20px;
			}
			
			#home-content .announcement-2 p
			{
				margin:0 15px;
				color:#222;
				line-height:25px;
			}
			
			#home-content .announcement-2 #speakeasylink {
				position:absolute;
				width:300px;
				height:430px;
				overflow:hidden;
				text-indent:-9000px;
				top:0;
				left:0;
			}
			
			*/
			
			
			/* ==== QR CODE PROMO ==== */
			
			#home-content .announcement-2 h3 a
			{
				height: 305px;
				background: transparent url('../img/titles/dm-qr.gif') no-repeat center;
				text-indent:-9000px;
				margin-top: -10px;
				margin-bottom: 10px;
				display: block;
			}

			#home-content .announcement-2 p.bigger
			{
				font-size: 22px;
				line-height: 28px;
				color: #222222;
				text-align: center;
			}
			
			#home-content .announcement-2 p.bigger span
			{
				display: block;
				font-size: 28px;
				line-height: 35px;
				color: #bf141d;
			}
			
			#home-content .announcement-2 p
			{
				margin:0 20px;
				color:#222;
				line-height:25px;
			}

			/* ===== End of QR CODE ===== */
			
			
		#home-content .announcement-3
		{
			background-color:#f1f6f3;
			background-image:url(../img/bkgds/home-announcement-3.png);
		}
		#home-content .announcement-4
		{
			background-color:#f4f3ec;
			background-image:url(../img/bkgds/home-announcement-4.png);
		}
			#home-content .announcement-3 p,
			#home-content .announcement-4 p
			{
				font-size:24px;
				line-height:28px;
				color:#333;
			}
			#home-content .announcement-4 p
			{
				margin-top:45px;
			}
				#home-content .announcement-4 p span
				{
					font-size:35px;
					line-height:35px;
					display:block;
				}

#header .title
{

}
	#header .title a
	{
		display:block;
		width:257px;
		height:35px;
		background:url(../img/menu/main-menu.gif) no-repeat -25px 0;
	}
		#header .title a:hover
		{
		}
		#header .title a span
		{
			display:none;
		}

#banner
{
	z-index:100;
	margin-top:2px;
	position:relative;
	background:repeat-x top;
}
	#banner .main-inner
	{
		height:163px;
	}
	#banner .title
	{
		position:absolute;
		top:4px;
		left:0;
	}
		#banner .title a
		{
			display:block;
			width:422px;
			height:55px;
			background:no-repeat top left;
		}
			#banner .title a:hover
			{
				background-position:0 -55px;
			}
			#banner .title a span
			{
				display:none;
			}
	#banner #global-search
	{
		position:absolute;
		margin:0;
		left:183px;
		top:68px;
		height:60px;
		overflow:visible;
		width:auto;
	}
		#banner #global-search h3
		{
			width:210px;
			margin-bottom:13px;
		}
		#banner #global-search .drop-down,
		#banner #global-search .query
		{
			float:left;
			margin:0;
			margin-right:10px;
		}
		#banner #global-search a.more
		{
			bottom:-23px;
			right:0;
		}
/* New Additions: Homepage: CATALOGUE, TWITTER, FACEBOOK, YOUTUBE */

.catalogue, .twitter, .facebook, .youtube {
	background-color: #F6F5F1;
	margin-bottom: 20px;
	padding: 27px 10px 0px 20px;
	width: 270px;
	position: relative;
	float: left;
	height: 374px;
}

.catalogue {
	margin-left: 20px;
	padding-bottom: 30px;
}

.catalogue .book2 {
    border-bottom: 1px solid #BFBFBF;
    float: left;
    padding: 20px 10px 20px 0;
    width: 250px;
}


.catalogue h2, .twitter h2, .facebook h2, .youtube h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.catalogue h2 {
	margin-bottom: 0;
	padding-bottom: 22px;
	border-bottom: 1px solid #BFBFBF;
}


.catalogue .info {
	float: left;
	width: 160px;
}

.catalogue p.title a {
	font-size: 16px;
}

.catalogue a.img {
	float: left;
	margin-right: 15px;
}

.catalogue h3 {
	margin: 4px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
}

.catalogue a.more {
	bottom: 12px;
    right: 16px;
	background: url("../img/buttons/home-more.png") no-repeat scroll right 6px transparent;
	color: #BF141D !important;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-style: normal !important;
	line-height: 24px;
	padding-right: 20px;
	position: absolute;
	text-transform: lowercase;
}


.twitter {
	background: #F6F5F1 url('../img/logos/twitter.gif') no-repeat 247px 18px;
	margin-left: 20px;
	padding: 27px 20px 30px;
	width: 260px;
}

.facebook {
	background: #F6F5F1 url('../img/logos/facebook.gif') no-repeat 247px 18px;
	height: 130px;
	margin-left: 20px;
	padding: 27px 20px 30px;
	width: 260px;
}

.youtube {
	background: #F6F5F1 url('../img/logos/youtube.gif') no-repeat 247px 18px;
	height: 150px;
	margin-left: 20px;
	margin-top: 17px;
	padding: 27px 20px 30px;
	width: 260px;
}

.youtube h2 span {
	display: block;
	padding-top: 3px;
}

.twitter ul, .facebook ul, .youtube ul {
	font-size: 15px;
}

.twitter ul li, .facebook ul li, .youtube ul li {
	border-top: 1px solid #BFBFBF;
	list-style: none;
}

.twitter ul li.last, .facebook ul li.last, .youtube ul li.last {
	border-bottom: 1px solid #BFBFBF;
}

.twitter ul li a, .facebook ul li a, .youtube ul li a {
	display: block;
	padding: 17px 0 17px 12px;
	line-height: 1.1em;
}

.twitter ul li a:hover, .facebook ul li a:hover, .youtube ul li a:hover {
	background-color: #E6E3D2;
}

