/******************************************************************************/
/* Generic Styles Start */
/* begin with generic styles so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, th, td, hr {
	margin: 0;
    padding: 0;
}

body {
	background: #FFFFFF url(/Images/Background.gif) repeat-x;
    color: #666666;
    font: 77%/1.5em Helvetica; /* see http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html for px to % */
}

a {
    color: #F85325;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 1em;
    color: #444444;
    font-size: 189%;
    line-height: 30px;
}

h2 {
    color: #663333;
    font-size: 123.1%;
}

h3 {
    font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h2, h3, p, fieldset {
    margin: 1em 0;
}

fieldset {
    padding: 5px;
}

legend {
    padding: 0 5px 4px;
    font-weight: bold;
}

blockquote, dl, ol, ul {
    margin: 1em;
}

dl dd {
    margin-left: 1em;
}

ol, ul {
    margin-left: 2em;
}

ol ol, ul ul {
    margin: 0.2em 2em;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    font: 100%;
}

th, td {
    padding: 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
}

img {
    border-width: 0;
}

hr {
    width: 50%;
    height: 0;
    margin: 0 auto;
    border-top: solid 1px #E2E2E2;
}

:focus {
    outline: 0;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Layout Styles Start */
/******************************************************************************/
#pageWrapper {
    width: 960px; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 0 auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0;
	background: url(/Images/Background.gif) repeat-x;
	/*border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;*/
}

#flames {
    background: url(/Images/Flames.png) no-repeat bottom left;
}

#header {
    height: 300px;
    padding: 15px;
}

#header .search {
	float: right;
	width: 270px;
	height: 33px;
	top: 10px;
	padding: 0;
	margin: 0;
	border: none;
	background: #F5F4F3 url(/Images/HeaderSearch.gif) no-repeat;	
	z-index: 999999;
}

#header .textBox {
	float: left;
	margin: 3px 0;
	padding: 5px;
	border: none;
	background: transparent;
	color: #BABABA;
}

#header .activeButton {
	margin: 3px 3px 0 0;	
}

#logo {
    margin-top: -20px;
}

#headerText {
    width: 520px;
    position: relative;
    margin-top: 90px;
}

#headerText a {
	color: #F85325;
	font: normal 75px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	text-decoration: none;
}

#crewkerne {
	position: relative;
	top: -10px;
	left: 230px;
	width: 200px;
	color: #444444;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
}

#photoFrame {
    width: 386px;
    height: 288px;
    margin-right: 15px;
    background: url(/Images/Frame.jpg) no-repeat;
}

#bandImages {
    position: relative;
    top: 30px;
    left: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadCrumb {
    padding: 10px;
    background: url(/Images/Dots.gif) repeat-x bottom;
}

#outerColumnContainer {
    padding: 15px 0;
    background-color: transparent;            /* set the background color for the middle column here */
    border-left: solid 235px transparent;     /* left width | left column background color */
    border-right: solid 235px transparent;    /* right width | right column background color */
}

#innerColumnContainer {
	width: 100%;
	margin: 0 -1px;		/* compensate for the borders because of 100% width declaration */
	border: solid 1px #EAEAEA;
	border-width: 0 1px;
	z-index: 1;
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
    margin: 0;
}

#middleColumn {
    float: right;
    width: 100%;
}

#leftColumn {
    float: left;
    width: 205px; /* left width */
    margin-left: -235px; /* -left width + left padding */
    padding: 0 15px;
}

#rightColumn {
    float: right;
    width: 205px; /* right width */
    margin-right: -235px; /* -right width + right padding */
    padding: 0 15px;
}

#footer {
    padding: 15px 0;
    background-color: #E6E6E6;
    border-top: 1px solid #DADADA;
    text-align: center;
    color: #444444;
    font-size: 90%;
}

#footerContent {
    width: 960px;
    margin: 0 auto;
}

#footer a, #footer a:visited {
    color: #444444;
}
/******************************************************************************/
/* Layout Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    border-left-width: 0;
    border-right-width: 0;
}

body.oneColumnLayout #innerColumnContainer {
    border: none;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #outerColumnContainer {
    border-right-width: 0;
}

body.twoColumnLayout #innerColumnContainer {
    border: none;
    border-left: solid 1px #EAEAEA;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Component Styles Start */
/******************************************************************************/
#outerColumnContainer .component {
    margin-bottom: 1em;
}

.component .header {
    height: 20px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 123.1%;
}

.template1 .header {
    background: url(/Images/Template/ComponentHeader.jpg) no-repeat;
}

