/* CARTE DI CREDITO */

/* --- MISCELLANEOUS --- */

body {
  background:#e5e5e5;
}

pre {
  background-color:#F2F3E5;
  border:1px dashed #AAAA55;
  color: #000;
  line-height:1.3em;
  padding:1em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a.button {
  padding: 5px 10px;
  background-color: #f5ee9d;
  color: #000;
  border: 1px solid #e9e184;
  -moz-border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

/* --- Text --- */

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}

body .alpha {
  margin-left: 0;
}

body .omega {
  margin-right: 0;
}

#bodyContent h1 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 0;
}

#bodyContent h2 {
  margin: 20px 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #aaaa55;
}

#bodyContent p {
  margin: 0 0 18px;
  line-height: 18px;
}

a, a:visited {
  color: #244487
}

#content {
  font-size: 12px;
}


/* --- Lists --- */

ul {
  margin:0;
  padding: 0
}

#bodyContent ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-image: none;
}

#bodyContent ul li {
  margin: 0 0 10px 0;
  list-style-image: url(listblack.jpg);
  line-height: 20px;
}

#bodyContent ol li {
  list-style-type: decimal;
}

.portlet ul {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

#bodyContent #column-one ul {
  list-style-image: none;
  list-style-position: outside;
}

#bodyContent ul.arrow li {
  list-style-type: none;
  list-style-image: none;
}

#bodyContent ul.arrow li {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  background: url(icon-arrow.png) 0 50% no-repeat;
  font-size: 12px;
}

/* --- Alignments --- */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* --- Fixes --- */

#editform, #toolbar, #wpTextbox1 {
	clear:none;
}
  
/* --- STRUCTURE --- */

#globalWrapper {
  width: 968px;
  margin: 0 auto;
}

#header {
  position: relative;
  padding: 20px 15px 0;
  background: url(background-header-top.png) top left no-repeat;
  height: 154px;
}

#column-content  {
  width: auto;
  margin: 0;
  padding: 0 15px;
  float: none;
  background: url(background-content.png) top left repeat-y;
}

#content {
  float: left;
  width: 754px;
  margin-top: 0;
  margin-left: 0;
  border: 0;
}
  
#column-one {
  float: left;
  display: inline;
  padding-top: 0;
  width: 155px;
}

.portlet {
  width: auto;
}

.module {
  margin-bottom: 1px
 }

.module .entry {
  padding: 13px 18px;
}

#bodyContent .module h3 {
  margin: 0;
  padding: 5px 0 6px 0;
  font-size: 14px;
  text-transform: uppercase;
}

  #bodyContent .module h3.black-header {
    background-color: #333;
  }

  #bodyContent .module h3.yellow-header {
    background-color: #f5ee9d;
    padding-left: 15px;
  }
  
  #bodyContent .module .entry {
    background-color: #f9f9f9;
  }

/* --- Header --- */

#p-logo {
  float: left;
  width: 200px;
  padding: 20px 0 0 0;
}

#p-logo a {
  float: left;
  height: 55px;
	width: 190px;
	overflow: visible;
  z-index: auto;
}

#top-leaderboard {
  margin: 0 0 0 200px;
  width: 728px;
	height: 90px;
  }

#navigation {
	margin: 10px 0 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: url(background-navigation.png) top left repeat-x;
}

#navigation ul {
  position: relative;
}

#navigation ul li {
  margin: 0 0 0 0;
  padding: 10px 30px 10px;
  float: left;
  display: block;
 	background: url(background-nav-item.png) top right no-repeat;
 	font-size: 16px;
  font-weight: bold;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#navigation ul li.search {
  position:absolute;
  right: 0;
 	background: none;
  padding: 8px 20px 8px 0;
}

#navigation ul li a {
	color: #333;
}

#navigation ul li a:hover {
  color: #244487;
}
/* --- End Header --- */

/* --- Content --- */

#bodyContent #toc ul li {
  list-style-image: none;
  list-style-type: none;
}

table {
  display: table;
  margin-bottom: 15px;
	border-spacing: 0;
  text-align: left;
}

