﻿
body{
	background: #ffffff;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 12px;
	color: #fafafa;
}

a {
	text-decoration: none;
	color: #adebff;
	border: none;
	outline: none;
}

img {
	border: none;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #79dbfa;
	font-family: arial;
}

.read_more {
	float: right;
	border: 1px solid #adebff;
	padding: 2px 4px 2px 4px;
}

.read_more:hover {
	float: right;
	border: 1px solid #adebff;
	background: #666666;
	padding: 2px 4px 2px 4px;
}

.back_link {
	float: right;
	border: 1px solid #adebff;
	padding: 2px 4px 2px 4px;
}

.back_link:hover{
	float: right;
	border: 1px solid #adebff;
	background: #666666;
	padding: 2px 4px 2px 4px;
}

/* PAGINATION START*/

.pagination-holder{
	text-align:center;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
}

.paginate {
	padding: 2px 6px 2px 6px;
	margin: 2px;
	border: 1px solid #666666;
	font-family: arial;
	color: #666666;
}

.paginate:hover{
	padding: 2px 6px 2px 6px;
	margin: 2px;
	border: 1px solid #c7ebff;
	cursor: pointer;
	color: #666666;
}

.current {
	padding: 2px 6px 2px 6px;
	margin: 2px;
	border: 1px solid #c7ebff;
	cursor: pointer;
	color: #c7ebff;
}

.inactive {
	display: none;
}

.download-link{
	color: #adebff;
    cursor: pointer;
}

#msg-holder{
	display:none;
}

/*TABLE TITLE-DATE-USER*/

.table-title {
	padding-top: 30px;
    border-bottom: 1px dotted #666666;
}

.date-user {
	color: #79dbfa;
}

/*TABLE TITLE-DATE-USER END*/

/* PAGINATION END */

/*Newsletter*/

#newsletter-input {
	display: none;
	position: absolute;
	width: 300px;
	color: #000000;
	margin: 16px auto 0px auto;
	right: 30px;
}

#newsletter-input  input{
	border: 1px solid black;
	/*float: right;*/
	font-weight: bold;
	padding-left: 5px;
}

/*#newsletter-input-text {
	float: right;
	margin-right: 20px;
	font-family: arial;
}*/

#newsletter-input-loader {
	position: relative;
	display: none;
	text-align: right;
	font-weight: bold;
}

#newsletter-input-msg {
	display: none;
	text-align: right;
}

#newsletter-input-error {
	color: #cf0404;
	font-weight: bold;
}	

.button-nl-sub{
	font-family: arial;
	float: right;
	padding: 2px 5px 2px 5px;
	border: 1px solid black;
	font-size: 11px;    
}

.button-nl-sub:hover{
 	cursor: pointer;
	background: #efefef;
}

#button-nl-unsub {
	float: right;
	padding: 2px 5px 2px 5px;
	border: 1px solid #fafafa;
	font-size: 12px;
}

#button-nl-unsub:hover {
	cursor: pointer;
	background: #efefef;
	color: #666666;
}

#newsletter-content {
	position: absolute;
	width: 550px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -275px;
	margin-top: -25px;
	font-size: 14px;
	text-align: center;
}

#NL-input-loader {
	position: relative;
	display: none;
	text-align: right;
	font-weight: bold;
	text-align: center;
}

/* unsubscribe content */


#unsubscribe-msg {
	display: none;
	height: 20px;
	margin-top: 20px;
	text-align: center;
}

#unsubscribe-input {
	border: 1px solid #000000;
	color: #cf0404;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

 /* unsubscribe content */
 
/*Newsletter end*/

/*Article*/

.article-separator {
	border-bottom: 1px dotted #9f9f9f;
}

#article-list-table {
	width: 100%;
	font-size: 13px;
}

#article-list-table h2 {
	margin: -1px 0px -1px 0px;
	padding: -1px 0px -1px 0px;
}

