
/********************************************
SUMMARY
*********************************************/

/*

- TOP

	-- LOGO
	-- MENU

- HEADER 

	-- SLIDER

- BODY

	-- FIND DOMAIN
	-- PLAN BOXES
	-- BOTTOM
	-- AUTOINSTALL SCRIPTS


- FOOTER

   -- COPYRIGHT

-------------------------------

- INNER PAGE

	-- PAGE TITLE
	-- MAIN CONTENT

- SIDEBAR

	-- INNER FIND DOMAIN
	-- NEWS
	-- BECOME A RESELLER
	-- TESTIMONIALS
	
	


*/

/********************************************
MAIN SITE CENTER STYLE
*********************************************/
.wrapper_center {
	margin: 0 auto;
	width: 970px;

}
div{
margin:0 auto; padding:0;
}
.clearfix:after{
content:"."; display:block; height:0; clear:both;
visibility:hidden;
}
*html .clearfix{
 height:1%;
}
*+html .clearfix{
 height:1%;
}

.box_r { float:right; }
a { color:#333; text-decoration:none; }
	a:hover { text-decoration:underline; }

/********************************************
ul, li { list-style:none; }
TOP
*********************************************/
#wrapper_top {
	margin: 0 auto;
	width: 100%;
	height: 140px;
	background: url(../images/top_bg.png) repeat-x left top;
	
}
#top {
	width: 100%;
	height: 140px;
	position:relative;
z-index:200 !important;	
}
.logo {
	float: left;
	width: 300px;
	height: 70px;
	padding: 10px 0px;
}
.top_right {
	float: right;
	width: 270px;
	height: 45px;
	padding-top: 25px;
	font-size: 11px;
	color: #9996AB;
	line-height: 18px;
}
.top_right a:link, .top_right a:visited {
	font-size: 11px;
	color: #9996AB;
	text-decoration: none;
}
.top_right a:hover {
	font-size: 11px;
	color: #B8B7C0;
	text-decoration: none;
}
.menu {
	float: left;
	width: 100%;
	height: 50px;
}


/********************************************
HEADER
*********************************************/
#wrapper_header {
	margin: 0 auto;
	width: 100%;
	height: 358px;
	float: left;
	background: url(../images/header_bg.jpg) no-repeat center top;
	
}

/********************************************
BODY
*********************************************/
#wrapper_body {
	margin: 0 auto;
	width: 100%;
	padding: 20px 0px 20px 0px;
	float: left;
	
}

/* ---------- Search Domain ---------- */

.search_domain {
	float: left;
	width: 940px;
	height: 51px;
	padding: 15px;
	background: url(../images/doaminsearch_bg.jpg) no-repeat left top;
	font-size: 11px;
	color: #000;
}
.search_domain_form {
	float: left;
	width: 546px;
	height: 50px;
	margin-left: 125px;
}
input.search_domain {
	float: left;
	width: 374px;
	height: 25px;
	padding: 9px 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #727272;
	background: url(../images/doaminsearch_input.jpg) no-repeat left top;
}
select.search_domain_list {
	float: left;
	width: 55px;
	margin: 8px 0px 0px 10px;
	border: 1px solid #7F9DB9;

}

input.search_domain_go {
	float: left;
	width: 66px;
	height: 34px;
	margin-left: 15px;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	background: url(../images/button_doaminsearch.jpg) no-repeat left top;
}
.domain_features {
	float: right;
	width: 200px;
	padding-top: 4px;
}
.domain_features ul {
	margin: 0px;
	padding: 0px;
}
.domain_features li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height: 16px;
	background: url(../images/bullet_point.jpg) no-repeat left 6px;
}

/* ---------- Plan Boxes ---------- */

