/*
master.css
application.css(for facebox)
cal.css
cal2.css
jquerylightbox.css
*/

/* master */

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, sans-serif;
	background: url(../images/topBg_02.gif) top repeat-x;
	text-align: left;
}

p {
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	color: #333333;
}

ul, ol {
	margin: 0;
	padding: 0;
	color: #333333;
}

li {
	list-style: none;
	font-family: Arial, sans-serif;
}

li {
	margin: 0;
	padding: 0;
}

.noneBullet {
	padding-bottom: 20px;
}

.noneBullet li {
	list-style: none;
	font-family: Arial, sans-serif;
	color: #ADADAD;
	font-size: 11px;
	margin: 0;
}

.noneBullet li a {
	font-size: 12px;
}

.withBullet li {
	list-style-type: disc;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
}

a {
	color: #007DD6;
	text-decoration: none;
}

a:hover {
	color: #007DD6;
	text-decoration: underline;
}

/* body a:visited {
	color: gray;
} */

h1 {
	font-size: 16px;
	margin: 0px;
	font-family: Arial, sans-serif;
}

h2 {
	font-family: Arial, sans-serif;
	color: #464646;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}

hr {
	height: 1px;
	background: none;
	border-top: #CCCCCC dotted 1px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

.horizontalLineThick {
	border-top: #efefef solid 3px;
	height: 3px;
	font-size: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

.yellowContainer {
	background-color: #FFFFCC;
	border: #EFEFEF solid 1px;
	padding: 15px;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 0;
}

.yellowContainerHome {
	background-color: #FFFFCC;
	border: #DEDEDE solid 1px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	clear: none;
	width: 878px;
}

.whiteContainer {
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#mainContainer {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	_padding: 0 0 0 13px;
}

/* header */

#header_container {
	height: 70px;
}

#header {
	width: 900px;
	height: 70px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

.companyName {
	width: 200px;
	float: left;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 0 0;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

.companyName b {
	font-weight: normal;
	font-size: 9px;
	vertical-align: super;
	margin-top: -3px;
	margin-left: 3px;
}

.companyName a {
	color: #FFFFFF;
	text-decoration: none;
}

.companyName a:hover {
	text-decoration: underline;
}

.cityLocation-header {
	text-align: center;
	color: #FFFFFF;
	float: left;
	clear: right;
	font: 18px Arial, sans-serif;
	width: 500px;
	margin: 0;
	padding: 25px 0 0;
}

.cityLocation-header a {
	color: #FFFFFF;
	text-decoration: none;
}

.cityLocation-header a:hover {
	text-decoration: underline;
}

.cityLocation-header em {
	font-style: normal;
	font-size: 10px;
}

.cityLocation-footer {
	color: #464646;
	float: left;
	font: 18px Arial, sans-serif;
	padding: 0 0 0 20px;
}

.cityLocation-footer a {
	color: #464646;
	text-decoration: none;
}

.cityLocation-footer a:hover {
	color: #464646;
	text-decoration: underline;
}

.cityLocation-footer em {
	font-style: normal;
	font-size: 10px;
}

/* header type a */

.loginRegister {
	width: 150px;
	height: auto;
	float: right;
	clear: right;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: center;
	font: 12px/1.5em Arial, sans-serif;
}

.loginRegister a {
	color: #FFFFFF;
}

.loginRegister b {
	padding: 3px 5px;
	background-color: #007DD6;
	font-weight: normal;
}

.loginRegister a b {
	color: #FFFFFF;
	display: block;
}

/* header type b */

.loginRegister2 {
	width: 150px;
	height: 30px;
	float: right;
	clear: right;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.7em;
	font-family: Arial, sans-serif;
}

.loginRegister2 a {
	color: #FFFFFF;
}

.loginRegister2 b {
	padding: 3px 5px;
	background-color: #007DD6;
	font-weight: normal;
}

.loginRegister2 a b {
	color: #FFFFFF;
	display: block;
}

/* main nav */

#mainNav {
	width: 842px;
	height: 31px;
	border-bottom: #007DD6 solid 2px;
	float: left;
	padding-left: 58px;
}

#mainNav li {
	float: left;
	list-style: none;
	background-color: #EFEFEF;
	margin-right: 5px;
	display: inline;
	background-color: #EFEFEF;
	border-left: #DEDEDE solid 1px;
	border-right: #DEDEDE solid 1px;
	border-top: #DEDEDE solid 1px;
}

#mainNav li a {
	display: block;
	color: #333333;
	width: auto;
	height: 22px;
	float: left;
	text-align: center;
	font-size: 13px;
	padding: 8px 10px 0 10px;
}

#mainNav li a:hover {
	background-color: #007DD6;
	color: #FFFFFF;
	text-decoration: none;
}

#mainNav li:hover {
	background-color: #007DD6;
	border-top: #007DD6 solid 1px;
	border-left: #007DD6 solid 1px;
	border-right: #007DD6 solid 1px;
	text-decoration: none;
}

