body {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	font-family: Arial, Tahoma;
}
a , a.current {
	color: #6D6E71;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.current {
	font-weight: 600;
}
a:hover.current {
	text-decoration: none;
}

p{margin:0;padding:0;}
/*Link1*/
	a.link-black {
		color: #000;
		text-decoration: none;
	}
	a.link-black:hover {
		text-decoration: underline;
	}
	
/*link2*/
	a.link-blue {
		color: #0F85DA;
		text-decoration: none;
	}
	a.link-blue:hover {
		text-decoration: underline;
	}
	
/*Cur*/
	a.cur {
		color: #0F85DA;
	}
	a:hover.cur {
		text-decoration: none;
	}
	
img {
	border: none;
}
small {
	font-size: 11px;
}
big {
	font-size: 22px;
	line-height: 12px;
}

/*ID's*/
#mova {
	margin-right: 5px; 
	text-align: right;
}
#mova a {
	padding-right: 10px; 
}
#logo {
	margin: 10px 15px 0px 15px;
}
/*Menu*/
	#menu {
		margin: 0px;
		padding:  0px 5px 3px 15px;
		border-top: 5px solid #F1F1F1;
		background: #fff;
		text-transform: lowercase;
	}
	#menu ul{
		margin: 0px; 
		padding: 0px;
		list-style-type: none;
		white-space: nowrap;
	}
	#menu ul li {
		font-size: 1em;
		display: inline;
		padding: 0px 10px 0px 12px;
		/*background: url('/images/bullet_menu.gif') no-repeat;*/
		background-position: 1px 4px;
	}
	#menu ul li.curr {
		/*background: url('/images/bullet_menucur.gif') no-repeat;*/
		background-position: 1px 4px;
	}

#s_menu{
	height:17px;padding-top:2px; 
	//width:750px;
}
	
#crumbs {
	margin: 0px 15px 0px 15px;
	//margin-left:5px;
	text-transform:lowercase;
}
/*Search*/
	#search {
		width: 145px;
	}

/*Submenu*/
	#subm {
		width: 140px;
	}
	#subm ul {
		padding: 10px 0px 10px 15px;
		margin: 0px;
		background: #fff;
	}
	#subm ul li {
		list-style-type: none;
		line-height: 20px;
	}

	
#zmist {
	margin: 15px 10px 10px 15px;
	//margin-left:5px;
	
}
	
/*MainTable*/
#maintable {
	width: 100%;
	border-bottom: 5px solid #E6E6E6;

}
#maintable td {
	vertical-align: top;
}

/*Col2*/
	#col2 {
		border-right: 2px dashed #B3B3B3;
		padding-left: 20px;
		vertical-align: top;
		height:600px;
		/*height:auto !important;*/
		min-height:600px;
	}
	#col2 table td {
		vertical-align: top;
		/*padding-right: 45px;*/
		padding-bottom: 70px;
		
	}
	
	#col2_b {
		border-right: 2px dashed #B3B3B3;
		padding-left: 20px;
		vertical-align: top;
	}
	
/*Col3*/
	#col3 {
		border-right: 2px dashed #B3B3B3;
	}
	#col3 table td {
		vertical-align: top;
		padding-bottom: 35px;
	}

/*Col31*/
	#col31 {
		border-right: 2px dashed #B3B3B3;
	}
	#col31 table td {
		vertical-align: top;
		padding-bottom: 0px;
	}	
	
/*Col4*/
	#col4 {
		vertical-align: top;
		width: 155px;
	}
	#col4 ul {
		margin: 0px;
		padding: 0px;
	}
	#col4 ul li {
		list-style-type: none;
		margin-top: 8px;
	}
	#col4 ul li div {
		padding: 3px 0px 3px 5px;
	}
	
/*paging*/
	#paging {
		text-align: right;
		padding-right: 5px;
	}
	#paging a {
		margin-right: 10px;
	}
	#paging a img {
		vertical-align: middle;
	}
	
#footer {
	margin: 8px 0px 5px 15px;
}
#logoGud {
	background: #fff;
	border-top: 5px solid #fff;
	margin: -13px 0px 0px 0px;
	width: 155px;
}
	
/*Classes*/
.graybox {
	background: #F1F1F1;
}

.graybox1{
	background: #F1F1F1;
	height: 12px; 
	width: 195px; 
	margin-left: 15px;
	//margin-left: 5px;
}

.graybox2{
	background: #F1F1F1;
	height: 12px; 
	width: 35px; 
	margin-left: 15px;
	//margin-left: 5px;
}

.input {
	padding-left: 5px;
	margin: 3px 5px 0px -1px;
	font-size: 12px;
	width: 103px;
	background: url('/images/input.gif') no-repeat;
	height: 20px;
	border: none;
}
.bordleft {
	border-left: 2px solid #D3D3D3;
	padding-left: 5px;
	margin-left: 10px;
	width: 140px;
}

.bordleft1{
	
	padding-left: 5px;
	margin-left: 10px;
	/*width: 140px;*/
	width: 100px;
}
.bordright {
	border-right: 2px solid rgb(208, 208, 208); padding-right: 10px;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
.title {
	font-weight: 600;
}
.marg15 {
	margin-bottom: -5px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#basket{
	font-size: 0.8em;
	padding: 15px 15px 15px 15px;
	border-left: 2px dashed #B3B3B3;
	text-transform: lowercase;
}

#banners_right{
	padding: 15px 15px 0px 15px;
	border-left: 2px dashed #B3B3B3;
}