.home_planboxes {
	float: left;
	width: 970px;
	padding: 20px 0px 20px 0px;
}
.planboxes_01 {
	float: left;
	width: 300px;
	height: 255px;
	background: url(../images/planbox.jpg) no-repeat left top;
}
.planboxes_01 span.title {
	float: left;
	width: 210px;
	height: 50px;
	padding: 9px 0px 0px 18px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.planboxes_01 span.price {
	float: left;
	width: 70px;
	height: 50px;
	padding-top: 8px;
	color: #fff;
	text-align: center;
}
.planboxes_01 span.price strong {
	font-size: 27px;
	line-height: 25px;
}
.planboxes_01 div.details {
	float: left;
	width: 260px;
	padding: 0px 18px;
}
.planboxes_01 div.details ul {
	margin: 0px;
	padding: 0px;
}
.planboxes_01 div.details li {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	line-height: 21px;
	list-style-type: none;
	background: url(../images/arrowsmall_grey.jpg) no-repeat left 7px;
}
.planboxes_01 div.details a {
	float: left;
	width: 85px;
	height: 22px;
	padding-top: 5px;
	text-align: center;
	background: url(../images/button_planbox.jpg) no-repeat left top;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
	margin-top: 14px;
	margin-right: 10px;
}
.planboxes_01 div.details a:hover {
	font-weight: bold;
	color: #454545;
	text-decoration: none;
}
.space_vartical {
	float: left;
	width: 35px;
	height: 255px;
}
.space_horizantal {
	float: left;
	width: 595px;
	height: 20px;
}

/* ---------- Bottom ---------- */

.home_bottom {
	float: left;
	width: 932px;
	height: 222px;
	padding: 18px;
	background: url(../images/bottom_bg.jpg) repeat-x left top;
	border: 1px solid #E2E2E2;
}
.home_bottom .section_01 {
	float: left;
	width: 280px;
	height: 222px;
}
.home_bottom .section_01 ul {
	margin: 0px;
	padding: 0px;
}
.home_bottom .section_01 li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	line-height: 27px;
	list-style-type: none;
	background: url(../images/arrow_blue.jpg) no-repeat left 9px;
}
.home_bottom .section_02 {
	float: left;
	width: 280px;
	height: 222px;
	padding-left: 10px;
	padding-right: 10px;
}
.home_bottom .section_03 {
	float: left;
	width: 259px;
	height: 212px;
	margin-left: 10px;
	background: url(../images/testimonials_bgsmall.jpg) no-repeat left bottom;
}
.home_bottom .section_03 div.testicontent {
	float: left;
	padding: 22px 18px 0px 18px;
	width: 230px;
}
.home_bottom .section_03 div.testicontent i {
	float: right;
	height: 20px;
	padding-top: 20px;
	padding-right: 100px;
}
.v_line {
	float: left;
	width: 1px;
	height: 222px;
	background: url(../images/v_line.jpg) no-repeat center top;
	padding-left: 15px;
	padding-right: 20px;
}


/* ---------- Autoinstall Scripts ---------- */

.autoinstall_scripts {
	float: left;
	width: 970px;
	height: 130px;
	background: url(../images/autoinstall_scripts.jpg) no-repeat left top;
	margin-top: 20px;
}

/********************************************
FOOTER
*********************************************/
#wrapper_footer {
	margin: 0 auto;
	width: 100%;
	height: 269px;
	background: url(../images/footer_bg.jpg) repeat-x left top;
	float: left;
	
}
#wrapper_footer a {
	color: #5C5A68;
	text-decoration: none;
}
#wrapper_footer a:hover {
	color: #787686;
	text-decoration: none;
}
#wrapper_footer ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#wrapper_footer li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 27px;
	list-style-type: none;
	background: url(../images/arrow_footerlist.jpg) no-repeat left 11px;
	border-bottom: 1px solid #373542;
}
#wrapper_footer p {
	color: #5C5A68;
	float: left;
	width: 280px;
}
.footer_column_1 {
	float: left;
	width: 140px;
	height: 206px;
	margin-top: 15px;
	margin-right: 30px;			
}
.footer_column_2 {
	float: left;
	width: 145px;
	margin-top: 15px;
	margin-right: 30px;			
}
.footer_column_3 {
	float: left;
	width: 145px;
	margin-top: 15px;
	margin-right: 30px;			
}
.footer_column_4 {
	float: left;
	width: 145px;
	margin-top: 15px;
	margin-right: 30px;		
}
.footer_column_5 {
	float: left;
	width: 245px;
	height: 130px;
	padding: 15px;
	background: url(../images/footer_domaininfo_bg.jpg) no-repeat left top;
	margin-top: 30px;			
}
.footer_column_5 strong {
	font-size: 14px;
	font-weight: bold;
	color: #9A98A4;
	text-transform: uppercase;
}
.footer_column_5 span.footer_domains_info {
	width: 226px;
	height: 20px;
	padding: 4px 0px 0px 10px;
	margin-top: 3px;
	display: block;
	font-size: 11px;
	color: #9A98A4;
	background: url(../images/footerdomain_listbg.jpg) no-repeat left top;
}
.footer_column_5 span.footer_domains_info i {
	width: 180px;
	float: left;
	font-style: normal;
}

/* ---------- Copyright Information ---------- */

