.clear {
	clear: both;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.boxSizing{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.moreBtn{
	text-decoration: none;
}

img{
	max-width:none;
}

h1, h2{
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:300;
}
h1 {
	font-size:1.375em;
	letter-spacing:4pt;
	text-align:center;
	margin:20px 0;
}
h2 {
	font-size:1.125em;
	padding-bottom:5px;
	border-bottom: solid 1px #FFFFFF;
	letter-spacing:3pt;
	text-align:left;
	margin:0 0 20px 0;
}
.underline{
	padding-bottom:20px;
	border-bottom: 1px solid #000;
	margin:20px 10px;
}

a, a:visited{
	color: #FFF;
	text-decoration: underline;
}

a:hover{
	color: #FFF;
	text-decoration: none;
}

p{
	line-height:1.4em;
	color:rgb(248,248,248);
	text-align:left;
}
html{
	overflow-x: hidden;
}
html body {
	background: #181717;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:16px;
	padding-bottom: 42px;
	width:100%;
	min-width:768px;
}

html.oldie body{
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

/*
* HEADER STYLES 
*/
html body #header {
	position:fixed;
	top:0px;
	z-index:100;
	background: #000000;
	background: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	height: 55px;
	font-size:0.75em;
	font-weight: 400;
	letter-spacing:2pt;
}
html body #header .searchContainer{
	/*margin: 10px 0 0;*/	
	float:right;
	position:relative;
}

html body #header .searchContainer .searchBtn{
	width:55px;
	height:55px;
	float:right;
	position:relative;
	border-left: solid 1px #222222;
	cursor:pointer;
	background:url(/images/search-btn.png) center center no-repeat transparent;
}

html body #header .searchContainer .searchBtn i{
	position:absolute;
	width:14px;
	height:14px;
	top:50%;
	left:50%;
	margin-left:-7px;
	margin-top:-7px;
}

html body #header #headerRCol .formContainerWrapper{
	display:none;
	clear:both;
	float:right;
	background:#000;
}

html body #header #headerRCol .formContainerWrapper .label{
	float:left;
	margin-right:10px;
	text-transform:uppercase;
}

html body #header #headerRCol .formContainerWrapper .formContainer{
	float:right;
	position: absolute;
	right: 60px;
	top: 7px;
	
}

html body #header #headerRCol form{
	border: solid 1px #e0e0e0;
	background:#222;
	padding:10px;
	float:right;
	height: 20px;
}
html body #header #headerRCol form input{
	border:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	height:22px;
	vertical-align:top;
}
html body #header #headerRCol form input#search-element{
	background:none;
	/*border-right:solid 1px #FFFFFF;*/
	padding:2px;
	color:#FFFFFF;
}
html body #header #headerRCol form input#search-button{
	/*background:url(/images/search-btn.png) center center no-repeat transparent;
	width:22px;*/
}

#header #headerRCol .socialContainer{
	width:55px;
	float:right;
	border-left: solid 1px #222222;
}
#header #headerRCol .socialContainer .socialBtn{
	height:55px;
	width:100%;
	background:url(/images/luv-btn.png) center center no-repeat transparent;
	cursor:pointer;
}

#header #headerRCol .socialContainer .basketBtn{
	height:55px;
	width:100%;
	background:url(/images/luv-btn.png) center center no-repeat transparent;
	cursor:pointer;
}

#header #headerRCol .socialContainer ul{
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	background:#000;
}

#header #headerRCol .socialContainer ul li:first-child a{
	border-top: solid 1px #222222;
}

#header #headerRCol .socialContainer ul li a{
	height:55px;
	width:100%;
	display:block;
	border-bottom: solid 1px #222222;
	position:relative;
}

#header #headerRCol .socialContainer ul li a:hover{
	background:#181717;
}

#header #headerRCol .socialContainer ul li a i{
	position:absolute;
	right:-2px;
	top:3px;
}

html body #header #mainNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
html body #header #mainNavigation ul li {
	position: relative;
	float: left;
	height: 100%;
	line-height: 55px;
}

