.media_container {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-top: .5em;
	margin-bottom: .5em;
}

.media_attachment a {
	display: block;
	border-top: solid 1px #282;
	border-bottom: solid 1px #282;
    background: #efe 10px center no-repeat;
	color: #11d;
	text-decoration: none;
	width: 100%;
	padding: 30px 10px 30px 65px;
	margin: 6px 0px;
}

.media_attachment a:hover {
	color: #b11;
}

.media_attachment .media_info {
	color: #000;
}

.media_container .media {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.media_caption a {
	text-decoration: none !important;
	color: inherit;
	font-size: 9pt;
}

.media_caption img {
	margin-bottom: 2px;
}

.media a img {
	border: 0px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://greatinternetdeal.com/wp-includes/js/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: 1px solid #555;
	-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	box-shadow: rgba(0,0,0,1) 0 4px 30px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}


#main div.contact_form,
#content div.contact_form {
	width: 360px;
	margin: 0px auto;
}

.sidebar div.contact_form {
	width: auto;
}

div.cf_field {
	text-align: left;
	margin: .5em 0px;
}

div.cf_send {
	text-align: center;
}

input.cf_field {
	width: 95%;
}

textarea.cf_field {
	width: 96%;
	height: 160px;
	overflow-y: visible;
}

.sidebar .contact_form /* = sidebar widget */ {
	margin-left: 0px;
	margin-right: 0px;
}

.sidebar textarea.cf_field {
	height: 120px;
}

.cf_success {
	border: solid 1px #282;
	background: #efe;
	color: #282;
	padding: 1em;
}

.cf_error {
	border: solid 1px #b11;
	background: #fee;
	color: #b11;
	padding: 1em;
}

body {
	margin: 0px !important;
}

#am {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: right;
	z-index: 9999;
}

#am div {
	background-color: #ccc !important;
	border-bottom: solid 1px #666 !important;
	border-right: solid 1px #666 !important;
	border-top: solid 1px #ddd !important;
	border-left: solid 1px #ddd !important;
	color: #000 !important;
	font-family: Trebuchet MS, Tahoma, Helvetica, Sans-Serif !important;
	font-size: 11px !important;
	line-height: 13px !important;
	margin: 0px;
	padding: 0px !important;
	padding-left: 5px;
}

#am span {
	padding-right: 5px;
	margin: 0px;
}