table.colored1,
table.colored2,
table.colored3 {
  width: 100%;
}

table th {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

table.colored1 th {
  padding: 10px 5px 10px 0px;
  border-bottom: 2px solid #AAAA55;
  text-transform: uppercase;
}

table.colored1 td.alternate:first-child {
  padding-left: 15px;
}

table.colored1 td,
table.colored3 td {
  padding: 10px 5px 10px 0px;
}

table.colored2  {
  border-left:1px solid #E5E5E5;
  border-top: 1px solid #e9e184;
	text-align: left;
}

table.colored2 th {
  margin: 0;
  padding: 10px 5px 10px 10px;
  background-color: #f5ee9d;
  border-right: 1px solid #e9e184;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #e9e184;
}

table.colored2 tr {
   background-color: #f9f9f9
}

table.colored2 td {
  padding: 10px 0 10px 15px;
  border-left: 1px solid #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

table.colored2 th:first-child,
table.colored2 td:first-child {
  border-left: 0;
}

table.colored3 th {
  padding: 10px 5px 10px 0px;
	border-top: 2px solid #AAAA55;
  border-bottom: 1px solid #AAAA55;
}

table td.alternate {
  background-color: #f9f9f9;
}

table.MenuLeftCards {
	float: right;
  clear: right;
  margin: 0 0 15px 15px;
}

table#toc ul li {
  margin: 0 0 5px 0;
}

.floatleft img {
  margin: 0 15px 10px 0;
}

.floatright img {
  margin: 0 0 10px 15px;
}

/* --- End Content --- */

/* --- Override --- */

div#userloginForm form,
div#userlogin form#userlogin2 {
  clear: none
}

/* --- Sidebar --- */

.portlet h5 {
  width: auto;
  display: block;
  padding: 10px 0 10px 12px;
  background-color: #f2f2f1;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.portlet .pBody {
  background-color: #fff;
  border-top: 2px solid #f5ee9d;
  border-bottom: 0; border-left: 0; border-right: 0;
}
.portlet .pBody ul {
  padding: 12px 0;
}
.portlet .pBody ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  background: url(icon-arrow.png) 0 50% no-repeat;
}
/* --- End Sidebar --- */

/* --- Footer --- */

#footer {
  margin: 0;
  padding: 15px 0 0 0;
  background: url(background-footer.png) top left no-repeat ;
  border: 0;
  }
  
  #footer #f-list {
    text-align: right;
  }
  
/* --- End Footer --- */

/* --- ADV --- */

.ad {
  background-color: #fff;
  padding: 0 5px 0 0;
}

.ad-right {
  padding: 0 0 0 5px;
  margin: 0 0 0 10px;
	border-left: 3px solid #f9f9f9;
}
/* --- End ADV --- */

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* -----     Content / Suggested Credit Cards    -----  */  

#suggested-creditcard {
  width: 100%;
  height: 241px;
  margin-bottom: 10px;
  padding: 10px;
}

#suggested-creditcard small {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

.suggested-item {
  float: left;
  margin: 0 2px 10px 0;
  width: 146px;
  height: 176px;
  background: url(background-suggested-card.png) 0 0 no-repeat;
  text-align: center;
}

  .suggested-item h3 {
    font-size: 16px;
  }
  
  .suggested-item img {
    margin: 10px 0;
  }
  
#suggested-multiple-items ul li {
  float: left;
  font-size: 11px;
  list-style-image: none;
  list-style: none;
  margin-left: 5px;
}

/* vBulletin integration */

#latest-from-forum{
	font-size: 13px;
}

#latest-from-forum ul li{
  list-style-image: none; 
  list-style-type: none;
  padding: 1px 0 0 0;
}

#latest-from-forum span{
	display: block;
	color: #666;
}

#latest-from-forum h2{
  margin:20px 0 5px;
}

#latest-from-forum h4{
  margin-bottom:0;
  padding: 0;
}

#latest-from-forum .avatar{
  float: left;
  margin: 0 0 0;
  border: 1px solid #999;
}

#latest-from-forum .content{
  margin: 15px 80px 0;
}

