/*  
Theme Name: Constructor
Theme URI: http://code.google.com/p/wp-constructor/
Description: Wordpress Constructor Theme, it's many-in-one theme (six layouts, configured colors, fonts and slideshow, widget ready). Build your own theme on <a href="themes.php?page=functions.php">settings page</a>. For Wordpress version 2.9+ (include 3.0)
Version: 1.0.3
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
Tags: fixed-width, one-column, two-columns, three-columns, threaded-comments, custom-colors, custom-header, theme-options, left-sidebar, right-sidebar

	This theme was designed and built by Anton Shevchuk,
	whose blog you will find at http://anton.shevchuk.name/

*/

html,body,
div,pre,code,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,legend,input,button,textarea,
p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

body {
    /*min-width:1000px;*/
    font: 62.5%/1.5em Arial,Helvetica,sans-serif;
}

hr {
    border: 0;
    height: 1px;
}

h1 {font-size:2.0em; margin:5px 0 12px 0}
h2 {font-size:1.8em; margin:4px 0 4px 0}
h3 {font-size:1.6em; margin:8px  0}
h4 {font-size:1.4em; margin:8px  0}
h5 {font-size:1.2em; margin:6px  0}
h6 {font-size:1.2em; margin:4px  0}

pre {
    font-size:1.0em;
    line-height:1.4em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

blockquote{ padding-left:20px }

dl {
    font-size:1.2em;
}
dt {
    width:120px;
    font-weight:700 !important;
}
dd {

}

a {
    outline:none;
    text-decoration:none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft, .left { float: left }
.alignright, .right { float: right }
.clear { clear:both }
.empty { height:0 }
.hide  { display:none }

/*Autogenerate styles*/
.categories {}
.cat-item {}
.current-cat{}
.current-cat-parent {}
.pagenav {}
.page_item {
font-size:16px;
}
.current_page_item {}
.current_page_parent {}
.blogroll {}
.linkcat{}
/*/Autogenerate styles*/


/*Layout*/
/*#wrapheader,#wrapper*/
#wrapfooter {
background-image:url(images/bg-bottom.jpg);
background-color:#0136aa;
background-position:top;
background-repeat:repeat-x;
}
.wrapper { 
    width:100%
}
#header,#slideshow,#content,#footer{
    clear:both;
    margin:0 auto
}
#container {
    margin:0;
	float:left;
    min-height:600px
}
#content {
    overflow:hidden;
}
/* Right Sidebar */
#sidebar {
    float:left;
}
/* Left Sidebar */
#extra {
    float:left;
}
/*/Layout*/

/*Theme*/
/*Header*/
#header {
    position: relative
}
	#header #title {
	    position:absolute;
	    display:block;
	    width:100%;
	    text-transform: uppercase;
	    margin:0 auto
	}
	#header #name {
	    margin:0;
	    padding:0;
	}
	#header #description {
	    display:block;
	    margin:0;
	    padding:0 8px;
	}
	#header a {
	    display:block;
	}

*+html #header {
    position:relative;
    z-index:300;
}

#slideshow {
    padding:2px;
}

#menu {
    text-align:left;
    position:absolute;
    z-index:301;
    overflow:visible;
}
#menu ul.menu {
    border-style:none none none none;
    border-width:0 0 0 0px;
    margin: 0 10px;
    float:left;
}
#menu li {
    float: left;
    position:relative;
    border-style:none none none none;
    border-width:0 0px 0 0;
    height:40px;
    list-style:none;
    text-transform:uppercase;
}

#menu li.indicator {
    cursor:pointer;
	background-image: url('images/arrows.png');
	background-repeat: no-repeat;
	background-position: 98% -106px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
	#menu li:hover.indicator    { background-position: 98% -161px }
	#menu li li.indicator       { background-position: 98%    6px }
	#menu li li:hover.indicator { background-position: 98%  -49px }