#ArtTblListTblTitle{
	font-size: 15px;
	font-weight: bold;
	color: #79dbfa;
	font-family: arial;
}

.ArtTblListTitleBorder{
	border-bottom: 1px dotted #666666;
}

#article-content-table {
	width: 100%;
	font-size: 13px;
}

.ArtTblContent {
	width: 819px;
	overflow: hidden;
}

#ArtTblTitleSingle {
	padding-top: 20px;
	text-align: center;
}

#ArtTblTitleSingle h2{
	border-bottom: 1px dotted #666666;
	width: 100%;
	float: left;
	font-size: 17px;
}

.ArtFpTblContent:hover{
	background: lightblue;
}

/*Article end*/

#under-const{
	position: absolute;
	display: none;
	width: 350px;
	height: 212px;
	top: 200px;
	left: 313px;
}

#content-holder {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1026px; 
	height: 785px;
	overflow: hidden;
}

#content-holder-top {
	display: none;
	position: absolute;
	left: 0px;
	top:	0px;
	width: 1026px;
	height: 13px;
	background: url('../images/content-holder-top.png') top center no-repeat;
	
}

#content-holder-bottom {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1026px;
	height: 13px;
	background: url('../images/content-holder-bottom.png') top center no-repeat;
}

#content-holder-flex {
	position: relative;
	margin: 0 auto;
	width: 1026px; 
}

#content {
	display: none;
	margin-top: 13px;
	width: 1026px;
	height: 744px;
	/*background: url('../images/content-holder-mid.png') top center repeat-y;*/
}

#loader {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	text-align: center;
}

#page-loader {
	position: relative;
	width: 66px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/ajax-loader.gif') center no-repeat;
	clear: both;
}

#progress-bar-holder {
	width: 300px; 
	border: 1px solid #666666;
}

#progress-bar {
	width: 0px; 
	height: 15px; 
	background: #dcdddf;
}

#progress-text {
	font-family: arial, tahoma;
	font-size: 18px;
	text-align: center;
	padding-bottom: 5px;
}

#progress-circle {
	background: url('../images/ajax-loader.gif');
	width: 66px;
	height: 66px;
	margin: 0 auto;
}

#logo {
	display: none;
	position: absolute;
	width: 424px;
	height: 70px;
	left: 230px;
	top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background: url('../images/logo.jpg') top center no-repeat;
}

#menu {
	display: none;
	position: absolute;
	left: 50px;
	top: 101px;
	width: 850px;
	height: 24px;	
}

#menu ul {
	overflow: auto;
	list-style-type: none;
	margin: 0px;
}

#menu li {
	display: inline;
	float: left;
	margin-left: 30px;
	width: 105px;
	height: 26px;
	background: url('../images/menu-li-bg.png') top center no-repeat;
	text-align: center;
	padding-top: 5px;
}

#menu li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: tahoma;
	outline: none;
	cursor: pointer;
}

#menu li:active {
	background: url('../images/menu-li-over.png') top center no-repeat;
	cursor: pointer;
}

#menu li:hover {
	background: url('../images/menu-li-over.png') top center no-repeat;
    color: #fafafa;
	cursor: pointer;
}

#menu li:active {
	color: #fafafa;
}

#page-content-holder {
	display: none;
	position: absolute; 
	width: 967px;
	height: 612px;
	top: 153px;
	left: 29px;
	background: url('../images/page-content-bg.jpg');
}

#page-content-holder-flex {
	display: none; 
	width: 967px;
	position: relative;
	margin: 0px auto;
	top: 153px;
	padding-bottom: 30px;
}

#page-content-middle {
    margin: 0px;
	width: 967px;
	overflow: auto;
	min-height:570px;
	background: url('../images/page-content-bg-middle.jpg') top center repeat-y;
}

#page-content-top {
	width: 967px;
	height: 21px;
	background: url('../images/page-content-bg-top.jpg') top center no-repeat;
}

