@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

body{
	margin:0;
	text-align:center;
	margin-left: 0px;
	}

	
/* start layout */

#wraper {
	width:100%;
	min-width:840px;
	}
	
#header{
	width:100%;
	}
#topbuttons{
	width:100%;
	}
#searchbar{
	width:100%;
	background:#E2E2E2;
	border-bottom:#66CCFF dotted 1px;
	border-top:#999999 solid 1px;
	}
#container{
	width:100%;
	}
	
#footer{
	width:100%;
	clear:both;
	background: url(http://www.shoplower.com/layout-images/buttons/butt-bg-bottom.gif) repeat-x #70B9E4;
	}

#header_inner {
	padding:5px;
}
#footer_inner {
	padding:5px;
}
#searchbar_inner {
	padding:3px;
	vertical-align:middle;
}

/* end layout */

/* Rollover button */

#buttonBlock {
	position:relative;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
	}

a.button {
	display: inline;
	padding:4px;
	color: #FFFFFF;
	background: #70b9e4;
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a.button:hover {
	color: #000000;
	background: #FFFFFF;
}

/* Rollover end */

.box-menu {
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.searchfield {
	font-family:Arial, Helvetica, sans-serif;
	border:#3399CC solid 2px;
	color:#0099FF;
	font-size:20px;
	background:#FFFFCC;
	}
.searchbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;	
	border:solid 1px #3399CC;
	background: #3399CC;
	}	
.searchbutton:hover {
	background-color:#40C0EA;
	cursor:pointer;
	border: #FF9900 1px solid;
}


.link-blue a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 14px;
}
.link-blue a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 14px;
}
.link-blue a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 14px;
}
.link-blue a:hover {
	color: #009900;
	text-decoration:underline;
	font-size: 14px;
}



.link-white a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
.link-white a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #009900;
	text-decoration:underline;
	font-size: 12px;
}

.font-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.font-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF0000;
	text-decoration: none;
}

.title-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3399FF;
	text-decoration: none;
}

.font-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3399FF;
	text-decoration: none;
}

.font-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	text-decoration: none;
}

.font-gray-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

.table-blue-sides {
	border-right: #70b9e4 2px solid;
	border-left: #70b9e4 2px solid;
}

.table-three-sides {
	border-right: #FF9900 1px dotted;
	border-left: #FF9900 1px dotted;
}

.result_top_line {
	border-top:dotted 1px #3399FF;
	}

.table_results{
	border-right:#70b9e4 1px solid;
	border-left:#70b9e4 1px solid;
	
	}
.table_results_bottom{
	border-top:1px dotted #70b9e4;
	border-right:1px solid #70b9e4;
	border-bottom:1px solid #70b9e4;
	border-left:1px solid #70b9e4;
	}

/* PAGINATE */
	
ul.paginate {
	text-align: right;
    list-style: none;
    padding: 3px;
}
ul.paginate li {    
    display: inline;
    padding: 0 2px 0 2px;
}
ul.paginate li a {
    color:#CC0000;
    text-decoration: none;
    padding: 2px 3px 2px 3px;
    border: 1px solid #CCCCCC;
}
ul.paginate li a.page_active {
    color:#CC0000;
    background:#FFFFCC;
	border: 1px solid #CCCCCC;
}


/* END PAGINATE */



