img
{
	max-width:100%;
	
	border:0;
}

html,
button,
input,
select,
textarea 
{
    color: #222;
}

::-moz-selection 
{
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr 
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font: 14px/22px Helvetica, Arial;
	margin:0;
	padding:0;
	
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


.footer-container
 {
    border-bottom: 20px solid #414141;
	height:150px;
	
}

.header-container
{
    background:  #0B173B; 
}

.footer-container
{
    background: #f0f0f0;
}

.title {
    color: white;
}


nav ul {
    margin: 0;
    padding: 0;
    
}

nav  a 
{
    display: block;
    margin-bottom: 5px;
    padding: 23px 0px 10px 5px;
	text-align: center;
    text-decoration: none;
    font-weight: bold;
	color: white;
	
	
	
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}



.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside 
{
    padding: 5px 8% 10px;
}

.footer-container footer {
    color: #666666;
    padding: 20px 0;
}



.ie7 .title {
    padding-top: 20px;
}


@media screen and (max-width: 600px) 
{
	nav ul li
	{
		clear:both;
	}
	
	
	
	.search-form-field 
	{
		width:100px !important;
		
	}
	
	.home-category
	{
		clear:both;
		width:100% !important;
	}
	
	.main aside 
	{
		float:left !important;
		padding-left:0 !important;
		width:100% !important;
	}
}



@media only screen and (min-width: 480px) {

    nav a {
        float: left;
       
        margin: 0 5%;
      
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }


    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) 
{



	.header-container
	{
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
	
    }
    
    .main aside {
        -webkit-box-shadow: 0 3px 10px #aaa;
           -moz-box-shadow: 0 3px 10px #aaa;
                box-shadow: 0 3px 10px #aaa;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		line-height:1.1em;
		
    }


    .title {
        float: left;
    }

    nav {
        float: left;
    }

    .main article {
        float: left;
        width: 57%;
    }
	
	

	.right_panel
	{
		float: right;
		width:300px;
	}
	
	.left_panel
	{
		float: left;
        width: 65%;
		min-height:300px;
		height:auto !important;
		height:300px; 
	}
	
    .main aside 
	{
        float: right;
        width: 100%;
		border:1px solid #cccccc;
		margin-bottom:40px;
		
    }
}

@media only screen and (min-width: 1140px) {


    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

 
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*MULTI LEVEL NAVIGATION MENU*/


nav ul ul 
{
	display: none;
}

nav ul li:hover > ul 
{
	display: block;
}



nav ul 
{
	list-style: none;
	position: relative;
	display: inline-table;
	
}


nav ul:after 
{
	content: ""; clear: both; display: block;
}


nav ul li 
{
	float: left;
	margin-right:40px;
}

nav ul li:hover 
{
	
}


	
nav ul li a 
{
	display: block; 
	margin:0;
	
}

	
	
nav ul ul 
{
	background: #f9f9f9; 
	 -webkit-box-shadow: 0 5px 10px #aaa;
     -moz-box-shadow: 0 5px 10px #aaa;
     box-shadow: 0 5px 10px #aaa;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	
	position: absolute; 
	top: 100%;
	width:220px;
	
}

nav ul ul li 
{
	
	border-top:1px solid #cccccc;
	width:100%;
	clear:both;
	position: relative;
}
nav ul ul li a 
{
	text-align:left;
	padding-left:5px;
	color: #222222 !important;
}
	
nav ul ul li a:hover 
{
	
}
	
nav ul ul ul 
{
	position: absolute; 
	left: 100%; 
	top:0;
}

.rfloat
{
	float:right;
}

.lfloat
{
	float:left;
}

.top-right
{
	float:right;
}

.header-top
{
	height:90px;
}

h4
{
	margin-bottom:0px;
}

.news-date
{
	font-size:11px;
	float:right;
}

.bottom-menu
{
	margin-top:24px;
	list-style: none;
	display: inline-table;
	padding:0;
}

.bottom-menu li
{
	float:left;
	margin-right:20px;
}

/* PHP LINKS DIRECTORY */

form#main {
	
	padding: 20px;
	width: 96%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#eaeaea;
}

form#main fieldset 
{
	border: none;
	margin-bottom: 25px;
}

form#main fieldset:last-of-type 
{
	margin-bottom: 0;
}

form#main legend 
{
	
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}




form#main ol li 
{
	background: #f4f4f4;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form#main ol ol li 
{
	background: none;
	border: none;
	float: left;
}

form#main label {
	float: left;
	font-size: 13px;
	width: 120px;
}

.div_label
{
	float: left;
	font-size: 13px;
	width: 120px;
	
}

.div_field
{
	float:left;
	background: #ffffff;
	border: none;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	
	width: 72%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

form#main input:not([type=radio]),
form#main select,
form#main textarea {
	background: #ffffff;
	border: none;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 72%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
form#main input:not([type=submit]):focus,
form#main textarea:focus 
{
	background: #eaeaea;
}

form#main input[type=radio]
 {
	float: left;
	margin-right: 5px;
}

form#main button {
	background: #0075bc;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	float:right;
	padding: 7px 25px;
}
form#main button:hover {
	background: #22569E;
	cursor: pointer;
}

