@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #333;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
}
p {
	padding-bottom: 10px;
}
h2 { 
	font-family: "Times New Roman", Times, Georgia, serif !important;
	padding-bottom: 5px;
}
h6 {
	font-size: 10px;
	color: #666;
}
.alignright {
	float: right;
	padding: 0 0 10px 10px;
}
.larger {
	font-size: larger;
}

#header {
	background: #000 url(bg-blk-diag-rev.gif);
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	color: #e3e1d4;
	z-index: 1000;
	border-bottom: 1px solid #fff;
	} #lines {
		float: right;
		text-align: right;
		padding-right: 5px;
	} #lines a img {
		filter: alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
	} #lines a:hover img {
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	} #twitter_div,
	#tw-latest {
		clear: both;
		padding-left: 7px;
		padding-bottom: 5px;
		color: #666;
		} #twitter_div ul {
			display: inline;
			list-style-type: none;
		} #twitter_div li {
			display: list-item;
		} #twitter_div a,
		#twitter_div a:visited,
		#tw-latest a,
		#tw-latest a:visited {
			color: #999;
		} #twitter_div a:hover,
		#tw-latest a:hover {
			color: #e3e1d4;
}

/* content, boxes & btns */
#content {
	width: 1000px;
	padding: 75px 5px 50px;
	margin: 0 auto;
}
.btn,
.box,
.rightbox,
.round,
.twtr-doc,
select,
option {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}
.btn-sq {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn,
.box {
	margin-top: 10px;
	background: #ccc;
	color: #fff;
	float: left;
}
.flash { position: relative; }
.rtl,.rtr,.rbl,.rbr { position: absolute; z-index: 100; }
.rtr,.rbr { right: 0; }
.rbl,.rbr { bottom: 0; }
.rbl,.rtl { left: 0; }
.rtl,.rtr { top: 0; }

.btn,
.rightbox {
	margin-left: 10px;
}
.round-tr {
	-moz-border-radius-topright: 7px;
	-moz-border-top-right-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}
.round-tl {
	-moz-border-radius-topleft: 7px;
	-moz-border-top-left-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}
.round-bl {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-bottom-left-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.round-br {
	-moz-border-radius-bottomright: 7px;
	-moz-border-bottom-right-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.btn strong {
	position: absolute;
	padding: 5px 7px;
	background: #fff;
}
.btn:hover strong {
	color: #000;
	text-decoration: underline;
}
.bgc {
	background-position: center;
}
.pad10 {
	padding: 10px;
}
.box-title {
	position: absolute;
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	z-index: 2;
	color: #000;
}
.box-title:hover,
.box:hover .box-title {
	color: #fff;
}
a strong.imagetit {
	position: absolute;
	z-index: 2;
	font-size: 12px;
	padding: 5px;
	text-transform: uppercase;
}
.prev {
	display: block;
	margin: 0;
}
.w_full {
	clear: both;
}
.w_col1 {
	width: 175px;
	background: none;
	float: left;
}
.w_col2 {
	width: 370px;
	background: none;
	float: left;
}
ul.flatlist {
	-webkit-padding-start: 0;
	list-style-type: none;
}
ul.flatlist li {
	display: inline-block;
	padding: 2px;
}

/* pages */
.pagehead {
	height: 500px;
	float: none;
}
.pagehead .pagelist {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	position: absolute;
	color: #000;
	background: url(white90.png);
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 5px;
}
.pagehead .pagelist a {
	color: #000;
	padding: 2px 5px;
	display: inline-block;
}
.pagehead .pagelist,
.pagelist a {
	text-transform: uppercase;
	font-weight: bold;
}
.pagelist a:hover {
	color: #666 !important;
}
.crumbs a {
	display: inline-block;
	float: right;
}
#pageimg {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: right;
	padding: 20px 0 0 30px;
	text-align: right;
	color: #666;
}
#pageimg:hover small {
	color: #333;
}
#pageimg img {
	padding-bottom: 5px;
}
#pageimg small {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}
.page {
	position: relative;
	border-bottom: 1px solid #000;
}
.page h2 { 
	color: #000;
	border-bottom: 1px solid #000;
}
.page h2 { font-size: 20px; }
.page h2 a,
.page h2 a small,
.page h2 a:hover,
.page .pagelist a:hover {
	color: #000;
}
.page .pagelist {
	position: static;
	padding: 2px 0 15px;
	text-align: left;
	font-size: 10px;
}
.page .pagelist a {
	padding: 0 10px 0 0;
}
.page .info {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	padding: 20px 20px 30px;
	color: #000;
}
.page .info strong {
	text-transform: uppercase;
}
.subpage .info {
	padding: 40px 0 40px 175px;
}
.subpage .entry {
	padding-top: 5px;
	} .subpage .entry ul {
		margin-top: 0;	
}
.subpage #pageimg { 
	padding: 0;
	margin: 0 0 10px 10px;
}
.subpage .subpageslist {
	position: absolute;
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0;
	float: left;
	} .subpage .subpageslist a {
		color: #000;
		padding: 2px 0;
		display: block;
}
.subpage .pagelist {
	padding: 5px 0;
	border-bottom: 1px solid #cc0000;
	clear: both;
	} .subpage .pagelist a {
		color: #000;
	} .subpage .pagelist a:hover {
		color: #666 !important;
}

