/*------------------------------------------------------------------
[Table of contents]

1. Body + reset general tags
2. Links
3. Forms / Inputs
4. Containers #site
5. Contact-header / #contactCon
6. Header / #headerCon
7. Navigation / #navigationCon
8. Left column / #leftColumn
9. Right column / #rightColumn
10. Content / #contentCon
11. Boxes / .box
12. Paging
13. Footer / #footerCon

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ 1. Body + reset general tags ]
------------------------------------------------------------------*/

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	font-size:12px;
	color:#4b4b4b;
	font-family:Arial, Helvetica, Sans-Serif;
}


img {
	border:none;
	vertical-align:bottom;
}

form {
	display:inline;
}


h1 {
	margin:18px 0 11px 0;
	color:#1d4767;
	font-size:30px;
	line-height:1.1em;
	font-weight:normal;
}
    
h2 {
	margin:15px 0 6px 0;
	color:#1d4767;
	font-size:22px;
	line-height:1.1em;
	font-weight:normal;
}

h3 {
	margin:0 0 0px 0;
	color:#0e74b7;
	font-size:1.1em;
}

h4 {
	margin:0 0 10px 0;
	color:#010000;
	font-size:1.1em;
}

p {
	margin:8px 0 10px 0;
	padding:0;
	line-height:1.5em;
}

fieldset {
	border:none;
	margin:0;
	padding:0;
}

.print {
	display:none;
}

/*------------------------------------------------------------------
[ 2. Links ]
------------------------------------------------------------------*/

a {
	color:#0e74b7;
	text-decoration:underline;
}
a:visited {
	color:#0e74b7;
}
a:hover {
	color:#ff7505;
}
a:active {
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}


a#showallevents {
	position:absolute;
	top:33px;
	right:0px;
}

/*------------------------------------------------------------------
[ 3. Forms / Inputs ]
------------------------------------------------------------------*/

label {
	
}

input.text,
input.password,
textarea.text {
	padding:3px 3px 2px 3px;
	color:#4b4b4b;
	font-size: 0.9em;
	border:1px solid #a5a5a5;
	background:url(../images/backgrounds/input-bg.gif) top left no-repeat #fff;
}

input.text.active,
textarea.text.active {
	border:1px solid #94d0ff;
}
input.text.error,
textarea.text.error {
	border:1px solid #ff1d05;
}


.button {
	height:28px !important;
	margin:0px 0 -10px 0;
	#margin:0 0 -5px 0;
	padding:0;
	background:none;
	border:none;
}

input.quantity {
	display:inline-block;
	width:22px;
	text-align:center;
	border:none !important;
}

/*------------------------------------------------------------------
[ 4. Containers ]
------------------------------------------------------------------*/

div#outerCon {
	width:100%;
	min-height:1100px;
	background:url(../images/backgrounds/outercon-bg.gif) center top no-repeat;
}

div#innerCon {
	width:901px;
	margin:0 auto 0 auto;
}


/*------------------------------------------------------------------
[ 5. Contact-header ]
------------------------------------------------------------------*/

div#contactCon {
	display:none;
	height:368px;
	background:url(../images/backgrounds/contactcon-bg.png) center top repeat-x #484848;
}

div#contactInnerCon {
	width:901px;
	margin:0 auto;
	padding:25px 0 35px 40px;
	color:#fff;
	zoom:1;
	overflow:auto;
}

div#contactInnerCon h2 {
	margin:15px 0 18px 0;
	color:#fff;
}

div#contactInnerCon a {
	color:#fff;
	text-decoration:none;
}
div#contactInnerCon a:hover {
	text-decoration:underline;
}

div.leftCon {
	width:300px;
	float:left;
}

div.rightCon {
	width:520px;
	float:left;
}

div#contactInnerCon input.text {
	padding:6px 5px 6px 5px;
}

div#googleMapsCon {
	margin:13px 0 0 -3px;
	padding: 2px 5px 6px 3px;
	background:url(../images/backgrounds/googlemaps-bg.png) no-repeat;
	width: 511px;
	height: 203px;
}


/*------------------------------------------------------------------
[ 6. Header ]
------------------------------------------------------------------*/

div#headerCon {
	position:relative;
	width:901px;
	height:294px;
	z-index:20;
}