#mainNav li.navActive {
	background-color: #007DD6;
	border-top: #007DD6 solid 1px;
	border-left: #007DD6 solid 1px;
	border-right: #007DD6 solid 1px;
	text-decoration: none;
}

#mainNav li.navActive a {
	color: #FFFFFF;
}

#mainNav li.lastNav {
	background-color: #FFFFCD;
}

#searchContainer .search01 {
	width: 375px;
	height: auto;
	float: left;
	padding: 15px 0 7px 280px;
}

#searchContainer .search01 li {
	list-style: none;
	display: inline;
	float: left;
	clear: right;
	margin: 0 8px 0 0;
	padding: 0;
}

#searchContainer .search02 {
	width: 350px;
	height: auto;
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 0 300px;
}

#searchContainer .search02 li {
	list-style: none;
	display: inline;
	float: left;
	clear: right;
	margin: 0 8px 0 0;
	padding: 0;
}

.checkbox {
	width: 14px;
	height: 14px;
	background: url(../images/checkBox_03.jpg) no-repeat;
	border: none;
}

/* searchContainer */

#searchContainer {
	width: auto;
	height: auto;
	text-align: center;
	background-color: #EFEFEF;
	margin: 0 auto;
	padding: 3px 0;
	background-color: #e4f2fd;
}

#searchContainer table {
	margin: 0 auto;
}

#searchContainer table input {
	color: #464646;
	font-size: 12px;
}

/* search_popup */

#popupContainer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

div.main_popupper {
	position: absolute;
	background-color: #fff;
	border: 1px solid #464646;
	clear: left;
	margin: 30px 0 0 200px;
	clear: left;
}

.multipleSelectMainDiv {
	position: inline;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #faeeb6;
	background: #3e2a03 url(images/arrowDown.jpg) left no-repeat;
	padding-left: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #755210;
	border-bottom: #755210 dashed 1px;
	height: 20px;
	cursor: pointer;
}

#emailThis {
	color: #464646;
	font: normal 16px arial, verdana;
	padding: 15px 0 0 20px;
	margin: 0 0 -10px 0;
}

.dropDownSelect {
	border: medium none;
	padding: 0 -20px -10px 0;
	margin: 0;
}

.dropDownSelect .bg, .dropDownSelect .closePopUp, {
	height: 19px;
	background: #464646;
}

.dropDownSelect .popUpTitle {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin-top: -42px;
	padding-left: 15px;
}

.dropDownSelect .popUpClose {
	text-align: right;
	padding-right: 15px;
	margin-top: -32px;
	font-family: Arial, sans-serif;
}

.dropDownSelect .popUpClose a {
	color: #fff;
	text-decoration: none;
}

.dropDownSelect .popUpClose a:hover {
	text-decoration: underline;
}

.dropDownSelect ul {
	overflow: hidden;
	margin-top: 25px;
	color: #464646;
}

.dropDownSelect .desc {
	width: 80%;
	margin-bottom: 4px;
	text-align: right;
}

#spec {
	display: inline;
	width: 122px;
	text-align: right;
	padding: 0;
}

.dropDownSelect .desc1 {
	width: 80%;
	margin-top: 0;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
	clear: both;
}

.dropDownSelect .textbox {
	height: 18px;
	width: 221px;
}

.dropDownSelect .textArea {
	float: right;
	height: 110px;
	width: 222px;
}

.dropDownSelect .ta {
	float: right;
	height: 110px;
	width: 222px;
	margin: 0 0 0 0px;
}

.dropDownSelect .msg {
	float: left;
	width: 100px;
	margin: 0 0 0 23px;
}

.dropDownSelect .img {
	position: absolute;
	top: 5px;
	right: 93px;
	height: 28px;
	padding: 0;
	_top: -5px;
}

.dropDownSelect .t {
	position: absolute;
	top: 5px;
	left: 45px;
	padding: 0;
	_top: -5px;
}

.dropDownSelect .textboxMini {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 18px;
	width: 83px;
	_top: -5px;
}

.dropDownSelect .desc_end {
	width: 95%;
	margin: 0 30px 0 10px;
	padding-right: 15px;
	padding-top: 10px;
}

.dropDownSelect .p_hr {
	border-bottom: #464646 dotted 1px;
	padding: 0;
	margin: 10px 25px 10px 15px;
}

.dropDownSelect p.buttonCon {
	text-align: right;
	padding: 0 20px 10px 0;
	margin: 0;
	_margin: 0 0 0px 0;
}

.body .content {
	position: relative;
	z-index: 99;
}

.halfDiv {
	width: 130px;
	height: auto;
	float: left;
}

.halfDiv2 {
	width: 130px;
	height: auto;
	float: right;
}

.halfDiv p {
	padding: 3px 0 0 5px;
}

.halfDiv2 p {
	padding: 3px 0 0 5px;
}

.dropDownSelect p {
	color: #464646;
}

.closePopUp {
	text-align: right;
	background-color: #464646;
	font-family: Arial, sans-serif;
	font-stretch: extra-expanded;
	padding: 10px;
}

.closePopUp a {
	color: white;
	text-decoration: none;
}

