
				
.subMenuWrapper {
	background:url(images/backgrounds/menu_horizontal_arrow.png) no-repeat center top;
	padding-top:9px;
	position:absolute;
	z-index:1;
	}
	.subMenuWrapper .subMenuWrapper { 
		position:absolute;
		left:130px;
		background:url(images/backgrounds/menu_vertical_arrow.png) no-repeat left 15px;
		padding-left:9px;
		padding-top:0;
		position:absolute; top:-10px;
		}
		.subMenuWrapper .subMenuWrapper .subMenuWrapper { 
			top:-5px;
			}
			.subMenuWrapper .subMenuWrapper .subMenuWrapper .subMenuWrapper .subMenuWrapper { 
				top:-4px;
				}



/* @ Header - HomeSlideshow
   ==================================================================== */
	
#header .homeSlideshow {
	position:absolute; top:-40px;
	width:960px;
	background:url(images/backgrounds/home_slideshow.png) no-repeat 0 0;
	height:321px;
	}
	#header .homeSlideshow .nivoSlider {
	    position:relative;
	    width:924px;
	    height:275px;
	    background:url(images/loading.gif) no-repeat 50% 50%;
	    margin-left:18px;
	    margin-top:23px;
	}
	#header .homeSlideshow .nivoSlider img {
	    position:absolute;
	    top:0px;
	    left:0px;
	    display:none;
	}
	#header .homeSlideshow .nivoSlider a {
	    border:0;
	    display:block;
	}
	#header .homeSlideshow .nivoSlider .nivo-caption {
		position:absolute;
		top:310px;
		background:none;
		text-shadow:0 1px 0 #000;
		left:-13px;
		}
		
	#header .homeSlideshow .nivo-controlNav {
	    bottom: -57px;
	    right: -10px;
	    margin-left: -40px;
	    position: absolute;
	}


/* @ Page Elements
   ==================================================================== */
	
#body .content {
	margin-bottom:20px;
	}

		
/* @ News
   ==================================================================== */

/* Calendar */
.latestNews .item .calendar,
.newsList .item .calendar,
.newsDetails .item .calendar {
	float:left;
	width:49px; height:49px;
	margin-right:10px;
	background:url(images/calendar_icon.png) no-repeat 0 0;
	position:relative;
	text-align:center;
	}
	.latestNews .item .calendar .month,
	.newsList .item .calendar .month,
	.newsDetails .item .calendar .month {
		font-family:Verdana; font-size:10px; color:#FFF; text-shadow:0 1px 0 #000; line-height:18px;
		display:block;
		margin-top:1px; padding-left:1px;
		}
	.latestNews .item .calendar .day,
	.newsList .item .calendar .day,
	.newsDetails .item .calendar .day {
		font-size:22px; color:#5c5c5c; text-shadow:0 1px 0 #FFF; line-height:19px;
		display:block;
		margin-top:2px; padding-left:1px;
		}

/* Latest News */
.latestNews .item {
	}
	.latestNews .item .details {
		float:left;
		width:201px;
		}
		.latestNews .item .details .title {
			display:block;
		    font-size:16px; font-weight:normal;
		    margin-bottom:3px;
			}
		.latestNews .item .details p {
			margin-bottom:0;
			line-height:18px;
			}
			

	
/* News List */
.newsList {

	}
	.newsList h3 {
		margin-bottom:7px;
		}
	.newsList p {
		margin-bottom:5px;
		text-align:justify;
		}
	.newsList .photo {
		float:left;
		margin-right:15px; margin-bottom:5px;
		}		
		.newsList .photo img { 
			width:420px; height:175px;
			background:#FFF; padding:1px;
			border:solid 1px #bbbbbb;
			}
	.newsList .metaData {
		float:left;
		width:160px;
		font-size:13px; line-height:15px;
		}
		.newsList .metaData div {
			margin-bottom:3px;
			margin-left:6px;
			}
		.newsList .metaData .calendar {
			float:none;
			margin-bottom:17px; margin-left:0px;
			}
		.newsList .metaData label {
			color:#ababab;
			padding-right:3px;
			}
		.newsList .metaData .comments {
			background:url(images/comment_icon.png) no-repeat 0 2px;
			padding-left:15px;
			margin-top:20px;
			}
	.newsList .excerpt {
		clear:both;
		}
		
		