#page-content-bottom {
	width: 967px;
	height: 21px;
	background: url('../images/page-content-bg-bottom.jpg') top center no-repeat;
}

#page-content {
	padding: 0px 74px 20px 74px;
}

#page-content-loader {
	display: none;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 460px;
	top: 282px;
	background: url('../images/page-content-loader.gif');
}

/* FRONTPAGE */

/*#converse {
	display: none;
	position: absolute;
	left: 27px;
	top: 136px;
	width: 256px;
	height: 142px;
	background: url('../images/converse-line.png');
}

#converse-logo {
	display: none;
	position: absolute;
	width: 37px;
	height: 137px;
	z-index: 10;
	left: 5px;
	top: 2px;
}

#converse-img1 {
	display: none;
	position: absolute;
	width: 191px;
	height: 130px;
	top: 5px;
	left: 58px;
}

#blank {
	display: none;
	position: absolute;
	width: 256px;
	height: 156px;
	left: 27px;
	top: 278px;
	background: url('../images/blank-line.png');
}

#blank-bg {
	display: none;
	width: 256px;
	height: 156px;
	background: url('../images/blank-bg.png');
}

#blank-img1 {
	display: none;
	position: absolute;
	width: 188px;
	height: 145px;
	top: 6px;
	left: 35px;
}

#chaps {
	display: none;
	position: absolute;
	width: 256px;
	height: 293px;
	left: 27px;
	top: 434px;
	background: url('../images/chaps-line.png');
}

#chaps-bg {
	display: none;
	width: 256px;
	height: 293px;
	background: url('../images/chaps-bg.png');
}

#chaps-logo {
	display: none;
	position: absolute;
	width: 108px;
	height: 61px;
	z-index: 10;
	top: 5px;
	left: 144px;
	
}

#chaps-img1 {
	display:none;
	position: absolute;
	width: 137px;
	height: 283px;
	top: 442px;
	left: 31px;
	z-index: 10;
}

#chaps-img1-hover {
	display:none;
	position: absolute;
	width: 137px;
	height: 283px;
	top: 442px;
	left: 31px;
	z-index: 50;
}

#chaps-img2 {
	display: none;
	position: absolute;
	width: 100px;
	height: 218px;
	top: 73px;
	left: 148px;
}

#k1x {
	display: none;
	position: absolute;
	width: 296px;
	height: 591px;
	left: 289px;
	top: 136px;
	background: url('../images/k1x-line.png');
}

#k1x-logo {
	display: none;
	position: absolute;
	width: 170px;
	height: 75px;
	z-index: 10;
	top: 260px;
	left: 8px;
}

#k1x-img1 {
	display: none;
	position: absolute;
	width: 184px;
	height: 247px;
	top: 7px;
	left: 7px;
}

#k1x-img2 {
	display: none;
	position: absolute;
	width: 79px;
	height: 253px;
	top: 22px;
	left: 190px;
}

#k1x-img3 {
	display: none;
	position: absolute;
	width: 114px;
	height: 303px;
	top: 280px;
	left: 177px;
}

#k1x-img4 {
	display: none;
	position: absolute;
	width: 170px;
	height: 236px;
	top: 483px;
	left: 293px;
	z-index: 10;
}

#k1x-img4-hover {
	display: none;
	position: absolute;
	width: 170px;
	height: 236px;
	top: 483px;
	left: 293px;
	z-index: 50;
}

#calvin-klein {
	display: none;
	position: absolute;
	width: 403px;
	height: 131px;
	left: 593px;
	top: 136px;
	background: url('../images/calvin-klein-line.png');
}

#calvin-klein-bg {
	display: none;
	width: 403px;
	height: 131px;
	background: url('../images/calvin-klein-bg.png');
}

#calvin-klein-logo{
	display: none;
	position: absolute;
	width: 175px;
	height: 32px;
	z-index: 10;
	top: 93px;
	left: 106px;
}

#calvin-klein-img1 {
	display: none;
	position: absolute;
	width: 392px;
	height: 85px;
	top: 6px;
	left: 5px;
}

#fred-perry {
	display: none;
	position: absolute;
	width: 403px;
	height: 113px;
	left: 592px;
	top: 267px;
	background: url('../images/fred-perry-line.png');
}

#fred-perry-bg {
	display: none;
	width: 403px;
	height: 113px;
	background: url('../images/fred-perry-bg.png');
}

#fred-perry-logo {
	display: none;
	position: absolute;
	width: 135px;
	height: 83px;
	z-index: 10;
	top: 12px;
	left: 3px;
}

#fred-perry-img1 {
	display: none;
	position: absolute;
	width: 122px;
	height: 104px;
	top: 5px;
	left: 139px;
}

#fred-perry-img2 {
	display: none;
	position: absolute;
	width: 136px;
	height: 104px;
	top: 272px;
	left: 854px;
	z-index: 20;
}

#fred-perry-img2-hover{
	display: none;
	position: absolute;
	width: 136px;
	height: 104px;
	top: 272px;
	left: 854px;
	z-index: 50;
}

#sean-john {
	display: none;
	position: absolute;
	width: 403px;
	height: 347px;
	left: 592px;
	top: 381px;
	background: url('../images/sean-john-line.png');
}

#sean-john-bg {
	display: none;
	width: 403px;
	height: 347px;
	background: url('../images/sean-john-bg.png');
}

#sean-john-logo{
	display: none;
	position: absolute;
	width: 211px;
	height: 85px;
	top: 9px;
	left: 189px;
}

#sean-john-img1 {
	display: none;
	position: absolute;
	width: 185px;
	height: 95px;
	top: 385px;
	left: 596px;
	z-index: 10;
}

#sean-john-img1-hover {
	display: none;
	position: absolute;
	width: 185px;
	height: 95px;
	top: 385px;
	left: 596px;
	z-index: 20;
}

#sean-john-img2 {
	display: none;
	position: absolute;
	width: 288px;
	height: 239px;
	top: 102px;
	left: 4px;
}

#sean-john-img3 {
	display: none;
	position: absolute;
	width: 104px;
	height: 240px;
	top: 482px;
	left: 886px;
	z-index: 10;
}

#sean-john-img3-hover {
	display: none;
	position: absolute;
	width: 104px;
	height: 240px;
	top: 482px;
	left: 886px;
	z-index: 50;
}*/