.closePopUp a:hover {
	text-decoration: none;
}

.Xclose {
	width: 260px;
	height: auto;
	float: left;
	background-color: #faedb6;
	text-align: right;
	padding: 0;
	margin: 0;
}

.Xclose img {
	float: right;
	margin-top: -10px;
}

/* user */

.usernav {
	text-align: right;
	color: #333333;
	margin-top: -30px;
}

.usernav a {
	padding: 0 10px;
}

.purchase_list {
	margin: 0 0 30px 0;
	padding: 22px;
	width: 854px;
	height: auto;
	clear: both;
	background-color: #f8f8f8;
	border: #cccccc solid 1px;
}

.purchase_list li {
	list-style: none;
	display: inline;
	padding: 0 30px;
	margin: 0;
	clear: both;
}

/* tab menu */

#tabMenuContainer {
	width: 900px;
	height: 35px;
	margin: 0 auto;
	padding-bottom: 20px;
	clear: both;
}

#tabMenu {
	width: 885px;
	height: 30px;
	float: left;
	border-bottom: #3f90db solid 3px;
	margin: 0;
	padding: 0 0 0 15px;
}

#tabMenu li {
	width: auto;
	height: 30px;
	list-style: none;
	float: left;
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0 3px 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#tabMenu li a {
	display: block;
	width: auto;
	height: 23px;
	padding: 6px 35px 0 35px;
	float: left;
	color: #333333;
	text-decoration: none;
	background-color: #f9f9f9;
	border-top: #d5d5d5 solid 1px;
	border-left: #d5d5d5 solid 1px;
	border-right: #d5d5d5 solid 1px;
}

#tabMenu li.tabActive a {
	background-color: #3f90db;
	border-top: #3f90db solid 1px;
	border-left: #3f90db solid 1px;
	border-right: #3f90db solid 1px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabMenu li a:hover {
	background-color: #3f90db;
	border-top: #3f90db solid 1px;
	border-left: #3f90db solid 1px;
	border-right: #3f90db solid 1px;
	text-decoration: none;
	color: #FFFFFF;
}

/* tab menu 2 */

#tabMenu02 {
	width: 850px;
	height: 30px;
	float: left;
	border-bottom: #3f90db solid 3px;
	margin: 0;
	padding: 0 0 0 50px;
}

#tabMenu02 li {
	width: auto;
	height: 30px;
	list-style: none;
	float: left;
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#tabMenu02 li a {
	display: block;
	width: auto;
	height: 23px;
	padding: 6px 31px 0 31px;
	float: left;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-color: #f9f9f9;
	border-top: #d5d5d5 solid 1px;
	border-left: #d5d5d5 solid 1px;
	border-right: #d5d5d5 solid 1px;
}

#tabMenu02 li.tabActive a {
	background-color: #3f90db;
	border-top: #3f90db solid 1px;
	border-left: #3f90db solid 1px;
	border-right: #3f90db solid 1px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabMenu02 li a:hover {
	background-color: #3f90db;
	border-top: #3f90db solid 1px;
	border-left: #3f90db solid 1px;
	border-right: #3f90db solid 1px;
	text-decoration: none;
	color: #FFFFFF;
}

/* form Container */

#formCenterHolder {
	width: 640px;
	height: auto;
	margin: 20px auto;
	clear: both;
}

#formContainer_wide {
	width: 600px;
	height: auto;
	background-color: #fbfbfb;
	border: #d6d6d6 solid 1px;
	padding: 20px;
	float: left;
	color: #444444;
}

/* table properties */

table {
	color: #464646;
	font: normal 12px Arial, sans-serif;
}

#table01 {
	width: 900px;
	height: auto;
	border-top: #d6d6d6 solid 1px;
	border-left: #d6d6d6 solid 1px;
	text-align: center;
}

#table01 td {
	border-bottom: #d6d6d6 solid 1px;
	border-right: #d6d6d6 solid 1px;
	padding: 5px 3px;
}

#table01 tr.bgColor01 {
	background-color: #d2e9ff;
}

#table01 tr.bgColor02 {
	background-color: #f8f8f8;
}

.table02 td {
	padding: 10px;
}

/* content container page */

#contentContainer {
	width: 900px;
	float: left;
	padding: 20px 0 0 0;
}

#leftpanel {
	width: 160px;
	height: auto;
	min-height: 400px;
	float: left;
	margin-right: 20px;
}

#leftpanel p {
	padding: 0 0 10px 0;
	clear: both;
}

.columns p {
	color: #ADADAD;
	font-size: 11px;
	border-bottom: #ADADAD dotted 1px;
	padding-bottom: 5px;
}

#midPanel {
	height: auto;
	float: left;
	clear: left;
	min-height: 400px;
	width: 740px;
	margin: 0;
	padding: 0;
}

#midPanel .columns {
	width: 165px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
	_margin: 0 18px 0 0;
	padding: 0;
}

#midPanel .columns ul {
	margin: 0 0 20px;
}

#midPanel .columns li {
	padding: 0 0 5px;
	list-style-type: none;
	width: 165px;
	margin: 0;
}

