
/* GENERAL STYLES */


body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;


}
table{
	font-size: 11px;
	}
h1,h2,h3,h4{
			color: <BASECOLOR>;
}

	table.maintable_outer{
	border: 0px solid #FF0000;
	height:100%;

	}

	table.maintable_outer td.toppanel{
	height:10;

	}

	table.maintable_outer td.maintable_outer{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
		
	}

	table.maintable_inner{
		height:100%;
	}
	table.maintable_inner td{
	vertical-align: top;
		
	}

	td.center{
		width:100%;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
		

	td{
		width:auto;
		vertical-align: top;
	}
	td.toppanel{
	
	
	} 

	table.maintable_inner td.menupanel{
		vertical-align: top;
		border-right-color: <BASECOLOR>;
	}

	td.contentpanel{
		vertical-align: top;
		width: 100%;
		background-repeat: repeat-Y;
		background-position: left top;
		height: 100%;
	}
		
	td.footerpanel{
	font-size: 10px;
	color: #999999;
	text-align: center;
	background-color: <BASECOLOR>;
	}
		

	 td.header {
		font-size: 16px;
		font-weight: bold;
		color: <BASECOLOR>;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: <BASECOLOR>;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
	}
	
	td.title{
		font-size: 12px;
		font-weight: bold;
		color: <BASECOLOR>;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: <BASECOLOR>;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
	}
	td.titlelast{
	font-size: 12px;
	font-weight: bold;
		color: <BASECOLOR>;
	border-bottom-width: 1px;
	border-bottom-style: solid;
		border-bottom-color: <BASECOLOR>;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: right;
		
	}

	td.titlecenter{
		font-size: 12px;
		font-weight: bold;
		color: <BASECOLOR>;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: <BASECOLOR>;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		text-align: center;
	}
	td.titleright{
		font-size: 12px;
		font-weight: bold;
		color: <BASECOLOR>;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: <BASECOLOR>;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		text-align: right;
	}


	#footer{
	height:100%;

	}
	#footer	td{

	}

	 td.label{
		font-weight: bold;
		color: #666666;
		font-size: 12px;
	}

    td.data{
		color: #000000;
		font-size: 12px;
	}

    td.input{
		
		font-size: 12px;
		background-image: none;
	}
		
	a {
		color: #0033FF;
		text-decoration: underline;
	}
	a:visited {
		color: #0033FF;
		text-decoration: underline;
	}
	a:active{
		color: #0033FF;
		text-decoration: underline;
	}

	a:hover{
		color: #FF0000;
		text-decoration: underline;
	}
	
	
	
	td.last{
		text-align: right;
			font-size: 11px;
	}
		
	
		
		#lblprice{
			font-weight: bold;
			color: #003399;
			text-align: left;
		}
		  
		#price{
			font-weight: bold;
			color: red; 
			text-align: left;
		}
		
		#lbltotalprice{
			font-weight: bold;
			color: #000000;
			text-align: left;
		}
		  
		#totalprice{
			font-weight: bold;
			color:#; 
			text-align: left;
		}
	
		#lblvat{
		}
		#vat{
		font-size: 10px;
		
		}
	
	
	
	
	
		
		table.infoform{
	width: 100%;
		
		}

		table.infoform td.label{
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	width: 125px;


		
		}

	table.infoform input{
	background-color: #F5F5F5;
	width: 200px;
	text-align: left;
	}

	table.infoform td.input{
	text-align: left;
	width: auto;
			
	}

	table.infoform td.header{

	}
	table.infoform td.headersmall{
	font-size: 11px;
	color: #CC3300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

	}
	
	table.infoform textarea{
	color: #0033CC;
	width: 318px;
		
	}
	table.infoform td.action{		
	text-align:center;
	}
	table.infoform a.action{
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;

		
	}
		
	



p.shopclosed{
	font-size: 14px;
	font-weight: bold;
	color: #FF3333;
	text-align: center;
}


table.login{
	width: 100%;
	border: 1px solid #006699;
	text-align: center;
	position: relative;
	height: 145px;
	padding-right: 5px;
	padding-left: 5px;
		padding-bottom: 5px;
	background-color: #FFFFFF;

}
table.login th{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
		width:70px;
}
table.login td input{
	width:140px;
	}
table.message td input{
	width:140px;
	}

table.login td{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
	width:100px;
} 

table.login td.input{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
	width:100px;
}


table.login td.action{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: bottom;
}


table.ordertracking{
	width: 350px;
	border: 1px solid #999999;

}

table.postformmessage {
	border: 0px solid #FF0000;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	width:100%;

}
table.webcounter{

}
td.webcounter{
	text-align: center;
}

table.sysmessages{
	font-size: 12px;
	font-weight: bold;
	color: #009966;
	text-align: left;
	background-color: #FFFFFF;
	border: thin solid #FF0000;
	margin: 5px;
	padding: 5px;

}
table.sysmessages td.data{
	font-size: 12px;
	text-align: left;
	color: #0033FF;
	vertical-align: middle;
}
table.sysmessages td.alert{
	font-size: 12px;
	text-align: left;
	color: red;
	vertical-align: middle;
}