.template2 .header {
    background: url(/Images/Template/Component2Header.jpg) no-repeat;
}

.component .content {
    padding: 10px;
}
/******************************************************************************/
/* Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#header .menu {
    float: left;
    width: 650px;
    margin: -10px -15px 0 -15px;
    padding: 0;
}

#header .menu ul {
    height: 45px;
    margin: 5px 0 0 0;
    padding: 0 0 0 15px;
    list-style-type: none;
}

#header .menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
}

/* top level start */
#header .menu ul li a, #header .menu ul li a:visited {
    display: block;
    padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
    text-decoration: none;
	text-transform: uppercase;
}

#header .menu ul li a:hover, #header .menu ul li.active a:hover {
	background: transparent;
	color: #111111;
	cursor: pointer;
    text-decoration: none;
}

#header .menu li.active {
    background: transparent url(/Images/LeftTab.gif) no-repeat;
}

#header .menu ul li.active a, #header .menu ul li.active a:visited {
	background: transparent url(/Images/RightTab.gif) no-repeat right top;
	color: #444444;
}
/* top level end */

#header .menu ul ul {
    position: absolute;
    margin: 0;
    z-index: 500;
}

#header .menu ul ul li {
    width: 100px;
    margin: 0 0 0 -1px;
}

#header .menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}

#header .menu ul ul, #header .menu ul li:hover ul ul, #header .menu ul ul li:hover ul ul {
    display: none;
}

#header .menu ul li:hover ul, #header .menu ul ul li:hover ul, #header .menu ul ul ul li:hover ul {
    display: block;
}

#header .menu ul ul li a, #header .menu ul ul li a:visited, #header .menu ul li.active ul li a, #header .menu ul li.active ul li a:visited {
    display: block;
    height: auto; /* fix for sub sub bug */
    line-height: 20px;
    margin: 0;
    padding: 2px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC #888888 #555555 #BBBBBB;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

#header .menu ul ul li a:hover, #header .menu ul li.active ul li a:hover {
    text-decoration: none;
}

#header .menu .content {
    background: none;
    border: none;
}

#header .menu .top, #header .menu .bottom {
    display: none;
}
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin-bottom: 15px;
}

#outerColumnContainer .menu .header {
    padding-top: 15px;
    border-bottom: solid 1px #DADADA;
    color: #444444;
    font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: -0.5px;
}

#outerColumnContainer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#outerColumnContainer .menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(/Images/Dots.gif) repeat-x bottom;
}

#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    display: block;
    width: auto;
    padding: 6px 0;
    background-image: url(/Images/Template/NavArrow.gif);
    background-repeat: no-repeat;
    color: #444444;
    text-decoration: none;
}

#outerColumnContainer .menu li a:hover {
    text-decoration: underline;
}

#outerColumnContainer .menu li.active > a, #outerColumnContainer .menu li.active > a:visited {
    background-image: url(/Images/Template/NavArrowActive.gif);
    background-repeat: no-repeat;
}

#outerColumnContainer .menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* identation styles start */
#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    padding-left: 15px;
    background-position: 0 center;
}

#outerColumnContainer .menu li li > a, #outerColumnContainer .menu li li > a:visited {
    padding-left: 25px;
    background-position: 10px center;
}

#outerColumnContainer .menu li li li > a, #outerColumnContainer .menu li li li > a:visited {
    padding-left: 35px;
    background-position: 20px center;
}

#outerColumnContainer .menu li li li li > a, #outerColumnContainer .menu li li li li > a:visited {
    padding-left: 45px;
    background-position: 30px center;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Box Styles Start */
/******************************************************************************/
.centerBox {
    margin: 0 15px;
    background-color: #FFFFFF;
}

.centerBox .top {
    background: url(/Images/Template/CenterBoxTopRight.gif) no-repeat top right;
}

.centerBox .top div {
    background: url(/Images/Template/CenterBoxTopLeft.gif) no-repeat top left;
}

.centerBox .content {
    margin: 7px 15px;
}

.centerBox .bottom {
    background: url(/Images/Template/CenterBoxBottomRight.gif) no-repeat bottom right;
}

.centerBox .bottom div {
    background: url(/Images/Template/CenterBoxBottomLeft.gif) no-repeat bottom left;
}

.centerBox .top, .centerBox .top div, .centerBox .bottom, .centerBox .bottom div {
    height: 8px;
}

.roundedBox .header {
    margin-bottom: 5px;
    padding: 0;
    color: #FFFFFF;
    font-size: 108%;
    font-weight: bold;
}

.roundedBox .top {
    background: #000000 url(/Images/Template/BoxTopRight.jpg) no-repeat top right;
}

