body {
    background: #ffc;
    margin: 0px;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 11px; 
    color: #000;
    line-height: 16px;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #06c;
}
a:hover {
    text-decoration: underline;
    color: #390;
}
a.active {
	color: #999;
	text-decoration: none;
}
h1, h2 {
    padding: 0px;
    margin: 0px;
}
ul, ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
img {
    border-width: 0px;
}
form ul li {
    margin-bottom: 3px;
}

.rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.shadow {
    box-shadow: 0px 0px 8px #999;
    -moz-box-shadow: 0px 0px 8px #999;
    -webkit-box-shadow: 0px 0px 8px #999;
    /* For IE 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color='#999')";*/
    /* For IE 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color='#999');*/
}
.btn {
    background: #390;
    color: #fff;
    border: 2px outset #67cc35;
}
.spacer {
    clear: both;
}

#logo img {
    width: 50px;
    margin-top: -8px;
}
#header {
    margin: 10px auto 10px auto;
    text-align: center;    /*
    border-bottom: 1px solid #ffe156;
    background: #fff;
    padding-top: 10px;*//*
    width: 1000px;*/
}
#main {
    width: 1000px;
    margin: 0px auto 0px auto;
    text-align: left;
}

/* navigation */
#navigation {
    background: #fff;
    margin: 0px 0px 10px 10px;
    float: left;
    min-width: 400px;
    width: 794px;
    padding: 8px 4px 4px 4px;/*
    border: 1px solid #ffe156;*/
    border: 1px solid #f90;
    border-bottom-width: 3px;
    position: relative;
}
#navigation ul, 
#navigation ul li {
    float: left;
}
#navigation ul li a {
    display: block;
    margin-left: 4px;
    padding: 4px;
}
#navigation ul li a h1 {    
    font-size: 10pt;
    font-weight: normal;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
}
#navigation form {
    float: left;
    margin-left: 10px;
}
form input.txt, form textarea, form select {
    border: 1px inset #ccc;
    font-size: 8.5pt;
    padding: 3px;
    width: 200px;
}
form textarea {
    width: 390px;
    min-height: 200px;
    max-height: 300px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 200px;
    width: 300px;
}
form#top_search {
	float: right;
	margin: 3px 10px auto auto;
}
.menu-box {
    position: absolute;
    top: 5px;
    background: #fff;
    border: 3px solid #eee;
    display: none;
}
.menu-box ul li {
    clear: both;
    display: block;
    padding-right: 4px;
}
.menu-box ul li a {
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 2px;
    text-align: left;
}
.menu-box ul li h2 { 
    font-size: 8.5pt;
    font-weight: normal;
    padding: 0px;
    margin: 0px;    
}
.menu-box h3 {  
    font-size: 10pt;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.menu-box h3 a {
    color: #390; 
}
#myaccount {
    left: 212px;
    text-align: left;
    z-index: 10000;
}
#myaccount ul li {
    width: 90px;
}
#categories {
    left: 63px;
    text-align: left;
    z-index: 10000;
}
#categories ul li {
    width: 178px;
}

/* home */
#home {
    float: left;
    margin: auto auto 60px 10px;
    float: left;
    text-align: left;
	width: 807px;
}
ul.feature-1 {
    float: left;
}
ul.feature-1 li {
    border: 1px solid #ffe156;
    width: 148px;
    height: 135px;  
    float: left;  
    margin-left: 2px;
    margin-bottom: 2px;
}
ul.feature-2 {
    margin: 6px 0px 0px 0px;
    float: left;
    width: 808px; 
}
ul.feature-2 li {    
    width: 151px;
    height: 160px;  
    float: left;  
    margin: 0px 4px 14px 0px;/*
    border: 1px solid red;*/
    background: #fff;
    padding: 3px;
}
/*ul.feature-1 li a h1,*/
ul.feature-2 li a h1 {
    /*display: none;*/
    font-size: 8.5pt;
    font-weight: normal;
    margin-bottom: 3px;
    height: 28px;
    overflow: hidden;
    line-height: 14px;
}
/*ul.feature-1 li a img,*/
ul.feature-2 li a img {
    width: 151px;
    height: 124px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: auto;
    height: auto;
    max-width: 151px;
    max-height: 124px;
}
div.feature-3 {
    border: 1px solid #ffe156;
    background: #fff; 
    padding: 10px;   
    width: 170px;
    margin: 10px 8px 0px 0px; 
    float: left;
}
ul.feature-4 li {
    width: 255px;
    height: 70px;
	overflow: hidden;
    float: left;
    margin: 0px 4px 4px 0px;
    border-bottom: 1px dotted #ccc;
	background: #fff;
	padding: 4px;
}
ul.feature-4 li a img {
	width: 79px;
	height: 70px;
    overflow: hidden;
    float: left;
    margin-right: 4px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: auto;
    height: auto;
    max-width: 79px;
    max-height: 70px;
}
ul.feature-4 li a h1, ul.feature-5 li a h1 {
    font-weight: normal;
    font-size: 8.5pt;
    height: 16px;
    overflow: hidden;
    color: #c00;/*
    text-decoration: underline;*/
}
ul.feature-4 li a h2, ul.feature-5 li a h2 {
    font-weight: normal;
    font-size: 8pt;
    height: 52px;
    overflow: hidden;
}
ul.feature-4 li a h2:hover, 
ul.feature-5 li a h2:hover {
    text-decoration: underline;
    color: #06c;
}
ul.feature-5 li {
    width: 246px;
    height: 120px;
    float: left;
    margin: 0px 10px 10px 0px;
    background: #fff;
    border: 1px solid #ffc;
    padding: 4px;
}
/*ul.feature-5 li a h1 {
    font-weight: bold;
    color: #c00;
}*/
ul.feature-5 li a h2 {
    height: 100px;
}
#home ul.catblock {
    margin-bottom: 10px;
}
/*#home ul.catblock li a img {
    width: 160px;
}*/
#home ul.catblock a h1 {
    font-size: 9pt;
    color: #c00;
    font-weight: normal;
    padding-bottom: 3px;
    text-decoration: none;
}
#home ul.catblock li a h2 {
    font-size: 8.5pt;
    text-decoration: underline;
    font-weight: normal;
    margin-bottom: 2px;
}


