/********* START WIC.CSS *********/
@import url("css/normalize.css");

/* 
* Render html5 elements as block 
*/
header, footer, section, aside, nav, article {
	display: block;
}

body {
	line-height: 1;
	font-family:"Trebuchet MS", sans-serif;
}

/* 
* General declarations 
*/
h1{font-size:150%;color:#333;}
h2{font-size:130%;}
h3{font-size:110%;}

h1 a,h1 a:visited{text-decoration:none;color:#333;}
h1 a:hover {text-decoration:underline;color:#666;}


#logo a img{
	 width:192px;
	 height:100px;
}

/**
* Search box
*/
#search{
	float: left;
	position:relative;
	width: 250px;
	margin: 0 5px 0 5px;
	height:30px;
	padding: 3px;
	/*overflow: hidden;*/
	list-style: none;  
	background: #fff;
	background: -moz-linear-gradient(#f5f5f5, #fff); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #f5f5f5));	
	background: -webkit-linear-gradient(#f5f5f5, #fff);	
	background: -o-linear-gradient(#f5f5f5, #fff);
	background: -ms-linear-gradient(#f5f5f5, #fff);
	background: linear-gradient(#f5f5f5, #fff);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 1px #3E6DA1;
	-webkit-box-shadow: 0 2px 1px #3E6DA1;
	box-shadow: 0 2px 1px #3E6DA1;
}
#search input{ width:200px; border:0; background:transparent; padding: 6px; }
#search form div input{ width:100% !important; padding:6px; color:#999;font:bold 12px/23px Arial,Helvetica;}
#search form div{ 
	position:absolute; 
	top:0; 
	right:0;	
	height:28px;
	width:auto;
	padding:3px;
	border: 1px solid #999;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;	
	background: #ccc; /* old browsers */
	background: -moz-linear-gradient(top, #ccc 3%, #eaeaea 5%, #dadada 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ccc), color-stop(5%,#eaeaea), color-stop(100%,#dadada)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dadada',GradientType=0 ); /* ie */
}
#advancedSearchBlock{
	display:none;
	position: absolute;
	overflow:hidden;
    top: 30px;
    left: 0;
	width:1px;
	height:1px;
	line-height:150%;
    z-index: 99999;
	padding:5px;
	border: 1px solid #999;
	background: #ccc; /* old browsers */
	background: -moz-linear-gradient(top, #ccc 3%, #eaeaea 5%, #dadada 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ccc), color-stop(5%,#eaeaea), color-stop(100%,#dadada)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dadada',GradientType=0 ); /* ie */
}
#advancedSearchBlock h5{
	margin:5px 0 8px 0;
	font-size:13px;
}
#advancedSearchBlock div{
	font-size:11px;
}
#advancedSearchBlock div input{width:auto;}
#moreSearchOptions{display:none;}

/**
* Menu
*/
nav {
	width: auto;
	height: auto;
	margin: 30px;
	float:right;
	/*overflow: hidden;*/
}

#menu{
	float: right;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 3px 3px 3px 0;
	list-style: none;  
	background: #A9DBF9;
	background: -moz-linear-gradient(#7AA0C9, #A9DBF9); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #A9DBF9),color-stop(1, #7AA0C9));	
	background: -webkit-linear-gradient(#7AA0C9, #A9DBF9);	
	background: -o-linear-gradient(#7AA0C9, #A9DBF9);
	background: -ms-linear-gradient(#7AA0C9, #A9DBF9);
	background: linear-gradient(#7AA0C9, #A9DBF9);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 1px #3E6DA1;
	-webkit-box-shadow: 0 2px 1px #3E6DA1;
	box-shadow: 0 2px 1px #3E6DA1;
}

#menu li{
	float: left;
	padding: 0 0 0 0;
	position: relative;
	line-height: 0;
	margin-left:3px;
}

#menu a {	
	color: #fafafa;
	display: block;
	font-weight: bold;
	outline: 0 none;
	float: left;
	padding: 2px 15px;
	/*text-transform: uppercase;*/
	font: bold 12px/23px Arial, Helvetica;
	text-decoration: none;	
	text-shadow: 1px 1px #1F272B;
}
#menu > li > a, .rounded{
	border: 1px solid #4577b1;
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #3f6da3; /* old browsers */
	background: -moz-linear-gradient(top, #3f6da3 3%, #4578b3 5%, #518cd1 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3f6da3), color-stop(5%,#4578b3), color-stop(100%,#518cd1)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6da3', endColorstr='#518cd1',GradientType=0 ); /* ie */
}
#menu > li > a:hover {
	color: #fff;
	background: #0186ba;/* old browsers */
	background: -moz-linear-gradient(#04acec,  #0186ba);/* firefox */	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));/* webkit */
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
}
#menu > li > a:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	color: #fff;
	background: #20282D; /* old browsers */
	background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
}

#menu ul li:hover > a{
	color: #fff;
}

*html #menu ul li a:hover /* IE6 */{
	color: #fff;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul,.rounded
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */{ height: 10px;}

*:first-child+html #menu ul a /* IE7 */{ height: 10px;}

#menu ul a:hover{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}
#menu ul li:first-child > a{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menu ul li:first-child > a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
#menu ul ul li:first-child a:after{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
#menu ul ul li:first-child a:hover:after{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}
#menu ul li:last-child > a{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#middle {
	text-align:left;
	/*add more from below declaration*/
	
}

/**
* Home page
*/
.category-list-block{
	float:left;
	width:30%;
}

/**
* Item List
*/
.item{
	background:url(../images/bg-gr-wt-gr.png) top left repeat-x;
	border:1px solid #EFEFEF;
	margin:0 20px 0 20px;
	height:80px;
	overflow:hidden;
}
.item:first-child{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.item:last-child{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.itemAd{background:#fff;}
.item-image{
	float:left;
	width:85px;
	height:85px;
	overflow:hidden;
	vertical-align:middle;
	text-align:center;
}
.item-image a{display:block;width:80px;height:80px;overflow:hidden;}
.item-image img{width:100%;margin: 2px;}
.item-title{
	float:left;
	width:370px;
	height:80px;
	overflow:hidden;
	padding:0 20px 0 10px;
	text-align:left;
}
.item-title h3 a{
	color:#2F6CA4 !important;
	text-decoration:none;
	font-size: 16px !important;
	text-decoration: none !important;
}
.item-title h3 a:hover{background-color: transparent !important; color: red !important;}
.item-title h4 a{
	background-color:#e3f0f7;
	-moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
}
.item-title h4 a:hover{
	background-color:#cee9f8;
	text-decoration: none !important;
}
.item-title h3, .item-title h4, .item-price h3{
	margin:4px 2px 10px 0;
}
.item-title h4 a{
	color:green;
	font-size:12px;
	text-decoration:none;
}
.item-title div a{
	text-decoration: none;
	font-size: 10px !important;
	color: #666 !important;
	padding: 0 0 0 6px;
	text-transform: capitalize;
}
.item-price{
	float:right;
	width:110px;
	height:80px;
	overflow:hidden;
	position:relative;
}
.item-price h3{
	color:green;
	font-size:22px;
	padding:0;
	position:absolute;
	margin:25px 0 0 0;
}
.item-price sup{
	font-size:9px;
	top:-1.5em;
}
.item-price div{
	font-size:10px  !important;
	padding:0 5px 5px 0;
	position:absolute;
	left:0;
	bottom:0;
}

.button-red{
	background-color:#c12d34;
	-moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.button-red:hover{ background-color:#d43941 !important;}
.button-red:visited{ color:#fff; }

.btnBlock{
	padding:5px;
}

/*overwrite*/
.btnBlock a{text-decoration:none !important;color:#fff !important;}
.btnBlock a:hover{text-decoration:none !important;color:#fff !important;background-color:#d43941 !important;}

.red{color:red !important;}

div.center{
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	width:auto;
}

.pagingBlock{ padding:10px;font-size:80%; }
.pagingBlock a{
	padding:2px 8px;
	border:1px solid #f5f5f5;
	text-decoration:none;
	background-color:#fff;
	margin:0 2px;
	color:#00f;
}
.pagingBlock a:hover{
	background-color:#dadada;
	border:1px solid gray;
	text-decoration:none;
}
.pagingBlock span{
	padding:2px 8px;
	border:1px solid white;
	font-weight:bold;
	margin:0 2px;
}

/************* shodowed content wrapper *************/
#shTop{background:url(../images/3dborder/1topleft.gif) no-repeat top left;}
#shTop div{background:  url(../images/3dborder/2topright.gif) no-repeat top right;}
#shTop div div{
	height:13px;
	margin:0 12px;	
	background:  url(../images/3dborder/5topcenter.gif) repeat-x;
}
#shMiddle{background:  url(../images/3dborder/6middleleft.gif) repeat-y top left;
}
#shMiddle #shMiddleContent{
	background:  url(../images/3dborder/7middleright.gif) repeat-y top right;
	padding:10px 20px;
}
#shBottom{background:  url(../images/3dborder/3bottomleft.gif) no-repeat top left;}
#shBottom div{background:  url(../images/3dborder/4bottomright.gif) no-repeat top right;}
#shBottom div div{
	height:13px;
	margin:0 12px;	
	background:  url(../images/3dborder/8bottomcenter.gif) repeat-x;
}

#shMiddleContent h1{
	margin: 0 0 10px 0;
}

/**
* Footer
*/
footer{
	background-color: #AFDBFF;
    border-color: #78BAF4;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0 0;
    margin: 0;
    padding: 10px;
}

aside h3 {
	font-size: 18px;
}
aside ul {
	list-style: none;
	margin-bottom: 20px;
	margin-top: -15px;
}
aside li a {
	padding:5px;
	display: block;
	text-decoration: none;
}
aside li a:hover {
	text-decoration: underline;
}
#footer-area {
	color: #FFF;
	font-size: 90%;
	padding: 0;
	overflow: hidden;
	width:980px;
	margin: 0 auto;
}
.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 190px;
}
footer aside h4 {
	color: #FFF;
	font-size: 16px;
	line-height: 1.5em;
}
footer a:link, footer a:visited {
	color: blue;
}
footer p {
	margin-top: -15px;
}
footer ul ul{display:none;}


#itemFlag{height:40px;}
#itemFlag select{
	float:right;
	-moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px;
	font-weight:bold;
	font-size:75%;
	color:#333;
	border:1px solid #6AB7F2;
}



/********** END WIC.CSS **********/

/*** NO EDITING BELOW THIS LINE ***/
body{
	background:white;
	margin:0px;
	padding:0px;
	scrollbar-arrow-color: #dadada;
	scrollbar-track-color: #dadada;
	scrollbar-highlight-color: #dadada;
	scrollbar-face-color: #bababa;
	scrollbar-3dlight-color: #c2c2c2;
	scrollbar-darkshadow-color: #a3a3a3;
	scrollbar-shadow-color: #adadad; 
}
iframe{
	scrollbar-arrow-color: #dadada;
	scrollbar-track-color: #dadada;
	scrollbar-highlight-color: #dadada;
	scrollbar-face-color: #bababa;
	scrollbar-3dlight-color: #c2c2c2;
	scrollbar-darkshadow-color: #a3a3a3;
	scrollbar-shadow-color: #adadad; 
}

#top{
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:100px;
	background:url(../images/logo_bg_test5.jpg) repeat-x;
	z-index:1000;
}
#left{
	float:left;
	margin:0px;
	padding:10px 0px;
	vertical-align:top; 
	background-color:#fff;      
	width:150px;
	z-index:1000;
}
#center{
	margin:0 auto;
	text-align:center;
	width:980px;
	position:relative;
	/*border-left:1px solid #78BAF4;
	border-right:1px solid #78BAF4;*/
}
#middle{
	float:left;
	width:680px;
	left:150px;
	padding:0px;
	vertical-align:top;
	background-color:#fff;
	z-index:1000;
}
#right{
	float:left;
	margin:0px;
	padding:20px 0;
	vertical-align:top;
	text-align:center;
	width:150px;
	height:auto;
	background-color:#fff;
	z-index:999;
}
#bottom{
	margin:0px;
	padding:10px;
	border:0px;
	height:40px;
	text-align:center;	
	/*background:  url(../images/bgfooter.jpg) repeat-x;*/
	background-color:#AFDBFF;
	border-top:1px solid #78BAF4;
	z-index:1000;
}