#midPanel .columns li {
	color: #ADADAD;
	font-size: 11px;
}

#midPanel .columns li a {
	font-size: 12px;
}

#rightpanel {
	width: 150px;
	height: auto;
	min-height: 400px;
	float: right;
	clear: right;
	_margin: 0 7px 0 0;
}

#rightpanel .yellowBox {
	height: auto;
	float: left;
	background-color: #FFFFCC;
	border: #DEDEDE solid 1px;
	width: 120px;
	padding-right: 14px;
	padding-top: 20px;
	padding-left: 14px;
}

#rightpanel .yellowBox li {
	padding: 0 0 8px;
}

#rightpanel .yellowBox p {
	border-bottom: #ADADAD dotted 1px;
	padding-bottom: 5px;
}

#rightpanel .titleBlueBox {
	clear: left;
	text-align: center;
	color: #FFFFFF;
}

#rightpanel .titleBlueBox a {
	color: #FFFFFF;
	padding: 3px 5px;
}

#rightpanel .titleBlueBox b {
	background-color: #007DD6;
	padding: 3px 5px;
	display: block;
	font-weight: normal;
	font-size: 12px;
}

/* history link */

#historyLink001 {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 12px;
	color: #666666;
	clear: both;
	text-align: left;
}

#historyLink001 a {
	color: #1085D9;
	text-decoration: none;
}

#historyLink001 a:hover {
	text-decoration: underline;
}

#historyLink {
	float: left;
	font-size: 12px;
	text-align: left;
	color: #464646;
}

#historyLink a {
	color: #1085D9;
	text-decoration: none;
}

#historyLink a:hover {
	text-decoration: underline;
}

.prevNextButt {
	clear: left;
	text-align: right;
	color: #007DD6;
	padding: 0;
	font-size: 11px !important;
	margin-bottom: 20px;
}

.prevNextButt a {
	padding: 1px 4px;
	margin: 0 2px;
	border: #EFEFEF solid 1px;
}

.prevNextButt a:hover {
	background-color: #007DD6;
	border: #007DD6 solid 1px;
	color: #FFFFFF;
	text-decoration: none;
}

.prevNextButt a.activePage {
	background-color: #007DD6;
	border-color: #007DD6;
	color: #FFFFFF;
	text-decoration: none;
}

/* categories page */

#leftPanelWide {
	width: auto;
	_width: 650px;
/*	width: 680px; <- original width */
	height: auto;
	float: left;
	padding-right: 18px;
	clear: left;
	margin-top: 26px;	
}

#rightPanelWide {
	display: block;
	width: 230px;
	height: auto;
	min-height: 400px;
	float: right;
	clear: right;
}

#categoryLegend {
	text-align: right;
	color: #007DD6;
	font-size: 12px;
	float: right;
	width: auto;
	margin-bottom: 34px;
}

#categoryLegend .ribbon {
	color: #CC0000;
}

#categoryLegend .ribbon a {
	color: #CC0000;
}

#categoryLegend img {
	margin-bottom: -2px;
}

.categoryDate {
	border-bottom: #CCCCCC dotted 1px;
	padding-bottom: 3px;
	padding-top: 0;
	clear: both;
	color: #464646;
	font-size: 12px;
}

.dummyBottom {
	border-bottom: #CCCCCC dotted 1px;
	clear: both;
	color: #464646;
	height: 17px;
}

.categoryList {
	height: auto;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 650px;
}

.categoryList li {
	width: 680px;
	height: auto;
	float: left;
	padding: 5px 0;
	list-style: none;
}

.categoryList li .column001 {
	width: 29px;
	height: auto;
	min-height: 16px;
	float: left;
}

.categoryList li .column002 {
	height: auto;
	min-height: 16px;
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

.categoryList li .listDetails {
	height: auto;
	float: left;
	clear: right;
/*	width: 620px; <- Ideal width with banner */
	width: 590px;
}

.categoryList li .listDetails b {
	padding-right: 10px;
}

.yellowBoxAds {
	width: 208px;
	height: auto;
	background-color: #FFFFCC;
	border: #EFEFEF solid 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;			
	float: left;
	margin-bottom: 10px;
}

.yellowBoxAds p {
	color: #333333;
	font-size: 12px;
	line-height: normal;
}

.yellowBoxAds p b {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

.yellowBoxAds p b a {
	color: #CC0000;
}

.yellowBoxAds p img {
	margin-bottom: -4px;
	margin-left: 5px;
}

/* footer */

#footer {
	width: 900px;
	height: 60px;
	background-color: #EFEFEF;
	padding-top: 40px;
}

#footer .text01 {
	font-size: 16px;
	color: #666666;
	text-align: left;
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
}

#footer .text01 a {
	font-size: 10px;
	color: #666666;
	cursor: pointer;
}

#footer-nav ul {
	color: #007DD6;
	font-size: 12px;
}

#footer-nav li {
	display: inline;
	float: right;
	margin-right: 20px;
}

#footer_nav li a {
	text-decoration: none;
	color: #007DD6;
}

