/*  
Original Theme Name:  Original Premium News
Theme URI: http://www.woothemes.com/
Description: Original Premium News by WooThemes
Version: 1.1.3
Author: WooThemes
Author URI: http://www.woothemes.com/
Modifications and add-ons: svef@svef.is
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #666;
	color: #000000;
	font: 0.8em Arial,Helvetica,Sans-Serif;
}

a{
	color: #ff7800;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial,Helvetica,Sans-Serif;
}

p {padding-bottom: 10px;}

/*========= LAYOUT =========*/

#page{
	background: #ffffff;
	margin: 0 auto;
	width: 960px;
}
/*--- Main Columns ---*/
#columns{
	margin: 20px 0 0;
	padding: 0 15px 25px;
}
.col1{
	float: left;
	width: 550px;
}
.col2{
	float: right;
	width: 350px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
}
.subcol h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 0 10px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	background: #000000;
	height: 30px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:570px;
	}
#nav-right {
	float:right;
	display:inline;
	width:370px;
	}
#nav ul {
	position: relative;
	height: 26px;
	overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
	float: left;
	list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul  li.back {
	background-color: #333333;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #dddddd;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}   
  
/*- Category Navigation - Sub-navigation -*/
.vyre_navigator, .vyre_navigator * {
	margin:0;
	padding:0;
	
}
.vyre_navigator {
	height: 35px;
	border-bottom:3px solid #FF7800;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.vyre_navigator ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.vyre_navigator li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.vyre_navigator li.current ul {
	z-index: 999;	
}
.vyre_navigator li.sfHover ul,
ul.vyre_navigator li:hover ul {
	z-index: 1000;
	background: #FF7800;
	color: #ffffff;
	text-decoration: none;		
}
.vyre_navigator li li {
}
.vyre_navigator a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.vyre_navigator li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.vyre_navigator li:hover,
.vyre_navigator li.sfHover,
.vyre_navigator li.current,
.vyre_navigator a:focus, .vyre_navigator li a:hover, .vyre_navigator a:active {
	color: #FFF;
	text-decoration: none;
	background: #FF7800;
}
.vyre_navigator li.sfHover a,
.vyre_navigator li.current a,
.vyre_navigator a:focus, .vyre_navigator a:hover, .vyre_navigator a:active {
	border-bottom: none;
}
.vyre_navigator li li.current a {
	font-weight: bold;
}
.vyre_navigator li li:hover,
.vyre_navigator li li a:focus, .vyre_navigator li li a:hover, .vyre_navigator li li a:active {

}
.vyre_navigator li:hover ul, /* pure CSS hover is removed below */
body .vyre_navigator li.current ul, /* this must be more specific than the .superfish override below */
ul.vyre_navigator li.sfHover ul {
	top:2.2em;
}

.vyre_navigator li:hover li ul,
.vyre_navigator li.sfHover li ul {
	top:-999em;
}
.vyre_navigator li li:hover ul, /* pure CSS hover is removed below */
ul.vyre_navigator li li.sfHover ul {
	top:2.5em;
}

/********************************************/
/*    Top nav highlighting                  */
/********************************************/

.um-svef #nav li.c2,
.skraning-einstaklinga #nav li.c3, 
.hjalp #nav li.c4,
.innskraning #nav li.c5 {
  background-color:#333333;
}
/********************************************/
/*    Second nav highlighting               */
/********************************************/
.vyre_navigator ul.level1 li.current_page a,
.vyre_navigator ul.level1 li.current_page_ancestor a {
	text-decoration: none;
	background: #FF7800;
}

.vyre_navigator .current_page_ancestor > a,
.vyre_navigator ul.level1 li.current_page > a,
.vyre_navigator ul.level2 li.current_page a {
	color: #fff;
}


/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
.advanced-search {
	background: #333333;
	border: 1px solid #b3b3b3;
	float: right;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:325px;
}
* html .advanced-search {
	margin-right: 8px;
}

.advanced-search label.searchInput {display:none;}
.advanced-search input {
	background: transparent;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:245px;}