#logo{
	top:0px;
	left:0px;
	width:100px; /*begin ie5 fudge*/
	height:80px;
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:white;
	text-align:left;
	vertical-align:middle;
}

#tinynote{
	top:0px;
	right:0px;
	width:90px;
	height:15px;
	position:absolute;
	margin:0px;
	padding:1px;
	border:0px;        
	text-align:right;
}

/************* TOP MENU *************
#topMenu {
	position:absolute;
	top:65px;
	right:0px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
    z-index: 1000;
	height: 22px; 
}
#topMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 90px;
	float: left;
    z-index: 1000;
}
#topMenu a {
	display: block;
	vertical-align:middle;
	margin: 0px;
	text-decoration: none;
	white-space:nowrap;
	line-height:100%;
}
#topMenu a:hover { color: orange; }
.topMenuLink {
	font: bold 13px arial, helvetica, sans-serif;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 1px solid #fff;
	padding: 9px;
	color: #fff;
	background: url(../images/logo_test5b.jpg) repeat-x;
	text-align:center;
}
.topMenuLink:hover {color: red;}
.topMenuSubLink {
	width:120px;
	font: bold 11px arial, helvetica, sans-serif;
	border: 1px solid #999;
	border-top: 1px solid lightyellow;
	padding: 5px;
	color: #669;
	background-color: lightyellow;
	text-align:left;
}
.topMenuSubLink:hover {color: #333;background: yellow;} 
#topMenu li {position: relative;}
#topMenu ul ul {position: absolute;z-index: 1000;}
#topMenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#topMenu ul ul,
div#topMenu ul li:hover ul ul,
div#topMenu ul ul li:hover ul ul
{display: none;}
div#topMenu ul li:hover ul,
div#topMenu ul ul li:hover ul,
div#topMenu ul ul ul li:hover ul
{display: block;}*/