#am .am_new {
	background: url(http://greatinternetdeal.com/wp-content/plugins/sem-admin-menu/css/../icons/new_file.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_manage {
	background: url(http://greatinternetdeal.com/wp-content/plugins/sem-admin-menu/css/../icons/edit.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_comments {
	background: url(http://greatinternetdeal.com/wp-content/plugins/sem-admin-menu/css/../icons/comment.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_options {
	background: url(http://greatinternetdeal.com/wp-content/plugins/sem-admin-menu/css/../icons/options.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_dashboard {
	background: url(http://greatinternetdeal.com/wp-content/plugins/sem-admin-menu/css/../icons/activity.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_user {
	background: url(http://greatinternetdeal.com/wp-content/plugins/sem-admin-menu/css/../icons/user.gif) center left no-repeat;
	padding-left: 14px;
}

#am a {
	color: #555 !important;
	text-decoration: none !important;
	padding: 0px;
	margin: 0px;
}

#am a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}


div.sexy-bookmarks { margin:20px 0 0 0; clear: both !important; }
div.sexy-bookmarks-expand { height: 29px; overflow: hidden; }
.sexy-bookmarks-bg-sexy, .sexy-bookmarks-bg-caring, .sexy-bookmarks-bg-caring-old, .sexy-bookmarks-bg-love, .sexy-bookmarks-bg-wealth, .sexy-bookmarks-bg-enjoy, .sexy-bookmarks-bg-german { background:url('http://greatinternetdeal.com/wp-content/plugins/sexybookmarks/css/../images/sexy-trans.png') no-repeat !important; }
div.sexy-bookmarks-bg-sexy { padding: 28px 0 0 10px !important; background-position: left -348px !important; }
div.sexy-bookmarks-bg-caring { padding: 26px 0 0 10px !important; background-position: left 0 !important; }
div.sexy-bookmarks-bg-caring-old { padding: 26px 0 0 10px !important; background-position: left -748px !important; }
div.sexy-bookmarks-bg-love { padding: 26px 0 0 10px !important; background-position: left -1148px !important; }	
div.sexy-bookmarks-bg-wealth { margin-left: 15px !important; padding: 35px 0 0 20px !important; background-position: left -1535px !important; }
div.sexy-bookmarks-bg-enjoy { padding: 26px 0 0 10px !important; background-position: left -1895px !important; }
div.sexy-bookmarks-bg-german { padding:35px 0 0 20px !important; background-position:left -2248px !important; }
div.sexy-bookmarks ul.socials { width:100% !important; margin:0 !important; padding:0 !important; float: left !important; }
div.sexy-bookmarks ul.socials { background:transparent none !important; border:0 none !important; outline:0 none !important; }
div.sexy-bookmarks ul.socials li {
	display:inline !important;
	float:left !important;
	list-style-type:none !important;
	margin:0;
	height:29px !important;
	width:60px !important;
	cursor:pointer !important;
	padding:0 !important;
	background-color:transparent !important;
	border:0 none !important;
	outline:0 none !important;
	clear:none !important;
}
div.sexy-bookmarks ul.socials li:before, div.sexy-bookmarks ul.socials li:after, div.sexy-bookmarks ul.socials li a:before, div.sexy-bookmarks ul.socials li a:after { content:'' !important; }
div.sexy-bookmarks ul.socials a {
	display:block !important;
	width:60px !important;
	height:29px !important;
	background-color:transparent !important;
	text-decoration:none !important;
	border:0 none !important;
	outline:0 none !important;
}
div.sexy-bookmarks ul.socials a:hover {
	text-decoration:none !important;
	border:0 none !important;
	background-color:transparent !important;
}
div.sexy-bookmarks ul.socials a:hover, div.sexy-bookmarks ul.socials li:hover { background-color:transparent !important; border:0 none !important; outline:0 none !important; }
div.sexy-bookmarks ul.socials li {background-image:url('http://greatinternetdeal.com/wp-content/plugins/sexybookmarks/css/../images/sexy-sprite.png') !important;background-repeat: no-repeat !important;}
li.sexy-newsvine { background-position:left bottom !important; }
li.sexy-newsvine:hover { background-position:left top !important; }
li.sexy-linkedin { background-position:-70px bottom !important; }
li.sexy-linkedin:hover { background-position:-70px top !important; }
li.sexy-googlebookmarks { background-position:-140px bottom !important; }
li.sexy-googlebookmarks:hover { background-position:-140px top !important; }
li.sexy-googlereader { background-position:-210px bottom !important; }
li.sexy-googlereader:hover { background-position:-210px top !important; }
li.sexy-scriptstyle { background-position:-280px bottom !important; }
li.sexy-scriptstyle:hover { background-position:-280px top !important; }
li.sexy-mail { background-position:-350px bottom !important; }
li.sexy-mail:hover { background-position:-350px top !important; }
li.sexy-comfeed { background-position:-420px bottom !important; }
li.sexy-comfeed:hover { background-position:-420px top !important; }
li.sexy-twitter { background-position:-490px bottom !important; }
li.sexy-twitter:hover { background-position:-490px top !important; }
li.sexy-technorati { background-position:-560px bottom !important; }
li.sexy-technorati:hover { background-position:-560px top !important; }
li.sexy-stumbleupon { background-position:-630px bottom !important; }
li.sexy-stumbleupon:hover { background-position:-630px top !important; }
li.sexy-reddit { background-position:-700px bottom !important; }
li.sexy-reddit:hover { background-position:-700px top !important; }
li.sexy-myspace { background-position:-770px bottom !important; }
li.sexy-myspace:hover { background-position:-770px top !important; }
li.sexy-mixx { background-position:-840px bottom !important; }
li.sexy-mixx:hover { background-position:-840px top !important; }
li.sexy-diigo { background-position:-910px bottom !important; }
li.sexy-diigo:hover { background-position:-910px top !important; }
li.sexy-digg { background-position:-980px bottom !important; }
li.sexy-digg:hover { background-position:-980px top !important; }
li.sexy-designfloat { background-position:-1050px bottom !important; }
li.sexy-designfloat:hover { background-position:-1050px top !important; }
li.sexy-yahoobuzz { background-position:-1120px bottom !important; }
li.sexy-yahoobuzz:hover { background-position:-1120px top !important; }
li.sexy-delicious { background-position:-1190px bottom !important; }
li.sexy-delicious:hover { background-position:-1190px top !important; }
li.sexy-blinklist { background-position:-1260px bottom !important; }
li.sexy-blinklist:hover { background-position:-1260px top !important; }
li.sexy-facebook { background-position:-1330px bottom !important; }
li.sexy-facebook:hover { background-position:-1330px top !important; }
li.sexy-misterwong { background-position:-1400px bottom !important; }
li.sexy-misterwong:hover { background-position:-1400px top !important; }
li.sexy-izeby { background-position:-1470px bottom !important; }
li.sexy-izeby:hover { background-position:-1470px top !important; }
li.sexy-twittley { background-position:-1540px bottom !important; }
li.sexy-twittley:hover { background-position:-1540px top !important; }
li.sexy-tipd { background-position:-1610px bottom !important; }
li.sexy-tipd:hover { background-position:-1610px top !important; }
li.sexy-pfbuzz { background-position:-1680px bottom !important; }
li.sexy-pfbuzz:hover { background-position:-1680px top !important; }
li.sexy-friendfeed { background-position:-1750px bottom !important; }
li.sexy-friendfeed:hover { background-position:-1750px top !important; }
li.sexy-blogmarks { background-position:-1820px bottom !important; }
li.sexy-blogmarks:hover { background-position:-1820px top !important; }
li.sexy-fwisp { background-position:-1890px bottom !important; }
li.sexy-fwisp:hover { background-position:-1890px top !important; }
li.sexy-designmoo { background-position:-1960px bottom !important; }
li.sexy-designmoo:hover { background-position:-1960px top !important; }
li.sexy-bobrdobr { background-position:-2030px bottom !important; }
li.sexy-bobrdobr:hover { background-position:-2030px top !important; }
li.sexy-memoryru { background-position:-2100px bottom !important; }
li.sexy-memoryru:hover { background-position:-2100px top !important; }
li.sexy-100zakladok { background-position:-2170px bottom !important; }
li.sexy-100zakladok:hover { background-position:-2170px top !important; }
li.sexy-yandex { background-position:-2240px bottom !important; }
li.sexy-yandex:hover { background-position:-2240px top !important; }
li.sexy-moemesto { background-position:-2310px bottom !important; }
li.sexy-moemesto:hover { background-position:-2310px top !important; }
li.sexy-marrows { background-position:-2380px bottom !important; }
li.sexy-marrows:hover { background-position:-2380px top !important; }
li.sexy-identica { background-position:-2450px bottom !important; }
li.sexy-identica:hover { background-position:-2450px top !important; }
li.sexy-hackernews { background-position:-2520px bottom !important; }
li.sexy-hackernews:hover { background-position:-2520px top !important; }
li.sexy-ning { background-position:-2590px bottom !important; }
li.sexy-ning:hover { background-position:-2590px top !important; }
li.sexy-designbump { background-position:-2660px bottom !important; }
li.sexy-designbump:hover { background-position:-2660px top !important; }
li.sexy-printfriendly { background-position:-2730px bottom !important; }
li.sexy-printfriendly:hover { background-position:-2730px top !important; }
li.sexy-fleck{ background-position:-2800px bottom !important; }
li.sexy-fleck:hover{ background-position:-2800px top !important; }
li.sexy-netvibes{ background-position:-2870px bottom !important; }
li.sexy-netvibes:hover{ background-position:-2870px top !important; }
li.sexy-netvouz{ background-position:-2940px bottom !important; }
li.sexy-netvouz:hover{ background-position:-2940px top !important; }
li.sexy-nujij{ background-position:-3010px bottom !important; }
li.sexy-nujij:hover{ background-position:-3010px top !important; }
li.sexy-globalgrind{ background-position:-3080px bottom !important; }
li.sexy-globalgrind:hover{ background-position:-3080px top !important; }
li.sexy-wikio{ background-position:-3150px bottom !important; }
li.sexy-wikio:hover{ background-position:-3150px top !important; }
li.sexy-xerpi{ background-position:-3220px bottom !important; }
li.sexy-xerpi:hover{ background-position:-3220px top !important; }
li.sexy-sphinn{ background-position:-3290px bottom !important; }
li.sexy-sphinn:hover{ background-position:-3290px top !important; }
li.sexy-blogospherenews{ background-position:-3360px bottom !important; }
li.sexy-blogospherenews:hover{ background-position:-3360px top !important; }
li.sexy-posterous{ background-position:-3430px bottom !important; }
li.sexy-posterous:hover{ background-position:-3430px top !important; }
li.sexy-techmeme{ background-position:-3500px bottom !important; }
li.sexy-techmeme:hover{ background-position:-3500px top !important; }
li.sexy-ekudos{ background-position:-3570px bottom !important; }
li.sexy-ekudos:hover{ background-position:-3570px top !important; }
li.sexy-pingfm{ background-position:-3640px bottom !important; }
li.sexy-pingfm:hover{ background-position:-3640px top !important; }
li.sexy-tomuse{ background-position:-3710px bottom !important; }
li.sexy-tomuse:hover { background-position:-3710px top !important; }
li.sexy-webblend{ background-position:-3780px bottom !important; }
li.sexy-webblend:hover { background-position:-3780px top !important; }
li.sexy-wykop{ background-position:-3850px bottom !important; }
li.sexy-wykop:hover { background-position:-3850px top !important; }
li.sexy-blogengage{ background-position:-3920px bottom !important; }
li.sexy-blogengage:hover { background-position:-3920px top !important; }
li.sexy-hyves { background-position:-3990px bottom !important; }
li.sexy-hyves:hover { background-position:-3990px top !important; }
li.sexy-pusha { background-position:-4060px bottom !important; }
li.sexy-pusha:hover { background-position:-4060px top !important; }
li.sexy-hatena { background-position:-4130px bottom !important; }
li.sexy-hatena:hover { background-position:-4130px top !important; }
li.sexy-mylinkvault { background-position:-4200px bottom !important; }
li.sexy-mylinkvault:hover { background-position:-4200px top !important; }
li.sexy-slashdot { background-position:-4270px bottom !important; }
li.sexy-slashdot:hover { background-position:-4270px top !important; }
li.sexy-squidoo { background-position:-4340px bottom !important; }
li.sexy-squidoo:hover { background-position:-4340px top !important; }
li.sexy-propeller { background-position:-4410px bottom !important; }
li.sexy-propeller:hover { background-position:-4410px top !important; }
li.sexy-faqpal { background-position:-4480px bottom !important; }
li.sexy-faqpal:hover { background-position:-4480px top !important; }
li.sexy-evernote { background-position:-4550px bottom !important; }
li.sexy-evernote:hover { background-position:-4550px top !important; }
li.sexy-meneame { background-position:-4620px bottom !important; }
li.sexy-meneame:hover { background-position:-4620px top !important; }
li.sexy-bitacoras { background-position:-4690px bottom !important; }
li.sexy-bitacoras:hover { background-position:-4690px top !important; }
li.sexy-jumptags { background-position:-4760px bottom !important; }
li.sexy-jumptags:hover { background-position:-4760px top !important; }
li.sexy-bebo { background-position:-4830px bottom !important; }
li.sexy-bebo:hover { background-position:-4830px top !important; }
li.sexy-n4g { background-position:-4900px bottom !important; }
li.sexy-n4g:hover { background-position:-4900px top !important; }
li.sexy-strands { background-position:-4970px bottom !important; }
li.sexy-strands:hover { background-position:-4970px top !important; }
li.sexy-orkut { background-position:-5040px bottom !important; }
li.sexy-orkut:hover { background-position:-5040px top !important; }
li.sexy-tumblr { background-position:-5110px bottom !important; }
li.sexy-tumblr:hover { background-position:-5110px top !important; }
li.sexy-stumpedia { background-position:-5180px bottom !important; }
li.sexy-stumpedia:hover { background-position:-5180px top !important; }
li.sexy-current { background-position:-5250px bottom !important; }
li.sexy-current:hover { background-position:-5250px top !important; }
li.sexy-blogger { background-position:-5320px bottom !important; }
li.sexy-blogger:hover { background-position:-5320px top !important; }
li.sexy-plurk { background-position:-5390px bottom !important; }
li.sexy-plurk:hover { background-position:-5390px top !important; }
li.sexy-virb { background-position:-5460px bottom !important; }
li.sexy-virb:hover { background-position:-5460px top !important; }
li.sexy-dzone { background-position:-5530px bottom !important; }
li.sexy-dzone:hover { background-position:-5530px top !important; }
li.sexy-kaevur { background-position:-5600px bottom !important; }
li.sexy-kaevur:hover { background-position:-5600px top !important; }
li.sexy-boxnet { background-position:-5670px bottom !important; }
li.sexy-boxnet:hover { background-position:-5670px top !important; }
li.sexy-oknotizie { background-position:-5740px bottom !important; }
li.sexy-oknotizie:hover { background-position:-5740px top !important; }
li.sexy-bonzobox { background-position:-5810px bottom !important; }
li.sexy-bonzobox:hover { background-position:-5810px top !important; }
li.sexy-plaxo { background-position:-5880px bottom !important; }
li.sexy-plaxo:hover { background-position:-5880px top !important; }
li.sexy-springpad { background-position:-5950px bottom !important; }
li.sexy-springpad:hover { background-position:-5950px top !important; }
li.sexy-zabox { background-position:-6020px bottom !important; }
li.sexy-zabox:hover { background-position:-6020px top !important; }
li.sexy-viadeo { background-position:-6090px bottom !important; }
li.sexy-viadeo:hover { background-position:-6090px top !important; }
li.sexy-googlebuzz { background-position:-6160px bottom !important; }
li.sexy-googlebuzz:hover { background-position:-6160px top !important; }

/*
Theme Name: Semiologic
Theme URI: http://www.semiologic.com/software/sem-reloaded/
Description: The Semiologic theme, Reloaded.
Version: 0.9 RC4
Author: Denis de Bernardy
Author URI: http://www.mesoconcepts.com
Text Domain: sem-reloaded
Domain Path: /lang
*/

/*
Terms of use
------------

This software is copyright Mesoconcepts (http://www.mesoconcepts.com), and is distributed under the terms of the GPL license, v.2.

http://www.opensource.org/licenses/gpl-2.0.php
**/

/*
DO NOT EDIT THIS FILE
=====================

Semiologic has a custom.css feature.

To customize this file, create a custom.css file in the theme's folder, and paste this file's contents. This will let you customize the theme's defaults without losing your changes when you upgrade.
*/


/*
Reset
-----
Based on YUI Reset and YUI Font
Copyright (c) 2008, Yahoo! Inc. All rights reserved. BSD Licensed.
*/

html {
	color:#000;
	background:#fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin:0;
	padding:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: inherit;
	font-weight: inherit;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: inherit;
}

q:before,
q:after {
	content:'';
}

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select {
	*font-size:100%;
}

legend {
	color:#000;
}

body {
	font:14px/1.432 "Trebuchet MS", "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
}

table {
	font-size:inherit;
	font:100%;
}

pre, code, kbd, samp, tt {
	font: 13px/1.231 Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", Monospace;
}

input, button, textarea {
	line-height: 123.1%;
}


/*
Theme Fonts
-----------
*/

.arial {
	font-family: Arial, "Liberation Sans", "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
}

.tahoma {
	font-family: Tahoma, "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
}

.trebuchet {
	font-family: "Trebuchet MS", "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
}

.verdana {
	font-family: Verdana, "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
}

.antica,
.bookman,
.garamond {
	font-family: Palatino, "Book Antica", "Palatino Linotype", "URW Palladio L", Palladio, Georgia, "DejaVu Serif", Serif;
}

.georgia {
	font-family: Georgia, "New Century Schoolbook", "Century Schoolbook L", "DejaVu Serif", Serif;
}

.times {
	font-family: "Times New Roman", Times, "Liberation Serif", "DejaVu Serif Condensed", Serif;
}

.courier {
	font-family: "Courier New", "Liberation Mono", "Nimbus Mono L", Monospace;
}


/*
Semiologic Defaults
-------------------
*/

pre, blockquote, li, dt, dd {
	margin: 3px 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 10px 0px;
}

blockquote, q, ul, ol, dl {
	margin-left: 20px;
}

ul ul,
ol ol,
dl dl {
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

pre {
	padding: 15px;
	background: #f8f8ff;
	color: #000;
	border: dotted 1px #bbb;
}

.main blockquote {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/icons/blockquote.gif) top left no-repeat;
	padding: 1px 10px 1px 50px;
	margin: 0px;
	min-height: 50px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

del, s {
	text-decoration: line-through;
}

ins, u {
	text-decoration: underline;
}

a,
pre a {
	color: #11d;
}

a:hover,
pre a:hover {
	color: #b11;
}

.align_center {
	text-align: center;
}

img.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

.float_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
}

.active {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 123.1%;
	font-family: Georgia, "New Century Schoolbook", "Century Schoolbook L", "DejaVu Serif", Serif;
}

h2 {
	font-size: 19px;
	line-height: 123.1%;
	font-family: Georgia, "New Century Schoolbook", "Century Schoolbook L", "DejaVu Serif", Serif;
}

.widget_calendar table {
	line-height: 123.1%;
}

.widget_calendar caption {
	font-size: 17px;
	line-height: 123.1%;
	font-family: Georgia, "New Century Schoolbook", "Century Schoolbook L", "DejaVu Serif", Serif;
}

.widget_calendar tfoot a {
	color: inherit;
}

h3,
th {
	font-weight: bold;
}

.entry_content h3 {
	font-size: 15px;
}

.entry_categories p,
.entry_tags p {
	margin: 3px 0px;
}

.button {
	font-weight: bold;
	background-image: none;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #dfdfdf;
	border: solid 1px #808080;
	color: #111;
	padding: 1px 7px;
	margin-left: 2px;
	margin-right: 2px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	cursor: pointer;
}

.button:hover {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/icons/gray-grad.png);
}

.button:active {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/icons/gray-grad-rev.png);
}


/*
 * calendar
 */

.widget_calendar table {
	border-collapse: collapse;
	margin: 0px auto 5px;
	width: 153px;
}

.widget_calendar caption {
	margin: 0 auto 3px auto;
	text-align: center;
}

.widget_calendar th,
.widget_calendar td {
	padding: 1px 1px;
	text-align: center;
}

.widget_calendar #prev {
	padding-left: 4px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 4px;
	text-align: right;
}

#today {
	font-weight: bold;
}


