/*  
Enterprises stylesheet
*/

div#content h2{
	color:#898989;
	font-size:2em;
	font-weight:bold;
	padding: 15px 15px;
}


/* Enterprise list, pagination, etc. -------------------------------------- */
div.list-search{
	margin: 20px 30px 30px 30px;
}

div.tab{
	margin: 0px;
	line-height: 35px;
	float: left;
	background: url(list/tab-bg.png) no-repeat;
}

div.tab-selected{
	margin: 0px;
	line-height: 35px;
	float: left;
	background: url(list/tab-blue-bg.png) no-repeat;
}

div#tab-sector {
	width:171px;
	margin-right:1px;
}
div#tab-sector select {
	width: 140px;
}

div#tab-alphabetic{
	text-align:center;
	width:130px;
	margin-right:1px;
}

div#tab-search{
	width: 190px;
}

div.list-search input[type=submit] {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	background: none;
	padding: 0px 0px;
	cursor: pointer;
}
div.list-search input[type=text] {
	margin-left: 10px;
	font-weight: bold;
	font-size: 0.9em;
	width: 100px;
}
input.selected {
	background: url(list/search-bg-blue.png) repeat-x bottom !important;
}
input.list-search-bt {
	padding: 0px 3px !important;
}
div.list{
	margin: 0px 5px 10px 5px;
	border-top: 1px solid #dadada;
	padding: 0px 25px;
	clear: both;
}


/* TABLE */
table.list-elements{
	width: 100%;
}

table.list-elements thead tr {
	background: url(list/thead-tr-bg.png) repeat-x;
	line-height: 32px;
}

table.list-elements thead th {
	padding-left: 18px;
	font-weight: bold;
}

table.list-elements tbody tr {
	background: url(list/tbody-tr-bg.png) repeat-x;
	line-height: 32px;
	padding-left: 18px;
}
table.list-elements tbody tr:hover {
	background: url(list/tbody-tr-bg-over.png) repeat-x;	
}

table.list-elements tbody td{
	padding-left: 18px;
}
table.list-elements tbody td.features {
	padding: 0px;
}
table.list-elements tbody td.features img {
	display: block;
}

table.list-elements tbody td span{
	font-weight: bold;
}

table.list-elements tbody td a {
	color: #707070;
	text-decoration: none;
}
table.list-elements tbody td a:hover {
	text-decoration: underline;
}

table.list-elements div.list-paginator{
	margin: 0;
}




/* ---------------------
 * jqTransform
 * --------------------- */
form.jqtransformdone label {
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float:left;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 35px;
	background: url(shop/select_left.gif) no-repeat top left;
	float:left;
}
.tab-selected .jqTransformSelectWrapper {
	background: url(shop/select_left_selected.gif) no-repeat top left;
}

.jqTransformSelectWrapper div span {
	font-size: 1.1em;
	font-weight: 700;
	float: none;
	position: absolute;
	width: 14px;
	height: 31px;
	line-height: 35px;
	padding: 0 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	color: #fff;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 35px;
	background: url(shop/select_right.gif) no-repeat center center;
}
.tab-selected .jqTransformSelectWrapper a.jqTransformSelectOpen {
	background: url(shop/select_right_selected.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index:10;
	
	line-height: 20px;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 0.9em;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}






/* Enterprise content, etc. -------------------------------------- */


div#content h1{
	color: #dc291e;
	font-family: Helvetica, Arial;
	font-size: 1.8em;
	font-weight: bold;
	margin: 25px 10px;
}

div#content h1 a{
	color: #dc291e;
	text-decoration: none;
}


div#shop-info{
	border-top:1px solid #DADADA;
	margin:0 5px;
	padding:25px 10px;
}

div#shop-img{
	background: url(shop/shadow-bg.png) no-repeat bottom;
	float: left;
	overflow: hidden;
	padding-bottom: 14px;
	width:320px;
}

div.img{
	border: 1px solid #0046ad;
	/* height: 238px; */
	overflow: hidden;
	width:318px;
	background-color: #fff;
}
div.img img { display: block; }
div.img.gmaps {
	height: 238px;
	background: #E5E3DF url(default/gmaps-preloader.gif) no-repeat center center;
}

div#shop-data{
	float: left;
	overflow: hidden;
	width: 190px;
}

div#shop-data h2 {
	color:#0046AD;
	font-size:1em;
	padding:0;
	position:relative;
}

div#shop-data h2 span{
	background:transparent url(shop/data-hd.png) no-repeat scroll right bottom;
	margin-top: 4px;
	position:absolute;
	width:100%;
}

div.data {
	border-top: 1px solid #dadada;
	font-size: 0.8em;
	overflow: hidden;
	padding: 3px 10px;
}

span.left-text{
	float: left;
	margin-right: 5px;
}

span.right-text{
	color: #000;
	float: right;
	font-weight: bold;
	text-align: right;
}

div#shop-gallery{
	clear: both;
	margin:0px 15px;
}

div#gallery {
	background: url(shop/shadow-bg.png) no-repeat bottom;
	float:left;
	padding-bottom: 10px;
	width: 322px;
}

ul.gallery {
}

ul.gallery li {
	float: left;
	padding: 0px 1px 0px 0px;
	padding-top: 13px;
}

ul.gallery li.first{
	padding-left: 0px;
}

ul.gallery li.last{
	padding-right: 0px;
}
ul.gallery li.gmap img {
	width: 58px;
	height: 62px;
}

ul.gallery li img {
	border: 1px solid #dc291e;
	width: 62px;
	height: 62px;
}

ul.gallery li.selected {
	background: url(shop/imggallery-selected.png) no-repeat top center;
}

ul.gallery li.selected img {
	border: 1px solid #0046ad;
}

div#shop-services {
	float:left;
	width: 190px;
}

div#shop-services h2 {
	color: #0046ad;
	position: relative;
}

div#shop-services h2 span{
	background: url(shop/services-hd.png) no-repeat bottom right;
	position: absolute;
	width: 100%;
}

div#shop-description{
	font-size:0.9em;
	margin:0px 15px;
	width:320px;
}