.advanced-search input.searchButton {
        background: url(/other_files/svef/images/09/ico-go.gif) no-repeat;
	margin: 3px 0 0 5px;
	padding: 0;
        padding-left:10px;
        width: 60px;
        cursor:pointer;
        
}
/*- Header -*/
#header{
	background: url(/other_files/svef/images/09/hl-dot.gif) repeat-x bottom;
	height: 92px;
	padding: 0 0 2px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	padding: 16px 15px 0 0;
	text-align: right;
	width: 285px;
}
#rss a{
	color: #b3b3b3;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #ddd;
	height: 200px;
	margin: 0 0 10px;
	overflow: hidden;
	padding-right:10px;
}
.featured h2{
	font-size: 11px;
	padding: 10px 0;
}
.featured h3{
	font-size: 14px;
	padding: 0 0 10px 0;
}
.featured h3 a {
	color:#000;
}
.featured h3 a:hover {
	color:#FF7800;
}
.featured p {
	margin-bottom:10px;
}
.featured-img{
	margin: 0 10px 0 0;
	width:350px;
	height:200px;
	float:left;
	display:inline;
}
#ribbon{
	width:138px;
	height:138px;
	float:right;
}
#featured-th{
	height: 57px;
	margin: 0 0 30px;
}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:12px;
	}