div#efrLogo {
	position:absolute;
	top:13px;
	left:22px;
}

div#logos {
	position:absolute;
	float:left;
	margin:27px 0 0 345px;
	height:  40px;
    width:   150px;  
    padding: 0;  
}	 
	div#logos img {  
	    padding: 0;
	    top:  0; 
	    left: 0;
		height:  38px;
	}

div#serviceMenu {	
	display:block;
	float:right;
	width:375px;
	text-align:right;
}

div#serviceNav {
	margin:0 12px 0 0;
	padding:0 10px 0 0;
}
div#serviceNav.active {
	background:url(../images/backgrounds/contact-bttn-bg.gif) right -1px no-repeat;
}
div#serviceNav.active a#contactbttn {
	color:#fff;
}

div#serviceMenu a {
	display:inline-block;
	padding:7px 10px;
	color:#848484;
	font-size:11px;
	text-decoration:none;
}	
div#serviceMenu a:hover {
	text-decoration:underline;
}

div#formCon {
	margin:13px 30px 20px 0;
}

div#serviceMenu input.text {
	padding:6px 5px 6px 5px;
}

div#headerVisual {
	position:absolute;
	top:87px;
	height:162px;
	width:891px;
	padding: 0px 4px 0 4px;
}


/*------------------------------------------------------------------
[ 7. Navigation ]
------------------------------------------------------------------*/

div#navigationCon {
	position:absolute;
	top:249px;
	width: auto;
	margin: 4px;
	height: 39px;
	background: url(../images/nav/mainnav-bg.png) 0 0 repeat-x;
}


/*------------------------------------------------------------------
[ 8. Left Column ]
------------------------------------------------------------------*/

div.leftCol {
	position:relative;
	float:left;
	display:inline;
	width:558px;
	margin-left:40px;
}


/*------------------------------------------------------------------
[ 9. Rightcolumn ]
------------------------------------------------------------------*/

div.rightCol {
	/*margin-left:656px;
	margin-right:4px;*/
	padding-right: 32px;
	width: 210px;
	float: right;
}


/*------------------------------------------------------------------
[ 10. Content ]
------------------------------------------------------------------*/

div#centerCon {
	padding:25px 0 25px 0;
	min-height:655px;
	background: url(../images/backgrounds/contentcon-bg.gif) 1px 0px no-repeat;
	z-index:2;
}

div#breadcrumb {
	font-size:11px;
	color:#acacac;
}

div#breadcrumb a {
	font-size:11px;
	color:#acacac;
}

div#breadcrumb a:hover {
	text-decoration: none;
}

div.leftCol p.visual img {
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
}

div#flashBlock {
	margin-left:-10px;
}


div#buttonbar {
	padding: 10px 0;
	clear:both;
	zoom:1;
	overflow:hidden;
	border-top:1px dashed #7ba7cb;
}
.alignleft {
	float:left;
}	
.alignright {
	float:right;
}	

	
/*------------------------------------------------------------------
[ 11. Boxes ]
------------------------------------------------------------------*/

div.clearer {
	clear:both;
	font-size:0;
	line-height:0;
}

div.box {
	float:left;
	display:inline;
	width:260px;
	margin: 15px 15px 10px 0px;
}

div.leftbox h1 {
    margin:10px 0 6px 0;
    color:#1d4767;
    font-size:21px;
    line-height:1.1em;
    font-weight:normal;
}
	

div.box img {
	margin:5px 0 4px 0;
}
div.box p img {
	margin-top:0px;
}

div.box p {
	margin:4px 0 14px 0;
	padding-right:5px;
}

div.rightbox {
	margin-right: 0px !important;
}

div.box a.communityicon {
	margin-right:8px;
}

div.alumnibox {
	float:left;
	width:100%;
	height:auto;
	padding-bottom:20px;
	background:#000;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.one-col {
	width:278px !important;
	height:300px !important;
	padding-bottom:0px !important;
}
.wide {
	width:557px !important;
	margin-bottom:20px;
}

div.alumnivisuals {
	position:relative;
	height:  175px;
    width:   278px;
}
div.alumnivisuals  ul.slides {
	position:relative;
	float:left;
	list-style:none;
	margin:	0;
	height:  175px;
    width:   278px;
    padding: 0;
}
	 div.alumnivisuals  ul.slides li {
	    padding: 0;
	    top:  0; 
	    left: 0;
		width:   278px;
		height:  175px;
		z-index:5;
		overflow:hidden;
	}	

