@charset "utf-8";
/*
Theme Name: קונטל
Theme URI: http://www.tween-id.com/
Description: תבנית המיועדת לאתר של חברת קונטל
Version: 1.0
Author: Tween-ID
Tags: 

*/
/*-----------------------Reset code---------------------------------*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	/*vertical-align: baseline;*/
	background: transparent;
	font-family:Arial, Helvetica, sans-serif
}
body {
	line-height: 1;
	direction:ltr;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------|end reset|------------------------------------*/
/*-----------------------------|General|-----------------------------------*/
.wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow: hidden;
}
p{
	color:#605d56;
	font-size:12px;
	line-height:16px;
	margin-bottom:4px;
	margin-top:8px;
}
img.alignright{
	float:right;	
	padding:3px 0px 3px 5px;
}
img.alignleft{
	float:left;	
	padding:3px 5px 3px 0px;
}
/*---------------------------------------------------------------------------*/
/*-----------------------------|Home Page|-----------------------------------*/
/*---------------------------------------------------------------------------*/
#wrapper-top-area{
	background-color:#e9e2d9;
	width:100%;
	background-image:url(images/bg-hp-toparea.gif);
	background-repeat:repeat-x;
	overflow-x:hidden;
}

/*-----------------------------|top-menu-area|-----------------------------------*/
#wrapper-top-menu{
	background-color:#e9e2d9;
	width:100%;
}
#top-menu-area{
	position:relative;
	width:100%;
	overflow: hidden;
}
#top-menu-area #logo{
	float:left;
	width:135px;
	height:120px;
}
#top-menu-area #search-menu{
	float:right;
	padding:10px;
	margin:60px 20px 0 0;
	position:relative;
	display: inline;
}
#top-menu-area #search-menu a{
	text-decoration:none;
}
#top-menu-area #search-menu #btn-search{
	background:url(images/btn-search.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	width:18px;
	height:18px;
	border:0px;
/*	position:absolute;*/
	bottom:3px;
	right:0px;
	padding-bottom:30px;
}
#top-menu-area #search-menu #btn-sitemap{
	background-image:url(images/btn-sitemap.gif);
	background-repeat:no-repeat;
	padding:9px;
	background-position:left bottom;
}
#top-menu-area #search-menu #btn-contact{
	background-image:url(images/btn-contact.gif);
	background-repeat:no-repeat;
	padding:9px;
	background-position:left bottom;
}
#top-menu-area #search-menu #btn-home{
	background-image:url(images/btn-home.gif);
	background-repeat:no-repeat;
	padding:9px;
	background-position:left bottom;
}
#top-menu-area #search-menu #s{
	background-color:#d5cec1;
	width:125px;
	height:18px;
	border:none;
	bottom:-7px;
	position:relative;
	color:#4E7EA1;
	margin-right:10px;
}
#top-menu-area #search-menu img.flag{
	position:relative;
	bottom:-12px;
	margin-left:10px;	
}
/*-----------------------------|main-menu|-----------------------------------*/
#main-menu-wrapper{
	position:relative;	
	margin:0 20px;
	background-image:url(images/menu-bg-all.png);
	height:39px;
	width:916px;
	z-index:3000;
}
#main-menu{
	background-image:url(images/menu-bg-all.png);
	height:39px;
	width:916px;
}
#main-menu-right{
	float:right;
	background-image:url(images/menu-bg-right.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:3px;
	height:39px;
}
#main-menu-left{
	float:right;
	background-image:url(images/menu-bg-left.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:3px;
	height:39px;
}
#main-menu-wrapper li a{
	color:#fff;
	font-size:12px;
	float: left;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0;
	line-height: 16px;
}
#main-menu-wrapper ul{
	list-style:none;
	padding:0px;/** 13px 0 0;*/
	position:relative;
	z-index:2000;
}
#main-menu-wrapper ul li{
	padding:0px 10px;
	background-image:url(images/menu-li-seperator.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	position:relative;
	margin: 0 2px 0 -2px;
	display: inline;
	height: 39px;
}
#main-menu-wrapper ul li:first-child{
	background-image:none;	
}
#main-menu-wrapper ul li a:hover{
	color:#86c9ff;
}
#main-menu-wrapper ul li.current_page_item a{
	border-bottom:4px solid #86c9ff;
	color:#86c9ff;
	padding-bottom:9px;
}
/******************** 2nd Level ***************/
#main-menu-wrapper ul li ul {
	position:absolute;
	display:none;
	background-color:#101022;
	top:38px;
	left:0px;
	z-index:1000;
}
#main-menu-wrapper ul li ul li {
	float:none;
	display:block;
	background-image:none;
	width:130px;
	height: auto;
}
#main-menu-wrapper ul li ul li a {
	color:#fff !important;
	border:0px !important;
	display:block;
	float: none !important;
}
#main-menu-wrapper ul li ul li a:hover {
	color:#86c9ff !important;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: right;
}
* html ul li a {
	height: 1%;
}
/* End */
#main-menu-wrapper li:hover ul, 
#main-menu-wrapper li.hover ul {
	display: block;
}