/*
 * Comment Form
 */

#commentform div {
	margin: 5px 0px;
}


/*
 * Avatars
 */

img.avatar {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
}


/*
 * Miscellaneous
 */

.sem_subscribe_me ul,
.now-reading ul,
.widget_democracy ul {
	list-style: none !important;
}

.entry_actions a,
.comment_actions a {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
}

.comment_box a {
	display: block !important;
	text-align: center !important;
	height: 34px !important;
	width: 40px !important;
	overflow: hidden !important;
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/icons/comment_box.gif) top center no-repeat !important;
	color: #222 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 24px !important;
	padding-top: 3px !important;
	padding-bottom: 1px !important;
}

.comment_box a:hover {
	color: #b11 !important;
}

#header a,
#header a:hover {
	color: inherit;
	text-decoration: none;
}

#header_nav span {
	margin-left: 0px;
	margin-right: 12px;
}

.sep_nav #header_nav span {
	margin-left: 0px;
	margin-right: 4px;
}

#footer_nav span {
	margin-left: 6px;
	margin-right: 6px;
}

.sep_nav #footer_nav span {
	margin-left: 2px;
	margin-right: 2px;
}

.float_nav #footer_nav span {
	margin-left: 12px;
	margin-right: 0px;
}

.float_sep_nav #footer_nav span {
	margin-left: 4px;
	margin-right: 0px;
}