/* left */
#left {
    width: 180px;
    float: left;
    margin-bottom: 60px;
	text-align: left;
}
#left-ads {
    float: left; 
}
#left .rounded {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
#left ul.catblock li a,
#left ul.catblock li a h1 {
	text-decoration: underline;
}
#left ul.catblock li a.active,
#left ul.catblock li a.active h1 {
	color: #999;
	text-decoration: none;
}
#left ul.catblock li a:hover,
#left ul.catblock li a:hover h1 {
	text-decoration: none;
}
#left ul.catblock li a h1 {
    font-size: 8.5pt;
    font-weight: normal;
	color: #06c;/*
	white-space: nowrap;
	overflow: hidden;*/
	margin: 0px 0px 2px 4px;
	text-decoration: underline;
}
#left-banner {
	margin-bottom: 10px;
}
/*#left-banner li {
	margin-bottom: 10px;
}*/
#left-banner li h2 a {
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: underline;
}
#left-banner li a img {
    width: 160px;
    max-height: 120px;
}
ul li.black-link-bold {
	text-decoration: underline;
	margin-bottom: 6px;
	font-weight: bold;
}

/* details */
#details {
    background: #fff;
    padding: 10px 10px 30px 10px;
    margin-right: 6px;/*
    min-height: 460px;*/
    width: 784px;
    display: table-cell;
}
#details a h1 {
    font-size: 9pt;
    text-decoration: underline;
    margin-bottom: 6px;
}
#details img {
    margin: 4px 4px 4px 0px;
    max-width: 160px;/*
    max-height: 160px;
    overflow: hidden;*/
}
#details p {
    padding-bottom: 10px;
    margin: 0px;
    line-height: 20px;
    font-size: 9pt;
    color: #333;
}

/* adsense */
#links-unit-bottom,
#links-unit-footer  {
    width: 728px;
    height: 15px;
    margin: 10px auto 0px auto;
}
#header-banner {
    width: 728px;
    height: 90px;
    margin: 0px auto 10px auto;
}
#adunit-bigbox {
    width: 336px;
    height: 280px;
    float: left;
    margin: 0px 20px 20px 0px;
}
/*#adunit-bottom {
    text-align: center;
    padding: 4px;
    width: 728px;
    height: 90px;
    margin: 10px auto 0px auto;
}*/
.adunit-middle {
    width: 800px;
    height: 100px;
    margin: 10px auto 10px 0px;
    background: #fff;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}
#links-unit-left {
    height: 90px;
}

/* footer */
#footer {
    padding: 6px 0px 6px 0px;
    margin: 20px auto 0px auto;
    background: #fff;
    text-align: center;    
    border-top: 1px solid #ffe156;
    color: #666;
    position: fixed;
    bottom: 0px;
    width: 100%;
    
    /*border-top: 4px solid rgba(0,0,0,0.5); 
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;*/ 
}
#footer ul li {
    border-right: 1px dotted #ccc;
    padding: 6px 8px 6px 8px;
    display: inline;
}
#footer li a img {
    margin-bottom: -4px;
}
#footer ul li a h1 {    
    font-size: 8.5pt;
    font-weight: normal;
    display: inline;
}

