/*
 * Stylesheet for Iva Vadovičová sites
 *
 * @author Jan Vlcek; vlki@seznam.cz
 */

#ajax-spinner {
    position:fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: white url('../images/ajax-loader.gif') no-repeat 50% 50%;
    padding: 13px;
    border: 2px solid #CCC;
    font-size: 0;
}

/* BODY */

body {
    position: relative;
    font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
    font-size: 0.88em;
    color: #373737;
    padding: 0px;
    margin:	0px;
    background: #FFFFFF url('../images/design/bg_all.png') 0 0 repeat-x;
}

* html body {
    text-align:	center;
}

/* LINK STYLE */

a {
    color: #E89400;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* HEADLINES */

h1 {
    margin: 0px;
    padding: 0px;

    font-size: 1.86em;
    font-weight: normal;

    color: #6E6E6E; /* #BA6C21*/
}

h2 {
    margin:       0px;
    padding:      10px 0px 15px;

    font-size:    1.57em;
    font-weight:  bold;

    color:        #474747;
}

h3 {
    margin:       0px;
    padding:      10px 0px 15px;

    font-size:    1.29em;
    font-weight:  bold;

    color:        #474747;
}



/* PARAGRAPH */

p {

    line-height:  150%;
    padding: 0;
    margin: 12px 0;
    text-align:   left;

}


/* LISTS */

ul, ol {

    padding:  5px 0px 5px 40px;
    margin:   0px;

}

ul li ul, ul li ol, ol li ol, ol li ul {
    padding:  0px 0px 0px 20px;
}

ul li, ol li {

    padding:  0px;
    margin:   0px;

    line-height:  150%;

}


/* IMAGES */

img {

    border: 0;
    margin: 0;
    padding: 0;

}

/* LINES */

hr {

    clear:  both;

    padding:  0px;
    margin:   0px;

}


/* CLASSES */

.center {
    text-align: center;
}

.clearer {
    clear: both;
}


/*******************************************************************************
 *                                                                   MAIN LAYOUT
 ******************************************************************************/

div#ContainerAll {
    position: relative;
    width: 1010px;
    margin: 0px auto;
    padding: 0 0 40px 0;
    text-align: left;
}

div#Container {
    width: 862px;
    float: left;
}

div#RightBoundary {
    width: 75px;
    height: 510px;
    float: left;
    clear: right;
    background: #F09F10 url('../images/design/bg_boundary_right.jpg') 0 116px no-repeat;
}

div#EndingBackground {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 1010px;
    height: 5327px;

    background: #FFFFFF url('../images/design/bg_ending.png') 37px 4900px no-repeat;
    z-index: -1;
}

/*******************************************************************************
 *                                                                 LEFT BOUNDARY
 ******************************************************************************/

div#LeftBoundary {
    position: relative;
    width: 73px;
    height: 510px;
    float: left;
    clear: left;
    background: #F09F10 url('../images/design/bg_boundary_left.jpg') 0 116px no-repeat;
}

div#LeftBoundary a span {
    display: none;
}

div#LeftBoundary a {
    position: absolute;
    display: block;
}

div#LeftBoundary a#LinkHome {
    left: 8px;
    top: 92px;
    width: 21px;
    height: 24px;
    background: url('../images/design/bg_icon_home_complete.gif') 4px 0 no-repeat;
}

div#LeftBoundary a#LinkHome.active, div#LeftBoundary a#LinkHome:hover {
    background-position: 4px -25px;
}

div#LeftBoundary a#LinkSitemap {
    left: 38px;
    top: 92px;
    width: 21px;
    height: 24px;
    background: url('../images/design/bg_icon_sitemap_complete.gif') 4px 0 no-repeat;
}

div#LeftBoundary a#LinkSitemap.active, div#LeftBoundary a#LinkSitemap:hover {
    background-position: 4px -27px;
}


/*******************************************************************************
 *                                                                        HEADER
 ******************************************************************************/