#copyright {
	width: 970px;
	height: 30px;
	float: left;
	font-size: 11px;
	color: #585761;
	padding-top: 9px;
}
#copyright p {
	float: left;
	font-size: 11px;
	color: #585761;
	width: 700px;
	height: 32px;
	padding-top: 7px;
}
#copyright span.payments {
	float: right;
	width: 247px;
	height: 39px;
}

/********************************************
INNER PAGE
*********************************************/
#innerpage_title {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	background: url(../images/pagetitle_bg.jpg) repeat-x left top;
	float: left;
	
}
.pagetitle {
	float: left;
	width: 670px;
	padding-top: 12px;
}
.bebcrumb_links {
	float: left;
	width: 300px;
	height: 32px;
	padding-top: 18px;
	font-size: 11px;
	background: url(../images/bedcrum_hline.jpg) no-repeat left 12px;
}
.bebcrumb_links a:link, .bebcrumb_links a:visited {
	font-size: 11px;
	color: #1C4574;
	text-decoration: none;
	background: url(../images/bedcrum_arrow.jpg) no-repeat right 5px;
	padding-right: 7px;
	margin-left: 10px;
}
.bebcrumb_links a:hover {
	text-decoration: underline;

}

/* ---------- Main Content ---------- */


#main_content {
	float: left;
	width: 630px;
}
.column {  overflow:hidden; margin:0 auto 10px; }
.column img 	{ max-width:570px; width:expression(this.width > 580 ? 570: true); }

