/* ##### Common Styles ##### */
body {
	/* border: 1px solid blue; */
	font-family: arial,helvetica,verdana;
	padding:5px;
}

/* ##### Header ##### */
#header {
	/* border: 1px solid blue; */
}

#header .title{
	/* border: 1px solid blue; */
	background-color: black;
	color: white;
	font-weight:bold;
	padding: 3px;
}

/* ##### Container ##### */

#Container {
	/* border: 1px solid #CCCCCC; */
	background-color: #EEEEEE;
}

/* ##### Side Bar ##### */

#Container .sidebar {
	border: 1px solid #CCCCCC;
	/* margin-top:20px; */
	margin-right:20px;
	width: 180px;
	float:left;
	background-color: white;
}

#Container .sideitem {
	
	width:100%;
	font-size: 80%;
	margin-bottom:10px;
}

#Container .sideItem h1 {
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	color:black;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color:#CCCCCC;
}



#Container .sideItem a {
	/* border: 1px dashed red; */
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
	text-align:center;
	color:black;
	background: white;
	width:100%;
	float:left;
}

#Container .sideItem a:hover {
	/* border: 1px dashed red; */
	background: #EEEEEE;
	color: black;
	
}

#Container .sideItem form {
	text-align: center;
	font-weight:bold;
	font-size:80%;
	width:100%;
	margin-top: 1px;
	margin-bottom: 1px;
	

}

#Container .sideItem input {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-size: 91%;
}

/* ##### Main Content ##### */

#Container .mainContent {
	
	font-size: 91%;
	margin-left:180px;
	
	padding: 5px;
	background-color: #EEEEEE;
}

#Container .mainContent h2 {
	color:#000099;
	font-style:small-caps;
	margin-right:10px;
	float: left;
}

#Container .mainContent a {
	/* border: 1px dotted blue; */
	text-decoration:none;
	color:black;
	padding-left:2px;
	padding-right:2px;
	border: 1px dotted black;
}

#Container .mainContent a:hover {
	/* border: 1px dotted blue; */
	border: 1px solid black;
	background-color: #CCCCCC;
}

/* ##### FOOTER ##### */

#footer {
	border-top: 1px solid black;
	margin-top:20px;
	text-align:center;
	width: 100%;
	float:left;
	clear:left;
}

#footer a {
	color:black;
	font-size:80%;
}

#footer a:hover {
	background-color:#EEEEEE;
}

#footer p {
	text-align:center;
	font-size:75%;
}

/* ##### shop ##### */
#shop {
	border: 1px 1px 1px 1px solid rgb(153,153,153); 
	margin: 0 0 0 0;
	background-color: #CCCCCC;
	 font-size: 91%;
	width: 100%;
	float: left;
	
	padding: 2px;
	
}

#shop .links {
	font-size: 85%;
	border-bottom: 1px solid rgb(153,153,153);
	border-right: 1px solid rgb(153,153,153);
	background-color: #EEEEEE;
	
	float: left;
	clear: left;
	padding: 2px;
	width: 728px;
	
}

#shop .links a {
	font-family: verdana;
	font-size: 85%;
  	text-decoration: underline;
	color: black;
	background-color: transparent;
	font-weight: bold;
}

#shop .links a:hover {
font-family: verdana;
font-size: 85%;
  text-decoration: none;
	color: white;
	background-color: black;
	font-weight: bold;
}

#search_box{
font-family: verdana;
	 font-size: 85%;
	background-color: transparent;
	width: 18%;
	float: right;
	clear: left;
	padding: 2px;
	
	border-right: 100% solid rgb(153,153,153);
}