html body #header #mainNavigation ul li a {
	text-decoration:none;
	text-transform:uppercase;
	color: #ffffff;
	display:block;
	padding:0 20px;
	border-left: solid 1px #222222;
}
html body #header #mainNavigation ul li a:hover {
	color: #cccccc;
}
html body #header #mainNavigation ul li:first-child a{
	border:none;
}
html body #header #mainNavigation ul li .dropdownListContainer {
	background: #000000;
	background: rgba(0, 0, 0, 0.9);
	position:absolute;
	display:none;
	width:700px;
	padding:20px 0;
}
html body #header #mainNavigation ul li:hover .dropdownListContainer{
	display: block;
}

html body #header #mainNavigation ul li:hover .dropdownListContainer .dropdownCols{
	width:33.33333%;
	float:left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	border-left: 1px solid #181717;
}

html body #header #mainNavigation ul li:hover .dropdownListContainer .dropdownCols h2{
	line-height:1.2;
	font-size: 14px;
	text-align:left;
	margin:0 20px 10px 20px;
}

html body #header #mainNavigation ul li:hover .dropdownListContainer .dropdownCols:first-child{
	border:none;
}

html body #header #mainNavigation ul li ul.subNav{
	display:none;
	background: #000000;
	background: rgba(0, 0, 0, 0.9);
	padding:20px 0;
}

html body #header #mainNavigation ul li:hover ul.subNav{
	display: block;
}

html body #header #mainNavigation ul li ul li{
	padding: 0;
	float:none;
}
html body #header #mainNavigation ul li ul li a{
	padding:0 10px 0 20px;
	border:none;
	line-height:2em;
}
/*
* HEADER STYLES END
*/

/*
* MAINCONTENT STYLES
*/
html body #homeContent{
	position:absolute;
	width:100%;
	height:100%;
	top:55px;
	left:0;
}
html body #mainContent{
	padding-top:50px;
}
html body #homeContent .displayContainer{
	position:relative;
	width:100%;
	height:100%;
	/*width:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;*/
	
}

html body #homeContent .displayContainer .flex-control-nav {
	bottom: 10px;
}

html body #homeContent .displayContainer .flex-control-nav.flex-control-paging li a{
	background:#999;
}



html body #homeContent .displayContainer .flex-control-nav.flex-control-paging li a.flex-active, 
html body #homeContent .displayContainer .flex-control-nav.flex-control-paging li a:hover {
	background:#CCC;
}

html body #homeContent .displayContainer ul.displayList{
	position:relative;
	margin:0;
	padding:0;
	height:100%;
}

html body #homeContent .displayContainer ul.displayList li{
	position:relative;
	height:100%;
	/*width:100%;
	position:relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;*/
}

html body #homeContent .displayContainer ul.displayList li .displayItem{
	position:relative;
	width:960px;
	height:100%;
	margin:auto;
	display: table;
}

html body #homeContent .displayContainer ul.displayList li .displayItem .inner{
	/*left:50%;
	top:50%;
	margin-top:-384px;
	margin-left: -512px;*/
	display: table-cell; 
  	vertical-align: middle;
}

html body #homeContent .displayContainer ul.displayList li:first-child{
}

html body #homeContent .displayMedia{
	background: transparent url(/images/dark-bg-ajax-loader.gif) center center no-repeat;
}

html body #homeContent .displayMedia .flowplayer {
	background:#181717;
	position:relative; width: 100%; z-index:0;
}

html body #homeContent .displayMedia .flowplayer.is-error {
	border:none;
}

html body #homeContent .displayMedia .flowplayer.is-error .fp-message{
	background: #181717;
}

.fp-embed, .fp-fullscreen, .fp-controls, .fp-elapsed, .fp-duration {display:none !important;}

html body #homeContent .displayMedia,
html body #homeContent .displayText{
	position:relative;
	height:100%;
	display:table;
}

html body #homeContent .displayMedia .innerMedia{
	padding-right:20px;
}

