//ff_style.css

//CSS FOR mond247.com site

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}	

.right_block {
	float: right;
	display: block;
	}	
	
.clear {
	clear: both;
	}
	
.jusify{
	text-align:justify;
	}
	
.text_white {
	color: #fff;
	}

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 988px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d9d9d9;
	margin: 0 auto;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

#header {
	height: 160px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #000000;
	padding: 0px 0px 0px 0px;  /* 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. */
	background-image: url('../images/mondo/mondologo.png');
	background-repeat: no-repeat;
} 

#header 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 */
}

#header img {
	padding:18px 0 0 10px;}
	
	/* TABLE THAT CONTAINS HEADER AND LOG IN BACKGROUND IMG */
	
#header table {
	margin: 0;
	padding: 0;
	border: 0;
	width: 190px;
	cellspacing: 0;
	cellpadding: 0;
	}	
	
	/* HEADER AND LOG IN BACKGROUND IMG */
	
#header #header_login_img {
	width: 543px;
	height: 150px;
	background-image: url('../images/mondo/header_login/mondo-header-promo.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	}	
	
#header #header_login_img #contest_img {
	float: left;
	width: 260px;
	height: 150px;
	padding-bottom: 20px;
	}
	
#header #header_login_img #contest_img img {
	float: left;
	/*
	padding-bottom: 20px;
	*/
	margin-top: -2px;
	/*
	padding-left: 50px;
	*/
	margin-left: 50px;
	}			

#header #header_login_img #login_left {
	float: left;
	display: block;
	/*
	width: 106px;
	*/
	/*
	width: 86px;
	*/
	width: 93px;
	height: 100px;
	padding-top: 52px;
	/*
	padding-left: 15px;
	*/
	/*
	padding-left: 35px;
	*/
	padding-left: 28px;
	/*
	padding-right: 3px;
	*/
	padding-right: 8px;
	}

#header #header_login_img #login_left input {
	display: block;
	width: 90px;
	margin-bottom: 10px;
	}

#header #header_login_img #login_right {
	float: left;
	width: 119px;
	height: 152px;
	}

#header #header_login_img #login_right #wp-submit {
	float: left;
	display: block;
	width: 51px;
	height: 29px;
	overflow: hidden;
	border: 0;
	margin-top: 48px;
	margin-bottom: 10px;
	margin-left: 41px;
	margin-right: 50px;
	}	

#header #header_login_img #login_right #rememberme {
	width: auto;
	}

#header #header_login_img #login_right span {
	color: #ffffff;
	font-size: 9px;	
	}
	
#header #header_login_img #login_right a {
	color: #ffffff;
	font-size: 9px;	
	}
		
	/* Space Between Header and Navigation Start */

#header_spacer_bottom {
	height: 12px;	
	background-color: #000;
	}

	/* Space Between Header and Navigation End */


#sidebar1 {
	position: absolute;
/*	
	top: 250px;
*/
	top: 228px;
	left: 10px;
	width: 305px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
/*	height: 170px;
*/	
/*
	height: 170px;
*/
	height: 170px;
	overflow: hidden;
}
#sidebar2 {
	position: absolute;
/*	top: 220px;
*/	
/*
	top: 250px;
*/
	top: 228px;
	width: 230; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	width: 305px;
	height: 170px;
	overflow: hidden;
	left: 340px;
	background-color: transparent;
}
#sidebar3 {
	position: absolute;
/*	top: 220px;
*/	
/*
	top: 250px;
*/
/*
	top: 228px;
*/
	top: 228px;
	left: 675px;
	width: 305px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px 0px; /* padding keeps the content of the div away from the edges */
/*	
	height: 170px;
*/
	height: 170px;
	overflow: hidden;
}
#sidebar4 {
	position: absolute;
	top: 395px;
	left: 10px;
	width: 305px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 362px;
	overflow: hidden;
}
#sidebar5 {
	position: absolute;
	top: 395px;
	width: 230; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	width: 305px;
	height: 362px;
	overflow: hidden;
	left: 340px;
	background-color: transparent;
}
#sidebar6 {
	position: absolute;
	top: 395px;
	left: 675px;
	width: 305px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px 0px; /* padding keeps the content of the div away from the edges */
	height: 362px;
	overflow: hidden;
}
#sidebar7 {
	position: absolute;
	top: 770px;
	left: 10px;
	width: 470px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height:200px;



}
#sidebar8 {
	position: absolute;
	top: 770px;
	left: 510px;
	width: 470px; /* 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 */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height:200px;
	border: solid red 2px;
}

#mainContent {
	margin: 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	position: relative;
	top: 0px;
	width: 988px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	
} 