div#Header, div#ContentAll {
    position: relative;
    background: #F09F10 url('../images/design/bg_header.png') 0 0 repeat-y;
}

div#Header {
    height: 282px;
}

div#ContentAll {
    height: 116px;
}

h1#MainTitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 437px;
    height: 75px;
    background: url('../images/design/bg_main_title.jpg') 0 0 no-repeat;
}

h1#MainTitle a {
    width: 100%;
    height: 100%;
    display: block;
}

h1#MainTitle a span {
    display: none;
}

div#MainMenu {
    position: absolute;
    left: 0;
    top: 75px;
    height: 41px;
    width: 750px;
    background: url('../images/design/bg_main_menu.png') 0 0 repeat-x;
}

div#MainMenu div {
    height: 41px;
    background: url('../images/design/bg_main_menu_left.png') 0 -2px no-repeat;
}

div#MainMenu ul {
    list-style-type: none;
    padding: 0 0 0 4px;
}

div#MainMenu h2 {
    display: none;
}

div#MainMenu ul li {
    width: auto;
    float: left;
    padding: 0;
}

div#MainMenu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding: 10px 28px;
    background: transparent url('../images/design/bg_menu_active.gif') -15px 0 no-repeat;
}

div#MainMenu ul li a:hover, div#MainMenu ul li a.active {
    background-position: center 36px;
}

div#RandomPhoto {
    position: absolute;
    top: 37px;
    right: 0;
    height: 223px;
    width: 148px;
    padding: 11px;
    background-color: #F7F7F7;
}

div#RandomPhoto table {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}

div#RandomPhoto table tr td {
	height: 223px;
	vertical-align: middle;
	background-color: #F7F7F7;
}

div#QuickAbout {
    position: absolute;
    top: 116px;
    left: 0;
    height: 158px;
    width: 509px;
    padding: 8px 30px 0 153px;
    background: #FFFFFF url('../images/design/bg_quick_about_line.png') 22px 148px no-repeat;
}

div#QuickAbout h1 {
    padding: 12px 0;
    margin: 0;
    color: #787878;
    font-weight: bold;
    font-size: 1.14em;
}

div#QuickAbout p {
    padding: 0;
    margin: 0;
    font-size: 0.86em;
}

div#QuickAbout img.QuickAboutImage {
	position: absolute;
	left: 18px;
	bottom: 0;
}

div#cart__info {
	position: absolute;
	top: 0;
	right: 0;
	width: 148px;
	height: 30px;
	padding: 3px 11px 3px 11px;
	background: url('../images/design/icon_cart.png') 15px 2px no-repeat;
}

div#cart__info a {
	display: block;
	width: 118px;
	height: 25px;
	padding: 5px 0 0 30px;
	font-size: 0.86em;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}

div#cart__info a:hover {
	text-decoration: none;
}

table.list.cartContent {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}

table.list.cartContent thead th {
	padding: 5px 5px;
	border: solid 2px #FFFFFF;
	background-color: #F7F7F7;
	text-align: center;
}

table.list.cartContent tbody td {
	padding: 5px 10px;
	text-align: center;
}

table.list.cartContent tbody td.left {
	text-align: left;
}

table.list.cartContent tbody td.thumb a {
    display: block;
    float: left;
    padding: 11px;
    width: 100px;
    height: 100px;
    background-color: #F7F7F7;
}

table.list.cartContent tbody td.thumb a:hover {
    background-color: #DFDFDF;
}

table.list.cartContent tbody td.subtotal {
	background-color: #F7F7F7;
	padding: 11px;
	border: solid 2px #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}

table.list.cartContent tfoot tr.summary th {
	background-color: #F7F7F7;
	border: solid 2px #FFFFFF;
}

table.list.cartContent tfoot tr.summary th.label {
	padding: 11px;
	text-align: right;
}

table.list.cartContent tfoot tr.summary th.label .labeltext {
	padding: 3px 0;
}

table.list.cartContent tfoot tr.summary th.label div.actions {
	float: left;
}

table.list.cartContent tfoot tr.summary th.label div.actions select {
	margin: 0 5px;
}

table.list.cartContent tfoot tr.summary th.total {
	padding: 6px 11px;
	font-size: 1.3em;
	text-align: center;
}

div.cartButtons {
	text-align: center;
	padding: 30px 0 0 0;
}

div.cartButtons input {
	padding: 10px;
	margin: 0 5px;
}

div#cart__content #frmform-confirm {
	padding: 15px 25px;
}