html body #homeContent .displayMedia .innerMedia, 
html body #homeContent .displayText .innerText{
	display:table-cell;
	vertical-align:middle;
		
}
html body #homeContent .displayText h1{
	font-size:2.0em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom:solid 1px #FFF;
	text-align:left;
	line-height:1.15em;
}

html body #homeContent .displayText p{
	font-size:1.25em;
	line-height:1.1em;
	padding-right:15px;
}

html body #homeContent .displayText .moreBtn{
	margin-top:30px
}

html body #homeContent .displayText .moreBtn:hover{
	cursor:pointer;
	background:#000000;
}

html body #mainContent .scrollableWrapper{
	position:relative;
}

.scrollableWrapper .prev, .scrollableWrapper .next{
	position:absolute;
	display:block;
	width:41px;
	height:111px;
	top:115px;
	z-index:50;
}

html body #mainContent .rightCol .scrollableWrapper .prev,
html body #mainContent .rightCol .scrollableWrapper .next{
	top:50%;
	margin-top:-55px;
}

.scrollableWrapper a.disabled{
	visibility : hidden !important;
}

html body #mainContent .rightCol .scrollableWrapper .prev{
	left:0px;
}

html body #mainContent .rightCol .scrollableWrapper .next{
	right:-2px;
}

html body #mainContent .scrollableWrapper .prev{
	left:5px;
	background:url(/images/prev-btn.png) left top no-repeat;
}
html body #mainContent .scrollableWrapper .next{
	right:-2px;;
	background:url(/images/next-btn.png) left top no-repeat;
}

.rightCol{
	position:relative;
}

html body .categoryDescription{
	 width: 80%;
	 margin:auto;
} 

html body .categoryDescription p{
	text-align: center;
} 

html body #mainContent .collectionContainer{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	width:100%;
	border-right: 10px solid #181717;
}

html body #mainContent .collectionContainer .collectionList,
html body #mainContent .filteredListContainer .filteredList, .rightCol .titlesContainer .titlesList{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

html body #mainContent .collectionContainer .collectionList li{
	width:335px;
	margin:0 0 10px 10px;
	float:left;
}

html body #mainContent .collectionContainer .collectionList li a{
	text-decoration:none;
}

.collectionList li a .image{
	width: 335px;
overflow: hidden;
	margin-bottom:10px;
	border: 1px solid #000;
}

.collectionList li a p{
	margin-right:15px;
}

.filterContainer{
	padding:0 10px;
	margin-bottom:20px;
}

html body #mainContent .filteredListContainer .filteredList li{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*padding:0.5%;
	margin:0.5%;*/
	margin:0 0 10px 10px;
	float:left;
	width:219px;
	height:337px;
	overflow:hidden;
	position:relative;
}

html body #mainContent .filteredListContainer .filteredList .image{
	background: url(/images/dark-bg-ajax-loader.gif) center center no-repeat transparent;
	border: solid 1px #000;
}

html body #mainContent .filteredListContainer .filteredList .image img{
	min-height: 100%;
}

html body #mainContent .filteredListContainer .filteredList .detail, .rightCol .titlesContainer .titlesList li .detail{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	display:none;
	position:absolute;
	left: 0;
	top:0;
	height:100%;
	width:100%;
	color:#FFF;
	background: #000;
	font-weight:400;
	padding:10px 20px;
	letter-spacing:2pt;
	text-align: left; /* Added by Marc 10/4/13 to fix author page book list detail alignment */
}

html body #mainContent .filteredListContainer.tableContainer{
	padding:0 20px;
}

html body #mainContent .filteredListContainer table{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	color:#FFF;
}


html body #mainContent .filteredListContainer table caption{display:none;}

html body #mainContent .filteredListContainer table thead{
}

html body #mainContent .filteredListContainer table thead tr th{
	text-transform: uppercase;
}

html body #mainContent .filteredListContainer table thead tr th:first-child{
    width:30%;
    font-style: normal
}