#credits {
	font-size: 11px;
}

#sitename {
	margin: 0px;
	letter-spacing: -1px;
	font-family: Georgia, "New Century Schoolbook", "Century Schoolbook L", "DejaVu Serif", Serif;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 40px;
	line-height: 52px;
}

#tagline {
	margin: 0px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 15px;
	line-height: 15px;
}

.invert_header #sitename {
	padding-top: 23px;
	padding-bottom: 0px;
	text-align: center;
}

.invert_header #tagline {
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}

.next_prev_posts,
.entry_nav,
.posts_nav,
p.submit,
p.solo-subscribe-to-comments {
	text-align: center;
}

.nav_active {
	font-weight: bold;
}

h1 a,
h2 a {
	text-decoration: none;
}

.entry_header a,
.widget_title a {
	color: inherit;
}


/* Margins and Padding */

.main_widget,
.entry,
.post_list,
.comment,
.widget {
	margin-top: 0px;
	margin-bottom: 20px;
}

.pad {
	padding: 0px 20px;
	margin: 0px auto;
}

.pad .pad {
	padding: 0px;
}

.post_list h3 {
	margin-top: 15px;
}

.widget_calendar td.pad {
	padding: 0px !important;
	margin: 0px !important;
}

.entry h2 {
	margin-top: 15px;
}

