/* CSS Document */

.logoIntro {
	margin-top: 0px;
	/*
	width: 60%;
	*/
	}

.logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

.logo-large {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

	
.logo img {
	width: 100%;
	}

/*
.logopic {
	width: 100%;
	}
*/	

.headline {
	position: relative;
	margin-top: 18px;
	width: 100%;
	font-size: 1.9em;
	color: #ddd;
	text-align: center;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 1px #000;
}

.strapline {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	font-size: 0.9em;
	color: #bbb;
	text-align: center;
	font-weight: normal;
}

.strapline .lFlag {
	left: 6px;
	top: 8px;
	position: absolute;
	}	

	
.strapline .rFlag {
	right: 6px;
	top: 8px;
	position: absolute;
	}		
	

#mainNav {
	font-size: 1.3em;
	overflow: visible;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.thumb {
	display: block;
	float: left;
	overflow: hidden;
	height: 80px;
	width: 80px;
}

.thumb img {
	display: block; /* Otherwise it keeps some space around baseline */
	height: 100%;
	/*min-width: 100%;    /* Scale up to fill container width */
	/*min-height: 100%;   /* Scale up to fill container height */
	-ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
}	

.abstract {
	float: left;
	margin-left: 10px;
	}

.full {
	width: 100%;
	}

.mRef {
	font-size: 1.4em;
	position: absolute;
	background-color: rgba(200, 200, 200, 0.5);
	padding: 6px 20px 6px 10px;
	z-index: 1000;
	}


.mCount {
	font-size: 1.2em;
	position: absolute;
	background-color: rgba(200, 200, 200, 0.5);
	padding: 4px 6px 4px 6px;
	right: 0;
	top: 0;
	z-index: 1000;
	}

.mTitle {
	font-size: 1.5em;
	margin-top: 6px;
	}
		
.mDataPrice {
	font-size: 1.2em;
	}
	
	

.ellipsis {
    overflow: hidden;
	margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 90%;
}			

.thumbs {
    min-height: 60px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
	}
	
.tn {
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 40px;
	margin-right: 3px;
	overflow: hidden;
	}

.refTxt {
	font-size: 0.8em;
	font-weight: normal;
	}

.bubble4 {
	color:#ff0;
	font-size: 0.6em;
	padding: 1px 4px 1px 4px;
    position:relative;
    top:10px;
	left: 5px;
    right:2px;
	line-height: 1.3em;
    width:13px;
    height:13px;
    border-radius:100%;
    border:1px solid #fff;
	text-decoration: none;
	text-align:center;
	vertical-align:100%
	}

.copy {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	width: 100%;
	}			

.tr:nth-child(odd) {
	background-color : rgba(230, 230, 230, 0.1);
	color: #FFFFFF;
	height : 30px;
	padding-top : 5px;
	width: 100%;
}

.tr:nth-child(even) {
	background-color : rgba(230, 230, 230, 0.2);
	color: #FFFFFF;
	height : 30px;
	padding-top : 5px;
	width: 100%;
}

.ui-block-a {
	padding-left: 5px;
}

.ui-block-b {
    overflow: hidden;
    text-overflow: ellipsis;
	width: 49%;
    white-space: nowrap;
}


.work {
	background-color: #E6E6E6;
}

@media only screen and (max-width : 600px) {

	/*
	.logo {
		display: none;
	}
	*/
	
	
	.headline {
		font-size: 1.5em;
	}
		
}
					
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb  { min-height: 59px; padding-left: 100px; }

.count {
	color:#FF6600;
	font-size: 0.9em;
	font-weight: normal;
	}
	
.ui-bar-a {
	border: 0px;
	padding-bottom: 10px;
	/*
	background-image: url(../photos/header.jpg);
	background-size: 100% auto;
	*/
}

.ui-btn-up-c {
	font-weight: normal;
	color: #ed5529 /*{c-bup-color}*/;
	text-shadow: none;
	border: 0;
}

.ui-btn-hover-c {
	font-weight: normal;
	text-shadow: none;
	border: 0;
}

.ui-bar-b {
	color:#FFFFFF;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px #000;
	border: 0;
	background: #6c0a10 /*{b-bar-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6c0a10 /*{b-bar-background-start}*/), to( #000 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6c0a10 /*{b-bar-background-start}*/, #000 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6c0a10 /*{b-bar-background-start}*/, #000 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6c0a10 /*{b-bar-background-start}*/, #000 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6c0a10 /*{b-bar-background-start}*/, #000 /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6c0a10 /*{b-bar-background-start}*/, #000 /*{b-bar-background-end}*/);
}

.ui-li-divider {
    font-size: 22px;
 }	
 
.ui-li-count {
	background:#CCCCCC;
	} 
	
.ui-heading {
	margin: 10px -15px;
	}	

		
.lh {
	float: left;
	width: 50%;
	}	

.header-bg {
	background: #333 ;
	}	
	
.ui-header .ui-title {
	margin: 0em 30% 0.8em;
	position: relative;
	top: 10px;
	}		
	
#details {
	position: relative;
	overflow: hidden;
	z-index: 500;
	}	

	
.ui-block-a {
/*	color: #000 /*{c-body-color}*/;
}

div.ui-input-text, textarea.ui-input-text, ui-select {
    background-color: rgb(192,192,192);
	color: #666666;
}	

div.ui-collapsible-content {
	border-color: #222;
	/*border-top: 0;*/
	padding: 0px 15px;
	}
	
/* Styles for abstract content*/
.abstract-loc, .abstract-cat {
	font-weight: bold;
	}
	
.abstract-price {
	font-size: 0.8em;
	padding-top: 2px;
	}		
	
.abstract-surface {
	font-size: 0.8em;
	padding-top: 2px;
	}			

.abstract-ref {
	font-size: 0.7em;
	padding-top: 2px;
	}			`
	
/* */
.sortTitle {
	position:absolute;
	top: 10px;
	}
	
.sort {
	margin-left: 50px;
	position: relative;
	}

.ui-mobile .ui-btn-left {
	margin-left: 10px;
	}
	
.ui-mobile .ui-btn-right {
	margin-right: 10px;
	}

.ui-btn-icon-left .ui-btn-inner {
    padding-left: 30px;
}			

.ui-btn-inner {
    padding: 0.6em 15px;
	}
	
.ui-field-contain .ui-btn.ui-submit {
    display: block;	
	margin-left: auto;
	margin-right: auto;
	}
	
.backButton {
	position: absolute;
	left: 8px;
	top: 12px;
	}	
	
.ui-select .ui-btn-icon-right .ui-btn-inner, .ui-select .ui-li-has-count .ui-btn-inner { 
	background-color: rgb(192,192,192);
	}

.ui-select .ui-btn-text {
	text-align: left;
	color:#333333;
	}
	
input.ui-input-text {
	color:#333333;
	}

.ui-btn-inner {
	font-size: 20px;
	}		
	