#footer_nav a:hover {
	text-decoration: underline;
}

#copyRight {
	text-align: center;
	clear: both;
	color: #464646;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 30px;
}

/* calendar left side */

#calBox {
	width: 160px;
	height: auto;
	float: left;
}

#calBox .head {
	color: #007DD6;
	font: 14px Arial, sans-serif;
}

/* posted games left side */

#gameBox {
	width: 160px;
	height: auto;
	float: left;
}

#gameBox .head {
	color: #007DD6;
	font: 14px Arial, sans-serif;
}

#gameBox div img {
	width: 150px;
	height: auto;
	padding: 4px;
	border: #DEDEDE solid 1px;
}

.postedBy {
	text-align: center;
}

/* list detail page */

#listDetailLeftPanel {
	width: 530px;
	height: auto;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#listDetailLeftPanel p {
	color: #333333;
}

#listDetailLeftPanel ul {
	padding-left: 20px;
	padding-bottom: 20px;
}

#listDetailLeftPanel li {
	color: #333333;
}

#listDetailRightPanel {
	width: 350px;
	height: auto;
	float: right;
	clear: right;
	padding-bottom: 20px;
}
/*
#photoContainer {
	width: 350px;
	height: 470px;
	margin: 0;
	padding: 0;	
}
#photoContainer #mainPhoto {
	text-align: center;
	height: 340px;	
	margin: 0 0 10px 0;
	padding: 4px;
	_padding: 4px 4px 3px 4px;	
	border: #ebebeb solid 1px;	
}
#photoContainer #mainPhoto a,
#photoContainer .miniPhoto a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-decoration: none;
	text-align:center;
}
#photoContainer #mainPhoto img,
#photoContainer .miniPhoto img {

}
#photoContainer .miniPhoto {
	height: 100px;
	width: 100px;
	border: #ebebeb solid 1px;
	text-align: center;
	margin: 0;
	padding: 4px;
	_padding: 4px 4px 3px 4px;
	float: left;
}
#photoContainer .mid {
	margin: 0 10px 0 10px;
} */
#photoContainer {
	width: 350px;
	height: 470px;
	margin: 0;
	padding: 0;	
}
#photoContainer #mainPhoto {
	text-align: center;
	height: 348px;
	width: 348px;	
	margin: 0 0 10px 0;
	border: #ebebeb solid 1px;	
	position: relative;
}
#photoContainer #mainPhoto a,
#photoContainer .miniPhoto a{
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
}
#photoContainer #mainPhoto span,
#photoContainer .miniPhoto span {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
}
#photoContainer .miniPhoto {
	position: relative;	
	height: 108px;
	width: 108px;
	border: #ebebeb solid 1px;
	text-align: center;
	margin: 0;
	padding: 0px;
	float: left;
}
#photoContainer .mid {
	margin: 0 10px 0 10px;
}

.thumbsList {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.thumbsList li {
	list-style: none;
	float: left;
	display: inline;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}

.thumbsList li img {
	
}

.divBorderTopBottom {
	border-top: #CCCCCC dotted 1px;
	border-bottom: #CCCCCC dotted 1px;
	padding: 10px 0 0;
	width: 530px;
	float: left;
	margin: 0 0 20px;
}

#postingOn {
	width: 279px;
	height: auto;
	float: left;
	line-height: 2em;
	font-size: 12px;
}

#sendEmail_etc {
	height: auto;
	float: right;
	clear: right;
	color: #007DD6;
	_color: #bbb;
	line-height: 2em;
	font-size: 12px;
}

#sendEmail_etc img {
	margin-bottom: 0;
}

#sendEmail_etc a {
	color: #007DD6;
}

#sendEmail_etc_disable {
	height: auto;
	float: right;
	clear: right;
	color: #bbb;
	_color: #bbb;
	line-height: 2em;
	font-size: 12px;
	width: 145px;
}

#sendEmail_etc_disable img {
	margin-bottom: 0;
}

#formContainer {
	width: 348px;
	height: 320px;
	background-color: #EFEFEF;
	float: left;
	border: #D0D0D0 solid 1px;
	color: #333333;
	padding-bottom: 0px;
	margin-top: 10px;
}

#formContainer .formheadTitle {
	background-color: #007DD6;
	padding: 5px;
	color: #FFFFFF;
}

#formContainer textarea {
	width: 220px;
}

/* photos page */

#photosListContainer {
	width: 900px;
	height: auto;
	margin: 0;
	padding: 25px 0 0 0;
}

#photosListContainer li {
	width: 204px;
	height: 280px;
	list-style: none;
	display: inline;
	margin: 0 10px 20px 10px;
	text-align: center;
	float: left;
}

#photosListContainer li table {
	border: #CECECE solid 1px;
	margin-bottom: 5px;
}

#photosListContainer li table tr td {
	width: 192px;
	height: 192px;
	padding: 5px;
}

#photosListContainer li p {
	font-size: 11px;
	clear: both;
	padding: 0;
	margin: 0;
	color: #666666;
}

