/*  
Theme Name: Brazil 2008
OG Theme URI: http://www.ndesign-studio.com
Description: them modified for brazil.ch by jo@do-jo.net.
Author URI: http://www.do-jo.net	

*/

body {
	color: #6c5026;
	margin: 0px;
	padding: 0px 0px 30px;
	background-color: #2d2e3a;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-position: left -180px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
}
a {
	color: #b74509;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #b74509;
	text-decoration: underline;
}
img {
	border: 0px;
	
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h1 {
	margin:0px;	
	font: bold 16px/100% "Trebuchet MS", Tahoma, Arial;
	color: #a79a5a;
}
h1 a, h1 a:visited{
	color: #a79a5a;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
background: url(images/h2.png) no-repeat;
	padding-left: 48px;
	color:  #8c9f0d;
	margin: 25px 0px 2px;
	border-bottom: 1px dotted #9f8668;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color:  #8c9f0d;
	text-decoration: none;
}
h2 a:hover {
	color: #8c9f0d;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #b74509;
	left: 40px;
	position: relative;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 0px;	
}
h4 {
	background: url(images/h2.png) no-repeat;
	padding-left: 48px;
	color:  #8c9f0d;
	margin: 25px 0px 2px;
	border-bottom: 1px dotted #9f8668;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h5 {
background: url(images/h5.png) no-repeat;
	padding-left: 48px;
	color:  #9f8668;
	margin: 25px 0px 2px;
	border-bottom: 1px dotted #9f8668;
	letter-spacing: -1px;
	font: Bold 194%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h5 a, h2 a:visited {
	color:  #8c9f0d;
	text-decoration: none;
}
h5 a:hover {
	color: #8c9f0d;
	text-decoration: none;
}
h6 {
	background: url(images/h6.png) no-repeat;
	padding-left: 48px;
	color:  #B74509;
	margin: 0px 0px 0px;
	border-bottom: 1px dotted #9f8668;
	letter-spacing: -1px;
	padding-bottom: 6px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 22px;	
}

form {
	margin:0px;
	padding:0px;
}
#page {
	width: 760px;
	border-bottom: 0px solid #d5e6eb;
	border-left: 0px solid #d5e6eb;
	border-right: 0px solid #d5e6eb;
	background-image: url(images/bg_page.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #f2efba;
	position: relative;
	float:right;
	right: 5%;
	
}
/* header area */
#header {
	height: 170px;
	border-bottom: 0px solid #59780a;
	position: relative;
	/*background-color: #6c502b;*/
	
	background-repeat: no-repeat;
	z-index: 20;	
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
	z-index: 20;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #a79a5a;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 20;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% "Trebuchet MS", Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}

/* content area */
#content {
	float: left;
	width: 720px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 40px;
	position:relative;
	z-index: 20;
	background-color: #f2efba;
	background-image: url(images/bg_page.png);
	background-repeat: repeat-y;
	background-position: left top;
	
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 55px;
	height: 59px;
	float:left;
	background: url(images/date-bg.png) no-repeat;
	
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #525C07;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 15px;
	margin-left: -12px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #525C07;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 630px;
}

.entry {
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
}
.post-cat {
	/*background: url(images/mini-category.gif) no-repeat;*/
	padding-left: 20px;
	display:inline;
	
		float:left;
	font-size: 95%;
	color: #999999;
}
.post-cat img {
	clear: right;
	float: left;
	padding-right: 10px;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.png) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #8c845d;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 620px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% "Trebuchet MS", Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
	
}

/*sidebar */

#sideBar{
		position: absolute;
		width: 300px;
		height: 550px;
		top: 300px;
		left:-80px;
		
		
	
	}
	
	#sideBarTab{
		float:left;
		height:237px;
		width:28px;
	}
	
	
	
	#sideBarContents{
	overflow:hidden !important;
		position: absolute;
	left:85px;
	top:0px;
	
	
	
	
	}
	
	#sideBarContentsInner{
	width:200px;
	height:400px;
	
	}
	
	
#sideBarContentsInner #liste{
	
	height:400px;
	background:url(images/bg-side.png);
	
	}

#bgside{
position:absolute;
	
	
	
}

/*sidebar title (h2) */
#sideBar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9c7c5c;
	margin: 2px;
	border-bottom: 1px solid #CFE1AC;
	padding-top: 20px;
}
/*sidebar text styles */
#sideBar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sideBar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sideBar ul {
background-color: #f2efba;
	margin: 0;
	padding: 0;
}
#sideBar ul li {
	list-style: none;
	padding: 0;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
/*sidebar list level2 */
#sideBar ul li ul {
	padding: 0;
	margin: 0;
}
#sideBar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#sideBar ul li ul {
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	
}

/* footer area */
#allfooter {
		position:relative;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	float: right;
	width:100%;	
	background-color: #A3b50A;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
}
#footer {
	position:relative;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	float: right;
	background-color: #A3b50A;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	width: 100%;
}
#footer a, #footer a:visited {
	color: #76634B;
}
#footer a:hover{
	color: #F2EFBA;
	text-decoration: underline;
}
#footer h4 {
	color: #F2EFBA;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 126%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	background-image: url(images/footer-h4.png);
	background-repeat: repeat-x;
	background-position: right;
	width:100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
	padding-top: 0px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 0px;
}
.footer-recent-posts {
	width: 700px;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 10px;
}
.footer-about {
 position:relative;
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
/* credits */
#credits {
    clear: both;
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
	
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.lastpost
{
position:relative;
margin-left:10px;
width:100%;


}
.lastpost1
{
position:relative;
margin-left:10px;
width:200px;
float:left;
display:block;
}
.lastpost  strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
	
	
}
/*	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
	width:220px;
	
}*/