#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;
}
#ff_login {
	background-color: #000000;
	float: right;
	height: 140px;
	width: 260px;
	color: #FFFFFF;
	border:thin solid #FF0000;
	margin-right: 16px;
	margin-top: 8px;
}
.ff_over {
	height: 50px;
	width: 118px;
	position: relative;
	visibility: visible;
	top: -40px;
	
}

#container #ff_body {
	margin-top: 490px;
	background-color: #CCCCCC;
	}

#container #navbar {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	width: 100%;
	background-color: #CCCCCC;
	text-align:center;
}

#navigation {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:33px;
	background:url('/images/navbar_bg.gif') repeat-x;
	border-bottom: #CC0000 medium solid;
	text-align:center;
	margin-bottom: 0;
	color:#FFFFFF;
	}
	
#navigation div a {
	text-decoration:none;
	color:#FFFFFF;
	}
		
#nav_links_spacer {
	width:100%;	
	height: 8px;
	}	

#navlinks {
	padding-left:0px;
	margin:0;
	font: 0.9em arial;
	list-style:none;
	height: 38px;
	}

#navlinks ul {
	list-style:none;
	padding:0;
	margin:0;
	}

#navlinks li {
	float:left;
	margin:0 0 0 0;
	}

#navlinks li a{
	height:2em;
	line-height:2em;
	float: left;
	width: 6em;
	display: block;
	border: 0.0em solid #000000;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	}

#navlinks li a:hover {
	height:2em;
	line-height:2em;
	float: left;
	width: 6em;
	display: block;
	border: 0.0em solid #000000;
	color: #ffffff;
	text-decoration:none;
	text-align: center;
	}
	
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none;
	}
/* End hide */

/* end of NAVIGATION CSS*/
img {  
	border-style: none;
	border: 0;
	}

.ff_another {
	height: 20px;
	width: 180px;
	font: 18px;
	font-style:italic;
	font:"Times New Roman", Times, serif;
	color: #FFFFFF;
	position: relative;
	top: 20px;
	left: 130px;
	
}
#container #sidebar7 #entryform {
	width: 280px;
	left: 200px;
	top: -90px;
	position: relative;
}
#home-store {
	height:200px;
	width:100%;
	margin:5px;
}
#register{
	font:Arial, Helvetica, sans-serif small-caps 10px;
	background-color:black;
	color:red;
	position:relative;
	top: -40px;
	left:5px;
	width: 100%;
	}
#register a{
	background-color:black;
	color:red;
	}
	
.input#user_login {
	color:red; 
	background:white; 
	text-align:center; 
	height:14px
	padding-bottom:3px;
	}

.login{
    float:right;
	}

.login input{
	font: normal 14px Georgia, Verdana, sans-serif ;
	color: #FF0000;
	}
	
.login input#user_login {
	margin-bottom:10px;
	}

.login a{
	font: normal 12px Georgia, Verdana, sans-serif;
	color: #ff0000;
	}
	
.login form label{
	font: normal 12px Georgia, Verdana, sans-serif;
	color: #ff0000;
	}

.ffform input{
	margin-left:auto;
	margin-right:auto;
	}

/*main_top declarations*/
#main_top_sidebar1 {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 305px; /* 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: #e2e3a7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 362px;
	overflow: hidden;
	}
	
#main_top_sidebar2 {
	position: absolute;
	top: 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: #90c968; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	width: 360px;
	height: 362px;
	overflow: hidden;
	left: 315px;
	}
	
#main_top_sidebar3 {
	position: absolute;
	top: 200px;
	left: 675px;
	width: 305px; /* 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: #a7bee3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 362px;
	overflow: hidden;
	}

/* End of Main_Top CSS*/

/* Being of Main Mid CSS*/
#main_mid_sidebar1 {
	position: absolute;
	top: 562px;
	left: 10px;
	width: 665px; /* 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: #9496ca; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height:200px;
	}
	
#main_mid_sidebar2 {
	position: absolute;
	top: 562px;
	left: 675px;
	width: 304px; /* 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 */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height:200px;
	background-color:#f9b8b9;
	
}

/* end of Main Mid CSS*/

/* beginning of Main Bottom CSS*/
#main_bottom_content{
	position:absolute;
	top:762px;
	height:226px;
	background-color:white;
	width:100%;
	padding:30px 0px 0px 0px;
	}

#main_bottom_topbar {
text-align:center;
	position: absolute;
	top: 770px;
    left:20px;
	width: 960px; /* 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: red; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height:20px;



}

#main_bottom_sidebar1 {
	position: absolute;
	top: 800px;
	left: 10px;
	width: 470px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height:200px;
	}
	
#main_bottom_sidebar2 {
	position: absolute;
	top: 800px;
	left: 350px;
	width: 630px; /* 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 */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
	height:180px;
	background-color:#dddddd;
	}