#photosListContainer li p b {
	color: #007DD6;
	font-size: 13px;
}

#photosListContainer li table img {
	width: auto;
	height: auto;
	max-height: 192px;
	max-width: 192px;
}

.photoCount {
	text-align: right;
	font-size: 12px;
	color: #666666;
	margin-top: -28px;
}

/* photo details page */

#mainPhotoContainer {
	width: 900px;
	height: auto;
	float: left;
	clear: both;
	margin: 10px 0 20px 0;
}

#mainPhotoContainer .table01 {
	width: 900px;
	height: auto;
	padding: 5px;
	border: #CECECE solid 1px;
	margin-bottom: 5px;
}

.imageDatePost {
	text-align: right;
	color: #999999;
	padding: 0 0 10px 0;
	margin-top: -32px;
}

#photoCommentsContainer {
	width: 808px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	color: #333333;
}

#photoCommentsContainer li {
	width: 808px;
	height: auto;
	padding: 5px 0;
	list-style: none;
}

#photoCommentsContainer li p {
	padding: 0;
}

#commentsContainer {
	width: 436px;
	height: auto;
	float: left;
	clear: both;
	margin-top: 30px;
	color: #333333;
}

#commentsContainer textarea {
	width: 309px;
	height: 100px;
}

/* search page */

#searchLeftNav {
	float: left;
	background-color: #EFEFEF;
	border: 1px solid #ebebeb;
	margin: 26px 0 20px 0;
	padding: 10px 0 10px 10px;
	width: 178px;
	clear: left;
}

#searchLeftNav li {
	list-style: none;
	float: left;
	border-bottom: #a9a9a9 dotted 1px;
	color: #999;
	font-size: 12px;
	padding: 10px 5px 5px 10px;
	width: 150px;
}

#searchLeftNav li.lastNav {
	border: 0;
}

#searchLeftNav li a {
	color: #007DD6;
}

#searchLeftNav li a:hover {
	color: #333333;
	text-decoration: none;
}

#searchLeftNav li.leftNavActive a {
	color: #333333;
}

#searPageRightPanel {
	width: 690px;
	height: auto;
	float: right;
	clear: right;
	margin-left: 20px;
}
.noresults {
	padding: 50px;
	text-align: center;
	border: 1px solid #ebebeb;
	background-color: #e4f2fd;
	margin-bottom: 20px;
	width: auto;
}
#leftPanelWide .noresults {
	margin-top: -20px;	
	width: 800px;
}

/*========Store by Path/searh========*/

#language {
	text-align: right;
	color: #007DD6;
	margin-top: -35px;
	color: #333333;
}

#language a.languageActive {
	color: #333333;
}

#alphabeticalNav {
	width: 681px;
	height: 31px;
	margin-left: 20px;
	float: left;
	clear: right;
	padding: 9px 0 0 27px;
	text-align: center;
	background-color: #727272;
	font-size: 14px;
}

#alphabeticalNav a {
	padding: 7px 8px 13px 8px;
	color: #FFFFFF;
	float: left;
	margin: -3px 0 0 0;
}

#alphabeticalNav a:hover {
	background-color: #FFFFFF;
	color: #727272;
	text-decoration: none;
}

#alphabeticalNav a.alphabeticalActive {
	background-color: #FFFFFF;
	color: #727272;
}

#storeListContainer {
	width: 505px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 3px;
}

#storeList {
	width: 487px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#storeList li {
	width: 487px;
	height: auto;
	padding: 10px 0;
	border-bottom: #CCCCCC dotted 1px;
	list-style: none;
	float: left;
}

#storeList li img {
	float: left;
}

#storeList li .storeDetailsContainer {
	width: 455px;
	float: right;
	height: auto;
}

#storeList li .storeDetailsContainer p {
	color: #333333;
	padding: 0;
	margin: 0;
}

#storeList li .storeDetailsContainer .storeName a {
	color: #007DD6;
	font-size: 16px;
	margin-right: 10px;
}

#storeRightPanel {
	width: 200px;
	height: auto;
	float: right;
	clear: right;
	padding-top: 20px;
}

/* store details */

#storeDetailLeftPanel {
	width: 530px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	color: #333333;
}

#storeDetailRightPanel {
	width: 350px;
	height: auto;
	float: right;
	clear: right;
	padding-top: 20px;
}

#storeDetailLeftPanel p {
	clear: both;
}

#storeDetailLeftPanel .storeName01 b {
	font-size: 18px;
	font-weight: normal;
	color: #007DD6;
	margin-right: 10px;
}

#storeDetailLeftPanel .storeName01 img {
	margin-right: 15px;
	margin-bottom: -2px;
}

#storeDetailLeftPanel .storeNameDetails {
	width: 530px;
	height: auto;
	padding: 10px 0;
	border-top: #CCCCCC dotted 1px;
	border-bottom: #CCCCCC dotted 1px;
	margin: 0 0 20px 0;
	float: left;
}

#storeDetailLeftPanel .storeNameDetails li {
	width: 530px;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	padding: 3px 0;
}