/*-----------------------------|promo-area|-----------------------------------*/
#wrapper-promo-area{
	background-image:url(images/bg-promo-area.gif);
	background-repeat:repeat-x;
	height:279px;
	width:100%;
	z-index:0;
	*margin-top:-41px;/*IE7*/
	*padding-top:41px;/*IE7*/
}
#promo-area{
	position:relative;
	padding-top:20px;
	margin:0 20px;
	z-index:1;
	height: 1%;
}
#promo-area ul#nav{
	width:231px;
	float: left;
}
#promo-area ul#nav li{
	width:231px;
	height:48px;
	list-style:none;
	margin-bottom:2px;
}
#promo-area ul#nav li a{
	background-image:url(images/btn-promo-bg-ltr.png);
	background-repeat:no-repeat;
	width:219px;
	height:48px;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:42px;
	padding-left:12px;
}
#promo-area ul#nav li a.activeSlide{
	background-image:url(images/btn-promo-bg-selected-ltr.png);
	background-repeat:no-repeat;
}	
#promo-area ul#nav li a:hover{
	background-image:url(images/btn-promo-bg-selected-ltr.png);
	background-repeat:no-repeat;
}	
#promo-area #slide-container{
	position:absolute;
	top:20px;
	right:5px;
	width:683px;
}
#promo-area #slide-container .slide .title{
	visibility:hidden;
	text-indent:-9999px;
	position:absolute;
	left:-9999px;
}
/*-----------------------------|main-content|-----------------------------------*/
#main-content{
	position:relative;
	padding-bottom:20px;
	margin-top:50px;
	width:100%;
	z-index:1;
}
#main-content #right-col{
	width:228px;
	float:right;
	margin:0 24px 0 30px;
	display: inline;
	overflow: hidden;
}
.innerpage #right-col{
	float: left !important;
	margin: 0 0 0 20px !important;
}
#main-content #right-col p{
	color:#605D56;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
}
#main-content #right-col p strong{
	display: inline-block;
}
#right-col #sidebar-right li h2{
	border-bottom:4px solid #86c9ff;
	width:100%;
	font-size:18px;
	color:#304e86;
	font-weight:bold;
	margin-bottom:5px;
	margin-bottom:0px;
	padding:1px 0 12px 0;
}
#main-content h1{
	padding-bottom:12px;
	padding-top:1px;
}
#main-content h1.home-page{
	/*text-indent:-9999px;*/
	border-bottom:none;
	background: none !important;
	color: #304e86;
	margin: 0;
	font-size: 11px;
	border-bottom: 4px solid #86c9ff;
	text-transform: uppercase;
}
#main-content #right-col h1.home-page{
	background-image:url(images/hp-h2-automation.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#main-content #middle-col{
	width:400px;
	float:right;	
	margin-left:28px;
	display: inline;
}
#main-content #middle-col #widget_sp_image-3{
	padding-top: 30px;
}
#main-content #middle-col p{
		color:#605D56;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
}
#main-content #middle-col h1.home-page{
	background-image:url(images/hp-h2-projects.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#main-content #left-col{
	width:229px;
	float:left;
	margin: 0 0 0 20px;
}
#main-content #left-col p{
	color:#605D56;
	font-size:12px;
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-right:0px;
}
#main-content #left-col h1.home-page{
	background-image:url(images/hp-h2-news.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#main-content p{
	color:#605d56;
	font-size:12px;
	padding-right:80px;
	clear:both;
}
#main-content td p{
	color:#605d56;
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
}
a.read-more{
	color:#fff!important;
	background-color:#86c9ff;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	padding:1px 6px 3px 8px;
	text-decoration:none!important;
	margin:0;
	display:inline-block;
	
}
a.print{
	text-decoration:none !important;
	padding-bottom:30px;
	display:block;
}
#main-content .post{
	background-image:url(images/hp-news-post-seperator.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 0 12px 0;
	margin-bottom: 10px;
}
#main-content .post a{
	text-decoration:none;
}
#main-content .post a:hover{
	text-decoration:underline;
}
#content h2{
	color:#86c9ff;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:9px;
	border-bottom:4px solid #86c9ff;
}
#main-content .post .date{
	color:#605d56;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
}
#main-content .post h2 a{
	color:#367ab1;
	font-size:12px;
	text-decoration:none;
	line-height:16px;
}
/*-----------------------------|bottom-content|-----------------------------------*/
#wrapper-bottom-content{
	background-image:url(images/bg-content-bottom-area.gif);
	background-repeat:repeat-x;
	width:100%;
	background-color:#f7f5f2;
}
#bottom-content{
	position:relative;
	color:#6d5e44;
	padding-bottom:20px;
	width:100%;
}
#bottom-content ul li{
	overflow: hidden;
	width: 100%;
}
#bottom-content ul li a{
	color:#6D5E44;
	float:left;
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	text-decoration:none;
}
#bottom-content ul li a:hover{
	color:#86C9FF;
	text-decoration:underline;
}
#bottom-content #bottom-links-image{
	width:228px;
	float:right;
	margin-left:28px;
	margin-right:20px;
	display: inline;
}
#bottom-content #bottom-links-image ul{}
#bottom-content #bottom-links-image ul li{
	border-bottom:1px solid #968463;
	padding-bottom:15px;
	overflow: hidden;
	height: 1%;
}
#bottom-content #bottom-links-image ul li a{
	color:#6D5E44;
	float:none;
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	text-decoration:none;
}
#bottom-content .bottom-links{
	width:156px;
	float:right;
	margin-left:12px;
	display: inline;
}
#bottom-content h3{
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	padding-bottom:7px;
	margin-top:19px;
	margin-bottom:10px;
	border-bottom:4px solid #968463;
}
#bottom-content h3 a{
	text-decoration:none;
	color:#6D5E44;
}
#bottom-content img{
	position:relative;
	margin:2px 0px 2px 5px;
	bottom:-10px;
}
#bottom-content .bottom-links ul{
	position:relative;
	width:150px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#bottom-content .bottom-links ul li{
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
	overflow: hidden;
	vertical-align: top;
}
#bottom-content .bottom-links ul li a{
	position:static;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:none;
	display:block;
	width:100%;
}
/*-----------------------------|footer|-----------------------------------*/
#wrapper-footer{
	background-image:url(images/bg-footer.gif);
	background-repeat:repeat-x;
	width:100%;
	background-color:#3a7cae;
	min-height:90px;
}
* html #wrapper-footer{height: 90px;}
#footer{
	position:relative;
	color:#fff;
}
#footer a{
	text-decoration:none;
	color:#fff;
}
#footer #copy{
	padding: 20px 0 0 20px;
	float: left;
}
#footer #design{
	float: right;
	padding: 20px 20px 0 0;
}
/*---------------------------------------------------------------------------*/
/*-----------------------------|Inner Page|-----------------------------------*/
/*---------------------------------------------------------------------------*/
#wrapper-top-area-innerpage{
	background-color:#fff;
	width:100%;
	background-image:url(images/bg-inner-toparea.gif);
	background-repeat:repeat-x;
}
#wrapper-top-area-innerpage.print{
	background-image:none;
}
#main-content.innerpage{
	margin-top:35px;
}
#main-content #content-col{
	width:656px;
	float:right;
	margin-left:28px;
	overflow: hidden;
	display: inline;
	margin-right:24px;
}
#main-content #content-col print{
	width:100%;
}
#main-content #content-col a{
	color: #605D56;
	text-decoration:underline;
}
#main-content #content-col a:hover{
	color: #86C9FF;
	text-decoration:underline;
}
#main-content #content-col ul,
#main-content #content-col.print ul{
	color:#605D56;
	line-height:16px;
	list-style: none;
	padding: 0;
	width:500px;
}
#main-content #content-col ol{
	color:#605D56;
	line-height:16px;
	list-style-position:outside;
	list-style-type:decimal;
	padding-left:20px;
	/*width:500px;*/
}
#main-content #content-col li{
	padding-bottom:4px;
	padding-left:20px;
	background: url(images/bullet-3.gif) no-repeat 5px 7px;
	float: none !important;
}
#main-content #content-col ol li{
	padding: 0;
	background: none;
}
#content-col .cform{
	float: left;
}
#content-col .cform input.backbutton, #content-col .cform input.resetbutton, #content-col .cform input.sendbutton {
	background:url("images/button-bg.gif") repeat-x;
	color:#fff;
	float:right;
	font-size:13px;
	font-weight:bold;
	margin:5px 3px 4px 22pt;
	padding:5px;
	width:150px;
	cursor: pointer;
}
#wrapper-top-area-innerpage #main-content h1{
	border-bottom:4px solid #86c9ff;
	width:100%;
	font-size:18px;
	color:#304e86;
	font-weight:bold;
	margin-bottom:5px;
	margin-bottom:20px;
}
#wrapper-top-area-innerpage #main-content h1 a{
	font-size:18px;
	color:#86c9ff;
	font-weight:bold;
	text-decoration:none;
}
/*-----------------------------|Side Bar|-----------------------------------*/
#sidebar-right{
	width: 228px;
	overflow: hidden;
}
#sidebar-right ul{
	border-bottom:4px solid #968463;
	width: 228px;
	overflow: hidden;
}
#sidebar-right li{
	float: none;
	width: 228px;
	overflow: hidden;
	vertical-align: top;
}
#sidebar-right ul ul{
	border-bottom:0px solid #968463;
	padding-top: 6px;
}
#sidebar-right ul ul ul{
	border-bottom:0px solid #968463;
	padding-right:30px;
 }

