/**
 * sv.imagebox.css defines how image boxes will be displayed
 */

.imgBox {
  padding: 7px 0 0 0;
  background: transparent url(../images/widgets/imagebox-sprite.gif) no-repeat 0 0;
  width: 185px;
}

.imgBox.imgBox-left {
  float: left;
  margin: 18px 10px 18px 0;
}

.imgBox.imgBox-right {
  float: left;
  margin: 18px 0 18px 10px;
}
.imgBox .imgBox-title {
  color: #006e78;
  font-family: georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
	padding: 0;
  clear: both;
}
.imgBox .imgBox-text {
  color: #463c32;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  clear: both;
}
.imgBox.imgBox-skinny .imgBox-title,
.imgBox.imgBox-skinny .imgBox-text {
  clear: none;
}

.imgBox .imgBox-image,
.imgBox .imgBox-image img,
.imgBox .imgBox-credit {
  display: block;
  float: left;
  clear: left;
  font-size: 9px;
}
.imgBox .imgBox-image {
  margin: 8px 0;
  padding: 0;
  width: 173px;
  overflow: hidden;
}

.imgBox.imgBox-skinny .imgBox-image {
  padding: 0 8px 0 0;
  margin: 5px 0;
  width: auto;
	float: left;
}

.imgBox .imgBox-content {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0 1px;
  padding: 5px 5px 26px 5px;
  background-color: #FFF;
  overflow: hidden;
}

.imgBox .imgBox-container {
  background: transparent url(../images/widgets/imagebox-sprite.gif) no-repeat 0 bottom;
  position: relative;
  padding: 0 0 7px 0;
}

.imgBox a.imgBox-link {
  position: absolute;
  bottom: 12px;
  right: 0;
  margin:  0 6px;
  display: block;
  height: 16px;
  line-height: 16px;
  background: transparent url(../images/widgets/image-box-link-right.jpg) no-repeat right 0;
  padding: 0 8px;
  text-align: center;
  color: #FFF;
  font-family: georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
}

.imgBox a.imgBox-link span {
  background: transparent url(../images/widgets/image-box-link-left.jpg) no-repeat 0 0;
  display: block;
  height: 16px;
  width: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.imgBox.imgBox-simple {
  width: 300px;
  height: 250px;
  background: none;
}
.imgBox.imgBox-simple .imgBox-image {
  width: 296px;
  height: 208px;
  margin: 0;
  padding: 9px 2px 0;
  float: none;
  overflow: hidden;
}
.imgBox.imgBox-simple .imgBox-image .clear {
  background: transparent url(../images/widgets/imagebox-simple.png) no-repeat
              scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 300px;
}
.imgBox.imgBox-simple .imgBox-image .imgBox-under {
  margin: 0;
  float: none;
}
.imgBox.imgBox-simple .imgBox-content {
  border: 0 none;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.imgBox.imgBox-simple .imgBox-container {
  padding: 0;
  background: none;
  width: 300px;
  height: 250px;
  padding: 0;
}

.imgBox.imgBox-simple a.imgBox-link {
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 4px 5px;
  text-align: center;
  color: #961e1e;
  background: none;
  font-size: 16px;
}

.imgBox.imgBox-simple a.imgBox-link span {
  background: none;
  display: inline;
  height: auto;
  width: auto;
}

.imgBox.double {
	width:293px;
	background: transparent url(../images/widgets/imagebox-sprite-wide.gif)
							no-repeat scroll 0 0;
}

.imgBox.double .imgBox-container {
	background: transparent url(../images/widgets/imagebox-sprite-wide.gif)
							no-repeat scroll 0 bottom;
}
.imgBox.double .imgBox-content {
	padding:5px;
}

.imgBox.double .imgBox-title {
	background-color: #FFF;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 0 1px;
	padding: 0 5px;
}
.imgBox.double .imgBox-tabs {
	margin: 0;
}
.imgBox.double .imgBox-tabs li {
	float:left;
	margin:0;
	padding:0 5px;
	text-align:center;
	border-color: #006E78;
	border-style: solid;
	border-width: 0 0 0 2px;
	list-style:none;
}
.imgBox.double .imgBox-tabs li.first {
	border-width:0;
}
.imgBox.double .imgBox-tabs li h3 {
	margin:0;
	padding:0;
}
.imgBox.double .imgBox-tabs li h3 a {
	display:block;
  color: #006e78;
  font-family: georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;	
}
.imgBox.double .imgBox-tabs li.imgBox-tab-hidden h3 a {
	color:#666;
}
.imgBox.double .imgBox-image {
	width: auto;
	padding: 3px;
	border: 1px solid #D9D9D9;
	margin:0 8px 8px 0;
}

.imgBox.double .imgBox-image img,
.imgBox.double .imgBox-image .imgBox-credit {
	float: none;
	text-align:center;
}

.imgBox.double .imgBox-text {
	clear: none;
	margin:0 0 8px;
}

.imgBox.double .imgBox-links {
	clear:both;
	list-style:none;
	padding:0;
	margin:0;
}
.imgBox.tabbed .imgBox-links {
	position:absolute;
	bottom:12px;
	width:280px;
}

.imgBox.double .imgBox-links li {
	width:140px;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

.imgBox.double .imgBox-links .imgBox-link {
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:0 12px;
}

.imgBox.tabbed .imgBox-container{
	overflow:hidden;
	position:relative;
}

.imgBox.tabbed .imgBox-content {
	padding: 5px 5px 21px;
	width:281px;
}

.imgBox.tabbed .imgBox-content.imgBox-tab-hidden {
	display: none;
}

