/* 
	Theme Name: ThemeJunkie	
	Theme URL: http://theme-junkie.com/
	Description: The default theme for Theme Junkie.
	Author: Roy Guan
	Author URI: http://theme-junkie.com/ 
	Version: 1.0
	Tags:  black, widget-ready, advanced-theme-options
	
	Changelog:
	09/28/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/
/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
ol,ul {
	list-style: none
}
blockquote,q {
	quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
a {
	text-decoration: none;
}
.clear {
	clear: both
}
.right {
	float: right;
}
.left {
	float: left;
}
/* =Global
-------------------------------------------------------------- */
body {
	background: #CFCFCF;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #222222;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	background: #FFFFFF url(images/bgshadow.png) repeat-y top center;
	width: 960px;
	margin: 0px auto;
	padding: 0px 8px 0 8px;
}
/* Links */
a, a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	
}
a img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}
/* =Header
-------------------------------------------------------------- */
#top {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	background: #fff url(images/headerbg.png) no-repeat;
	height: 60px;
}
.logo {
	background: url(images/logo.png) no-repeat;
	float: left;
	width: 220px;
	height: 40px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
/* Search */
form {
	margin: 0px;
	padding: 0px;
}
#searchform {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}
.searchinput {
	width: 160px;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 4px 4px 4px 5px;
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
}
.searchsubmit {
	width: 35px;
	background: #CC0000;
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	color: #FFFFFF;
	font-weight: bold;
}
/* =Menu
-------------------------------------------------------------- */
#menu {
	background: #333333 url(images/menu.png) repeat-x;
	height: 29px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px 0px 0px -1px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #333333;
}
#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0px;
	padding: 6px 16px 6px 16px;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
}
#menu li a:hover, #menu li a:active {
	background: #222222;
	margin: 0px;
	padding: 6px 16px 6px 16px;
	color: #DDDDDD;
	display: block;
	text-decoration: none;
	border-bottom: none;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #666666;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 6px 16px 6px 16px;
	color: #DDDDDD;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
#menu li li a:hover, #menu li li a:active {
	background: #222222;
	padding: 6px 16px 6px 16px;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 175px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	left: -999em;
	border-top: 1px solid #333333;
}
#menu li li {
	border: none;
}
#menu li ul a {
	width: 120px;
}
#menu li ul a:hover, #menu li ul a:active {
	
}
#menu li ul ul {
	margin: -30px 0px 0px 176px;
	border-top: 1px solid #DDDDDD;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	position: static;
}
/* =Homepage
-------------------------------------------------------------- */
#overview {
	background: #fff;
	height: 264px;
	position: relative;
	overflow: hidden;
}
/* begin slider */
#slider {
	height: 264px;
	overflow: hidden;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li {

/*
define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width: 960px;
	height: 264px;
	overflow: hidden;
}
/* end slider */
#square {
	background: #FFF;
	margin: 10px 14px 0px 14px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #CCC;
}
.themes {
	background: #FFF url(images/themes.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 109px;
	padding: 0px 0px 0px 4px;
}
.hosting {
	background: #FFF url(images/hosting.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 109px;
	padding: 0px 0px 0px 4px;
}
.affiliates {
	background: #FFF url(images/affiliates.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 109px;
	padding: 0px 0px 0px 4px;
}
.support {
	background: #FFF url(images/support.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 109px;
}
#col1 {
	float: left;
	width: 655px;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border-right: 1px dotted #CCC;
}
.readmore {
	margin: 10px 0px 0px 0px;
}
.readmore a {
	background: #666666;
	padding: 4px 7px 4px 7px;
	font-size: 11px;
	color: #f0f0f0;
}
.readmore a:hover {
	background: #333333;
	color: #fff;
}
/* =Content
-------------------------------------------------------------- */
#content {
	float: left;
	width: 666px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #333333;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 7px 0px 7px 0px;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 7px 0px 7px 0px;
}
.browse {
	background: #f9f9f9;
	border: 1px solid #E6E6E6;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	color: #333333;
	line-height: 18px;
}
.browse a {
	color: #333333;
}
.postmeta {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
}
.postmeta a {
	color: #000000;
}
/* =Entry
-------------------------------------------------------------- */
.entry {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #444444;
	line-height: 1.4em;
}
.entry  p {
	padding-bottom: 10px;
}
.entry h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
}
.entry h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
}
.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
}
.entry h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}
.entry h5 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 7px;
}
.entry h6 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
}
.entry a {
}
.entry a:hr {
	text-decoration: underline;
}
.entry a img {
	border: none;
}
.entry ul {
	padding-bottom: 10px;
	list-style: square inside;
}
.entry ol {
	padding-bottom: 10px;
	list-style: decimal inside;
}
.entry li {
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #4c4c4c;
}
.entry li a {
	color: #333;
}
blockquote {
	padding: 2px 10px;
	background: #f6f5f5;
	color: #333333;
	clear: both;
	border-left: 3px solid #bfbbbb;
	margin-bottom: 10px;
}
code {
	color: #444444;
	font: 11px/17px tahoma, arial, sans-serif;
	display: block;
}
blockquote p {
	font-size: 11px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 15px;
}
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #369;
}
blockquote a {
	color: #0080ca;
	text-decoration: underline;
}
blockquote a:hover {
	color: #039;
}
/* =Themes Page
-------------------------------------------------------------- */
.themebox {
	float: left;
	display: block;
	width: 310px;
	height: 240px;
	margin: 0px 15px 30px 0px;
}
.themeinfo {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
.themebox img {
	background: #f0f0f0;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.themebox span {
	color: red;
}
.themepage {
	margin: 0px 0px 15px 0px;
}
.themepage img {
	background: #f0f0f0;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 30px;
}
.button a {
	background: #F0F0F0;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button a:hover {
	background: #ccc;
	color: #fff;
}
.purchase {
	margin: 15px 0px 0px 0px;
	border-top: 1px dotted #ccc;
}
.purchase h2 {
	margin-bottom: 5px !important;
	padding: 0px !important;
	font-size: 14px !important;
}
.purchase span {
	margin: 0px 0px 0px 10px;
	color: #FF0000;
}
.promotion {
	margin: 15px 0px 0px 0px;
}
.promotion h2 {
	margin-bottom: 5px !important;
	padding: 0px !important;
	font-size: 14px !important;
}
.promotion strong {
	color: #FF0000;
}
/* Archive */
#archive {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#archive h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
}
.thumbnail {
	padding: 0px 10px 10px 0px;
}
.tags {
	background: #FFFFFF url(images/tag.gif) no-repeat 0px 1px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 19px;
	color: #000000;
}
.tags a {
	color: #333333;
	text-decoration: none;
}
.tags a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #E6E6E6;
}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	background: #FFFFFF;
	float: right;
	width: 250px;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