#navigation ul#breadcrumb {
	border-top: 1px dotted #ccc;
	margin-top: 6px;
	width: 100%;
}
#navigation ul#breadcrumb li {
    float: left;
    margin-top: 4px;
}
#navigation ul#breadcrumb li h1 {
    font-size: 8.5pt;
    font-weight: normal;
    display: inline;
    color: #999;
}
#navigation ul#breadcrumb li h1 a {
    margin-left: 0px;
    padding: 2px 6px 2px 0px;  
    font-weight: normal;
    /*border-right: 1px dotted #ccc;  */
    font-size: 8.5pt;
    display: inline;
}
#navigation ul#breadcrumb li#user {
	margin: 4px 6px auto 2px;
	color: #390;
}

/* modals */
#modal {
	font-family: verdana;
	font-size: 9pt;
}

#modal-help,
#modal-advertise {
	font-family: verdana;
	font-weight: normal;
	min-width: 400px;
}
#modal-help ul li {
	line-height: 16px;
	font-size: 8.5pt;
	margin-bottom: 10px;
}
#modal-help ul li a {
	font-size: 9pt;
	display: block;
	background: #f4f4f4;
	padding: 4px;
	margin-bottom: 1px;
	border-bottom: 1px solid #eee;
}
.help-box {
	padding: 4px;
	margin: 0px 0px 4px 0px;
	border-color: #666;
	font-size: 8.5pt;
}

.link-block li {
	background: #fff;
	height: 60px;
	margin-bottom: 4px;	
	margin-right: 6px;
	overflow: hidden;
	padding: 6px;
	color: #666;
	font-size: 8.5pt;
}
.link-block li h1,
.link-block li h2,
.link-block li h3 {
	font-weight: normal;
	font-size: 8.5pt;
	display: inline;
}
.link-block li h1 a {
	color: #c00;
}
.link-block li h2 a {
	color: #06c;
}

.search-block {
	background: #fff;	
}
.search-block li {
	height: 40px;
	margin-bottom: 4px;	
	margin-right: 6px;
	overflow: hidden;
	padding: 6px 6px 10px 6px;
	color: #666;
	font-size: 8.5pt;
	border-bottom: 1px dotted #ccc;
}
.search-block li h1,
.search-block li h2,
.search-block li h3 {
	font-weight: normal;
	font-size: 8.5pt;
	display: inline;
}
.search-block li h1 a {
	color: #c00;
}
.search-block li h2 a {
	color: #06c;
}

#modal-advertise {
	width: 400px;
	max-height: 400px;
	overflow-y: scroll;
}
#modal-advertise b {
	font-size: 9pt;
	font-weight: normal;
	color: #c00;
}
#modal-advertise p {
	padding: 4px;
	margin: 2px 4px 6px 4px;
	font-size: 8.5pt;
}
#modal-submit #temp_image {
	position: absolute;
	right: 10px;
	top: 10px;	
	text-align: center;
	background: #f4f4f4;
	border: 1px dotted #ccc;
	width: 92px;
	height: 92px;
}
#modal-submit #temp_image img.upload {
	max-width: 90px;
	max-height: 90px;
	overflow: hidden;
}
#modal-submit #temp_image img.loader {
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: .3;
	filter: alpha(opacity=30);
}

/*others*/
ul.more li {
	float: left;
	background: #67cc35;
	margin-left: 10px;
}
ul.more li h1 a {
	font-size: 13pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 20px 5px 20px;
}


/*myads*/
#myads {	
	width: 800px;
}	
#myads th, #myads td {
	padding: 4px;
	background: #fff;
	border-bottom: 1px solid #ff9;
}
#myads thead tr th {
	background: #f4f4f4;
	border-bottom: 1px solid #e4e4e4;
}
#myads tr.inactive td {
	background: #e4e4e4;
	color: #999;/*
	text-decoration: line-through;*/
}
#myads tr.onhold td, #myads tr.onhold td a {
	background: #ffd;
	color: #c00;
	text-decoration: none;
}
#myad-edit {
	width: 800px;
}
#myad-edit td {
	text-align: left;
	vertical-align: top;
}
#myad-edit .long {
	width: 390px;
}
#myad-edit img {
	max-width: 160px;
	max-height: 160px;
	margin-top: 2px;
}
#confirmation {
	background: #67dd35;
	color: #fff;
	margin: 4px 10px 10px 4px;
	padding: 6px;
	font-size: 9pt;
}
#confirmation a {
	color: #ff0;
	text-decoration: underline;
}

#pager {
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 6px;
	border-top: 1px dotted #ccc;
	width: 790px;
}
#pager a.first,
#pager a.prev,
#pager a.next,
#pager a.last {
	float: left;
	background: #67cc35;
	margin-left: 10px;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 20px 5px 20px;
}
#pager form input,
#pager form .pagesize {
	background: transparent;
	border-width: 0px;
	float: left;
	padding: 4px 3px 0px 3px;
	text-align: center;
	width: 50px;
	margin-left: 10px;
}
#pager form .pagesize {
	margin-right: 20px;
}

/*add this*/
.addthis_toolbox {
	display: block;
	float: left;
	width: 300px;
}