/************* LEFT SIDE MENU *************/
#leftMenu {
}
#leftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftMenu li {
	position: relative;
	background: url(../images/arrow_menu.png) no-repeat -3px 6px;   
	border-bottom:1px solid #E9F5FF;
}
#leftMenu a {
	font: bold 14px Helvetica,Arial,sans-serif;/*"Trebuchet MS", sans-serif;*/
	display: block;
	margin: 0;
	padding: 3px 3px 3px 10px;
	color: #0072CF;/*#090;*/
	text-decoration: none;
	text-align:left;
}
#leftMenu a:hover {
	color: #0c3;
}


/************* content wrapper SHOUD NO LONGER BE IN USE!!!!!!!!!!!!!!!! *************/
#wrapTopLeft{
	width:12px;
	height:13px; 
	background:  url(../images/3dborder/1topleft.gif) no-repeat;
}
#wrapTop{
	height:13px; 
	background:  url(../images/3dborder/5topcenter.gif) repeat-x;
}
#wrapTopRight{
	width:15px;
	height:13px; 
	background:  url(../images/3dborder/2topright.gif) no-repeat;
}
#wrapLeft{
	width:12px; 
	background:  url(../images/3dborder/6middleleft.gif) repeat-y;
}
#wrapRight{
	width:15px; 
	background:  url(../images/3dborder/7middleright.gif) repeat-y;
}
#wrapBottomLeft{
	width:12px;
	height:15px; 
	background:  url(../images/3dborder/3bottomleft.gif) no-repeat;
}
#wrapBottom{
	height:15px; 
	background:  url(../images/3dborder/8bottomcenter.gif) repeat-x;
}
#wrapBottomRight{
	width:15px;
	height:15px; 
	background:  url(../images/3dborder/4bottomright.gif) no-repeat;
}

/************* right content wrapper *************/
.leftMid{
    width:150px;
    background:  url(../images/bg_ads.jpg) repeat-y;
}
.leftTop{
    background: url(../images/bg_adstop3.jpg) top no-repeat;
}
.leftBot{
    padding:8px 12px;
    background: url(../images/bg_adstop2.jpg) bottom no-repeat;
}

/************* default content *************/
#middle table tr td a, #fadedContainer a{ color: blue;font: 12px arial; text-decoration: none; }
#middle table tr td a:hover, #fadedContainer a:hover { color: red; background-color: #f5f5f5; text-decoration: underline; }
#middle table tr td div, #fadedContainer 	{ color: #666;font: 12px arial;} 


#sidemenuInputText { 
	color: #0066cc;
	font: 8pt verdana; 
	font-weight: bold;
	border:1px solid #999;
	width:100px;
	background-color:transparent;
}
#sidemenuSubmitBtn { 
	color: #0066cc;
	width:30px;
	font: 8pt verdana;
	font-weight: bold;
	border:1px solid #999;
	/*filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;  */
}

/************* bottommenu *************/
A.bottommenu:link 		{ font: 11px verdana; color: blue; text-decoration: none; }
A.bottommenu:active     { font: 11px verdana; color: blue; text-decoration: none; }
A.bottommenu:visited    { font: 11px verdana; color: blue; text-decoration: none; }
A.bottommenu:hover      { font: 11px verdana; color: red; text-decoration: none; }