/*  END FRONTPAGE  */

/*  ABOUT  */

#content-about {
	width: 1026px;
	height: 744px;
	margin-top: 13px;
}

#about-img-holder-1 {
	position: absolute; 
	width: 0px;
	height: 0px;
	top: 188px;
	left: 272px;
}

#about-img-holder-2 {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 491px;
	left: 225px;
}

#about-img-holder-1-p {
	position: absolute; 
	display: none; 
	width: 514px; 
	height: 343px; 
	left: 15px; 
	top: 15px;
	
}

#about-img-holder-2-p {
	position: absolute; 
	display: none; 
	width: 939px; 
	height: 222px; 
	top: 380px; 
	left: 15px;
	
}

#about-t1-p1-img1 {
	display: none;
	position: absolute;
	width: 512px;
	height: 341px;
	left: 16px;
	top: 16px;
}

#about-t1-p1-img2 {
	display: none;
	position: absolute;
	width: 419px;
	height: 222px;
	left: 17px;
	top: 380px;
}

#about-t1-p1-img3 {
	display: none;
	position: absolute;
	width: 517px;
	height: 222px;
	left: 436px;
	top: 380px;
}

#about-t1-p2-img1 {
	display: none;
	position: absolute;
	width: 520px;
	height: 348px;
	left: 12px;
	top: 12px;
}

#about-t1-p2-img2 {
	display: none;
	position: absolute;
	width: 343px;
	height: 222px;
	left: 17px;
	top: 380px;
}