#sidebar-right img{
	/*bottom:-10px;*/
	margin:2px 0 2px 5px;
	/*position:relative;*/
	vertical-align:middle;
	/*margin: 2px 0 -10px 5px;*/
}
#sidebar-right .widget_sp_image-image-link img{
	margin: 0;
}
#sidebar-right ul.banners{
	border-bottom:0px;
	margin-top:20px;
}
#sidebar-right li{
	list-style:none;	
}
#sidebar-right ul li{
	border-bottom:1px solid #968463;
	padding-bottom:10px;
	padding-top:12px;
}
#sidebar-right ul li:last-child{
	border-bottom:0px;
}
#sidebar-right ul li.widget_sp_image{
	border-bottom:0px;
}
#sidebar-right ul li:last-child.widget_sp_image{
	border-bottom:0px;
}
#sidebar-right ul li a{
	color:#605d56;
	text-decoration:none;
	font-weight:bold;
}
#sidebar-right ul li a:hover{
	color:#86C9FF;
	text-decoration:none;
	font-weight:bold;
}
#sidebar-right ul li.current_page_item a{
	color:#86c9ff;
	font-weight:bold;
}
#sidebar-right ul li ul li,
#sidebar-right ul li.current_page_item ul li{
	border-bottom:0px none;
	padding-bottom:3px;
	padding-top:3px;
	background:url(images/bullet-2.gif) no-repeat 0 8px;
	padding-left:12px;
	width:100%
}
#sidebar-right ul li ul li a,
#sidebar-right ul li.current_page_item ul li a{
	color:#605D56;
	font-weight:normal;
}
#sidebar-right h3{
	font-size:12px;
	line-height:16px;
	color:#6d5e44;
	font-weight:bold;
	margin-top:40px;
	padding-bottom:9px;
	border-bottom:4px solid #86c9ff;
}
/*-----------------------------|Projects / Lessons|-----------------------------------*/
#lessons .post{
	background-image:none;
}
#lessons .post h2{
	border-bottom:1px solid #86c9ff;
	width:100%;
	font-size:12px;
	color:#86c9ff;
	font-weight:bold;
	padding-bottom:6px;
	margin-bottom:6px;
}
#lessons .post img{
	float:right;
	padding:4px;
	border:1px solid #d5cec1;
	margin-left:10px;
}
#lessons .post p{
	margin-bottom:0;
}
#lessons .post a{}
#lessons .post a.read-more{}
/*-----------------------------|News |-----------------------------------*/
#news .post{}
#content #news {
	float:right;
	margin-left:28px;
	margin-top:6px;
	width:434px;
}
#news .post h2{
	border-bottom:none;
	width:100%;
	font-size:12px;
	color:#367ab1;
	font-weight:bold;
}
#news .post img{
	float:right;
	padding:4px;
	border:1px solid #d5cec1;
	margin-left:10px;
}
#news .post p{
	margin-bottom:0;
}
#news .post a{}
#news .post a.read-more{}
#news .post .post-text{
	float:left;
	width:600px;
}
#news .post img{
	float:left;
	padding:4px;
	border:1px solid #d5cec1;
	margin: 0 10px 0 0;
}
#news .post img.icon{
	float:left;
	padding:4px;
	border:0px none;
	margin-right:10px;
	width:18px;
}
#news .post p{
	margin-bottom:10px;
	margin-top:0px;
	padding-left:0;
}
#news .post h3{
	width:100%;
	font-size:12px;
	color:#605D56;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