#page-assets {
	font-size: 10px;
	text-transform: uppercase;
}

/* thumb boxes */
.thumb-boxes .box-title {
	top: 70px;
	left: 85px;
}
.thumb-boxes a {
	display: inline-block;
}
.thumb-boxes .thumbleft {
	margin-right: 5px;
}
.thumb-boxes img {
	float: left;
	margin-bottom: 5px;
}

/* hide */
.hide .show {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	display: none;
}
.hide50 .show {
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.hide70 .show {
	filter: alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.hide:hover .show,
.hide50:hover .show,
.hide70:hover .show {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	display: inline-block;
}

/* side bar */
#sb {
	background: none;
	padding-top: 5px;
	padding-right: 2px;
}
#sb a {
	display: block;
	padding: 0 0 5px;
}


/* search */
#search-site {
	margin-left: 10px;
	background: url(search-site.gif);
	padding: 5px 10px 5px 70px;
}
#search-site input {
	background: none;
	width: 410px;
	height: 15px;
}

/* product and videos */
#pav {
	position: relative;
	width: 500px;
	height: 400px;
	float: left;
}
#pav a .imagetit {
	bottom: 0;
	right: 0px;
}

/* product box */
#product-box strong,
#vid-latest strong {
	text-shadow: none; 
	background-color: #fff;
	color: #000;
}
#product-box:hover strong,
#vid-latest:hover strong {
	text-decoration: underline;
}
#product-box-link {
	width: 500px;
	height: 278px;
	display: block;
}

/* video box */
#vid-latest {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100px;
	background: #E9158B;
	background-position: bottom;
}
#vid-latest:hover {
	height: 275px;
	border-top: 10px solid #fff;
	-moz-border-radius-topright: 0;
	-moz-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
#videos.w_full {
	margin: 10px 0 0;
	padding: 0;
	background: #000;
	height: 500px;
}
#videos .entry { 
	padding: 50px 150px 40px;
}
#videos .flash {
	width: 700px;
	text-align: center;
	font-size: 14px;
	background-color: #333;
}
#videos .flash strong { display: block; padding: 10px; }
#videos .flash a { color: #fff; }
#videos .flash a:hover { color: #0066cc; }
#videos.boxed-updates { margin-top: 0; }
#videos.boxed-updates a {
	background-color: #E9158B;
}
#videos.boxed-updates a.mainbox {
	background-color: #605f5f !important;
	color: #000;
}

/* flipbooks */
#flipbooks {
	background-image: url(flipbooks-bg.jpg);
	width: 1000px;
	color: #000;
	font-size: 10px;
	padding-bottom: 10px;
}
#flipbooks .box-title {
	bottom: 5px;
	left: 5px;
}
#flipbooks .page {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 225px;
	border: 0;
}
#flipbooks .pagelist {
	color: #000;
}
#flipbooks .info {
	font-size: 10px;
	padding: 10px 5px 10px 0;
}
#flipphoto {
	z-index: 10;
	width: 750px;
	height: 525px;
	float: right;
	background-color: #666;
	margin: 10px 10px 0 0;
}
#fb-thumbs,
#fb-embed,
#fb-embedinfo {
	width: 750px;
	float: right;
	margin-right: 10px;
}
#fb-thumbs {
	margin: 1px 10px;
}
#fb-embedinfo {
	text-transform: uppercase;
	background: #000;
	color: #999;
	padding: 2px 0;
}
#fb-embed {
	width: 750px;
	} #fb-embed input,
	#embedcode {
		display: block;
		float: left;
		color: #999;
		background: #333;
		height: 35px !important;
	} #fb-embed input {
		width: 50px !important;
		font-size: 18px;
		text-align: right;
		vertical-align: top;
		overflow: hidden;
	} #embedcode {
		width: 700px !important;
		background: #444;
		font-size: 10px;
}
#flipbooks-boxed.boxed-updates a {
	background-color: #DFFF00;
}

