@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
	color: #444;
	margin: 0;
	background-color: #FFF;
	background-image: url(../images/top_bg_repeat.png);
	background-repeat: repeat-x;
	outline: 0;
}
a {
	color: #CC0000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #666;
}
img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	color: #D7D7D7;
	background-color: #D7D7D7;
}
h1 {
	font-weight: normal;
	color: #666;
	text-shadow: #FFF 1px 1px 1px;
	font-size: 28px;
	line-height: 35px;
	font-family: 'Terminal Dosis', sans-serif;
}
h1.small {
	font-size: 14px;
	text-align: center;
}
h1.big {
	font-size: 28px;
	font-weight: normal;
}
h1.medium {
	font-size: 15px;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	color: #666;
	text-shadow: #FFF 1px 1px 1px;
	font-size: 14px;
	font-family: 'Terminal Dosis', sans-serif;
}
h3 {
	font-weight: normal;
	color: #666;
	text-shadow: #FFF 1px 1px 1px;
	font-size: 12px;

	font-weight: bold;
}
input {
	padding: 5px;
	border: 1px Solid #DADADA;
	width: 250px;
	outline: none;
	
}
input[type=checkbox] {
	width: auto;
}
input[type=submit] {
	width: auto;
}
textarea {
	border: 1px Solid #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
form p label {
	display: block;
	font-weight: bold;
}
/*form p label {
	color: #CCCCCC;
	font-size: 16px;
	cursor: text;
	text-shadow: none;

}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 3px; left: 0;}

form p label {

	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}*/
ul {

}
li {

}

:focus {
	
}
.btn-small, .btn-small * {
	text-transform: uppercase;
	font-size: 10px !important;
}
span.cloud {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	vertical-align: bottom;
	text-align: justify;
	font-weight: bold;
	margin: 3px;
}
div.cloud {
	width: 350px;
	line-height: normal;
}
#top-tools {
	margin: 0;
	height: 30px;
	color: #FFF;
	text-align: right;
}
#page-container {
	width: 100%;
	text-align: center;
	z-index: 1;
	position: absolute;
	
}
#binary-container {
	width: 71px;
	height: 146px;
	
	position: absolute;

	z-index: 3;

}
#header-container {
	height: 79px;
	width: 980px;
	margin: auto;
}
#content-container {
	width: 980px;
	text-align: left;
	margin: 0 auto 0 auto;
	z-index: 2;
	position: relative;
	
}
#content-wrap-container {
	width: 1115px;
	margin: 0 auto;
	background-image: url(../images/bg_binary_code.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#side-menu-container {
	width: 200px;
	float: left;
	margin-right: 10px;
	padding: 0;
	z-index: 4;
	position: relative;
	margin-top: -7px;
	_margin-top: 0px;
}
#side-menu {
	width: 190px;
	background-image: url(../images/side_menu_repeat.png);
	background-repeat: repeat-y;
	padding: 0 10px 0 5px;
	_width: 205px;
	_padding: 0 10px 0 5px;
}
#side-menu h1 {
	margin: 0;
}

