/* Global styles */
html,body {
	margin: 0 auto;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-image:url(../img/backgif.gif);
	background-repeat:repeat-x;
	background-color: #125A1E;
}

form {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

div.text, td, th {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #666666;	
}

div.container {
	margin:0pt auto;
	text-align:center;
	width: 792px;
}

input, select {
	border: 1px solid #666666;
	font-size: 12px;	
}

.short input, select{
	width: 50px;
}

.long input, select{
	width: 200px;
}

.input_short {
	color: #666666;
	border: 1px solid #666666;
	width: 50px;
}

a {
	color:#666666;
}

.title {
	color: #125A1E;
	font-weight: bold;	
}

.line {
	color: #125A1E;
}

.separator {
	clear:both; 
	border-top: 1px solid;
	color: #125A1E;
	margin: 10px 0;
}

h3{
	color: #125A1E;
	font-weight: bold;	
	font-size: 100%;	
	border-bottom:1px solid #125A1E;
	display:block;
}
h1{
	color: #125A1E;
	font-weight: bold;	
	font-size: 130%;	
}
.left_col {
	float: left;
}
.left_col img{
	display: inline-block;
	vertical-align: middle;
}

.left_col input {
	display: inline-block;
	vertical-align: middle;
}

.right_col {
	text-align: right;

}

/* Main Layout styles */

#cart {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: red;
	text-align: right;
}
#cart a {
	text-decoration: none;
}

#cart a:hover {
	text-decoration: underline;
}
#header{
background-image:url(/Themes/hiwasseeriver/images/logo.gif);
background-repeat:no-repeat;
height:  140px;
}
#header_menu {
	text-align: right;	
	float:right;
	margin-top: 80px;
}
#header_menu a{
	color: #125A1E;
	text-decoration: none;
}
#header_menu a:hover{
	text-decoration: underline;
}

#top_menu{
	height: 37px;
	display: block;
	padding: 0px 10px;
	text-align: center;
	line-height: 37px;
	font-size: 11px;
	margin-top: 67px;
	width: 792px;
}

#top_menu a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#top_menu a:hover{
	color: #eee;
}

#search_box {
	padding: 10px 10px 0px;
	margin: 0 0;
	text-align:center;
}

#search_box input, select {
	vertical-align: middle;
	background-color: #FACA55;
}

#breadcrumbs{
	line-height: 250%;
	clear: both;	
	padding: 0px 10px;
	margin: 5px;
	color: #125A1E;
}

#breadcrumbs a {
	color: #125A1E;
}

#container {
	background-color: #fff;
	border: 15px solid #9CC368;
	position:relative;
	width:792px;
}

#content {
	padding: 15px 10px;
	width:592px;
	height: auto;
	float:left;
}

* html #content {
	height: 500px;
}

#side_menu {
	width: 135px;
	padding: 15px 10px;
	margin-top: 40px;
	color: #666666;
	float:left;
	border-left: 1px solid #eee;
}

#side_menu .option {
	border-bottom: 1px solid #BFBFBF;
}

#side_menu a {
	color:#125A1E;
	text-decoration:none;
	line-height: 25px;
}

#side_menu a:hover{
	text-decoration: underline;		
}

#footer {
	text-align: center;
	color:#eee;
	line-height: 30px;
	clear: both;	
	position: relative;
}
#footmenu{
	text-align: center;
	padding: 20px;
}
#footer a{
	text-decoration:none;
	color:#eee;	
}

#footer a:hover{
	text-decoration:underline;
}

/* Summary page styles */
#itembox .itembox{
	float: left; 	
	width:175px;
	height: 250px;
	margin: 10px 0px;
	padding: 10px 10px;
	position: relative;
}

#itembox .item_image{
	height: 160px;
	text-align:center;
	line-height: 160px;
}

#itembox #left_col {
	line-height: 25px;
	height: 25px;
	vertical-align:middle;
}

#itembox .bottom{
	position: absolute;
	bottom: 0px;
	width: 175px;
	color: #666666;
}

#itembox_pager{
	float: left;
	width: 175px;
	margin: 10px 0px;
	padding: 10px 10px;
	text-align: center;
	padding-top: 80px;
}

#message {
	padding-top: 80px;
	text-align: center;
}

.ads {
	text-align: center;
}

/* Item page styles */

#summary .item_image{ 
	height: 180px;
	width: 250px;
	text-align: center;
	float: left;
}

#summary .image_add{
	text-align:right;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#summary .tumbs{
	clear: both;
}

#data{
	clear: both;
	margin: 30px 30px;
}

#data .review{
	margin: 30px 0px;
}

#data .offer{
	width: 50%;
	float: left;
	text-align: left;
}

/*admin area*/

.input{
	margin:0pt auto;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.input input {
	width: 200px;
} 
.hidden{
	color: #125A1E;
	margin-left:-5000px;
	position:absolute;
}