/* home box */
#fb-prev {
	background-color: #DFFF00;
	width: 470px;
	height: 333px;
	padding: 10px;
}
#fb-prev .box-title {
	position: static;
	color: #000;
}
#fb-prev-main {
	display: block;
	position: relative;
	width: 393px;
	height: 333px;
	overflow: hidden;
	float: left;
	z-index: 10;
}
#fb-prev-main:hover { width: 470px; }
#fb-prev-main strong {
	text-shadow: none !important;
	background-color: #DFFF00;
	color: #000;
	right: 0;
}
#fb-prev-main:hover strong {
	text-decoration: underline;
}
#fb-prev-thumbs {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	width: 75px;
}
#fb-prev-thumbs a {
	display: block;
	border-bottom: 2px solid #DFFF00;
}
.flipbook-listing {
	display: block;
	position: relative;
}
.flipbook-listing strong {
	position: absolute;
	color: #000;
	background: #ccc;
	padding: 5px;
	bottom: 10px;
	left: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-style: italic;
}
.flipbook-listing:hover strong { padding-left: 10px; }

/* catalog */
#catalog,
#team { 
	height:auto !important;
	height:500px;
	min-height:500px;
	overflow: auto;
}
.catalog-bg {
	background: url(catalog-bg.jpg);
	color: #fff;
	font-size: 12px;
}
.catalog-updates #dailyword.boxed .dw-short {
	background-color: #cc0000;
}
#catalog .pagelist {
	border-color: #cc0000;
}
#catalog a.active,
#catalog .pagelist a.parent,
#catalog .entry a,
#catalog h2 a:hover,
#catalog #page-assets {
	color: #cc0000 !important;
}
#catalog #page-assets {
	padding-bottom: 10px;
}
#catalog .info a {
	text-transform: uppercase;
}
#catalog .info blockquote {
	margin-left: 0;
	margin-top: 0;
}
#catalog .subpageslist a:hover {
		color: #cc0000;
}
#catalog-btn {
	display: block;
	width: 175px;
	height: 105px;
}
#catalog-btn .box-title {
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	text-align: center;
	color: #CCC;
	border-top: 1px solid #fff;
	background: #000;
}
#catalog-btn:hover .box-title {
	color: #fff;
}
/* store */
#store-btn {
	display: block;
	width: 175px;
	height: 105px;
}
#store-btn .box-title {
	bottom: 5px;
	right: 5px;
	text-align: right;
}

/* team */
#team-boxes,
.team-updates #dailyword.boxed .dw-short {
	background-color: #FF6600;
}
#team a.active,
#team .pagelist a.parent,
#team h2 a:hover,
#team .pagelist a:hover,
#team .subpageslist a:hover,
#team .entry a,
#team #page-assets {
	color: #FF6600 !important;
}
#team .pagelist {
	border-color: #FF6600;
}

/* tech corner */
#techcorner-btn strong {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #ccc;
}
#techcorner-btn:hover strong {
	color: #fff;
}
#techcorner {
	background-image: url(tc-header.gif);
	height: 500px;
	border: 0;
	float: none;
}
#techcorner .pagelist a:hover {
	color: #0000FF !important;
}
#techcorner.page h2 { border-color: #fff; }
#techcorner-btn {
	width: 175px;
	height: 105px;
}
#techcorner .info {
	text-align: center;
	padding: 150px 0 0 0;
}
#techcorner a:hover {
	color: #333;
} #techcorner a {
		color: #0000ff;
		font-size: 14px;
		display: inline-block;
		width: 150px;
		height: 175px;
		padding-top: 25px;
		background: url(pdf-download.jpg);
		margin: 5px;
}
.tech ul {
	list-style: none;
	padding: 10px 20px 20px 10px;
	font-size: 12px;
}
.tech {
	background-image: url(tc-graph.jpg);
}
.tech li {
	padding-bottom: 1px;
}
.tech a {
	display: block;
	color: #333;
	border-left: 10px solid #333;
	padding: 5px;
}
.tech a:hover {
	color: #000;
	border-left: 15px solid #0000ff;
}
#tech-articles {
	width: 360px;
}
#tech-articles h3,
#tc-bnr h3 {
	padding: 5px 7px;
	border-bottom: 1px solid #000;
	background: #0000ff;
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
}
/* downloads */
#downloads {
	display: block;
	background: url(downloads-bg.jpg);
	float: none;
	border: none;
	height: 500px;
}
#downloads a:hover,
#downloads .odsywp-dl:hover .show,
#odsywp.boxed-updates a:hover {
	color: #00cc00 !important;
}
#downloads h2 {
	padding: 5px;
	border-color: #fff;
}
#downloads .info {
	padding: 90px 250px 0;
}
#downloads .info a {
	font-weight: bold;
	text-transform: uppercase;
}
#downloads .info .odsywp-dl div a,
#downloads .info .odsywp-dl strong {
	color: #fff;
	background-color: #000;
}
#odsywp-boxes {
	background-color: #00ff00;
}

