body
{
  background-color: #FAFAFA;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  width: 100%;
  height: 100%;
}

a
{
  text-decoration: none;
  color: #666666;
  cursor: pointer;
}

a:hover
{
  text-decoration: underline;
}

form
{
  padding: 0px;
  margin: 0px;
}

#maskLoading
{
  display: none;
  width: 200px;
  position: absolute;
  z-index: 1000;
  top: 100px;
  left: 100;
  background-color: #399999;
  opacity: .50;
  filter: alpha( opacity = 50 );
  -moz-opacity: 0.5;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px dotted #FFFFFF;
}

#MLoading{
  display: none;
  width: 200px;
  height: 30px;
  position: absolute;
  z-index: 1000;
  top: 80px;
  background-color: #399999;
  opacity: .50;
  filter: alpha( opacity = 50 );
  -moz-opacity: 0.5;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px dotted #FFFFFF;
}
#maskBox
{
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #399999;
  opacity: .50;
  filter: alpha( opacity = 50 );
  -moz-opacity: 0.5;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 1px dotted #FFFFFF;
}

#maskBox #maskInner
{
  margin: 10px;
}

#mainBox
{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#topBox
{
  text-align: left;
}

#topMenu, #bottomMenu
{
  list-style: none;
  float: right;
  font-size: 10px;
  margin: 0px;
}

#copyright{
	clear: both;
	text-align: center;
	margin: 10px;	
}

#topMenu li
{
  float: left;
  text-align: center;
  width: 72px;
  margin-left: 8px;
  padding: 5px 10px 34px 10px;
}


#bottomMenu li{
  float: left;
  text-align: center;
  width: 72px;
  color: #fff;
  line-height: 20px;
  margin-left: 8px;
  padding: 0px 10px 0px 10px;
}

#bottomMenu li a{
	color: #fff;
}

#bottomMenu li a:hover{
	text-decoration: underline;
}

#menu{
	float: left;
}

#menu .headline{
	font-weight: bold;
	margin: 5px 10px;	
}

#menu ul{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

#logo
{
  width: 240px;
  height: 80px;
  text-align: center;
}

#searchBox, #stopkaBox
{
  width: 100%;
  height: 20px;
  background-color: #275b94;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #5c89bc;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
}

#stopkaBox
{
  clear: both;
}

.companyLinks{
	clear: both;
	float: right;	
}

.inputSearch{
  border: 1px solid #666;
  width: 150px;
  font-size: 10px;
  color: #666666;
}

.searchButton{
  color:#ffffff;
  background: url('../images/by_up.png');
  display: compact;
  width: 50px;
  line-height: 20px;
  height: 20px;
  cursor: hand;
  position: absolute;
  left: 450px;
}
.addButton{
  color:#ffffff;
  background: url('../images/add_up.png');
  display: compact;
  width: 180px;
  line-height: 20px;
  height: 20px;
  cursor: hand;
  position: absolute;
  left: 800px;
}


.searchBar{
  position: absolute;
  left: 225px;
}

.adressBar{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 15x;
	color: #666;
}

.button a{
  color:#666666;
}
.button:active{
  background: url('../images/b_down.png');
}

#searchText
{
  border: 1px solid #647B91;
  padding: 2px;
  height: 12px;
  width: 150px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

#leftBox
{
  border: 1px solid #E6E6E6;
  background-color: #EFEFEF;
  width: 180px;
  padding: 10px;
  float: left;
}

#rightBox
{
  border: 1px solid #E6E6E6;
  background-color: #EFEFEF;
  width: 180px;
  padding: 10px;
  float: right;
  margin-bottom: 5px;
}

#suggestions{
  width: 200px;
  float: right;

}

#suggestions #top{
  
  background-repeat: no-repeat;
  height: 61px;
}

#suggestions #bottom{
  padding: 5px;
}

#google{
  width: 200px;
  float: right;
  margin-top: 15px;
}


#middleBox
{
  float: left;
  overflow: auto;
}

#middleBox #top{
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  width: 546px;
  height: 134px;
  background: url('../images/start.jpg');
  background-repeat: no-repeat;
}

#middleBox #bottom{
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;  
  border: 1px solid #E6E6E6;
  background-color: #EFEFEF;
  width: 544px;  
}