table.cartProgress {
	padding: 5px 0 15px 0;
	margin: 0;
	clear: both;
}

	table.cartProgress td {
		padding: 5px 10px;
		margin: 1px;
		background-color: #F7F7F7;
	}

		table.cartProgress td a {
			color: #000000;
		}

	table.cartProgress td.done {
		background-color: #999999;
	}

		table.cartProgress td.done a {
			color: #FFFFFF;
		}

	table.cartProgress td.active {
		background-color: #E89400;
		color: #FFFFFF;
	}

ul.chooseDelivery {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	ul.chooseDelivery li {
		padding: 0;
		margin: 0;
	}

table.form.cartContent {
	width: 100%;
}

	table.form.cartContent th {
		width: 216px;
		text-align: right;
		padding: 5px;
	}

	table.form.cartContent td {
		width: 296px;
		padding: 5px;
	}


/*******************************************************************************
 *                                                                     GALLERIES
 ******************************************************************************/

table.quickPreview, table.photosThumbs {
    clear: both;
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 5px 0;
}

table.photosThumbs {
	width: 100%;
}

table.quickPreview td {
    padding: 0 14px 10px 0;
    margin: 0;
}

table.photosThumbs td {
    padding: 0 15px 20px 0;
    margin: 0;
    width: 100px;
    height: 100px;
}

table.quickPreview td a, table.photosThumbs td a {
    display: block;
    float: left;
    padding: 11px;
    width: 100px;
    height: 100px;
    background-color: #F7F7F7;
}

table.quickPreview td a:hover, table.photosThumbs td a:hover {
    background-color: #DFDFDF;
}

table.photosThumbs td.inCart a {
    background-color: #E89400;
}

table.photosThumbs td.inCart a:hover {
    background-color: #C17D00;
}

table.photosThumbs td a.buy {
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 8px;
	margin: 0px 0px 0px 122px;
}

table.photosThumbs th {
    font-size: 1.08em;
    font-weight: normal;
}

table.photosThumbs th.top {
    padding: 8px 0 35px 0;
}

table.photosThumbs th.bottom {
    padding: 15px 0 8px 0;
}

table.photosThumbs th a {
    padding: 0 2px;
    text-align: center;
    font-size: 1.15em;
}

table.photosThumbs th span {
    padding: 0 4px;
    text-align: center;
}

table.photosThumbs th span.active {
    padding: 0 3px;
}

table.photosThumbs th a.previous span, table.photosThumbs th a.next span {
    display: none;
}

table.photosThumbs th a.previous, table.photosThumbs th a.next {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
}

table.photosThumbs th a.previous {
    margin: 0 0 0 88px;
    background: #FFFFFF url('../images/design/bg_btn_previous.png') top left no-repeat;
}

table.photosThumbs th a.next {
    background: #FFFFFF url('../images/design/bg_btn_next.png') top left no-repeat;
}

table.photosThumbs th a.previous:hover, table.photosThumbs th a.next:hover {
    background-position: 0 -18px;
}

table.photosThumbs th div {
    float: left;
    width: 318px;
    text-align: center;
}

/*******************************************************************************
 *                                                          TITLE - BOTH COLUMNS
 ******************************************************************************/

div#LeftColumn h2, div#RightColumn h2 {
    color: #F0A312;
    font-size: 1.14em;
    padding: 10px 0 10px 0;
}

div#LeftColumn div.line hr, div#RightColumn div.line hr {
    display: none;
}

