/*general rules and resets*/
body {
	background:#ffffff none repeat scroll 0%;
	color:#5e6758;
	font-size: 13px;
	font-family:Arial, Tahoma, Verdana,  sans-serif;
	font-size: 13px;
	line-height:1.4em;
	margin:0pt auto;
}
a {
	color: #639b3a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color: #639b3a;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin:0.7em 20px;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	color:#1b5e8d;
	font-weight:normal;
}
h1 {font-size:22px;font-weight:bold;}
h2 {font-size:26px;}
h3 {font-size:20px;}
h4 {font-size:16px;font-weight:normal;}
ul {
	list-style:none;
	padding-left:0px;
}
.inner {
	width:960px;
	margin:0pt auto;
	overflow:hidden;
	position:relative;
	display:block;
}
/*branding header*/
#branding {
	background:#4ba30f url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/bg-branding.png) repeat-x scroll left top;
}
#branding .inner {
	min-height:167px;
}
#branding h1 {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom:10px;
	width:194px;
}
#branding h1 a {
	width:194px;
	height: 62px;
	display: block;
	margin: 0;
	padding: 0;
	background: url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/logo-ocaku.gif) no-repeat left top;
	text-indent:-5555em;
	font-size:13px;
	color:#fff;
}
#branding h1 span {
	display:block;
	font-size:10px;
	text-align:center;
	color:#fff;
	margin-top:0;
	padding-top:0;
}
/*navigation menus*/
/* menu styles */
#nav {
	margin: 0;
	padding: 0;
	position:absolute;
	right:10px;
	top:60px;
	font-size:13px;
	line-height:1.3em;
	color:#ffffff;
	padding: 0;
	zoom:1; /*IE*/
}
#nav li {
	float: left;
	list-style: none;
	display: inline;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	zoom:1; /*IE*/
	padding:5px 10px;
}
#nav li a {
	display: block;
	text-decoration: none;
	text-transform:capitalize;
	color:#fff;
	margin:0;
	text-decoration:underline;
	white-space: nowrap;
}
#nav li a:hover {
	color:#fff;
	text-decoration:none;
}
#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	display: block;
	z-index: 100;
	zoom: 1;
	padding-left:0px;
	margin-left:-10px;
	padding-top:3px;
}
#nav li ul li {
	float: none;
	display: block;
	border:none;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}
#nav li ul li a {
	background: #EAF6E5;
	color: #4BA30F;
	width: 120px;
	padding: 3px 10px 5px 32px;
	display: block;
	background-position: 9px center;
	background-repeat: no-repeat;
}
#nav li ul li a:hover {
	background-color: #d1e6c8;
	color: #4BA30F;
}
ul#nav li a.rss {
	background: url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/rss.gif) no-repeat left center;
	padding-left:22px;
}
ul#nav li a.sitemap {
	background: url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/sitemap.gif) no-repeat left center;
	padding-left:22px;
}
ul#nav li a.register {
	background: url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/user.gif) no-repeat left center;
	padding-left:22px;
}
ul#nav li a.new {
	background: url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/new.png) no-repeat left center;
	padding-left:22px;
}

ul#nav li a.drop-down {
	background: url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/drop-down.gif) no-repeat left center;
	padding-left:22px;
}
ul#nav li a:hover.drop-down {
	color: #4BA30F;
}
ul#nav li.last {
	border-right:none;
}
ul#nav li.langselect {
	background: #EAF6E5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
ul#nav li.langselect a {
	color:#4BA30F;
}
#nav li ul li a{padding-left:10px;}

 
 
formsearch-form {
	margin-top:0;
	}
ul#nav fieldset {
	display: inline;
	}
