@import "ajax.css";
@import "menu.css";
.imageURL{
	float:right;
	margin-left:20px;
	border:none;
}

html, body, #enterleave{
	height:100%;
	margin:0;
	padding:0;
}
body{
	margin:0px;
	font-family:"Arial";
	font-size:12px;
	color:#333;
	/*background:url(../images/page-bg.png) repeat-x top #0f2233;*/
	background:url(../images/page-bg.jpg) repeat-x top #000447;
}
.controlstyle, .controlstyle a{
	font-size:10px;
	color:#999;
}
.controlstyle {
	text-align:right;
	float:right;
}

.controlstyle a{ /*links inside DIV sizecontroldiv*/
	outline:none;
	text-decoration:none;
}
.controlstyle a:hover {
	color:orange;
}
div, #header, #menu ul, #footerMenu ul {
	margin:0;
	padding:0;
}
a {
	color:#006699;
	cursor:pointer;
}

#copyright{
	float:right;
	font-size:10px;
	text-align:right;
	color:#999;
	margin-top:4px;
}
#wrapper {
	width:960px;
	margin:auto;
	min-height:100%;
	height:auto;
	padding:0 10px 0 10px;
	border-width:0 4px 0 4px;
	border-style:solid;
	border-color:#183D57;
	background:url(../images/wrapper-bg.png) repeat-x bottom #fff;
}
#header{
	/*background:url(../images/bg-header.png) no-repeat;*/
	background:url(../images/bg-header.jpg) no-repeat;
	height:82px;
}
#container {
	margin:5px 0px 15px 0px;
}
#leftPanel {
	width:752px;
	float:left;
	margin-left:2px;
}
#rightPanel {
	width:180px;
	float:right;
	margin-left:10px;
	padding:0px 2px 20px 10px;
	border-left:1px solid #e1eaef;
}
#backToTop, #backToTop a {
	border-color: #e9f2f6;
	border-style:solid;
}
#backToTop {
	border-width:0 0 1px 0;
	display:block;
}
#backToTop a{
	display:block;
	width:120px;
	background-color:#e9f2f6;
	border-width:1px 1px 0 1px;
	margin:auto;
	text-align:center;
	padding-bottom:2px;
	font-size:12px;
	text-decoration:none;
}
#backToTop a:hover{
	background-color:#006699;
	color:white;
}	
#searchBar {
	float:left;
	width:680px;
	height:61px;
	margin:20px 0 0 30px;
}
#searchBar img{
	float:right;
	margin-top:10px;
}
#logo {
	float:left;
	width:200px;
	margin:0px 20px 0px 10px;
}

.small, .smallOrange, .smallGrey {
	font-size:10px;
}
.smallOrange , .orange{
	color:#FF9900;
}
.smallGrey {
	color:#999;
	font-weight:normal;
}
.blue {
	color:#006699;
}

.lightBlue {
	color:#67a9ca;
}
.search {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-shadow: 0 0 1px #000;
}

.search .white {
	font-size: 10px;
	font-weight: normal;
	color: #eee;
}

.categoryHeading {
	background-image: url(../images/folder.png);
	background-repeat: no-repeat;
	padding-left:20px;
	text-transform:capitalize;
	height:20px;
	clear:both;
	margin: 10px 0px 0px 0px; 
	font-weight:bold;
	text-decoration:none;
}
.currentPage {
	background-color:#fff;
	color:#333;
}

.searchInput {
	border:1px solid #999;
	width:260px;
}
#selectDBtoSearch{
	width:160px;
	border:1px solid #666;
	background-color:#fff;
	color:#666;
}
#breadCrumbs {
	color:#999;
	margin:0px 0px 10px 0px;
	font-size:10px;
	width:100%;
	display:block;
}
.breadcrumbPrefix {
	color:#8da4b0;
}
#breadCrumbs a {
	color: #999;
}

