* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #000;
	font-family:arial,verdana,tahoma,sans-serif;
	font-size:13px;
	margin: 0;
}

a img {
	border:none;
}
h1 {
	background:#fff;
	font-family:arial,verdana,tahoma,sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	padding-bottom: 5px;
	vertical-align: bottom;
	color: #1C2837;
	text-align: left;
}
h2 {
	background:#fff;
	color:  #1C2837;
	font-family:arial,verdana,tahoma,sans-serif;
	font-size: 1.2em;
	font-weigth:bold;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color:  #1C2837;
	font-family:arial,verdana,tahoma,sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	padding-top: 1.5em;
}
h4 {
	color:  #1C2837;
	font-weight: normal;
	font-size: 1em;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	clear: both;
	padding: 0 10px;
}
#header h1 {
	color: #fff;	
}
#header h1 a {
	color: #000;
	background: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #000;
	background: #FFF;
	text-decoration: underline;
}
.two #container{
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.two #content{
	color: #333;
	margin: 0 350px 0 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
.two #sidebar1 {
	float: right; 
	width: 340px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}
.two #siderbar1 p, .two #sidebar1 h1, .two #sidebar1 h2, .two #sidebar1 h3, .two #sidebar1 li, .two #sidebar1 ul {
	margin-left: 2px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 2px;
}
#main {
	padding: 5px 20px;
}
/*#search {
	color: #1C2837;
	font-weight:bold;
	paddint-top:5px;
}
*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
.maintitle {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-size:17px;
	font-weight:normal;
	margin:0 !important;
	overflow:hidden;
	padding:8px !important;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#1D3652 url(http://www.buckbin.com/forums/public/style_images/master/gradient_bg.png) repeat-x scroll left 50%;
	color:#9BB2C8;
	cursor:pointer;
}
.color2 {
	padding: 5px 10px;
	font-size:0.85em;
	font-weight:bold;
	background-color:#B6C7DB;
	color:#1D3652;
	border: 1px #B2B2B2 solid;
	
}
.subColor2 {
	padding: 10px;
	font-family:arial,verdana,tahoma,sans-serif;
	border-top:0px;
	margin:0 0 5px;
	position:relative;
	border: 1px #B2B2B2 solid;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FAFBFC none repeat scroll 0 0;
	border-bottom:6px solid #B5C0CF;
}

.color3 {
	padding: 10px;
	font-size:13px;
	font-weight:bold;
	border: 0 none;
}
.showdeal {
	background-color:#D9E3EF;
}
.subColor3 {
	padding: 10px;
	font-family:arial,verdana,tahoma,sans-serif;
	border-top:0px;
	margin:0;
	position:relative;
	border: 0px #B2B2B2 solid;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FAFBFC none repeat scroll 0 0;
	border-bottom:6px solid #B5C0CF;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Tables */
table {
	background: #fff;
	border:0px solid #ccc;
	border-right:0;
	color: #333;
}
th {
	background: #78AD21;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
	color:#fff;
	padding: 5px 5px 5px 20px;
}
th a {
	background:#78AD21;
	display: inline;
	padding: 2px 4px;
	text-decoration: underline;
}
th a:hover {
	background: #78AD21;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 0px solid #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 1px;
}
fieldset.bor {
	border:1px solid #CCCCCC;
	padding-left:10px;
	padding-right:15px;
}

fieldset legend {
	color: #1C2837;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom:5px;
	margin-left: 10px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	vertical-align: text-top;
	padding: 5px 10px;
	color: #1C2837;
	font-weight: bold;
}
form div.input {
	color: #444;
}
form div span {
	color: #777;
	font-weight:normal;
	font-size:0.75em;
}
form div.submit {
	border: 0;
	clear: both;
	margin: 5px 0 0 5px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 1.1em;
	font-family: arial,verdana,tahoma,sans-serif;
	padding: 2px;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 98%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
table.multiple tr td
{
	border:1px solid #CCCCCC;
	padding:10px;
	vertical-align:middle;
}
.clear {
	clear: both;
	display: block;
}
.small {
	font-size:0.75em;
}
.padbottom {
	margin-bottom:10px;
}
.collapsed {
	border-bottom:8px solid #B6C7DB;
}
a.deal{
	color:#1D3652;
}
a.deal:hover{
	background-color:#D9E3EF;
}
.expired .small  {
	color: #f00;
	opacity:0.7;
}
.expired a.deal {
	color : #777;
	font-weight: normal;
}
.listdecimal {
 	list-style-type:decimal;
	margin-left:30px;
}
.listbullet {
	list-style-type:disc;
	margin-left:30px;
}
div.checkboxMultiple {
    margin:0;
    padding:0;
    clear: none;
    display:block;
    float:left;
    margin: 0 8px 0 0;
    } 
div.checkboxMultiple div {
   	clear:none;
	float:left;
	width:220px;
}
.checkboxMultiple input, label, div{
   clear:none;
}
.panel {
	width:300px;
}
.pad {
	padding:10px;
}
div.coupon_code {
	padding:3px;
}
span.coupon_code{
	display:block;
	float:left;
}
strong.coupon_code {
	background-position:right;
	background-image:url('http://www.buckbin.com/img/cut.png');
	background-repeat:no-repeat;
	background-color:#B6C7DB;
	float:left;
	display:block;
	font-size:1.2em;
	font-weight: bold;
	border:1px dashed #000;
	padding: 5px 20px 5px 5px;
}
.coupon_list_record {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom:10px;
}
.coupon_list_record .store {
	float: left;
	display:block;
	width:30%;
	max-width:200px;
}
.coupon_list_record .code {
	float:left;
	display:block;
	width:68%;
}
.coupon_list_record h2 {
	margin:0;
	padding-top:0;
	padding-bottom:0.8em;
}
div.code div {
	padding: 5px 0;
}
.text_center {
	text-align:center;
}

/*Coupon Clip CSS Styling*/
.my_clip_button { width:150px; text-align:center; border:1px solid black; background-color:#ccc; margin:10px; padding:10px; cursor:default; font-size:9pt; }
.my_clip_button.hover { background-color:#eee; }
.my_clip_button.active { background-color:#aaa; }

.tool_tip {
	width:220px; font-weight:bold; position: absolute; display:none; background-color:#B6C7DB; padding: 5px 10px;
}
.hidden {
	display:none;
}

div.emailSignUp {
	font-size:1em;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border: 1px solid #B2B2B2;
}
div.emailSignUp h2 {
	background-color:#B6C7DB;
	margin:0px;
	padding:10px;
}
div.emailSignUp p {
	padding: 5px 10px;
}
div.emailSignUp form {
	clear: none;
	margin:0;
	display:inline;
}
div.emailSignUp label {
	display:inline;
	clear: none;
}
div.emailSignUp form div {
	clear: none;
	display: inline;
}
div.emailSignUp input {
	width: 250px;
	display: inline;
	clear: none;
}
div.emailSignUp input[type=submit] {
	width: auto;
}
div.maintitle h1 {
	font-size:1em;
	color:#9BB2C8;
	background-color:#1D3652;
	padding:0;
	margin:0;
}
.empty {
	padding:0; margin:0; clear: none;
}
.bold {
	font-weight:bold;
}
