/* a little reset */
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,ol,ul,li,body,p                {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ol,li,ul		{list-style-type:none;margin:0;padding:0;}
body 			{font-family: arial, helvetica, sans-serif;font-size: 76%;color: #000;background-color: #858384;}
p 				{line-height:155%;}
input, select 	{font-size:11px; }
a         		{ text-decoration:none; color:#00c;border: 0;}
a:visited,a:active 		{ color:#00c; }
a:hover   		{ color:#03f; text-decoration:underline;}
ol:after, ul:after,.md:after, .md-sub:after, .hd:after, .bd:after, .ft:after, .fixfloat:after,
#colcx:after, #rightcx:after, #eyebrow:after, #masthead:after, #search:after, #tabs:after, #sbox:after, #doors:after, #patabs:after, #patop:after, #trough-overlay-bd div:after, #newsft:after, #newsbottom:after{content:".";display:block;font-size:0px;line-height:0px;height:0;clear:both;visibility:hidden;}
img,a img 		{ border: 0;}
.hide			{display:none;}
.cb				{clear:both !important;display:block;}

/* main area */
#page{
	width:1000px;
	margin:0 auto;
	border-left:1px solid #555;
	border-right:1px solid #555;
	position:relative;
	background:#fff;
}
#header_library{
	height:100px;
	background:#fff;
	border:0;
}
.article_logo{
	background:url(/img/article_header.gif) no-repeat;
	border:0;
	width:623px;
	height:92px;
	float:left;
}
#inner752 {
	padding:0 10px;
	/* overflow:hidden; */
}

/* search */
.searchbox{
	float:right;
	margin:14px 10px 0 0;
	text-align:right;
}
.header-searchbox {
	float: right; 
	text-align:right; 
	margin: 20px 10px 0 0;
	width: 330px;
}
#search_field{
	width: 240px; 
	background-image:url('http://www.catalogs.com/images/google.gif'); 
	background-repeat: no-repeat; 
	border: solid 1px #7E9DB9; 
	background-color:#fff; 
	font-size: 11px; 
	padding:2px;
}
#src_button	{
	margin: 5px 15px 0 0;
}


/* menu */
.menu {
	width:1000px; 
	height:27px; 
	position:relative; 
	z-index:100; 
	font-family:arial, sans-serif; 
	text-transform: uppercase; 
	background: #dd5201; 
	clear:both
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}
.menu ul ul { 
	width:149px; 
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left; 
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;
    font-size:11px;
    text-decoration:none; 
    color:#fff; 
    height:26px; 
    border:1px solid #ccc; 
    border-width:0 0 0 1px; 
    background-color:#dd5201; 
    padding: 0 11px;
    line-height:25px; 
    font-weight:bold; 
    min-width: 35px; 
    text-align: center;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { 
	background-color:#e49401; 
}
/* style the second level hover */
.menu ul ul a.drop:hover,.menu ul ul :hover > a.drop{ 
	background-color:#c9ba65; 
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color:#F7B734;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color:#FED978;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { 
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:26px; 
	right:11px; 
	width:159px; 
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:-153px; 
	top:-1px; 
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#e49401; 
	color:#fff; 
	height:24px; 
	width:148px; 
	border-width:0 1px 1px 1px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover,.menu :hover > a {
	color:#fff; 
	background-color:#e49303; 
	text-decoration: none;
}
.menu ul ul :hover > a {color:#fff; background-color:#F7B734; text-decoration: none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul,.menu ul :hover ul :hover ul {
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
 

/* breadcrumbs */
.breadcrumbs{ 
	font-size: 12px; 
	color:#201c9b; 
	line-height: 16px; 
	height:26px; 
	margin-top: 10px;
}
.breadcrumbs li	{
	display:inline;
	padding:0 5px 0 0;
}
.breadcrumbs li a{
	padding:0 5px 0 0;
}
.breadcrumbs li:after{
	content:'>';
}
.breadcrumbs li.last:after{
	content:none;
}
.homebread { 
	font-size: 12px; 
	color:#201c9b; 
}

/* sidebar */
#thirdcolumn ul#subscribe-list 	{
	margin:0 auto 1px;
	width:100px;
	padding:0;
	list-style-image:none;
}
#subscribe-list li	{
	display:block;
	margin: 1px 0;
	float:left;
	clear:both;
}

#thirdcolumn {
	width: 320px;
	float:right;
	padding: 10px;
}
#thirdcolumn .columncontent {
	background: #FFFDF7;
	border: 1px solid #F0F0DD;
	margin-bottom: 20px;
	border-radius:10px 0 0 0;
	overflow:hidden;
	behavior:url(PIE.htc);  
}
#thirdcolumn .columncontent2 {
	background: #EAF4FA;
	border: 1px solid #D6EEFC;
	margin-bottom: 20px;
	border-radius:10px 0 0 0;
	behavior:url(PIE.htc);  
}
#thirdcolumn .columncontent2 li {
	padding-right: 10px;
}
#thirdcolumn a, #thirdcolumn a:visited {
	font-size: 11px;
}
#thirdcolumn ul {
	list-style-image: url(images/icon.jpg);
	margin: 0 0 0 45px;
	padding-bottom: 5px;
}
#thirdcolumn li {}
#thirdcolumn .ad {
	background: #fff;
	padding: 0 0 20px 0;
}
#thirdcolumn h4, #leftcolumn h4 {
	background:url(images/obT_wide.gif) no-repeat left top;
	padding: 7px 0 3px 25px;
	font-size: 12px;
}

