* {
	margin: 0;
	padding: 0;
}


body {
	background: #ffffff;   /* #500 to fff ccffcc*/
	color: #ff0000;    /* #ccc to 309 default left hd - body text */
	font: 9pt Tahoma, Arial;
}
a {
	color: #ff0000;   /* #fff to 000 default head text*/
	text-decoration: none;
}

a img {
	border: none;
}

.alignleft {
	float:left;
}
.alignright {
	float:right
}
.clear {
	clear:both;
}

#container {
	margin: 0 20px;
}

#navigation {
	background: #ffffff;    /*   #300 to 309  */
	position: absolute;
	width: 100%;
	top: 0px;
	font: 9pt Verdana;
	color: #ff3300;         /* add 3-2-10  */
}

#navigation ul {
	padding: 5px 10px 5px 5px;
}
#navigation li {
	float:left;
	list-style-type:none;
	padding-left:5px;
}

#adsense-links-top {
	float: left;
	padding: 6px 0px 0px 10px;
}

#rss {
	float: right;
}

#rss li a {
	border:none;
	padding:0;
	background: transparent;
	line-height:20px;
	color: #ff3300;     /* #aaa to cf3 */
	display:block;
}
#rss li a:hover {
	color: #ff33ff;     /* #fff to ff0 */
}
#rss li a img {
	float:left;
}

#header {
	position:relative;
	height: 110px;
	margin: 30px 15px 0 15px;
	text-align: right;  
    background: #b3cf18;   /* add 3250a8 */
 	color: #ffffff;  
}

#adsense-banner {
	position: absolute;
	top: 25px;
	left: 10px;
}
#header h1 {
	padding-top:25px; 
	padding-right:10px;
	font:bold 24pt Arial;
}
#subheader {
	margin: 0 15px;
}
#subheader p {
	padding: 5px;
	background: #0169be;   /* #600 to f90  00cc00*/
	/*border: 1px solid #ffff00;   /* #a00  to f90 */
	border-top: 1px solid #0169be;   /* #600 to fc0 */;
	border-right: 1px solid #0169be;
	border-bottom: 1px solid #0169be;   /* #600 to fc0 */;
	color: #ffffff;         /* add */
}

#main {
	position: relative;
	min-width: 990px;
	width:100%;
	margin: 10px 0;
	min-height:1000px; 
	height:auto;
	/* color: #000000;   */
}

#content {
	margin-right: 330px;
	margin-left: 190px;
	border-left: 1px solid #fff;   /* #600 to f90 */	
	font: #ff0000;
}
#content #adsense-top,
#content #adsense-content {
	text-align:center;
}
#content #status-search {
	margin: 10px 10px;
	padding: 10px;
	text-align:center;
	border: 1px solid #ffffff;   /* #800 to 6387dc ccffcc  */
}

#content .posts {
	margin: 0 0 10px;
	padding: 10px 10px 0;
	color: #660066;          /* content font 003300 */
}
#content .posts li {
	margin: 0 20px;
}
#content h3 {
	margin: 15px 0 5px;
}

	.pager {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		color: #ff0000;
	}
	.pager-status {
		margin: 0 100px;
	}

.widget {
	margin-bottom:10px;
}
.widget li {
	list-style-type:none;	
}
.widget h3 {
	font: bold 12pt Arial;
}

#sidebar-left {
	position: absolute;
	top: 0;
	left: 15px;
	width:170px;
	padding-right: 10px;
	background: #ffffff;    /* add */
}

#search .input-search {
	border: 1px solid #000;   /* #600 to 000 */;
	height: 18px;
	color: #006;            /* #a00 to 006 */  
	background: #fff;      /*  #300  to ced */
	padding-left: 2px;
	padding-top: 2px;
}


#mainmenu li a {
	padding: 0 5px;
	border-top: 1px solid #292929;
	display:block;
	line-height: 25px;
	height: 25px;
	color: #000099;     /* add */
}

#mainmenu li a:hover {
	background: #700;
	color: #ff6;      /* add  */
}

