@charset "utf-8";
/* Kitchen Gadget Queen Custom */

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body { background: #f0f0ea url('images/top-bg-kgq.jpg') repeat-x top left; }
#post-content { padding: 25px 50px 37px 35px; line-height: 28px; font-family:Arial,Verdana,Helvetica,sans-serif; font-size:12px;clear:both; color:#404040; }
#post-content h1, #post-content h2, #post-content h3, #post-content h4, #post-content h5, #post-content h6 { font-family:Georgia, "Times New Roman", Times, serif }
#post-content h2 a {color:#303030;}
#post-content ul li {background:none; list-style:disc; list-style-position:inside;}
#footer-widgets-inside h4 {text-transform:none;}
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
#header .container { text-align: center; height: 250px; z-index: 2; }
	img#logo { clear:both; margin-top: 7px;}
#subscribe { background: url('images/subscribe-bg.jpg') no-repeat top left; height:50px; margin-bottom:5px;}
	#subscribe p { margin: 14px 0px 0px 30px;}
	#subscribe #search { float: right; margin: 8px 24px 0px 0px; }
/*------------------------------------------------*/
/*-----------[POST / PAGE BREADCRUMB BAR]---------*/
/*------------------------------------------------*/
				div#post-top { background: url('images/post-top-bg.jpg') no-repeat; height:48px; margin-top:15px; float:left; width:950px; }

/* -------------------------------- */
/* Page SubMenu */
#main #subnav ul, #main #subnav li { border:0; margin:0; padding:0; list-style:none; background:none; font:14px Georgia, "Times New Roman", Times, serif; }
#main #subnav ul { border-bottom:solid 1px #DEDEDE; height:29px; padding-left:10px; }
#main #subnav li { float:left; margin-right:2px; }
.tab a:link, .tab a:visited { background:url(images/pg/tab-round.png) right 60px; color:#666666; display:block; font-weight:bold; height:30px; line-height:30px; text-decoration:none; }
.tab a span { background:url(images/pg/tab-round.png) left 60px; display:block; height:30px; margin-right:14px; padding-left:14px; }
.tab a:hover { background:url(images/pg/tab-round.png) right 30px; display:block; }
.tab a:hover span {background:url(images/pg/tab-round.png) left 30px; display:block; }
/* Active Elements */
#main #subnav .active a:link, #main #subnav .active a:visited, #main #subnav .active a:visited, #main #subnav .active a:hover { background:url(images/pg/tab-round.png) right 0 no-repeat; }
#main #subnav .active a span, #main #subnav .active a:hover span { background:url(images/pg/tab-round.png) left 0 no-repeat; }

/* -------------------------------- */
/* Multi Rating */
/* See also wp-content/gd-star-rating/css/rating.css */

/* -------------------------------- */
/* Shop & Compare */
#post-content table.pricebox {
        width: 100%;
        border-collapse: collapse;
        font-size: 80%;
        line-height: 1em;
        margin: 5px 0px;
}
#post-content table.pricebox th {
        padding: 10px;
        background-color: #333;
}
#post-content table.pricebox td {
        padding: 10px;
        background-color: #fff;
		border-bottom:2px solid #EEEEEE;
		vertical-align:middle;
}

