body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

.r-tabs {
	position: relative;
}

.r-tabs .r-tabs-nav {
	border-bottom: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: #88a521;
	margin-bottom: 3px;
	padding: 10px 12px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	background-color: #fff;
}

.r-tabs .r-tabs-panel {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #00aadd;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00aadd;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
}

.gopt {font:italic 14px arial;color:#444;letter-spacing:0px;}
.txtSearchBox {
	 border: 1px solid #B5B5B5;
    color: #333333;
    
    height: 40px;
    padding: 10px;
}
.box {
	float: left;
    margin: 0;
    width: 100%;
	padding:25px 0 0 0;
	border-bottom:1px dashed #71CD3E;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.box:last-child {
	float: left;
    margin: 0;
    width: 100%;
	padding:25px 0 0 0;
	border-bottom:none;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.image {
    float: left;
    margin: 0 15px 0 0;
}
.image a {
    outline: medium none;
}
.image a img {
    border: medium none;
    border-radius: 1px;
    outline: medium none;
}
.desc {
    color: #626262;
    
    font-size: 12px;
    font-weight: 300;
    padding: 10px 0 0;
    text-align: left;
    width: 100%;
}
.domain_rates > li {
	border:none !important;
}
.type {
    color: #EC5223;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 0 0 5px;
    position: absolute;
    text-transform: none;
}