#sidebar .box {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #333333;
}
#sidebar .box h2 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#sidebar .box h2 a:hover {
	color: #CC0000;
}
#sidebar .box strong {
	color: #FF0000;
}
#sidebar .widget {
	margin: 0px;
	padding: 0px;
}
#sidebar .leftwidget {
	float: left;
	width: 138px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #DDDDDD;
}
#sidebar .rightwidget {
	float: right;
	width: 138px;
	margin: 0px;
	padding: 0px;
}
.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0px;
	padding: 0px;
}
.widget ul li, .leftwidget ul li, .rightwidget ul li {
	list-style: none;
	margin: 3px 0px 0px 0px;
	background: #FFFFFF url(images/tick.gif) no-repeat 0px 1px;
	padding: 0px 0px 5px 20px;
}
#sidebar li ul {
	
}
#sidebar li li {
	
}
#sidebar h2 {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	background: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}
/* Subscribe */
.rss {
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 20px;
	background: #FFFFFF url(images/rss.gif) no-repeat 0 0;
	clear: both;
}
.twitter {
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 20px;
	background: #FFFFFF url(images/twitter.png) no-repeat 0 0;
	clear: both;
}
/* Calendar */
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #333333;
	background: #FFFFFF;
}
#wp-calendar caption {
	padding: 2px 4px;
	margin: 2px 0px 2px 0px;
	background: #F5F5F5;
}
#wp-calendar td {
	color: #666;
	letter-spacing: normal;
	padding: 2px 0px;
	text-align: center;
}
#wp-calendar #today {
	background: #F5F5F5;
	color: #333333;
}
#wp-calendar {
	empty-cells: show;
	font-size: 12px;
	margin: 0px;
	width: 100%;
}
/* =Comments
-------------------------------------------------------------- */
********************/
.comments-box {
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
}
.comments-box img {
	
}
.comments-box h2 {
	font-size: 1.2em;
}
.comments-box h3 {
	font-size: 1.1em;
}
#respond {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}
#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0px 0px 0px;
}
.cancel-comment-reply {
	padding: 5px 0px 0px 0px;
	font-size: 10px;
}
.cancel-comment-reply a {
	color: #000000;
}
.cancel-comment-reply a:hover {
	color: #CC0000;
}
.text {
	border: 1px solid #DDDDDD;
	padding: 2px;
	color: #777;
	width: 200px;
}
/* Comment Framework */
ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}
ol.commentlist {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF;
}
ol.commentlist li {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	list-style-type: none;
	border: 1px dotted #CCCCCC;
}
ol.commentlist li.alt {
	
}
ol.commentlist li.bypostauthor p {
	
}
ol.commentlist li.byuser {
	
}
ol.commentlist li.comment-author-admin {
	
}
ol.commentlist li.comment {
	
}
ol.commentlist li div.comment-author {
	
}
ol.commentlist li div.vcard {
	
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
}
ol.commentlist li div.vcard img.avatar {
	float: left;
	margin: 0px 10px 10px 0px;
}
ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}
ol.commentlist li div.commentmetadata {
	
}
ol.commentlist li div.comment-meta {
	margin: 3px 0px 0px 0px;
	font-size: .9em;
}
ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration: none;
}
ol.commentlist li p {
	margin: 15px 0px 0px 0px;
	line-height: 1.4em;
}
ol.commentlist li ul {
	
}
ol.commentlist li div.reply {
	background: #F8F8F8;
	color: #333333;
	width: 33px;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}