div#LeftColumn a.more, div#RightColumn a.more {
    clear: both;
    display: block;
    text-align: right;
    font-size: 0.86em;
    margin: 0 36px 7px 0;
    padding: 5px 25px 10px 0;
    background: url('../images/design/bg_link_more.gif') right 7px no-repeat;
}

/*******************************************************************************
 *                                                           TITLE - LEFT COLUMN
 ******************************************************************************/

div#LeftColumn {
    margin: 25px 0 0 0;
    padding: 0 0 0 60px;
    float: left;
    width: 422px;
}

div#LeftColumn div.line {
    clear: both;
    height: 10px;
    background: url('../images/design/bg_horizontal_wide_line_transparent.png') 0 0 no-repeat;
}

div.exhibition {
    padding: 0 25px 20px 0;
}

div.exhibition span {
    font-style: italic;
    color: #A6A5A5;
}

div.exhibition h3 {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-size: 1em;
    color: #A6A5A5;
}

div.exhibition p {
    padding: 0;
    margin: 0;
    font-size: 0.86em;
}

a#Backstage {
    display: block;
    margin: 20px 0;
}

/*******************************************************************************
 *                                                          TITLE - RIGHT COLUMN
 ******************************************************************************/

div#RightColumn {
    margin: 25px 0 0 0;
    padding: 0 60px 0 0;
    float: right;
    width: 320px;
    background: url('../images/design/bg_vertical_dash.gif') 0 0 repeat-y;
}

div#RightColumn div.line {
    clear: both;
    height: 10px;
    background: url('../images/design/bg_horizontal_narrow_line_transparent.png') 5px 0 no-repeat;
}

div#RightColumn a.more {
    margin-right: 16px;
}

div#RightColumn h2 {
    padding-left: 26px;
}

div.newie {
    padding: 0 0 20px 26px;
}

div.newie span.date {
    font-size: 0.86em;
    font-style: italic;
    color: #A6A5A5;
}

div.newie span.pipe {
    color: #A6A5A5;
}

div.newie h3 {
    display: inline;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}

div.newie p {
    padding: 0;
    margin: 0;
    font-size: 0.86em;
}

div#RightColumn div.reference {
    position: relative;
    margin: 0 0 20px 26px;
    padding: 11px 0 0 11px;
    min-height: 111px;
    background-color: #F7F7F7;
}

div#RightColumn div.reference img {
    float: left;
}

div#RightColumn div.reference h3 {
    float: right;
    width: 150px;
    padding: 0 15px 5px 15px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    color: #E89400;
}

div#RightColumn div.reference p {
    float: right;
    width: 150px;
    padding: 0 15px 30px 15px;
    margin: 0;
    font-size: 0.86em;
}

div#RightColumn div.reference a.more {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    width: 110px;
    height: 19px;
    background-image: none;
    background-color: #F2B11B;
    padding: 3px 14px;
    margin: 0;
    color: #FFFFFF;
}


/*******************************************************************************
 *                                                                       CONTENT
 ******************************************************************************/

div#Content {
    margin: 0 0 0 0;
    padding: 0 0 0 60px;
    float: left;
    width: 597px;
    min-height: 430px;
    font-size: 0.86em;
    float: left;
}

div#BreadcrumpNavigation {
    padding: 13px 0 8px 0;
}

div#ContentOut {
    background: url('../images/design/bg_vertical_dash.gif') right 0 repeat-y;
}

div#ContentIn {
    background: url('../images/design/bg_content_top.png') 0 3px no-repeat;
    min-height: 392px;
    padding: 15px 60px 15px 0 ;
}

div#ContentIn div.line hr {
    display: none;
}

div#ContentIn h1 {
    color: #787878;
    font-size: 1.33em;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

div#ContentIn h2 {
    color: #949494;
    font-size: 1.33em;
    font-weight: normal;
    padding: 15px 0 5px 0;
}

div#ContentIn div.simpleTable {
    text-align: center;
    padding: 5px 0 15px 0;
}