.entry_header {
	margin-top: 10px;
}

.entry_date + .entry_header,
.entry_date + .entry_header h1 {
	margin-top: 2px;
	padding: 0px;
}

div.entry_date,
h3.post_list_date,
.comment_date,
.pings_date {
	font-weight: bold;
	margin: 10px 0px 5px;
}

div.entry_date {
	margin-bottom: 2px;
}

.entry_header,
.pings_header,
.comments_header {
	margin-bottom: 10px;
}

.comment_header h3 {
	margin-top: 5px;
}

.comment_header em {
	font-style: normal;
}

.comment_time {
	font-weight: normal;
}

.entry_content,
.comment_content {
	margin-bottom: 10px;
}

.comment_content {
	margin-left: 70px;
}

.comment_label {
	width: 120px;
	float: left;
}

p.comment_label {
	margin-top: 3px;
	margin-bottom: 3px;
}

.comment_field {
	margin-left: 130px;
}

.comment_field input,
#comment {
	width: 99%;
}


/* WP Image Aligns */

.skin .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.skin img.aligncenter {
	display: block;
}

.skin .alignleft {
	float: left;
	margin-right: 5px;
}

.skin .alignright {
	float: right;
	margin-left: 5px;
}


/* WP Image Captions */

.wp-caption {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
	border-radius: 3px;
    background-color: #f3f3f3;
	color: #111;
    border: 1px solid #ddd;
    margin: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

p.wp-caption-text {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* hidden class, used to fix IE6 problems */

.hidden {
	display: none;
}

/* dropdowns in sidebars */

.sidebar select {
	width: 99%;
}

/* WP Search Widget */

.widget_search {
	text-align: center;
}

.widget_search .s {
	padding-top: 1px;
	padding-bottom: 0px;
}

/* mediacaster */

div.media,
div.enclosures {
	margin: 5px 0px;
}

div.media {
	text-align: center;
}

/* author image */

.entry_author_image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.entry .entry_author_image {
	float: left;
	border: outset 1px;
	margin: 4px 10px 0px 4px;
}

/* wp gallery and thumbnails */

.wp-caption,
.gallery {
	clear: both;
}

.gallery dl {
	margin-left: 0px;
}

p.attachment {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.gallery_nav {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.gallery_nav .prev_image {
	width: 45%;
	margin-left: 3%;
	float: left;
	text-align: right;
}

.gallery_nav .next_image {
	width: 45%;
	margin-right: 3%;
	float: right;
	text-align: left;
}

.wp_thumbnail {
	display: block;
	float: left;
	border: outset 1px;
	margin: 4px 10px 0px 4px;
}

/* search reloaded */

.search_count {
	text-align: right;
}

.main h3.search_title {
	font-size: 18px;
	font-weight: normal;
}

.search_url {
	color: #060;
}

li.search_result {
	margin-left: -22px;
	list-style: none;
}

li.search_result ul {
	margin-left: 22px;
}

li.search_result ul ul {
	margin-left: 8px;
}

/* footer scripts */

div.scripts {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* bookmark me, subscribe me */

.entry .bookmark_me,
.entry .subscribe_me {
	margin-top: 5px;
	margin-bottom: 5px;
}

.center_feed_button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bookmark_me_ruler,
.subscribe_me_ruler {
	clear: both;
	height: 0px !important;
}

.inline_boxes .bookmark_me_narrow {
	margin: 10px 0px;
}

.inline_boxes .bookmark_me_narrow a {
	width: auto;
	height: auto !important;
	line-height: 1em !important;
	margin: 0px;
	padding-right: 5px;
	float: none;
	display: inline;
}

/* newsletter manager */

.inline_boxes .newsletter_inline input.from {
	width: 180px;
}

p.newsletter_fields {
	margin: 9px 0px;
}

/* banner ad widgets */

.ad_unit {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ad_unit,
.ad_unit .header_widget_bg,
.ad_unit .footer_widget_bg {
	background: none !important;
	border: none !important;
	-moz-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

.ad_unit .header_widget_top,
.ad_unit .header_widget_bottom,
.ad_unit .footer_widget_top,
.ad_unit .footer_widget_bottom {
	background: none !important;
	height: 0px !important;
}

.ad_unit .header_widget_bg .pad,
.ad_unit .footer_widget_bg .pad {
	padding: 0px;
}


/*
DO NOT EDIT THIS FILE
=====================

Semiologic has a custom.css feature.

To customize this file, create a custom.css file in the theme's folder, and paste this file's contents. This will let you customize the theme's defaults without losing your changes when you upgrade.
*/



/*
 * canvas margins
 */

#wrapper,
#credits,
.wrapper,
.wrapper_item,
.pad,
.post_list {
	margin: 0px auto;
}


/*
 * mts, tsm, and sms layouts
 */

.mts #main,
.mts #sidebar,
.tsm #sidebars,
.tsm #sidebar {
	float: left;
}

.mts #sidebars,
.mts #sidebar2,
.tsm #main,
.tsm #sidebar2 {
	float: right;
}

.sms #sidebar_wrapper,
.sms #sidebar {
	float: left;
}

.sms #main,
.sms #sidebar2 {
	float: right;
}


/*
 * mms, smm, ms and sm layouts
 */

.mms #main,
.ms #main,
.smm #sidebar,
.sm #sidebar {
	float: left;
}

.mms #sidebar,
.ms #sidebar,
.smm #main,
.sm #main {
	float: right;
}


/*
 * mmm layouts
 */

.mmm #wrapper {
	width: 960px;
}