html body #mainContent .filteredListContainer table tbody td:first-child{
    font-style: normal;
    text-transform: uppercase;    
}

html body #mainContent .filteredListContainer table tbody td{
    font-style: italic;
	vertical-align:middle;
}

/*html body #mainContent .filteredListContainer table tr:nth-child(even){
	background-color:#000;
}*/

html body #mainContent .filteredListContainer table tbody tr:hover{
	background-color:#000;
}

html body #mainContent .filteredListContainer table thead th,
html body #mainContent .filteredListContainer table tbody td{
	text-align:left;
	font-weight:300;
	padding:6px 10px;
}

html body #mainContent .filteredListContainer table tbody tr{
	border-top: solid 1px #000;
	cursor:pointer;
}

html body #mainContent .filteredListContainer table tbody tr td{
    -webkit-box-shadow: inset 0 1px 0px 0px #222;
    box-shadow: inset 0 1px 0px 0px #222;
}

html body #mainContent .filteredListContainer table tbody tr:hover td{
	-webkit-box-shadow: none;
    box-shadow: none;
}

html body #mainContent .filteredListContainer table thead th{
	text-align:left;
	font-weight:400;
}

.rightCol .titlesContainer .titlesList li .detail{
	font-size:0.55em;
	padding:10px;
}

html body #mainContent .filteredListContainer .filteredList li:hover .detail, .rightCol .titlesContainer .titlesList li:hover .detail{
	display:block;
}

html body #mainContent .filteredListContainer .filteredList .detail span, .rightCol .titlesContainer .titlesList li .detail span{
	display:block;
	line-height:1.8em;
	text-transform:uppercase;
}

html body #mainContent .filteredListContainer .filteredList a{
	text-decoration:none;
	color:#FFF;
}

html body #mainContent .filteredListContainer .filteredList .detail span.title, 
.rightCol .titlesContainer .titlesList li .detail span.title{
	line-height:1.2em;
	padding:5px 0;
	
}

html body #mainContent .filteredListContainer .filteredList .detail span.author, 
.rightCol .titlesContainer .titlesList li .detail span.author{
	/*font-size:0.875em;*/
	line-height:1.2em;
	text-transform:capitalize;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #FFFFFF;
}

html body #mainContent .filteredListContainer .filteredList .detail span.isbn, 
.rightCol .titlesContainer .titlesList li .detail span.isbn,
html body #mainContent .filteredListContainer .filteredList .detail span.price, 
.rightCol .titlesContainer .titlesList li .detail span.price,
html body #mainContent .filteredListContainer .filteredList .detail span.pages, 
.rightCol .titlesContainer .titlesList li .detail span.pages,
html body #mainContent .filteredListContainer .filteredList .detail span.qty, 
.rightCol .titlesContainer .titlesList li .detail span.qty{
	font-size: 0.81em;
}

html body #mainContent .descriptionContainer{
	color:#FFF;
	padding: 0 10px;
}

html body #mainContent .descriptionContainer #descriptionHeader h1 a{
	color:#FFF;
	text-decoration:none;
}

html body #mainContent .descriptionContainer #descriptionHeader h1 a:hover{
	text-decoration: underline;
}

html body #mainContent .descriptionContainer #descriptionHeader h2{
	text-align:center;
	border:none;
	text-transform:capitalize;
}

html body #mainContent .descriptionContainer .moreDetailContainer{
	clear:both;
}

html body #mainContent .descriptionContainer #bookImage,
html body #mainContent .descriptionContainer #bookDescription,
html body #mainContent .descriptionContainer #bookDetails
{
	margin-top:20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

html body #mainContent .descriptionContainer #bookImage,
html body #mainContent .descriptionContainer #bookDescription{
	padding-left:10px;
}

html body #mainContent .descriptionContainer #bookDescription,
html body #mainContent .descriptionContainer #bookDetails
{
	padding-right:10px;
}

html body #mainContent .descriptionContainer #bookDescription p{
	margin:0 0 20px 0;
}