.ads{
	margin-bottom:20px;
}

/* main content */
#rightcolumn {
	width:590px;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	float:left;
	line-height:130%;
}
.library_header2{
	margin-bottom:20px;
}

.slogan-list li{
	width:33.3%;
	float:left;
	text-align:center;
}
.slogan-list li p{
	display:block;
}

h1,h2,h3,h4,h5,h6{
	line-height:130%;
}
h1 {
	color: #0A5E10;
	font-size:28px; 
	margin:7px 0 21px;
}
h1.slogan {
	color: #000;
	font-size:34px;
	margin:7px 0;
}
h2 { 
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	margin: 15px 0 10px;
	padding-bottom: 5px;
}
h3 { 
	font-size:18px; 
	margin:5px 0 10px 0; 
}
h4 { 
	font-size:14px; 
	margin:0 0 8px 0; 
}
h5 { 
	font-size:12px; 
	margin:15px 0; 
}
h6 { 
	font-size:10px;
	 margin:15px 0; 
}

#main p {
    margin: 1.5em 0;
}

.articlelist h3{
	margin:0;
}

.articlelist {
	padding-bottom: 25px;
	overflow:hidden;
}
.articlelist .published {
	color: #666666;
	font-size: 11px;
	padding: 0 0 3px 0;
}
.articlelist .articlelistimage {
	height: 50px; 
	border: 1px solid #ccc; 
	padding: 5px; 
	margin-right: 15px;
	float:left;
}
.articlelist h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.articlelist .description {
	padding: 5px 0 0 5px;
	font-size: 13px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;

}
.articlelist .description .articleLink {
	font-size: 11px;display:block;
}
.articlelist .ratingarea {
	margin-left: -5px;
}
 
.latestArticle {
	font-size: 12px;
}
.latestArticle h3 a {
	font-family: arial;
	font-size: 16px;
	color: #00c;
	margin: 0;
	padding: 0;
}

.latestArticle a {
	color: #8E8989;
	font-size: 11px;
}
 
.latestArticle .date {
	color: #696969;
	font-size: 10px;
}

.latestArticle a {
	color: #6C73FF;
	font-size: 11px;
}

.latestArticle p {
	margin: 2px 0;
	padding: 1px 0;
	line-height: 1.2em;
}

.latestArticle .leftcol,.latestArticle .rightcol{
	float:left;
}
 
.indiv {
	clear: both;
	margin: 10px 0;
	height: 80px;
	overflow:hidden;
}

.leftcol .articlelistimage{
	width:76px;
}

.dv6-2 {
	float: left;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 3px;
}

.infoCategory {
	width: 370px;
	float: left;
	margin-left: 0px;
	font-size: 11px;
	margin-bottom: 10px;
	height: 70px;
}
.infoCategory h3 a {
	font-family: arial;
	font-size: 16px;
	color: #00c;
	margin: 0;
	padding: 0;
}
.infoCategory h3 {
	margin: 0;
	padding: 0;
}
.infoCategory .date {
	color: #696969;
	font-size: 10px;
}
.infoCategory a {
	color: #8E8989;
	font-size: 11px;
}
.infoCategory p {
	margin: 2px 0;
	padding: 1px 0;
	line-height: 1.2em;
}