#categories
{
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  list-style: none;
  padding: 0px;
  margin: 0px;

}

.subCategory ul
{
  list-style-type: square;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #cccccc;
  padding-top: 3px;
  margin-top: 6px;
}

.subCategory .tree{
border-bottom: 1px solid #cccccc;
}

.subCategory ul a{
	font-weight: normal;
}

.subCategory ul li
{
  padding: 5px;
  font-weight: bold;
  line-height: 5px;
  padding-top: 3px;
}

.subCategory ul li a{
	font-weight: normal;	
}

.subCategory ul li.subcatSelected
{
  font-weight: bold;
}

.subCategory
{
  background-color: #F8F8F8;
  padding: 5px;
  color: #555555;
  font-weight: bold;
  font-size: 10px;
  border-bottom: 1px solid #cccccc;
}

.subCategory a{
	font-weight: normal;
}

.catSelected
{
  color: #399999;
}

.nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 10;
  float: left;
}

.nav:after
{
  display: block;
  clear: both;
  content: " ";
}

.li1
{
  background-color: #EAEAEA;  
  border: 1px solid #cccccc;
  float: left;
  padding: 3px;
}

.li2
{
  background-color: #f8f8f8;  
  border: 1px solid #cccccc;
  border-bottom: 0px;
  float: left;
  padding: 3px;
}

.nav a, .nav a span
{
  display: block;
}