ol.commentlist li div.reply a {
	color: #333333 !important;
}
ol.commentlist li div.reply a:hover {
	color: #333333 !important;
	text-decoration: none;
}
ol.commentlist li ul.children {
	
}
ol.commentlist li ul.children li {
	margin: 10px 0px 0px 0px;
	background: #FFFFFF;
	border: 1px dotted #CCCCCC;
}
ol.commentlist li ul.children li li.alt {
	background: #FFFFFF;
}
ol.commentlist li ul.children li.bypostauthor {
	
}
ol.commentlist li ul.children li.byuser {
	
}
ol.commentlist li ul.children li.comment {
	
}
ol.commentlist li ul.children li.comment-author-admin {
	
}
ol.commentlist li ul.children li.depth-2 {
	
}
ol.commentlist li ul.children li.depth-3 {
	
}
ol.commentlist li ul.children li.depth-4 {
	
}
ol.commentlist li ul.children li.depth-5 {
	
}
ol.commentlist li ul.children li.odd {
	
}
ol.commentlist li.even {
	
}
ol.commentlist li.odd {
	
}
ol.commentlist li.parent {
	
}
ol.commentlist li.pingback {
	
}
ol.commentlist li.thread-alt {
	
}
ol.commentlist li.thread-even {
	
}
ol.commentlist li.thread-odd {
	
}
/* =Comment Form
-------------------------------------------------------------- */
#commentform {
	
}
#commentform input {
	width: 210px;
	margin: 5px 5px 1px 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
#commentform .author {
	padding: 3px 3px 3px 5px;
	background: #FFFFFF;
	color: #666;
}
#commentform .email {
	padding: 3px 3px 3px 5px;
	background: #FFFFFF;
	color: #666;
}
#commentform .url {
	padding: 3px 3px 3px 5px;
	background: #FFFFFF;
	color: #666;
}
#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	font: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #DDDDDD;
}
#commentform .submit {
	margin: 0px;
	padding: 4px;
	color: #999999;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background: #F8F8F8;
	width: 155px;
}
#commentform .submit :hover {
	background: #333333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #FFFFFF;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	margin: 15px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	margin: 15px 15px 0px 15px;
	padding: 10px 0px 10px 0px;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	line-height: 20px;
}
#footer a {
	
}
#footer a:hover {
	border-bottom: none;
}