#sidebar-right {
	position: absolute;
	top: 0;
	right: 15px;
	width:300px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #ffffff;	/* #600 to f90 */;	
	color: #ff6600;                  
	background: #ffffff;    /* add */
}

#last-search li a {
	padding: 0 10px;
	background: url(images/search-bullet.png) no-repeat right center;
	border-top: 1px solid #700;
	display:block;
	line-height: 24px;
	height: 24px;
}

#last-search li a:hover {
	background: #700;
}

.widget .more {
	text-align: right;
}

#footer {
	background: #c00;    /* #300 to c00 */
	padding: 10px 30px;
	color: #fff;
}
#footer-note {
	width:500px;
}
#payment {
	float: right;
}
#footer p {
	margin:10px 0;
}

#content h2 {
	background: #ffffff;     /* #400 to fc0 ccffcc*/
	font:bold 14pt Verdana;
	padding: 5px;
	border-top: 1px solid #ffffff;   /* #600 to fc0 */;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;   /* #600 to fc0 */;
	margin-bottom: 3px;
	color: #ff0000;
}
#content h3 {
	background: #ccffcc;     /* #400 to fc0 */
	font:bold 14pt Verdana;
	padding: 5px;
	border-top: 1px solid #ccffcc;   /* #600 to fc0 */;
	border-bottom: 1px solid #cc0033;   /* #600 to fc0 */;
	margin-bottom: 3px;
	color: #ff0000;
}
.wp-caption {
	margin-right: 10px;
	text-align: center;
}
.wp-caption img {
	border:2px solid #fff;     /* #700 to fff  img border*/
}
.entry {
	font: 9pt Arial;
}
.entry p {
	margin-top:10px;
}
p.meta {                 /* price 1st page*/
	clear:both;
	border-top: 1px solid #ffffff;   /* #600 to ff9 */;
	border-bottom: 1px solid #003300;   /* #600 to ff9 */;
	height: 30px;
	background: #ffffff;     /* #400 to ff9 */;
	margin-top:10px;
	padding: 5px 0;
	color: #ff0000;
}
p.meta span {
	margin:0 10px;
	line-height: 30px;
	height: 30px;
	padding-left: 36px;
	display: block;
	float:left;
}
p.meta span.price {
	background: url(images/dollar.png) no-repeat left center;
}

p.meta span.buy {
	background: url(images/buy.png) no-repeat left center;
}

p.meta span.detail {
	background: url(images/detail.png) no-repeat left center;
	float:right;
}

.products {
	text-align: center;
	margin:10px auto;
}
.products .item-image {
	border:3px solid #fff;  /* #800 to fff  prod img */
	margin-bottom:10px;
}

#meta {                       /* price 2nd page*/
	height: 40px;
	background: #80FEC8;              /* #400 to ff9 */;
	border-top: 1px solid #80FEC8;   /* #600 to ff9 */;
	border-bottom: 1px solid #BFE3FE;   /* #600 to ff9 */;
	margin:10px 0;
	padding-left: 6px;
}
#meta #bookmark {
	float: right;
	padding: 5px;
}
#meta .price {
	font: bold 14px Verdana;
	color: #000;   /* #fff to 000 */
}
#meta .buy-button {
	margin-top:6px;
	margin-left:6px;
}

#social {
	margin:10px;
	text-align: center;
}

blockquote {
	margin:5px 100px;
	padding: 48px 10px 10px;
	text-align:justify;
	border: 1px solid #f90;   /* #600 to f90 */;
	background: url(images/comment.png) no-repeat left top;
}
blockquote:hover {
	border: 1px solid #c00;
}

.featured {
	border-collapse: collapse;
}

.featured td {
	text-align:center;
}

.featured td {
	background-color: #FE8080;
	border: 5px solid #bfe3fe;   /* #500 to fff */
	width: 94px;
	text-align:center;
	padding: 3px 0;
}
.featured .price {
	font:bold 14px Arial;
	color:#ff0;
	padding: 3px;
}
.featured .box {
	width:86px;
	height:80px;
	background:#fff;          
	text-align:center;
	margin:0 auto;
}
