.responsive-visibility() {
  display: block !important;
  tr& { display: table-row !important; }
  th&,
  td& { display: table-cell !important; }
}

.responsive-invisibility() {
  display: none !important;
  tr& { display: none !important; }
  th&,
  td& { display: none !important; }
}

ul {list-style-type:none;}


textarea#code{
	border: 1px solid #a9abcb;
	width: 290px; 
	height:150px; 
	font-size: 11px;
	background-color:#fffdef;
}

#contact input.text, #contact select {
	border: 1px solid #a9abcb;
	background:#f3f3f3;
	color: #333;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
	width:300px;

}


#contact textarea {

	border: 1px solid #a9abcb;
	background:#f3f3f3;
	color: #333;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
	width:690px;
}

#updates input.text,select {
	border: 1px solid #a9abcb;
	background:#f3f3f3;
	color: #333;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
	width:300px;
}

#updates select#time {
	width:100px;
}

#updates h4 {

	background:#007db0;
	color:#fff;
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	padding:10px;
	margin:3px 0;

}

#updates input#check{
	border: 1px solid #a9abcb;
	background:#f3f3f3;
	color: #333;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
	width:120px;
}


#designer input.text, #designer select {
	border: 1px solid #a9abcb;
	background:#f3f3f3;
	color: #333;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
	width:50%;

}

#designer input.color {
	border: 1px solid #a9abcb;
	color: #333;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
	width:50%;
}


#designer textarea {

	border: 1px solid #a9abcb;
	background:#f3f3f3;
	color: #333;
	font: normal 13px arial;
	padding: 4px;
	margin-bottom:4px;
	width:100%;
}


table#money-transfer-table td {padding:3px;line-height:32px;font-size:14px;}
table#money-transfer-table td a {line-height:32px;font-size:14px;}

#column-main h3#compare {background:#007db0;color:#fff;padding:5px;margin:10px 0 0 0;}
table#compare-money-transfer th {font-size:11px;padding:5px 2px;text-align:center;}
table#compare-money-transfer th.highlight {background:#cedeeb;}
table#compare-money-transfer {border:1px solid #f0f0f0;margin:0;}
table#compare-money-transfer td{padding:5px 2px;border:1px solid #f7f7f7;}


#to-top {width:100%;height:138px;}
#to-top #to-top1 {min-height:138px;}
#to-top #to-top2 {min-height:138px;}
#to-top #to-top2 h2 {padding:15px 0 8px 0;margin:0;}

#tofrom {width:100%;height:128px;}
#tofrom1 {float:left;width:18%;text-align:left;}
#tofrom2 {float:left;width:29%;text-align:right;font-size:21px;font-weight:bold;}
#tofrom2a {padding:15px 10px 0 5px;}
#tofrom2a span {font-size:14px;display:block;padding:3px 0 3px 0;}
#tofrom2a input#amount {width:100%;height:30px;line-height:30px;border:4px solid #eee;font-size:20px;color:#434344;}
#tofrom3 {float:left;width:5%;text-align:center;}
#tofrom3 span#spanto {padding:21px 0 0 0;display:block;font-size:14px;font-weight:bold;color:#eee;}
#tofrom3 span#spanequals {padding:34px 0 0 0;display:block;font-size:19px;font-weight:bold;color:#eee;}
#tofrom3 span#spanequals2 {padding:7px 0 0 0;display:block;font-size:19px;font-weight:bold;color:#eee;}
#tofrom4 {float:left;width:29%;text-align:left;font-size:21px;font-weight:bold;}
#tofrom4a {padding:15px 10px 0 5px;}
#tofrom4a span {font-size:14px;display:block;padding:3px 0 3px 0;}
#tofrom4a input#answer {width:100%;height:30px;line-height:30px;border:4px solid #eee;font-size:20px;color:#434344;}
#tofrom5 {float:left;width:18%;text-align:right;}


#news span {font-size:9px;color:#ddd;}

h3.related{
	margin-top:20px;
	background:#569a23;
	color:#fff;
	padding:5px;
}

ul#related{
	/*padding: 10px 0 10px 12px;*/
	margin: 0 0px 10px 0;
	list-style-type: none;
	border-left:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	padding-top:0;
	padding-left:5px;
}

ul#related li{
	background:url(/images/bullet.gif) no-repeat 0 5px;
	line-height:20px;
	padding-left:15px;
	font-size:12px;
}

ul#related li a, #column-main ul#related li a:visited{
	font-size:12px;
	text-decoration:none;
}

ul#related li a:hover{
	text-decoration:underline;
}

.author-profile{
	display:block;
	border-bottom: 3px dotted #e6e6e6;
	height:270px;
	padding:10px 0;
	clear:both;
}

.author-profile-left{
	width:36%;
	float:left;
}

.author-profile-right{
	width:60%;
	float:right;
}

.author-profile-right h3.name{
	margin-top:0;
}

.author-profile-right h3.recent{
	font-size:15px;
	margin-top:0px;
	background:#569a23;
	color:#fff;
	padding:5px;
}


ol.content-list{
	/*padding: 10px 0 10px 12px;*/
	margin: 0 0px 10px 0;
	list-style-type: none;
	padding-top:0;
	padding-left:5px;
}

ol.content-list li{
	background:url(/images/bullet.gif) no-repeat 0 5px;
	padding-left:15px;
	padding-bottom:10px;
}

table.content-table{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
}

table.content-table td{
	padding:5px;
}


table.content-table td.header{
	background:#f0f0f0;
	text-align:center;
}




#column-sidebar h3 {
background:url(/images4/sidebar-top.png) no-repeat left top;
	display: block;
    width:200px;
	height:45px;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 45px;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
	font-size:15px;
	margin: 0 0 0px 0;

}

#column-sidebar .block {

	background:#e9e9e9;
}


#column-sidebar ul.sidemenu{

	padding: 10px 0 10px 12px;margin: 0 0px 10px 0;list-style-type: none;
	background:#f0f0f0;

}


#column-sidebar ul.sidemenu li{
	background:url(/images/bullet.gif) no-repeat 0 5px;
	line-height:20px;
	padding-left:15px;
	font-size:12px;
}

#column-sidebar ul.sidemenu li a, #column-sidebar ul.sidemenu li a:visited{
	font-size:12px;
	text-decoration:none;

}

#column-sidebar ul.sidemenu li a:hover{

	color:#034795;
	text-decoration:underline;

}






#column-sidebar ul.sidemenu_currency_links{

	padding: 10px 0 10px 12px;margin: 0 0px 10px 0;list-style-type: none;
	background:#f6f6fe;
}

#column-sidebar ul.sidemenu_currency_links li{

	background: transparent url(/images3/triangle_bullet_gray.gif) no-repeat 0 3px;line-height:16px;padding-left:15px;
}

#column-sidebar ul.sidemenu_currency_links li a, #column-sidebar ul.sidemenu_currency_links li a:visited{

	text-decoration:none;

}

#column-sidebar ul.sidemenu_currency_links li a:hover{

	text-decoration:none;

}




table td{font-size:14px;line-height:32px;}

table a, table a:visited, table a:hover {font-size:14px;}

.news-item{
	border-bottom: 1px dotted #ccc;
	padding:5px;
	margin:5px 0px;
}

.news-item a,.news-item a:visited{
	font-size: 16px;
	line-height:22px;
	color: #333;
	text-decoration:none;
}

.news-item-publish{
	font-size: 11px;
	font-style:italic;
	line-height:15px;
	color: #666;
}

.news-item-snippet{
	font-size: 14px;
	line-height:19px;
	color: #2a2a2a;
}