.accordion h1 {
width: 190px;
height: 36px;

}
.accordion h1 a {
	width: 180px;
	height: 36px;
	background-image: url(../images/sidebar_bg_off.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	padding: 0 0 0 10px;
}
.accordion h1 a:hover {
	background-image: url(../images/sidebar_bg_on.png);
}
.accordion h1 a.active {
	color: #666;
	background-image: url(../images/sidebar_bg_on.png);
}
#side-menu-installed-modules {
	font-size: 14px;
	text-align: center;
}
.accordion-content {
	display: none;
}
.accordion-content h2 {
	color: #666;
	text-shadow: #FFF 1px 1px 1px;
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
}
.accordion-content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;

}
.accordion-content ul li {
	background-color: #F8F8F8;
	padding: 5px 0 5px 20px;
	border: 1px Solid #DADADA;
	border-left: none;
	border-right: none;
	border-bottom: none;
	display: block;
}
.accordion-content ul li:hover {

}
.accordion-content ul li a {
	font-size: 11px;
	font-weight: bold;
}
.accordion-content ul li a:hover {

}
.accordion-content ul li ul li {
	padding: 5px 0 5px 15px
}
.accordion-sub-content li {
	padding: 5px 0 5px 15px;
}
.accordion-sub-content li {
	background-color: #F8F8F8 !important
}
.accordion-sub-content li:hover {
	background-color: #EAEAEA !important
}
.accordion-controls {
	float: right;
	display: none;
	padding: 0;
	margin: 0 0 0 0;
	_margin: -15px 0 0 0;
}
.accordion-controls a {
	padding: 3px;
}
.accordion-controls a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
h1#side-menu-installed-modules {
	height: 47px;
	width: 190px;
	background-image: url(../images/h1_installed_modules.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
#side-menu-footer {
	width: 200px;
	height: 19px;
	background-image: url(../images/side_menu_bottom_16.png);
	background-repeat: no-repeat;
}
#content {
	width: 750px;
	_width: 765px;
	padding: 10px;
	float: left;
	_padding: 5px;
	_margin: 0px;
	margin: 0px !important;
}
.clear {
	clear: both;
	height: 0px;
}
.clearspacer {
	clear: both;
	height: 2px;
}
.clearmargin {
	clear: both;
	height: 10px;
}
.clearline {
	clear: both;
	height: 10px;
	border-bottom: 1px Solid #EAEAEA;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 745px;
}
#logo-container {
	width: 337px;
	height: 112px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 99;
	margin: 0 0 0 -50px;
}
#nav-container {
	margin: 19px 0 0 350px;
	_margin: 31px 0 0 350px;
	_height: 30px;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
}
#nav li {
	padding: 0;
	margin: 0 1px 0 1px;
	float: left;
	margin-left: 0px;
}
#nav li a {
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 14px;
	background-image: url(../images/sp_menu_off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 124px;
	display: block;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;

}
#nav li a.disabled {
	background-image: url(../images/sp_menu_disabled.png);
}
#nav li a.disabled:hover {
	background-image: url(../images/sp_menu_disabled.png);
}
#nav li a.on {
	background-image: url(../images/sp_menu_on.png);
}
#nav li a:hover {
	background-image: url(../images/sp_menu_on.png);
}
#nav li a.active {
	background-image: url(../images/sp_menu_on.png);
	color: #666;
}

