@charset "UTF-8";
body  {
	font: 81% Arial;
	background: url(../images/BG_gradient.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar - this is with a 780px width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #space {
background:#e1e1e1;
} 
.thrColFixHdr #header { 
	background: #FFFFFF;
	margin-bottom: 5px; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border:#CCCCCC 1px solid;
} 
.h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0066FF;
}
.body {
color: #333333;
}

/*.title {
color: #0066ff;
}*/

.orange {
color:#FF6600;
font-style:italic;
font-size:100%;
font:"Times New Roman", Times, serif;
}
.thrColFixHdr #left {
float:left;
width:142px;
background:#FFFFFF;
margin-right:5px;
}
.thrColFixHdr #sidebar1BGLayer {
float: left;
width: 120px;
z-index: 1;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	/*border-right: 1px solid #e1e1e1;*/
	border:#CCCCCC 1px solid;
	z-index: 2;
}
.thrColFixHdr #leftRSS {
float:left;
width: 120px;
background: #FFFFFF;
padding: 0px 10px 10px 10px;
border:#cccccc 1px solid;
margin-top:5px;
}
.thrColFixHdr #sidebar2 {
float:right;
width: 222px;
background: #FFFFFF;
margin-left: 5px;
}
.thrColFixHdr #NewStores {
	/*float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	border:#CCCCCC 1px solid;
	margin-bottom: 5px;
}
.thrColFixHdr #memberInfo {
width: 200px;
background: #FFFFFF;
padding: 10px 10px 10px 10px;
border: #CCCCCC 1px solid;
margin-bottom: 5px;
}
.thrColFixHdr #ads {
/*float: right; clear: both;*/
width: 200px;
background: #FFFFFF;
padding: 10px 10px 10px 10px;
border: #CCCCCC 1px solid;
margin-bottom: 5px;
}
.thrColFixHdr #to_do {
width: 200px;
background: #ffffff;
padding: 10px 10px 10px 10px;
border: #cccccc 1px solid;
margin-bottom: 5px;
}
.thrColFixHdr #gas {
float:left;
width:125px;
background:#FFFFFF;
padding: 10px 10px 10px 5px;
border: #CCCCCC 1px solid;
margin-top: 5px;
}
.thrColFixHdr #leftAds {
float:left;
width:125px;
background:#FFFFFF;
padding: 10px 10px 10px 5px;
border:#CCCCCC 1px solid;
margin-top: 5px;
}
.thrColFixHdr #commission {
width: 200px;
background: #FFFFFF;
padding: 10px 10px 10px 10px;
border: #CCCCCC 1px solid;
margin-top: 5px;
}
.thrColFixHdr #news {
/*float: right; clear: both;*/
width: 200px;
background: #FFFFFF;
padding: 10px 10px 10px 10px;
border: #CCCCCC 1px solid;
}
.thrColFixHdr #mainContent { 
	background: #FFFFFF;
	margin-left: 147px;
	margin-right: 227px;
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:#CCCCCC 1px solid;
}
.thrColFixHdr #mainContent2 {
background:#ffffff;
margin-left:147px;
margin-right:498px;
margin-top: 5px;
padding: 10px 10px 10px 10px;
border: #cccccc 1px solid;
}
.thrColFixHdr #mainContent3 {
background:#ffffff;
margin-left:147px;
margin-right:227px;
margin-top: 5px;
padding: 10px 10px 10px 10px;
border: #cccccc 1px solid;
}
.thrColFixHdr #mainContentCoupons { 
	background: #FFFFFF;
	margin-left: 147px;
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:#CCCCCC 1px solid;
}
.thrColFixHdr #coupons {
float: right;
/*margin-left: 321px;*/
margin-top: 5px;
width: 243px;
background: #ffffff;
padding: 10px 10px 10px 10px;
border: #cccccc 1px solid;
}
.thrColFixHdr #bottomBanner {
background:#FFFFFF;
margin-top:5px;
}
.thrColFixHdr #footer { 
	margin-top: 5px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.newsTitle {
color: #FF6600;
font-size: 90%;
font-style:italic;
}

a {
text-decoration:none
}

/* ----------- stylized ----------- */ /* This is the css form style */

.spacer{
clear:both;
height:1px;
}
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

/* elemnet divs for extend script */

div.element {
	width: 100px;
	height: 50px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
	margin: 5px;
}

div.otherElement {
	height: 20px;
}

pre {
	padding: 5px 7px;
	margin: 5px 0;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #333;
	overflow: auto;
	font-size: 12px;
}

/*One pixel notched corners*/

.feature {
	border:solid #0066ff /*#647aae*/;
 	border-width:1px;
	background:#e1e1e1;
	padding:10px 10px 10px 10px;
}

.feature div {
  position:relative;
  top: -1px;
  left: 0;
  border:solid #647aae;
  border-width:1px 0 0;
}

.feature div div {
	top: 2px;
	border-width:0 0 1px;
	padding: .3em .3em .1em;
}

/* collapsible div styles */

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/*rounded bubbles using curvy corners*/

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, 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(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  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;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* 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:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#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;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* 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-top:1px;
  _margin-bottom:1px;
}

