/* General Layout */

* {
	padding : 0;
	margin  : 0;
}

body {
	background  : #fff;
	font-family : Tahoma, Arial, San-Serif;
	font-size   : 12px;
	color       : #707070;
	text-align  : center;
}
#topMenu a{
	color:#fff;
	text-decoration: none;
}
.wrapper{
	width : 796px;
	margin: 0px auto 5px auto;
	text-align : left;
	border: 2px solid #0a54a5;
}
#textLocation{
	background:#fff;
	border-top: 2px solid #0a54a5;
	border-left: 2px solid #0a54a5;
	font-size: 14px;
	font-weight: bold;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:5px 10px;
}
#textLocation a{
	color: #0a54a5;
	text-decoration: none;
}
#tMenu{
	height: 40px;
	background: url('../images/tMenuBG.gif') center repeat-x;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
#tMenu a{
	color: #fff;
	text-decoration: none;
}
#lhsBG{
	width: 100%;
	float: left;
	background: #f0f0f0;
	overflow: hidden;
}
#cBG{
	width: 100%;
	float: left;
	background: #fff;
        position: relative;
        left: 185px;
}
#rhsBG{
	width: 100%;
	float: left;
	background: #f0f0f0;
        position: relative;
        left: 426px;
}
#sideBarLHS{
	width: 185px;
	float: left;
	position: relative;
	right: 611px;
}
#sideBarRHS{
	width: 185px;
	float: left;
	position: relative;
	right: 591px;
}
.sBBox{
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.sBBox h3{
	background: #0a54a5;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
}
.sBBox p{
	padding: 6px 0px;
}
.sBBox a{
	color: #707070;
	text-decoration: none;
	margin-left: 10px;
	line-height: 18px;
}
.sBHAdjust{
	position: relative;
	left: 5px;
	bottom: 8px;
}
.sBInput{
	width: 165px;
	color: #707070;
	padding: 2px 0px 2px 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
}
.sBTArea{
	width: 156px;
	height: 100px;
	color: #707070;
	padding: 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-family : Tahoma, Arial, San-Serif;
	font-size: 12px;
}
.sBSubmit{
	width: 67px;
	height: 22px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	background: url('../images/submitBG.gif') center no-repeat;
	position: relative;
	left: 103px;
	margin-top: 8px;
	font-size: 12px;
}
#sBFListings{
	background: #fff;
	border: 1px solid #c0c0c0;
	height: 310px;
	margin: 10px 10px;
	padding: 10px;
	overflow: scroll;
}
#sBFListings h4{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;	
}
#sBFListings p{
	font-size: 10px;
	color: #707070;
	line-height: 12px;
	padding: 0px;
}
.sBFLBox{
	margin-bottom: 15px;
}
.content{
	width: 406px;
	float: left;
	position: relative;
	right: 601px;
}
.content p{
	margin: 10px 0px;
	line-height: 16px;
}
.content h3{
	color: #0a54a5;
}
#bCrumbs{
	font-size: 10px;
	color: #707070;
}
#bCrumbs a{
	color: #0a54a5;
	text-decoration: none;
}
#header{
	width:406px;
	text-align: center;
	color: #fff;
	background: #0a54a5;
}
#header h1{
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
}
#header h3{
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	margin-bottom: 5px;
	color: #fff;
}
#footer{
	width: 786px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	background: #0a54a5;
}
#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#slideshow-container{
	width:165px;
	height:70px;
	position:relative;
	left: 10px;
	top: 10px;
}
#slideshow-container img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}


/* Index */
.row{
	clear:both;
}
.catImage{
	width:  128px;
	float: left;
	text-align: center;
	padding: 10px 0px 20px 0px;
}
.catImage a{
	color: #707070;
	text-decoration: none;
}
.catImageMid{
	margin: 0px 11px;
}
.homeH3{
	font-size: 12px;
	color: #0a54a5;
	text-decoration: none;
}


/* Admin */
.greyBG{
	width: 385px;
	background: #e5e5e5;
	padding: 10px;
	margin: 10px 0px;
}
.mCInput{
	width: 250px;
	color: #707070;
	padding: 2px 0px 2px 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
}
.mCTArea{
	width: 250px;
	height: 125px;
	color: #707070;
	padding: 5px;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	font-family : Tahoma, Arial, San-Serif;
	font-size: 12px;
}
.mCSubmit{
	width: 67px;
	height: 22px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	background: url('../images/submitBG.gif') center no-repeat;
	position: relative;
	left: 130px;
	margin-top: 8px;
	font-size: 12px;
}
.mCSubmitL{
	width: 100px;
	height: 22px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	background: url('../images/submitBGL.gif') center no-repeat;
	position: relative;
	left: 130px;
	margin-top: 8px;
	font-size: 12px;
}

/* Listing pages (DETAIL AND CATEGORY) */
.dTable{
	margin-left: 15px;
}
.oddRow{
	background: #f0f0f0;
}
.detailsLHS{
	width: 130px;
	padding: 5px;
}
.detailsRHS{
	width: 229px;
	padding: 5px;
}
.viewDetailsLink{
	color: #0a54a5;
	padding: 5px 10px;
	background: #c7e0fc;
	border: 1px solid #a3cfff;
	text-decoration: none;
}
.viewDetailsLink:hover{
	background: #a3cfff;
	border: 1px solid #0a54a5;
}
#pageNav{
	list-style: none;
	width: 350px;
}
#pageNav li{
	float: right;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	margin-left: 2px;
	margin-bottom: 10px;
	font-size: 10px;
}
#pageNav li:hover{
	background: #d0d0d0;
	border: 1px solid #b0b0b0;
}
#pageNav li a{
	display: block;
	text-decoration: none;
	color: #0a54a5;
	padding: 2px 5px;
}
#pageNav li#selected{
	background: #e0e0e0;
	border: 1px solid #b0b0b0;
	padding: 2px 5px;
}

/* Others*/

.errorMessage{
	background: #ffdbdb url('../images/icons/delete-icon.png') 10px 5px no-repeat;
	color: #a53838;
	border: 1px solid #a53838;
	padding:5px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
}
.successMessage{
	background: #e7ffe0 url('../images/icons/tick-icon.png') 10px 5px no-repeat;
	color: #54ac39;
	border: 1px solid #54ac39;
	padding: 5px;
	padding-left: 40px;
	text-align: left;
	font-weight: bold;
}
h5{
	width: 390px;
	background: #e5e5e5;
	padding: 2px 8px;
	margin: 5px 0px;
	font-size: 14px;
}
.pointer{
	cursor: pointer;
}
.small{
	font-size:10px;
}
.right{
	text-align:right; 
}
.center{
	text-align:center;
}
.fakeLink{
	cursor: pointer;
	color : #0a54a5;
}
ul, ol{
	margin: 10px 40px;
	line-height: 20px;
}
label{
	width: 125px;
	float: left;
	color: #707070;
	text-align: right;
	margin: 7px 5px 0px 0px;
	font-size: 10px;
}