#about-t1-p2-img3 {
	display: none;
	position: absolute;
	width: 214px;
	height: 222px;
	left: 360px;
	top: 380px;
}

#about-t1-p2-img4 {
	display: none;
	position: absolute;
	width: 376px;
	height: 222px;
	left: 575px;
	top: 380px;
}

#about-t1-p3-img1 {
	display: none;
	position: absolute;
	width: 516px;
	height: 343px;
	left: 14px;
	top: 15px;
}

#about-t1-p3-img2 {
	display: none;
	position: absolute;
	width: 324px;
	height: 222px;
	left: 17px;
	top: 381px;
}

#about-t1-p3-img3 {
	display: none;
	position: absolute;
	width: 324px;
	height: 222px;
	left: 340px;
	top: 381px;
}

#about-t1-p3-img4 {
	display: none;
	position: absolute;
	width: 288px;
	height: 222px;
	left: 662px;
	top: 381px;
}

#about-t1-p4-img1 {
	display: none; 
	position: absolute;
	width: 212px;
	height: 343px;	
	top: 15px;
	left: 17px;
}

#about-t1-p4-img2 {
	display: none; 
	position: absolute;
	width: 191px;
	height: 343px;
	top: 15px; 
	left: 225px;
}

#about-t1-p4-img3 {
	display: none; 
	position: absolute;
	width: 111px;
	height: 343px;
	top: 15px;
	left: 415px;
}

#about-t1-p4-img4 {
	display: none; 
	position: absolute;
	width: 399px;
	height: 222px;
	top: 380px;
	left: 16px;
}

#about-t1-p4-img5 {
	display: none; 
	position: absolute;
	width: 537px;
	height: 222px;
	top: 379px;
	left: 414px;
}

#about-menu {
	display: none;
	position: absolute;
	width: 250px;
	height: 30px;
	top: 30px;
	left: 700px;
	background: none;
}

#about-menu ul {
	overflow: auto;
	list-style-type: none;
	margin: 0px;
}

#about-menu li {
	display: inline;
	float: left;
	margin-left: 7px;
	width: 40px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	font-family: arial;
	font-size: 14px;
	background: url('../images/about-button.png') top center no-repeat;
	color: #666666;
}

.menu-button{
	background: url('../images/about-button.png') no-repeat;
	color: #666666;
}

.menu-button-current{
	background: url('../images/about-button-over.png') no-repeat;
	color: #666666;
}

#about-menu li span {
	padding-right: 2px;
}

#about-menu ul li:active {
	background: url('../images/about-button-over.png') no-repeat;
	color: #fafafa;
	cursor: pointer;
}

#about-menu ul li:hover {
	background: url('../images/about-button-over.png') no-repeat;
	color: #fafafa;
	cursor: pointer;
}

#about-text {
	display: none;
	position: absolute;
	width: 235px;
	top: 100px;
	left: 695px;
	text-align: right;
}

#about-text h2 {
	font-size: 18px;
	font-weight: normal;
}

#about-text-holder p {
	font-size: 17px;
	color: #600000;
	font-family: serif;
}

/*  END ABOUT  */

/*  CONTACT  */

#contact-text {
	display: none;
	position: absolute;
	top: 70px;
	left: 40px;
	font-size: 16px;
}

#contact-text p {
	color: #fafafa;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

#contact-text span {
	color: #fafafa;
	font-weight: normal;
}

#contact-map  {
	position: absolute;
	display: none;
	width: 530px;
	height: 460px;
	border: 1px solid #666666;
	top: 80px;
	left: 390px;
}
/*  END CONTACT  */

/* CATALOG */



/* END CATALOG */

#lang-icons-tbl {
	display: none;
	position: absolute;
	top: 16px;
	left: 30px;
}

#lang-icons-tbl img {
	width: 24px;
	height: 24px;
}

/*FRONT PAGE*/

