/* general */
html, body {
	font-family: arial, verdana, tahoma;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

a 				{ text-decoration: none; color: #03C; }
a:hover 		{ text-decoration: underline; color: #00F; }
#details_nav a 	{ text-decoration: underline; color: #000; font-weight: bold; font-size: 12px; }
#details_nav a:hover { color: #444444; }
#items a 		{ text-decoration: underline; color: #03C; }
#items a:hover 	{ color: #444444; }

h1, h2, h3 	{ margin: 8px 8px 8px 8px; padding: 0; color: #333; font-weight: bold; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; }
h1 			{ 
				font-size: 22px; 
				margin: 0 0 0 -30px;
				padding: 12px 10px 0 20px;
				background: url(http://images.marketingtechblog.com/theme/postheader-bg.png) no-repeat top left; 
				color: #FFF;
				height: 65px;
				width: 644px;
				display:block;
			}
h1 a, h1 a:hover {
		text-decoration: none;
		color: #FFF;
}
h2 			{ font-size: 20px; }
h3 			{ font-size: 18px; }
fieldset 	{ border: 2px solid #e2e2e2; padding: 4px 20px 20px 20px; }
#directory fieldset { margin-bottom: 10px }
legend 		{ color: #333; padding: 0px 14px 0px 14px; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 24px; }

ul 			{ list-style-image:url(../images/layout/li.png); }

img {
	border:none;
}
p {
	margin-left:10px;
}
/* layout */
body {
	background:url(http://images.marketingtechblog.com/wp-themes/marketingtechblog/bg.png) repeat-x top;
	text-align:center;
}
#wrapper {
	text-align:left;
	width:974px;
	margin:0px auto;
}
#rss {
	position: absolute;
	padding: 8px 12px;
	top: 0px;
	right: 39px;
	font-size: 75%;
}
#rss span.twitter {
	background: url(http://images.marketingtechblog.com/theme/twitter-icon.png) no-repeat 0% 50%;
	padding: 2px 10px 2px 23px;
}
#rss span.blog {
	background: url(http://images.marketingtechblog.com/theme/blog-icon.png) no-repeat 0% 50%;
	padding: 2px 10px 2px 23px;
}
#rss span.subscribe {
	background: url(http://images.marketingtechblog.com/theme/rss-icon.png) no-repeat 0% 50%;
	padding: 2px 10px 2px 23px;
}
#rss a, #rss a:hover {
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
	font-weight: 100;
}
#byline {
	color: white;
	font-size: 0.85em;
	font-weight: bold;
	padding: 90px 65px 0 0;
	text-align: right;
	text-transform: uppercase;
}
#banner {
	background:url(http://images.marketingtechblog.com/theme/mtvendor.png) no-repeat top left;
	position:relative;
	margin: 0 0 0 -16px;
	width:989px;
	height:130px;
}
#banner h1 {
	display: none;	
}
#nav {
	font-size: 92.5%;
	font-weight: 500;
}
#nav .left {
	width: 65%; 
	float:left; 
	display:block
}
#nav .right {
	width: 30%; 
	float:right; 
	display:block
}
#nav .right p {
	color:#666;
	font-size: 89.5%;
}
#nav .right p a, #nav .right p a:hover {
	font-weight: 700;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	color:#000;
	display:block;
	float:left;
	width:96px;
	height:29px;
	margin-right:3px;
	text-align:center;
	line-height:29px;
}
#nav ul li a:hover {
	color: #333;
	text-decoration:none;
}
#directory {
	width: 70%;
	float: left;
}
#directory a.category {
	font-weight: 600;
	font-size: 118%;
}
#megamenu {
	position: absolute;
	left: -10000px;
	width: 700px;
	padding: 0;
	z-index: 1000;
}
#megacontent {
	background: url(../images/layout/megamenu_top.png) no-repeat top;
	padding: 50px 10px 0 10px;
}
#megacontent p {
	font-size: 75%;
	margin: 0;
	padding: 0 25px 0 30px;
}
#megafooter {
	background: url(../images/layout/megamenu_foot.png) no-repeat bottom;
	min-height: 50px;
	margin: 0;
}
#megamenu .categoryList {
	width: 320px;	
}
a.menu {
	background: url(../images/layout/arrdn.png) no-repeat;
	padding-left: 20px;
}
#breadcrumb {
	width: 640px;
	color: #000;
}
#breadcrumb ul {
	list-style: none;
}
#breadcrumb li {
	position: relative;
}
#breadcrumb span.megamenu:hover #megamenu {
	left: -28px;
	display:block;
}
#content {
	margin-top: -15px;
	position:relative;
	background: #FFF;
	min-height:350px;
	padding: 10px 15px 50px 15px;
}
#browse h3 {
	color: #FFF;
	background: url(http://images.marketingtechblog.com/wp-themes/marketingtechblog/sidebar-bg.png) no-repeat top right;
	text-transform:uppercase;
	font-size:1.1em;
	margin: 15px 0 0 0;
	padding: 10px 0 0 15px;
	height: 50px;
	width: 315px;
}
#content #page_heading {
	position:relative;
	padding-right:100px;
	margin-bottom:10px;
}
#content #page_heading #login {
	position:absolute;
	right:10px;
	top:0;
}
#statistics {
	margin: auto 10px;
	color: #333;
	font-size: 85%;
}
#statistics div.left {
	width: 50%;
	float: left;
}
#statistics div.right {
	width: 50%;
	float: right;
}
#footer {
	position:absolute;
	bottom:0;
	width:932px;
	font-size:0.8em;
	padding-bottom:10px;
	text-align:right;
	color:#C2C2C2;
	background: #FFF;
}
#footer a, #footer a:hover {
	color: #666;
	text-decoration:underline;
}
#footer .debug_info .debug_value {
	color:#333333;
}
/* classes */
div.hr {
	height:3px;
	width:100%;
	background:url(../images/layout/line_bg.png) repeat-x bottom;
	margin:5px 0;
}
div.page_section {
	padding: 0 8px 6px 8px;
	color: #999;
	font-size: 12px;
}
div.page_section a 	{
	color: #069;
}
div.page_sub_heading {
	font-size: 17px;
	color: #000;
	border-bottom: 1px dotted #666;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-left: 6px;
}
.button_search {
	font-weight: bold;
	font-size: 13px;
	padding: 4px 18px 4px 18px;
	margin-top: 6px;
}
div.feedback {
	margin:10px 0;
	padding:10px;
	padding-left:35px;
	background:#FFCCCC;
	border:1px solid #990000;
}
div.ajax_feedback {
	margin:10px 0;
	padding:10px;
	padding-left:35px;
	background:#FFCCCC;
	border:1px solid #990000;
}
div.subcategoryList {
	margin: 5px 5px 8px 40px;
	font-size: 87%;
	color: #999;
	padding-bottom: 4px;
}
div.subcategoryList a {
	color: #06C;	
}
img.ajax_loading_graphic {
	display:block;
	margin:10px;
}
div.clear {
	clear:both;
}
table tr.noItems td {
	color:#999999;
	letter-spacing:0.2em;
	height:40px;
	padding:0 30px;
}
.description {
	margin-left:10px;
}
.letters {
	text-align:center;
}
.letters .letter_active a {
	color:#000000;
	font-weight:bold;
}
#page_heading { padding: 0px 8px 0px 8px; color: #a2a2a2; }
.page_section { margin: -20px 0 0 -5px; color: #999; font-size: 12px; }
.page_section a { color: #666; }
.page_headspace { color: #d2d2d2; margin: 0px 4px 0px 4px; }
.page_headlogin { height: 16px; float:right; text-align:right; background-image: url(../images/layout/user-green.gif); background-position: left top; background-repeat: no-repeat; padding-left: 20px; }

#homepage_top { margin-top: 14px; }
.homepage_leftcol { padding-right: 20px; }

.item_list { border-bottom: 1px dotted #dedede; margin-top: 10px; min-height: 115px; }
.item_pic { padding-bottom: 8px; }
.item_details { padding-bottom: 8px; padding-top: 6px; }
.item_date { color: #a2a2a2; font-size: 12px; }
.item_rating { margin-top: 8px; }

.profile img {
	float: right;
	display: block;
}
h2.browse {
	margin: 0;	
}

#categories { padding-right: 20px; padding-left: 8px; font-size: 95%}
#categoryDetails  p { margin: -10px 0 30px 0; }
#categories li { list-style: none; border-bottom: 1px dotted #dedede; padding-bottom: 4px; margin-bottom: 4px; color: #c2c2c2; }
.page_sub_heading { font-size: 17px; color: #000; border-bottom: 1px dotted #666; padding-bottom: 6px; margin-bottom: 6px; padding-left: 6px; }
.page_sub_heading2 { font-size: 17px; color: #000; border-bottom: 1px dotted #666; padding-bottom: 6px; margin-bottom: 6px; padding-left: 0px; }

#pages { padding-top: 10px; }

.search strong { font-size: 12px; margin-left: 8px; margin-bottom: 4px; }
.search_results:hover { background-color: #efefef; }
.textbox_search, input.input_search { padding-left: 8px; padding-top: 4px; width: 240px; margin: 4px 5px 8px 0; }
.textbox_search2 { padding-left: 4px; padding-top: 8px; width: 200px; margin: 4px 5px 8px 0; }
.select_search, select.input_search { padding-left: 4px; padding-top: 6px; width: 120px; margin: 4px 5px 8px 0; }
select { height: 18px; font-size: 13px; }
.button_search { cursor: pointer; background: url(http://images.marketingtechblog.com/theme/searchbutton.png) no-repeat; text-indent: -9999px; height: 28px; width: 24px; border: none; }
.result_row { border-bottom: 1px dotted #dedede; padding-left: 4px; padding-bottom: 4px; padding-right: 10px; padding-top: 4px; }

.heading_alt { color:#060; }

#cp-avatar {
    float:left;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:10px
}
#cp-options {
    margin-left:75px;
}

div.noItems {
	color:#999999;
	letter-spacing:0.1em;
	font-size:1.4em;
	text-align:center;
	line-height:2.5em;
	font-style:italic;
}
#adminJump {
	position:absolute;
	bottom:10px;
	right:10px;
	background:#CCC;
	width:150px;
	height:70px;
	padding:10px;
	border:1px solid #666;
	cursor:move;
	z-index:500;
}

.pagination {
	margin-top:15px;
}
.pagination a {
	color: #333333;
	background-color: #999;
	border: 1px solid #999999;
	padding: 4px 10px 4px 10px;
	margin: 0 2px 0 0;
}
.pagination a.current {
	border-color:#999999;
	background-color: #CCC;
	color:white;
}
.pagination a:hover {
	color: #03C;
}
/* form */
div.form_row {
	padding:2px
}
div.form_row_error {
	background:#FFEEEE;
	border:1px solid #FFCCCC;
	padding:5px 0;
}
span.label {
	width:150px;
	float:left;
	clear:left;
	text-align:right;
	margin-right:10px;
}
div.form_row_error span.label {
	font-weight:bold;
	color:#CC0000;
}
div.form_row input.button_search {
	margin: -34px 0 0 308px;	
	display: block;
}
span.comment {
	color:#666666;
	display:block;
}
span.input {
	float:left;
}
textarea {
	width:400px;
	height:300px;
}
span.starRatingInputLabel {
  line-height:20px;
  vertical-align:top;
  margin-left:15px;
  color:#666666;
  font-style:italic;
  letter-spacing:0.1em;
}
/* table */
table.table {
	margin:10px auto;
	border-collapse:collapse
}
table.table td.text, table.table th.text {
	text-align:left;
}
table.table th {
	padding: 6px 8px 6px 8px;
	background-color: #CCC;
	color: #000;
	border-top: 1px solid #666;
	text-align:center;
}
table.table th a {
	color: #000;
	border-bottom:1px dotted #000;
}
table.table th a:hover {
	text-decoration:none;
}
table.table tr {
	margin-left: 8px;
	margin-bottom: 4px;
}
table.table tr.featured td {
	background:#FDFFE8;
	font-weight:bold;
}
table.table td {
	text-align:center;
	border-bottom: 1px dotted #dedede;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
table.sortable thead {
    cursor: pointer;
}
.autocomplete {
	background:#ffffff;
	border:1px solid #000;
}
.autocomplete ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
.autocomplete ul li {
	cursor:pointer;
	font-style:italic;
	margin:10px;
}
.toggleSub {
	cursor: pointer;
}
/* --------- includes ----------- */
/* category browse/search panel */
#browse {
	margin: 0;
	float: right;
	width: 30%;
}
#browse p {
	font-size: 90%;
	color: gray 
}
#browse ul {
	list-style: none;
	margin: 0;
	padding: 15px;
}
#browse li.box {
	height: 230px;
	width: 230px;
	display: inline;
	float:left;
	margin-right: 5px;
}
#browse #search {
	height: 230px;
	width: 230px;
	background: url(../images/box/mtv_button_search.png) no-repeat;
}
#browse #search input.textbox_search {
	border: none;
	background: none;
	width: 160px;
	margin: 180px 0 0 10px;
	font-size: 20px;
}
#browse #search input.button_search {
	border: none;
	background: none;
}
/* home page category list */
#categories {
	width:100%;
}
.categoryList {
	list-style-type:none;
	width:50%;
	float:left;
	margin:0;
	padding:0;
	margin-top:10px;
}
.categoryList li {
	margin:0;
	margin-left:10px;
	border-bottom: 1px dotted #CCCCCC;
	color:#CCCCCC;
	padding:4px;
}
#directory #categories ul li ul {
	margin-left: 5px;
	padding-left: 5px;
}
#directory #categories ul li ul li {
	border: none;
}
/* search block */
#searchBlock {
	height: 215px;	
}
#searchBlock .searchKeywords {
	padding-left: 10px;
}
#searchBlock .searchCategory {
	float:left;
	width:150px;
	padding-left: 10px;
}
#searchBlock .searchSubcategory {
	float:left;
	padding-left:5px;
	padding-left: 10px;
}
#searchBlock .searchVendor {
	clear:left;
	float:left;
	width:150px;
	padding-left: 10px;
}
#searchBlock .searchButton {
	float:left;
	padding-top:10px;
	padding-left:5px;
}
/* search inline */
#searchInline .searchKeywords {
	float:left;
	width:230px;
}
#searchInline .searchCategory {
	float:left;
	width:200px;
}
#searchInline .searchSubcategory {
	float:left;
	width:130px;
}
#searchInline .searchVendor {
	float:left;
	width:250px;
}
#searchInline .searchButton {
	float:left;
	padding-top:10px;
}
/* new products/reviews */
.newReviews, .newProducts {

}
.newReviews .item_list, .newProducts .item_list {
	clear:left;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
}
.newReviews .item_pic, .newProducts .item_pic {
	float:left;
	width:175px;
	margin-right:10px;
}
.newReviews .item_pic img, .newProducts .item_pic img {
	margin:0px auto;
	display:block;
}
.newReviews .item_details, .newProducts .item_details {
	float:left;
	width:200px;
}
/* new items */
#items {
	margin:0 0 0 0;
	background-color: #FFF;
}
#items div.left {
	width:50%;
	float:left;
	background-color: #FFF;
}
#items div.right {
	width:50%;
	float:left;
	background-color: #FFF;
}
#items fieldset {
	margin:0 10px;
}
/* review detail */
.review_featured .review {
	background: #FFF url(http://images.marketingtechblog.com/theme/featured.png) no-repeat top left;
	border:1px solid #666;
	padding: 25px 10px 10px 10px;
}
.review {
	margin-top:14px;
	border-bottom:1px dotted #dedede;
	padding: 0 10px 10px 10px;
	margin-bottom:10px;
}
.review_left {
	float:left;
	width:600px;
}
.review_right {
	float:right;
	width:264px;
	margin-right:2px;
}
.review .review_user_image {
	border-right: 1px dotted #dedede;
	margin-right:10px;
	float:left;
	width:80px;
}
.review .review_user_name a {
	color: #03C;
}
.review .review_date {
	color: #a3a3a3;
	font-size: 11px;
}
.review .review_summary_label {
	font-weight:bold;
	padding-right:5px;
}
.review .review_summary {
	font-style:italic;
	letter-spacing:0.1em;
}
.review .review_body {
	clear:left;
	margin-top:10px;
}
.review .review_long_rating {
	margin-top:10px;
}
.review .review_right .rate_box {
	margin-top:10px;
}
.review .review_actions {
	background-color: white;
}
.review .review_actions ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
.review .review_actions li {
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px dotted #dedede;
	padding-bottom: 2px;
	margin: 4px 0px 0px 0px;
	padding-left: 30px;
	background-color: white;
	background-position: left;
	background-repeat: no-repeat;
}
.review_edit 		{ background-image: url(../images/layout/option_editreview.jpg); height: 24px; }
.review_remove 		{ background-image: url(../images/layout/option_remove.jpg); height: 24px; }
.review_viewall 	{ background-image: url(../images/layout/option_viewall.jpg); height: 24px; }

