/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:000;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}

table.signupframe input.submit:hover {background:#ff0000;}


<--.custom #logo a { display:block; height:150px; width:300px; background:url() center no-repeat; text-indent:250px; }-->

.custom #logo a { display:block; height:152px; width:823px; background:url(http://blog.prepaidplans.com.au/wp-content/uploads/2010/07/headerprepaidplansblog.png) center no-repeat; text-indent:-9999px; }

<--.custom #header { border-bottom:none; height:200px; padding-top:0; padding-bottom:0; background:url(http://dev.bestprepaid.com.au/wp-content/uploads/2010/07/header.png) center left no-repeat; }-->

<--.custom .menu { font-weight: bold;}-->
.custom #header { padding-top: 0; padding-bottom: 0;}
.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:5px; bottom: 10px; left:600px; width:468px; }


table.hometable1 {padding: 1px; border: none; background: #fff; width:100%;}
body.custom {
    background: #fff;
}

table.comparetbl {padding: 0px; border: none; background: #EFEFEF; width:90%;}

table.comparetbl th {border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; background: #4880be; margin: 3px; color: #fff; padding: 3px; font-size: 12px;}

table.comparetbl tr {border-bottom: 1px solid #FFF;}

table.comparetbl td {margin: 5px; border-right: 1px solid #e2e0e0; border-left: 1px solid #e2e0e0; border-top: 1px solid #e2e0e0; border-bottom: 1px solid #e2e0e0; font-size: 12px;}

table.comparetbl {padding: 0px; border: none; background: #EFEFEF; width:640 px;}



table.detailstbl th {border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; background: #4880be; margin: 3px; color: #fff; padding: 2px; font-size: 12px; style=text-align: "left"; colspan="2" align="center" valign="middle";}

table.detailstbl tr {border-bottom: 0px solid #FFF;}

table.detailstbl td {margin: 5px; border-right: 1px solid #e2e0e0; border-left: 1px solid #e2e0e0; border-top: 1px solid #e2e0e0; border-bottom: 1px solid #e2e0e0; font-size: 12px; background: #EFEFEF; style=text-align: "left"; colspan="2" align="center" valign="middle";}



table.maintbl th {border-bottom: 3px solid #FFF; border-top: 3px solid #FFF; background: #4880be; margin: 3px; color: #fff; padding: 4px; font-size: 14px; style=text-align: "left"; colspan="2" align="center" valign="middle";}

table.maintbl tr {border-bottom: 20px solid #FFF;}

table.maintbl td {margin: 5px; border-right: 3px solid #FFF; border-left: 3px solid #FFF; border-top: 3px solid #FFF; border-bottom: 3px solid #FFF; font-size: 14px; background: #FFF; style=text-align: "left"; colspan="2" align="center" valign="middle";}


table.hometable1 th {border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; background: #ffffff; margin: 1px; color: #000000; padding: 1px; font-size: 14px; style=text-align: "left"; colspan="2" align="left" valign="middle";}

table.hometable1 tr {border-bottom: 0px solid #FFF;}

table.hometable1 td {margin: 1px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; font-size: 11px; background: #FFFFFF; style=text-align: "left"; colspan="2" align="center" valign="middle";}