#featured-th .idTabs li.last {
	margin-right:0px !important;
	}

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#DDD;
	float:left;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:left;
	width:330px !important;
	display:inline;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:220px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{
	color: #ff7800;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}
.video-right p{
	color: #000;
	font-size:0.9em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#DDD;
	line-height:10px;
	}
.video-right .idTabs li a {
	color:#000;
	font-weight:bold;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	display:block;	
	padding:10px 10px;
	}
.video-right .idTabs li a:hover {
	background:#C0C0C0 url(/other_files/svef/images/09/ico-watch.gif) right center no-repeat !important;
	}
.video-right .selected {
	background:#C0C0C0 url(/other_files/svef/images/09/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
        font-weight: normal;
}
.post h3{
	font-size: 1.5em;
	padding: 0 0 10px;
}
.post h3 a{
 color: #222;

}
.post p{
	padding: 0 0 15px;
}
.post p.posted {
	color: #9d9d9d;
        padding: 0 0 5px;
}

.post .continue{
	background: url(/other_files/svef/images/09/ico-arrow.gif) no-repeat left;
}

/*- Box -*/
.box{
	border-top: 3px solid #ff7800; border-top:none;
	clear: both;
	height: 1%;
	margin: 0;
	padding: 15px 0 20px;
}
.box .post {
background: #fff;
margin-bottom: 5px;
clear: left;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1.5em;
}

.box .post p.posted{
	font-size: 1em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(/other_files/svef/images/09/hl-dot.gif) repeat-x bottom;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-size: 1.4em;
}
.post-alt h3 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #c0c0c0;
}
/*=== Buttons ===*/
.continue{
	background: url(/other_files/svef/images/09/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
        clear:both;
        background: #fff;
}

.post p.comments {
       padding: 6px 0 10px;
       margin-bottom: 20px;
       background: transparent url(/other_files/svef/images/09/hl-dot.gif) repeat-x scroll center bottom;
}

.comments a{
	background: url(/other_files/svef/images/09/ico-comm.gif) no-repeat left;
	color: #000000;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(/other_files/svef/images/09/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:530px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(/other_files/svef/images/09/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#fff;
	border: solid 1px #C0C0C0;
        margin-bottom: 10px;

	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
        clear:both;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

ol.commentlist li img {
        width: 50px;      
}

/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:100%;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #999;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #ddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.navbox{
	background: #ddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
	background: url(/other_files/svef/images/09/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	background: url(/other_files/svef/images/09/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(/other_files/svef/images/09/ico-feat.gif) no-repeat left center !important;
	}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	height: 156px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 12px 0 0;
        border: 1px solid #eee;
}
.ads img.last{
	margin: 0 !important;
}

.ad {
border: 1px solid #eee; 
padding: 5px;
margin: 0 0 10px 0;
}
/*- Flickr -*/
.flickr{
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 25px;
	padding: 10px 0px;
}

.flickr .flickr_badge_image {
       min-height: 100px; float:left;
       min-width: 100px;
       text-align: center;

}
.flickr .flickr_badge_image img {
	display:inline;
	margin-left:10px;
	padding:5px;
        border: 1px solid #ddd;	
}
.flickr h2{
	color:#FF6600;
       text-transform:uppercase;
        font-weight: normal;
	margin: 0 0 10px 0px;
	padding-left:10px;


}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(/other_files/svef/images/09/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	background: url(/other_files/svef/images/09/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	background: #000000;
	clear: both;
	color: #b3b3b3;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
#footer a{
	color: #b3b3b3;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(/other_files/svef/images/09/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	background: url(/other_files/svef/images/09/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-top: 3px solid #c0c0c0;
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

a{
	color: #ff7800;
}
.subcol h2{
	color: #ff7800;
}
.vyre_navigator li:hover,
.vyre_navigator li.sfHover,
.vyre_navigator li.current,
.vyre_navigator a:focus, .vyre_navigator a:hover, .vyre_navigator a:active {
	color: #FF7800;
}
.featured h3 a:hover {
	color:#FF7800;
}
.video-right h2{
	color: #ff7800;
}

.catlist h2{
	color: #ff7800;
	background:url(/other_files/svef/images/09/ico-catlist.gif) center right no-repeat;
}


.clear {clear:both;}



/* ==============================================================*/
/*      Picture Gallery                                          */
/* ==============================================================*/

.albums {
border: 1px solid #ddd;
padding: 10px;
background: #fff;
margin-bottom: 20px;
}


.albums h2 {
color:#ff6600;
margin-bottom:0;
text-transform:uppercase;
font-weight: normal;
}

.album { 
  color: #333;
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}
.album .img {
  float: left; margin-right: 8px; 
  padding: 5px;
  border: 1px solid #CCC; 
}
.album .no-preview {
  padding: 30px;
}
.album .album-details div {
  clear: both;  padding-top: 5px;
}


/* ==============================================================*/
/*      Picture Gallery                                          */
/* ==============================================================*/


.presentations {
border: 1px solid #ddd;
padding: 10px;
background: #fff;
margin-bottom: 20px;
color: #333;
}

.presentations h2 {
color:#ff6600;
margin-bottom: 10px;
text-transform:uppercase;
font-weight: normal;
}

.presentations .asset {
border-bottom: 1px dotted #CCC;
padding-bottom: 10px;
margin-bottom: 10px;
min-height: 100px;

}

.presentations img {
  float: left; margin-right: 8px; 
  padding: 5px;
  border: 1px solid #CCC; 
}

.presentations br{
 clear: both;
}

.lock {
float: left;
margin-top: 10px;
background: url(/other_files/common/icons/lock.png) no-repeat;
padding-left: 20px;
padding-top: 2px;
clear:right;
}

.presentations .download {
  float: left;
  margin-top: 10px;
  background: url(/other_files/common/icons/download.png) no-repeat;
  padding-left: 20px;
  padding-top: 2px;
  clear:right;
  width: 50%;
}

.album h4 a {
color: #333;

}

/**** Picture gallery on Events detail pages, 3 in a row ****/
.presentations.detail {
 float: left;
}
.presentations.detail .asset {
 float: left;
 width: 30%;
 padding: 0 7px 0 8px;
 border: none;
}

.presentations.detail .asset .asset-detail {
 padding: 2px;
}

/*** Search portlet on: /felagavefur/spjall/ ***/

#ADVANCED_SEARCH_PORTLET_p316I {
 float: left;
 border: none;
 width: auto;
 background: none; 
}

/* ==============================================================*/
/*      Table for user-info on min-sida                          */
/* ==============================================================*/

table.user-info {width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0px;
  caption-side: top;
  table-layout: auto;
  margin-bottom: 20px;
}
table.user-info td {
  border-collapse: collapse;
  empty-cells: show;  
  border: 1px solid #CCC;
  border-left: none; border-right:none;
  font-size: 11px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table.user-info tr {margin:0; padding:0; height: 22px; background: #F6F6F6;}

table.user-info td {padding:5px;}
table.user-info td.td1 {width: 110px; font-weight: bold; } 
table.user-info td.td3 {width: 140px; font-weight: bold; }
table.user-info td.td2 {color: #111; width: 210px; }
table.user-info td.td4 {color: #111; width: 150px; } 


/* ==============================================================*/
/*      General info table style                        */
/* ==============================================================*/

table.info-table {width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0px;
  caption-side: top;
  table-layout: auto;
  margin-bottom: 20px;
}
table.info-table td {
  border-collapse: collapse;
  empty-cells: show;  
  border: 1px solid #CCC;
  border-left: none; border-right:none;
  font-size: 11px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table.info-table tr {margin:0; padding:0; height: 22px; background: #F6F6F6;}

table.info-table td {padding:5px;}
table.info-table td.td1 {width: 110px; font-weight: bold; } 
table.info-table td.td3 {width: 140px; font-weight: bold; }
table.info-table td.td2 {color: #111; width: 210px; }
table.info-table td.td4 {color: #111; width: 150px; } 