h1 {
	margin-top:0;
	color:#333;
	font-size:14px;
	padding:2px 2px 0 2px;
	font-weight:bold;
	background-color:#eee;
}
h2 {
	height:23px;
	background:url(../images/bg-heading.png) repeat-x;
	display:block;
	font-size:16px;
	text-shadow: 1px 1px 1px #FFF;
	padding:2px 2px 2px 6px;
	color:#666;
	font-weight:normal;
}
h3 {
	color:#999;
	margin-bottom:5px;
}
.menuHeading {
	border-bottom:1px solid #CCC;
	color:#006699;
	margin-top:0;
	margin-bottom:10px;
	display:block;
	width:100%;
	font-size:16px;
	font-weight:bold;
}

#rssMain {
	float:right;
	width:130px;
	padding:0px;
	color:#999;
	font-size:10px;
	margin:2px;
}
#promo {
	margin:0px 0px 10px 0px;
	float:left;
	display:block;
}
#promoboxcontent {
	display:block; 
	padding:4px;
	border:1px solid #eee;
	background-color:#FFF;
}
.rating {
	font-style:italic;
	color:#999;
	font-size:12px;
}
.listingInfomationBlock {
	color:#333;
}
.reviews {
	width:100%;
}
#writeReviewContainer {
	width:740px;
	margin:auto;
	border:1px solid #ccc;
	color:#666;
	padding:4px;
	background-color:#f6f8f9;
	margin-top:10px;
}
.listingTotal {
	float:right;
	font-size:12px;
	color:#999;
	padding:4px 4px 0 0;
}
.reviewHeadingTitle{
	background-color:#e4ecf0;
	color:#536a76;
	border-bottom:1px solid #ccc;
	width:100%;
	display:block;
	font-weight:bold;
}
.listingReviewContainer{
	padding:0 6px 0 6px;
}
#shareTools {
	display:block;
	margin:10px 0 0 0;
	padding:4px 4px 0 4px;
	height:23px;
	background:url(../images/bg-heading.png) repeat-x bottom;
	display:block;
	height:36px;
}
#shareTools a{
	color:#999;
	text-decoration:none;
}
#shareTools img{
	float:right;
	margin:0 4px 0 0;
}
.listingLeft {
	float:left;
	width:140px;
}
.helpful img{
	display:block;
	margin-bottom:4px;
}
.helpful {
	color:#999;
}
.reviewText {
	width:530px;
	float:left;
	border-left:1px dashed #eee;
	padding:0 0 0 40px;
}
/*COMMENTS CSS*/
.comments {
	padding:10px 0 10px 0;
}

.reviewComment {
	float:left;
	margin:6px 0 6px 40px;
	width:454px;
	font-size:12px;
}
.commentHeader,.commentFooter {
	height:7px;
}
.commentHeader {
	background:url(../images/comment-header.png) no-repeat;
}
.commentFooter {
	background:url(../images/comment-footer.png) no-repeat;
}
.commentContent {
	background-color:#fefdf3;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	width:452px;
	position:relative;
}
.commentText {
	padding:6px 20px 6px 20px;
	color:#737268;
}
.commentContent img {
	float:left;
	margin: 0 0px 0 10px;
	position:absolute;
}
/**/
.helpfulCount {
	color:#999;
	font-size:12px;
}
.leaveCommentLeft, .leaveCommentRight {
	width:50%;
	float:left;
	color:#999;
	font-size:12px;
	margin:10px 0 10px 0;
}
.leaveCommentRight {
	text-align:right;
}
.leaveCommentLeft {
	text-align:left;
}
#googleMapContainer {
	width:100%; 
	height:100%;
	width:260px; 
	height:260px;
	float:right;
	margin-left:10px;
	Border:1px solid #ccc;
	overflow:hidden;
}