div#ContentIn div.simpleTable table {
    border-collapse: collapse;
    margin: 0 auto;
}

div#ContentIn div.simpleTable table th, div#ContentIn div.simpleTable td {
    padding: 7px 15px;
    text-align: center;
    border: 1px solid #FFFFFF;
}

div#ContentIn div.simpleTable table thead th {
    background: #393939;
    color: #FFFFFF;
    font-weight: bold;
}

div#ContentIn div.simpleTable table tbody th {
    background: #696969;
    color: #FFFFFF;
    font-weight: normal;
}

div#ContentIn div.simpleTable table tbody td {
    background: #F2F2F2;
    color: #000000;
    font-weight: normal;
}

div#ContentIn div.newie {
    margin: 0;
    padding: 10px 0 20px 0px;
}

div#ContentIn div.newie span.date {
    font-size: 1em;
    font-style: italic;
    color: #A6A5A5;
}

div#ContentIn div.newie span.pipe {
    color: #A6A5A5;
}

div#ContentIn div.newie h2 {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 1.16em;
    font-weight: normal;
    color: #E89400;
}

div#ContentIn div.newie p {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

div#ContentIn div.newie div.perex {
    margin: 5px 0 10px 0;
    padding: 5px 10px;
    border-left: 5px solid #F2F2F2;
}

div#ContentIn div.exhibition span.date {
    font-size: 1em;
    font-style: italic;
    color: #A6A5A5;
}

div#ContentIn div.exhibition span.pipe {
    color: #A6A5A5;
}

div#ContentIn div.exhibition h2 {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 1.16em;
    font-weight: normal;
    color: #E89400;
}

div#ContentIn div.exhibition p {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

div#ContentIn div.exhibition div.description {
    margin: 5px 0 10px 0;
    padding: 5px 10px;
    border-left: 5px solid #F2F2F2;
}

/* SITEMAP */

div#ContentIn div.sitemapTree {
	font-size: 1.15em;
}

div#ContentIn div.sitemapTree ul {
	padding-left: 40px;
	list-style-type: circle;
	color: #BEBEBE;
}

div#ContentIn div.sitemapTree ul li {
	padding: 10px 0 0 0;
}

/* REFERENCES */

div.referencies div.reference {
	padding: 20px 0 0 0;
	clear: both;
}

div.referencies div.reference div.preview {
    width: 283px;
    float: left;
    position: relative;
    margin: 0;
    padding: 11px 0 11px 11px;
    min-height: 100px;
    background-color: #F7F7F7;
}

div.referencies div.reference div.preview img {
    float: left;
}

div.referencies div.reference div.preview h3 {
    float: right;
    width: 150px;
    padding: 0 15px 5px 15px;
    margin: 0;
    font-size: 1.16em;
    font-weight: normal;
    color: #E89400;
}

div.referencies div.reference div.preview p {
    float: right;
    width: 150px;
    padding: 0 15px 3px 15px;
    margin: 0;
}

div.referencies div.reference div.text {
	float: right;
	width: 220px;
}


/* GUESTBOOK */

div#ContentIn div.guestbook div.input {
	margin: 20px 0 0 0;
	background-color: #F7F7F7;
	padding: 0 10px 10px 16px;
}

div#ContentIn div.guestbook div.input h2 {
	color: #E89400;
}

div#ContentIn div.guestbook div.input textarea {
	height: 120px;
	width: 100%;
	margin: 0;
}

div#ContentIn div.guestbook div.input input[type=text] {
	width: 100%;
}

div#ContentIn div.guestbook div.input table {
	padding: 0;
	margin: 0;
}

div#ContentIn div.guestbook div.input table tr th, div#ContentIn div.guestbook div.input table tr td {
	padding: 2px 0;
}

div#ContentIn div.guestbook div.input table tr th {
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

div#ContentIn div.guestbook div.post {
	padding: 5px 0 10px 0px;
}

div#ContentIn div.guestbook div.post span.date {
    font-size: 1em;
    font-style: italic;
    color: #A6A5A5;
}