#fp-content-holder{
	position: relative;
	width: 967px;
	margin: 0 auto;
	top: 138px;
	overflow: auto;
	padding-bottom: 30px;
}

#fp-gallery-holder{
	display:none;
	width: 550px;
	position: relative;
	float:left;
}

#fp-gallery-top{
	width: 550px;
	height: 20px;
	background: url('../images/fp-gallery-top.png') top center no-repeat;
}

#fp-gallery-mid{
	margin: 0px;
	width: 550px;
	overflow: auto;
	min-height:300px;
	background: url('../images/fp-gallery-mid.png') top center repeat-y;
}

#fp-gallery{
	padding: 0 20px 0 20px;
}

#fp-gallery-bottom{
	width: 550px;
	height: 20px;
	background: url('../images/fp-gallery-bottom.png') top center no-repeat;
}

#fp-article-holder{
	display:none;
	width: 397px;
	position: relative;
	top: 0px;
	float:right;
}

#fp-article-top{
	width: 397px;
	height: 20px;
	background: url('../images/fp-article-top.png') top center no-repeat;
}

#fp-article-mid{
	margin: 0px;
	width: 397px;
	overflow: auto;
	min-height:400px;
	background: url('../images/fp-article-mid.png') top center repeat-y;
}

#fp-article{
	padding: 0 20px 0 20px
}

#fp-article-bottom{
	width: 397px;
	height: 20px;
	background: url('../images/fp-article-bottom.png') top center no-repeat;
}

#fp-locations-holder{
    /*display:none;*/
	position:relative;
    width:550px;
	margin-top:20px;
}

#fp-locations-top{
	width: 550px;
	height: 20px;
	background: url('../images/fp-gallery-top.png') top center no-repeat;
}

#fp-locations-middle{
	margin: 0px;
	width: 550px;
	overflow: auto;
	min-height:300px;
	background: url('../images/fp-gallery-mid.png') top center repeat-y;
}

#fp-locations-bottom{
	width: 550px;
	height: 20px;
	background: url('../images/fp-gallery-bottom.png') top center no-repeat;
}

#fp-locations{
	padding: 0 20px 0 20px;
}

#fp-logos-holder{
    display:none;
	position:relative;
    width:969px;
    height:210px;
	margin-top:20px;
    margin: 0 auto;
}

#fp-logos-k1x{
    position:absolute;
    background: url(../images/k1x-logo-grey.png) center no-repeat;
    width:172px;
    height:72px;
    top:0px;
    left:0px;
}

#fp-logos-k1x:hover{
    background: url(../images/k1x-logo-color.png) center no-repeat;
}

#fp-logos-sean-john{
        display: none;
    position:absolute;
    background: url(../images/sean-john-logo-grey.png) center no-repeat;
    width:207px;
    height:67px;
    top:0px;
    left:220px;
}

#fp-logos-sean-john:hover{
    display: none;
    background: url(../images/sean-john-logo-color.png) center no-repeat;
}

#fp-logos-adidas{
    position:absolute;
    background: url(../images/adidas-logo-grey.png) center no-repeat;
    width:94px;
    height:82px;
    top:0px;
    left:740px;
}

#fp-logos-adidas:hover{
    background: url(../images/adidas-logo-color.png) center no-repeat;
}

#fp-logos-ben-sherman{
    position:absolute;
    background: url(../images/ben-sherman-logo-grey.png) center no-repeat;
    width:197px;
    height:28px;
    top:20px;
    left:220px;
}

#fp-logos-ben-sherman:hover{
    background: url(../images/ben-sherman-logo-color.png) center no-repeat;
}

#fp-logos-pointer{
    position:absolute;
    background: url(../images/pointer-logo-grey.png) center no-repeat;
    width:84px;
    height:90px;
    top:100px;
    left:20px;
}

#fp-logos-pointer:hover{
    background: url(../images/pointer-logo-color.png) center no-repeat;
}

