body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: xx-small;
}

td
{
	font-family: Verdana;
	font-size: 100%;
}

th
{
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 100%;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	text-decoration: underline;
	color: brown;
}

input, select, textarea
{
	background-color: white;
	border: solid 1px silver;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	font-family: Verdana;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 160%;
	margin-bottom: 4px;
}

h5
{
	margin: 3px;
	font-size: 100%;
}

label
{
	display: block;
}

#Login caption
{
	width: 100%;
	background: url(img/navbak.png) repeat-x;
	height: 25px;
	text-align: left;
	font-family: Verdana;
	font-size: 90%;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #B0BAC1;
}

#Root
{
	width: 950px;
	border-right: solid 1px #eeeeee;
}

#AdminBar
{
	padding: 10px;
	padding-left: 50px;
	border-bottom: solid 1px red;
	width: 100%;
}

#Header
{
	width: 100%;
	height: 120px;
	margin: 0px;
	background: white;
}

#Header img
{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#Header div img
{
		float: right;
}

#RightBox
{
		position: absolute;
		top: 160px;
		left: 740px;
		background: #eeeeee;
		padding: 15px;
		border: solid 1px gray;
}


#Links h1
{
		width: 100%;
		top: 200px;
		left: 850px;
		background-color: silver;
		height: 20px;

}

#Links div img
{
		width: 170px;
		border: solid 1px gray;
	margin: 0xp;
	margin-top: 10px;
	margin-bottom: 10px;
}

#Links ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 14px;
}

#Links ul li
{
	padding-bottom: 4px;
}

#Links div
{
	text-align: center;
}


#Search
{
	text-align:right;
	background-color: #D1D7DC;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	margin-bottom: 10px;
}

#MainContainer
{
	width: 100%;
}

#Menu
{
	width: 170px;
	float: left;
}

#Menu ul
{
	padding: 0px;
	margin: 0px;	
}




#Menu ul li
{
	background-image: url(img/loginbak.png);
	background-position: right top;
	background-repeat: repeat-y;
	display: block;
	background-color: #D1D7DC;
	/*background: url(img/navbak.png) repeat-x; */
	list-style-type:none;
	border-bottom: 1px solid black;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 100%;
	height: 30px;
	padding-top: 5px;
	
	margin: 0px;
}

#Menu ul li a
{
	color: Black;
	text-decoration: none;
	display: block;
}

#Menu ul li a:hover
{
	color: Black;
	text-decoration: underline;
	display: block;
}

#Menu ul li ul
{
	
	padding: 0px;
	margin: 0px;
}

#Menu li.subitem
{
	
	background-image: url(img/subitembak.png);
	background-position: right top;
	background-repeat: repeat-y;
	display: block;
	background-color: #eeeeee;
	/*background: url(img/navbak.png) repeat-x; */
	list-style-type:none;
	border-bottom: 1px solid black;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 110%;
	height: 30px;
	padding-top: 5px;
	
	margin: 0px;
}

#Menu li.sidebaractive a
{
	font-weight: bold;
}

#Menu li.childActive
{
		background-image: url(img/subitembak.png);
	background-position: right top;
	background-repeat: repeat-y;
	display: block;
	background-color: #eeeeee;
	/*background: url(img/navbak.png) repeat-x; */
	list-style-type:none;
	border-bottom: 1px solid black;
	padding-left: 20px;
	font-family: Verdana;
	height: 30px;
	padding-top: 5px;
	
	margin: 0px;
}

#Menu li.childActive a
{
	font-weight: bold;
}

.table
{
	width: 545px;
}

#Content
{
	float: left;
	width: 560px;
	margin-left: 10px;
}

#Login
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #D1D7DC;
	padding-bottom: 2px;
	border-bottom: solid 1px #B0BAC1;
	font-size: 90%;
	background-image: url(img/loginbak.png);
	background-position: right top;
	background-repeat: repeat-y;
}

#tblAlbum td
{
	font-size: 80%;
}

/* Class */

.searchTitle
{
	font-family: Verdana;
	font-style: italic;
	font-size: 90%;
}

.adminSidebar
{
	background-color: #eeeeee;
	display: block;
	height: 15px;
	padding-right: 10px;
	text-align: right;
}

.newstitle
{
	font-size: 100%;
	font-weight: bold;
}

.image
{
	margin: 10px;
	border: solid 1px silver;
	margin-left: 0px;
}

.producttitlepost
{
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.producttitle
{
	font-size: 120%;
	font-weight: bold;
}

/* Buttons */
.btnSearch
{
	background-color: black;
	border: 0px;
	color: white;	
}

.btnNew
{
	background-image: url(icon/change.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left: 20px;
	height: 28px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
}

.btnNew:hover
{
	background-color: #eeeeee;
	border-top: solid 1px brown;
	border-bottom: solid 1px brown;
}

.btnEdit
{
	background-image: url(icon/change.gif);
	background-position: top left;
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	height: 20px;	
}

.btnDelete
{
	background-image: url(icon/delete.gif);
	background-position: top left;
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	margin-right: 10px;
	height: 20px;
}

.btnDetails
{
	background-image: url(img/details.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left: 20px;
	height: 28px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
}

.list
{
	height: 25px;
}

.listmodulus
{
	height: 25px;
	background-color: #eeeeee;
}

#SpecialOffer img
{
	float: left;
}

#SpecialOffer h3
{
	margin: 3px;
}

#SpecialOffer ul li
{
	
}

#SpecialOffer p
{
	
}

#GuestBook h2
{
	font-size: 120%;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 10px;
	
}

#GuestBook h3
{
	font-size: 100%;
	font-weight: normal;
	color: gray;
	margin: 0px;
	margin-bottom: 4px;
}

#GuestBook h4
{
	font-size: 100%;
	font-weight: normal;
	color: gray;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

#GuestBook p
{
		margin: 0px;
		margin-bottom: 25px;
		font-size: 110%;
}