#menu ul ul {
    top:40px;
    left:0px;
    position:absolute;
    zoom: 1;
	display:none;
	height:auto;
    min-width:122px;
    width:auto !important;
    width:122px;
    margin-left:-1px;
    border-style:none none none none;
    border-width:0 0 0 0;
}
#menu ul ul ul {
    z-index:303;
    top:10px;
    left: 98%;
}
#menu li li {
    float:none;
    width:auto;
    border-style:none dotted dotted dotted;
    border-width:0 1px 1px 1px;
}
* html #menu li li {
    width:120px
}

#menu li a,
#menu li span{
    text-align:center;
    white-space: nowrap;
    display:block;
    padding:0 8px;
    font-weight:700 !important;
    min-width:104px;
    width:auto !important;
    width:104px;
    height:40px;
    line-height:40px
}
/* 2-th level reset */
#menu li li a {
    text-align:left;
    padding:0 24px 0 16px;
	min-width:80px;
    width:auto !important;
    width:80px;
    border:0
}

#rss a {
    text-indent:16px;
    background-image:url('images/feed-icon-16x16.png');
    background-repeat:no-repeat;
    background-position:8px 50%;
}
/*/Header*/
/*Sidebar*/
.sidebar {
    /*padding:0 0 6px 6px;*/
	padding:1px;
    font-size:1.2em;
    /*line-height:1.2em*/
}
.sidebar h3{
    padding:4px
}    
.sidebar a {
    padding:0;
}
.sidebar a:hover {
    text-decoration:underline
}
.sidebar .tagcloud {
    padding:0px 16px
}
.sidebar ul ul{
    padding:0 0 0 4px;
}
.sidebar li {
    padding:2px;
    list-style:none;
}
.sidebar li li li {
    padding:2px 2px 2px 6px;
    list-style:circle inside;
}
/*/Sidebar*/

/*Post*/
#posts {
    padding:10px;
    overflow:hidden
}
.hentry {
    clear:both;
    position:relative;
    width:100%;
    margin:0 0 10px 0
}
.hentry .title h1,
.hentry .title h2,
.hentry .title h3 {
    margin:0;
    font-weight:700 !important;
    font-size:2em;
    line-height:1.4em;
}
.hentry .title h1 a,
.hentry .title h2 a{
    display:block;
    padding:10px 12px;
}
.hentry .title, .pagetitle {
    margin-bottom: 8px
}
.hentry .entry {
    font-size:1.2em;
    line-height:1.4em;
    padding:4px;
}
.hentry .entry h1,
.hentry .entry h2,
.hentry .entry h3,
.hentry .entry h4,
.hentry .entry h5,
.hentry .entry h6,
.hentry .entry ul,
.hentry .entry ol {
    margin-left:12px;
} 
.hentry .entry p{
    text-indent:0px;
    margin-bottom:4px
}
.hentry .entry p a {
    text-decoration:none;
    color:#003399;
    border-bottom:none
}
.hentry .entry p a:hover {
    text-decoration:none;
    color:#f55c1b
}
.hentry .entry .crop,
.hentry .entry img {
    padding:5px;
}

.hentry .entry img.alignleft {
    margin: 0 4px 4px 0
}

.hentry .entry img.alignright {
    margin: 0 4px 0 4px
}

.hentry .entry ol,
.hentry .entry ul {
    padding-left:20px
}

.hentry .entry li ol,
.hentry .entry li ul {
    padding-left:6px
}

.hentry .entry ul {
     list-style-image:url("http://www.pennystockexplosion.com/wordpress/wp-content/uploads/2010/06/bomb.png");
     list-style-position:inside;
     text-align:top;
     padding:7px;
}
.hentry .entry ul.latestbyauthor li a {
     font-size:22px;
     margin-bottom:7px;
     font-weight:bold;
}
.hentry .entry li {
    padding:2px;
}
.hentry .pages {
    font-size:1.4em
}
.hentry .more-link {

}
.hentry .footer {
    overflow:hidden;
    clear:both
}
.hentry .footer .links {
    float:right
}
.hentry .footer .line {
    clear:both
}
/* for big external images */
.hentry .crop {
	position:relative;
    overflow:hidden;
}
.hentry .crop img {
    position:absolute;
	border:0;
	padding:0;
}
/*/Post*/
/*Author*/ 
.author dl {
    overflow: hidden;
    margin:8px 0;
}
.author dt {
    float: left;
    clear: left;
    width: 160px;
    font-weight: bold;
    text-align: right;
    padding:4px;
}
.author dd {
    padding:4px;
    width: 290px;
    margin:0 0 0 170px;
}
.author .persona {
    margin-left: 6px !important;
}