/* wallpaper download box */
#dailyword .odsywp-dl .btn {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#dailyword .odsywp-dl div a,
#dailyword .odsywp-dl .btn strong {
	background-color: #ccc;
	color: #000;
}
.odsywp-dl {
	position: relative;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}
.odsywp-dl,
.odsywp-dl .prev {
	width: 500px;
	height: 312px;
}
.odsywp-dl .prev strong { right: 0; }
.odsywp-dl div {
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: right;
}
.odsywp-dl div a {
	display: inline-block;
	padding: 5px 5px 0;
	font-weight: bold;
	background-color: #fff;
	margin-left: 2px;
	color: #000;
}
.odsywp-dl a strong:hover,
.odsywp-dl div a:hover {
	color: #0066cc !important;
}

/* contact */
#contact-btn {
	background: #000;
	width: 175px;
	height: 50px;
}
#contact-btn .box-title {
	color: #0066cc;
	top: 10px;
	left: 10px;
}
#contact-btn:hover a,
#contact-btn .box-title:hover {
	color: #ccc;
}
#contact {
	background-image: url(contact.jpg);
	height: 1000px;
	width: 1000px;
	color: #000;
}
#contact a {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#contact h2 { 
	clear: both;
	padding: 50px 5px 5px;
}
#contact-l {
	position: absolute;
	text-align: right;
	right: 650px;
}
#contact-r {
	position: absolute;
	left: 375px;
}
#contact ul.dist li {
	display: block;
	float: left;
	width: 175px;
	padding: 5px;
}
#contact-l ul.dist li { 
	width: 300px;
	float: right;
}

/* Daily Word: Boxed */
#dailyword.boxed {
	width: 675px;
	background: none;
	padding: 0;
	margin-left: 0;
}
#dailyword.boxed .dw-short {
	width: 125px;
	height: 160px;
	overflow: hidden;
	margin: 0 0 10px 10px;
	background: #ccc;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}
#dailyword.boxed .dw-short:hover {
	background-color: #ccc;
	color: #0066cc;
}
#dailyword.boxed .dw-short img {
	padding: 20px 0 10px;
	float: none;
}
#dailyword.boxed strong {
	display: block;
	padding: 5px;
}
#dailyword.boxed .dw {
	background-color: #ccc !important;
}
#dw-boxed {
	background-color: #ccc !important;
	background-image: url('dw-launch.gif') !important;
	position: relative;
}
#dw-boxed strong {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.boxed-updates {
	width: 675px;
	float: left;
}
.boxed-updates a,
#odsywp div {
	display: block;
	width: 125px;
	height: 160px;
	text-align: center;
	text-transform: uppercase;
	background-color: #ccc;
	color: #000;
}
.boxed-updates a:hover,
#odsywp div:hover {
	background-color: #ccc !important;
}
.boxed-updates img {
	padding: 20px 0 5px;
}
.boxed-updates strong {
	display: block;
	padding: 5px;
}
.boxed-updates a:hover {
	color: #0066cc;
	background-color: #ccc;
}
#odsywp div {
	font-weight: bold;
	background-color: #00cc00;
}
#odsywp a {
	display: inline;
	height: auto;
	width: auto;
	background: none !important;
}