.header_button {
	background: transparent;
	padding: 0px 8px 0px 8px;  
	background-image: url('../images/mondo/button/button.gif');
	background-repeat: no-repeat;
    background-position: center;
    font-family: arial;
	}

.search_form_text {
    width: 114px;
    color: #BDAFAD;
    font-size: 13px;
    margin: 0px;
    border: 0px;
    padding: 0px;
	}

.search_form_btn {
    width:30px;
    background: url(../images/mondo/search/go.gif);
    border: 0px;
    height: 22px;
    position:relative;
    top:2px;
	}

.header_search_form {
	background: transparent;
	padding: 0px 0px 0px 0px;  
    background-image: url('../images/mondo/search/background.gif');
	background-repeat: no-repeat; 
    height: 38px;
	}

.search_background_fill {
    left:4px;
    padding:8px 10px 15px;
    position:relative;
    top:5px;
	/*background-image: url('../images/mondo/search/back_fill.gif');*/
	}

.login_img {
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    border: 0px !important;
	}
	
	
	/* ABOUT US START */

#about_body_wrapper {
	width: 865px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;	
	}
	
#about_body_top {
	width: 865px;
	margin-top: 30px;
	margin-bottom: 27px;
	overflow: hidden;
	}	
	
#about_body_bottom {
	width: 865px;
	padding-bottom: 30px;
	overflow: hidden;
	}		

#about_body_top_left {
	float: left;
	width: 455px;
	overflow: hidden;
	}
		
#about_body_top_right {
	float: right;
	width: 390px;
	overflow: hidden;
	}		

#page_id {
	height: 80px; 
	font-family: century gothic; 
	font-size: 54pt; 
	margin: 0px; 
	padding: 0px; 
	padding-right: 210px;
	display: none;
	}	
	
img#on15th_banner_20years {
	float: left;
	padding-left: 30px;
	}
	
#about_body_top_left #about_body_text {
	float: left;
	width: 425px;
	padding-left: 30px;
	padding-top: 30px;
	overflow: hidden;
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}	
	
#about_body_top_left #staff_body_text {
	display: none;
	}	
	
#about_body_top_left #about_body_text p {
	padding-top: 0;
	margin-top: 0;
	}

#about_flash {	
	float: right;
	padding-right: 30px;
	}

#about_body_bottom #about_left_column {
	float: left;
	width: 258px;
	padding-left: 30px;
	overflow: hidden;
	}
	
#about_body_bottom #about_middle_column {
	float: left;
	width: 258px;
	padding-left: 30px;
	text-align: center;
	overflow: hidden;
	}
	
#about_body_bottom #about_right_column {
	float: right;
	width: 203px;
	padding-right: 50px;
	overflow: hidden;
	}
	
	/* ABOUT US END */
	
	
	/* CONTACT START */

.contact_heading {
	font-weight: bold; 
	font-family: arial; 
	font-size: 16pt; 
	color:#FF0000; 
	text-align: left; 
	padding-bottom: 10px; 
	padding-top: 0px;
	}
	
.contact_heading_spacer {
	width: 50px;
	height: 8px;
	/*
	background-color: #FFFF00;
	*/
	}	
	
.contact_info_img {
	padding-bottom: 0px;
	text-align: left;
	}	
	
#lyteframe_wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	}
	
#lyteframe_header {
	float: left;
	width: 100%;
	background-color: #000;
	overflow: hidden;
	clear: both;
	}	

#lyteframe_header img {
	float: left;
	display: block;
	width: 451px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-color: #000;
	}

#lyteframe_text {
	float: left;
	width: 470px;
	text-align: left;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	/*
	background-color: #66FFFF;
	*/
	}
		
	/* CONTACT END */
	
	
	/* CONTEST PAGE START */

td#contest_image {
	width: 494px;
	height: 580px;
	}	
	
td#contest_image div {
	width: 494px;
	height: 585px;
	background-image: url('../images/mondo/reg/reg_man2.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	}	
	
.contest_form_text_left {
	font-weight: bold; 
	float:left;
	width:190px;
	height: 20px;
	padding-bottom: 15px;
	margin-right:10px; 
	font-family:arial; 
	font-size: 10pt;
	color:#FF0000;	
	}
	
.contest_form_text_right {
	font-weight: bold; 
	float:right;
	width:190px;
	height: 20px;
	padding-bottom: 15px;
	margin-right:10px; 
	font-family:arial; 
	font-size: 10pt;
	}
		
#contest_form_note {
	margin: 15px 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;	
	}	