.bg_fff { background:#FFF!important; }
.margin_bot10 { margin-bottom:10px; }
.margin_bot0 { margin-bottom:0!important;}
.global_module { overflow:hidden; padding-bottom:10px; border:1px solid #D8D8D8; }
	.global_module ul,ol { margin:10px 0 20px 10px; }		
	.global_module1_caption { height:31px; overflow:hidden; margin-bottom:10px; background-color: #FAFAFA; color:#E9E9E9; line-height:31px;  margin-top:5px}
		.global_module1_caption h3 { display:inline; float:left; margin:3px 20px; font-weight:600; }
		.global_module1_caption a.gmore { display:inline; float:right; margin:0 20px; color:#3B7AA7; font-family:mingliu; }
	.global_module2_caption { height:31px; overflow:hidden; margin-bottom:10px; background:url(../images/global_caption2_bg.gif) repeat-x; line-height:31px; }
		.global_module2_caption h3 { padding:0 15px; font-weight:700; }
	.global_module3_caption { position:relative; height:31px; overflow:hidden; margin-bottom:10px; background:url(../images/global_caption3_bg.gif) repeat-x; line-height:31px; }
		.global_module3_caption h3 { padding:2px 15px; font-weight:400; }
		.global_module3_caption h3 img { margin-top:3px;}
		.global_module3_caption h4 { padding:2px 15px; font-weight:300; }
		.global_module3_caption h4 img { margin-top:3px;}		
		a.btn_capiton_op { position:absolute; top:3px; right:10px; display:block; width:96px; height:24px; overflow:hidden; background:url(../images/more_op_bg.gif) no-repeat; color:#295B72; line-height:26px; text-indent:-9999px; }
		
/* news catalog  */
.catalog_list {}
	.catalog_list .global_module { float:left; width:300px; margin-bottom:10px; }
	.catalog_list .box_r { float:right!important;}
	.catalog_list .global_tx_list1 li { width:270px; }

.global_tx_list4 { overflow:hidden; margin-bottom:20px; padding:0 15px; }
	.global_tx_list4 li { height:35px; overflow:hidden; background:url(../images/dashed_bg.gif) repeat-x 0 34px; line-height:35px; font-size:14px; }
	.global_tx_list4 li a { color:#369; text-decoration:none;}
	.global_tx_list4 .box_r { padding-left:10px; color:#999; font-size:12px; }
	

.websitespecial{
height:147px; width:300px; margin:0 auto 20px auto;padding-top:55px;
font-size:18px; color:#FF0000;text-align:center;
background:url(../images/special.gif) no-repeat 0 0;
}

.bigtext p {
font-size:18px;
line-height:22px;
}

.whatwedo {
	float: left;
	width: 598px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #F8F8F8;
	border: 1px solid #eee;
}
.whatwedo div.section_category {
	float: left;
	width: 598px;
	height: 140px;
}
.content_box {
	float: left;
	width: 630px;
}
.button_readmore {
	float: left;
	width: 300px;
	height: 24px;
	padding-top: 12px;
}
.button_readmore a:link, .button_readmore a:visited {
	float: left;
	background: url(../images/button_readmore.jpg) no-repeat left top;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 76px;
	height: 19px;
	padding: 5px 0px 0px 10px;
	text-decoration: none;
}
.button_readmore a:hover {
	color: #AFADB8;
}
.imgright {
	float: right;
}
.imgleft {
	float: left;
	margin-right: 28px;
}
.section_box {
	float: left;
	width: 630px;
	height: 182px;
}
.section_box_02 {
	float: left;
	width: 630px;
}
.section_ecshop {
	width: 600px;
}
.section_ecshop p {
	margin: 0px;
}
.horizantal_line {
	float: left;
	width: 630px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url(../images/h_line.jpg) no-repeat left top;
}
.section_box_02 p {
	margin: 0px;
}
ul.list_01 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.list_01 li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 27px;
	list-style-type: none;
	background: url(../images/icon_star.jpg) no-repeat left 7px;
}

ul.list_02 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 230px;
	float: left;
}
.list_02 li {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	line-height: 27px;
	list-style-type: none;
	background: url(../images/icon_rightmark.jpg) no-repeat left 7px;
}


.ecsoftBox{
border:1px solid #e1e1e1;
position:relative;
width:295px; float:left;
margin-right:10px;
}
.ecsoftBox span{
display:block; width:5px; height:5px;
overflow:hidden;
}
/*Άκ¨€*/
.ecsoftBox span.kokLt{
background:url(../images/ecsoftbg.gif) no-repeat 0px -206px;
position:absolute; left:-1px; top:-1px;
}
.ecsoftBox span.kokRbcom{
background:url(../images/domain_com.gif) no-repeat 0px -206px;
position:absolute; left:-1px; top:-1px;
}
.ecsoftBox span.kokLb{
background:url(../images/ecsoftbg.gif) no-repeat 0px -212px;
position:absolute; left:-1px; bottom:-1px; _bottom:-2px;
}
.ecsoftBox span.kokRt{
background:url(../images/ecsoftbg.gif) no-repeat -6px -206px;
position:absolute; right:-1px; top:-1px;
}
.ecsoftBox span.kokRb{
background:url(../images/ecsoftbg.gif) no-repeat -6px -212px;
position:absolute; right:-1px; bottom:-1px; _bottom:-2px;
}

.ecsoftBoxC{
border:1px solid #fff;
background:#f3f7f8;
padding:6px 0px 4px 10px; 
text-align:left;
}
.ecsoftBoxC .domaintextList{
background:url(../images/domain_com.gif) no-repeat;
padding-left:110px; text-align:left;
}
.ecsoftBoxC .domaintextList.bg{
background:url(../images/domain_me.gif) no-repeat;
}
.ecsoftBoxC .textList{
background:url(../images/ecsoftbg.gif) no-repeat 0px -310px;
padding-left:80px; text-align:left;
}
.ecsoftBoxC .textList.bg{
background:url(../images/ecsoftbg.gif) no-repeat 0px -505px;
}
.main_content h2{
font-weight:bold; font-size:12px;
height:50px; line-height:50px; text-align:left; 
}

.main_content h3{
font-size:14px; color:#036dbf; text-align:left;
height:50px; line-height:50px; background:#f8fbfb; margin:0 1px;
border-bottom:4px #d3e1e5 solid;
}

.content2 ul {
	margin: 5px 20px 15px 0 !important;
	margin: 5px 20px 15px 0;
	display: inline-block;
}
.content2 li {
	display: block;
	padding: 4px 0 4px 16px;
	background: url(../images/list-style1.gif) left 8px no-repeat;
	clear: left;
}
ul.style1 li.first, ul.style2 li.first, ul.style3 li.first {
	color: #619b29;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 8px 0;
	text-align: left;
	line-height: 1.1;
	font-weight: normal;
}
ul.style1 li.first, ul.style2 li.first, ul.style3 li.first { font-size: 18px; background-image: none; }
ul.style1 li { background-image: url(../images/list-style1.gif); }
ul.style2 li { background-image: url(../images/list-style2.gif); }
ul.style3 li { background: url(../images/list-style3.gif) left 4px no-repeat; padding-left: 20px }
ul.style2 li.first  { color: #dd841c; }
/* ---------- Hosting Planes Table ---------- */


#tabvanilla {
	width: 970px;
	margin-bottom: 15px;

}
ul.tabnav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
.tabnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabnav li a {
	text-decoration: none;
	color: #727272;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	float: left;
	width: 240px;
	height: 38px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #fff;
	text-align: center;
	background-image: url(../images/plantabs_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.tabnav li a:hover {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/plantabs_hover2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.tabnav li a.currenttab {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/plantabs_hover2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.itsupportcont {
	width: 970px;
	float: left;
}
.table_planes {
	width: 600px;
}
.table_planes th {
	height: 39px;
	text-align: center;
	background: url(../images/planth_bg.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding-left: 20px;
}
.table_planes th b {
	text-align: left;
	float: left;
}
.table_planes th strong {
	font-size: 12px;
}
.table_planes td {
	height: 30px;
}
.table_planes .left {
	padding-left: 20px;
}
.table_planes .center {
	text-align: center;
}
.table_planes .gcenter {
	text-align: center;
	width: 80px;
}
.table_planes .demo {
	text-align: center;
	width: 300px;
}
.table_planes_shadow {
	width: 600px;
	height: 7px;
	float: left;
	margin-bottom: 20px;
	background: url(../images/plantable_shadow.jpg) no-repeat center top;
}
.table_planes .big_text {
	font-size: 23px;
	font-weight: bold;
	color: #AFAFAF;
	text-transform: uppercase;

}
.orange_text {
	font-size: 25px;
	font-weight: bold;
	color: #DB7D00;
	padding: 10px;
	display: block;
}
.orange_text i {
	font-size: 12px;
	font-weight: normal;
	color: #DB7D00;
	font-style: normal;
}
.orange_text a:link, .orange_text a:visited {
	height: 22px;
	padding-top: 7px;
	background: url(../images/button_ordernow.jpg) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
.orange_text a:hover{
	height: 22px;
	padding-top: 7px;
	background: url(../images/button_ordernow.jpg) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	text-decoration: none;
}

/* ---------- itsupport Table ---------- */


#tabitsupport {
	width: 970px;
	float: left;
	margin-bottom: 15px;

}
ul.tabnav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
.tabnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabnav li a {
	text-decoration: none;
	color: #727272;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	float: left;
	width: 240px;
	height: 38px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #fff;
	text-align: center;
	background-image: url(../images/plantabs_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.tabnav li a:hover {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/plantabs_hover2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.tabnav li a.currenttab {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/plantabs_hover2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.table_itsupport {
	width: 930px;
}
.table_itsupport th {
	height: 39px;
	text-align: center;
	background: url(../images/planth_bg.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding-left: 20px;
}
.table_itsupport th b {
	text-align: left;
	float: left;
}
.table_itsupport th strong {
	font-size: 12px;
}
.table_itsupport td {
	height: 30px;
}
.table_itsupport .left {
	padding-left: 20px;
}
.table_itsupport .center {
	text-align: center;
}
.table_itsupport .gcenter {
	text-align: center;
	width: 80px;
}
.table_itsupport .demo {
	text-align: center;
	width: 300px;
}
.table_itsupport_shadow {
	width: 600px;
	height: 7px;
	float: left;
	margin-bottom: 20px;
	background: url(../images/plantable_shadow.jpg) no-repeat center top;
}
.table_itsupport .big_text {
	font-size: 23px;
	font-weight: bold;
	color: #AFAFAF;
	text-transform: uppercase;

}
.orange_text {
	font-size: 25px;
	font-weight: bold;
	color: #DB7D00;
	padding: 10px;
	display: block;
}
.orange_text i {
	font-size: 12px;
	font-weight: normal;
	color: #DB7D00;
	font-style: normal;
}
.orange_text a:link, .orange_text a:visited {
	height: 22px;
	padding-top: 7px;
	background: url(../images/button_ordernow.jpg) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
.orange_text a:hover{
	height: 22px;
	padding-top: 7px;
	background: url(../images/button_ordernow.jpg) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	text-decoration: none;
}


/********************************************
SIDEBAR
*********************************************/

#sidebar {
	float: right;
	width: 300px;
	padding-bottom: 20px;

}

/* ---------- Inner Sidebbar Search Domain ---------- */

.search_domain_sidebar {
	float: left;
	width: 258px;
	height: 112px;
	padding: 20px;
	background-color: #DAEAFB;
	border: 1px solid #C8DCF0;
}
.search_domain_sidebar h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #1C4574;
}
input.search_domain_sidebar {
	float: left;
	width: 234px;
	height: 25px;
	padding: 9px 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #727272;
	background: url(../images/doaminsearch_input_small.jpg) no-repeat left top;
	border: 0px;
}
select.search_domain_list_sidebar {
	float: left;
	width: 55px;
	margin: 8px 0px 0px 10px;
	border: 1px solid #4E97CA;
}

/* ---------- Inner Sidebbar ECSHOP ---------- */

.ecshop_sidebar {
	float: left;
	width: 258px;
	height: 220px;
	padding: 20px;
	border: 1px solid #C8DCF0;
}
.ecshop_sidebar h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #1C4574;
}
input.ecshop_sidebar {
	float: left;
	width: 234px;
	height: 25px;
	padding: 9px 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	border: 0px;
}
select.ecshop_list_sidebar {
	float: left;
	width: 55px;
	margin: 8px 0px 0px 10px;
	border: 1px solid #4E97CA;
}

/* ---------- News ---------- */

.news {
	float: left;
	width: 298px;
	border: 1px solid #E2E2E2;
	margin-top: 20px;
}
.news h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/newstitle_bg.jpg) repeat-x left top;
	height: 30px;
	padding-top: 7px;
	padding-left: 20px;
}
.news ul {
	margin: 0px;
	padding: 0px 20px 30px 20px;
}
.news li {
	margin: 0px;
	padding: 15px 0px 15px 20px;
	list-style-type: none;
	background: url(../images/arrow_news.jpg) no-repeat left 17px;
	border-bottom: 1px dashed #C8C8C8;
}


/* ---------- sellp ---------- */

.sellp {
	float: left;
	width: 298px;
	border: 1px solid #E2E2E2;
	margin-top: 20px;
}
.sellp h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/newstitle_bg.jpg) repeat-x left top;
	height: 30px;
	padding-top: 7px;
	padding-left: 20px;
}
.sellp ul {
	margin: 0px;
	padding: 0px 20px 30px 20px;
}
.sellp li {
	margin: 0px;
	padding: 15px 0px 15px 20px;
	list-style-type: none;
	background: url(../images/arrow_news.jpg) no-repeat left 17px;
	border-bottom: 1px dashed #C8C8C8;
}

/* ---------- Become a Reseller ---------- */

.become_reseller {
	float: left;
	width: 300px;
	height: 89px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ---------- Testimonials ---------- */

.testimonials {
	float: left;
	width: 300px;
	height: 212px;
	background: url(../images/testimonials_bg.jpg) no-repeat left bottom;
}
.testimonials h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000;
}
.testimonials div.testicontent {
	float: left;
	padding: 25px 18px 0px 18px;
	width: 265px;
}
.testimonials div.testicontent i {
	float: right;
	height: 20px;
	padding-right: 100px;
}

/* ---------- Contact Form ---------- */
form{margin:0; padding:0;}
fieldset{border:0px;}

#contact_form {
	float: left;
	width: 100%;
}
label{
	width: 372px;
	height: 21px;
	display: block;
}
label.sp { width:3px;}
span.error{color:red;text-align:left;}

#message{ margin-left:0px;}
#message h2	{}
#message p{margin:6px 0px; }
input.input_bg {
	width: 373px;
	height: 25px;
	padding: 7px 10px 0px 10px;
	background: url(../images/input_bg.jpg) no-repeat left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #727272;
}
textarea.textarea_bg {
	width: 543px;
	height: 235px;
	padding: 7px 10px 0px 10px;
	background: url(../images/textarea_bg.jpg) no-repeat left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #727272;
}

#contact_form input:focus, #contact_form textarea:focus {border:solid 1px #e9e9e9 }
#contact_form input.but{
	width: 113px;
	height: 34px;
	background: url(../images/button_formsubmit.jpg) no-repeat left top;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
}
* html #contact_form input.but{
	width: 113px;
	height: 34px;
	background: url(../images/button_formsubmit.jpg) no-repeat left top;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
}/* ie 6 only */
*+html #contact_form input.but{
	width: 113px;
	height: 34px;
	background: url(../images/button_formsubmit.jpg) no-repeat left top;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
}/* ie 7 only */

/* ---------- Address Locations ---------- */

.location_map {
	float: left;
	width: 300px;
	padding-bottom: 20px;
}
.location_map img {
	float: left;
}
.address_locations {
	float: left;
	width: 300px;
    margin-top:20px;
}
.address_locations ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 300px;
}
.address_locations li {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}
.address_locations h1 {
	float: left;
	width: 300px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #1B1A22;
}

/* TOP */
#top-search{float:right; padding:10px 20px 30px 0px;}
#top-search p{margin:0px;}
#top-search .input-search{background:transparent; border:0px; width:134px; padding:1px 0px 0px 0px; margin-left:6px; text-align:left; overflow:hidden }
#top-search .bg-input{background-image:url(../images/bg-search.png); background-repeat:no-repeat; width:172px; height:22px; display:block; margin:0px 0px 0px 0px;}
#top-navigation{clear:right; padding:0px 10px 0px 0px;}
#topnav{
height: 41px;
margin: 0px 0;
padding: 29px 0px 0px 0px;
list-style-type:none; 
float:right;
}
#topnav ul{margin:0px; padding:0px; list-style-type:none; position:relative; z-index:100}
#topnav li{list-style-type:none; padding:0px; margin:0px; float:left; position:relative;}
#topnav li a{
                        font: normal 12px Arial, Helvetica, sans-serif;
                        text-decoration: none;
                        color: #9A96AB;
                        outline: none;
                        text-align: center;
                        top: 8px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        margin: auto;
						padding-left: 32px;
						padding-right: 5px;    
}
#topnav li a.current{color:#1e97b9;}
#topnav li a:hover, #topnav li a:active, #topnav li a:visited {
                            border: none;
							color: #B1AEBD;
                        }
#topnav li li{
margin:0 0 0px 0px;
padding:0px;
position:relative;
z-index:100;
border-width:1px 1px 0px 1px !important;
}
#topnav ul {
display:none;
left:-10px;
position:absolute;
top:26px;
width:159px;
z-index:200 !important;
background-color:#fff;
border:solid 1px #e9e9e9;
border-width:0px 1px 1px 1px;
}
#topnav li ul a{
width:115px;
height:auto;
float:left;
text-align:left;
padding:0 21px 0px 21px;
margin:0px;
border:0px !important;
text-transform:capitalize;
font-size:14px;
font-weight:normal;
line-height:33px;
z-index:200 !important;
}
#topnav li ul a:hover{padding:0 21px 0px 21px;}
#topnav ul ul{top:auto;border-top:none;}	
#topnav li ul ul {left:159px; top:0px;}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul{display:none;}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul{display:block;}
#topnav li ul a{border-top:none;}