.lastpost1  a {
	float: left;
	background-image: url(images/mini-footer-post.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.lastpost1  a:hover {
	background-image: url(images/mini-footer-post.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	
	color: #999966;
	text-decoration: none;
}
.allpast {
	float:left;
	font-size: 150%;
	color: #999999;
	background-image: url(images/allpast.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
}


	#carousel{
		
		width:700px;
		height:400px;
		position:relative;
		
		
	}
	
	#carousel img{
		width:100%;
		height:auto;
		border:0px solid #FFFFFF;
		display:block;
	}
	
#podPress_footer{
	display:none;
	position: absolute;
	top: -2555px;
}

#links1{
	display: block;
	width: 160px;
	clear: right;
	float: left;
	border:0px solid #FFFFFF;
}


#links1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

#links1 ul li {
	background: url(images/mini-link.gif) no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#links2{
    display: block;
	width: 160px;
	clear: right;
	float: left;
	
	border:0px solid #FFFFFF;
	
	}
	#links2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

#links2 ul li {
	background: url(images/mini-link.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}

#links3{
    display: block;
	width: 130px;
	clear: right;
	float: left;
	border:0px solid #FFFFFF;
	}
	#links3 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

#links3 ul li {
	background: url(images/mini-link.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
#links4{
    display: block;
	width: 80px;
	clear: right;
	float: left;
	border:0px solid #FFFFFF;
	}
	#links4 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

#links4 ul li {
	background: url(images/mini-link.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
#links5{
    display: block;
	width: 80x;
	clear: right;
	float: left;
	border:0px solid #FFFFFF;
	}
	#links5 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

#links5 ul li {
	background: url(images/mini-link.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
#gallerie-team{
	width: 400px;
	
	float:right;
	height: 280px;
	margin-right: 30px;
}
	/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.tabcontentiframe{
	width:550px;
	height:450px;
	overflow:hidden;
	border:5px solid #B74509;
    position: relative;}
	
#teamall{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-size: 18px;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #9F8668;
	border-right-color: #9F8668;
	border-bottom-color: #9F8668;
	border-left-color: #9F8668;
	margin-top: 85px;
	border-bottom-style: dotted;
	padding-right: 0px;
	margin-right: 20px;
	background-image: url(images/bg-titre_teamall.png);
	background-repeat: no-repeat;
	color: #6C502B;
	}	
	
#linkparution {
	font-size: 18px;
	position: relative;
	height: 80px;
	width: 100px;
	display: block;
	background-color: #000000;
	background-image: url(images/parution.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #6C502B;
	clear: right;
	float: left;
}
#linkvideo{
	font-size: 18px;
	position: relative;
	height: 100px;
	width: 120px;
	display: block;	
	background-image: url(images/video.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #6C502B;
	
	float: left;
}

#banners1{
	position:absolute;
	left: 140px;
	top: 50px;
}
.entry strong{
	font-family: "Trebuchet MS", Arial;
	font-weight: bolder;
	color: #640000;
}
.linklove a{
display:none
}
#iphone{
	position: relative;
	height: 186px;
	
	}
#ads{
	position:absolute;
	left: 0px;
	top: 200px;
	width:265px;
	height:565px;
	
}

/* TWITTERRRRRR  */

#twitter{
	background-image: url(images/twitter-bg.gif);
	width:450px;
	background-repeat: repeat;
	border:1px solid #6c5026;
	font-size: 14px;
	height: 440px;
	overflow: auto;
	background-position: bottom;
	float: left;
	position: relative;
}
#tw-icon{
	position:relative;
	float:left;
	width:200px;
}
#tw-icon a{
	position:relative;
	
	font-size: 14px;
	color: #333;
	top: -40px;
}
#tw-icon ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
#tw-icon li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
	background-image: url(images/tw-bg.gif);
	background-repeat: repeat;
}
#tw-icon-cont ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
#tw-icon-cont li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
	background-image: url(images/tw-bg.gif);
	background-repeat: repeat;
	width:250px;
	display:inline;
	
}

#twitter h4{
	display:none;
}

ul.twitter{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
li.twitter-item{
	
	padding-bottom: 10px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
}
#tw-liste{
	height:440px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #633;
	border-right-color: #633;
	border-bottom-color: #633;
	border-left-color: #633;	
	
}
a.twitter-link1{
	font-size: 10px;
}
span.twitter-timestamp{
	font-size: 9px;
}

#post-1334 h2{ /* Post id de tweeter blender */
	display:none;
}
.archive #twitterlogo { /* Post id de tweeter blender */
	clear: right;
	position: relative;
	margin-right: 255px;
}
.archive #tb_tools { /* Post id de tweeter blender */
	position: relative;
	right: -20px;
}

.ngg-right{
	
	margin-right:55px;
	
	
	}
/*Table giptape*/

#griptape{

margin:10px auto 0;
width:550px;

	text-align:left;

	
	}
#griptape th{
	background-color:#CCC;
	boarder:0px;
	
	
	}

#griptape td{
	background-color:#FFF;
	boarder:0px;	
	
	}