ul#nav form select  {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:#EAF6E5;
	padding:3px 5px;
}
ul#nav form option  {
	background:#EAF6E5;
	/*border-bottom:1px solid #beddb3;*/
}
.toggle-content {
	overflow:hidden;
	padding:0;
	display:none;
}
p.trigger {
	background:url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/arrow-down.gif) no-repeat left 2px;
	padding-left:25px;
	margin-top:0;
}
p.active {
	background:url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/arrow-up.gif) no-repeat left 2px;
	padding-left:25px;
}
/*the search form*/
fieldset {
	border:none;
	margin:0;
	padding:0;
}
#the-search-form {
	margin-bottom:20px;
	margin-top:0;
}
#the-search-form p,
#the-search-form p a,
#the-search-form p a:hover {
	color:#fff;
}
#the-search-form p {
	margin-left:10px;
}
#search-form input,
#search-form button {
	margin:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border:none;
	font-size:42px;
	padding:5px;
}
#search-form input {
	background:url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/bg-input.gif) no-repeat right bottom;
}
#search-form input.search-box {
	width:690px;
}
#search-form input:focus {
	background:#EAF6E5;
}
#search-form .button {
	width:216px;
	text-shadow:1px 1px 2px #fff;
	cursor: pointer;
	background: #e0f32a;
	border:none;
	color:#397e0a;
	line-height: 52px;
	padding: 4px;
	*height: 57px;
}
#search-form .button:hover {
	background: #edfc5e;
	cursor: pointer;
}
#search-form div.toggle-content input {
	font-size:16px;
}
div.suggestion-box {
	display:none;
	margin:10px;
	margin-top:-15px;
	width:700px;
}
/*content, block and panel elements*/
#content-wrapper {
	background:#fff;
	width:960px;
	margin:0pt auto;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	/*background:gold;*/
}
div.title {
	overflow: hidden;
	clear: both;
	float: none;
	zoom: 1; /*IE*/
}
div.title h2,
div.title h3,
#features div.title h4 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background: #4ba30f;
	display:inline;
	float:left;
	padding:5px 20px 25px 20px;
	color:#fff;
	position:relative;
	margin:0;
	overflow:hidden;
}
div.title h2,
div.title h3 {
	font-size:26px;
}
div.title h4 {
	font-size:22px;
}
div.panel {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #4ba30f;
	margin-top:-20px;
	float:none;
	clear:both;
	display:block;
	background:#fff;
	position:relative;
	padding-bottom:15px;
	padding-top:10px;
	zoom: 1; /*IE*/
}
div.block {
	float:left;
	overflow:hidden;
	margin:10px;
	position:relative;
	display:inline;
}
div.block.cloud, 
div.block.search-results {
	width:940px;
}
div.block.feature {
	width:220px;
}
div.block.promo {
	width:300px;
}
div.block.cloud .panel p a {
	margin-right:10px;
	white-space:nowrap;
	line-height:1.1em;
}
.promo div.panel ul li a {
	background:url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/bullet-arrow-green.gif) no-repeat scroll left center;
	padding-left:16px;
	display:block;
	line-height:1.4em;
}
div.panel ul li {
	margin-bottom:3px;
	zoom:1; /*IE*/
}
/*feature elements*/
#features {
	background: #eaf6e5;
	overflow: visible;
	padding-top: 1px;
	position: relative;
	margin-top: 80px;
	padding-bottom: 40px;
	zoom: 1; /*IE*/
}
#features .inner {
	margin-top: -40px;
}
#features div.title h4 {
	background: #EAF6E5;
	color:#4ba30f;
}
#features p {
	margin-left:0;
	margin-right:0;
}
#features span.thumbnail {
	display:block;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
}
#features div.block img {
	background-color:#fff;
	border:1px solid #c7e1b7;
	padding:9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	width:200px; /*4 column layout gives img width of 200px*/
}
#features div.block a:hover img {
	background-color:#f1fdea;
	border:1px solid #4BA30F;
}
#features div.block p span {
	display:block;
	padding-left:10px;
	padding-right:10px;
	color:#639b3a;
}
#features div.block p span.thumbnail,
#features div.block p span span {
	padding-left:0px;
	padding-right:0px;
}
#features div.block p a span em {
	color:#4ba30f;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	padding-bottom:5px;
	text-decoration:underline;
}
#features div.block p span em {
	display:block;
}
#features div.block p a:hover span em {
	text-decoration:none;
	color:#4ba30f;
}
#features div.block p a:hover {
	text-decoration:none;
	color:#044466
}
#features .inner h4 {
	background:#000;
	float:left;
	margin-top:-20px;
}
/*Footer*/
#footer {
	padding-top:20px;
	padding-bottom:40px;
	color:#f4faf2;
	background:#76b746;
}
#footer a {
	color: #f4faf2;
}
#footer a:hover {
	color: #f4faf2;
	text-decoration:none;
}
/*navigation and footer menus*/
#footer ul {
	font-size:13px;
	line-height:1.3em;
	color:#ffffff;
	padding: 0;
	overflow:hidden;
	margin:10px;
	zoom:1;
}
#footer ul li {
	float: left;
	display: inline;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	border-right:1px dotted #cbdfbe;
}
#footer ul li.last {
	border-right:none;
}
#footer ul li a {
	float: left;
	text-decoration: none;
	text-transform:capitalize;
	color:#fff;
	margin:0;
	padding: 2px 10px;
	text-decoration:underline;
}
#footer ul li a:hover {
	color:#fff;
	text-decoration:none;
}
/*results listings*/
div.result-info {
	/*border:1px solid red;*/
	overflow:hidden;
}
span.search-term {
	color:#E0F32A;
}
h3.result-price {
	float:right;
	text-align:right;
	width:120px;
	font-weight:bold;
	color:#1B5E8D;
	margin-right:0;
}
h3.result-price a {
	color:#1B5E8D;
}
h4.result-title {
	float:left;
	width:698px;
	font-size:20px;
	margin-bottom:0;
	margin-left:0;
}
h4.result-title span {
	display:block;
	font-size:14px;
}
h4.result-title span a{color:#1B5E8D;}
h4.result-title span a:hover{text-decoration:none;}

p.result-description img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color:#FFFFFF;
	border:1px solid #C7E1B7;
	padding:9px;
	width:120px;
	margin-right:20px;
}
p.result-description a:hover img {
	background-color:#f1fdea;
	border:1px solid #4BA30F;
}
p.result-description a span.result-photo-legend {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#fff;
	text-decoration:none;
	padding:3px 3px 3px 22px;
	background:#4BA30F url(http://media-ocaku.s3.amazonaws.com/themes/ocaku_dh/img/backgrounds/bg-photo-legend.gif) no-repeat scroll 3px center;
}
p.result-description {
	position:relative;
	display:block;
	overflow:hidden;
	margin:10px 0 0px 0;
	zoom:1; /*IE6*/
}
p.result-description a {
	position:relative;
	display:block;
	float:left;
	text-decoration:none;
}
ol.results {
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0;
	zoom:1; /*IE6*/
}
ol.results li {
	padding:0;
	margin:0px 20px 10px 20px;
	border-bottom:1px dotted #C7E1B7;
	padding-bottom:20px;
	zoom:1; /*IE6*/
}
ol.results li:last-child {
	border-bottom:none;
}
div.title-box {
	background:#f9fcf8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #C7E1B7;
	display:block;
	margin:20px;
	vertical-align:middle;
	overflow:hidden;
	zoom:1; /*IE6*/
}
div.title-box ul.pagination {
	float:right;
	margin:10px;
	zoom:1; /*IE6*/
}
ul.pagination li {
	float:left;
	display:inline;
	margin-left:4px;
	margin-right:4px;
	zoom:1;
}
div.title-box ul.pagination li {
	margin-bottom:0;
}
div.display-text {
	float:left;
	margin:10px;
}
div.display-text p {
	display:inline;
}
ul.pagination li a.btn {
	background:#C7E1B7;
	font-size:0.8em;
	padding:2px;
	border:none;
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
div.sort-box {
	overflow:hidden;
	position:relative;
}
div.sort-box form {
	float:right;
	padding-right:20px;
}
div.sort-box form fieldset {
	display: inline;
	}
div.sort-box form select  {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;;
	border:1px solid #C7E1B7;
	padding:3px 5px;
	background:#F9FCF8;
}
div.sort-box form option  {
	background:#F9FCF8;
}
div.sort-box form label {
	margin-right:10px;
	font-weight:bold;
}
.map-ico{
border:0;float:right;padding-right:15px;margin-left:-10px;}