html body #mainContent .descriptionContainer #bookDetails span{
	font-size:0.875em;
	letter-spacing:2pt;
	line-height:1.8em;
	margin-bottom:30px;
	display:block;
}

html body #mainContent .descriptionContainer #bookDetails span i{
	margin-top:3px;
}

html body #mainContent .elHeader{
	position:relative;
	text-align:center;
	/*-webkit-box-shadow: 0 1px 0px 0px #222;
    box-shadow: inset 0 1px 0px 0px #222;*/
}

html body #mainContent .elHeader.open{
	-webkit-box-shadow:none;
    box-shadow: none;
}

html body #mainContent .elBtn{
	display:inline-block;
	padding:4px 32px 4px 10px;
	height:22px;
	position:relative;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:2pt;
}

html body #mainContent .elBtn:hover, 
html body #mainContent .elBtn.open{
	cursor:pointer;
	background:#000000;
}

html body #mainContent .elBtn span{
	display:block;
	border-right: solid 1px #000000;
	padding-right:10px;
	line-height:22px;
}

html body #mainContent .elBtn:after{
	position:absolute;
	right:8px;
	top:8px;
	height:14px;
	width:14px;
	content: url(/images/search-btn.png);
}

html body #mainContent .elBtn.open:after{
	font-family:Verdana, Geneva, sans-serif;
	content: "\0058";
}

.filterHeader .viewBtn{
	cursor:pointer;
	display: inline-block;
	padding: 4px 8px 4px 10px;
	height: 22px;
	line-height: 22px;
	position: relative;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 2pt;
}

.filterHeader .viewBtn i{
	vertical-align: -1px;
}

.filterHeader .viewBtn:hover, .filterHeader .viewBtn.current{
	background:#000;
}

.filterHeader .tooltip{
	font-size: 1em;
}

.filterHeader .tooltip.in{opacity:0.9;filter:alpha(opacity=90);}

html body #mainContent .elBody{
	max-height: 1px;
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-ms-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	
	-webkit-box-shadow: 0 1px 0px 0px #222;
    box-shadow: 0 1px 0px 0px #222;
}

html body #mainContent .elBody.open{
	max-height: 999px;
}

html body #mainContent .elBody h2{
	margin-bottom:10px;
}

html body #mainContent .filterBody{
	text-align:center;
	color:#FFF;
}

html body #mainContent .filterBody i{
 margin-top:1px;
}

html body #mainContent .filterBody a{
	color:#FFF;
	text-decoration:none;
	display: inline-block;
	margin:10px 0;
}

html body #mainContent .filterBody a:hover{
	color:#CCC;
}

html body #mainContent .filterBody .filterOptionsContainer{
	width:100%;
}

html body #mainContent .filterBody .filterOptionsContainer .fColumn{
	position:relative;
	float:left;
	width:auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding:0 0 0 5px;
}



html body #mainContent .filterBody .filterOptionsContainer form,
html body #mainContent .filterBody .filterOptionsContainer .fColumn select,
html body #mainContent .filterBody .filterOptionsContainer .fColumn input,
.filterBody .filterOptionsContainer .fColumn .input-append{
	margin-bottom:0;
}

#mainContent .filterBody .filterOptionsContainer .fColumn.btnCol{
	width:auto;
}

#mainContent .filterBody .filterOptionsContainer .fColumn.btnCol .btn{
	position:relative;
	 width:auto;
	 float:left;
	 padding:4px 9px;
}

#mainContent .filterBody .filterOptionsContainer .fColumn.btnCol .btn:first-child{
	margin-right:5px;
}

.filterBody .filterOptionsContainer form input,
.filterBody .filterOptionsContainer form select,
.filterBody .filterOptionsContainer form button,
.filterBody .filterOptionsContainer form .input-append{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	width:100%;
}

.filterBody .filterOptionsContainer form input{
	height:30px;
}

.filterBody .filterOptionsContainer form .input-append input{
	width:73%;
}

.filterBody .filterOptionsContainer form .input-append span.add-on{
	width:15%;
}