.author dt, .author dd {
    padding: 2px 5px;
    border-width:0 0 1px 0;
    border-style:solid;
}

/*/Author*/
/*Tile*/
.tile {
    clear:none;
    position:relative;
    width:320px;
    height:300px;
    float:left;
    margin:0 6px 10px 6px;
}

.tile .title{
    width:306px;
    z-index:10;
    position:absolute;
    top:8px;
    left:2px;
    text-align:left;
    padding:0 6px;
    margin:0;
}

.tile .title h2 a {
    padding:2px 4px;
}
.tile a {
    display:block;
    border:0 !important;
}

.tile .thumbnail {
    z-index:0;
    position:absolute;
    top:2px;
    left:4px;
    width:312px;
    margin:2px auto;
}

.tile .links {
    z-index:10;
    position:absolute;
    bottom:8px;
    left:0;
    height:32px;
    width:100%;
}
.tile .links .date{
    font-size:1.4em;
    text-indent:0.8em;
    padding:0;
    float:left;
    width:280px;
    line-height:32px;
}
.tile .links .comments {
    float:right;
}
.tile .links .comments a{
    margin:4px 6px 0 0;
    padding: 5px 8px;
    text-align:center;
    width:14px;
    height:14px;
}
/*/Tile*/
/*List*/
.list {

}
.list .title {
    /*padding:8px 0 8px 12px;
    margin:0
    border-bottom:1px solid #f0f;*/
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.list .title h2 {
	background-image:url(images/alert-overlay.png);
	background-repeat: repeat-x; 
}
.list .title h2 a {
    padding:6px 12px;
}
.list .date {
    position:absolute;
    top:12px;
    right:12px;
	font-size:1.2em;
	font-weight:600;
}

.list .thumb.alignleft {
    margin:4px 8px 4px 0px !important;
}
.list .thumb.alignright {
    margin:4px 0px 4px 8px !important;
}
/*/List*/
/*Navigation*/
.navigation {
    overflow: hidden;
    font-size:1.4em;
    clear:both;
}
.navigation .alignleft a,
.navigation .alignright a{
    display:block;
    width:auto;
    height:32px;
    margin:0 20px
}
.navigation .wp-pagenavi {
    text-align:center;
    margin:8px 0;
    padding:8px
}
/*/Navigation*/
/*Widgets*/
.widget {}
li#text-5.widget {
     background-image:url('http://www.pennystockexplosion.com/wordpress/wp-content/uploads/2010/06/testimonial-bg.png');
     background-repeat:no-repeat;
     color:#efefef;
     height:380px;
     font-size:13px;
     font-style:italic;
     margin-top:-20px;
}
li#text-5.widget h8 {
     font-size:11px;
     font-weight:bold;
}
.widget_categories h3 {
     color:#0961a7;
     font-size:22px;
     font-style:underline;
}
.widget_categories {
     background-color:#efefef;
     padding-left:15px;
     margin-bottom:20px;
}
.widget_categories ul {
     margin-bottom:25px;
}