.buy-this {
	width: 87px;
	height: 33px;
	background-image: url(../images/buy_this.png);
	background-repeat: no-repeat;
	position: absolute;
	margin: -50px 0 0 0;
}
#div-modules-news-manager h1 {
	margin: 0;
}
.content-table {
	width: 100%;
	border-collapse: collapse;
}
.content-table th {
	padding: 8px;
	background-color: #F8F8F8;
	border: 1px Solid #EAEAEA;
	text-shadow: #FFF 1px 1px 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
}
.content-table td {
	padding: 8px;
	border: 1px Solid #EAEAEA;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
}
.content-table.small {
	
}
.content-table.small input {
	width: auto;
}
.content-div {
	width: 100%;
	border-collapse: collapse;
}
.content-div * {
	border-collapse: collapse;
}
.content-div .row {
	clear: both;
	width: auto;
}
.content-div label {
	font-weight: bold;
}
.content-div .header {
	padding: 8px;
	background-color: #F8F8F8;
	border: 1px Solid #EAEAEA;
	text-shadow: #FFF 1px 1px 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	float: left;
	width: 150px;
}
.content-div .body {
	padding: 8px;
	border: 1px Solid #EAEAEA;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	float: left;
	margin: 0;
	vertical-align: middle;
	height: 25px;
	width: 150px;
	
	
}
.content-div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-div li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1.section {
	width: 751px;
	height: 33px;
	margin: 0 0 15px 0;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	font-size: 16px;

	font-weight:  normal;
	padding: 5px 0 0 10px;
	color: #666;
	text-shadow: #FFF 1px 1px 0;
	line-height: 33px;
	vertical-align: middle;
}
h1.section a  {
	float: right;
	margin: 0 20px 0 0;
	_margin: -33px 20px 0 0;
}
.div-left {
	float: left;
	margin-right: 10px;
	border: 1px Solid #DADADA;
	padding: 10px;
	background-image: url(../images/div_box_repeat.png);
	background-repeat: repeat-x;
}
.div-box {
	border: 1px Solid #DADADA;
	padding: 10px;
	background-image: url(../images/div_box_repeat.png);
	background-repeat: repeat-x;

}
.div-box-content {
	border: 1px Solid #DADADA;
	padding: 10px;
	background-image: url(../images/div_box_repeat.png);
	background-repeat: repeat-x;
	_width: 750px;
}
.div-right {
	float: left;
	border: 1px Solid #DADADA;
	padding: 10px;
}
.biginput {
	font-size: 16px;
	padding: 5px;
	font-weight: normal;
	color: #444;
	width: 250px;
	border: 1px Solid #DADADA;
}
select.biginput {
	font-size: 16px;
	padding: 5px;
	font-weight: normal;
	color: #444;
	width: 350px;
	border: 1px Solid #DADADA !important;
	outline: none;
	
}
#gallery-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
}
#gallery-ul div, #document-container div {
	float: left;
	width: 80px;
	height: 130px;
	margin: 5px;
	padding: 5px;
	background-color: #FFF;
	font-size: 10px;
	overflow: hidden;
	text-align: center;
}
#gallery-ul div input, #document-container div input {
	width: auto;
	padding: 0;
	margin: 0;
}
label.error {
	color: #CC0000;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 5px;
	line-height: normal;
	padding: 0;
}
#alert-box {
}
.div-col {
	float: left;
	width: 48%;
	margin: 0 1% 0 1%;
}
.div-col-fourth {
	float: left;
	width: 173px;
	_width: 183px;
	margin: 0 1px 0 1px;
	text-align: center;
	border: 1px Solid #DADADA;
	padding: 5px;
	background-image: url(../images/div_box_repeat.png);
	background-repeat: repeat-x;
}
.div-col-half {
	float: left;
	width: 350px;
	margin: 0 1px 0 1px;
	text-align: center;
	border: 1px Solid #DADADA;
	padding: 5px;
	background-image: url(../images/div_box_repeat.png);
	background-repeat: repeat-x;
}
.big-font {
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 28px;
}
.round-font {
	background-color: #EAEAEA;
	padding: 3px;
}
.spacer-div {
	width: 20px;
	_width: 20px;
	float: left;
	_padding: 0px;
	_margin: 0px;
}
.tooltip {
	float: left;
	position: absolute;
}
#tooltip {
	font-size: 11px;
	color: #444;
	padding: 10px;
	background-image: url(../images/bg_tooltip.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#tooltip h2 {
	color: #CC0000;
	font-weight: bold;
}
.placeholder {
	background-color: #99CCFF;
	width: 740px;
	height: 40px;
	clear: both;
	border: 1px Solid #3366FF;
	z-index: 100;
	
}
#footer-container {
	height: 155px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
}
#footer-shade {
	width: 939px;
	height: 56px;
	background-image: url(../images/footer_shade.png);
	background-repeat: no-repeat;
	margin: auto;
}
#footer-content {
	width: 960px;
	margin: auto;
	
}
#footer-legal {
	text-align: left;
}
#footer-logo {
	float: right;
	margin: -30px 0 0 0;
}
.grid-image {
	margin: 5px 0 0 0;
}
.sub {
	font-size: 11px;
	color: #CC0000;
}
.property-image {
	height: 200px;
}
.property-thumb {
	float: left;
	border: 2px Solid #DADADA;
	margin: 0 2px 2px 0;
	text-align: center;
}
.property-thumb img {
	width: 80px;
	height: auto;
	cursor: move;
}
.pagination {
	background-color: #EAEAEA;
	border: 1px Solid #DADADA;
	padding: 10px;
}
.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination ul li {
	background-color: #9D0000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
	text-align: center;
}
.pagination ul li:hover {
	background-color: #7E0000;
}
.pagination ul li.current {
	background-color: #9D0000;
	color: #888;
}
.pagination ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.div-modal {
	width: 580px;
	height: 300px;
	background-color: #FFF;
	position: fixed;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin-left: -290px;
	margin-top: -150px;
	box-shadow: 0px 0px 10px #000;
	display: none;
	overflow-y: auto;
}
.li-touch {
	list-style: none;
	margin: 5px 0 5px 0;
}
.small-input {
	font-size: 11px;
	width: 80px !important;
}