.roundedBox .top div {
    background: url(/Images/Template/BoxTopLeft.jpg) no-repeat top left;
}

.roundedBox .top span {
    display: block;
    height: 13px;
    margin: 0 13px;
    background-image: url(/Images/Template/BoxTopCenter.jpg);
}

.roundedBox .content {
    overflow: hidden;
    background: #0692BE url(/Images/Template/BoxBackground.jpg) repeat-x;
    padding: 0 15px;
    border-left: solid 1px #B6B6B7;
    border-right: solid 1px #B6B6B7;
}

.roundedBox .bottom {
    background: #0692BE url(/Images/Template/BoxBottomRight.jpg) no-repeat bottom right;
}

.roundedBox .bottom div {
    background: url(/Images/Template/BoxBottomLeft.jpg) no-repeat bottom left;
}

.roundedBox .bottom span {
    display: block;
    height: 12px;
    margin: 0 13px;
    border-bottom: solid 1px #B6B6B7;
}
/******************************************************************************/
/* Box Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton {
    background: url(/Images/ActiveButtonBackground.jpg) repeat-x;
    border: solid 1px #DADADA;
    color: #FFFFFF;
    font-weight: bold;
}

.passiveButton {
    background: url(/Images/PassiveButtonBackground.jpg) repeat-x;
    border: solid 1px #DADADA;
    font-weight: bold;
}

.articleDate {
	width: 55px;
	height: 56px;
	padding-top: 8px;
	background: url(/Images/Template/DateBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.articleViews {
	float: left;
	width: 55px;
	height: 56px;
	padding-top: 8px;
	background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.left .articleDate, .left .articleViews {
    margin: 0 8px 8px 0;
}

.right .articleDate, .right .articleViews {
    margin: 0 0 8px 8px;
}

.author {
    margin: 1em 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 1em 0;
    padding: 5px;
    border: solid 1px #DADADA;
}

.bookmarks h3 {
    margin: 0;
    padding: 0;
}

.centeredList {
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.centeredList li {
    display: inline;
}

.clear {
    overflow: hidden;
}

.clear2 {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 0.6em 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comment p:first-child {
    margin-top: 0;
}

.comment p:last-child {
    margin-bottom: 0;
}

.comments {
    margin: 1em 0;
}

.commentsTop {
    height: 40px;
    margin: 1em 0;
    background-color: #DDDDDD;
}

.content {
    margin: 0 15px;
}

.directoryItem {
    margin: 1em 0;
    padding: 3px;
    border: solid 1px #DEDEDE;
    line-height: 28px;
}

.directoryItem .telephone {
    float: right;
    padding-left: 35px;
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    font-weight: normal;
}

.directoryItem .header {
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
    background-color: #DEDEDE;
}

.directoryItem .content {
    padding: 5px;
}

.directoryItem .content p:first-child {
    margin-top: 0;
}

.directoryItem .content p:last-child {
    margin-bottom: 0;
}

.error {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin-left: 16px;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.hide {
    display: none;
}

.highLight {
    background-color: #FFFF66;
    color: #003399;
    font-weight: bold;
}

.item, .item2 {
    margin: 0.8em 0;
}

.item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

.item p:last-child, .item2 p:last-child {
    margin-bottom: 0;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.modalPopup .header {
    margin-bottom: 1em;
    font-size: 123.1%;
    font-weight: bold;
}

.pageLocation {
    margin: 1em 0;
    text-align: center;
}

.pageNavigation {
    margin: 1em 0;
}

.pageNavigation a, .pageNavigation .current {
    padding: 5px 4px;
    border: solid 1px #DDDDDD;
    text-decoration: none;
    line-height: 30px;
    vertical-align: text-top;
}

.pageNavigation a:hover, .pageNavigation .current {
    background-color: #EEEEEE;
}

.passwordStrength {
    width: 200px;
    max-height: 18px;
    padding: 1px;
    border: solid 1px #000000;
    vertical-align: middle;
}

.passwordStrengthText {
    margin: 2px 0 0 208px;
    background-color: White;
}

.passwordStrengthWeak {
    max-height: 18px;
    background-color: Red;
    color: Red;
}
.passwordStrengthAverage {
    max-height: 18px;
    background-color: Orange;
    color: Orange;
}

.passwordStrengthGood {
    max-height: 18px;
    background-color: Green;
    color: Green;
}

.pointer {
    cursor: pointer;
}

.popularSearches {
    margin: 2em 100px;
    padding: 10px;
    border: solid 1px #000000;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.productImage {
    margin-right: 15px;
    border-width: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    height: 20px;
    margin: 1em 0;
}

.ratingStar {
    display: block;
    width: 13px;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
}

.ratingStarDefault {
    cursor: default;
}

.ratingStarFilled {
    background-image: url(/Images/FilledStar.gif);

}

.ratingStarEmpty {
    background-image: url(/Images/EmptyStar.gif);
}

.ratingStarSaved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.tagCloudComponent {
    line-height: 1.8em;
    word-wrap: break-word;
    overflow: hidden;
}

/* Start styles used to set xx-small to xx-large font sizes of tags for small, medium and large */
.tagCloudComponentTag1 {
    font-size: 80%;
}