.mmm #credits,
.mmm .wrapper,
.mmm .wrapper_item {
	width: 950px;
}

.m2s #main {
	width: 550px;
}

.sms #sidebar_wrapper {
	width: 750px;
}

.mmm #sidebars {
	width: 400px;
}

.mmm #sidebar,
.mmm #sidebar2 {
	width: 200px;
}

.mm1s #main {
	width: 650px;
}

.mm1s #sidebar {
	width: 300px;
}


/*
 * mm layouts
 */

.mm #wrapper {
	width: 760px;
}

.mm #credits,
.mm .wrapper,
.mm .wrapper_item {
	width: 750px;
}

.mm #sidebar {
	width: 200px;
}

.m1s #main {
	width: 550px;
}


/*
 * m layouts
 */

.m #wrapper {
	width: 630px;
}

.m #credits,
.m .wrapper,
.m .wrapper_item {
	width: 620px;
}


/*
 * Spacer
 */

.spacer,
.entry_bottom,
li.search_result {
	clear: both;
}


/*
 * floating nav
 */

.float_nav #header_nav,
.float_nav #copyright_notice {
	float: left;
}

.float_nav #search_form,
.float_nav #footer_nav {
	float: right;
}

#navbar {
	line-height: 32px;
}

.s {
	padding-top: 1px;
	padding-bottom: 0px;
	width: 140px;
}

.go {
	margin-left: 2px;
	margin-right: 2px;
}

#s {
	width: 120px;
}

#go {
	margin-right: 0px;
}

* html #s {
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: center;
}

* html #go {
	margin-top: 3px;
	margin-bottom: 1px;
	vertical-align: center;
}


/*
 * non-floating nav
 */

#footer_nav,
#copyright_notice {
	text-align: center;
}


/*
 * credits
 */

#credits {
	text-align: center;
}


/*
 * inline boxes
 */

.inline_box {
	float: left;
}

.m .inline_box,
.mm .inline_box {
	width: 50%;
}

.mmm .inline_box {
	width: 33.3%;
}

