/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

ul.tabs {
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #DDD;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #00CCFF;
	color:#fff
	
}	
html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	background: #00CCFF;
	border-bottom: 1px solid #fff;
	color:#fff;
}


#pane3 div, #pane4 div {
	border-bottom:1px solid #ddd;
	margin:5px 0;
	padding:3px;
	font-size:12px;
	height:130px;
}


#pane3 .articol img, #pane4 .articol img {
	float:left;
	margin-right:0px;
	height:80px;
	width:80px;
	border:0;
}


#pane3  h3 , #pane4  h3{
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

#pane3 .articol .thumb, #pane4 .articol .thumb{
width:80px;
height:80px;
float:left;
margin-left:3px;
border: solid 1px #CCCCCC;


}

#pane3 .articol .title, #pane4 .articol .title {
width:207px;
height: auto;
font-size: 13px; font-weight:bold;
color: #333333;
font-family: Helvetica, Arial, sans-serif, sans-serif;
text-transform: uppercase;
margin:15px 0px 5px 5px;
float:left;
border:none;
background-color:#E5E5E5;
}


#pane3 .articol .description, #pane4 .articol .description  {
width:207px;
height:40px;
margin:0px 0px 5px 5px;
font-size: 12px;  color: #666666; font-family: Helvetica, Arial, sans-serif, sans-serif;
letter-spacing:0.07em; 
float:left;
border:none;
}


#pane3 .articol .buttons, #pane4 .articol .buttons  {
width:300px;
height:15px;
margin:5px 2px 5px 2px;
background-color: #E0E0E0;
float:left;
}


#pane3 .articol .buttons a, #pane4 .articol .buttons a  {
margin:0px 5px 0px 5px;
background-color: #666666;
font-size: 11px; font-family: Helvetica, Arial, sans-serif, sans-serif; text-transform: uppercase;letter-spacing:0.1em; 
cursor:pointer;
color: #E2E2E2;
float:right;
padding:0px 3px 0px 3px;
text-decoration: none;
}


#pane3 .articol .buttons a:hover, #pane4 .articol .buttons a:hover {
margin:0px 5px 0px 5px;
background-color: #00CCFF;
font-size: 11px; font-family: Helvetica, Arial, sans-serif, sans-serif; text-transform: uppercase;letter-spacing:0.1em; 
cursor:pointer;
color: #ffffff;
float:right;
padding:0px 3px 0px 3px;
text-decoration: none;


}
			
.holder {
	float: left;
	margin: 0px;
}

.scroll-pane {
	width: 330px;
	height: 200px;
	overflow: auto;
	background: #fff;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane3, #pane4 {
	height: 430px;
}