.divCell {
	float:left;
	width:48%;
	margin:1%;	
}
.button{
	background:url(../images/btn-bg.gif) repeat-x top;
	margin:0px 10px 0px 0;
}
.button:hover {
	color:#666;
	cursor:pointer;
	background-position:bottom;
}
input, textarea {
	border:1px solid #bbb;
	background-color:#FFF:
}
textarea {
	width:100%;
}
.bordered{
	border:1px solid #ccc;
	background-color:#FFF;
	margin:0px auto 20px auto;
	text-align:left;
}

.highlighted{
	background-color:yellow;
	color:red;
	font-weight:bold;
}
.tinyInline{
	font-size:11px;
}

.hr {
	margin: 10px 0 10px 0;
	border-bottom:1px solid #f6f2de;
	height:20px;
	clear:both;
}
.catalogueItem {
	width:738px;
	margin:10px 0 0 0;
	border:1px dashed #ECECEC;
	padding:6px;
	background-color:#f6f8f9;
}
.securityImage {
	border:1px solid #ccc;
}
.securityTextField {
	width:152px;
}
.checkbox {
	border:none;
}
.fullWidth {
	width:100%;
}
.tableHeaderRow {
	background-color:#CCC;
	font-weight:bold;
	color:#FFF;
}
.max, .min {
	text-align:right;
	font-size:10px;
	clear:both;
	background-image:url(../images/min-max.png);
	background-repeat:no-repeat;
}
.max {
	background-position: top right;
}
.min {
	background-position: bottom right;
}
.min a, .max a {
	height:10px;
	display:block;
	color:#748a99;
	padding:0 15px 0 0;
	margin:0;
}
.commentDate {
	text-align:right;
	font-size:8px;
	color:#ccc;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #006699;
	padding: 6px;
	background-color: #deecf6;
	visibility: hidden;
	color:#006699;
	z-index: 100;
}
.pagination {
	text-align:center;
	color:#999;
	border:1px solid #eee;
	padding:2px;
	font-size:12px;
	background-color:#fff;
	white-space:nowrap;
	margin-top:10px;
}
.pagination a{
	color:#333;
	display:block;
}
.paginationLeft, .paginationRight{
	text-decoration:none;
	display:block;
	width:160px;
}
.pagination a:hover {
	background-color:#7fa4b7;
	color:#fff;
}	
.paginationLeft, .paginationRight {
	color:#eee;
}
.paginationLeft {
	float:left;
	text-align:left;
}
.paginationRight{
	float:right;
	text-align:right;
}
a:hover, #breadCrumbs a:hover, h1 a:hover {
	color:#004eff;
	text-decoration:underline;
}
.listingTable td{
	width:320px;
}
.reviewCount {
	float:right;
	text-align:right;
	font-size:10px;
	color:#CCC;
}
/* MESSAGING CSS */
#divAdminMessage{
	display:none;
}
.Message {
	display:none;
}	
.errorMessage, .confirmMessage, .warningMessage, .infoMessage {
	border:1px solid #CCCCCC;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:15px 15px 15px 45px;
	text-align:left;
}
.errorMessage {
	background:url(../images/bg_icon_error.gif) no-repeat scroll 10px 10px #FFF9F9;
	color:#C10924;
}
.confirmMessage {
	background:url(../images/bg_icon_confirm.gif) no-repeat scroll 10px 10px #f2f9f0;
	color:#2b8c12;
}
.warningMessage {
	background:url(../images/bg_icon_warning.gif) no-repeat scroll 10px 10px #f9f4e1;
	color:#e5ba04;
}
.infoMessage {
	background:url(../images/bg_icon_info.gif) no-repeat scroll 10px 10px #e8f3f9;
	color:#2c6b92;
}
.divTableRoot{
	background-color:#eee;
	border:1px solid #CCC;
	padding:6px;
	margin:0 0 10px 0;
}
.small {
	font-size:10px;
}
#ratingForm{
	margin-top:4px;
}
.pad {
	margin:0 10px 0 10px;
}
.tr1 {

}
.tr2{
	background-color:#EEE;
}
.pageTitleTemplate {
	font-weight:normal;
	margin:6px 0 6px 0;
	padding:2px;
}