body {
	font-family: Tahoma;
	font-size: 11px;
	color: #282828;
	background-color: #1E90FF;
	text-align: center;
	margin:0px;
}

h2{
	color:  #282828;
	font-size:11px;
}

a {
	color: #db9a00;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #0000CC;
}

select, textarea {
	font: normal 12px Tahoma;
	color: #282828;
}

input {
	font: normal 11px Tahoma;
	color: #282828;
	border:#666666 1px solid;
}

button {
	font: normal 11px Tahoma;
	color: #282828;
	border:#666666 1px solid;
}
textarea{
	font: normal 12px Tahoma;
	color: #282828;
	width:300px;
}

#maincontainer {
	width: 800px;
	text-align: left;
	margin:0 auto;
	background-color: #FFFFFF;
}

#page {
	background-color: #FFFFFF;
	margin:0px;
}

#header {
	clear:left;
	background: url(img/testata.jpg) no-repeat;
	width: 785px;
	height: 145px;
	margin-left:10px;
}

#language_selector{
	float: right;
	padding:20px 10px 20px 10px;
	font-size:11px;
	border-left:#ccc 1px dotted;
	border-right:#ccc 1px dotted;
	margin-right:20px;
	margin-top:-20px;
}

#sitename {
	font-family: Tahoma;
	font-size: 16px;
	font-weight:bold;
	color:#FF7018;
	padding: 20px 0px 0px 50px;
}

#mainmenu {
	clear: left;
	height: 40px;
	background-color: #0000CC;
	padding-left: 10px;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-size: 11px;
	font-weight:bold;
	float: left;
	padding: 2px 20px 2px 15px;
	border-left:1px solid #FFFFFF;
	margin-top:10px;
	list-style:none;
}

#mainmenu li a, #mainmenu a:hover{
	padding: 0 15px;
}

#mainmenu li a{
	text-decoration: none;
	color: #FFFFFF;
}


#mainmenu a:hover{
	cursor: pointer;
	color: #FF0000;
	text-decoration:none;
}

#contentcontainer{
	width: 800px;
	margin:0px;
	float:left;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	float: left;
	width: 550px;
	margin-top:1px;
	padding-left:40px;
}

#flash{
	width:540px;
	height:172px;
	margin-left:-70px;
	float: right;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:5px;
}

#pagetitle{
	font-size: 14px;
	font-weight: bold;
	color:#FF8337;
}

#lateralcolumn{
	width: 204px;
	float: left;
	font-size: 13px;
}

.lateralbox{
	width: 195px;
	float: left;
	padding: 1px 0px 2px 0px;
}

.lateralbox a{
	color:#0000CC;
	text-decoration:none;
	font-size:11px;
	padding-bottom:5px;
}

.lateralbox a:hover{
	color:#000000;
	text-decoration: overline underline;
'	text-decoration:none;
	font-size:11px;
}

#lateralcolumn li{
    padding-left:8px; 
	background: url(img/arrow.jpg) no-repeat 0px 6px; 
	list-style-type: none;
	padding-bottom:5px;
}


#lateralmenu li{
    padding-left:8px;
	background: url(img/arrow.jpg) no-repeat 0px 6px;
    list-style-type: none;
	padding-bottom:5px;
     border-bottom:#1E90FF 1px dotted;
'    border-bottom:#CCCCCC 1px dotted;
}

.boxheader{
	font-size: 11px;
	color:#FF0000;
	font-weight: bold;
	margin-bottom:20px;
	text-transform: capitalize;
	padding:10px 0px 10px 30px;
	width:173px;
	background-color: #0000CC; 
'	background-color: #1E90FF; 
'	background:url(img/boxheader-background.jpg) no-repeat;
	

}

.boxbody{
	padding-bottom: 5px;
	padding-left:30px;
	width:150px;
}

#footer {
	clear: both;
	height: 85px;
	padding-top:20px;
	background-color: #5F6062;
	color: #FFFFFF;
	font:Tahoma; font-size:11px;
}

#footer a {
    color:#db9a00;
}

#footer a:hover {
    color:#ffA500;
}

#copyright{
	text-align:center;
}
#powered{
	text-align:center
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */

.mod_catalog_productPreview{
	width:450px;
}

.mod_news_newstitle {
    font-family: Tahoma;
	font-size: 11px;
	color: #494949;
}
#mod_catalog_lateralbox li {
	padding-bottom:3px;
	background:url(img/arrow.jpg) left center no-repeat;
	padding-left:8px;
	list-style:none;
}

#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	float:left;
	width: 70px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#mod_users_lateralbox #btnlogin{
	clear:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width: 90px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */
