/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #DEDEDE;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

h1, h3 {
	margin: 0px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #333;
	padding: 4px 0px 10px 0px;
}

h2 {
	/*text-shadow: 0.05em 0.05em 0.1em #000;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 30px;
        color: #333;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 10px;
}

h1 { 
	font-size: 38px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 140%;
	text-align: justify;
}

ul, ol { }

blockquote { }

iframe {
	border: 0px;
	margin: 0 0;
	padding: 0 0;
}

input{
    font-size:14px;
    font-weight:normal;
    padding:1px 1px;
    margin-top: 2px;
}

a { 
	font-weight: bold;
	color: #324E64; 
}

a:hover { text-decoration: none; }

a img {
	border: none;
}

img {
	border: 1px solid #000000;
}

img.left {
	float: left;
	margin: 5px 5px 5px 5px;
}

img.borderless {
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
	border: 0px;
}

hr { 
	display: none;
}



/********************************************************************/
/*   WRAPPER
/********************************************************************/
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/****************************/
/*          Popup           */
/****************************/
#popup {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#popup #content
{
	margin: 0 0;
	padding: 10px 10px 10px 10px;
	min-height: 0px;
	width: 880px;
}
#popup #content iframe {
	text-align: center;
	border:1px solid red;
	margin: 0 0;
	padding: 0 0;
}

/********************************************************************/
/*         Page       
/********************************************************************/
#page {
	float: left;
	width: 1000px;
	padding-bottom: 0;
	background: #DBDBDB;
	border-bottom: 5px #3b3b3b solid;
}


/********************************************************************/
/* LOGO
/********************************************************************/
#logo {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	padding-left: 0px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo img {
	border: 0px;
	float: left;
	margin: 0px 0px 0 0;
}

/********************************************************************/
/* CONTENT WIDE
/********************************************************************/
#content_wide {
	display: block;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	float: left;
	min-height: 550px;
	width: 960px;
}

#content_wide #title_lable {
	font-size: 20px; 
}

#content_wide .hInfoBadge { 
	display: inline-block;
	height: 16px;
	width: auto;
	padding: 2px 2px;
}
#content_wide #bhProdName {
    display: inline-block;
    height: 30px;
}

#content_wide #bhProdName h3 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    text-decoration:underline;
    font-family: Arial, sans-serif;
    color: #205070;
}

/********************************************************************/
/* SEARCH RESULTS
/********************************************************************/
#search_results div {
    float: left;
}

#search_results br {
    float: none;
}

#search_results td {
    color: #000;
}

#search_results div.cMaxPay{
    font-size: 20px;
    font-weight: 700;
    color: 12AA25;
}

#search_results div.cLabel{
    float: left;
    display: inline-block;
    height: 20px;
    padding: 1px 5px;
    text-align: left;
}

#search_results div.cLabelFixed{
    width: 70px;
    float: left;
    display: inline-block;
    padding: 1px 5px;
    text-align: right;
}

#search_results div.cData{
    float: left;
    display: inline-block;
    height: 20px;
    padding: 1px 5px;
    text-align: left;
}

#search_results div.cDataWide {
    padding: 0px 0px;
    width: 260px;
}


#search_results div.cDataColumnLeft { 
    display: inline-block;
/*    border-style:dotted;
    border-width: 1px;*/
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 42%;
    padding: 2px 2px;
}

#search_results div.cDataColumnRight { 
    display: inline-block;
/*    border-style: dotted;
    border-width: 1px;*/
    float: right;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 55%;
    padding: 2px 2px;
}

#search_results div.cDataColumnFull { 
    display: inline-block;
/*    border-style:dotted;
    border-width: 1px;*/
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    width: inherit;
    padding: 2px 2px;
}

/****************************/
/*          Header          */
/****************************/
#header {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-color: #3b3b3b;
}

/********************************************************************/
/* MENU
/********************************************************************/
#menu {
	float: left;
	width: 1000px;
        height: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
        margin: 0px;
	padding: 0px;
	float: left;
	position:relative;
}

#menu a {
	display: block;
        padding: 7px 0px; /* Add to double this value to "height" to get total height */
	margin: 0px 0px;
	float: left;
	height: 16px;
	width: 90px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #DBDBDB;
}

#menu a.arrow {
	width: 34px;
}
#menu a:hover {
	text-decoration: underline;
	background-color: #4B4B4B;
}

/*--- DROPDOWN ---*/
#menu ul li ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#menu ul li ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
        float:none;
}
#menu ul li ul li a{
        width:100px;
	padding-left:10px;
	padding-right:10px;
	text-align:left; 	/*Cause the text to be left aligned*/
	white-space:nowrap; 	/* Stop text wrapping and creating multi-line dropdown items */
}
#menu ul li:hover ul{ /* Display the dropdown on hover */
	left:0px; /* Bring back on-screen when needed */
	top:28px;
}
#menu ul li:hover a{ /* This creates a persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#4b4b4b;
	text-decoration:underline;
}
#menu ul li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#menu ul li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#5b5b5b;
	text-decoration:underline;
}

/********************************************************************/
/* Main Search form      
/********************************************************************/
#mainSearchForm {
	float: left;
	width: 960px;
	padding-right: 0px;
        text-align: center;
}

#mainSearchForm form {
	padding-right: 0px;
}

/********************************************************************/
/* POPUP
/********************************************************************/
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=50);
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 5px 5px;
	float: left;
	width: 980px;
	position: fixed;
	top: 2.5%;
	left: 50%;
	margin: 0 0 0 -500px;
	z-index: 100;

}

.popup_block h2{
	text-shadow: 0.05em 0.05em 0.1em #000;
}

.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid #EEE;
}

.popup_block .popup img.cntrl {
	position: absolute;
	right: -10px;
	top: -10px;
}

/********************************************************************/
/* FOOTER
/********************************************************************/
#footer {
	width: 1000px;
	padding: 0 0 0 0;
	margin: 0 auto;
	height: 50px;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}