.wide div.alumnivisuals,
.wide div.alumnivisuals  ul.slides,
.wide div.alumnivisuals  ul.slides li {
	height:  213px;
    width:   557px;
}	
	
ul.slides-nav {
	position:absolute;
	right:5px;
	bottom:3px;
	list-style:none;
	margin:0;
	padding:0;
	z-index:10;
}	
	ul.slides-nav li {
		float:right;
	}
	ul.slides-nav li a {
		display:inline-block;
		width:13px;
		height:13px;
		line-height:-999em;
		background:url(../images/buttons/bullit-bttn.png) 0px 0px no-repeat;
	}
	
	ul.slides-nav li a.activeSlide {
		background:url(../images/buttons/bullit-bttn-active.png) 0px 0px no-repeat;
	}

div.alumnibox a {
	text-decoration:none;
}	
div.alumnibox h2 {	
	margin: 13px 22px 0px 22px;
	font-size:1.7em;
	color:#fff;
}	

div.alumnibox div.text {
	margin: 10px 22px 0px 22px;
	color:#b3b3b3;
}

div.alumnibox a:hover h2 {
	color:#ff7505;
}


/* sliding panels */
div.listing {
	margin-top:15px;
	border-top:1px solid #bfcdd8;
}
div.trow ul {
	list-style:none;
	margin:0 0 0 0px;
	padding:0;
	zoom:1;
	overflow:hidden;
	clear:both;
}

div.trow ul li {
	width:100%;
	padding:8px 10px 7px 25px;
	font-weight:normal;
	color:#0e74b7;
	border-bottom:1px solid #bfcdd8;
	background:url(../images/icons/plus-blue.png) 10px center no-repeat;
	cursor: pointer;
}

div.trow ul li:hover,
div.trow.highlight ul li {
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #003865;
	background:url(../images/icons/min-white.png) 10px center no-repeat #003865;
}

div.panel {
	padding:15px 15px 15px 25px;
	color:#bdd4e7;
	background:#003865;
	border-bottom:1px solid #bfcdd8;
	clear:both;
}


div.eventbox {
	height:213px;
	background:#000;
	overflow:hidden;
	border-bottom:1px solid #fff;
}

	div.eventvisuals {
		position:relative;
		float:left;
	}
	div.eventvisuals  ul.slides {
		position:relative;
		float:left;
		list-style:none;
		margin:	0;
		height:  213px;
	    width:   307px;
	    padding: 0;
	}
		 div.eventvisuals  ul.slides li {
		    padding: 0;
		    top:  0; 
		    left: 0;
			height:  213px;
			z-index:5;
		}
	
	div.eventcontent {
		margin-left:307px;
		padding:5px 10px 15px 25px;
	}	
	div.eventcontent *,
	div.eventcontent a{
		color:#fff;
	}

	
div#filter	 {
	margin:5px 0 15px 0;
}

div#filter table {
	border-collapse:collapse;
	padding:0;
}
div#filter table th {
	text-align:left;
	font-weight:normal;
	padding-right:20px;
}
div#filter table td {
	padding-right:15px;
}

div#filter table th.divider,
div#filter table td.divider {
    border-left: 1px solid #ff7505;
    padding-left: 5px;
}

div#filter table th.divider {
    padding-left: 10px;
}

div.companylist {
	position:relative;
	height: 600px;
	clear:both;
}
table.companylistTab {
	border-collapse:collapse;
	padding:0;
	clear:both;
}
	table.companylistTab td {
		text-align:center;
		vertical-align:middle;
		width:138px;
		height:138px;
		border:1px solid #cecece;
	}
	table.companylistTab a {
		display:inline-block;
		width:134px;
		height:134px;
		line-height:132px;
		border:1px solid #fff;
	}
	table.companylistTab a:hover {
		border:1px solid #ff7505;
	}
	table.companylistTab a img {
	   vertical-align: middle;
	}
	table.companylistTab td.empty {
		border:none;
	}
	
div#companydetailheader	 {
	padding-top:2px;
	zoom:1;
	overflow:auto;
}