.votbot {
	text-align: center;
	padding-top: 6px;
	margin-top: 3px; 
	margin-left: -5px; 
	/*width: 54px; 
	height: 27px; 
	background: url(votres.gif) no-repeat; */
	position: absolute; 
	display: block; 
}
.votcont2 {
	float: left; 
	width: 55px; 
	height: 33px; 
	margin-top: 2px; 
	margin-right: 10px; 
	background: #fff url(votetop.gif) no-repeat left;
}
.votcont {
	/*float: left; */
	width: 55px; 
	height: 48px; 
	margin-top: 2px; 
	margin-right: 5px; 
	/*background: #fff url(votetop.gif) no-repeat left;*/
}

.voteres {
	font-size : 14px; 
	color : #333300; 
	font-weight : bold; 
	font-family : arial,helvetica,san-serif; 
	text-decoration : none; 
	display:block;
	padding:13px 0 0 0;
	text-align:center;
} 


/* AUTHOR page */
.department {
	font-size: 18px;
	font-weight: bold;
	color: #0A5E10;
	padding-top: 10px;
	padding: 5px 0;
	margin: 0 0 2px 0;	
}
.department.underlined{
	border-bottom: 1px solid #ccc; clear:both;height: 35px;
}
.underlined{
	border-bottom: 1px solid #ccc;
}

.catbox_vert { margin-left:10px !important; padding-bottom: 10px !important; }
.catbox_vert ul { padding-bottom:10px; }
.catbox_vert li { float:left; list-style-image:none; list-style-type:none; height:136px; text-align:center; padding-bottom:10px; padding-top: 10px }
.catbox_vert div.outer_33 { float:left; position:relative; z-index:2; top:0px; left:-4px }
.catbox_vert div.outer_50 { float:left; position:relative; z-index:2; top:0px; left:20px }
.catbox_vert div.outer_100 { float:left; position:relative; z-index:2; top:0px; left:180px }
.catbox_vert li img.banner { vertical-align:middle; height:34px; max-width:95px; }
.catbox_vert li div.inner { z-index:3; color:#FFFFFF; font-weight:bold; font-family:Arial; font-size:11px; position:absolute; left:3px; bottom:50%; top:10%; }
.catbox_vert li a { display:block; }
.catbox_vert li img.cover_burst { position:relative; z-index:1; top:-24px; left:0px; width:85px; height:112px; }
.catbox_vert li img.cover_none { position: relative; z-index:1; top:10px; left:0px; width:85px; height:112px; }
.catbox_vert li div.under_burst { position:relative; z-index:2; top:-24px; left:0px; }
.catbox_vert li div.under_none { position:relative; z-index:2; top:10px; left:0px; }
.catbox_vert_100 { width:300px; }
.catbox_vert_50  { width:150px; }
.catbox_vert_33  { width:100px; }

.catbox_horz { margin-left:-4px !important; padding-left:5px; }
.catbox_horz li { list-style-image:none; list-style-type:none; float:left; text-align:center; margin-left:15px; width:92px; padding-top: 10px }
.catbox_horz li div.outer { float:left; position: relative; z-index:2; top:0px; left:0px;  }
.catbox_horz li img.banner { vertical-align:middle; height:34px; max-width:95px; }
.catbox_horz li div.inner { z-index:3; color:#FFFFFF; font-weight:bold; font-family:Arial; font-size:11px; position:absolute; left:3px; bottom:50%; top:10%; }
.catbox_horz li a { font-size:11px; }
.catbox_horz li img.cover_burst { position:relative; z-index:1; top:-24px; left:6px; width:85px; height:112px; }
.catbox_horz li img.cover_none { position:relative; z-index:1; top:10px; left:6px; width:85px; height:112px; }
.catbox_horz li div.under_burst { position:relative; z-index:2; top:-24px; left:6px; }
.catbox_horz li div.under_none { position:relative; z-index:2; top:10px; left:6px; }

.authorName {
	color: #B29211;
	font-weight: bold;
}
.authorpic{
	float:left;
	margin-right:5px;
}
.authorpic img{
	border: 1px solid #ccc;
}
.ratethis2 {
    color: #000000;
    font-size: 12px;
	float:left;
}
.title1 { 
	font-size:31px; 
	line-height:35px; color:#333; font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px; margin-bottom:5px; 
}

.author1 {
	font-size: 12px; 
	color: #000; 
	padding: 0 10px;
}
.info1 {
	font-size: 11px; 
	color: #696969; 
	padding: 0 10px; 
}
.info2 {
	font-size: 11px; 
	color: #696969;
	padding: 0 10px; 
	height: 30px;  
	margin: 0; 
}
.miniHeader {
 	width:100%;
	margin-bottom: 10px;
 	clear:both;
	overflow:hidden;
}
.miniHeader .info1 {
	border-bottom: 0px solid #ccc;
	margin-top: 2px;
}
 
.ratingArea {
	float: left;
	margin-left: 10px;
}
.article_details{
	float:left;
	width:300px;
}

.img-shadow {
  float:right;
  background: url(images/dropshadow/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/dropshadow/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 5px 0 0 5px; 
}

.img-shadow img {
  border: 1px solid #ccc;
  display: block;
  max-width:200px;
  background-color: #fff;
  border: 1px solid #BEBEBE;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

figcaption{
	width: 93%;
	font-size: 1.3em; 
	margin:20px 0 5px 15px; 
	padding: 1em 0;
	border: 3px double #aaa; 
	border-width: 3px 0; 
	text-align: center;
	color: #516FA3;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	float:right;
}

#main {
	line-height:155%;
	margin-top: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#main h2 {
	color: #5675AB;
	font-size: 12px;
}
#main a {
	text-decoration: underline;
}

article ul li {
    list-style-type: disc;
    margin-left: 24px;
}

article .article_social_media li {
    margin: 0;
    list-style-type: none;
}

.rightblock {
	width: 235px;
	display: block;
	float: right;
	padding: 0 15px 0 0;
}

.article_social_media{
	width: 235px; 
	text-align: center; 
	margin:0 0 0 28px;
	float:left;
}
.article_social_media li{
	margin:2px 1px 3px 0; 
	float:left;
}
.fb_share_link { 
	padding:0 10px 5px 20px; 
	font-size:11px; 
	text-decoration:none; 
	height:16px;
	padding-left:20px; 
	background:url('http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981') no-repeat top left;
}
.tweet_share_link { 
	padding:0 10px 5px 20px; 
	font-size:11px; 
	text-decoration:none; 
	background:url('/img/icon-twitter.gif') 1px center no-repeat;
}
.email_share_link { 
	padding:0 10px 5px 20px; 
	font-size:11px; 
	text-decoration:none; 
	height:16px; 
	background:url('/img/icon-email.gif') no-repeat top left; 
}

.article_social_media#bottom{margin:0 0 10px 75px;clear:both;}

#ratingsbox {
	border: 1px solid #009900;
	width: 270px;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	margin-left: 75px;
	margin-bottom: 25px;
	float:left;
}

#ratingsbox h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 0;
}