#reg_form_box {
	width:400px;
	height:280px;
	border: 1px dotted #888888;	
	}

#contest_fine_print {
	width: 400px;
	padding-top: 20px;
	}	
	
#contest_fine_print div {
	font-weight: bold;
	/*
	padding-bottom: 10px;
	*/
	padding-bottom: 8px;
	width: 400px;
	font-family: arial;
	font-size: 8pt;
	color:#000000; 
	text-align: left;	
	}
	
	/* CONTEST PAGE END */
	
	
	/* STAFF PAGE START */

#staff_body_wrapper {
	width: 865px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;	
	}
	
#staff_body_top {
	width: 865px;
	margin-top: 30px;
	/*
	margin-bottom: 27px;
	*/
	margin-bottom: 20px;
	overflow: hidden;
	}	

#staff_body_top_left {
	float: left;
	width: 350px;
	overflow: hidden;
	}
		
#staff_pic_box {
	float: right;
	padding-right: 15px;
	}
	
#staff_body_top_left #staff_body_text {
	float: left;
	width: 310px;
	padding-left: 30px;
	padding-top: 7px;
	overflow: hidden;
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	}	
	
#staff_bio_box {
	width: 865px;
	padding-top:10px;
	padding-bottom: 30px;
	background: #fff;
	/*
	color: #999999; 
	*/
	color: #000;
	/*
	font-family: century gothic;
	*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	}	
	
#staff_bio_box_inner {
	border: 4px solid #999999; 
	margin-left:40px; 
	margin-right: 15px;
	}

.staff_bio_left {
	float: left;
	width: 120px;
	margin-top: 20px;
	text-align: left; 
	border-right: 1px solid #999999; 
	}
	
.staff_bio_left span {
	font-weight: bold;
	font-size: 14px; 
	}
		
.staff_bio_right {
	float: left; 
	width: 520px;
	height: 90px; 
	padding-left:15px;
	margin: 5px; 
	text-align: left; 
	overflow: auto; 
	}	
	
.staff_bio_right span {
	font-weight: bold;
	font-size: 14px;
	color: #fff; 
	}
	
#staff_bio_box_last {
	border: 2px solid #999999;
	margin:5px; 
	padding: 5px; 
	height: 115px;
	}	
		
	/* STAFF PAGE END */	
	
	
	/* STORE PAGE START */

#page_width {
	margin:0 auto;
	width:988px;
	overflow:hidden;
	}
	
#page_top {
	margin:0 auto;
	width:988px;
	overflow:hidden;
	}

.page_content {
	margin:0 auto;
	width:956px;
	padding:12px 16px;
	overflow:hidden;
	background-color:#dddddd;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000000;
	}
	
.page_contentleft {
	width:646px;
	overflow:hidden;
	float:left;
	}
	
.page_contentright {
	width:300px;
	overflow:hidden;
	margin-left:10px;
	float:left;
	}
	
.tablebigboder {
	border:5px solid #191919;
	background-color:#FFFFFF;
	}
	
.tableboder {
	border:1px solid #8e8e8e;
	background-color:#FFFFFF;
	}
	
.bottomboder {
	border-bottom:1px solid #fecd6b;
	margin-bottom:10px;
	}
	
.infotext {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#e21c1c;
	}

.smalllabel {
	font-size:11px;
	color:#000000;
	}
	
.boldlabel {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	}

.contentsm {
	color: #000000;
	font-family: Arial, Times, Monaco, Verdana, Lucida Grande, Sans-serif;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
	}

.links {
	color: #003399;
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
	}
	
.links:hover {
	color: #FF0000;
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
	}

.linksnew {
	color: #003399;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	}
	
.linksnew:hover {
	color: #FF0000;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	}

	/* STORE PAGE END */
	
	
	/* /store/quarterpage.php START */
.outer_captions {
	font-family:Arial;
	font-size:21px; 
	font-weight:bold; 
	color:#FFFFFF;
	}

table.qp_table {
	width: 100%;
	border: 0;
	}

table.qp_table .qp_left_caption1 {
	text-align: center; 
	font-family:Arial;
	font-size:21px; 
	font-weight:bold; 
	color:#FFFFFF;	
	}	
	
table.qp_table .qp_left_caption2 {
	text-align: center; 
	font-family:Arial;
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFFF;	
	}	
	
table.qp_table .qp_right_caption1 {
	padding-right: 28px; 
	text-align: center; 
	font-family:Arial;
	font-size:21px; 
	font-weight:bold; 
	color:#FFFFFF;	
	}	
	
table.qp_table .qp_right_caption2 {
	padding-right: 28px; 
	text-align: center; 
	font-family:Arial;
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFFF;	
	}	
	/* /store/quarterpage.php END */