/* g-sport */
#g-sport {
	background: url(gs-header.jpg);
	height: 500px;
}
.g-sport .twtr-timeline {
	background-image: url(tc-graph.jpg) !important;
}
#g-sport .info {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#g-sport li {
	text-align: right;
	list-style: none;
	padding-bottom: 3px;
}
#g-sport li li { padding-bottom: 0; }
#g-sport .info a {
	display: inline-block;
	padding: 5px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
}
#g-sport .info ul ul a {
	font-size: 12px;
	background-color: #666;
}
#g-sport .info a:hover {
	background-color: #cc0000;
}

/* flatware */
#flatware {
	background: url(fw-header.jpg);
	height: 500px;
}
#flatware .info {
	position: absolute;
	right: 0;
	bottom: 20px;
}
#flatware li {
	text-align: right;
	list-style: none;
	padding-top: 3px;
	text-transform: uppercase;
}
#flatware ul a {
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
#flatware ul ul a {
	font-size: 10px;
}
#flatware a:hover {
	border-right: 10px solid #fff;
	color: #333;
}

/* mailing list */
#mailinglist {
	width: 1000px !important;
	margin: 0 auto;
	padding: 20px;
}
#mailinglist input { 
	border: 1px solid #000;
	padding: 2px;
}

/* footer */
#footer {
	clear: both;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #fff;
	background: #000 url(bg-blk-diag-rev.gif);
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
#footer a {
	display: inline-block;
	padding-left: 10px;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: Uppercase;
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#footer img {
	float: right;
	padding-right: 5px;
}
#footer select { margin-right: 5px; float: right; font-size: 9px; }

/* misc */
#dw-info p { text-align: justify; }
#dw-info .moreposts { 
	text-align: center;
	padding: 12px 0 22px; }
.moreposts a {
	display: inline-block;
	border: 2px solid #666;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* twitter */
.twtr-widget{position:relative;font-size:12px!important;zoom:1;}.twtr-fullscreen{font-size:220%!important;}.twtr-widget .twtr-spinner{width:14px;height:14px;position:absolute;background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;top:3px;right:3px;}.twtr-inactive{display:none;}.twtr-widget a img{border:0!important;}.twtr-doc{overflow:hidden;width:100%;text-align:left;font-weight:normal;}.twtr-bd{padding:0 1px;}.twtr-widget .twtr-tweet-wrap{padding:6px 8px;overflow:hidden;zoom:1;}.twtr-fullscreen .twtr-tweet-wrap{padding:20px;}.twtr-widget .twtr-tweet{border-bottom:1px dotted #ddd;overflow:hidden;zoom:1;}.twtr-widget .twtr-tweet a.twtr-reply{visibility:hidden;}* html .twtr-widget .twtr-tweet a.twtr-reply{visibility:visible;}.twtr-widget .twtr-tweet:hover a.twtr-reply{visibility:visible;}.twtr-widget-profile img.twtr-profile-img{display:block;float:left;width:31px;height:31px;border:0!important;}.twtr-widget h3,.twtr-widget h4,.twtr-widget p{margin:0!important;padding:0!important;line-height:1.2!important;width:auto!important;}.twtr-widget-profile h3,.twtr-widget-profile h4{margin:0 0 0 40px!important;}.twtr-widget h3{font-size:11px!important;font-weight:normal!important;}.twtr-widget h4{font-size:16px!important;}.twtr-widget i{font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1;}.twtr-hd{padding:10px;position:relative;zoom:1;overflow:hidden;}.twtr-fullscreen .twtr-hd{height:0;padding:0;}.twtr-timeline{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px;}.twtr-flat .twtr-timeline{overflow-x:hidden;overflow-y:scroll;}.twtr-widget .twtr-tweet:last-child{border-bottom-width:0;}.twtr-ft{position:relative; overflow: hidden; height: 1px !important;}.twtr-ft div{overflow:hidden;padding:10px;zoom:1;}.twtr-ft span{float:right;text-align:right;}.twtr-ft a{float:left;display:block;}.twtr-ft span a{float:none;}.twtr-avatar{width:40px;height:40px;float:left;overflow:hidden;display:block;}.twtr-fullscreen .twtr-avatar{width:80px;height:80px;}.twtr-img{height:25px;width:25px;}.twtr-img img{width:30px;height:30px;}.twtr-fullscreen .twtr-img img{width:72px;height:72px;}.twtr-fullscreen a.twtr-join-conv{display:none;}.twtr-tweet-text{margin-left:40px;}.twtr-fullscreen .twtr-tweet-text{margin-left:90px;}.twtr-doc a{text-decoration:none!important;}.twtr-doc a:hover{text-decoration:underline!important;}
