/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

/*
----------------------------------

CONTENT

----------------------------------
*/

.main-content {
	float: left;
	width: 435px;
	margin: 0 15px 0;
}

.main-content.wide {
	float: left;
	width: 765px;
	margin: 0 0 0 15px;
}

.main-content h1 {
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fe3e0e;
}

.main-content h2 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.main-content h2 small {
	font-size: 10px;
	color: #271f10;
	font-weight: normal;
}

.main-content p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
}

.main-content p.tags {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fe3e0e;
}

.main-content .line-box {
	margin-top: 10px;
	border: 1px solid #000000;
	padding: 5px;

}

.main-content .line-box p {
	margin-top: 0;
}

.main-content .line-box p a, .main-content .line-box p a:visited {
	color: #615c51;
}
















.main-content .buttons-box {
	position: relative;
	width: 415px;
	height: 35px;
	margin-top: 15px;
	/*background: url(../images/side-nav-h2-bg.gif) scroll right bottom repeat-x;
	padding-bottom: 15px;*/
}

.main-content .buttons-box .button {
	float: left;
	width: 200px;
	height: 35px;

}

.main-content .buttons-box .button .selection {
	position: absolute;
	width: 200px;
	height: 35px;

	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.main-content .buttons-box .button .selection p {
	margin: 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	color: #252525;
}

.main-content .buttons-box .button .options {
	position: absolute;
	width: 200px;
	height: 1px;
	top: 35px;
	background: url(../images/food-drink-button-bottom-bg.gif) scroll left bottom no-repeat;
}

.main-content .buttons-box .button .options .c {
	margin-top: 10px;
	width: 190px;
	height: 100px;
	overflow: auto;
}

.main-content .buttons-box .button .options ul li {
	padding: 1px;
}

.main-content .buttons-box .button .options ul li p {
	color: #252525;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 10px;
}

.main-content .buttons-box .button .options ul li a, .main-content .buttons-box .button .options ul li a:visited {
	display: block;
	color: #252525;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 10px;
}

.main-content .buttons-box .button .options ul li a:hover, .main-content .buttons-box .button .options ul li a:active {
	color: #fe3e0e;
	background-color: #efefef;
}

.main-content .buttons-box .button .selection.active {
	background-position: 0 -35px;
}

.restaurants-bars .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.health-beauty .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.shopping .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.travel .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.living .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.business .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.business .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.base .main-content .buttons-box .button .selection {
	background-image: url(../images/filter-food-drink-button.gif);
}

.main-content .pagination {
	float: right;
	margin: 10px 0 0 0;
}

.main-content .pagination li {
	float: left;
	margin-left: 5px;
}

.main-content .pagination li a, .main-content .pagination li a:visited {
	display: block;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #252525;
	background-color: #f0efed;
}

.main-content .pagination li a:hover, .main-content .pagination li a:active {
	text-decoration: none;
	background-color: #bcbcbc;
}

.main-content .pagination li.current a, .main-content .pagination li.current a:visited {
	background-color: #bcbcbc;
}

.main-content table {
	width: 100%;
	margin-top: 10px;
}

.main-content table td, .main-content table th {
	font-size: 12px;
	padding: 7px 10px;
	text-align: left;
}

.main-content.wide table td, .main-content.wide table th {
	/*width: 20%;*/
}

.main-content table th {
	color: #ffffff;
	background-color: #615c51;
}

.main-content table th a{
	color: #ffffff;
	background-color: #615c51;
	text-decoration: underline;
}

.main-content table td {
	background-color: #f0efed;
	font-weight: bold;
	border-top: 3px solid #ffffff;
}

.main-content table td a, .main-content table td a:visited {
	color: #0066cc;
}

.main-content table td a:hover, .main-content table td a:active {
	text-decoration: underline;
}

.main-content table td a.login, .main-content table td a.login:visited {
	color: #0066cc;
}

.food-drink .main-content table td em {
	color: #fe3e0e;
}

.health-beauty .main-content table td em {
	color: #00cc00;
}

.shopping-gifts .main-content table td em {
	color: #00cc00;
}

.travel-leisure .main-content table td em {
	color: #00cc00;
}

.living .main-content table td em {
	color: #00cc00;
}

.business .main-content table td em {
	color: #fe3e0e;
}

.food-drink .main-content table.public td em {
	color: #0066cc;
}

.health-beauty .main-content table.public td em {
	color: #0066cc;
}

.shopping-gifts .main-content table.public td em {
	color: #0066cc;
}

.travel-leisure .main-content table.public td em {
	color: #0066cc;
}

.living .main-content table.public td em {
	color: #0066cc;
}

.business .main-content table.public td em {
	color: #0066cc;
}

#content .aux-content {
	float: left;
	width: 315px;
}

.google {
	margin-top: 10px;
}

.main-content.wide .google {
	float: right;
}

.toolbox {
	clear: right;
	width: 313px;
	zoom: 1;
	margin-top: 10px;
	padding: 0 0 10px 0;
	background: transparent url(../images/toolbox-bg.gif) left top no-repeat;
	border: 1px solid #e3e5d7;
}

.main-content.wide .toolbox {
	float: right;
}

.toolbox .button {
	float: left;
	width: 140px;
	margin-left: 10px;
}

.toolbox a, .toolbox a:visited {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 10px 0 23px;
	color: #252525;
	font-size: 12px;
	line-height: 16px;
}

.toolbox a#toolbox-email {
	background: transparent url(../images/toolbox-email-bg.gif) left center no-repeat;
}

.toolbox a#toolbox-bookmark {
	background: transparent url(../images/toolbox-bookmark-bg.gif) left center no-repeat;
}

.toolbox #toolbox-print {
	background: transparent url(../images/toolbox-print-bg.gif) left center no-repeat;
}

.toolbox #toolbox-share {
	background: transparent url(../images/toolbox-share-bg.gif) left center no-repeat;
}

.toolbox #toolbox-error {
	background: transparent url(../images/toolbox-error-bg.gif) left center no-repeat;
}

.aux-content .ad-box {
	margin-top: 10px;
	padding: 7px;
	background-color: #e3e5d7;
}

.aux-content .ad-box h2 {
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
}

.aux-content .ad-box p {
	margin-top: 3px;
	font-size: 11px;
	color: #666666;
}

.aux-content .ad-box p.ad {
	margin-top: 7px;
	text-transform: uppercase;
	text-align: center;
}

.aux-content .ad-box p a, .aux-content .ad-box p a:visited {
	color: #0066cc;
}

.main-content a.special_offer_link, .main-content a.special_offer_link:visited {
	color: #FF6633;
}