/* News Details */
.newsDetails {

	}
	.newsDetails h3 {
		margin-bottom:7px;
		}
	.newsDetails p {
		margin-bottom:5px;
		}
	.newsDetails .photo {
		float:left;
		margin-right:15px; margin-bottom:5px;
		}		
		.newsDetails .photo img { 
			width:420px; height:175px;
			background:#FFF; padding:1px;
			border:solid 1px #bbbbbb;
			}
	.newsDetails .metaData {
		float:left;
		width:160px;
		font-size:13px; line-height:15px;
		}
		.newsDetails .metaData div {
			margin-bottom:3px;
			margin-left:6px;
			}
		.newsDetails .metaData .calendar {
			float:none;
			margin-bottom:17px; margin-left:0px;
			}
		.newsDetails .metaData label {
			color:#ababab;
			padding-right:3px;
			}
		.newsDetails .metaData .comments {
			background:url(images/comment_icon.png) no-repeat 0 2px;
			padding-left:15px;
			margin-top:20px;
			}
	.newsDetails .body {
		clear:both;
		line-height:22px;
		padding-top:15px;
		}
		.newsDetails .body p {
			margin-bottom:15px;
			}
		.newsDetails .body h3 {
			margin-top:30px;
			}
		.newsDetails .body img {
			background:#FFF; padding:1px;
			border:solid 1px #bbbbbb;
			}

	.newsDetails .author {
		background:url(images/backgrounds/sidecolumn_texture.png) repeat scroll 0 0 transparent;
		padding:20px; 
		font-size:13px; line-height:16px;
		margin-bottom:30px;
		}
		.newsDetails .author h3 {
			margin-bottom:15px;
			}
		.newsDetails .author .avatar {
			width:76px; height:81px;
			background:url(images/avatar_big.png) no-repeat 0 0;
			display:block;
			float:left;
			margin-right:10px;
			}
			.newsDetails .author .avatar img {
			    width:72px; height:77px;
			    margin-left:2px; margin-top:2px;
				}
		.newsDetails .author .info h5 {
			margin-bottom:5px;
			font-size:14px;
			}
		
	.newsDetails .comments {
		}	
		.newsDetails .comments h3 {
			margin-bottom:15px;
			}
		.newsDetails .comments .item {
			margin-bottom:10px;
			background:url(images/backgrounds/divider_pattern.png) repeat-x left top;
			padding-top:19px;
			}
			.newsDetails .comments .level2 { margin-left:46px; }
			
		.newsDetails .comments .item .avatar {
			width:38px; height:35px;
			background:url(images/avatar.png) no-repeat 0 0;
			float:left;
			margin-right:10px;
			}
		.newsDetails .comments .item .info {
			float:left;
			width:552px;
			position:relative;
			}
			.newsDetails .comments .reply { position:absolute; top:0; right:0; font-size:12px; }
			.newsDetails .comments .commentAuthor {}
			.newsDetails .comments .commentDate { font-size:11px; font-style:italic; color:#9c9b9b; line-height:11px; margin-bottom:5px; }

		.newsDetails .comments .level2 { margin-left:46px; }
		.newsDetails .comments .level2 .info { width:506px; }
		
		.newsDetails .comments .level3 { margin-left:92px; }
		.newsDetails .comments .level3 .info { width:460px; }
		

	.newsDetails .leaveComment {
		background:url(images/backgrounds/sidecolumn_texture.png) repeat scroll 0 0 transparent;
		padding:20px; 
		margin-bottom:30px; margin-top:20px;
		}
		
		.newsDetails .leaveComment .commentText { float:left; margin-right:18px; }
		.newsDetails .leaveComment .commentDetails { float:left; }
		.newsDetails .leaveComment .commentDetails p { margin-bottom:10px; }
		.newsDetails .leaveComment .commentDetails a.submit { margin-top:10px; display:block; font-weight:bold; }

	
	
/* @ Portfolio
   ==================================================================== */
     
.portfolio {
	margin-top:20px;
	}
	
.portfolio .noMargin { margin:0 !important; }

.portfolio .item {
	width:280px;
	float:left;
	margin-right:50px; margin-bottom:40px !important;
	}
.portfolio .item h3 {
	margin-bottom:2px;
	font-size:16px;
	}
.portfolio .photo {
	width:280px; height:233px;
	padding:10px 0 0 10px;
	width:270px; height:223px;
	background:url(images/backgrounds/portfolio_3columns_photo.png) no-repeat 0 0;
	}
	.portfolio .photo a {
		width:260px; height:195px;
		display:block;
		}
	.portfolio .photo img {
		width:260px; height:195px;
		border:none !important; background:transparent !important; padding:0 !important;
		}
.portfolio .label a {
	display:block;
	font-weight:normal;
	font-size:13px;
	}
   

/* 3 columns */
.portfolio_3columns .item { width:280px; }
.portfolio_3columns .photo { width:270px; height:223px; background:url(images/backgrounds/portfolio_3columns_photo.png) no-repeat 0 0; }
.portfolio_3columns .photo a, .portfolio_3columns .photo img { width:260px; height:195px; }

/* 2 columns */
.portfolio_2columns .item { width:446px; margin-right:48px; }
.portfolio_2columns .photo { width:436px; height:282px; background:url(images/backgrounds/portfolio_2columns_photo.png) no-repeat 0 0; }
.portfolio_2columns .photo a, .portfolio_2columns .photo img { width:426px; height:250px; }

/* 1 columns */
.portfolio_1columns .item { width:100%; float:none; }
.portfolio_1columns .photo { width:630px; height:320px; background:url(images/backgrounds/portfolio_1column_photo.png) no-repeat 0 0;  }
.portfolio_1columns .photo a, .portfolio_1columns .photo img { width:620px; height:290px; }
.portfolio_1columns .photo { float:left; width:640px; margin-right:20px; }
.portfolio_1columns .label { float:left; width:270px; }


/* @ Feedback Pages
   ==================================================================== */
   
.feedbackPage {
	background:url("images/backgrounds/sidecolumn_texture.png") repeat scroll 0 0 transparent;
	padding:70px 0;
	margin:50px 0;
	}
	.feedbackPage .canvas { 
		width:550px; 
		margin:0 auto;
		}
	.feedbackPage .errorCode {
		font-size:100px; font-weight:bold; font-family: Arial;
		line-height:100px;
		color:#D38929;
		padding-right:20px;
		float:left;
		width:160px;
		}
	.feedbackPage .errorMessage { 
		float:left;
		width:330px;
		}
	.feedbackPage h1 { 
		padding-top:10px;
		}


/* @ Twitter Feed Page
   ==================================================================== */
   
.tweetsList .tweet { margin-bottom:5px; background:url(images/backgrounds/divider.png) repeat-x left bottom; padding-bottom:25px; }	
.tweetsList .tweet .text { margin-bottom:0px; }
.tweetsList .tweet .date { color:#7b7b7b; font-style:italic; font-size:11px; }
.tweetsList a.user { color:#a1a1a1; }
.tweetsList a.hash { color:#a1a1a1; }	



/* @ Contacts
   ==================================================================== */
   
.contactsTable { width:100%; line-height:16px; }
.contactsTable td { padding-bottom:15px; }
.contactsTable label { color:#ABABAB; margin-bottom:2px; display:block; }

.contactsTable { border:none !important; }
.contactsTable td { padding-left:0 !important; padding-bottom:20px !important; }
.contactsTable .alt { background:none !important; }

#map { border:solid 1px #c7c7c7; background:#f3f3f3; padding:8px 0 0 8px; }


.contacts {
	position:relative;
	}
	
	.contacts .commentText { float:left; margin-right:18px; }
	.contacts .commentDetails { float:left; }
	.contacts .commentDetails p { margin-bottom:10px; position:relative; }
	.contacts .commentDetails a.submit { margin-top:10px; display:block; font-weight:bold; }
	
	
.contacts .feedback {
	background:url(images/bullet_error.png) no-repeat scroll left 3px transparent;
	width:16px; height:16px; display:block;
	position:absolute; right:-20px; top:3px;
	display:none;
	}
	
.contacts .loader { 
	width:16px; height:16px;
	background:url(images/loader.gif) no-repeat 0 0;
	position:absolute; top:66px;
	display:none;
	}
	
.contacts .successFeedback {
	position:absolute; top:66px;
	display:none;
	}
.contacts .errorFeedback,
.contacts .fieldsFeedback { display:none; }
	

		
/* @ Carousel 
   ==================================================================== */
	
.carousel {
	width:800px;
	}
.carousel .items {
	width:1000px;
	}
.carousel .item {
	width:180px;
	float:left;
	margin-right:30px;
	}
.carousel .photo {
	width:180px; height:150px;
	padding:7px 0 0 7px;
	width:173px; height:143px;
	background:url(images/backgrounds/carousel_photo.png) no-repeat 0 0;
	}
	.carousel .photo a {
		width:166px; height:121px;
		display:block;
		}
	.carousel .photo img {
		width:166px; height:121px;
		border:none !important; background:transparent !important; padding:0 !important;
		}
.carousel .label a {
	display:block;
	font-weight:normal;
	font-size:15px;
	margin-bottom:3px;
	}
.carousel .label .description {
	font-size:13px;
	line-height:15px;
	display:block;
	}
	
	
	
/* @ Search Box
   ==================================================================== */
   
fieldset.search {
	width:258px; height:26px;
	background:url(images/search_box.png) no-repeat 0 0;
	position:relative;
	}
	fieldset.search input {
		width:210px; height:25px;
		border:none; background:transparent; color:#8b8b8b; font-style:italic;
		margin-left:10px;
		}
	fieldset.search a.searchButton {
		background:url(images/search_box.png) no-repeat -227px top;
		width:31px; height:26px; display:block;
		text-indent:-9999px;
		position:absolute; top:0; right:0;
		}
		fieldset.search a.searchButton:hover { 
			background-position:-227px bottom;
			}


/* @ Video Player
   ==================================================================== */
   
.videoPlayer {
	width:261px; height:180px;
	background:url(images/backgrounds/video.png) no-repeat 0 0;
	}
	.videoPlayer img {
		margin:8px 0 0 8px;
		width:245px; height:147px;
		border:none !important; background:transparent !important; padding:0 !important;
		}


/* @ Fieldset
   ==================================================================== */
   
fieldset p.textarea {
	width:361px; height:140px;
	background:url(images/fieldset.png) no-repeat 0 0;
	}
	fieldset p.textarea textarea {
		background:transparent;
		border:none;
		width:345px;
		height:124px;
		margin:8px 0 0 8px;
		}
		
fieldset p.textbox {
	width:182px; height:19px;
	background:url(images/fieldset.png) no-repeat -361px 0;
	}
	fieldset p.textbox input {
		background:transparent;
		border:none;
		width:165px;
		margin-left:8px; margin-top:2px;
		}
		
fieldset .toggleval {
	color:#aaaaaa;
	font-style:italic;
	}
fieldset .tv-focused, 
fieldset .tv-changed { 
	color:#767679 !important;
	font-style:normal !important;
	}
	
	
/* @ Pricing Tables
   ==================================================================== */

.indexedPricingTable { width:100% !important; }
.noIndexedPricingTable { width:auto !important; }

.pricingTable { border:none !important; }
.pricingTable td { background:none !important; border:none !important; color:inherit !important; padding:0 !important; }

/* thead */
.pricingTable thead td {
	height:160px;
	text-align:center;
	border-left:solid 1px #f0eff0 !important;
	vertical-align:top;
	color:#FFF !important;
	}
	.pricingTable thead td .title {
		color:#FFF; text-shadow:0 1px 0 #000;
		padding-top:3px;
		font-size:14px;
		}
	.pricingTable thead td .price {
		height:50px; line-height:50px;
		margin-top:20px;
		font-size:50px; font-weight:bold; font-family:Arial; text-shadow:2px 2px 0 #626262;
		}
		.pricingTable thead td .price cite { font-size:20px; margin-right:2px; }
	.pricingTable thead td .period {
		font-size:10px; font-style:italic; 
		position:relative; top:-7px;
		}
	
	.pricingTable thead td.low 		{ width:119px; background:#f1e3e8 url(images/pricingtable.png) no-repeat 0 0 !important; }
	.pricingTable thead td.medium 	{ width:119px; background:#f0d6d7 url(images/pricingtable.png) no-repeat -119px 0 !important; }
	.pricingTable thead td.high 	{ width:119px; background:#e6c7c7 url(images/pricingtable.png) no-repeat -238px 0 !important; }
	
/* tbody */

.pricingTable td .ok { 
	display:block; 
	background:url(images/icon_ok.png) no-repeat center center; 
	text-indent:-9999px;
	}

.pricingTable tbody td	{ 
	text-align:center; font-size:14px;
	border-left:solid 1px #f0eff0 !important; 
	padding-top:5px !important; padding-bottom:2px !important; }

.pricingTable tbody td.index 		{ background:#f5f5f5 !important; }
.pricingTable tbody .alt td.index 	{ background:#e6e6e6 !important; }

.pricingTable tbody td.low 			{ background:#f1e3e8 !important; }
.pricingTable tbody .alt td.low 	{ background:#f0d6d7 !important; }

.pricingTable tbody td.medium 		{ background:#f0d6d7 !important; }
.pricingTable tbody .alt td.medium 	{ background:#e6c7c7 !important; }

.pricingTable tbody td.high 		{ background:#e6c7c7 !important; }
.pricingTable tbody .alt td.high 	{ background:#deb7ba !important; }


/* tfoot */

.pricingTable tfoot td {
	background:#E6E6E6 !important;
	padding:10px 0 !important;
	text-align:center;
	border-left:solid 1px #f0eff0 !important; 
	border-top:solid 2px #FFF !important; 
	}
	.pricingTable tfoot td a.button { margin:0 !important; }



/* @ Buttons
   ==================================================================== */

a.button:hover { text-decoration:none; } 


/* general */

a.button { 
	background:url(images/buttons/general.png) no-repeat left 0;
	display:inline-block;
	height:32px; line-height:33px;
	padding-left:24px;
	color:#620808; text-shadow:0 1px 0 #ffa4a4;
	margin-right:10px; margin-bottom:10px;
	}
	a.button span {
		background:url(images/buttons/general.png) no-repeat right -32px;
		display:block;
		height:32px;
		padding-right:24px;
		}
	a.button:hover { background-position:left -64px; }
	a.button:hover span { background-position:right -96px; } 
	
	a.button:active { background-position:left -128px; }
	a.button:active span { background-position:right -160px; }


/* confirm */

a.button.confirm { background:url(images/buttons/confirm.png) no-repeat left 0; padding-left:51px; }
	a.button.confirm span { background:url(images/buttons/confirm.png) no-repeat right -32px;}
	
a.button.confirm:hover { background-position:left -64px; }
	a.button.confirm:hover span { background-position:right -96px; } 
	
a.button.confirm:active { background-position:left -128px; }
	a.button.confirm:active span { background-position:right -160px; }
	
	
/* cancel */

a.button.cancel { background:url(images/buttons/cancel.png) no-repeat left 0; padding-left:51px; }
	a.button.cancel span { background:url(images/buttons/cancel.png) no-repeat right -32px;}
	
a.button.cancel:hover { background-position:left -64px; }
	a.button.cancel:hover span { background-position:right -96px; } 
	
a.button.cancel:active { background-position:left -128px; }
	a.button.cancel:active span { background-position:right -160px; }
	
	
/* send */

a.button.send { background:url(images/buttons/send.png) no-repeat left 0; padding-left:51px; }
	a.button.send span { background:url(images/buttons/send.png) no-repeat right -32px;}
	
a.button.send:hover { background-position:left -64px; }
	a.button.send:hover span { background-position:right -96px; } 
	
a.button.send:active { background-position:left -128px; }
	a.button.send:active span { background-position:right -160px; }
	
	
/* continue */

a.button.continue { background:url(images/buttons/continue.png) no-repeat left 0; padding-left:51px; }
	a.button.continue span { background:url(images/buttons/continue.png) no-repeat right -32px;}
	
a.button.continue:hover { background-position:left -64px; }
	a.button.continue:hover span { background-position:right -96px; } 
	
a.button.continue:active { background-position:left -128px; }
	a.button.continue:active span { background-position:right -160px; }
	
		
/* back */

a.button.back { background:url(images/buttons/back.png) no-repeat left 0; padding-left:51px; }
	a.button.back span { background:url(images/buttons/back.png) no-repeat right -32px;}
	
a.button.back:hover { background-position:left -64px; }
	a.button.back:hover span { background-position:right -96px; } 
	
a.button.back:active { background-position:left -128px; }
	a.button.back:active span { background-position:right -160px; }
	
	
/* share */

a.button.share { background:url(images/buttons/share.png) no-repeat left 0; padding-left:51px; }
	a.button.share span { background:url(images/buttons/share.png) no-repeat right -32px;}
	
a.button.share:hover { background-position:left -64px; }
	a.button.share:hover span { background-position:right -96px; } 
	
a.button.share:active { background-position:left -128px; }
	a.button.share:active span { background-position:right -160px; }
	
	
/* favorite */

a.button.favorite { background:url(images/buttons/favorite.png) no-repeat left 0; padding-left:51px; }
	a.button.favorite span { background:url(images/buttons/favorite.png) no-repeat right -32px;}
	
a.button.favorite:hover { background-position:left -64px; }
	a.button.favorite:hover span { background-position:right -96px; } 
	
a.button.favorite:active { background-position:left -128px; }
	a.button.favorite:active span { background-position:right -160px; }
	
	
/* info */

a.button.info { background:url(images/buttons/info.png) no-repeat left 0; padding-left:51px; }
	a.button.info span { background:url(images/buttons/info.png) no-repeat right -32px;}
	
a.button.info:hover { background-position:left -64px; }
	a.button.info:hover span { background-position:right -96px; } 
	
a.button.info:active { background-position:left -128px; }
	a.button.info:active span { background-position:right -160px; }
	

/* settings */

a.button.settings { background:url(images/buttons/settings.png) no-repeat left 0; padding-left:51px; }
	a.button.settings span { background:url(images/buttons/settings.png) no-repeat right -32px;}
	
a.button.settings:hover { background-position:left -64px; }
	a.button.settings:hover span { background-position:right -96px; } 
	
a.button.settings:active { background-position:left -128px; }
	a.button.settings:active span { background-position:right -160px; }
	

/* search */

a.button.search { background:url(images/buttons/search.png) no-repeat left 0; padding-left:51px; }
	a.button.search span { background:url(images/buttons/search.png) no-repeat right -32px;}
	
a.button.search:hover { background-position:left -64px; }
	a.button.search:hover span { background-position:right -96px; } 
	
a.button.search:active { background-position:left -128px; }
	a.button.search:active span { background-position:right -160px; }



/* @ Icon Buttons
   ==================================================================== */
   
.iconButton { 
	background:url(images/buttons/icons.png) no-repeat 0 0;
	display:inline-table;
	width:45px; height:32px;
	text-indent:-99999px;
	margin-right:10px; margin-bottom:10px;
	}
	.iconButton:hover { background-position: 0 -32px; }
	.iconButton:active { background-position: 0 -64px; }


/* download */

.iconButton.download 			{ background-position:0 0; }
.iconButton.download:hover 		{ background-position:0 -32px; }
.iconButton.download:active 	{ background-position:0 -64px; }
	
	
/* continue */	

.iconButton.continue 			{ background-position:-45px 0; }
.iconButton.continue:hover 		{ background-position:-45px -32px; }
.iconButton.continue:active 	{ background-position:-45px -64px; }


/* back */	

.iconButton.back 			{ background-position:-90px 0; }
.iconButton.back:hover 		{ background-position:-90px -32px; }
.iconButton.back:active 	{ background-position:-90px -64px; }


/* share */	

.iconButton.share 			{ background-position:-135px 0; }
.iconButton.share:hover 	{ background-position:-135px -32px; }
.iconButton.share:active 	{ background-position:-135px -64px; }


/* favorite */	

.iconButton.favorite 			{ background-position:-180px 0; }
.iconButton.favorite:hover 		{ background-position:-180px -32px; }
.iconButton.favorite:active 	{ background-position:-180px -64px; }


/* confirm */	

.iconButton.confirm 			{ background-position:-225px 0; }
.iconButton.confirm:hover 		{ background-position:-225px -32px; }
.iconButton.confirm:active 		{ background-position:-225px -64px; }


/* cancel */	

.iconButton.cancel 				{ background-position:-270px 0; }
.iconButton.cancel:hover 		{ background-position:-270px -32px; }
.iconButton.cancel:active 		{ background-position:-270px -64px; }


/* info */	

.iconButton.info 				{ background-position:-315px 0; }
.iconButton.info:hover 			{ background-position:-315px -32px; }
.iconButton.info:active 		{ background-position:-315px -64px; }


/* settings */	

.iconButton.settings 			{ background-position:-360px 0; }
.iconButton.settings:hover 		{ background-position:-360px -32px; }
.iconButton.settings:active 	{ background-position:-360px -64px; }


/* search */	

.iconButton.search 				{ background-position:-405px 0; }
.iconButton.search:hover 		{ background-position:-405px -32px; }
.iconButton.search:active 		{ background-position:-405px -64px; }


/* @ Pager
   ==================================================================== */
   
.pager a {
	background:url(images/buttons/pager.png) left 0;
	display:inline-table;
	height:24px;
	padding-left:8px;
	margin-right:2px;
	font-size:14px; color:#5c5c5c;
	}
	.pager a span {
		background:url(images/buttons/pager.png) right -24px;
		height:24px; line-height:24px;
		display:block;
		padding-right:8px;
		}
	
.pager a:hover,
.pager a.current {
	background-position:left -48px;
	text-decoration:none;
	color:#FFF; text-shadow:0 1px 0 #000;
	}
	.pager a:hover span,
	.pager a.current span {
		background-position:right -72px;
		}

.pager .next { margin-left:15px; }
.pager .prev { margin-right:15px; }






	