.ContentImg 		{ margin-right: 15px; float:left;}
.ContentImg img 	{ max-width:502px; width:expression(this.width > 502 ? 500: true); }


/********************************************
shopping cart
*********************************************/
form { 
margin:0;
}

tbody.on  { display:table-row-group; }
tbody.off { display:none; }

.dhcart_text { 
font-family : Arial, sans-serif;
color : #333333;
font-size : 11px;
} 

.dhcart_title { 
font-family : Arial, sans-serif;
color : #1B1A22;
font-size : 12px;
font-weight : bold;
} 

.dhcart_td1 { 
background : #009999;
font-family : Arial, sans-serif;
color : #ffffff;
font-size : 11px;
font-weight : bold;
text-align : center;
} 

.dhcart_td2 { 
background : #efefef;
font-family : Arial, sans-serif;
color : #333333;
font-size : 11px;
} 

.dhcart_td3 { 
background : #e7f6f6;
font-family : Arial, sans-serif;
color : #333333;
font-size : 11px;
font-weight : bold;
} 

.dhcart_button { 
font : bold 11px Arial, sans-serif;
border : 1px outset #efefef;
background-color : #009999;
color : #ffffff;
} 

.dhcart_input_text { 
border : 1px solid #009999;
background-color : #ffffff;
padding-left : 2px;
font-family : arial, sans-serif;
font-size : 11px;
padding-bottom : 0;
} 