table.sysmessages td.icon{
	width:22px;
}

table.myaccount {
	border: 1px solid #CCCCCC;

}

table.myaccount td.header{
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 35px;
	line-height: 30px;

}

table.myaccount #youraccountdata{
	background-image: url(/sysimages/address.gif);
}

table.myaccount #yourorders{
	background-image: url(/sysimages/cart.gif);
}
table.myaccount #hostingaccounts{
	background-image: url(/sysimages/hostingaccounts.gif);
}

a.actionsave{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin:5;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/btnsave.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding-left: 20px;
	padding-right: 5px;
	
}

a.actioncancel{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin:5;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/btncancel.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding-left: 20px;
	padding-right: 5px;
	
	}

 a.actiondelete{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin:5;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/btndelete.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding-left: 20px;
	padding-right: 5px;
	
	}
	
	a.actioncontinue{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin:5;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/btncontinue.gif);
	background-repeat: no-repeat;
	background-position: 2px -1px;
	padding-left: 20px;
	padding-right: 5px;
	
	}
	
	a.actionsearch{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin:5;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/btnsearch.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left: 20px;
	padding-right: 5px;
	
	}

	a.actionaddtocart{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0px solid #333333;
	margin:5;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/addtocart.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left: 20px;
	padding-right: 5px;
	
	}

	a.actioninfo{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0px solid #333333;
	margin:5;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/info.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left: 23px;
	padding-right: 5px;
	
	}
	

 
	
	table.customercheck{

	}
		table.customercheck td{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	width:50%;
}

	table.customercheck td.header{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;

}

		table.customercheck td.txt{
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
	text-align: center;

}
	table.customercheck input{
		width:180px;
	}


	
	table.message {
	border: 1px solid #333333;
		background-color: #FFFFFF;
	height:10px;
	}
	 table.message td{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-repeat: no-repeat;
	background-position: 0px 0px;

	background-color: #FFFFFF;
	text-indent: 15px;
	border: 0px solid #333333;
	line-height: 20px;
	height:10px;
	}

	table.message td.txt{
	font-size: 12px;
	font-weight: normal;
	color: green;
	background-image: none;
	padding: 0px 10px 10px;
	background-color: #FFFFFF;
	text-indent: 0px;
	border: 0px solid #333333;
	vertical-align: top;
	height:10px;

	}
	
	table.message td.question{
		background-image: url(/sysimages/question.png);
		text-indent: 25px;
		border: 0px solid #333333;
		height:38px;
		padding: 15px 2px 5px 15px;

	}

	table.message td.alert{
		background-image: url(/sysimages/alert.gif);
		text-indent: 25px;
		border: 0px solid #333333;
		height:38px;
		padding: 15px 2px 5px 15px;
		color:red;

	}

table.message td.question{
		background-image: url(/sysimages/question.png);
		text-indent: 25px;
		border: 0px solid #333333;
		height:38px;
		padding: 15px 2px 5px 15px;

	}

	table.message td.message{
		background-image: url(/sysimages/message.gif);
		text-indent: 30px;
		border: 0px solid #333333;
		height:38px;
			padding: 15px 10px 10px;

	}

	table.message td.topayment{
	background-image: url(/sysimages/payment.gif);
	text-indent: 27px;
	border: 0px solid #333333;
	padding: 20px 5px 5px 15px;
	background-position: 2px 3px;
		height:10px;
	}
	
	table.message td.action{
	text-align: center;
			height:30px;
	}

	
	td.requiredfield{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	width: 35px;
	
	}
	td.notrequiredfield{
	width: 35px;
	
	}

	table.message td.customermessage{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}


td.messagetxt{
	text-align: center;
	font-size: 14px;

}

table.faq{

	border: 0px solid #FF6600;
	background-image: url(/sysimages/helpbg2.gif);
	background-repeat: no-repeat;
}

table.faqinner{
	border: 0px solid #FF6600;
}

table.faq td.question{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	height:60px;

}
table.faq td.answer{
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 15px;


}
table.faq td.close{
	text-align: center;

}