#storeDetailLeftPanel .storeNameDetails li .column001a {
	width: 70px;
	float: left;
}

#googleMapContainer {
	width: 350px;
	height: auto;
	float: left;
	margin: 30px 0 5px 0;
}

/* forgot password box */

#forgotpasswordContainer {
	width: 400px;
	height: auto;
	float: left;
	margin: 70px 250px 50px 250px;
	text-align: left;
}

#blueBox {
	width: 300px;
	height: auto;
	padding: 50px 49px;
	background-color: #d2e9ff;
	border: #cccccc solid 1px;
}

/* calendar */

.calendar {
	background-color: #FFFFFF;
	width: 100%;
}

.calendar .cal_header_month {
	text-align: center;
	padding: 3px;
	padding-left: 5px;
	border: none;
	color: #007DD6;
	font: normal normal 14px Arial, sans-serif;
}

.calendar .cal_header_month a:hover {
	background: none;
}

.calendar .cal_header_week {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 11px;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.calendar #today a {
	background-color: #007DD6;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.calendar .content_date {
	
}

.calendar td {
	text-align: center;
	border: #DBDBDB solid 1px;
}

.calendar td a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.calendar td a:hover {
	background-color: #FFFFCC;
	color: #007DD6;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* fonts */

.titleHeader {
	color: #333333;
	font: 20px Arial, sans-serif;
	padding-top: 10px;
	clear: left;
}

.categoryName {
	color: #007DD6;
	font: 16px Arial, sans-serif;
}

.textColorBlue {
	color: #007DD6;
	font-size: 14px;
}

.textColorBlue a {
	color: #007DD6;
	font-size: 14px;
}

.textColorBlue em {
	color: #464646;
	font-style: normal;
	font-size: 11px;
}

.textColorBlue em a {
	color: #464646;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
}

.textColorBlue em a:hover {
	text-decoration: underline;
}

.textColorRed {
	color: #CC0000;
	font-size: 14px;
}

.textColorRed a {
	color: #CC0000;
	font-size: 14px;
}

.textColorRed em {
	font-style: normal;
	color: #999999;
	font-size: 11px;
}

.textColorRed em a {
	font-style: normal;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}

.textColorRed em a:hover {
	text-decoration: underline;
}

.textColorLightGrey {
	color: #B3B3B3;
}

.title02 {
	color: #333333;
	font: normal 16px Arial, sans-serif;
}

.title03 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#prevAd {
	color: #fff;
	font: normal 16px arial, sans-serif;
	background: #007DD6;
	text-align: center;
	padding: 10px 0;
}

#dummy {
	height: 30px;
}

#requestCity {
	font: 14px arial, sans-serif;
	text-align: center;
	margin:  0 0 30px 0;
}

#requestCity a {
}

#contentContainer .docs {
	margin: 0 0 10px 30px;
}

#contentContainer .docs li {
	font-weight: normal;
	list-style-type: decimal;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 5px;
}

#contentContainer .subdocs {
	margin: 10px 0 10px 30px;
}

#contentContainer .subdocs li {
	font-weight: normal;
	list-style-type: lower-alpha;
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 13px;
}

#notify {
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0 0;
	_margin: 40px 0 0 0;
}

#notify p {
	font-size: 12px;
	text-align: center;
	margin: 20px 0 50px 0;
	_margin: 20px 0 40px 0;
	padding: 0 35px 0 35px;
}

#confirmbox {
	padding: 100px 0 100px 0;
	text-align: center;
}

#confirmbox a {
	text-decoration: underline;
}

.reqError {
	color: #ff5f5f;
	font: italic normal 12px arial;
	margin: 0;
	padding: 5px;
	position: absolute;
	display: none;
	z-index: 9999;
}

#friendName:focus, 
#friendEmail:focus, 
#yourName:focus, 
#yourEmail:focus, 
#message:focus,
#captcha:focus,
#email:focus {
	outline: none;
}

.adcat {
	font-size: 11px !important;
	color: #007DD6 !important;
}

/* End of Master */

/* Application */

#facebox .b {
	background: url(/images/facebox/b.png)
}

#facebox .tl {
	background: url(/images/facebox/tl.png)
}

#facebox .tr {
	background: url(/images/facebox/tr.png)
}

#facebox .bl {
	background: url(/images/facebox/bl.png)
}

#facebox .br {
	background: url(/images/facebox/br.png)
}

#facebox {
	position: fixed;
	_position: absolute;
	top: 70px !important;
	left: 0;
	z-index: 999 !important;
	text-align: left
}

#facebox .popup {
	position: relative;
	z-index: 998 !important;
	_margin: 33px 0 -40px 0
}

#facebox table {
	border-collapse: collapse
}

#facebox td {
	border-bottom: 0;
	padding: 0
}

#facebox .body {
	background: #FAFAFA;
	border: 1px solid #808080;
	width: 480px
}

#facebox .loading {
	margin: 40px;
	text-align: center;
}

#facebox .image {
	text-align: center
}

