﻿
div.card-upgrade {
	float:left;
	margin:10px;
	overflow:hidden;
	width:45%;
}


div.cardcontent-upgrade  {
	text-align:left;
}

div.cardcontent-upgrade h2 a, div.cardcontent h2 a {
	border-bottom:2px solid #E8E8E8;
	color:#222222;
	font-weight:bold;
	text-decoration:none;
}

div.cardcompany {
	height:63px;
	overflow:hidden;
}

div.cardcompany .left {
	width:60%;
}

div.cardcompany .right {
	text-align:right;
	width:40%;
}

div.cardcontent-upgrade h2 {
	color:#222222;
	font-family:Helvetica,sans-serif;
	font-weight:bold;
	margin:5px 0;
	white-space:normal;
}

div.cardcontent-upgrade p, div.cardcontent p, div.cardcontent-perma p {
	margin:0 0 10px;
}

div.scrollable-wrapper {
	overflow:hidden;

}

div.scrollable-wrapper a.browse {
  margin:145px 0; /*margin-top/bottom: (320px / 2 - 15) */
}

div.scrollable-wrapper a.left {
	float:left;
}

div.scrollable-wrapper a.right {
	float:right;
}

div.scrollable-wrapper div.scrollable {
	width:345px;
}

.item {
  text-align:center;
}

div.caption {
	background-color:#FFFFFF;
	color:#666666;
	margin-right:20px;
	overflow:hidden;
	padding:10px 0 0;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
.scrollable-wrapper .scrollable {  
  border:none;
  height:375px; 
  width:405px;  
} 


 .scrollable-wrapper .scrollable img {  
	 -moz-border-radius:0;
		border:none;
		height:auto;
		float:none;
		margin:0;
	 padding:0;
		width:auto;
} 
 
  

/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div.item { 
    float:left; 
    width:345px;
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* position and dimensions of the navigator */
.navi {
	margin-left: 180px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(i/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