div#ContentIn div.guestbook div.post span.pipe {
    color: #A6A5A5;
}

div#ContentIn div.guestbook div.post h2 {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 1.16em;
    font-weight: normal;
    color: #E89400;
}

div#ContentIn div.guestbook div.post div.message {
    margin: 5px 0 10px 0;
    padding: 5px 10px;
    border-left: 5px solid #F2F2F2;
}

div#ContentIn div.guestbook div.post div.message p {
    padding: 0;
    margin: 0;
    font-size: 1em;
}


/* PRIVATE GALLERY */

div.infoMessage {
	background: #F7F7F7 url('../images/design/info.png') 20px 18px no-repeat;
	padding: 5px 20px 5px 70px;
	margin: 0 0 10px 0;
	min-height: 60px;
	_height: 60px;
}

div#cart__content div.private div.buttons {
	text-align: center;
}

div#cart__content div.private #frmform-empty {
	padding: 15px 25px;
	margin: 0 20px 0 0;
}

	div#cart__content div.private #frmform-empty img {
		padding: 0 5px 2px 0;
		vertical-align: middle;
	}

div#cart__content div.private #frmform-confirm {
	padding: 15px 25px;
}

	div#cart__content div.private #frmform-confirm img {
		padding: 0 4px 2px 0;
		vertical-align: middle;
	}

div#cart__content div.private table.price {
	width: 100%;
}

	div#cart__content div.private table.price tr td {
		background-color: #F7F7F7;
		border: 2px solid transparent;
		padding: 6px 11px;
	}

		div#cart__content div.private table.price tr td.totalLabel {
			font-weight: bold;
			text-align: right;
		}

		div#cart__content div.private table.price tr td.total {
			font-size: 1.3em;
			text-align: center;
			font-weight: bold;
		}


/*******************************************************************************
 *                                               CONTENT - RIGHT COLUMN - NEWIES
 ******************************************************************************/

div#ContentRight {
    float: right;
    width: 110px;
    margin: 180px 60px 0 0;
}

div#ContentRight ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#ContentRight ul li {
    padding: 3px 0 0 0;
}

div#ContentRight ul li a.active {
    color: #A46900;
    text-decoration: none;
}

div#ContentRight h2 {
    color: #F0A312;
    font-size: 1.14em;
    padding: 10px 0 5px 0;
}

div#ContentRight div.newie {
    padding: 0 0 26px 0;
}

div#ContentRight div.newie span.date {
    font-size: 0.86em;
    font-style: italic;
    color: #A6A5A5;
}

div#ContentRight div.newie span.pipe {
    color: #A6A5A5;
}

div#ContentRight div.newie h3 {
    display: inline;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}

div#ContentRight div.newie p {
    padding: 0;
    margin: 0;
    font-size: 0.86em;
}

div#ContentRight a.more {
    clear: both;
    display: block;
    text-align: right;
    font-size: 0.86em;
    padding: 5px 25px 10px 0;
    background: url('../images/design/bg_link_more.gif') right 7px no-repeat;
}


/*******************************************************************************
 *                                                                        FOOTER
 ******************************************************************************/

div#Footer {
    height: 48px;
    padding: 30px 0 0 0;
}

div#FooterLinks {
    float: left;
    width: 154px;
    margin: 5px 0 0 40px;
    padding: 3px 12px;
    height: 26px;
    font-size: 0.86em;
    background: url('../images/design/bg_footer_links.png') 0 0 no-repeat;
}

div#FooterLinks a {
    color: #FFFFFF;
    text-decoration: underline;
    padding: 0 6px;
}

div#FooterLinks a:hover, div#FooterLinks a.active {
    text-decoration: none;
}

div#FooterText {
    float: right;
    width: 620px;
    margin: 0 20px 0 0;
    font-size: 0.79em;
    text-align: center;
    color: #838383;
    line-height: 170%;
}

div#FooterText a {
    color: #474747;
    text-decoration: underline;
}