.srating {
	list-style:none;
	margin: 0 10px;
	padding:0px;
	text-align: right;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(strating.gif) top left repeat-x;
	float:left;
}
.srating li {
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.srating li a {
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image:none;	
}
.srating li a:hover{
	background: url(strating.gif) 0px -20px repeat-x;
	z-index: 1;
	left: 0px;
}
.srating a.onestar{
	left: 0px;
}
.srating a.onestar:hover{
	width:20px;
}
.srating a.twostars{
	left:20px;
}
.srating a.twostars:hover{
	width: 40px;
}
.srating a.threestars:hover{
width: 60px;
}
.srating a.threestars{
	left: 40px;
}
.srating a.fourstars{
	left: 60px;
}	
.srating a.fourstars:hover{
	width: 80px;
}
.srating a.fivestars{
	left: 80px;
}
.srating a.fivestars:hover{
	width: 100px;
}	
/* End star rater CSS */

.cgr {
    font-size: 11px;
    position: relative;
    width:50px;
    float:left;
}

#dvthank24304{
	text-align:center;
}

article footer{
	margin-top:20px;
	overflow:hidden;
}

#bottomlinks {
	width:590px; 	
	float:left;clear:both;
	margin-top:20px;
}

#bottomlinks h4 {
	background:url(images/dot.gif) no-repeat left top;
	padding: 7px 0 3px 25px;
	font-size: 12px;
}

#bottomlinks .leftpart {
	width:180px;
	padding: 15px 5px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	float: left;
}

#bottomlinks .rightpart ul {
	list-style-image: url(images/icon.jpg);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-bottom: 5px;
}

#bottomlinks .rightpart {
	padding: 10px;
	background:#FFFDF7;
	width: 570px;  
	float: left;
	border: 1px solid #ccc;
}



/* author page */

figure img{
	border:5px solid #fff;
	box-shadow:3px 3px 6px #666;
    width: 211px;
	float:right;
	behavior:url(PIE.htc);  
	
}
.img_right{
	float:right;
	margin:0 0 20px 20px;
}