.widget_categories ul {
     font-size:16px;
     font-weight: bold;
}
ul.latestbyauthor ul li {
     list-style-image:url("http://www.pennystockexplosion.com/wordpress/wp-content/uploads/2010/06/bomb.png");
     list-style-position:inside;
     text-align:top;
}
.widget_categories ul li {
     list-style-image:url("http://www.pennystockexplosion.com/wordpress/wp-content/uploads/2010/06/bomb.png");
     list-style-position:inside;
     text-align:top;
}
.widget_sqsidebar {
    background-image:url("http://www.pennystockexplosion.com/wordpress/wp-content/uploads/2010/06/quotebg.png");
    color:#efefef;
    padding-left:10px;
}
.widget_sqsidebar h3 {
  color:#ff8c06;
  font-size:22px;
}
.widget_sqsidebar table {
  padding-left:15px;
  padding-bottom:20px;
}
.widget_sqsidebar tr#sqsboddrow a {
  color:#010068;
  background-color:;
  font-size:14px;
  margin-left:5px;
  font-weight:bold;  
}
.widget_sqsidebar tr#sqsbevenrow a {
  color:#010068;
  background-color:;
  font-size:14px;
  margin-left:5px;
  font-weight:bold;
}
.widget_sqsidebar tr#sqsbevenrow  {
  color:#010068;
  background-color:#aabfe3;
  font-size:14px;
  margin-left:15px;
}
.widget_sqsidebar tr#sqsboddrow  {
  color:#010068;
  background-color:#98b4e4;
  font-size:14px;
  margin-left:15px;
}
.widget h3 {
    padding:0 4px 0px 8px;
    line-height:2em;
    font-size:18px;
}
.widget a:hover{
    text-decoration:underline
}
.widget ul {
    /*padding:0 0 0 4px;*/
}
.widget li {
    padding:2px;
    list-style:none;
}
.widget li li {
    padding:2px 2px 2px 6px;
    list-style:circle inside;
}

.widget_text {}
.widget_text .textwidget{
    padding:0 5px 0 7px
}

.widget_tag_cloud div {
    padding:0 2px
}
.widget_tag_cloud a {
    line-height:100%;
}
.widget_rss {}
.widget_rss li {
    overflow:hidden;
}
.widget_rss li .rsswidget {
    font-weight:700;
    display:block;
    text-decoration:underline;
}

.widget_rss .rss-date {
    font-style:italic;
    margin:2px 0;
    /*font-size:0.8em;*/
}
.widget_rss .rssSummary {
    padding:2px 0;
}
.widget_rss cite {
    float:right;
}

#content-widget {
    clear:both;
    margin:0 0 10px 0
}
    #content-widget .widget {
        float:left;
        width:30%;
        padding:4px 8px;
    }
/*/Widgets*/
/*Search*/
#searchform {
    width:200px;
    margin:12px auto
}
#searchform label {
	display:block;
}
#s {
    width:140px;
}
#searchsubmit {
    cursor:pointer;
    width:30px;
    height:30px;
    background: url(images/lens.png) 3px 3px no-repeat;
    text-indent:-1000px;
    display:inline;
    line-height:0px;
}

#menusearchform {
    width: 134px;
}
#menusearchform .s {
	z-index:301;
	position:absolute;
	top:0;
	left:2px;
	height: 30px;
	font-size: 24px;
	padding-left:28px;
	width: 96px;
    background-image: url(images/lens.png);
	background-position: 4px 8px;
	background-repeat: no-repeat;
}
/*/Search*/
/*Form*/
input, select, textarea {
    font-size:1.4em;
    padding: 4px;
    border-width:1px;
    border-style:solid;
}
fieldset{
    border-width:1px;
    border-style:solid;
    padding: 8px
}
textarea {width: 98%}

#commentform {
    margin: 5px 10px 0 0
}
#commentform input {
    min-width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0
}
#commentform textarea {
    width: 100%;
}
#commentform #submit {
    cursor:pointer
}
#commentform p {
    margin: 5px 0
}
#commentform p.submit {
    margin: 5px 0 0 0;
	text-align:right;
}
/*/Form*/
/*Table*/


th {
    font-size:1.2em;
    padding:4px 6px;
}
td {
    padding:4px;
}
/*/Table*/
/*Comments*/
#respond {
    clear:both
}
#comments {
    padding:0 8px;
    margin:8px 0
}
#comments h3 {
    padding:8px
}
.commentlist {
    text-align: justify
}

.commentlist li {
    margin: 0 0 10px 0;
    padding: 5px 5px 10px 10px;
    list-style: none;
    clear:both;
}