.mmm #header_boxes .inline_box:first-child,
.mmm #footer_boxes .inline_box:first-child,
.mmm #header_boxes .inline_box ~ .inline_box,
.mmm #footer_boxes .inline_box ~ .inline_box {
	width: 33.33%;
}

.mmm #header_boxes .inline_box:first-child + .inline_box,
.mmm #footer_boxes .inline_box:first-child + .inline_box {
	width: 33.3%;
}


/*
Fam Fam Fam silk icons are copyright Mark James (http://www.famfamfam.com/lab/icons/silk/), and CC-By licensed:

http://creativecommons.org/licenses/by/2.5/

To override these icons, create a copy of this file and drop it, as icons.css, into your skin's folder.
*/

#main a.external_icon,
#credits a.external_icon {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/world_go.gif) center right no-repeat;
	padding-left: 0px;
	padding-right: 14px;
}

ul {
	list-style-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/bullet.gif);
}

.entry_content ul,
.search_result ul {
	list-style: square;
}

.edit_entry a {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/page_white_edit.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.reply_comment a {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/comment_add.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.comment_entry img {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/comment_add.gif) bottom center no-repeat;
	vertical-align: middle;
}

.edit_comment a {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/comment_edit.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.entry_tags a,
.entry_categories a {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/folder.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.entry_author a,
.entry_author span,
.signed_in_author a,
.loginout a {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/user.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.entry_date span,
.entry_date a,
.comment_date span,
.pings_date span,
h3.post_list_date {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/calendar.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.entry_replies a {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/comment.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.leave_reply a {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/comment_add.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.name_label label {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/user.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.email_label label {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/email.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.url_label label {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/world_link.gif) center left no-repeat;
	padding-left: 18px;
	padding-right: 0px;
}

.link_entry a,
.link_comment a {
	padding: 0px;
	background: none;
}

.link_entry img,
.link_comment img {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/link.gif) bottom center no-repeat;
}

.s {
	background: url(http://greatinternetdeal.com/wp-content/themes/amazon/css/../icons/magnifier.gif) bottom left no-repeat #fff;
	padding-left: 19px;
	padding-right: 3px;
}

/*
Skin name: Classy, Blue
Skin uri: http://skins.semiologic.com/classy/
Version: 0.9
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
*/


/*
 * Canvas
 */

#wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sem_admin_menu #wrapper {
	margin-top: 20px;
}

.skin .wrapper_item {
	width: auto;
}

html {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.mmm #wrapper {
	width: 970px;
}

.mm #wrapper {
	width: 770px;
}

.m #wrapper {
	width: 640px;
}

.m2s #main,
.m1s #main {
	width: 540px;
}

.mm1s #main {
	width: 640px;
}

.m2s #sidebar,
.m2s #sidebar2 {
	width: 199px;
}

.sms #sidebar,
.sms #sidebar2 {
	width: 195px;
}

.sms #sidebar_wrapper {
	width: 745px;
}

.pad {
	padding: 0px 15px;
}

.main .pad {
	padding: 0px 0px;
}

.pad .pad,
.pad .post_list {
	padding: 0px 15px;
}

#navbar .pad {
	padding: 0px 0px;
}

#search_form {
	padding: 0px 15px;
}

#sidebars #sidebar .pad {
	padding-right: 8px;
}

#sidebars #sidebar2 .pad {
	padding-left: 8px;
}

#navbar_bg {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/navbar.jpg);
	background-position: top center;
	background-repeat: repeat;
}

#navbar span {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

#navbar a {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/navbar_item.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 17px;
	margin: 0px;
}

#navbar a:hover,
#navbar span.nav_active {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/navbar_active.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#navbar span.nav_active {
	font-weight: normal;
	padding-left: 15px;
	padding-right: 17px;
	margin: 0px;
}

#navbar span.nav_active a {
	margin-left: -15px;
	margin-right: -17px;
	background: none;
}

#credits {
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper,
#navbar_bg,
#footer_bg,
.header_widget_bg,
.footer_widget_bg,
.entry_bg,
.post_list,
.main_widget_bg,
#sidebars_bg,
.sidebar_bg {
	border: solid 1px;
}

#footer_bg {
	padding-top: 5px;
	padding-bottom: 5px;
}

#header,
#navbar,
#body,
#footer,
.header_widget,
.footer_widget {
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper {
	-moz-box-shadow: rgba(0,0,0,.3) 0 0 4px;
	-khtml-box-shadow: rgba(0,0,0,.3) 0 0 4px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 0 4px;
	box-shadow: rgba(0,0,0,.3) 0 0 4px;
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/pattern.jpg);
	background-repeat: repeat;
	background-position: top center;
}

.header_widget,
.footer_widget {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/wrapper_widget.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

.inline_boxes_bg {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/inline_boxes.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.mmm .inline_boxes_bg {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/mmm-inline_boxes.gif);
}

#footer {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/footer_top.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#footer_bg {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/footer_bottom.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.main_widget_bg,
.entry_bg,
.post_list,
#sidebars_bg,
.sidebar_bg {
	background-image: url(http://greatinternetdeal.com/wp-content/themes/amazon/skins/classy-blue/images/body.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ad_unit .main_widget_bg,
.ad_unit .widget_bg,
.main .blog_header,
.blog_header .main_widget_bg,
.main .blog_footer,
.blog_footer .main_widget_bg {
	border: none;
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.ad_unit .main_widget_bg .pad {
	padding: 0px;
}

.entry,
.comment,
.main_widget {
	margin-top: 0px;
	margin-bottom: 10px;
}

.entry:first-child,
.main_widget:first-child {
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry ~ .entry,
.main_widget ~ .entry,
.entry ~ .main_widget,
.main_widget ~ .main_widget,
.main_widget ~ .post_list,
.post_list ~ .main_widget {
	margin-top: 10px;
	margin-bottom: 0px;
}

#sidebars .sidebar {
	margin-bottom: 0px;
}

#sidebars .widget:first-child {
	margin-top: 0px;
}

#sidebars .widget:last-child {
	margin-bottom: 0px;
}

#sidebars .widget.ad_unit:first-child {
	margin-top: 10px;
	margin-bottom: 20px;
}

#sidebars .widget.ad_unit:last-child {
	margin-bottom: 10px;
}