/* footer */
#footer { 
	width: 990px;
	border-top:1px solid #ccc; 
	margin:10px 0 0 -10px;
	padding:5px; 
	text-align:center; 
	color: #DD5201;
	font-size:12px; 
	font-weight: bold;
	line-height:160%;
	clear:both;
}
.footnav{
	 display:inline;
}
#footer h4 	{
	display:inline;
}
#footer li{
	display:inline;
	padding:0 5px 0 0;
}
#footer li a{
	padding-left:7px;
}
#footer li:before{
	content:'.';
}
#footer li.first:before{
	content:none;
}
#footer a,#footer a:visited,#footer a:active { 
	text-decoration:none; 
	color:#DD5201; 
}
#footer a:hover { 
	text-decoration:none; 
	color:#fc0; 
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #dd5201;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}


/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/* search page */
#rightcolumn-search {
    color: #000000;
    float: left;
    margin-left: 10px;
    width: 625px;
}
/* Smartphones (portrait) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) 
{ 
#page{
	width:320px;
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	background:#fff;
}
#header_library{
	width:310px;
	height:100px;
	background:#fff;
	border:0;
	
}
.article_logo{
	background:url(/img/article_header-phone.gif) no-repeat;
	border:0;
	width:310px;
	height:114px;
}
/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
.menu {
	width:auto; 
	height:37px; 
	position:static;  
	font-family:arial, sans-serif; 
	text-transform: uppercase; 
	background: #dd5201; 
	clear:both;
	
	
}
.menu ul {
	width:300px;
	border-width:1px 2px 0 1px; 
	position:relative;
	display:none;
	margin-top:2px;
	

}
.menu li {
	display:block;
	float:left; 
	width:100%;
	margin-bottom: 1px;
	position:relative;
	display:block;
}
.menu a, .menu a:visited {
    display:block;
    font-size:15px;
    text-decoration:none; 
    color:#fff; 
    height:36px; 
    border:1px solid #ccc; 
    border-width:0 0 0 1px; 
    background-color:#dd5201; 
    padding: 0 11px;
    line-height:25px; 
    font-weight:bold; 
    min-width: 35px; 
    text-align: left;
	position:relative;
}
/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul { 
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:26px; 
	right:0px; 
	width:159px; 
	display:block;
	z-index:120;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:-130px; 
	top:20px; 
	width:149px;
	
	
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
.header-searchbox {
	float: right; 
	text-align:right; 
	margin: 20px 10px 0 0;
	width: 300px;
}
.searchbox{
	float:right;
	margin:14px 10px 0 0;
	text-align:right;
	margin-bottom:20px;
}
.breadcrumbs{ 
	visibility: hidden;
	font-size: 12px; 
	color:#201c9b; 
	line-height: 16px; 
	height:26px; 
	margin-top:20px;
	margin-bottom:20px;
	position:absolute;

}
#thirdcolumn {
	visibility:hidden;
	width:300px;
	height:100%;
	padding:0px;
	margin-top:0px;
	position:relative;
}
#thirdcolumn .columncontent {
	margin-bottom: 0px;
	width:0px;
	height:0px;
}

#rightcolumn {
	width:300px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear:both;
	
}
.ads{
	height:250px;
	position:static;
	
}
#adunit{
	width:1000px;
}
.library_header2{
	margin-bottom:20px;
	visibility:hidden;
	position:absolute;
}
h1.slogan {
	visibility:hidden;
	color: #000;
	font-size:34px;
	margin:7px 0;
}
.slogan-list li{
	visibility:hidden;
	width:300px;
	float:left;
	text-align:center;
}
.infoCategory {
	width: 300px;
	float: left;
	margin-left: 0px;
	font-size: 11px;
	margin-bottom: 10px;
	height: 70px;
	padding-top:20px;
}
.indiv {
	clear: both;
	margin: 10px 0;
	height: 150px;
	overflow:hidden;
}

#ratingsbox {
	border: 1px solid #009900;
	width: 270px;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 25px;
	float:left;
}
#bottomlinks {
	width:310px; 	
	float:left;clear:both;
	margin-top:20px;
}
#bottomlinks .rightpart {
	padding: 10px;
	background:#FFFDF7;
	width:275px;  
	float: left;
	border: 1px solid #ccc;
}
#footer { 
	width: 300px;
	border-top:1px solid #ccc; 
	margin:10px 0 0 -10px;
	padding:5px; 
	text-align:center; 
	color: #DD5201;
	font-size:12px; 
	font-weight: bold;
	line-height:160%;
	clear:both;
}

}