ul#companydetails {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.0em;
	background:url(../images/backgrounds/companydetails-list-bg.gif) repeat-y;
}
ul#companydetails li {
	margin-bottom:6px;
}
ul#companydetails li span {
	display:inline-block;
	width:125px;
	color:#a1a1a1;	
}
ul#companydetails li a {
	color:#4b4b4b;	
}

div#companylogo {
	float:right;	
}
div#companylogo table {
	border-collapse:collapse;
	padding:0;
}
div#companylogo table td {
	border:1px solid #cecece;
	width:170px;
	height:170px;
	text-align:center;
}


/* companydetails tabsheets */
#tabsheets {
	margin:20px 0;
}
#tabsheets ul.tabnav {
	float: left;
	list-style: none;
	width: auto;
	margin:0;
	padding:0;
	background: url(../images/nav/tab-bg.gif) repeat-x #e8e8e8;	
}
* html #tabsheets ul.tabnav li {
	display: inline; /* ie6 double float margin bug */
}
#tabsheets ul.tabnav li {
	border-right:1px solid #fff;
}
#tabsheets ul.tabnav li,
#tabsheets ul.tabnav li a {
	float: left;
	font-size:11px;
}
#tabsheets ul.tabnav li a {
	text-decoration: none;
	padding: 5px 20px 7px 20px;
	color: #003865;
}
#tabsheets ul.tabnav li a:hover {
	background: url(../images/nav/tab-bg-hover.gif) repeat-x #bad7ed;
}
#tabsheets ul.tabnav li.active {
	background: url(../images/nav/tab-bg-active.gif) repeat-x #ff7505;
}
#tabsheets ul.tabnav li.active a:hover {
	background: url(../images/nav/tab-bg-active.gif) repeat-x #ff7505;
}

#tabsheets ul.tabnav  li.active a {
	color: #fff;
}

#tabsheets div.tabpanel {	
	padding: 15px 20px 20px 20px;
	min-height: 200px;
	border:1px solid #ff7505;
	background: #ffffff;
	clear: both;
}
#tabsheets div.tabpanel h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#tabsheets div.tabpanel p {
	line-height: 150%;
}


#tabsheets div.tabpanel:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* career video-tab */

/* deleted, see issue #1314 */

/* webshop */

div#shoploginform {
	display:none;
	height:115px;
}

div#productlist {
	height: 700px !important;
}

/* this shoplist-style will be skipped in favour of a more basic one  JR:11-08-09 */
table.shoplistTab {
	margin-top:15px;
	border-collapse:collapse;
	padding:0;
}
	table.shoplistTab td {
		width:185px;
		text-align:center;
		vertical-align:top;
	}	
	table.shoplistTab tr.top td {
		padding:10px 15px 5px 15px;
		border-top:1px solid #cecece;
		border-right:1px solid #cecece;
		border-left:1px solid #cecece;
	}
	table.shoplistTab tr.center td {
		padding: 0 10px;
		border-right:1px solid #cecece;
		border-left:1px solid #cecece;
	}
	table.shoplistTab tr.bottom td {
		font-size:0.9em;
		border-bottom:1px solid #cecece;
		border-right:1px solid #cecece;
		border-left:1px solid #cecece;
	}
	table.shoplistTab tr.bottom td div {
		position:relative;
		padding:10px;
	}
	
	table.shoplistTab td span.price {
		color:#ff7505;
		font-weight:bold;
	}
	table.shoplistTab td span.small {
		font-size:0.8em;
	}
	table.shoplistTab tr.bottom td a.cart {
		position:absolute;
		display:block;
		width:23px;
		height:20px;
		bottom:10px;
		right:10px;
		background:url(../images/icons/shoppingcarts.gif) 0 0 no-repeat;
	}
	table.shoplistTab tr.bottom td a.cart span {
		display:none;
	}
	table.shoplistTab tr.bottom td a.cart:hover {
		background:url(../images/icons/shoppingcarts.gif) -34px 0px no-repeat;
	}
	
	table.shoplistTab td.empty {
		border:none !important;
	}
	