html body #mainContent .filterBody .filterOptionsContainer .alphabetListContainer{

}

#mainContent .filterOptionsContainer .alphabetListContainer,
#mainContent .filterBody .filterOptionsContainer .formContainer{
	margin:auto;
	width: 79%;
	max-width:1050px;
	clear:both;
	display:block;
}

#mainContent .filterOptionsContainer .alphabetListContainer{
	margin-top:15px;
}

#mainContent .filterOptionsContainer .alphabetListContainer button[disabled]{
	cursor: not-allowed;
}

#mainContent .filterBody .filterOptionsContainer .formContainer {
display: inline-block;
height: 30px;
width: auto;
margin: auto;
margin-top: 10px;
margin-bottom: 20px;
border-top: 1px solid #181717;
padding-top: 10px;
}

#mainContent .filterBody .filterOptionsContainer form{
	width:100%;
	height:30%;
	display:block;
	margin-left: -5px;
}

#mainContent .filterOptionsContainer .alphabetListContainer button{

}

.filterOptionsContainer .alphabetListContainer ul{
	display:block;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}

.filterOptionsContainer .alphabetListContainer li{
	float:left;
	margin-left:5px;
	margin-top:5px;
}

html body #mainContent .moreDetailBody .leftCol{
	width:50%;
	float:left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding:10px 5px 10px 10px;
}

html body .moreBtn{
	display:inline-block;
	padding:4px 32px 4px 10px;
	height:22px;
	position:relative;
	border: solid 1px #222;
	color:#CCC;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:2pt;
}

html body #mainContent .filteredList .moreBtn,
html body #mainContent .titlesList .moreBtn{
	position:absolute;
	left:20px;
	bottom:20px;
}

html body #mainContent .titlesList .moreBtn{
	left:10px;
}

html body .moreBtn:hover, 
html body .moreBtn.open{
	cursor:pointer;
	background:#171616;
}

html body .moreBtn span{
	display:block;
	border-right: solid 1px #222;
	padding-right:10px;
	line-height:22px !important;
}

html body .moreBtn:after{
	position:absolute;
	right:9px;
	top:6px;
	height:16px;
	width:13px;
	content: url(/images/more-btn-arrow.png);
}

html body #mainContent .moreDetailBody ul.elBodyList{
	list-style: none;
	padding: 0;
	margin: 0;
}

html body #mainContent .moreDetailBody ul.elBodyList > li{
	/*visibility: hidden;*/
}

html body #mainContent .moreDetailBody .rightCol{
	width:50%;
	float:left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding:10px 10px 10px 5px;
}

html body #mainContent .moreDetailBody .leftCol .image{
	float:left;
	margin-right:10px;
	background: url(/images/dark-bg-ajax-loader.gif) center center no-repeat transparent;
}

html body #mainContent .moreDetailBody .leftCol .moreBtn{
	margin-top:20px;
}

.rightCol .titlesContainer .titlesList{
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}

.rightCol .titlesContainer .titlesList li{
	width:154px;
	margin:0 0 0 10px;
	float:left;
	position:relative;
	background:#181717;
}

.rightCol .titlesContainer .titlesList li .image{
	border: solid 1px #000;
	background: url(/images/dark-bg-ajax-loader.gif) center center no-repeat transparent;
}

html body #mainContent .columnsContainer{
	margin-bottom:20px;
}

html body #mainContent .columnsContainer .rightCol p.message{
	font-weight:bold;
}

html body #mainContent .columnsContainer .rightCol .contactFormContainer{
	
}



.rightCol .contactFormContainer form label{
	font-size:16px;
	color:#FFF;
}

.rightCol .contactFormContainer form label span{
	color: #FF0000;
}

