/*
	Common
*/
body {
	font-family: Arial;
	font-size: 12px;
	color: #108233;
	position:relative;
	background: white;
}

.clear {
	clear: both;
}
a {
	color: #94908C;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}

input, textarea, select {
	background-color: #DFD7D0;
	border: 1px solid #108233;
}
/*
	Container
*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 200px;
}

.warning {
	background-color:#FFA4A4;
	border:3px solid #FF3300;
	color: black;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.message {
	background-color:#6CE060;
	border:3px solid #38B32B;
	color: black;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*
	Header
*/
#header {
margin-top: 10px;
	width: 100%;
	height: 104px;
	background: white url(../image/header_line.png) no-repeat bottom center;
}
#header_inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 104px;
}
/*
	Logo
*/
#logo {
	width: 140px;
	height: 80px;
	background: white url(../image/logo.png) no-repeat center center;
}
/*
	Menu
*/
#menu {
	height: 39px;
	margin-bottom: 5px;
	/*width: 100%;
	height: 44px;
	background: white url(../image/header_line.png) no-repeat bottom center;*/
}
#menu_inner {
	/*width: 980px;
	margin-right: auto;
	margin-left: auto;*/
}
#menu ul {
	list-style: none; 
}
#menu li {
	float: left; 
}
#menu a {
	padding: 12px 0px 12px 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	/*color: #F68D1E;*/
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
}

#menu a.active {
	background: white url(../image/top_menu_active.png) no-repeat bottom center;
}

/*
	Top column
*/
#top_column {
	height: 57px;
}
/*
	Left column
*/
#left_column {
	float: left;
	width: 190px;
	text-align: left;
	margin-right: 0px;
	/*background: #242424;*/
}
/*
	Content
*/
#container {
	width: 100%;
}
#container_inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#content {
	float: left;
	width: 100%;
	color: black;
}
#content_inner {
	background-color: white;
}
#content h1 {
	background: white;
	color: #108233;
	font-family: Arial;
	font-size: 19px;
	height: 23px;
	margin: 0;
	padding: 0 60px 6px 15px;
	position: absolute;
}
.main-content {
	/*background: #F68D1E;*/
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 11px;
}
.main-content-inner {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
	min-height:300px;
	height:auto!important;
	height:300px;

}
.main-content a {
	color: black;
}
/*
	Top
*/
#top {
	width: 100%;
	height: 120px;
}

#top_inner {
}
/*
	Footer
*/
#footer {
	width: 98%;
	height: 20px;
	text-align: right;
	padding-right: 20px;
}
#footer a {
	color: black;
}
/*
	Breadcrumb
*/
#breadcrumb {
	width: 100%;
}

#breadcrumb_inner {
	width: 980px;
	margin: 0 auto;
}
/*
	Account
*/
.div-account li {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*
	Shipping
*/
.div-shipping input {
	margin: 5px;		
}
/*
	Search
*/
.div-search input {
	width: 250px;		
}
.div-search select[name="search_type"] {
	width: 110px;		
}
.div-search select[name="category_id"] {
	width: 170px;		
}
/*
	Home
*/
.div-home li {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/*
	Common
*/
.price_form {
	/*background: #F7F7F7;
	border: 1px solid #DDDDDD;*/
	padding: 5px;
	width: 170px;
	background-color: #88C7A3;
	border:1px solid #5C5956;
}

.price_balance {
	font-size: 12px;
	font-weight: bold;
}

.price_form input {
	width: 40px;
}

a.pagelink
{
	font-weight: normal !important;
	border: 1px solid #5C5956;
	padding: 3px 3px 3px 3px;
	background-color: #108233;
	color: black;
	text-decoration: none;
}
a:hover.pagelink
{
	background-color: #146738;
	border: 1px solid #5C5956;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.pageinactive
{
	border: 1px solid #5C5956;
	color: #5C5956;
	padding: 3px 3px 3px 3px;
	background-color: #66A682;
}

.pagination {
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}

.button-add_to_cart {
	background: url(../image/add_to_cart.gif) no-repeat scroll right bottom;
	padding-right: 16px;
	padding-top: 2px;
	text-decoration: none;
}


.price {
	/*font-size: 11px;*/
	font-weight: bold;
}

.list {
	margin-top: 5px;
	width: 100%;
}

.list th {
	font-weight: bold;
}

.first-line {
	background-color: #C0B8B9;
}

.second-line {
	background-color: #ABA1A2;
}

.list td {
	padding: 2px;
}

.list a {
	color: black;
}

.sort {
	padding: 3px;
	border: 1px solid #5C5956;
	background-color: #108233;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

.disabled {
	color: #C0C0C0;
}

.back-button {
	width: 16px;
	height: 16px;
	background: url('../image/back.gif') no-repeat center center;
	float: left;
}

.main-content-inner a.back {
	text-decoration: none;
}

tr.red {
	background-color: #df4545;
}
