/* @group bookworx css styles */

@font-face {
    font-family: 'DaxBold';
    src: url('dax-bd-webfont.eot');
    src: url('dax-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('dax-bd-webfont.woff') format('woff'),
         url('dax-bd-webfont.ttf') format('truetype'),
         url('dax-bd-webfont.svg#DaxBold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'DaxRegular';
    src: url('dax-rg-webfont.eot');
    src: url('dax-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('dax-rg-webfont.woff') format('woff'),
         url('dax-rg-webfont.ttf') format('truetype'),
         url('dax-rg-webfont.svg#DaxRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucid_sans_italic';
    src: url('lucid-it-webfont.eot');
    src: url('lucid-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('lucid-it-webfont.woff') format('woff'),
         url('lucid-it-webfont.ttf') format('truetype'),
         url('lucid-it-webfont.svg#lucid_sans_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
	overflow-y: scroll;
}

html, * body
{
	position: relative;
}

body
{
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 100% 'DaxRegular', 'Lucida Sans', Arial, sans-serif;
}

a img
{
	border-style: none;
	border-width: 0;
}

a:focus
{
	outline: none;
}

.clear
{
	font-size: 0px;
	line-height: 0px;
	height: 0;
	margin: 0px;
	padding: 0px;
	clear: both;
}

input, button, select, textarea
{
	font: 100% 'DaxRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h1, h2, h3, h4, h5, h6, p
{
	padding: 0;
	margin: 0 0 16px;
}

#page
{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#page-inner
{
	margin: 0;
	padding: 0 36px 0 20px;
}

/* @group masthead */

#masthead
{
	margin: 0;
	padding: 0;
	height: 223px;
	position: relative;
	z-index: 9750;
}

/* @group logo */

#logo-big
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	width: 944px;
	height: 179px;
	bottom: 0;
	overflow: hidden;
	background: url(../images/logo-big.png) no-repeat;
	text-indent: -9999px;
}

#logo-small
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 42px;
	width: 298px;
	height: 48px;
	bottom: 34px;
}

#logo-small a
{
	margin: 0;
	padding: 0;
	width: 298px;
	height: 48px;
	overflow: hidden;
	background: url(../images/logo-small.png) no-repeat;
	text-indent: -9999px;
	display: block;
}



/* @end */

/* @group navmain */

#navmain
{
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	top: 66px;
	left: 410px;
}

#navmain ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navmain li
{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 16px;
	line-height: 34px;
	margin: 0 47px 0 0;
	padding: 0 47px 0 0;
	background: url(../images/divider.png) no-repeat right center;
}

.wf-loading #navmain li
{
	visibility: hidden;
}

.ff3 #navmain li
{
	font-size: 14px;
}

.ipad #navmain li
{
	font-size: 14px;
}

#navmain li a:link, #navmain li a:visited
{
	text-decoration: none;
	color: #636466;
}

#navmain li a.active:link, #navmain li a.active:visited
{
	color: #af1023;
	text-decoration: none;
}

#navmain li a:hover, #navmain li a:active
{
	color: #000;
	text-decoration: none;
}

#navmain li.contact
{
	margin: 0;
	padding: 0;
	background-image: none;
}



/* @end */



/* @end */

/* @group content */

#content
{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9750;
}

.ie #content
{
	height: 1%;
}

/* @group content left */

#content-left
{
	float: left;
	margin: 0 0 40px;
	padding: 52px 0 0;
	position: relative;
	left: 20px;
	width: 342px;
	overflow: hidden;
}

/* @group quotebox */

#quotebox
{
	margin: -38px 0 0;
	padding: 0;
}

#quotebox .quotemarks
{
	margin: 0;
	padding: 41px 0;
	background-image: url(../images/quotebox-66.png), url(../images/quotebox-99.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}

#quotebox blockquote
{
	background-color: #f0f1f1;
	margin: 0;
	border-radius: 0px 40px 0px 40px;
	-moz-border-radius: 0px 40px 0px 40px;
	-webkit-border-radius: 0px 40px 0px 40px;
	padding: 24px 24px 28px;
	font: normal normal 18px/25px 'lucid_sans_italic', Arial, sans-serif;
	color: #6795ca;
}

#quotebox cite
{
	margin: 0;
	padding: 0 100px 0 40px;
	display: block;
	/*font: normal 11px/16px 'Lucida Sans', Arial, sans-serif;*/
	color: #666;
	position: relative;
	top: -28px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

#quotebox cite strong
{
	font-weight: normal;
	color: #000;
}



/* @end */

/* @group left pic */

#content-left #left-pic
{
	outline: none !important;
}

#content-left #left-pic img
{
	margin: 0;
	display: block;
}



/* @end */

/* @group roundabout */

#content-left #roundabout
{
	height: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#content-left #roundabout img
{
	-webkit-box-shadow: 0px 8px 26px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 8px 26px rgba(0, 0, 0, 0.75);
box-shadow:         0px 8px 26px rgba(0, 0, 0, 0.75);
}

#content-left #roundabout #mask
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/roundabout-mask.png) repeat;
	z-index: 1000;
	visibility: visible;
	display: block;
	width: 342px;
	height: 535px;
	margin: 0;
	padding: 0;
}

#content-left #roundabout #mask a
{
	display: block;
	width: 342px;
	height: 535px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
}

.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 650px;
	width: 680px;
	position: relative;
	top: -200px;
	left: -174px
}

.roundabout-moveable-item {
	height: 200px;
	width: 200px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	margin: 0 auto;
}

.roundabout-in-focus {
	cursor: auto;
}

/* @end */

/* @group books */

#books
{
}

#books img
{
	display: block;
	width: 342px;
	height: 430px;
	margin: 0;
}



/* @end */

/* @group googlemap */

#googlemap
{
	outline: 1px solid #6795ca;
}

#googlemap img
{
	display: block;
	width: 342px;
	height: 240px;
	margin: 0;
}



/* @end */

/* @group jo-peggy */

#jo-peggy
{
	/*outline: 1px solid #6795ca;*/
}

#jo-peggy img
{
	display: block;
	width: 342px;
	height: 233px;
	margin: 0;
}



/* @end */



/* @end */

/* @group content right */

#content-right
{
	margin: -32px 0 40px;
	padding: 0;
	width: 412px;
	position: relative;
	float: right;
	right: 120px;
}

.wf-loading #content-right
{
	visibility: hidden;
}

.ff3 #content-right
{
	margin: -33px 0 40px;
}

.ipad #content-right
{
	margin: -33px 0 40px;
}

#content-right h1
{
	color: #6795ca;
	margin: 0 0 10px;
	padding: 0;
	font: normal 30px/36px 'DaxBold';
}

/* My Comment */

.wf-loading #content-right h1
{
	visibility: hidden;
}

.ff3 #content-right h1
{
	font-size: 24px;
	line-height: 36px;
}

.ipad #content-right h1
{
	font-size: 24px;
	line-height: 36px;
}

#content-right h2
{
	color: #6795ca;
	margin: 0 0 8px;
	padding: 0;
	font: normal 20px/26px 'DaxBold';
	position: relative;
	top: -8px;
}

.wf-loading #content-right h2
{
	visibility: hidden;
}

.ff3 #content-right h2
{
	font-size: 16px;
}

.ipad #content-right h2
{
	font-size: 16px;
}

#content-right p
{
	font-size: 14px;
	color: #58595b;
	line-height: 24px;
	margin: 0 0 18px;
	padding: 0;
}

#content-right p strong
{
	font-family: 'DaxBold';
	font-weight: normal;
}

#content-right address
{
	font-size: 14px;
	color: #58595b;
	line-height: 24px;
	margin: 0 0 18px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

#content-right address strong
{
	font-family: 'DaxBold';
	font-weight: normal;
}

#content-right ul
{
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 20px 17px;
}

#content-right li
{
	font-size: 14px;
	color: #af1023;
	line-height: 24px;
	margin: 0 0 6px;
	padding: 0;
}

#content-right li strong
{
	font-family: 'DaxBold';
	font-weight: normal;
}

#content-right li span
{
	color: #58595b;
}

#content-right li span em
{
	color: #6795ca;
	font-style: normal;
	font-family: 'DaxBold';
	font-weight: normal;
}

#content-right a:link, #content a:visited
{
	color: #af1023;
	text-decoration: underline;
}

#content-right a:hover, #content a:active
{
	color: #af1023;
	text-decoration: none;
}

.contact #content-right li
{
	line-height: 20px;
}

.contact #content-right address
{
	line-height: 20px;
}

.contact #content-right address a.phone
{
	display: block;
	padding-top: 4px;
}

#content-right a.phone:link, #content a.phone:visited
{
	color: #58595b;
	text-decoration: none;
}

#content-right a.phone:hover, #content a.phone:active
{
	color: #58595b;
	text-decoration: underline;
}



/* @end */

/* @group landing */

#landing
{
	padding: 50px 0 0;
	margin: 0 0 40px;
	height: 300px;
}

#landing-left
{
	float: left;
	position: relative;
	left: 60px;
}

#landing-middle
{
	float: left;
	position: relative;
	left: 136px;
}

#landing-right
{
	float: right;
	position: relative;
	right: 36px;
}

#landing .landing-box
{
	width: 232px;
	height: 232px;
	margin: 0;
	padding: 0;
	position: relative;
}

#landing .landing-box .heading
{
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	display: block;
	color: #6795ca;
	margin: 0;
	padding: 0;
	font-size: 30px;
	height: 30px;
	width: 232px;
	position: absolute;
	top: 101px;
	left: -100px;
}

.wf-loading #landing .landing-box .heading
{
	visibility: hidden;
}

.ie #landing .landing-box .heading
{
	height: 40px;
	width: auto;
	position: absolute;
	top: 0;
	left: -10px;
	background-color: #fff;
	white-space: nowrap;
}

.ff3 #landing .landing-box .heading
{
	font-size: 26px;
}

#landing .landing-box img
{
	width: 192px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	outline: 1px solid #6795ca;
}

#landing .landing-box a:link, #landing .landing-box a:visited
{
	color: #6795ca;
	text-decoration: none;
	display: block;
	width: 232px;
	height: 100%;
}

#landing .landing-box a:hover, #landing .landing-box a:active
{
	color: #000;
	text-decoration: underline;
}

#landing .landing-box a:link .heading, #landing .landing-box a:visited .heading
{
	color: #6795ca;
	text-decoration: none;
}

#landing .landing-box a:hover .heading, #landing .landing-box a:active .heading
{
	color: #6795ca;
	text-decoration: underline;
}

/*
.ff3_6 #landing .landing-text
{
	width: 31px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	display: block;
	text-decoration: none;
}

.ff3_6 #landing #landing-left .heading
{
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	display: block;
	color: #6795ca;
	margin: 0;
	padding: 0;
	font-size: 30px;
	background: url(../images/hd-landing-mbs.png) no-repeat 0 0;
	text-indent: -9999px;
}

.ff3_6 #landing .landing-box a:link .heading, .ff3_6 #landing .landing-box a:visited .heading
{
	border-left-style: solid;
	border-left-width: 1px;
}

.ff3_6 #landing .landing-box a:hover .heading, .ff3_6 #landing .landing-box a:active .heading
{
	border-left-style: solid;
	border-left-width: 1px;
}
*/


/* @end */

/* @group detail */

#detail
{
	padding: 50px 0 0;
	margin: 0 0 40px;
}

#detail-left
{
	float: left;
	position: relative;
	left: 60px;
	width: 302px;
	margin: 0;
	padding: 0;
}

#detail #detail-left .heading
{
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	display: block;
	color: #6795ca;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 48px;
	white-space: nowrap;
	height: 48px;
	width: 302px;
	position: absolute;
	left: -125px;
	top: 127px;
}

.wf-loading #detail #detail-left .heading
{
	visibility: hidden;
}

.ie #detail #detail-left .heading
{
	height: 58px;
	width: 350px;
	position: absolute;
	left: -10px;
	top: 0;
	background-color: #fff;
}

.ff3 #detail #detail .landing-box .heading
{
	font-size: 26px;
}

/*
#detail-left ul
{
	width: 232px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	list-style-type: none;
	margin: 0 0 20px;
}
*/

#detail-left ul
{
	width: 232px;
	padding: 0;
	list-style-type: none;
	margin: 0 0 20px 70px;
}

#detail-left ul li
{
	font-size: 14px;
	color: #6795ca;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0 0 0 16px;
	font-weight: normal;
	position: relative;
}

.ie #detail-left ul li
{
	padding-left: 18px;
}

#detail-left ul li span
{
	position: absolute;
	top: 1px;
	left: 0;
}

.ie #detail-left ul li span
{
	top: -2px;
}

.ie7 #detail-left ul li span
{
	top: -4px;
}

#detail-left ul li a:link, #detail-left ul li a:visited
{
	color: #58595b;
	text-decoration: none;
	display: block;
}

#detail-left ul li a:hover, #detail-left ul li a:active
{
	color: #000;
	text-decoration: none;
	display: block;
}

#detail-left ul li a:link span, #detail-left ul li a:visited span
{
	color: #6795ca;
}

#detail-left ul li a:hover span, #detail-left ul li a:active span
{
	color: #000;
}

#detail-left ul li.current
{
	color: #af1023;
	position: relative;
}

#detail-left ul li.current a:link, #detail-left ul li.current a:visited
{
	color: #af1023;
	text-decoration: none;
}

#detail-left ul li.current a:hover, #detail-left ul li.current a:active
{
	color: #af1023;
	text-decoration: none;
}

#detail-left ul li.current a:link span, #detail-left ul li.current a:visited span
{
	color: #af1023;
	text-decoration: none;
}

#detail-left ul li.current a:hover span, #detail-left ul li.current a:active span
{
	color: #af1023;
	text-decoration: none;
}

#detail-middle
{
	float: left;
	position: relative;
	left: 124px;
}

#detail-right
{
	padding: 0;
	width: 536px;
	float: right;
	margin: 0;
}

#detail-right .cover
{
	width: 308px;
	margin: 0;
	padding: 0;
	float: left;
}

#detail-right .cover img
{
	outline: 1px solid #6795ca;
	margin: 0;
	display: block;
}

#detail-right .info
{
	width: 210px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	left: 18px;
}

#detail-right .info h1
{
	color: #6795ca;
	margin: 0;
	padding: 0;
	font: normal 14px/22px 'DaxBold';
}

#detail-right .info h2
{
	font-size: 12px;
	font-weight: 400;
	color: #6795ca;
	line-height: 22px;
	margin: 0 0 18px;
	padding: 0;
}

#detail-right .info h2 a:link, #detail-right .info h2 a:visited
{
	color: #af1023;
	text-decoration: none;
}

#detail-right .info h2 a:hover, #detail-right .info h2 a:active
{
	color: #000;
	text-decoration: none;
}

#detail-right .info p
{
	font-size: 13px;
	color: #58595b;
	line-height: 22px;
	margin: 0 0 6px;
	padding: 0;
}

#detail-right .info ul
{
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 20px 17px;
}

#detail-right .info li
{
	font-size: 13px;
	color: #af1023;
	line-height: 18px;
	margin: 0 0 6px;
	padding: 0;
}

#detail-right .info li span
{
	color: #58595b;
}

/* @group gallery */

#gallery
{
	display: none;
}



/* @end */



/* @end */



/* @end */

/* @group footer */

#footer
{
	margin: 0;
	padding: 4px 0 8px;
	width: 924px;
	position: relative;
	left: 20px;
	border-top: 1px solid #6795ca;
	/*font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2", 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
}

/* @group copyright */

#copyright
{
	float: left;
	font-size: 11px;
	color: #58595b;
}

#copyright a:link, #copyright a:visited
{
	color: #58595b;
	text-decoration: none;
	padding-left: 2px;
}

#copyright a:hover, #copyright a:active
{
	color: #58595b;
	text-decoration: none;
}



/* @end */

/* @group credit */

#credit
{
	float: right;
	font-size: 11px;
	color: #58595b;
}

#credit a:link, #credit a:visited
{
	color: #58595b;
	text-decoration: none;
}

#credit a:hover, #credit a:active
{
	color: #af1023;
	text-decoration: underline;
}



/* @end */
	
/* @end */

/* @group dogear */

#linkedin
{
	margin: 0;
	width: 31px;
	height: 31px;
	display: block;
	position: fixed;
	top: 10px;
	left: 15px;
	text-indent: -9999px;
	background: url(../images/linkedin-sprite.png) no-repeat center top;
	z-index: 10000;
	cursor: pointer;
}

#linkedin:hover {
	background: url(../images/linkedin-sprite.png) no-repeat center bottom;
}

#animatte
{
	width: 126px;
	height: 126px;
	margin: 0;
	padding: 0;
	position: fixed;
	background: url(../images/animatte.png) no-repeat 0 0;
	z-index: 9500;
	top: 0;
	left: 0;
}

#animatte1
{
	width: 126px;
	height: 126px;
	margin: 0;
	padding: 0;
	position: fixed;
	background: url(../images/animatte1.png) no-repeat 0 0;
	z-index: 9800;
	top: 0;
	left: 0;
}

#animatte2
{
	width: 54px;
	height: 126px;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	background: url(../images/animatte2.png) no-repeat 0 0;
	z-index: 9500;
	top: 0;
}

#dogear
{
	width: 126px;
	height: 126px;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	background: url(../images/dogear3.png) no-repeat 0 0;
	z-index: 10000;
	top: 0;
}

.home #linkedin
{
	-moz-animation-name: linkedin;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 2s;

    -webkit-animation-name: linkedin;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 2s;

    animation-name: linkedin;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 2s;
}

.home #animatte
{
	-moz-animation-name: animatte;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 2s;

    -webkit-animation-name: animatte;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;

    animation-name: animatte;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 2s;
}

.home #animatte1
{
	-moz-animation-name: animatte1;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 2s;

    -webkit-animation-name: animatte1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;

    animation-name: animatte1;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 2s;
}

.home #animatte2
{
	-moz-animation-name: animatte2;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 2s;

    -webkit-animation-name: animatte2;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;

    animation-name: animatte2;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 2s;
}

.home #dogear
{
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;

	-moz-animation-name: dogear;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 2s;

    -webkit-animation-name: dogear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;

    animation-name: dogear;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 2s;
}

/*#dogear a
{
	margin: 0;
	width: 31px;
	height: 31px;
	display: block;
	position: fixed;
	top: 10px;
	left: 18px;
	text-indent: -9999px;
	background: url(../images/linkedin.png) no-repeat;
}*/

/*#dogear a:link, #dogear a:visited
{
	background: url(../images/linkedin-off.png) no-repeat;
}

#dogear a:hover, #dogear a:active
{
	background: url(../images/linkedin.png) no-repeat;
}*/

#addBookmarkContainer
{
	width: 126px;
	height: 126px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

#addBookmarkContainer a
{
	width: 126px;
	height: 126px;
	margin: 0;
	padding: 0;
	background: url(../images/dogear.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}

#addBookmarkContainer span
{
	width: 126px;
	height: 126px;
	margin: 0;
	padding: 0;
	background: url(../images/dogear.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}



/* @end */
	
/* @end */

/*
#landing .landing-text
{
	width: 31px;
	height: 232px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -4px;
	left: -4px;
	white-space: nowrap;
	display: block;
	text-decoration: none;
	background-color: #f00;
}
*/

/*
#detail #detail-left .textbox
{
	width: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -7px;
	left: -7px;
	white-space: nowrap;
	display: block;
	text-decoration: none;
}
*/