/* Xmas Special Offer */
#xmas {
	z-index: 999;
	left: 10px;
	position: fixed;
	bottom: 5px;
	width: 150px;
	height: 200px;
	text-indent: -9999px;
}
#xmas a.special {
	display: block;
	background: url(http://www.theme-junkie.com/images/xmas-special.png) no-repeat 0 0;
	width: 150px;
	height: 200px;
}
/* Floating Ad */
.floating-ad {
	background: #fff298;
	border: 1px dotted #ddd;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 15px 15px;
	position: fixed;
	width: 200px;
	text-align: center;
	top: 5px;
	right: 10px;
	z-index: 999;
}
a.floating-ad:hover {
	color: #333;
	text-decoration: none;
}
.floating-ad span {
	display: block;
	color: #c00;
	margin: 5px 0 0 0;
}
/* =Pricing Chart
-------------------------------------------------------------- */
.price-chart {
	width: 930px;
	margin: 20px 0 40px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
.col1 {
	width: 100%
}
.col2 {
	width: 50%;
}
.col3 {
	width: 33.3%
}
.col4 {
	width: 25%;
}
.col5 {
	width: 20%;
}
.col6 {
	width: 16.6%;
}
.col7 {
	width: 14.2%;
}
.col8 {
	width: 12.5%;
}
.table-matrix ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}
.table-matrix ul li, .table-matrix ul li p {
	margin: 0;
	padding: 0;
	color: #777;
}
.table-matrix ul li.r1 {
	background: #fbfbfb
}
.table-matrix ul li.r2 {
	background: #f6f6f6
}
.table-matrix ul li.r3 {
	background: #222;
	border: none;
}
.table-matrix ul li.r2 strong {
	font-weight: bold;
	font-size: 16px;
}
.table-matrix ul li.r3 p {
	color: #999;
}
.table-matrix div.r3 p {
	background-color: #fff;
	text-indent: -9999em;
	margin: 0;
	padding: 15px 0;
	height: 40px;
	color: #888;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.table-matrix div.r3-first p {
	border-radius: 0 0 0 3px;
	border-left: 1px solid #e5e5e5;
	margin-left: -1px;
}
.table-matrix div.r3-last p {
	border-radius: 0 0 3px 0
}
/* plans box */
.table-matrix {
	position: relative;
	overflow: hidden;
}
.table-matrix-col {
	float: left;
}
.table-matrix-col ul li {
	height: 52px;
	line-height: 52px;
	padding: 0;
	text-align: center;
}
.table-matrix-col ul li p {
	padding-left: 36px;
	height: 48px;
	line-height: 48px;
}
.table-matrix-col ul li a {
	border-bottom: 1px dashed #ccc;
	color: #777;
}
.table-matrix-col ul li a:hover {
	border-style: solid;
	text-decoration: none;
}
.price-chart-title {
	background: #222;
	margin-left: 232px;
	height: 90px;
	line-heigth: 90;
	text-align: center;
	border-radius: 3px 3px 0 0
}
.price-chart-title > div {
	float: left;
	width: 33.3%;
	overflow: hidden;
}
.price-chart-title h3 {
	margin: 15px 0 4px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #eee
}
.price-chart-title p {
	margin: 0 0 4px;
	font-size: 11px;
	color: #777;
}
.price-chart-title span {
	font-size: 11px;
	color: #eee;
}
/* last column restriction */
.fee {
	color: #333 !important;
	line-height: 1 !important;
	height: 42px !important;
	padding: 10px 0 0 0 !important;
}
.fee-desc {
	color: #aaa;
	display: block;
	font-size: 10px;
	margin-top: 3px;
	text-transform: uppercase;
}
a.browse-themes {
	background: url(images/browse-themes.png) no-repeat;
	display: block;
	margin: 0 auto !important;
	width: 160px !important;
	height: 40px !important;
	overflow: hidden;
	text-indent: -9999em;
}
.table-matrix div.r3 p a:hover {
	opacity: 0.9;
}
a.signup {
	background: url(images/signup.png) no-repeat;
	display: block;
	margin: 0 auto !important;
	width: 100px !important;
	height: 40px !important;
	overflow: hidden;
	text-indent: -9999em;
}
.first-title ul {
	border-bottom-color: #eee !important
}
.first-title li {
	background: #eee;
	color: #333 !important;
	font-weight: bold;
	padding-left: 30px !important;
	text-align: left !important
}
.first-title li a {
	color: #333
}
.first-title li a strong {
	font-weight: 300;
	padding-left: 10px;
	color: #888
}
.icon-yes {
	background: url(images/yes.png) no-repeat 0 100%;
	display: block;
	width: 13px;
	margin: 0 auto;
	padding: 10px 0;
	height: 13px;
	text-indent: -9999em;
}
.icon-no {
	background: url(images/no.png) no-repeat 0 100%;
	display: block;
	width: 13px;
	margin: 0 auto;
	padding: 10px 0;
	height: 13px;
	text-indent: -9999em;
}
/* =Pricing FAQ
-------------------------------------------------------------- */
#pricing-faq {
	width: 930px;
}
#pricing-faq .faq-head {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}
#pricing-faq p {
	margin-bottom: 10px;
}
.faq-col1 {
	float: left;
	margin: 20px 0 0 0;
	width: 450px;
}
.faq-col2 {
	float: right;
	margin: 20px 0 0 0;
	width: 450px;
}
.faq-col1 h3,
.faq-col2 h3 {
	background: url(images/question.png) no-repeat 0 1px;
	margin: 15px 0 5px 0;
	padding-left: 25px;
}


/* FAQ */
h3.question-section {
	border-bottom: 1px dashed #e6e6e6;
	display: block;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 50px 0 10px 0;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}
/* ToolTips */
.col4 li {
    position: relative;
}
abbr.tooltip {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
abbr.tooltip:hover {
	cursor: pointer;
}
div.tooltips {
    background: #ffffff;
    border: 2px solid #fc7215;
    box-shadow: 0 0 5px #555555;
    border-radius: 5px;
    color: #666;
    display: none;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    padding: 7px 15px;
    position: absolute;
    bottom: 40px;
    left: 6px;
    width: 200px;
    text-align: left;
    z-index: 999;
}