.nav a
{
  color: #555555;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.hide
{
  display: none;
}


.tabs-container
{
  margin-top: -1px;
  background-color: #F8F8F8;
  border: 1px solid #cccccc;
  padding: 8px;
  width: 527px;
  text-align: left;
  float: left;
  clear: both;
}

.productList
{
  width: 485px;
  border-bottom: 1px dotted #cccccc;
  padding: 10px 20px 10px 20px;
  float: left;
}

.productList a.image
{
  display: block;
	border: 1px solid #cccccc;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.productList .name
{
  font-weight: bold;
  font-size: 11px;
  color: #399999;
  padding: 0px;
  margin: 0px;
  float: left;
  text-decoration: underline;
}

.productList .price
{
  font-weight: bold;
  font-size: 11px;
  color: #cc0000;
  padding: 0px;
  margin: 0px;
  float: right;
}

.productList .description
{
  font-size: 10px;
  color: #666;
  padding: 0px;
  margin-top: 25px;
  display: block;
  float: none;
}

.productList .more
{
  font-weight: bold;
  font-size: 10px;
  color: #399999;
  padding: 0px;
  margin-bottom: 2px;
  float: right;
}

.productList h1
{
  font-weight: bold;
  font-size: 15px;
  color: #399999;
  padding: 0px;
  margin: 0px;
  float: left;
}

.productBox
{
	width: 150px;
	height: 150px;
  padding: 10px;
  float: left;
}

.productBox a.image
{
  display: block;
	border: 1px solid #cccccc;
	width: 140px;
	height: 110px;
	background-position: center;
	background-repeat: no-repeat;
}

.productBox .name
{
  clear: both;
  text-decoration: underline;
  text-align: center;
  padding: 0px;
  margin: 0px;
  color: #555555;
  font-weight: bold;
}

.productBox .price
{
  color: #cc0000;
  clear: both;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.productBox .more
{
  font-size: 10px;
  color: #399999;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
  text-align: center;
}

.horizontal-line
{
  border: 0px;
  background-color: #cccccc;
  height: 1px;
  clear: both;
}

.companyList
{
  width: 485px;
  border-bottom: 1px solid #cccccc;
  padding: 10px 20px 0px 20px;
  float: left;
}

.companyList a.image
{
  display: block;
	border: 1px solid #cccccc;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.companyList .name
{
  font-weight: bold;
  font-size: 11px;
  color: #399999;
  padding: 0px;
  margin: 0px;
  float: left;
  text-decoration: underline;
}

.companyList .address, .www, .contact
{
  font-size: 10px;
  color: #555555;
  padding: 0px;
  margin-top: 5px;
}

.companyList .desc
{
  display: none;
}

.companyList .more
{
  font-weight: bold;
  font-size: 10px;
  color: #399999;
  padding: 0px;
  margin-bottom: 2px;
  float: right;
}

.sorting
{
  text-align: center;
  margin: 0px;
  font-weight: bold;
  color: #555555;
}

#productSearch, #companySearch
{
  text-align: center;
}

.inputBox
{
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  padding: 5px;
  clear: both;
  border-bottom: 1px dotted #cccccc;
  overflow: hidden;
  line-height: 20px;
  font-size: 11px;
  color: #555555;
}

.inputError{
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  clear: both;
  overflow: hidden;
  line-height: 20px;
  font-size: 11px;
  color: #555555;
}

.inputBox .inputTextError
{
  float: right;
  width: 170px;
  height: 13px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
  border: 1px solid red;
}

.inputBox .inputText2Error
{
  float: left;
  width: 300px;
  height: 13px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
  border: 1px solid red;
}

.inputBox .textareaText{
  float: right;
  width: 170px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}
.inputBox .textareaTextError{
  float: right;
  width: 170px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
  border: 1px solid red;
}

.inputBox .textareaText2{
  float: left;
  width: 300px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}
.inputBox .textareaText2Error{
  float: left;
  width: 300px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
  border: 1px solid red;
}

#content .ul{
	margin: 0px;
	padding: 0px;
}

.inputBox strong
{
  font-weight: bold;
  color: #000000;
}

.inputBox label
{
  float: left;
  margin-right: 15px;
}

.inputBox label i
{
  color: #E90000;
}

.inputBox .inputText
{
  float: right;
  width: 170px;
  height: 13px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}

.inputBox input{
  float: right;
}

.inputBox .inputText2
{
  float: left;
  width: 300px;
  height: 13px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}

.inputBox .inputFile
{
  float: right;
  width: 200px;
  height: 19px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}

.inputBox .small
{
  width: 20px;
}

.inputBox .textArea
{
  float: right;
  width: 230px;
  height: 150px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}

.inputBox select
{
  float: right;
  width: 174px;
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}

.inputBox .select2
{
  width: 150px;
  float: left;
  font-size: 11px;
  padding-top: 2px;
  margin: 1px;
}
.inputBox .inputSubmit
{
  font-size: 11px;
  padding-top: 2px;
  margin: 0px;
}

.inputBox .inputRadio
{
  float: left;
}

.inputBox .inputCheckbox
{
  float: left;
}

.statsBox
{
  padding: 4px;
  margin: 0px;
  border: 1px solid #cccccc;
  background-color: #F8F8F8;
  color: #555555;
  font-size: 10px;
  font-weight: bold;
}

.statsBox a.image
{
  display: block;
	border: 1px solid #cccccc;
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.statsBox ul
{
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

.statsBox li
{
  margin-left: 10px;
  padding: 2px;
  font-weight: normal;
}

p
{
  padding: 0px;
  margin: 5px;
}

.center
{
  text-align: center;
}

#tooltip
{
  position: absolute;
  z-index: 3000;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 1px dotted #FFFFFF;
  padding: 3px;
  background-color: #399999;
  opacity: .80;
  filter: alpha( opacity = 80 );
  -moz-opacity: 0.8;
}

#tooltip h3
{
  font-size: 10px;
  margin: 2px;
  font-weight: normal;
}

.autocompleter
{
	border-top: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	background-color: #399999;
  opacity: .80;
  filter: alpha( opacity = 80 );
  -moz-opacity: 0.8;
  color: #FFFFFF;
}
.autocompleter ul li
{
	padding: 2px 10px;
	white-space: nowrap;
	font-size: 11px;
	border-bottom: 1px dotted #FFFFFF;
	text-align: left;
}
.selectAutocompleter
{
	background-color: #390909;
}

.product{
	margin: 10px;
	overflow: auto;
	border-bottom: 1px dotted #cccccc;
}

.product .image{
	text-align: center;
	padding: 5px;
	float: left;
	display: block;
	border: 0px;
	border: 1px solid #ccc;
}

.box .image{
	padding: 3px;
	margin: 3px;
	float: left;
	display: block;
	border: 0px;
	border: 1px solid #ccc;
}

.product .imageDiv{
	text-align: center;
	padding: 4px;
	float: left;
	display: block;
	border: 0px;
	width: 110px;
	height: 110px;
}

.product .name{
	padding: 8px;
	font-weight: bold;
	color: #666;
}

hr{
	width: 90%;
	background-color: #ddd;
	
}

#productResults{
	text-align: left;
	overflow: auto;
}

#productResults .name{
	background-image: url('../images/title.jpg');
	vertical-align:super;
	padding: 0px;
	margin: 0px;
	color: #000;
	height: 20px;
}

#productResults .box{
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  padding: 5px;
  clear: both;
  border-bottom: 1px dotted #cccccc;
  overflow: hidden;
  line-height: 20px;
  font-size: 11px;
  color: #555555;
}

#productResults .box2{
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  padding: 5px;
  clear: both;
  overflow: hidden;
  line-height: 10px;
  font-size: 11px;
  color: #555555;
}


.recommendedProduct .title{
	background-color: #e1e1e1;
	color: #555555;
	height: 23px;
	padding: 3px;
}

.recommendedProduct .image{
	text-align: center;
	padding: 4px;
	border: 0px;
}

.recommendedProduct{
	padding: 0px;
	overflow: auto;
}

.recommendedProduct .recommendedRow{
	margin-left: 3px;
	margin-right: 0px;	
}

.recommendedProduct .recommendedBox{
	background-color: #f2f2f2;
	margin: 3px;
	width: 32%;
	height: 155px;

	float: left;
}

.recommendedProduct a.image
{
    display: block;
	border: 1px solid #cccccc;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
}

.recommendedProduct .price{
	color: #555555;
	font-weight: bold;
	padding-left: 5px;
}

h1{
	padding: 1px;
	margin: 0px;
	margin-left: 5px;
	color: #666666;
	font-size: 12px;
}

#productResults .content{
	margin: 5px;
}