.commentlist ul {
    clear:both
}
.commentlist ul.children{
    margin-top:10px;
}

.commentlist li li { 
    margin: 0 -4px 0 0
}

.commentlist li .avatar { 
    float: right;
    padding: 2px;
    background: #fff;
    border-width:1px;
    border-style:solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px
}
.commentlist p {
    font-size:1.2em;
    margin: 10px 5px 10px 0
}
.children { padding: 0 }


.nocomments {
    text-align: center;
}
.comment-author{
    font-size:1.2em
}
.comment-meta a,
.comment-meta a:hover{
    border:0 !important
}

.reply {
    clear:both;
}
/*/Comments*/

/*Footer*/
#footer {
    clear:both;
    padding: 20px 0;
    margin: 0 auto;
    font-size:1.2em;
}
#footer .widget {
    width:200px;
    float:left;
    margin: 0 0 0 12px
}

#footer .copy{
    padding:14px 0 0 0;
    text-align:center
}
/*/Footer*/
/*Feed*/
.feed-icon {
    position:absolute;
    top:8px;
    right:16px;
    padding-right:20px !important;
    display:block;
    font-size:0.6em;
	line-height:18px;
    background:url('images/feed-icon-16x16.png') no-repeat 100% 50%;
    border:0 !important;
}
/*/Feed*/
/*Smiles*/
.wp-smiley {
    border:0 !important;
    padding:0 !important;
}
/*/Smiles*/
/*Caption*/
.wp-caption {
    text-align: center;
    padding-top: 4px;
    margin: 10px;
}
.wp-caption a {
    border: 0 none !important;
}
.wp-caption img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
}
.wp-caption p.wp-caption-text {
    font-size: 1em;
    line-height: 17px;
    padding: 4px 0;
    text-indent:0;
    margin: 0
}
/*/Caption*/
/*Calendar*/
#wp-calendar {
    border-collapse: collapse;
    margin-left:6px
}
#wp-calendar caption{
    padding:4px 0;
    font-weight:700;
}
#wp-calendar th {
    border:0;
    text-align:center;
    width:2em;
}
#wp-calendar td {
    text-align:center;
    padding:0;
    height:2em;
    /*width:2em;*/
    border:0
}
#wp-calendar tbody a{
    display:block;
    font-weight:700;
    border:0;
    padding:4px 2px;
}
#wp-calendar tbody a:hover{
    text-decoration:none
}
#wp-calendar #today {  
    font-weight:700;
}
/*/Calendar*/
/*Slideshow*/
.wp-sl {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    border:0;
}

.wp-sl span.prev, .wp-sl span.next {
    z-index:200;
    position:absolute;
    top:10px;
    display:block;
    width:9px;
    cursor:pointer;
    height:25px;
    line-height:23px;
    text-align:center;
}

.wp-sl span.prev {
    left:4px;
}
.wp-sl span.next {    
    right:4px;
}
.wp-sl span.more {    
    display:block;
}

.wp-sl div {
    top:0;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
}