table.faq a.close{
	background-image: url(/sysimages/btndelete.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 18pt;
	border: 0px solid #999999;
	width: 150px;
	padding-left: 15px;

}

table.faqs {


}
table.faqs td.header{


}
table.faqs td.question{
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	color: #0066FF;

}
table.faqs a.question{
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	color: #0066FF;

}

table.faqs td.topic{
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	color: #003399;

}

table.orders td.img{
	text-align: center;

}
table.orders td.price{
	text-align: right;
	padding-right: 5px;

}

table.orders a.reference{
	text-align: center;
	color: #0033FF;
	text-decoration: underline;

}

table.usermessages{
	background-image: url(/sysimages/messagepopup.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 15px;
	height:170px;


}
table.usermessagesalert{
	background-image: url(/sysimages/messagepopupalert.gif);
	background-repeat: no-repeat;
	padding-top:0px;
	padding-right: 25px;
	padding-left: 25px;
	height:170px;
	vertical-align: middle;

}

table.usermessages td,table.usermessagesalert td{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
		vertical-align: middle;
			padding-right: 25px;
	padding-left: 25px;

}

table.usermessages td.info,table.usermessagesalert{
	color: #003399;
		vertical-align: middle;
}
table.usermessages td.alert,table.usermessagesalert{
	color: #CC3333;
		vertical-align: middle;

}

table.faqs td.header{
	background-image: url(/sysimages/faq.jpg);
	text-indent: 25px;
	background-repeat: no-repeat;
}


table.paymentmethods{


}
table.paymentmethods td{
	vertical-align: middle;
	text-align: left;	
}

table.paymentmethods td.txt{
	text-align: center;
}
table.paymentmethods td.img{
	text-align: center;
	height:40px;
}


table.paymentmethods a.action{
	text-align: center;
	color: #0033FF;
	text-decoration: underline;
}

table.shoppingcart a{
	color: #0033FF;
	text-decoration: underline;
}
table.orders {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

table.orders td.orderdetail{
	text-align: left;
		font-size: 9px;
}
table.orderdetails a{
	color: #0033FF;
	text-decoration: underline;

}
td.lastright{
	text-align: right;

}


table.hostingaccounts{
	background-color: #FFFFFF;
	border: 1px solid #000000;

}
table.hostingaccounts tr.data{
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;


}

tr.even{
	background-color: #f1f1f1;
}
tr.odd{
	background-color: #F8f8f8;
}

tr.even:hover,tr.odd:hover{
	background-color: #DDDDDD;
}

table.hostingaccounts td{
	height:18px;
	font-size: 11px;
}
td.green{
	color: #009966;
}
td.orange{
	color: #FF9900;
}
td.red{
	color: #FF0000;
}
td.yellow{
	color: #FFFF00;
}

hlf{

	visibility: hidden;
	
}

a.newbutton{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin:5;
	word-spacing: 5px;
	vertical-align: top;
	white-space: normal;
	font-weight: bold;
	background-image: url(/sysimages/add.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding-left: 20px;
	padding-right: 5px;

}

form.ioform{
	position: absolute;
	visibility: hidden;
	height: 1px;
	width: 1px;

}
select{
	z-index: 1;
}

table.articlestop{
	font-size: 12px;
	color: #006633;
	text-decoration: none;
	margin: 0px 0px 0px 3px;
	padding: 0px 3px;
	width: 100%;
	
	
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;

}
table.articlestop td {
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	border: 0px none;
	font-weight: normal;

}

table.articlestop td.title{
	font-size: 12px;
	text-decoration: none;
	border: 0px none;
	text-align: left;
	font-weight: normal;

}
table.articlestop td.titlecount{
	font-size: 12px;
	text-decoration: none;
	border: 0px none;
	text-align: left;
}

table.articlestop a {
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
	text-align: left;

}

table.articlestop form {
	height:25px;
	width:100px;
	margin: 0px;
	padding: 0px;

}
table.articlestop td.formtd {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width:168px;


}

table.articlestop table.searchtabletop  {
height:20px;
width:100px;
}
table.articlestop table.searchtabletop td {
	text-align: right;

}

table.articlestop table.searchtabletop input {
height:18px;

}
table.articlestop table.searchtabletop td.search {
	width:25px;
		text-align: right;
}

table.reportmain{
	background-color: #FFFFFF;
	margin: 3px;
	padding: 2px;
	border: 1px solid #FF3333;

}
table.report{
	background-color: #F1F1F1;
	margin: 0px;
	padding: 2px;
	border: 0px solid #FF3333;
}
table.report td{
	background-color: #F4F4F4;
	margin: 2px;
	padding: 2px;

}

div.reportdiv{
	overflow: auto;
	width: 100%;

	border: 0px solid #FF3333;
}
div.reportdiv table.reportmain{
	border: 0px solid #FF3333;
	
	}
	
input.date{
	width: 80px;
}

table.telestop{
	margin: 40px 50px 30px 50px;
	width:90%;
	border: 1px solid #FF3333;

}

table.telestop td.header{
	text-align:center;
	font-size:15;
	color: #008800;
	border: 0px solid #FF3333;
}	
table.telestop td.label{
	text-align:center;
	font-size:15;
	color: #008800;
	border: 0px solid #FF3333;
	vertical-align:middle;
}	

table.telestop td.telestopmsg{
	text-align:center;
	font-size:15;
	color: #008800;
	vertical-align:middle;
}	
table.telestop td.telestopblock{
	text-align:center;
	font-size:15;
	color: #FF0000;
}	
table.telestop td.action{
	text-align:center;
	font-size:15;
	color: #FF0000;
	vertical-align:middle;
	height:50px;

}	
table.telestop a , table.telestop a:visited{
	text-align:center;
	font-size:15;
	color: #FF0000;
	border: 1px solid #FF3333;
	background-color:#CCCCCC;

	width:180px;

	text-decoration:none;

}	
a.item,a.item:visited{
	text-decoration:none;

}