.widget_title h2 {
	padding-bottom: 3px;
	border-bottom: solid 1px;
}

.widget_calendar table,
.widget_calendar thead,
.widget_calendar tfoot {
	border: solid 1px;
}


/*
 * Skin Colors
 */

#wrapper,
.main_widget,
.entry,
#sidebars,
.sidebar,
.widget_calendar table {
	background-color: #fff;
	color: #222;
}

#sidebars .sidebar {
	background: none;
}

.main h1,
.main h2,
.main h3,
.sidebar h1,
.sidebar h2,
.widget_calendar caption {
	color: #000;
}

.post_list h3 {
	color: inherit;
}

#wrapper {
	border-color: #666;
}

.header_widget_bg,
.footer_widget_bg,
#footer_bg,
.main_widget_bg,
.entry_bg,
.post_list,
#sidebars_bg,
.sidebar_bg,
.widget_calendar table,
.widget_calendar tfoot {
	border-color: #999;
}


/*
 * Scheme Colors
 * H210 S85 L40
 */

#navbar,
.widget_calendar thead {
	background-color: #1961a8; /* - */
	color: #fff;
}

#footer,
.widget_calendar tfoot {
	background-color: #cce5ff; /* L90 */
	color: #000;
}

.header_widget,
.footer_widget {
	background-color: #f0f7fc; /* A-L97 */
	color: #000;
}

html {
	background-color: #fcf6f0; /* C-L97 */
	color: #000;
}

#sitename {
	color: #134980; /* L30 */
}

#navbar a {
	color: #fff;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #09325c; /* L90* */
}

.widget_title h2 {
	border-color: #819cb8; /* L63 */
}

#navbar_bg,
#go {
	border-color: #0d3054; /* B/2 */
}

.widget_calendar thead {
	border-color: #545454; /* B/2 S0 */
}


.style1 {
	text-align: center;
}
.style2 {
	color: #1B1BA1;
}
.style3 {
	color: #FF0000;
}

.productRowEven {
	background-color: #fff;
	border-width: 1px;
	border-color: #dddddd;
	border-top-style: solid;
	border-bottom-style: solid;
}

.productRowOdd {
	background-color: #fff;
	border-width: 1px;
	border-color: #dddddd;
	border-top-style: solid;
	border-bottom-style: solid;
}

.pixcell {
  width: 110px;
}

.pixcell a img {
  width:100px;
}


/* == Stop Editing Here! == */
/* Anything beneath the above line will be deleted if you publish CSS under Appearance / Custom CSS. If you want to manually insert additional CSS, place it further up. */

html {
	color:#000;
	background:#000;
}
#wrapper {
	-moz-box-shadow: rgba(0,0,0,.3) 0 0 4px;
	-khtml-box-shadow: rgba(0,0,0,.3) 0 0 4px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 0 4px;
	box-shadow: rgba(0,0,0,.3) 0 0 4px;
	background:#fff;
}

#footer_bg {
	background:#e5e5e5;
}

#main h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #667061;
	text-align: center;
}

#sitename {
	font-size: 20pt;
}

#main {
	font-size: 10pt;
}

#main h2, #main .widget_calendar caption {
	font-size: 10pt;
}

#main .entry_date {
	font-size: 9pt;
}

#main .entry_categories {
	font-size: 10pt;
}

#main .entry_tags {
	font-size: 9pt;
}

#main .comment_date {
	font-size: 9pt;
}

#main .comment_header {
	font-size: 11pt;
}

#main .comment_content {
	font-size: 10pt;
}

.sidebar {
	font-size: 10pt;
}

.sidebar h2, .sidebar .widget_calendar caption {
	font-size: 11pt;
	font-weight: bold;
	color: #b95fb0;
}

.sidebar h3 {
	font-size: 10pt;
}

.sidebar .wp-calendar {
	font-size: 10pt;
}

.sidebar .wp-calendar thead {
	font-size: 10pt;
}

.sidebar .wp-calendar tfoot {
	font-size: 9pt;
}

#navbar {
	font-size: 10pt;
}

.header_widget {
	font-size: 10pt;
}

.header_widget h2, .header_widget .widget_calendar caption {
	font-size: 10pt;
}

.header_widget h3 {
	font-size: 10pt;
}

#header_boxes {
	font-size: 10pt;
}

#header_boxes h2, #header_boxes .widget_calendar caption {
	font-size: 10pt;
}

#header_boxes h3 {
	font-size: 10pt;
}

#footer {
	font-size: 9pt;
}

#credits, .footer_scripts {
	font-size: 8pt;
	color: #b95fb0;
}

.footer_widget {
	font-size: 9pt;
}

.footer_widget h2, .footer_widget .widget_calendar caption {
	font-size: 9pt;
}

.footer_widget h3 {
	font-size: 9pt;
}

#footer_boxes {
	font-size: 9pt;
}

#footer_boxes h2, #footer_boxes .widget_calendar caption {
	font-size: 9pt;
}

#footer_boxes h3 {
	font-size: 9pt;
}