.wp-sl a.title {
    top:8px;
    position:absolute;
    z-index:10;
    display:block;
    width:100%;
    height:34px;
    padding:0 12px;
    font-size:1.6em;
    font-weight:900 !important;
    line-height:38px;
    
    text-indent:28px;
    text-transform:uppercase;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.wp-sl img {
    top:0;
    left:0;
    position:absolute;
    z-index:5;
    border-width:0 1px 0 0;
    border-style:solid;    
}
.wp-sl p {
    bottom:6px;    
    right:4px;
	padding:6px;
    width:64%;
    position:absolute;
    z-index:10;
    text-indent:8px;
    text-align:justify
}
/*/Slideshow*/
/*Templates*/
/*Archive*/
#posts .archive table {
    margin:10px auto;
    width:90%;
}
#posts .archive table th{
    padding:0;
}
#posts .archive table td{
    padding:0;
    text-align:center;
}
#posts .archive table a{
    padding:4px;
    text-align:center;
    display:block;
    border:0;
}
/*/Archive*/
/*/Templates*/
/*Buttons*/
.button, .button:visited {
	background-image:url(images/alert-overlay.png) !important; /* important requried by IE for opacity elements*/
	background-repeat: repeat-x; 
	display: inline-block; 
	padding: 2px 10px; 
	text-decoration: none;
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
}
	.button:hover { background-color: #111; color: #fff; }
	.button:active { top: 1px; }
	
/*/Buttons*/
/*/Theme*/

/* optional rounded corners for browsers that support it */
.hentry .entry .crop,
.hentry .entry img,
.commentlist li,
.wp-caption,
 input, select, textarea,
.button, .button:visited {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
    -khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#apDiv1 {
	position:absolute;
	width:100px;
	height:28px;
	z-index:302;
	left: 800px;
	top: 172px;
}
#IEroot #SignUp { margin-top:-75px; } 

#rpc, #bgem, #vkng, #ttnp {
width: 235px;
height: 172px;
float: left;
background: url(../images/rpc-alert.png) no-repeat;
cursor: pointer;
border: 0;
}
#bgem {
background: url(../images/bgem-alert.png) no-repeat;
}
#ttnp {
background: url(../images/ttnp-alert.png) no-repeat;
}
#vkng {
background: url(../images/vkng-alert.png) no-repeat;
float: right;
}
#rpc:hover, #bgem:hover, #ttnp:hover, #vkng:hover {
background-position: 0 -171px;
}
.hoverbox {
cursor: default;
list-style: none;
float: left;
margin: 0;
padding: 0;
z-index: 100;
position: relative;
}
.hoverbox a {
cursor: default;
}
.hoverbox a .preview {
display: none;
}
.hoverbox a:hover .preview {
display: block;
position: absolute;
top: 179px;
left: 114px;
z-index: 100;
}
.hoverbox img {
vertical-align: top;
width: 234px;
height: 171px;
float: left;
border: 0;
cursor: Pointer;
}
.hoverbox li {
float: left;
position: relative;
padding: 0;
}
.hoverbox .preview {
border: 0;
width:  566px;
height: 398px;
position: absolute;
z-index: 100;
}
.hoverbox2 {
cursor: default;
list-style: none;
float: left;
margin: 0;
padding: 0;
z-index: 100;
position: relative;
}
.hoverbox2 a {
cursor: default;
}
.hoverbox2 a .preview {
display: none;
}
.hoverbox2 a:hover .preview {
display: block;
position: absolute;
top: 179px;
left: 115px;
z-index: 100;
}
.hoverbox2 img {
vertical-align: top;
width: 234px;
height: 171px;
float: left;
border: 0;
cursor: Pointer;
}
.hoverbox2 li {
float: left;
position: relative;
padding: 0;
}
.hoverbox2 .preview {
border: 0;
width:  566px;
height: 398px;
position: absolute;
z-index: 100;
}
.hoverbox3 {
cursor: default;
list-style: none;
float: left;
margin: 0;
padding: 0;
z-index: 100;
position: relative;
}
.hoverbox3 a {
cursor: default;
}
.hoverbox3 a .preview {
display: none;
}
.hoverbox3 a:hover .preview {
display: block;
position: absolute;
top: 179px;
right: 13px;
z-index: 100;
}
.hoverbox3 img {
vertical-align: top;
width: 234px;
height: 171px;
float: left;
border: 0;
cursor: Pointer;
}
.hoverbox3 li {
float: left;
position: relative;
padding: 0;
}
.hoverbox3 .preview {
border: 0;
width:  566px;
height: 398px;
position: absolute;
z-index: 100;
}
.hoverbox4 {
cursor: default;
list-style: none;
float: left;
margin: 0;
padding: 0;
z-index: 100;
position: relative;
}
.hoverbox4 a {
cursor: default;
}
.hoverbox4 a .preview {
display: none;
}
.hoverbox4 a:hover .preview {
display: block;
position: absolute;
top: 179px;
right: 3px;
z-index: 100;
}
.hoverbox4 img {
vertical-align: top;
width: 234px;
height: 171px;
float: left;
border: 0;
cursor: Pointer;
}
.hoverbox4 li {
float: left;
position: relative;
padding: 0;
}
.hoverbox4 .preview {
border: 0;
width:  566px;
height: 398px;
position: absolute;
z-index: 100;
}
#qmDropDownWrapper { display:none; }
.qm_main  { font: 11px Arial,Helvetica,sans-serif; color: #333333;  background:none; }

.qm_maintext  { font: 11px Arial,Helvetica,sans-serif; color: #333333; }

.qmam-header-bar { border-color: #c5c5c5; }

.qm_inactivebutton	{ background: #efefef; border: 1px solid #aaaaaa;   font: 12px Arial,Helvetica,sans-serif; color: #333333; text-decoration: none ; }
.qm_activebutton		{ background-color: #ffffff; border: 1px solid #aaaaaa;   border-bottom: none; font: 12px Arial,Helvetica,sans-serif; color: #333333 }

.qm_news_tab { margin-top: 10px; }

.qm-detailed-quote-data  { border:none !important; }

.qm_heading_bar 	{ background:none;; border: 1px solid #aaaaaa; }
.qm_heading_text 	{ font-family: tahoma, arial, sans-serif; color: #666666;  }

.qm_subnav_activebutton		{ color: #333333;   font: 16px Arial,Helvetica,sans-serif; font-weight:bold; cursor:pointer; }
.qm_subnav_inactivebutton 	{ color: #333333;   font: 16px Arial,Helvetica,sans-serif; cursor:pointer; }

.qm_quotetitle { font-family: arial, sans-serif; }

.qm-mm-chart  { background-color: #ffffff; }
.qm-mm-chartnav .qm_activebutton { border-bottom: 1px solid #aaaaaa; }

.qm_cycle { background-color: #efefef; color: #333333; font: 11px Arial,Helvetica,sans-serif; }

.qm_quotebar .qm_text_up			{ color: #00cc00; }
.qm_quotebar .qm_text_down	{ color: #ff0000; }

a.qm:link   		{ color: #003399; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; }
a.qm:visited	{ color: #003399; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; }
a.qm:hover  	{ color: #f55c1b; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; cursor:pointer; }

a.qmmt:link   		{ color: #003399; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; }
a.qmmt:visited	{ color: #003399; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; }
a.qmmt:hover  	{ color: #f55c1b; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; cursor:pointer; }

a.qm_heading_text:link   		{ color: #003399; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; }
a.qm_heading_text:visited	{ color: #003399; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; }
a.qm_heading_text:hover  	{ color: #f55c1b; text-decoration: none;  font: 11px Arial,Helvetica,sans-serif; cursor:pointer; }

.qmmt_quoteEntryBox_submit  {color:#ff0000; font-size:18px}

u { color:#f55c1b; }

.qm_52wkbg { background-color: #ffffff; }

.qm_realtime_text { font: 11px Arial,Helvetica,sans-serif; }
.qm_nonrt_text { font: 11px Arial,Helvetica,sans-serif; }
.qmmt_main	{ background:#fff; border: none; } 
.qmmt_text		{ font: 11px  arial;color: #333333; text-align:left;  padding:-2px;}
.qmmt_quoteEntryBox_submit  {color:#ff0000; font-size:18px;}

element.style {font-size:18px;}

.qmmt_header_text	{ font-family: arial, sans-serif; color: #484848;  }
.qmmt_header_bar	{ display:none; }

a.qmmt_text 					{ color: #003399; text-decoration:none;   }
a:visited.qmmt_text 			{ color: #003399; text-decoration:none; }
a:hover.qmmt_text 			{ color: #f55c1b; text-decoration:none; cursor:pointer; }  

/* custom styles for the component data application */
.qmjssymbol  { font: 11px  arial;color: #333333; }
.qmjsname	{ font: 11px  arial;color: #333333; }
.qmjsleft	{ font: 11px  arial;color: #333333; }
.qmjsright	{ font: 11px  arial;color: #333333; }