.dhcart_select { 
font-family : Arial, sans-serif;
font-size : 12px;
font-style : normal;
line-height : 10px;
font-weight : normal;
padding : 0;
clear : both;
background : #ffffff;
color : #333333;
border : 1px solid #333333;
} 

a.dhcart:link { 
font-family : Arial, sans-serif;
color : #333333;
text-decoration : underline;
font-size : 11px;
font-weight: bold;
} 

a.dhcart:visited { 
font-family : Arial, sans-serif;
color : #333333;
text-decoration : underline;
font-size : 11px;
font-weight: bold;
} 

a.dhcart:active { 
font-family : Arial, sans-serif;
color : #333333;
text-decoration : underline;
font-size : 11px;
font-weight: bold;
} 

a.dhcart:hover { 
font-family : Arial, sans-serif;
color : #333333;
text-decoration : underline;
font-size : 11px;
font-weight: bold;
} 

.dhcart_small { 
font-family : arial, sans-serif;
color : #333333;
font-size : 10px;
} 

.dhcart_small a:link, .dhcart_small a:visited, .dhcart_small a:active, .dhcart_small a:hover { 
font-family : arial, sans-serif;
color : #333333;
font-size : 10px;
} 



	/* user login */
#user_login { margin-bottom:10px; }
	.fixedheight { position:relative; height:156px;}
	#user_login_position { position:absolute; width:248px; height:156px; border:1px solid #D8D8D8; background:#F8F8F8; z-index:99px; }
	#user_login .current { height:190px; }
		#user_login .current #login_authcode_input { display:block; }
		#user_login #login_authcode_input { display:none; }
	#login_authcode_img { position:absolute; left:60px; bottom:95px; }
	#login_authcode_input a { color:#369;}
	#login_showclose { position:absolute; right:8px; bottom:8px; z-index:999px; }
	#login_showclose a { display:block; width:10px; height:10px; overflow:hidden; background:url(../images/icon_closesearch_bg.gif) no-repeat; text-indent:-9999px; }
	#user_login h3 { padding:8px 15px 10px; }
	#user_login p { height:30px; padding:0 15px; }
	#user_login .credit { padding-left:12px; background:url(../images/icon_credit.gif) no-repeat 0 1px; color:#999; font-size:11px;}
	#user_login .clearfix { padding:0 0 0 60px; }
	#user_login .clearfix input { float:left; margin-top:2px; *margin-top:0; }
	#user_login .clearfix label { float:left; padding:0 0 0 3px; *padding:3px 0 0 0; }
	#user_login .input_sub, .sign_msg_login .input_sub { margin:0 0 0 12px; width:35px; height:21px; overflow:hidden; border:none; background:url(../images/btn_login_min.gif) no-repeat; text-indent:-9999px; }
	.login_ext { margin:10px 0 0 0; text-align:center; }
	.user_info { padding:0 15px;}
		.user_info dl { height:70px; overflow:hidden; margin-bottom:12px; border-bottom:1px dashed #D8D8D8; }
		.user_info dl dt { float:left; width:50px; }
		.user_info dl dt img { width:48px; height:48px; padding:1px; border:1px solid #D8D8D8; }
		.user_info dl dd { float:right; width:155px; line-height:25px; }
		.user_op { display:block; padding:0!important; }
			.user_info .tx_blue { color:#369; text-decoration:underline; }
			.contribute_txt { float:left; padding-right:12px; background:url(../images/myspace_bg.gif) no-repeat 100% 5px; color:#F00; }
			.user_op span { float:right; }
		#user_login a.close { position:absolute; right:0; bottom:0; display:block; width:14px; height:14px; overflow:hidden; background:url(../images/btn_open_close.gif) no-repeat 100% 0; text-indent:-999px;}
	#loginin_info{ position:relative; height:30px; margin-bottom:10px; border:1px solid #D8D8D8; background:#F8F8F8;}
		#loginin_info .admin { position:absolute; right:15px; top:7px;}
		#loginin_info img { position:absolute; left:4px; top:4px; width:20px; height:20px; padding:1px; border:1px solid #DDD; }
		#loginin_info .user { position:absolute; left:30px; top:7px; color:#999;} #loginin_info .user a { color:#369; }
		#loginin_info .out a { color:#999;}
		#loginin_info a.open { position:absolute; right:0; bottom:0; display:block; width:14px; height:14px; overflow:hidden; background:url(../images/btn_open_close.gif) no-repeat; text-indent:-999px;}
		

.input_tx { padding:2px 0 2px 2px; border:1px solid; border-color:#666 #CCC #CCC #666; line-height:16px; color:#666; }
	#login_box .input_tx { width:150px; }
	#login_box #login_authcode_input .input_tx,#registerform  #seccode { width:60px; }
	.search_content .input_tx { width:160px;}
	.footer_search .input_tx { width:190px; }
	#registerform .input_tx, .lost_pw .input_tx { width:180px;}

.full-width, .half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	float: left;
	margin: 7px 15px;
	text-align: justify;
	line-height: 1.2;
}

.full-width 	{ width: 630px; clear: both;}
.half 			{ width: 280px !important; width: 280px; margin: 7px 12px; position:relative;}
.one-third 		{ width: 160px; position:relative;}
.one-fourth 	{ width: 150px; }
.two-thirds 	{ width: 400px; }
.three-fourths	{ width: 450px; }