#news .post h4,
#news .post h4 a,
#news .post h4 a:hover{
	width:100%;
	font-size:10px;
	color:#86c9ff !important;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:0px;
}

/*-----------------------------|Activities |-----------------------------------*/
#content{
	position:relative;
	width:100%;
}
#content #activities {
	float:left;
	margin-right:28px;
	margin-top:6px;
	width:434px;
	display: inline;
}
#activities .post{}
#activities .post h3{
	width:100%;
	font-size:12px;
	color:#605D56;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
#activities .post h4,
#activities .post h4 a,
#activities .post h4 a:hover{
	width:100%;
	font-size:10px;
	color:#86c9ff !important;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:0px;
}
#activities .post .post-text{
	float:left;
	width:390px;
}
#activities .post .post-text p{
	margin-bottom:10px;
	margin-top:0px!important;
	padding-left:0;
}
#activities .post img{
	float:left;
	padding:4px;
	border:1px solid #d5cec1;
	margin-right:10px;
}
#activities .post img.icon{
	float:left;
	padding:4px;
	border:0px none;
	margin-right:10px;
	width:18px;
}
#activities .post p{
	margin-bottom:10px;
	padding-left:0;
}
#activities .post a{}
#activities .post a.read-more{}
#content #left-sidebar{
	width:190px;
	float:right;
	overflow: hidden;
}
#main-content #content #left-sidebar li{
	padding-bottom:4px;
	padding-top:4px;
	padding-left: 0;
	background: none;
}
#left-sidebar h3{
	color:#86c9ff;
	font-size:12px;
	font-weight:bold;
	padding: 10px 0 9px;
	border-bottom:4px solid #86c9ff;
	width: 190px;
	display: block;
}
* html #left-sidebar h3{margin: 0 0 0 -16px;}
* +html #left-sidebar h3{margin: 0 0 0 -16px;}
#left-sidebar li{
	list-style:none;
}
#left-sidebar ul{
	border-bottom:4px solid #968463;	
	margin-bottom:25px;
	border-bottom:4px solid #968463;
	margin-bottom:25px;
	padding-right:0 !important;
	width:190px !important;
	overflow: hidden;
}
#main-content #content #left-sidebar ul li{
	background-image:url(images/left-sidebar-menu-li-sepera.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:22px;
	padding-right: 0;
	margin: 1px 0 -1px;
}
#main-content #left-sidebar a{
	color:#6d5e44;
	text-decoration:none;	
}
.subtitle{
	color:#4FAFFF!important;
	font-size:12px;
	font-weight:bold;
}
.subtitle2{
	color:#605D56!important;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
}
#linkcat-2 li{
	border-bottom:1px solid #968463;
	padding-bottom:14px!important;
	padding-top:0px!important;
}
#linkcat-2 .blogroll li{padding-bottom: 5px !important;}	
/********************** ie7 z-index bug **********************/
#ie7-zindex-parent{
	position:relative;
	z-index:5000;
}
.wrapper.ie7-zindex-top{
	position:relative;
	z-index:4000;
	overflow: visible;
}
.wrapper.ie7-zindex-below{
	position:relative;
	z-index:1;
}
#content-col table{
	padding-bottom: 10px;
	margin-bottom:10px;
}
#content-col table#partners{float: left;}
#content-col table#partners img{margin: 0 10px 0 0;}
#content-col h2{
	border-bottom:4px solid #86C9FF;
	color:#86C9FF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:9px;
	padding-top:10px;
}
#visual p{
	margin:0px;
	padding:10px!important;
	text-align:right;
	}
#visual td{
	background-color:#E8F3FF;
}
#visual tr{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}	
#visual thead{
	background-color:#9CF;
}
#visual thead td{
	padding:10px;
}
#visual thead p{
	margin:0px;
	color:#fff;
}
#pagination a{
	padding:10px;
}
	