/* temporarily shoplist-style for easier templating  JR:11-08-09 */	
table.shoplistTab-basic {
	margin-top:15px;
	border-collapse:collapse;
	padding:0;
}
	table.shoplistTab-basic td {
		width:185px;
		text-align:center;
		vertical-align:top;
	}	
	table.shoplistTab-basic tr.top td {
		padding:10px 15px 5px 15px;
		border-top:1px solid #cecece;
		border-right:1px solid #cecece;
		border-left:1px solid #cecece;
	}
	table.shoplistTab-basic tr.center td {
		padding: 0 10px;
		border-right:1px solid #cecece;
		border-left:1px solid #cecece;
	}
	table.shoplistTab-basic tr.bottom td {
		font-size:0.9em;
		border-bottom:1px solid #cecece;
		border-right:1px solid #cecece;
		border-left:1px solid #cecece;
	}
	table.shoplistTab-basic tr.bottom td div {
		position:relative;
		padding:10px;
	}
	
	table.shoplistTab-basic td span.price {
		color:#ff7505;
		font-weight:bold;
	}
	table.shoplistTab-basic td span.small {
		font-size:0.8em;
	}
	table.shoplistTab-basic tr.bottom td a.cart {
		position:absolute;
		display:block;
		width:23px;
		height:20px;
		bottom:10px;
		right:10px;
		background:url(../images/icons/shoppingcarts.gif) 0 0 no-repeat;
	}
	table.shoplistTab-basic tr.bottom td a.cart span {
		display:none;
	}
	table.shoplistTab-basic tr.bottom td a.cart:hover {
		background:url(../images/icons/shoppingcarts.gif) -34px 0px no-repeat;
	}
	
	table.shoplistTab-basic td.empty {
		border:none !important;
	}	
	
	
div#steps {
	height:70px;
	background-color:#eff6fa;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
}

div#steps table {
	width:100%;
	margin:9px 0;
}
div#steps table td {
	width:25%;
	color:#989a9c;
	font-size:0.9em;
	text-align:center;
}
div#steps table td span.stepnum {
	display:inline-block;
	width:32px;
	height:34px;
	font-size:15px;
	line-height:31px;
	background:url(../images/icons/step-inactive.gif) no-repeat;
}
div#steps table td.active {
	color:#ff7505;
	font-weight:bold;
}
div#steps table td.active span.stepnum {
	color:#fff;
	background:url(../images/icons/step-active.gif) no-repeat;
}
div#steps table td.visited {
	color:#4b4b4b;
}
div#steps table td a {
	color:#4b4b4b;
	text-decoration:none;
}
div#steps table td a:hover {
	text-decoration:underline;
}

	
	
div#orderoverview {
	margin:15px 0;
	padding-bottom:20px;
}	
div#orderoverview table {
	border-collapse:collapse;
	width:100%;
}
div#orderoverview table th {
	text-align:left;
	font-weight:normal;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
div#orderoverview table td {
	padding: 5px 20px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
div#orderoverview table th.price,
div#orderoverview table td.price {
	padding: 5px 20px;
	color:#000;
	text-align: right;
}
div#orderoverview table th.amount,
div#orderoverview table td.amount {
	text-align: center;
	width: 70px;
}
div#orderoverview table th.remove,
div#orderoverview table td.remove {
	text-align: center;
	border-right:none;
}
div#orderoverview table tr.tabheaders th {
	border:none;
	color:#4b4b4b;
}
div#orderoverview table th.total {
	padding-right:10px;
	text-align:right;
}

/* less-, more-, disabled- and remove-icons */
div#orderoverview table td.amount div.less,
div#orderoverview table td.amount div.more,
div#orderoverview table td.amount div.disab,
div#orderoverview table td.amount div {
	display:inline;
	width:15px;
	height:15px;
	/*background:url(../images/icons/plus-minus.gif) 2px -15px no-repeat;*/
}
div#orderoverview table td.amount div.less a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/icons/plus-minus.gif) -18px -15px no-repeat;
}
div#orderoverview table td.amount div.less a:hover {
	background:url(../images/icons/plus-minus.gif) -37px -15px no-repeat;
}

div#orderoverview table td.amount div.more a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/icons/plus-minus.gif) -18px 5px no-repeat;
}
div#orderoverview table td.amount div.more a:hover {
	background:url(../images/icons/plus-minus.gif) -37px 5px no-repeat;
}
div#orderoverview table td.amount div.less a span,
div#orderoverview table td.amount div.more a span,
div#orderoverview table td.amount div.disab a span,
div#orderoverview table td.remove a.remove span {
	display:none;
}

