
* {
	color:#17287B;
}



/*- Menu Tabs H--------------------------- */

    #tabsH {text-transform:uppercase; font-weight:bold;
      float:left;
      width:100%;
	 /* background-image:url(../images/bg_nav.jpg); background-repeat:repeat-x;*/
	 background-color:#FFFFFF;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("../images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#17287b;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
	  
	.currentTab{
	  	color:#17287b;
	    background-position:100% -42px;
	  }
	  
#page-heading h1 {
text-decoration:underline;
}
.red {
	color:red;
}



div.label {
	width:125px;
	float:left;
	clear:left;
	font-size:14px;
	font-weight:bold;
	color:#17287B;
	line-height:25px;
	margin-bottom:15px;
		
}
div.labelLong {
	width:300px;
	float:left;
	clear:left;
	font-size:14px;
	font-weight:bold;
	color:#17287B;
		margin-bottom:15px;

}
input.inputText {
	font-size:16px;
	border: 2px solid #17287B;
	float:left;
	width:340px;
	margin-bottom:15px;
	margin-left:8px;	
}

input.inputText2 {
	font-size:16px;
	border: 2px solid #17287B;
	float:left;
	width:140px;
	margin-bottom:15px;
	margin-left:8px;	
}

div.labelStatement {
	font=size:16px;
	font-weight:bold;
	color:#17287B;
}
p.merchant {
	font-size:12px;
	line-height:1.2;
}
input.inputCname, input.inputEmail {
	font-size:16px;
	border: 2px solid #17287B;
	float:left;
	margin-bottom:15px;
	width:250px;
}
legend {
	background-color:#17287A
	color:white;
	text-transform: uppercase;
	border: 1px solid #FFC40C;
}
ul.catSelect {
	list-style:none;
}
textarea.inputTextarea {
	height:100px;
	font-size:16px;
	border: 2px solid #17287B;
	float:left;
	width:340px;
	margin-bottom:15px;
	margin-left:8px;
}
textarea.inputTextarea #message{
	height:100px;
	font-size:16px;
	border: 2px solid #17287B;
	float:left;
	width:340px;
	margin-bottom:15px;
	margin-left:8px;
}
/*input.confirm {
font-size:16px;
border: 2px solid #17287B;
margin-bottom:15px;
float:right;
}
*/select.inputOfficeuse {
	width:300px;
	font-size:16px;
border: 2px solid #17287B;
}
fieldset {
	border:1px solid #FFC40C;
}
input.inputPhone {
font-size:16px;
	border: 2px solid #17287B;
	width:100px;
}
select.inputCity, select.inputState, input.inputZip, select.inputOffer, select.inputSelect {
	font-size:16px;
	border: 2px solid #17287B;
	margin-bottom:15px;
}

blockquote p, div.block p, div.block blockquote ol li {
font-size:12px;
color: #17287B;
line-height:1.2;
/*text-align:justify;*/
/*height:100px;*/
}


blockquote img {margin:0;}

blockquote div.thumb {
	height:66px;
	width:75px;
	font-weight:bold;
}
box#blockquote {
	height: 120px;
	overflow:auto;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

.login{
	margin:4px;
}
.login a{
	color:#000000;
}

.review{
	border:1px solid #ddd;
	padding:6px;
}