.productResults .image{
	text-align: left;
	float: left;
	padding: 4px;
	display: run-in;
	border: 0px;
}

#content{
  border: 1px solid #cccccc;
  background-color: #f8f8f8;
  clear: both;
  padding: 5px;
  overflow: auto;
  min-height: 300px;
}

#content #scroll{
  padding-top: 20px;
}

#scroll .row1, .row2{
	padding: 5px;
	overflow: auto;
	margin: auto;
	width: 95%;
}

#scroll .row1{
	background-color: #f8f8f8;
}

#scroll .title{
	float: left;
	color: #666666;
}

#scroll .r{
	float: right;
	padding: 0px;
	margin: auto;
	color: #666666;	
}

#scroll .foto{
	float: left;
}

#scroll .row2{
	background-color: #f0f0f0;
}

.navbox1, .navbox2{
  display: run-in;
  font-size: 11px;
  font-weight: bold;
  float: left;
  padding: 3px;
  position: relative;
  top: 1px;
  margin: auto;
  padding: 3px;
  padding: 2px 15px;
}

.navbox1
{
  background-color: #efefef;  
  height: 11px;
}

.navbox2
{
  background-color: #f8f8f8;
  color: #3B5786;
  border: 1px solid #cccccc;
  border-bottom: 0px;
  position: relative;
  bottom: -1px;
  float: left;
  height: 13px;
}

.navbox2, .navbox1 a{
  text-decoration: none;
}

.navbox2 a:hover{
	text-decoration: none;
}

#navbox{
	overflow: auto;
	z-index: 2;
	display: block;
}

.tabelare{
  width: 90%;  
  background-color: #EAEAEA;
  margin: 3px;
  padding: 2px;
}

.pagination{
 margin: auto;
 color: #666666;
 float: right;
 padding-top: 20px;
 padding-bottom: 10px;
}

.pagination .page{
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #efefef;
	margin: 2px;
	float: left;
}

.pagination .current{
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	margin: 2px;
	float: left;
}

#content .row{
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  clear: both;
  border-bottom: 1px dotted #cccccc;
  overflow: hidden;
  font-size: 11px;
  color: #555555;
}

#content .right{
	float: right;
	margin: 3px;
}
#content .left{
	float: left;
	margin: 3px;
}

.sort{
	height: 30px;
	margin: 5px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sort .box{
	height: 30px;
	background-image: url('../images/sortbg.jpg');
	float: left;
	padding: 0px 3px;
    line-height: 28px;
    color: #a2a2a2;
}

.sort .boxl{
	float: left;	
}

.sort .box a{
	color: #a2a2a2;
}

.sort .box a:hover{
	text-decoration: underline;
}