#fp-logos-ck{
    position:absolute;
    background: url(../images/ck-logo-grey.png) center no-repeat;
    width:225px;
    height:28px;
    top:22px;
    left:455px;
}

#fp-logos-ck:hover{
    background: url(../images/ck-logo-color.png) center no-repeat;
}

#fp-logos-hummel{
    position:absolute;
    background: url(../images/hummel-logo-grey.png) center no-repeat;
    width:120px;
    height:84px;
    top:105px;
    left:230px;
}

#fp-logos-hummel:hover{
    background: url(../images/hummel-logo-color.png) center no-repeat;
}

#fp-logos-converse{
    display: none;
    position:absolute;
    background: url(../images/converse-logo-grey.png) center no-repeat;
    width:88px;
    height:88px;
    top:200px;
    left:330px;
}

#fp-logos-converse:hover{
    display: none;
    background: url(../images/converse-logo-color.png) center no-repeat;
}

#fp-logos-chaps{
    position:absolute;
    background: url(../images/chaps-logo-grey.png) center no-repeat;
    width:66px;
    height:108px;
    top:0px;
    left:903px;
}

#fp-logos-chaps:hover{
    background: url(../images/chaps-logo-color.png) center no-repeat;
}

#fp-logos-fred-perry{
    position:absolute;
    background: url(../images/fred-perry-logo-grey.png) center no-repeat;
    width:96px;
    height:96px;
    top:90px;
    left:455px;
}

#fp-logos-fred-perry:hover{
    background: url(../images/fred-perry-logo-color.png) center no-repeat;
}


/*FRONT PAGE END*/

/*404 not found*/

#not-found-logo {
	position: absolute;
	width: 211px;
	height: 48px;
	left: 407px;
	top: 16px;
	margin-left: auto; 
	margin-right: auto;
	background: url('../images/logo.jpg') top center no-repeat;
}

#not-found-content-holder{
	position: relative;
	width: 967px;
	margin: 0 auto;
	top: 138px;
	overflow: auto;
	padding-bottom: 30px;
}

#not-found-hr-holder{
	width: 550px;
	position: relative;
	float:left;
}

#not-found-eng-holder{
    width: 397px;
	position: relative;
	top: 0px;
	float:right;
}

#not-found-eng-top{
	width: 397px;
	height: 20px;
	background: url('../images/fp-article-top.png') top center no-repeat;
}

#not-found-eng-mid{
	margin: 0px;
	width: 397px;
	overflow: auto;
	min-height:400px;
	background: url('../images/fp-article-mid.png') top center repeat-y;
}

#not-found-eng{
	padding: 0 20px 0 20px
}

#not-found-eng-bottom{
	width: 397px;
	height: 20px;
	background: url('../images/fp-article-bottom.png') top center no-repeat;
}

/*404 not found*/

/*VELEPRODAJA*/

#veleprodaja-text-holder{
     width: 350px;   
     float: left;
     margin-left: 30px;
     margin-top: 150px;
}

#veleprodaja-text{
     font-size: 16px;
}

#veleprodaja-text p {
	color: #fafafa;
	font-weight: bold;
}

#veleprodaja-text span {
	color: #fafafa;
	font-weight: normal;
}

#veleprodaja-gallery{
     display: none;
     width: 500px;
     float:right;
     margin-right: 20px;
}

/*VELEPRODAJA END*/

.UI_gallery_tabView_prefixText{
    padding-right: 10px;
}

.UI_gallery_tabView_tabContainer{
    color: #adebff;
    border-bottom: 1px dotted #adebff;
}

.UI_gallery_tabView_tab{

}

.UI_gallery_tabView_tab_selected{
    color: #bf0000;
}

.UI_gallery_tabView_tab_selected:hover{
    cursor: pointer;
}

.UI_gallery_tabView_tab:hover{
    color: #bf0000;
    cursor: pointer;
}