.review_helpful {
	margin:10px 0;
	font-style:italic;
	color:#999999;
}
.review_helpful_vote {
	line-height:16px;
}
.review_helpful_vote img {
	margin-left:10px;
	vertical-align:middle;
}
.review_helpful .ajax_feedback {
	font-style:normal;
	color:#000000;
}

/* ---------- specific pages ---------- */
#product_detail #top_section {
	margin:15px;
}
#product_detail #left_col {
	float:left;
	width:180px;
	margin-top:20px;
	margin-right:10px;
}
#product_detail #affiliate_link_slot_available_from {
	margin-top:10px;
}
#product_detail #affiliate_link_slot_available_from .affiliate_link_slot_link {
	border-bottom: 1px dotted #666;
	padding:5px 0;
	margin:5px 0;
}
#product_detail #affiliate_link_slot_available_from .affiliate_link_slot_link .affiliate_link_retailer {
	float:left;
	width:75px;
	height:25px;
	margin-right:10px;
	position:relative;
}
#product_detail #affiliate_link_slot_available_from .affiliate_link_slot_link .affiliate_link_retailer img {
	position:absolute;
	top:50%;
	left:50%;
}
#product_detail #affiliate_link_slot_available_from .affiliate_link_slot_link .affiliate_link_text {
	line-height:25px;
	text-align:right;
}
#product_detail #image {
	text-align:center;
	font-size:0.9em;
}
#product_detail #description {
	float:left;
	width:420px;
}
#product_detail #details {
	float:right;
	margin-left:20px;
	width:250px;
}
.rate_box {
	border: 1px solid #eaeaea;
	background-color: #f5f5f5;
	padding: 7px;
	width:250px;
	margin-bottom:20px;
	margin-right:4px;
}
.rate_title {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
.rate_details {
	margin: 8px 0px 0px 0px;
	padding-left: 10px;
}
.rate_box dt {
	letter-spacing:0.2em;
	color:#666666;
	margin-right:10px;
	border-bottom:1px dotted #CCCCCC;
}
.rate_box dd {
	margin-right:10px;
	margin-bottom:5px;
	text-align:right;
}
#product_detail #details_nav {
	clear:left;
	letter-spacing: -0.03em;
	padding: 6px 8px 6px 8px;
	margin-top: 8px;
	background-color: #CCC;
	color: #000;
	border: 1px solid #666;
	font-size: 12px;
}
#product_detail #details_nav ul {
	list-style-type:none;
	list-style-image:none;
	margin:10px;
	padding:0;
}
#product_detail #details_nav ul li {
	display:inline;
	padding:10px 20px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 4px;
}
#product_detail #mainTitle  {
	padding-top:5px;
}
#product_detail #overallRating {
	height:28px;
	min-width:200px;
	float:right;
	text-align:right;
}
#product_detail #overallRating img {
	margin-top:5px;
}
#product_detail #vendors {
	clear:both;
	margin-top:5px;
}
.details_link_images 		{ background-image: url(../images/layout/midbar_images.png); }
.details_link_vendor 		{ background-image: url(../images/layout/midbar_vendor.png); }
.details_link_allvendor 	{ background-image: url(../images/layout/midbar_allvendor.png); }
.details_link_allreviews 	{ background-image: url(../images/layout/midbar_allreviews.png); }
.details_link_compare 		{ background-image: url(../images/layout/midbar_compare.png); }
.details_link_details 		{ background-image: url(../images/layout/midbar_details.png); }
.details_link_addreview 	{ background-image: url(../images/layout/midbar_addreview.png); }
.details_link_discussion 	{ background-image: url(../images/layout/midbar_discussion.png); }

#reviewSortBy {
	float:right;
	margin-top:10px;
}
#adsensemid {
	margin: 5px 0 5px 100px;
}
#adsenseright {
	float:right;
	width: 300px;
	margin: 10px 0 0 35px;
}
#adsensefooter {
	margin: 15px 0 0 100px;
}