.tagCloudComponentTag2 {
    font-size: 90%;
}

.tagCloudComponentTag3 {
    font-size: 100%;
}

.tagCloudComponentTag4 {
    font-size: 110%;
}

.tagCloudComponentTag5 {
    font-size: 120%;
}

.tagCloudComponentTag6 {
    font-size: 140%;
}

.tagCloudComponentTag7 {
    font-size: 160%;
}
/* End of tag cloud tag font sizes */

.textBox {
    padding: 2px;
    border: solid 1px #809DB9;
}

.wizard {
    width: 100%;
}

.wizard td {
    padding: 0;
}

.wizard td td {
    padding: 0.5em;
}

.wordWrap {
    word-wrap: break-word;
    overflow-x: hidden;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/* please duplicate all HTML tag styles to Wysiwyg.css */
/******************************************************************************/
.absmiddle {
    vertical-align: middle;
    margin-bottom: 0.25em;
}

.blueText, .blueText a {
    color: #0690BC;
    text-decoration: none;
}

.first {
    margin-top: 0;
}

.greenText, .greenText a {
    color: #009933;
    text-decoration: none;
}

.grayText, .grayText a {
    color: #999999;
    text-decoration: none;
}

.imageBorder {
    margin: 3px;
    padding: 5px;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #CCCCCC;
}

a img.imageBorder {
    padding: 5px;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #CCCCCC;
}

a img.imageBorder:hover {
    background-color: #E6E6E6;
}

.last {
    margin-bottom: 0;
}

.left {
    float: left;
}

.quote {
    margin: 1em;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.redText, .redText a {
    color: #FF0000;
    text-decoration: none;
}

.right {
    float: right;
}

.tableGrid {
    width: 100%;
    margin: 1em 0;
}

.tableGrid th, .tableGrid td {
    border: solid 1px #E1E1E1;
}

.tableGrid th {
    background-color: #EEEEEE;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border-width: 0;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border-width: 0;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/

/******************************************************************************/
/* Image Popup Styles Start */
/******************************************************************************/
#imagePopupLoadingScreen {
    position: absolute;
    z-index: 30001;
    background: #CCCCCC url(/Images/ImagePopupLoading.gif) no-repeat 50% 47%;
    font: normal normal normal 0.9em arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imagePopupIframeShim {
    position: absolute;
    z-index: 30000;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#imagePopupImageWindow {
    position: absolute;
    z-index: 30002;
    background-color: #222222;
    border: solid 1px #666666;
    padding: 10px;
    visibility: hidden;
}

#imagePopupImageWindow img {
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

#imagePopupImageWindow ul {
    margin: 8px 0;
    list-style-type: none;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 5px 10px;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 5px 10px;
}

#imagePopupImageWindow ul a {
    min-height: 15px;
    padding: 0 0 0 20px;
    font: normal normal normal 0.9em arial,sans-serif;
    background: url(/Images/ImagePopupIcons.gif) no-repeat 0 1px;
    color: #555555;
    text-decoration: none;
    display: block;
}

#imagePopupImageWindow li.fullScreen a {
    background-position: 0 -449px;
}

#imagePopupImageWindow ul a:hover, #imagePopupImageWindow ul a:focus {
    background-position: 0 -149px;
    color: #222222;
}

#imagePopupImageWindow ul li.fullScreen a:hover, #imagePopupImageWindow ul li.fullScreen a:focus {
    background-position: 0 -599px;
}

#imagePopupImageWindow ul a:active {
    background-position: 0 -299px;
    color: #000000;
}

#imagePopupImageWindow ul li.fullScreen a:active {
    background-position: 0 -749px;
}
/******************************************************************************/
/* Image Popup Styles End */
/******************************************************************************/

/******************************************************************************/
/* Lightbox Styles Start */
/******************************************************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/******************************************************************************/
/* Lightbox Styles End */
/******************************************************************************/