#facebox img {
	border: 0;
	margin: 0
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 5px;
	width: 5px;
	overflow: hidden;
	padding: 0
}

#facebox_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facebox_hide {
	z-index: -100
}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99
}

/* End of Application */

/* Cal */

table.calendar {
	background-color: white;
	border: #C4DEF4 solid 1px;
}

table.calendar .cal_header_month {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	padding-left: 5px;
}

table.calendar .cal_header_week {
	

}

table.calendar #today {
	padding: 0px;
	background-color: #007DD6;
	color: #FFFFFF;
	font-weight: bold;
}

table.calendar .content_date {
	font-weight: bold;
}

table.calendar td {
	padding: 1px;
	text-align: center;
	background-color: #E4EBF8;
}

table.calendar a {
	display: block;
	padding: 1px;
}

table.calendar a:hover {
	background-color: #007DD6;
	color: #FFFFFF;
}

/* End of Cal */

/* Cal2 */

table.calendar {
	background-color: white;
}

table.calendar .cal_header_month {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	padding-left: 5px;
}

table.calendar .cal_header_week {
	

}

table.calendar #today {
	padding: 0px;
	background-color: white;
}

table.calendar .content_date {
	font-weight: bold;
}

table.calendar td {
	padding: 1px;
	text-align: center;
	background-color: #E4EBF8;
}

table.calendar a {
	display: block;
}

/* End of Cal2 */

/* Default */

.page-body {
	margin: 0 auto 0 auto;
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

.page-footer {
	margin: 0 10% 0 315px;
	width: 600px;
	padding: 0 0 50px 0;
	text-align: left;
}

.page-footer p {
	margin: 0;
}

.page-footer {
	padding: 20px;
}

.page-title h1 span {
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	margin: 5px 0 15px 0;
}

.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	background-color: #09f;
	margin: 0 0 20px 0;
}

.notice p, 
	.notice p a, 
	li a {
	text-decoration: none;
}

a.page-options {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
}

a.page-options:hover, 
a.page-options:focus {
	
}

p small, 
	li small {
	color: #09F;
	font-size: 100%;
}

p em, 
	em {
	
}

.hidden {
	display: none;
}

/* End of Default */

/* jQuery lightBox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* End of JQuery Lightbox */

/* News Feed */

#newsFeed {
	position: relative;
}

#newsFeedTab {
	border-top: 1px solid #fff;
}

#newsFeedTab .newsFeedCat {
	border: 1px solid #d6d6d6;
	border-bottom: 0;
	color: #333;
	font: normal 13px arial;
	float: left;
	margin: 0px 5px 1px 0;
	padding: 7px 0 5px 0;
	position: relative;
	text-align: center;
	width: 88px;
}

#newsFeedTab .link {
	background: #E4F2FD;
	color: #007DD6;
}

#newsFeedTab .bot {
	display: none;
	background: transparent url(../images/dummy.gif) repeat-x bottom left;
	position: absolute;
	width: 88px;
	height: 5px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	bottom: -2.5px;
	left: -1px;
	margin: 0;
	padding: 0;
	z-index: 99;
}

#newsFeedTab .link:hover {
	cursor: pointer;
}

#newsFeedTab .newsFeedCat {
	font: normal 13px arial;
	float: left;
	text-align: center;
}

#newsFeedTab .newsFeedRss {
	font: normal 11px arial;
	float: left;
	padding-top: 12px;
	text-align: center;
}

#newsFeedTab .newsFeedRss img {
	float: left;
	margin: 1px 2px 0 4px;
}

#newsFeedTab .newsFeedRss a {
	margin: 0;
	padding: 0;
}

#feedContainer {
	border: 1px solid #d6d6d6;
	height: 210px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 898px;
}

#ranPic {
	margin: 0 0 17px 0;
	text-align: center;
}

#ranPic span {
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #efefef;
	padding: 4px;
	margin: 0 0px 0 16px;
	_margin: 0 6px 0 9px;
	width: 100px;
	height: 100px;
}

#newsItem {
	margin: 10px 0 0 20px;
	list-style-type: none;
}

#newsItem li {
	font-size: 13px;
	margin-bottom: 7px;
	margin-left: 5px;
	line-height: 16px;
	float: left;
	width: 425px;
	overflow: hidden;
	white-space: nowrap;
}

#newsItem .newsSource {
	color: #666;
	display: block;
	font-size: 11px;
	width: 420px;
}

#loadingFeeds {
	background: url('../images/facebox/loading.gif') no-repeat scroll top left;
	width: 32px;
	height: 32px;
	margin: 80px 0 0 440px;
}

#tt {
	background: #fff;
	position: absolute;
	display: block;
	z-index: 998;
	padding: 10px;
	width: 320px;
}

#ttcont {
	border: 1px solid #d6d6d6;
	display: block;
	padding: 5px;
	background: #fff;
	color: #444;
}

#ttinner {
	display: block;
	font: normal 13px "arial";
	line-height: 18px;
	padding: 10px 20px 20px 15px;
	text-align: left;
	background: #d6d6d6;
	color: #444;
}

/* End of News Feed */