div#orderoverview table td.amount div.disab  {
	display:inline;
	padding:3px 7px 9px 7px;
	cursor:not-allowed;
	background:url(../images/icons/plus-minus.gif) 2px -15px no-repeat;
}
div#orderoverview table td.amount div.disab a {	
	display:none;	
}

div#orderoverview table td.remove a.remove {
	display:inline-block;
	width:15px;
	height:16px;
	background:url(../images/icons/trashcan.gif) 0px 1px no-repeat;
}
div#orderoverview table td.remove a.remove:hover {
	background:url(../images/icons/trashcan.gif) -23px 1px no-repeat;
}
	
div#paymentoptions {
	margin: 20px 0;
}	

div#receipt {
	margin: 20px 0;
	padding: 0 20px 20px 20px;
	border:1px dotted #999999;
}





/* rightCol */
div.rightbox {
	position:relative;
	width:210px;
	margin-bottom:30px;
}

div.rightbox h3 {
	padding-bottom:4px;
	border-bottom:3px solid #0e74b7;
}

.calendar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.calendar li {
	border-bottom:1px solid #e0e0e0;
}
.calendar li a {
	display:block;
	padding:8px 10px;
	text-decoration:none;
	background:url(../images/icons/arrow-grey.gif) 2px 13px no-repeat;
}
.calendar li a:hover {
	background:url(../images/icons/arrow-blue.gif) 2px 13px no-repeat #f1f7fb;
}
.calendar li a span.date {
	color:#7f9bb2;
	font-size:10px;
}

.subscribe li.black a, 
.calendar li.black a {
	color: #3f3f3f;
}

.subscribe li.orange a, 
.calendar li.orange a {
	color: #ff7200;
}

.subscribe li.blue a, 
.calendar li.blue a {
	color: #3688be;
}

.subscribe li.purple a, 
.calendar li.purple a {
	color: #992982;
}

.pageblock h3 {
    border-bottom: 3px solid #0e74b7;
    padding-bottom: 4px;
}	

.pageblockvisual {
	margin-bottom: 10px;
}

.subscribe  {
	zoom:1;
	overflow:hidden;
}
.subscribe ul {
	list-style:none;
	margin:8px 0 0 0;
	padding:0;
}	
.subscribe ul li {
	margin:4px 0 4px 0;
}
.subscribe ul li a {
	padding-left:20px;
	font-size:1.0em;
	color:#ff7005;
	text-decoration:none;
	background:url(../images/icons/gradhat.gif) 0px 3px no-repeat;
}
.subscribe ul li a:hover {
	text-decoration:underline;
}