/************* brought by *************/
A.tinynote:link 	{ color: #fff; font: 9px arial; text-decoration: none; }
A.tinynote:active  	{ color: #fff; font: 9px arial; text-decoration: none; }
A.tinynote:visited  { color: #fff; font: 9px arial; text-decoration: none; }
A.tinynote:hover 	{ color: yellow; font: 9px arial; text-decoration: none; }

/************* title *************/
div.title { font: 11pt verdana;color: #3366CC;font-weight: bold;background-color: lightyellow;  }
h1.title { font: 11pt verdana;color: #3366CC;font-weight: bold;background-color: lightyellow; }

/************* content *************/
A.content:link 		{ color: blue;font: 12px arial; text-decoration: none; }/*#ff6600*/
A.content:active  	{ color: blue;font: 12px arial; text-decoration: none; }
A.content:visited  	{ color: blue;font: 12px arial; text-decoration: none; }
A.content:hover 	{ color: red;;font: 12px arial; background-color: #f5f5f5; text-decoration: underline; }
div.content  		{ color: #666666;font: 12px arial;  }
input.content 		{ color: white; background-color: #3399FF;font: 8pt verdana; font-weight: bold; }

/************* items *************/
A.items:link 		{ color: blue;font: 13px arial; text-decoration: none; }
A.items:active  	{ color: blue;font: 13px arial; text-decoration: none;}
A.items:visited  	{ color: blue;font: 13px arial; text-decoration: none; }
A.items:hover 		{ color: red;;font: 13px arial; background-color: #f5f5f5; text-decoration: none; }

.itemdescription{
	font-family: arial, 'lucida console', sans-serif;
	font-size: 13px;
}

/************* content-big *************/
A.content-big:link 		{ color: #ff6600; font: 15px verdana; text-decoration: none; font-weight: bold; }
A.content-big:active  	{ color: #ff6600; font: 15px verdana; text-decoration: none; font-weight: bold; }
A.content-big:visited  	{ color: #ff6600; font: 15px verdana; text-decoration: none; font-weight: bold; }
A.content-big:hover 	{ color: red; font: 15px verdana; background-color: #f5f5f5; text-decoration: none; font-weight: bold; }

Div.content-big  { color: #666666;font: 11pt verdana; }

/************* content-small *************/
A.content-small:link 		{ color: #ff6600; font: 11px arial; text-decoration: none; font-weight: bold; }
A.content-small:active  	{ color: #ff6600; font: 11px arial; text-decoration: none; font-weight: bold; }
A.content-small:visited  	{ color: #ff6600; font: 11px arial; text-decoration: none; font-weight: bold; }
A.content-small:hover 		{ color: red; font: 11px arial; background-color: #f5f5f5; text-decoration: none; font-weight: bold; }
Div.content-small  			{ color: #666666;font: 11px arial; }

/*************content-blue*************/
div.content-blue 	{ color:#3366CC;font:11px arial;  }
/************* conten-green *************/
div.content-green 	{ color:#009966;font:11px arial; }
/************* content-error *************/
div.content-error   { color:red;font:12px arial;font-weight:bold; }
/************* content-yellow *************/
Div.content-yellow  { font: 11px arial; color: lightyellow; }

/************* service hilite home box *************/
.hiliteheader{
	text-align:center;
	font:13px verdana;
	font-weight:bold;
	color: #333;
	white-space:no-wrap;
}
.hilitebody{
	text-align:left;
	vertical-align:top;
	padding:5px;
	font:12px arial;
	color: #333;
	white-space:no-wrap;
	line-height:18px;
}
A.hilitebody:link 		{ color: blue;font: 12px arial; text-decoration: none; }
A.hilitebody:active  	{ color: blue;font: 12px arial; text-decoration: none; }
A.hilitebody:visited  	{ color: blue;font: 12px arial; text-decoration: none; }
A.hilitebody:hover 		{ color: red;;font: 12px arial; text-decoration: underline; }

/************* note *************/
div.note { font: 12px arial;color: green; }

/************* about service highlights *************/
.service-highlights-title{
   padding:8px;
   border-bottom:1px solid gray;
}
.service-highlights-details{
   border-bottom:1px dashed gray;
   padding:4px;
}
.service-highlights-dashed{
   border-right:1px dashed gray;
   border-bottom:1px dashed gray;
   padding:4px;
}
.service-highlights-solid{
   border-right:1px dashed gray;
   border-bottom:1px dashed gray;
   padding:4px;
}

.item_list_cell{
   background-image:url(../images/bggr_grwt_list.jpg);
}

.drag{ position:relative; cursor:move; z-index:100; }

/************* content-big-bw *************/
A.content-big-bw:link { color: #000; font: 11pt verdana; text-decoration: none; font-weight: bold; }
A.content-big-bw:active  { color: #000; font: 11pt verdana; text-decoration: none; font-weight: bold; }
A.content-big-bw:visited  { color: #000; font: 11pt verdana; text-decoration: none; font-weight: bold; }
A.content-big-bw:hover { color: #FFF; font: 11pt verdana; text-decoration: none; font-weight: bold; }

.actionlinks{
	display:block;
	color: white; 
	font: 11px Verdana; 
	text-decoration: none; 
	width:70px;
	margin-top:1px;
	margin-bottom:1px;
	border:1px solid gray;
	background-color:#3399FF;
}
.actionlinks:hover{
	color: white; 
	border:1px solid gray;
	background-color:#3366CC;
}

/************* TOOLTIP *************/
#tooltip{
	background-color:lightyellow;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:11px;
	-moz-border-radius:6px;    /* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
   
}
#tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;    /* Rounded edges in Firefox */
}

/*************** DROP DOWN MENU ***************/
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width:100%;
	display:block;
	text-indent:3px;
	text-align:left;
	border-bottom:1px solid black;
	padding:1px 0;
	text-decoration: none;	
	font:9pt arial;
	font-weight:bold;
	color:#666699;
}
#dropmenudiv a:hover{
	background-color: yellow;
	color: red;
}

/************* USER SUB MENU **************/
#quickUserSubMenu{
	border-width:0px;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	margin-bottom:3px;
}
.quickUserSubMenuCell{
	padding:1px 7px 1px 7px;
	margin:1px;
	border:1px solid #ccc;
	background-color:lightyellow;
	text-align:center;
	font:11px Arial;
	color:blue;
	cursor:pointer;
	white-space:nowrap;
}
.quickUserSubMenuCellOver{
	padding:1px 7px 1px 7px;
	margin:1px;
	border:1px solid #ccc;
	background-color:yellow;
	text-align:center;
	font:11px Arial;
	color:red;
	cursor:pointer;
	white-space:nowrap;
}
.subMenuNote{
	padding:1px;
	margin:1px;
	border:0px;
	text-align:center;
	font:12px Arial;
	font-weight:bold;
	color:gray;
	white-space:nowrap;
}

#userOpinionBox{
	position:absolute;
	right:5px;
	bottom:5px;
	padding:2px;
	width:85px;
	height:25px;
	border:1px dotted blue;
	color:blue;
	text-align:center;
	font:10px Arial;
	font-weight:bold;
	background-color:gray;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	cursor:pointer;
	/*overflow:auto;*/
	z-index:1000;
}
body > div#userOpinionBox{
  	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  	position: fixed;
}

/************* draggable elements *************/
.dragFPB{
	z-index:10001;
	padding:1px;
	border:1px solid gray;
	background-color:white;
}
.dragFPBShadow{
	z-index:10000;
	padding:1px;
	border:1px solid gray;
	background-color:gray;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.dragFPBIframe{
	z-index:9999;
	padding:1px;
	border:1px solid gray;
	background-color:white;
}
.closelink:link{color:white;font:12px Verdana;font-weight:bold;text-decoration:none;}
.closelink:hover{color:gold;font:12px Verdana;font-weight:bold;text-decoration:none;}

/*********** Accordion *************/
#accordion {
    border: 1px solid #999;
    border-bottom-color: #ccc;
    width: 95%;
    height: auto;/*310px;*/
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.accordionHeader {
    font-size: 12px;
    padding: 4px 6px 4px 6px;
    margin: 0;
    border-style: solid none solid none;
    border-top-color: #dadada;
    border-bottom-color: #333;
    border-width: 1px 0px 1px 0px;
    color:#fff;
    background-color: #b0b0b0;
    cursor:pointer;
}
#visibleAccordion {
    color:white;
    background-color: #1874cd;
}
#panel1, #panel2, #panel3, #panel4, #panel5, #panel6 {
    margin: 0;
    padding-bottom: 0;
    border: none;
}
.panel_body {
    height:90px;
	overflow:auto;
	padding:5px;
	/*background-color:#f5f5f5;*/
}

/************************/

/************ March 2011 ************/
#homePage{}
#homePage table,#homePageCategoryList{
	width:100%;
	border-collapse:collapse;
}
#homePage table tr td{
	margin:3px;
	vertical-align:top;
	width:25%;
}
#homePageCategoryList tr td{
	vertical-align:top;
	width:33%;
}

#registrationNote{
	width:500px;
	padding:5px;
	margin:20px auto;
	background-color:#FFFFCC;
	border:1px solid #006400;
}

.red{color:red;}