.rightCol .contactFormContainer form label.error {
        color: #FF0000; }
.rightCol .contactFormContainer form input.error, 
.rightCol .contactFormContainer form textarea.error {
border-color: #FF0000; }
.rightCol .contactFormContainer form input.error:focus,
.rightCol .contactFormContainer form textarea.error:focus{
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #FF0000;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #FF0000;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #FF0000; }

.rightCol .contactFormContainer form input,
.rightCol .contactFormContainer form textarea{
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.rightCol .contactFormContainer form input{
	height:30px;
}

.rightCol .contactFormContainer form button{
	float:right;
}

.rightCol .contactFormContainer #captchaID{
	color:#FFF;
}

.rightCol .contactFormContainer #captchaID input{
	margin: 5px 0  10px !important;
}

html body #mainContent .column{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

html body #mainContent .rightColumn{
	text-align: center;
}

html body #mainContent .rightColumn.rightCol{
	padding-bottom:30px;
}

html body #mainContent .infoContainer{
	z-index:0;
	width:100%;
	position:relative;
}

html body #mainContent .infoContainer .listInfo{
	position:absolute;
	padding-bottom: 52px;
	width:100%;
	left:0;
	top:0;
	opacity:0;
}

html body #mainContent .infoContainer .listInfo .threeCol{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 0 20px;
	float:left;
	width: 33.33333%;
}

html body #mainContent .infoContainer .listInfo .threeCol ul{
	list-style: none;
	margin:0;
	padding:0;
	color:#FFF;
}

html body #mainContent .infoContainer .listInfo .threeCol ul li{
	margin-bottom: 20px;
}

html body #mainContent .infoContainer .listInfo .threeCol ul li span{
	display:block;
}

.threeCol ul li span.address{}
.threeCol ul li span.tel,
.threeCol ul li span.email{
	margin-top:5px;
}

html body #mainContent .infoContainer .listInfo .threeCol .title{
	text-transform: uppercase;
	margin-bottom:20px;
}

html body #mainContent .infoContainer .listInfo .threeCol .name{
	margin-bottom: 10px;
}

html body #mainContent .infoContainer #map_canvas{
	position:absolute;
	width: 400px;
	height: 400px;
	left:0;
	top:0;

	clear: both;
	margin-left: 1.6574%;
	margin-right: 1.6574%;
	display: block;
	padding:0;
	z-index:10;
}

/* TRADE AREA */

html body #mainContent .listContainer p {
	text-align: center;
}


/*/

/*
* MAINCONTENT STYLES END
*/


/*
* FOOTER STYLES 
*/
html body #footer {
	position:relative;
	z-index:10;
	font-size:0.625em;
	font-weight: 400;
	position: fixed;
	bottom: 0;
	left: 0;
	padding:0 10px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	letter-spacing:2pt;
	background: #000000;
	background: rgba(0, 0, 0, 0.9);
	color:rgb(241,236,230);
	text-transform:uppercase;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

html body #footer .copy{
	float:left;
}

html body #footer .poweredBy{
	float:right;
}

html body #footer .poweredBy a{
	text-decoration:none;
	color:#FFFFFF;
}

html body #footer .poweredBy a:hover{
	color:#CCCCCC;
}

#back-top{
	background-color:white;
	background-color: rgba(255,255,255,0.5);
	position:absolute;
	left:50%;
	margin-left:-24px;
	top:-68px;
	width:48px;
	height:48px;
}

#back-top i {margin: 0 6px;}

#back-top:hover{
	background: rgba(255,255,255,1);
}

/*
	SOCIAL LINKS
 */
.sharrre .box{
  float:left;
}
.sharrre .count {
  color:#444444;
  display:block;
  font-size:17px;
  line-height:34px;
  height:34px;
  padding:4px 0;
  position:relative;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#eee;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .share {
  color:#FFFFFF;
  display:block;
  font-size:11px;
  height:16px;
  line-height:16px;
  margin-top:3px;
  padding:0;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#9CCE39;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .buttons {
  display:none;
  position:absolute;
  margin-left:50px;
  z-index:10;
}
.sharrre .button {
  float:left;
  max-width:50px;
  margin-left:10px;
}
/*
	SOCIAL LINKS END
*/
 */