/***/

.home-category
{
	float:left;
	margin-right:3%;
	margin-bottom:3%;
	line-height:1.1em;
	
}

.sub-category
{
	float:left;
	margin-right:3%;
	line-height:1.6em;
}

.sub-category a
{
	color:#5f5f5f;
}

.category_link
{
	margin-bottom:4px;
	display:block;
}

.category_link a
{
	font-weight:800;
}

.sub_category_link
{
	color:#5f5f5f;
	font-size:11px;
	text-decoration:none;
}

.sub-text
{
	color:#5f5f5f;
	font-size:11px;
	text-decoration:none;
}

.sub_category_link:hover
{
	text-decoration:underline;
}

a{color:#666666}

.listing_title
{
	color:#483d8b;
	font-size:16px;
	text-decoration:none !important;
}

.featured_listing_title
{
	color:#000000;
	font-size:16px;
	text-decoration:none !important;
}




.listing_description
{
	margin-bottom:8px;
}

.listing_posted_date
{
	font-size:10px;
}


.listing
{
	width:100%;
	
	border-style:solid;
	border-color:#cbcbcb;
	border-width:0px 0px 1px 0px;
	padding-bottom:20px;
}

.featured_listing a
{
	color:#000000 !important;
}

.featured_listing
{
	background: #fef0b1;
	border:1px solid #f0a536;
	color:#000000 !important;
	padding:10px;
	
	-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
}

.pagination-link
{
	color:#483d8b;
	
}

.found-item-back
{
	background:yellow;
}

.form-radio
{
	margin-top:3px;
}

.search-form-image
{
	float:left;
	margin-left:5px;
	width:26px;
	height:27px;
	max-width:100%;
}

.search-form-field 
{
	float:left;
	background: #ffffff;
	border: 1px solid #cccccc;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.clear
{
	clear:both;
}

.clear-separator
{
	clear:both;
	height:20px;
}

.no-top-margin
{
	margin-top:0 !important;
}

.ralign
{
	text-align:right;
}

.category-count
{
	color:#5f5f5f;
}

.button-link {
	background: #0075bc;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	float:right;
	padding: 7px 25px;
	text-decoration:none;
}

.button-link:hover
{
	background: #22569E;
	cursor: pointer;
	text-decoration:underline;
}

.result-image
{
	background:#f9f9f9;
	float:left;
	text-align:center;
	width:120px;
	border:1px solid #cccccc;
	-webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.result-image img
{
	margin-top:10px;
	margin-bottom:10px;
}

.final-result-image
{
	background:#f9f9f9;
	float:left;
	text-align:center;
	width:320px;
	border:1px solid #cccccc;
	-webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.final-result-image img
{
	margin-top:10px;
	margin-bottom:10px;
}

.result-text
{
	width:75%;
	float:left;
	margin-left:30px;
}

#contact-advertiser
{
	
}



/*ads rotator css*/


#ads-rotator
{
	width:100%;
	
	background:#ffffff;
	background-repeat:no-repeat;
	
	color:#666666;
}


.jcarousel-skin-ie7 .jcarousel-container 
{
   
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl 
{
	direction: rtl;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal 
{
    width: 100%;
    padding: 5px 50px;
	line-height:1.1em !important;
}


.jcarousel-skin-ie7 .jcarousel-clip 
{
    overflow: hidden;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal 
{
    width: 94%;
}

#wrap{position:relative;left:-4px}

.jcarousel-skin-ie7 .jcarousel-item 
{
    width: 120px;
    height: 110px;
	
}

.jcarousel-skin-ie7 .jcarousel-item a
{
   color:white;
   text-decoration:none;
}

.jcarousel-skin-ie7 .jcarousel-item:hover,
.jcarousel-skin-ie7 .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}


.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 45px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../images/next-new.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-new.png);
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
    background-position: -35px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -70px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -105px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../images/prev-new.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-new.png);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
    background-position: -35px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -70px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -105px 0;
}


/*end ads rotator css*/

.img-shadow
{
	
	        -webkit-box-shadow: 0 3px 10px #aaa;
           -moz-box-shadow: 0 3px 10px #aaa;
                box-shadow: 0 3px 10px #aaa;
				-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
}








.mselect
{ 
	width: 140px; 
	border: 0px solid black;
	text-indent: 3px;
	padding: 1px 0;
	cursor: hand;
	cursor: pointer;
}

.mselect .downimage
{ 
	position: absolute;
	right: -25px;
}

.mselect .dropdown
{ 
	position: absolute;
	left: 0px;
	width: 180px; 
	height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); 
    max-height: 150px; 
	overflow:auto;
	border: 1px solid #808080;
	display: none;
	z-index: 5;
	font-weight: normal;background-color:white;
}

.mselect .dropdown a
{ 
	width: auto;
	display: block;
	border-bottom: 1px none #B4B4B4;
	padding: 1px 0;
	text-indent: 2px;
	text-decoration: none;
	color: black;
	background-color:#ffffff;
}

* html .mselect .dropdown a
{ 
	width: 100%;
}

.mselect .dropdown a:hover
{
	background: #0A246A;
	color:#ffffff;
}

.img-right-margin
{
	margin-right:15px;
}

.img-details-margin
{
	margin-right:10px;
	margin-bottom:10px;
}




#main-login-form 
{
    -webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	line-height:1.1em;
	float: right;
    width: 450px;
	height:220px;
	position:absolute;      
	top: 50%;
    left: 50%;
    margin-top:-150px; 
    margin-left:-250px; 
	z-index:6001;
	border:4px solid #999999;
	background:#f3f3f3;
	margin-bottom:40px;
	padding: 5px 20px 10px;

	display:none;	
}

.no-margin
{
	margin-top:0px;
	margin-bottom:0px;
}

.red-font
{
	font-style: italic;
	color:red;
}

.close-login-icon
{
	float:right;
	position:relative;
	top:-4px;
	left:19px;
}



.form-field
{
	border:1px solid #aaaaaa;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height:28px;
	min-width:200px;
	font-size:14px;
}

.admin_ibutton,.ibutton,.adminButton
{
	background: #2b80b3;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	float:right;
	padding: 7px 25px;
}

.admin_ibutton:hover,.ibutton:hover,.adminButton:hover
{
	background: #0b6093;
	cursor: pointer;
}

.top-link 
{
	font-size:12px;

}

.r-margin-10
{
	margin-right:10px;
}

.r-margin-30
{
	margin-right:22px;
}

.margin-20
{
	margin-top:20px;
}


.refine-search-field
{
	border:1px solid #dad9d9;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	height:26px;
	width: 240px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}