.banners ul {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

.banners ul li {
	margin-top:10px;
}

/* categories first level */
.category ul {
	list-style:none;
	margin:0;
	padding:0;
}
.category li {
	color:#919191;
	border-bottom:1px solid #e0e0e0;
	padding:8px 5px 8px 2px;
}
.category li a,
.category li.active ul li a {
    padding:0 5px 0 0;
	color:#0e74b7;
	text-decoration:underline;
}
.category li a:hover,
.category li.active ul li a:hover {
	color:#ff7505;
}
.category li.active {
	background:url(../images/icons/arrow-grey-cat-active.gif) 195px 13px no-repeat;
}
.category li.active a {
	color:#000;
	text-decoration:none;
}
.category li span {
	display:inline-block;
	padding:8px 5px 8px 2px;
}

	/* categories second level */
	.category ul li ul{
		display:none;
		list-style:none;
		border-top:1px solid #e0e0e0;
	}
	.category ul li.active ul{
		display:block;
	}
	.category li.active ul li.active {
		background:none;
	}
	.category ul li ul li.last {
		border:none;
	}
	.category li.active ul li a {
		padding-left:10px;
		color:#717171;
		background:url(../images/icons/bullit-grey.gif) 3px 13px no-repeat;
	}
	.category li.active ul li a:hover {
		background:url(../images/icons/bullit-orange.gif) 3px 13px no-repeat;
	}
	.category li.active ul li.active a {
		color:#000;
		text-decoration:none;
		background:url(../images/icons/bullit-black.gif) 3px 13px no-repeat;
	}


.shoppingcart {
	border-bottom:1px solid #e0e0e0;
}
.shoppingcart table {
	border-collapse:collapse;
	width:100%;
	border-bottom:1px solid #e0e0e0;
}
.shoppingcart table th {
	padding: 10px 0;
	text-align:left;
	font-weight:normal;
	border-top:1px solid #e0e0e0;
}
.shoppingcart table td {
	width:45px;
	color:#ff7505;
	font-weight:bold;
	border-top:1px solid #e0e0e0;
}


/*------------------------------------------------------------------
[ 12. Paging ]
------------------------------------------------------------------*/

/* calendar pagination */
.calendar div.customnav {
	position:absolute;
	display:block;
	top:0px;
	right:5px;
}
.calendar div.customnav a{
	display:none;
}

.calendar div.customnav a.prev,
.calendar div.customnav a.next {
	display:inline-block !important;
}

.calendar .customnav a.prev,
.calendar .customnav a.next {
	display:inline-block;
	width:10px;
	height:9px;
	margin-right:7px;
}
.calendar .customnav a.prev span,
.calendar .customnav a.next span {
	display:none;
	font-weight:bold;
}

.calendar .customnav a.prev {
	background:url(../images/icons/arrows-small-left.gif) -13px 0px no-repeat;
}
.calendar .customnav a.prev:hover {
	background:url(../images/icons/arrows-small-left.gif) -27px 0px no-repeat;
}
.calendar .customnav a.prev.disabled {
	background:url(../images/icons/arrows-small-left.gif) 0px 0px no-repeat;
}

.calendar .customnav a.next {
	display:inline-block;
	width:8px;
	height:9px;
	background:url(../images/icons/arrows-small-right.gif) -13px 0px no-repeat;
}
.calendar .customnav a.next:hover {
	background:url(../images/icons/arrows-small-right.gif) -27px 0px no-repeat;
}
.calendar .customnav a.next.disabled {
	background:url(../images/icons/arrows-small-right.gif) 0px 0px no-repeat;
}


/* company list pagination */
div.companylist .customnav {
	position:absolute;
	left:0px;
	bottom:5px;
	padding: 3px 5px 0px 15px;
	text-align: left;
	vertical-align:top;
}
div.companylist .customnav a {
	display: inline-block;
	margin-left: 5px;
	height:21px;
	line-height:20px;
	padding:0 8px 0 7px;
	text-decoration:none;
}
div.companylist .customnav a:hover {
	color:#ff7505;
}
div.companylist .customnav a.selected {
	font-weight: bold;
	color:#fff;
	background:url(../images/backgrounds/pagination-num-bg.gif) 0px 0px no-repeat;
}
div.companylist .customnav a.prev {
	display:inline-block;
	width:10px;
	height:21px;
	padding:0;
	background:url(../images/icons/arrows-large-left.gif) -12px 11px no-repeat;
}
div.companylist .customnav a.prev:hover {
	background:url(../images/icons/arrows-large-left.gif) -25px 11px no-repeat;
}
div.companylist .customnav a.next {
	display:inline-block;
	width:10px;
	height:21px;
	padding:0;
	background:url(../images/icons/arrows-large-right.gif) -12px 11px no-repeat;
}
div.companylist .customnav a.next:hover {
	background:url(../images/icons/arrows-large-right.gif) -25px 11px no-repeat;
}
div.companylist .customnav a.prev span,
div.companylist .customnav a.next span {
	display:none;
	font-weight:bold;
}
div.companylist .customnav a.prev.disabled {
	background:url(../images/icons/arrows-large-left.gif) 1px 11px no-repeat;
}
div.companylist .customnav a.next.disabled {
	background:url(../images/icons/arrows-large-right.gif) 1px 11px no-repeat;
}


/*------------------------------------------------------------------
[ 13. Footer ]
------------------------------------------------------------------*/


div#footerCon {
	height:150px;
	color:#7f9bb2;
	font-size:10px;
}

div#footerCon .leftCol {
	padding-top:33px;
}

div#footerCon .leftCol span {
	margin-right:15px;
}

div#footerCon a {
	margin-right:18px;
	color:#7f9bb2;
}

div#credits {
	float:left;
	display:inline;
	width:400px;
	padding:10px 0 0 30px;
}

.ui-effects-transfer { 
	border:            3px dotted #003865;
}

