* {
    margin: 0;
    padding: 0;
    border: none;
}
 
html, body {
    height:100%;
    width:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
body{
    background-color:#d5d6d8;
}
 
.wrapper{
    width:900px;
    /*height: 150px;*/
    margin:0px auto;
    padding:0px 0px;
    overflow:hidden;
    border:1px solid #282c2f;
    background-color: #fff;
}
 
/*HEADER*/
.header {
    width: 100%;
    height: 359px;
    background-image: url(images/header_bg.jpg);
   
}
 
.languageContainer {
 padding-left: 800px;
 padding-top: 2px;
 overflow: hidden;
 border:0px solid #fff;
 height: 20px;
}
 
.languageIcon {
    border:1px solid black;
}
 
.languageIcon:hover {
    border: 1px solid #fff;
}
 

/*TOP MENU*/
.topMenuContainer {
 padding-left: 530px;
}
 
.topMenu {
    padding-top: 61px;
    overflow: hidden;
    width: 295px;
    border: 0px solid red;
    float: left;
}
 
.menuElement {
 width: 90px;
 height: 20px;
 padding: 3px 7px 0px 0px;
 background-image: url(images/top_menu_bg_normal.jpg);
 background-repeat: no-repeat;
 float: left;
 text-align: center;
}
 
.menuElement:hover {
    width: 90px;
    height: 20px;
    padding: 3px 7px 0px 0px;
    background-image: url(images/top_menu_bg_selected.jpg);
    background-repeat: no-repeat;
}
 
.menuElementSelected {
    width: 90px;
    height: 20px;
    padding: 3px 7px 0px 0px;
    background-image: url(images/top_menu_bg_selected.jpg);
    background-repeat: no-repeat;
}
 
.topMenuLink {
 font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    width: 97px;
    height: 20px;
    text-decoration: none;
    color: #000;
}
 
.twitterDiv {
 padding-top: 10px;
}
 
.twitter {
 width: 59px;
 height: 67px;
 background-image: url(images/twitter_normal.jpg);
 background-repeat: no-repeat;
 float: left;
 border: 0px solid red;
}
 
.twitter:hover {
    width: 59px;
    height: 67px;
    background-image: url(images/twitter_on_roll_over.jpg);
    background-repeat: no-repeat;
    float: left;
}
 
.animationContainer {
 float: left;
 padding-left: 300px;
 padding-top: 36px;
}
 
.faceBookContainer {
 float: left;
 padding-left: 57px;
 padding-top: 184px;
}
 
.faceBook {
 width: 108px;
 height: 32px;
 background-image: url(images/facebook_bg.jpg);
 background-repeat: no-repeat;
 padding-left: 4px;
    padding-top: 4px;
    line-height: 11px;
}
 
.faceBookLink {
 font-family: Verdana;
 font-size: 9px;
 font-weight: bold;
 color: #000;
 text-decoration: none;
 
}
 
.faceBookLink:hover {
    color: #3b6297;
    text-decoration: none;
   
}
 
/*CONTENT*/
 
.contentDiv {
 background-image: url(images/content_bg.jpg);
    background-repeat: repeat-y;
 background-color: #fff;
 overflow: hidden;
 
}
 
.leftNavContainer {
 width: 253px;
 overflow: hidden;
 float: left;
}
 
.leftLink {
 font-family: Verdana;
 font-size: 13px;
 color: #44484e;
 text-decoration: none;
 font-weight: bold;
 clear: both;
 float: left;
 line-height: 24px;
 padding-left: 30px;
}
 
.leftLink:hover {
 color: #0075ab;
 text-decoration: none;
}
 
.leftLinkSelected {
    font-family: Verdana;
    font-size: 13px;
    color: #0075ab;
    text-decoration: none;
    font-weight: bold;
    clear: both;
    float: left;
    line-height: 24px;
    padding-left: 30px;
}
 
.poster {
 clear: both;
 padding-left: 13px;
 padding-top: 10px;
 padding-bottom: 10px;
}
 

/*CONTENT*/
.mainContent {
 padding-left: 5px;
 width: 480px;
 font-family: Verdana;
    font-size: 11px;
    color: #44484e;
    font-weight:normal;
    float: left;
    border: 0px solid red;
}
 
.contentTitle {
 font-family: Verdana;
    font-size: 13px;
    color: #0075ab;
    font-weight:normal;
    float: left;
    clear: both;
    padding-bottom: 20px;
}
 
.content {
 width: 100%;
 float: left;
 clear: both;
}
 
.content p {
 padding-bottom: 10px;
}
 
.content a {
    color: #0075ab;
    text-decoration: none;
}
 
.content a:hover {
    color: #0075ab;
    text-decoration: underline;
}
 
.bottomBannerDiv {
 clear: both;
 float: left;
 width: 468px;
 /*height: 60px;*/
 padding-top: 20px;
}
 
/*RIGTH BANNERS*/
.rightBanners {
 float: left;
 width: 120px;
 padding-left: 30px;
 border: 0px solid green;
}
.bannerImg {
 border: 0px solid red;
 padding-bottom: 10px;
}
 
/*FOOTER*/
.footerContainer {
 background-image: url(images/footer_bg.jpg);
    background-repeat: repeat-y;
    width: 900px;
    height: 72px;
}
 
.topLinks a {
 padding-top: 20px;
 padding-left: 40px;
 padding-right: 40px;
 font-family: Verdana;
    font-size: 11px;
    color: #fff;
    font-weight:normal;
    text-decoration: none;
    float: left;
}
 
.topLinks a:hover {
 text-decoration: underline;
}
 
.bottomInfo {
 width: 900px;
 padding-top: 20px;
 padding-left: 20px;
 font-family: Verdana;
    font-size: 11px;
    color: #fff;
    font-weight:normal;
    float: left;
    overflow: hidden;
}
 
.bottomInfo a {
 color: #0075ab;
    text-decoration: none;
}
 
.bottomInfo a:hover {
    color: #fff;
    text-decoration: none;
}
 
.bottomInfoElement {
 padding-right: 115px;
 float: left;
}
 
/*NEWS*/
.newsItem {
 float: left;
 clear: both;
 padding-bottom: 20px;
 width: 450px;
}
 
.newsHeader {
 width: 450px;
 border: 0px solid red;
 clear: both;
 float: left;
 padding-bottom: 10px;
}
 
.newsTitle {
    float:left;
    font-size: 12px;
    color: #0075ab;
    font-weight: bold;
}
 
.newsTitle a {
 float:left;
 font-size: 12px;
 color: #0075ab;
 font-weight: bold;
}
 
.newsDate {
 float:right;
}
 
.newsDecorContainer {
 padding-left: 65px;
 padding-top: 20px;
}
 
.newsDecor {
 background-image: url(images/news_decor.jpg);
 width: 324px;
 height: 16px;
 
}
 
.newsContent {
    clear: both; 
}
 
.tovabb {
 float: right;
 clear: both;
 padding-top: 5px;
}
 
.navContainer {
 width: 450px;
    border: 0px solid red;
    clear: both;
    float: left;
    padding-bottom: 10px;
}
 
.navContainerWide {
    width: 485px;
    border: 0px solid red;
    clear: both;
    float: left;
    padding-bottom: 10px;
}
 
.navBack a {
 float: left;
 font-size: 12px;
    font-weight: bold;
}
 
.navForward a {
 float: right;
 font-size: 12px;
 font-weight: bold;
}
 
/*COMMENTARY*/
.commentaryHeader {
    width: 498px;
    height: 106px;
    background-image: url(images/feis_live_header.jpg);
    background-repeat: none;
    margin-bottom: 10px;
}
.commentaryItem_odd {
    float: left;
    clear: both;
    width: 485px;
    background-color: #fff;
    padding: 5px 5px 20px 5px;
}
 
.commentaryItem_even {
    float: left;
    clear: both;
    width: 485px;
    background-color: #d3e5f9;
    padding: 5px 5px 20px 5px;
}
 
.speechBubble {
 padding: 9px;
 padding-left: 396px;
 padding-top: 33px;
 color: #0075ab;
 font-size: 12px;
 font-family: verdana;
 text-align: center;
 font-weight: bold;
}
 
/*GUESTBOOK*/
.guestbookContainer {
 float: left;
 width: 495px;
    /*height: 454px;*/
    background-image: url(images/guestbook_header_bg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    clear: both;
}
 
.guestbookTitle {
 float: right;
    padding-right: 15px;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: verdana;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
}
 
.commentItem {
 float: left;
    width: 485px;
    padding: 10px 5px 5px 5px;
    overflow:hidden;
}
 
.commentContent {
 font-size: 11px;
}
 
.commentFooter {
 padding-top: 5px;
 padding-bottom: 5px;
 color: #0075ab;
}
 
.commentAuthor {
 font-size: 12px;
 float: left;
 
}
 
.allComments a {
 padding-top: 10px;
 float: right;
    font-size: 12px;
    font-weight: bold;
}
 
.formHolder {
 float: left;
 clear: both;
 width: 502px;
 height: 392px;
 background-image: url(images/guestbook_form_bg.jpg);
 background-repeat: no-repeat;
 
}
 
.leaveComment {
 color: #fff;
 font-size: 11px;
 font-weight: bold;
 padding-top: 9px;
 padding-left: 20px;
}
 
.taBlock{
    padding:10px 0px 30px 32px;
    color: #44484E;
    font-family: Verdana;
    font-size: 11px;
    height: 75px;
    border-bottom: 0px solid red;
}
 
.formTableBlock {
 padding-left: 20px;
}
 
.formTable label {
    font-weight:bold;
    color: #fff;
    font-family: Verdana;
    font-size: 11px;
    width:60px;
    overflow:hidden;
    display:block;
    float:left;
}
 
.formTable input {
    font-family: Verdana;
    font-size: 11px;
 padding:2px;
 float:left;
}
 
.formBtn {
 background-color: #fff;
 width: 50px;
 padding:2px 5px;
 margin: 10px 5px 0px;
 color: #0075ab;
 font-family: Verdana;
 font-weight: bold;
 font-size: 11px;
}
 
.formInfo {
 padding-left: 3px;
 font-weight:bold;
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    float:left;
}
 
.bottomFormInfo {
 padding-top: 30px;
 padding-left: 20px;
 float: left;
 font-weight:normal;
    color: #0075ab;
    font-family: Verdana;
    font-size: 11px;
 
}
 
/*IMAGES*/
 
.imagesContent {
 margin-top: 10px;
 float: left;
    width: 501px;
    background-color: #d2e5f8;
    overflow: hidden;
}
 
.imagesTopInfo {
 float: left;
 width: 476px;
 background-image: url(images/images_header_whitebg.jpg);
 font-family: Verdana;
 font-size: 11px;
 color: #0a0d11;
 padding-left: 15px;
 padding-right: 25px;
 padding-top: 4px;
 padding-bottom: 4px;
 background-repeat: repeat-y;
}
 
.imagesTopBottom {
 float:left;
 width: 501px;
 height: 2px;
 background-image: url(images/images_header_bottom.jpg);
 background-repeat: no-repeat;
}
 
.categoryBtnTop a {
 float: left;
 width: 143px;
 height: 20px;
 background-image: url(images/category_bg1.jpg);
 background-repeat: no-repeat;
 margin-left: 12px;
 text-align: center;
 overflow: hidden;
 font-size: 11px;
 padding-top: 2px;
 padding-right: 12px;
 text-decoration: none;
 color: #000;
}
 
.categoryBtnTop a:hover {
 color: #fff;
 text-decoration: none;
}
 
.categoryBtnSecond a {
    float: left;
    width: 143px;
    height: 25px;
    background-image: url(images/category_bg2.jpg);
    background-repeat: no-repeat;
    margin-left: 12px;
    text-align: center;
    overflow: hidden;
    font-size: 11px;
    padding-top: 5px;
    padding-right: 12px;
    text-decoration: none;
    color: #000;
}
 
.categoryBtnSecond a:hover {
    color: #fff;
    text-decoration: none;
}
 
.thumbHolder {
 padding-top: 10px;
 overflow: hidden;
 float: left;
 padding-left: 16px;
 clear: both;
}

.thumbHolderCart {
 padding-top: 10px;
 overflow: hidden;
 float: left;
 padding-left: 6px;
 clear: both;
}
 
.thumbContainer {
 width: 84px;
 height: 100px;
 border: 0px solid #fff;
 float: left;
 margin-right: 12px;
 margin-bottom: 10px;
 overflow: hidden;
}

.thumbContainerCart {
 width: 84px;
 height: 100px;
 border: 0px solid #fff;
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 overflow: hidden;
}
 
.ttImageHolder{
    width:80px;
    height:80px;
    float:left;
    text-align: center;
    background-color: #fff;
    border:2px solid #fff;
}
 
.ttImageHolder * {
    vertical-align: middle;
}
 
.ttImageHolder img {
}
 
.ttImageHolder span {
    display: inline-block;
    height: 100%;
    width: 0px;
}

.thumbBg {
 width: 80px;
    height: 80px;
    background-color: #fff;
    border: 2px solid #fff;
    float: left;
}

.thumbBgCart {
    width: 80px;
    height: 80px;
    background-color: #0c4762;
    border: 2px solid #fff;
    float: left;
    text-align: center;
}

.thumbBgCart * {
    vertical-align: middle;
}
 
.thumbBgCart img {
}
 
.thumbBgCart span {
    display: inline-block;
    height: 100%;
    width: 0px;
}
 
.thumbInfo {
 font-size: 11px;
 width: 66px;
 background-color: #fff;
 margin-left: 7px;
 padding-left: 4px;
 overflow: hidden;
 float: left;
}

.thumbInfoCart {
 font-size: 11px;
 width: 80px;
 background-color: #fff;
 margin-left: 0px;
 padding-left: 0px;
 overflow: hidden;
 float: left;
 text-align: center;
}

.addBtn {
 width: 14px;
 height: 12px;
 background-image:  url(images/image_plus.jpg);
 background-repeat: no-repeat;
 border: 1px solid #fff;
 float: right;
}

.minusBtn {
 width: 14px;
 height: 12px;
 background-image:  url(images/image_minus.jpg);
 background-repeat: no-repeat;
 border: 1px solid #fff;
 float: right;
}
 
.imageId {
 float: left
}

.imageDownload {
    padding-left:5px;
    font-size: 10px;
}

.imageDelete {
    padding-left:0px;
    font-size: 10px;
}

.imageDownload a {
    text-decoration: none;
    color: #67ae2e;
}

.imageDownload a:hover {
    text-decoration: underline;
}
 
.addBtnCont {
 float: right;
}
 
.imagesPaginationContainer {
 width: 400px;
    float: right;
    overflow: hidden;
    border: 0px solid red;
    font-size: 11px;
    color: #000;
    padding-right: 16px;
    font-family: Verdana;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: right;
}
.imagesPaginationSelected {
 color: #68ae2c;
 text-decoration: none;
 padding-left: 4px;
}
 
.imagesPaginationNotSelected:hover {
    color: #68ae2c;
    text-decoration: none;
    padding-left: 4px;
    text-decoration: underline;
}
 
.imagesPaginationNotSelected {
    color: #000;
    text-decoration: none;
    padding-left: 4px;
}
 
.imagesBottomText {
 color: #000;
 font-size: 11px;
 font-family: Verdana;
 float: left;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 /*background-color: #fff;*/
}
 
.imagesBottomText a:hover {
    color:#0075AB;
    text-decoration:underline;
}
 
.imagesBottomText a {
    color:#0075AB;
    text-decoration:none;
}
 
.imagesCartContainer {
 float: left;
 overflow: hidden;
 padding-top: 10px;
 padding-left: 10px;
 border: 0px solid red;
}
 
.imagesCart {
 width:  120px;
 height: 159px;
 background-image: url(images/cart_bg.jpg);
 background-repeat: no-repeat;
 background-position: top;
 overflow: hidden;
}
 
.yourCart {
 color: #d2e5f8;
 font-size: 11px;
 font-weight: bold;
 padding-top: 6px;
 padding-left: 5px;
}
 
.yourImages {
    color: #d2e5f8;
    font-size: 11px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 42px;
}
 
.cartBtn {
 margin-top: 11px;
 width: 120px;
 height: 25px;
 background-image: url(images/cart_btn_up.jpg);
 background-repeat: no-repeat;
 cursor: pointer;
 color: #0c3f57;
 font-size: 10px;
 padding-top: 16px;
 padding-left: 0px;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
}
 
.cartBtn:hover {
    margin-top: 11px;
    width: 120px;
    height: 25px;
    background-image: url(images/cart_btn_down.jpg);
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}
 
.cartBtnLink {
 text-decoration: none;
}
 
.cartBtnLink:hover {
 text-decoration: none;
}
 
.cartInfo {
 font-size: 9px;
 color: #0c3f57;
 width: 120px;
 text-align: center;
 padding-top: 10px;
}
 
.cartInfo a {
 text-decoration: none;
 color: #0c3f57;
}
 
.cartInfo a:hover {
    text-decoration: underline;
}

/*Images Info*/

.imagesInfoH1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.imagesInfoH2 {
	font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.imagesInfoText {
	padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 10px;
}

.imagePricesBox {
	background-color: #8abc12;
	margin-left: 3px;
    margin-right: 7px;
    color: #fff;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.imagePricesH1 {
	font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
}

.pricesTableHolder {
	float: left;
}

.pricesTableHolder td {
	vertical-align: bottom;
	padding-left: 3px;
}

.imagesBtnHolder {
	float: left;
	overflow: hidden;
	padding-left: 13px;
    padding-top: 50px;	
}

.imagesBtnHolderCart {
	clear:both;
    /*float: left;*/
    overflow: hidden;
    padding-left: 0px;
    padding-top: 25px;  
}

.imagesBtnButton {
	background-image: url(images/images_gallery_btn_up.png);
	background-repeat: no-repeat;
	width: 169px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	padding-top: 13px;
}

.imagesBtnButtonCart1 {
    background-image: url(images/small_btn_up.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 34px;
    cursor: pointer;
    overflow: hidden;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-left: 19px;
    float: left;
}

.imagesBtnButtonCart2 {
    background-image: url(images/small_btn_up.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 34px;
    cursor: pointer;
    overflow: hidden;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-left: 165px;
    float: left;
}

.imagesBtnButtonCart1:hover {
	background-image: url(images/small_btn_down.png);
    background-repeat: no-repeat;
}

.imagesBtnButtonCart2:hover {
    background-image: url(images/small_btn_down.png);
    background-repeat: no-repeat;
}

.imagesBtnButton:hover {
    background-image: url(images/images_gallery_btn_down.png);
    background-repeat: no-repeat;
    width: 169px;
    height: 30px;
    color: #000;
}

.imagesBtnLink {
	color: #fff;
	text-decoration: none;
}

.imagesBtnLink:hover {
    color: #000;
    text-decoration: none;
}

.imagesBottomTextImages {
 color: #000;
 font-size: 11px;
 font-family: Verdana;
 float: left;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-top: 10px;
 /*background-color: #fff;*/
}
 
.imagesBottomTextImages a:hover {
    color:#0075AB;
    text-decoration:underline;
}

.orderForm{
    overflow:hidden;
    border:0px solid #d2e5f8;
    text-align:left;
    font-family:Verdana;
    font-size:11px;
    padding:20px 5px;
}

.orderFormTable {
	margin-left: 40px;
}

.orderForm th {
    font-weight:bold;
    width:150px;
    padding:5px;
}

.orderForm input, .orderForm select {
    font-weight:normal;
    font-family:Verdana;
    font-size:11px;
    padding:2px;
    width:200px;
    border:1px solid #b4c0cc;
    background-color: #d2e5f8;
}

.orderForm select {
	width:206px;
	border:1px solid #b4c0cc;
}

.orderForm textarea {
	background-color: #d2e5f8;
    font-weight:normal;
    font-family:Verdana;
    font-size:11px;
    padding:2px;
    width:200px;
    border:1px solid #b4c0cc;
    margin-top: 24px;
}

.msgBox {
	clear:both;
	overflow:hidden;
	margin-right:3px;
	padding:5px;
    font-weight:bold;
    font-family:Verdana;
    font-size:10px;
    border:1px solid red;
    display:none;
    color: red;
}

.formSpacer {
	height: 20px;
}

.formFixValues {
	color: #0075AB;
	font-weight: bold;
}

.thankYou {
	text-align: left;
	margin-bottom: 15px;
}

.redWarning {
	color: #f1a139;
}



