/* E-store Side search */
#side-estore-search-form {
	margin: 0 !important;
	padding: 0 !important;
}

div#side-estore-search {
	background-color: #E4E2B5;
	padding: 10px;
}

div#side-estore-search div#side-estore-search-title {
	color: #3D3F39;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
}

div#side-estore-search input#side-estore-search-button {
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 70px!important;
	margin-top: 5px!important;
	width: 73px;
	height: 20px;
	background: url(/img/estore-search.gif) no-repeat;
}

/* E-store Side navigation */
div#side-estore-menu {
	/*background-color: #EFEDE0;*/
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#side-estore-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

div#side-estore-menu a {
	text-decoration: none !important;
	font-size: 12px;
	font-family: arial;
	display: block;
}


li.estore-nav-cat {
	padding-left: 0px;
}

li.estore-nav-cat a {
	color: #313131 !important;
}


li.estore-nav-cat div {
	padding-left: 15px;
	line-height: 18px;
}

li.estore-nav-cat div.opened {
	background-color: #868D4D;
	color: #E7E1A4;
}

li.estore-nav-cat div.opened a {
	color: #EFECD1 !important;
	font-weight: bold;
}

ul.estore-nav-sub {
	padding: 0 !important;
	padding-left: 30px !important;
	background-color: #EFECD1;
}

ul.estore-nav-sub li a {
	color: #2E1700 !important;
	line-height: 18px;
	height: 18px;
}

/* E-store Side related products */
div#side-estore-related-products {
	background-color: #EDEAE3;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

ul#side-estore-related-products-list {
	background: #E4E4E4;
	color:#333333;
	padding:0;
	margin: 3px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	border-left: 1px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
}

ul#side-estore-related-products-list li {
	margin: 0;
	list-style:none;
	padding: 5px 5px 5px 5px;
	clear: both;
	border: 0px solid black;
}

ul#side-estore-related-products-list li.header-line,
ul#side-estore-related-products-list li.footer-line {
	height:20px;
	color:#ffffff;
	background:#a7a7a7;
	border-style:none;
	font-size: 11px;
	font-weight: bold;
}

ul#side-estore-related-products-list li.header-line {
	padding:0;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	margin-bottom: 10px;
}

ul#side-estore-related-products-list li.footer-line {
	padding:0;
	text-align:right;
	margin-top: 10px;
}

ul#side-estore-related-products-list li.empty-line {
	padding:0;
	margin:0;
	height: 0px;
}


ul#side-estore-related-products-list li div.image-container {
	float: left;
	/*border: 1px solid black;*/
}

ul#side-estore-related-products-list li div.image-container img {
	width:46px;
	border: 0;
}

ul#side-estore-related-products-list li div.only-text-container {
	padding:0;
	margin:0;
}

ul#side-estore-related-products-list li div.text-container {
	padding:0;
	margin:0;
	margin-left:52px;
	width:90px;
}

ul#side-estore-related-products-list li div.link-container {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#side-estore-related-products-list li a {
	color:#000000;
	text-decoration:none;
}

ul#side-estore-related-products-list li a:hover {
	text-decoration:none;
}

ul#side-estore-related-products-list li div.text-container p {
	margin: 0;
	font-size:10px;
	overflow:hidden;
	color:#555555;
}

/* E-store main menu */
#module-estore-menu {
	font-family: arial;
	font-size: 12px;
	background-color: #6498FE;
	padding: 5px 25px 5px 20px;
	margin-bottom: 25px;
	color: #ffffff;
	font-weight: bold;
	height: 15px;
}

#module-estore-menu a {
	color: #ffffff;
}

#module-estore-menu .float-left {
	float: left;
}

#module-estore-menu .float-right {
	float: right;
}

#module-estore-live-cart-status {
	color: #F6E6B5;
	font-style: italic;
	padding-right: 20px;
}


/* E-store styles */
#module-estore-panel {
	font-family: arial;
	font-size: 12px;
}



#module-estore-panel a {
	color: #570D03;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

#module-estore-panel input:disabled, #module-estore-panel select:disabled {
	background-color: #D4D0C8;
	color: #808080;
	border-color: #808080;
}

#module-estore-panel input.textfield {
	width: 180px !important;
}

#module-estore-panel .flash-title {
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	font-size:18px !important;
	height:35px;
	
	/* Customize font */
	font-family: georgia;
	
	color:#2E1700;
}

#module-estore-panel .title {
	color: #2E1700;
	font-weight: bold;
	padding-bottom: 5px;
}

#module-estore-panel .required {
	color: #ff0000;
}

#module-estore-panel a:hover {
	color: #570D03;
	text-decoration: underline;
}

#module-estore-panel form, #module-estore-panel img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

#module-estore-panel img {
	display: inline !important;
}

#module-estore-panel .float-left {
	float: left;
}

#module-estore-panel .float-right {
	float: right;
}

#module-estore-panel .dotted-line{
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	background: transparent url(../img/estore-dotted-line.gif) repeat-x 0px 2px;
	font-size: 1px;
	height: 5px;
	clear: both;
}

div#module-estore-panel table.list {
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	width: 100%;
}

div#module-estore-panel table.list tr td{
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	padding: 3px;
}

div#module-estore-panel table.list tr.tb_caption{
	background-color: #3D3F39;
	color: #ffffff;
	height: 16px;
}

div#module-estore-panel table.list tr.even{
	background-color: #cccccc;
}

div#module-estore-panel table.list tr,
div#module-estore-panel table.list tr.odd{
	background-color: #eeeeee;
}



div#module-estore-panel table.list tr td .download-item-panel {
	margin-top: 5px;
	padding-left: 20px;
	background: transparent url(../img/save.png) no-repeat top left;
}



div#module-estore-panel table.list tr td .reorder-item-panel {
	margin-top: 5px;
	padding-left: 20px;
	height: 18px;
	background: transparent url(../img/reorder_16.png) no-repeat top left;
}

/* Bread crumb */
#module-estore-panel .bread-crumb-line{
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-left: 14px;
	background-color: #3D3F39;
	color: #ffffff;
	height: 20px;
	clear: both;
	font-family: arial !important;
	font-size: 12px !important;
}

#module-estore-panel .bread-crumb-line .bread-crumb-box {
	padding: 0;
	margin: 0;
	float: left;
}

#module-estore-panel .bread-crumb-line .bread-crumb-box a{
	color: #ffffff;
	text-decoration: underline !important;
}

#module-estore-panel .bread-crumb-line .bread-crumb-brands {
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 15px;
}

#module-estore-panel .under-bread-crumb-line{
	padding-top: 10px;
	padding-left: 14px;
}

/* Page with full description of category */
#module-estore-panel .category-full-subcategories {
	margin: 0;
	padding: 4px;
	clear: both;
	font-family: arial !important;
	font-size: 12px !important;
	background-color: #EDEAE3;
}

#module-estore-panel table.category-full-subcategories-container {
	margin: 0;
	width: 100%;
}

#module-estore-panel table.category-full-subcategories-container tr td {
	padding: 5px;
	padding-left: 10px;
}

#module-estore-panel td.vertical-dotted-line {
	background: transparent url(../img/estore-vertical-dotted-line.gif) repeat-y 2px 0px;
}

#module-estore-panel .category-full-container {
	margin-top: 10px !important;
	clear: both;
}

#module-estore-panel .category-full-container img{
	padding: 9px !important;
	margin: 10px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	background-color: #C6C5C5 !important;
	display: block !important;
}

#module-estore-panel .category-full-container .category-full-title {
}

#module-estore-panel .category-full-container .category-full-description {
	padding-top: 10px !important;
	padding-bottom: 0px;
}

#module-estore-panel .subcategory-full-container {
	margin-top: 10px !important;
	clear: both;
}

#module-estore-panel .subcategory-full-container img{
	padding: 9px !important;
	margin: 10px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	background-color: #C6C5C5 !important;
	display: block !important;
}

#module-estore-panel .subcategory-full-container .subcategory-full-title {
}

#module-estore-panel .subcategory-full-container .subcategory-full-description {
	padding-top: 10px !important;
	padding-bottom: 0px;
}

/* Gallery for categories and products */
#module-estore-panel .gallery-container {
	width: 95%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-family: arial;
	font-size: 12px;
	border: 0px solid black;
}

#module-estore-panel .item-container {
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 25px;
	margin-right: 20px;
	width: 140px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
text-align: center;
color: #4C5238;

}

#module-estore-panel .item-container a {
color: #4C5238;
font-weight: bold;
font-size: 13px;
}


#module-estore-panel .thumbnail-container {
display: block;
text-align: center;
	min-height: 130px;
}

#module-estore-panel .thumbnail-container a {
text-align: center;
}


#module-estore-panel .category-container {
	text-align: center;
}

#module-estore-panel .product-container a {
	color: #000000;
	font-weight: bold;
}

#module-estore-panel .product-container a:hover {
	color: #183319;
	font-weight: bold;
}

#module-estore-panel .product-price,
#module-estore-panel .product-sale-price {
	margin-top: 8px;
	font-size: 12px;
	color: #868D4D;
font-weight: bold;
}

#module-estore-panel .product-strike-price {
	/*float: left;*/
	font-size: 11px;
	margin-top: 5px;
	padding-right: 5px;
	margin-right: 20px;
}

#module-estore-panel .product-strike-price span {
	background: transparent url(../img/estore-strike-through.gif) repeat-x 0px 6px;
}

#module-estore-panel .product-sale-price {
	color: #FE0404;
	font-weight: bold;
}


/* browse list container */
#module-estore-panel .list-container {
	width: 95%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-family: arial;
	font-size: 12px;
	border: 0px solid black;
}

#module-estore-panel .list-container .item-container {
	float: none;
	padding: 0;
	margin: 10px 0 0 0;
	height: 130px;
	width: 100%;
}

#module-estore-panel .list-container .thumbnail-container {
	float: left;
	display: block;
	height: 130px;
	width: 130px;
	text-align: center;
}

#module-estore-panel .list-container .product-title-container {
	margin: 15px 5px 0 5px;
	float: left;
	width: 250px
}

#module-estore-panel .list-container .product-title-container .product-desc {
	font-size: 10px;
	text-align: left;
}

#module-estore-panel .list-container .product-price-container {
	float: left;
	margin: 10px 0 0 10px;
}

/* display mode container */
#module-estore-panel .displaymode-container {
	clear: both;
	text-align: right;
	margin: 10px 0;
	/*float: left;*/
}

#module-estore-panel .displaymode-container span {
	text-transform:lowercase;
	padding-left: 15px;
	margin-left: 10px;
}

#module-estore-panel .displaymode-container span.displaymode-grid {
	background: transparent url(../img/displaymode_grid.gif) no-repeat 0px 3px;
}

#module-estore-panel .displaymode-container span.displaymode-list {
	background: transparent url(../img/displaymode_list.gif) no-repeat 0px 3px;
}

#module-estore-panel .displaymode-container a {
	padding:0;
	margin: 0;
	border:0;
	text-decoration: none !important;
	height:16px;
}

/* Paging */
div.estore-paging {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	clear: both;
	color: #868D4D;
	text-align: right;
	line-height:24px;
}

div.estore-paging .estore-paging-result {
	padding-right: 0px !important;
}

div.estore-paging .estore-paging-pages {
	padding-left: 30px !important;
}

div.estore-paging a , div.estore-paging b {
	padding:2px 5px 2px 5px;
	border:1px solid #aaaaaa;
	text-decoration: none !important;
	margin: 0 2px 0 2px;
	background-color: #ffffff;
	height:16px;
}

div.estore-paging a {
}

div.estore-paging .next {
	display:inline;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}

div.estore-paging .previous {
	display:inline;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* Product full size image popup for jqModal*/
#module-estore-full-image-jqm
{
	position: fixed !important;
	
	top: 20% !important;
	left: 50% !important;
	margin-left: -180px !important;
	
	width: auto !important;
	height: auto !important;
	
	padding: 0px;
	border: 2px solid #403E3E;
	background-color: #ffffff !important;
	color: #000000 !important;
	z-index: 3000 !important;
}

/* Product full size image popup */
#product-full-image-box
{
	padding: 0;
	position: absolute;
	border: 2px solid #2E1700;
	background-color: #ffffff;
}

#module-estore-full-image-jqm div,
#product-full-image-box div
{
	text-align: right;
	margin: 0;
	padding: 0;
}

#module-estore-full-image-jqm img,
#product-full-image-box img
{
	border: 0 !important;
}

#module-estore-full-image-jqm #product-full-image-close,
#product-full-image-close

{
	border: 0;
	margin: 0;
	cursor: pointer;
	color: #ffffff;
	background-color: #403E3E;
	font-family: verdana;
	font-size: 10px;
	padding:1px 10px
}

/* Container 1 */
#module-estore-panel #product-detail-container1 {
	float: left;
	width: 250px;
}

#module-estore-panel #product-detail-image-box {
	text-align: center;
}

#module-estore-panel #product-detail-image-box img {
	display: inline !important;
}

#module-estore-panel #product-detail-image {
	cursor: pointer;
}

#module-estore-panel #product-detail-image-title {
	color: #414040;
	font-family: verdana;
	font-size: 11px;
}

#module-estore-panel #product-detail-image-view {
	color: #3D3F39;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#module-estore-panel #product-detail-purchase-message {
}

#module-estore-panel #product-detail-purchase-title {
	color: #3D3F39;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}

#module-estore-panel ul#product-detail-purchase {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 10px;
}

#module-estore-panel ul#product-detail-purchase li {
	text-align: right;
	padding-top: 5px;
}

#module-estore-panel input#product-detail-add-to-cart {
	margin:0 !important;
	padding:0 !important;
	width:106px;
	height:20px;
	background: url(/img/estore-add-to-cart.gif) no-repeat;
}

#module-estore-panel #product-out-of-stock {
	display: none;
	color: #DF0202;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#module-estore-panel #product-request-more-info-box {
	margin: 20px 10px 0 0;
	text-align: right;
}

#module-estore-panel input#product-request-more-info {
	margin:0 !important;
	padding:0 !important;
	width:210px;
	height:20px;
	background: url(/img/estore-request-more-info.gif) no-repeat;
}

/* Container 2 */
#module-estore-panel #product-detail-container2 {
	margin-left:270px;
	width: 410px;
}

#module-estore-panel #product-detail-title {
	color: #3D3F39;
	font-family: georgia;
	font-weight: bold;
	font-size: 17px;
}

#module-estore-panel #product-detail-price {
	color: #9D8240;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	font-family: georgia !important;
}

#module-estore-panel #product-detail-price .product-strike-detail-price{
	padding-top: 10px;
	background: transparent url(../img/estore-strike-through.gif) repeat-x 0px 20px;
}

#module-estore-panel #product-detail-price .product-sale-detail-price{
	color: #FE0404;
	padding-top: 5px;
}

#module-estore-panel #product-detail-description {
	padding-top: 10px;
	font-family: verdana;
	font-size: 11px;
}


/* Cleared line under containers */
#module-estore-panel .cleared-line {
	width: 100%;
	clear: both;
	font-size: 1px;
	height: 15px;
}

/* Product additional images (product photo gallery) */
#module-estore-panel #product-detail-additional-title {
	color: #3D3F39;
	font-family: verdana;
	font-size: 11px;
	margin-left: 10px;
}

#module-estore-panel ul#product-detail-gallery {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0;
	
	margin-left: 10px;
	
	/* for css 2.1 browsers */
	display:table;
	margin:0 auto;
	
	/* I like IE */
	/*$left: 45%;
	$position: relative;
	$float: left;
	$margin-left: expression("-" + (this.clientWidth / 2) + "px");*/
}

#module-estore-panel ul#product-detail-gallery  li {
	width: 160px;
	padding: 10px 0pt 20px;
	text-align: center;
	float: left;
}

#module-estore-panel ul#product-detail-gallery .product-detail-gallery-box {
	width: 150px;
	border: 1px solid black !important;
	cursor: pointer;
}

#module-estore-panel ul#product-detail-gallery .product-detail-gallery-title {
	color: #414040;
	font-family: verdana;
	font-size: 11px;
}

#module-estore-panel ul#product-detail-gallery li.cleared {
	clear: both;
}

/* E-store cart */
#module-estore-panel table.cart-container {
}

#module-estore-panel table.cart-container tr td {
	padding: 3px;
}

#module-estore-panel tr.cart-container-header {
	padding: 0;
	margin: 0;
	background-color: #3D3F39;
	color: #ffffff;
	height: 16px;
}

#module-estore-panel div#cart-details {
	padding-top: 10px;
	padding-bottom: 20px;
}

#module-estore-panel div#promocodes-details {
}

#module-estore-panel div#promocodes-details {
}

#module-estore-panel div#promocodes-details div.title {
}

#module-estore-panel div#promocodes-details form#cart-promocodes-form {
}

#module-estore-panel div#promocodes-details div#cart-promocodes-form-buttons {
	margin-top: 5px;
	margin-bottom: 15px;
}


#module-estore-panel div#promocodes-details div#cart-promocodes-loader {
	display: none;
	height: 20px;
}

#module-estore-panel div#promocodes-details div#cart-promocodes-loader img {
	float:left;
	margin-right: 10px;
}

#module-estore-panel div#promocodes-details div#cart-promocodes-loader div#cart-promocodes-loader-content {
	padding-left: 20px;
	font-size: 11px;
}

/* SEARCH */
#side-estore-search .search-wrapper {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 5px;
	position: relative;
	width: 140px;
	padding: 0px;
	height: 16px;
	padding-top: 2px;
	border: 1px solid black;
}

#side-estore-search input.g-prettysearch {
	height: 16px;
	width: 115px;
	border: 1px solid #ffffff;
}

#side-estore-search .search-wrapper input.g-prettysearch {
	border:0px none;
	font-family:"Lucida Grande",Geneva,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0px;
	padding:3px 0 0;
}

#side-estore-search .search-wrapper .reset {
	background:transparent url(../img/nav/close.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:4px;
	width:11px;
	z-index:1;
}

#side-estore-search .search-wrapper input.g-prettysearch {
	position: absolute;
	width: 280px
	top: 0;
	left: 5px;
	border: 0px;
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
}


/* SEARCH RESULTS */
#globalsearch {
	/*background:transparent url(../img/nav/shortcuts_bg_mid_grey.png) repeat-y scroll 0pt;*/
	/*height:38px;*/
	position:absolute;
	width:328px;
	display: none;
	text-align: left;
	/*behavior: url(../js/iepngfix.htc);*/
	
	z-index:1;
}

#globalsearch .inside {
	width:328px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	line-height:1px;
	font-size:1px;
}

#globalsearch .resultCat {
	position:relative;
	color:#F6F6F6;
	background:#919191;
	/*width:308px;*/
	width:308px;
	height:8px;
	margin:0;

	padding-bottom: 12px;
	width: 302px;
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	border:1px none #FB6BFF;
}

ul.sp-results {
	background: #E4E4E4;
	/*background:transparent url(../img/nav/shortcuts_bg_mid_grey.png) repeat-y 0 0;*/
	color:#333333;
	/*padding:0pt 3px;*/
	padding:0;
	margin:0;
	/*width:328px;*/
	width:321px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

ul.sp-results li {
	margin: 0;
	margin: 0 0 -3px 0;
	padding: 5px 10px 15px 10px;
	list-style-type:none;
	height:5.6em;
	/*height:4.6em;*/
	/*height:5.2em;*/
	/*position:relative;*/
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	
	width:300px;
	clear: both;
	
	overflow:hidden;
}

ul.sp-results li.viewall {
	width:302px;
	height:18px;
	text-align:right;
	color:#000000;
	background:#a7a7a7;
	border-style:none;
}

ul.sp-results li.viewall a {
	color:#FFFFFF;
	padding-right:23px;
	background:transparent url(../img/nav/shortcuts_arrow.gif) no-repeat scroll 99% 50%;
	padding-top:3px;
	padding-bottom:3px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

ul.sp-results li.finish {
	/*width:308px;*/
	width:300px;
	height:20px;
	text-align:right;
	color:#000000;
	position:absolute;
	left:0px;
	/*background:transparent url(../img/nav/shortcuts_bg_foot_grey.png) no-repeat top left;*/
	border-style:none;
}

ul.sp-results li.hoverli {
	background:#b7b7b7 none repeat-x;
	color:#FFFFFF;
	cursor:pointer;
}

ul.sp-results li.hoverli h4 a {
	color:#FFFFFF;
}

ul.sp-results li.hoverli p {
	color:#F1F1F1;
}

ul.sp-results img{
	margin-right:4px;
}

ul.sp-results li span {
	display:block;
	width:220px;
}

ul.sp-results li h4 {
	margin:0;
	font-size:11px;
	font-weight:bold;
}

ul.sp-results li p {
	margin:0pt;
	font-size:10px;
	overflow:hidden;
	height:2.7em;
	color:#555555;
}

ul.sp-results li a {
	color:#606060;
	text-decoration:none;
}

ul.sp-results li a:hover {
	text-decoration:none;
}

ul.sp-results li div.sp-result-img {
	float: left;
	overflow: hidden;
	height: 6.5em;
}

ul.sp-results li img, ul.sp-results li .replacementimg {
	float: left;
	/*position:absolute;*/
	/*left:10px;*/
	/*height:46px;*/
	width:46px;
}

ul.sp-results li h4 a {
	color:#191919;
	text-transform:uppercase;
}

ul.sp-results li.viewall.hover {
	/*background:transparent url(../img/nav/shortcuts_bg_foot_grey.png) no-repeat repeat bottom left;*/
}

#sp-search-spinner {
	position:absolute;
	top:13px;
	right:16px;
	z-index:10;
	display:none;
}

#sp-search-cancel img {
	cursor:pointer;
}

#sp-result-none.viewall {
	bottom: -27px;
}
#sp-result-none.viewall a {
	font-size:10px;
}

/* E-store styles for cart(order) uploaded files */
#module-estore-panel input.filefield {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}

#module-estore-panel table.uploaded_file_box {
}

#module-estore-panel table.uploaded_file_box tr td {
	padding: 2px 5px 2px 0;
}

/* E-store product collapsible boxes (fields) - accordion styles */
div#estore-products-fields  {
}

div#estore-products-fields .estore-products-fields-basic  {
	width: 260px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#estore-products-fields .estore-products-fields-basic ul.estore-am-sub-box {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

div#estore-products-fields .estore-products-fields-basic li.estore-am-sub-line {
	background: #cecece;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

div#estore-products-fields .estore-products-fields-basic li.active>a.estore-am-title {
	background: url('../img/accordion/close.gif') no-repeat center right;
}

div#estore-products-fields .estore-products-fields-basic li.estore-am-sub-line div.estore-am-content {
	padding: 20px;
	width: 220px;
	background: #eeeeee;
	display: block;
	clear: both;
	float: left;
}

div#estore-products-fields .estore-products-fields-basic a.estore-am-title {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	padding: 5px;
	display: block;
	cursor: pointer;
	background: url('../img/accordion/open.gif') no-repeat center right;
}

div#estore-products-fields .estore-products-fields-basic ul.estore-am-sub-box li.estore-am-sub-line {
	background: #fefefe;
	font-size: 0.9em;
}div#module-blog-panel {
	font-family: arial;
	font-size: 12px;
}

div#module-blog-panel a:link,
div#module-blog-panel a:visited,
div#module-blog-panel a:active {
	color: #000000;
	text-decoration: underline;
}

div#module-blog-panel a:hover {
	color: #666666;
	text-decoration: underline;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_category_title {
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 20px;
	text-transform: capitalize;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_title {
	float:left;
	font-weight: bold;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_date_create {
	float:right;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_author {
	margin: 10px 0;
	clear:both;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_content {
	clear:both;
	padding: 3px 0 0 0;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_content p {
	margin-top: 0;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_link {
	float:right;
	padding-top: 5px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_date_create {
	float:right;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_title {
	margin: 0 0 10px 0;
	clear:both;
	font-weight: bold;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_author {
	margin: 10px 0px 10px 0px;
	clear:both;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .v_form {
	background-color: #ffffff; 
	padding: 10px; 
	padding-top: 0px;
}


div#side-column-blog {
	padding: 10px;
	margin: 0px;
	background-color: #D9D7D1;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

div#side-column-blog .title {
	font-weight: bold;
}

div#side-column-blog  ul#side-column-blog-archive {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
}

ul#side-column-blog-archive a:link,
ul#side-column-blog-archive a:visited,
ul#side-column-blog-archive a:active {
	color: #000000;
	text-decoration: underline;
}

ul#side-column-blog-archive a:hover {
	color: #666666;
	text-decoration: underline;
}


/* features styles - last posts */
div#side-column-blog ul#side-column-blog-posts {
	background: #E4E4E4;
	color:#333333;
	padding:0;
	margin: 3px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	border-left: 1px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
}

ul#side-column-blog-posts li {
	margin: 0;
	list-style:none;
	padding: 5px 5px 5px 5px;
	clear: both;
	border: 0px solid black;
}

ul#side-column-blog-posts li.header-line,
ul#side-column-blog-posts li.footer-line {
	height:20px;
	color:#ffffff;
	background:#a7a7a7;
	border-style:none;
	font-size: 11px;
	font-weight: bold;
}

ul#side-column-blog-posts li.header-line {
	padding:0;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	margin-bottom: 10px;
}

ul#side-column-blog-posts li.footer-line {
	padding:0;
	text-align:right;
	margin-top: 10px;
}

ul#side-column-blog-posts li div.link-container {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#side-column-blog-posts li a {
	color:#000000;
	text-decoration:none;
}

ul#side-column-blog-posts li a:hover {
	text-decoration:none;
}

ul#side-column-blog-posts li p {
	margin: 0;
	font-size:10px;
	overflow:hidden;
	color:#555555;
}

ul#side-column-blog-posts li.view-all {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: right;
}

/* rss link styles */
div#content div#body div#main-column div#main-column-content div#module-blog-panel div#module-blog-panel-rss {
	background: url(../img/rss.gif) no-repeat 0 0;
	height:25px;
	padding: 0px 0px 20px 20px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel div#module-blog-panel-rss a {
	font-size: 100%;
}

/* Paging */
div.blog-paging {
	font-family: Arial;
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 0;
	color: #606060;
	clear: both;
	height:16px;
}

div.blog-paging a {
	padding:2px 5px;
	border:1px solid #aaaaaa;
	text-decoration: none !important;
	margin: 0;
	background-color: #ffffff;
	height:16px;
}

div.blog-paging .next {
	float: left;
	padding-right: 15px;
	margin-right:8px;
}

div.blog-paging .previous {
	float: right;
	padding-left: 15px;
	margin-left:8px;
}

div.blog-paging .next .arrow,
div.blog-paging .previous .arrow {
}/* Fishing report side styles */
#side-fishing-report-recent-data {
	background-color: #EDEAE3;
	margin: 0;
	padding:10px;
	padding-right:2px;
	clear: both;
	text-align: left !important;
}

#side-fishing-report-recent-data-title {
	color: #631004;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
}

ul#side-fishing-report-recent-data-list {
	font-family: arial;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	clear: both;
}

ul#side-fishing-report-recent-data-list li.item-title {
	font-size: 11px;
	font-weight: bold;
}

ul#side-fishing-report-recent-data-list li.item-data {
	font-size: 10px;
	margin-bottom: 10px;
	color: #555555;
}

/* Fishing report styles */
#module-fishing-report-panel {
	font-family: arial;
	font-size: 12px;
}

#module-fishing-report-panel .dotted-line {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	background: transparent url(../img/fishing-report-dotted-line.gif) repeat-x 0px 2px;
	font-size: 1px;
	height: 5px;
	clear: both;
}

#module-fishing-report-panel div.fishing-report-item {
	padding-bottom: 20px;
}

#module-fishing-report-panel div.fishing-report-item-title {
	font-weight: bold;
	clear: both;
}

#module-fishing-report-panel ul.fishing-report-item-data {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 50px;
}

#module-fishing-report-panel ul.fishing-report-item-data li {
	font-weight: bold;
	float: left;
	padding-top: 20px;
	height: 30px;
}

#module-fishing-report-panel ul.fishing-report-item-data li.weather-icon-box {
	padding: 0;
}

#module-fishing-report-panel ul.fishing-report-item-data li.temperature-box {
	padding-right: 20px;
}

#module-fishing-report-panel div.fishing-report-item-text {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Paging */
div.fishing-report-paging {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	clear: both;
	color: #606060;
	text-align: right;
	line-height:24px;
}

div.fishing-report-paging .fishing-report-paging-result {
	padding-right: 0px !important;
}

div.fishing-report-paging .fishing-report-paging-pages {
	padding-left: 30px !important;
}

div.fishing-report-paging a , div.fishing-report-paging b {
	padding:2px 5px 2px 5px;
	border:1px solid #aaaaaa;
	text-decoration: none !important;
	margin: 0 2px 0 2px;
	background-color: #ffffff;
	height:16px;
}

div.fishing-report-paging a {
}

div.fishing-report-paging .next {
	display:inline;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}

div.fishing-report-paging .previous {
	display:inline;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

#module-fishing-report-panel div#fishing-report-rss {
	background: url(../img/rss.gif) no-repeat 0 0;
	height:25px;
	padding: 0px 0px 0px 20px;
}

#module-fishing-report-panel div#fishing-report-rss a {
	font-size: 100%;
}

/* Dropdown navigation for waters of Fishing Reports - Start */
div#fishing-report-waters-dd {
	margin: 0 0 20px 0;
	padding: 0;
	position:relative;
	width:150px;
	height: 35px;
	z-index: 999;
}

.fishing-report-waters-dd-menu, .fishing-report-waters-dd-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px !important;
}

.fishing-report-waters-dd-menu {
	text-transform:uppercase;
	font-family: helvetica;
	line-height:20px;
}

.fishing-report-waters-dd-menu ul {
	position: absolute;
	top: -999em;
	width: 25em; /* left offset of submenus need to match (see below) */
}

.fishing-report-waters-dd-menu ul li {
	width: 100%;
}

.fishing-report-waters-dd-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.fishing-report-waters-dd-menu li {
	float: left;
	position: relative;
}
.fishing-report-waters-dd-menu a {
	display: block;
	position: relative;
}
.fishing-report-waters-dd-menu li:hover ul,
.fishing-report-waters-dd-menu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	/*top: 31px;*/
	z-index: 99;
}
ul.fishing-report-waters-dd-menu li:hover li ul,
ul.fishing-report-waters-dd-menu li.sfHover li ul {
	top: -999em;
}
ul.fishing-report-waters-dd-menu li li:hover ul,
ul.fishing-report-waters-dd-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.fishing-report-waters-dd-menu li li:hover li ul,
ul.fishing-report-waters-dd-menu li li.sfHover li ul {
	top: -999em;
}
ul.fishing-report-waters-dd-menu li li li:hover ul,
ul.fishing-report-waters-dd-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** SKIN ***/
.fishing-report-waters-dd-menu {
	float: left;

}
.fishing-report-waters-dd-menu a {
}

.fishing-report-waters-dd-menu a, .fishing-report-waters-dd-menu a:visited  {
}

.fishing-report-waters-dd-menu li {
	font-size: 14px;
	background: #17181C;
	cursor: pointer;
}

.fishing-report-waters-dd-menu li li ,
.fishing-report-waters-dd-menu li li li {
	background: #17181C;
	opacity: .90;
	filter: alpha(opacity = 90);
}

.fishing-report-waters-dd-menu li a {
	color: #ffffff !important;
	margin: 4px 0;
	/*margin: .35em 0;*/
	/*margin: .44em 0;*/
	padding: 0 10px;
	text-decoration: none !important;
}

.fishing-report-waters-dd-menu li li a,
.fishing-report-waters-dd-menu li li li a {
	color: #cccccc !important;
	border: 0;
	margin: .35em 0;
	padding: 0 10px;
	text-decoration:none  !important;
}

.fishing-report-waters-dd-menu li.main-item a {
	height: 21px;
}

.fishing-report-waters-dd-menu li:hover, .fishing-report-waters-dd-menu li.sfHover,
.fishing-report-waters-dd-menu a:focus, .fishing-report-waters-dd-menu a:hover, .fishing-report-waters-dd-menu a:active {
	outline: 0;
	text-decoration: none  !important;
	color: #ffffff !important;
}

/*** arrows **/
.fishing-report-waters-dd-menu a.sf-with-ul {
	padding-right: 2.5em;
	min-width: 1px;
}

.fishing-report-waters-dd-menu .sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 15px;
	height: 15px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/img/dd-open.gif') no-repeat 0 3px;
}

.fishing-report-waters-dd-menu a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 3px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
.fishing-report-waters-dd-menu a:focus > .sf-sub-indicator,
.fishing-report-waters-dd-menu a:hover > .sf-sub-indicator,
.fishing-report-waters-dd-menu a:active > .sf-sub-indicator,
.fishing-report-waters-dd-menu li:hover > a > .sf-sub-indicator,
.fishing-report-waters-dd-menu li.sfHover > a > .sf-sub-indicator {
	background-position: 0 3px; /* arrow hovers for modern browsers*/
}

.fishing-report-waters-dd-menu > li > a > .sf-sub-indicator {
	top: 4px;
	right:5px;
}

.fishing-report-waters-dd-menu li a .sf-sub-indicator {
	top: 4px;
	right:5px;
}

.fishing-report-waters-dd-menu li li a .sf-sub-indicator {
	top: .8em;
}

/* point right for anchors in subs */
.fishing-report-waters-dd-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.fishing-report-waters-dd-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.fishing-report-waters-dd-menu ul a:focus > .sf-sub-indicator,
.fishing-report-waters-dd-menu ul a:hover > .sf-sub-indicator,
.fishing-report-waters-dd-menu ul a:active > .sf-sub-indicator,
.fishing-report-waters-dd-menu ul li:hover > a > .sf-sub-indicator,
.fishing-report-waters-dd-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* Dropdown navigation for waters of Fishing Reports - End *//* Photo gallery Side search */
#side-photo-gallery-search-form {
	margin: 0 !important;
	padding: 0 !important;
}

div#side-photo-gallery-search {
	background-color: #D9D7D1;
	padding: 10px;
}

div#side-photo-gallery-search div#side-photo-gallery-search-title {
	color: #631004;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
}

/* Photo gallery Side navigation */
div#side-photo-gallery-menu {
	background-color: #DEDDD8; /*#EDECE3;*/
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#side-photo-gallery-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

div#side-photo-gallery-menu a {
	text-decoration: none !important;
	font-size: 12px;
	font-family: arial;
}

li.photo-gallery-nav-cat {
	padding-left: 0px;
}

li.photo-gallery-nav-cat a {
	color: #313131 !important;
}

li.photo-gallery-nav-cat div {
	padding-left: 15px;
	line-height: 18px;
}

li.photo-gallery-nav-cat div.opened {
	background-color: #F8F7F4;
}

li.photo-gallery-nav-cat div.opened a {
	color: #000000 !important;
	font-weight: bold;
}

ul.photo-gallery-nav-sub {
	padding-left: 30px !important;
}

ul.photo-gallery-nav-sub li a {
	color: #570D03 !important;
	line-height: 18px;
}

/* Photo gallery styles */
div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel ul#module-photo-gallery-categories{
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom:20px;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel ul#module-photo-gallery-categories li {
	padding-right: 5px;
	margin: 0px;
	float:left;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-gallery{
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-box{
	padding:0px;
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-box a img{
	display: inline;
	background:transparent url(../img/shadow.gif) no-repeat scroll right bottom !important;
	border: 0;
	border-left: 1px solid #EEEEEE !important;
	border-top: 1px solid #EEEEEE !important;
	padding: 4px 10px 10px 4px !important;
	margin: 0 !important;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-title{
	padding:0px;
	padding-bottom:5px;
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-nav{
	clear:both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

div#module-photo-gallery-panel img{
	background:transparent url(../img/shadow.gif) no-repeat scroll right bottom !important;
	border: 0;
	border-left: 1px solid #EEEEEE !important;
	border-top: 1px solid #EEEEEE !important;
	padding: 4px 10px 10px 4px !important;
	margin: 0 !important;
}

div#module-photo-gallery-panel a:link,
div#module-photo-gallery-panel a:visited,
div#module-photo-gallery-panel a:active {
	color: #000000;
	text-decoration: underline;
}

div#module-photo-gallery-panel a:hover {
	color: #666666;
	text-decoration: underline;
}
div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel a.previous_link,
div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel a.next_link {
	margin-right: 10px;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content {
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content img.photo_gallery_image {
	margin: auto;
	background:transparent url(../img/shadow.gif) no-repeat scroll right bottom !important;
	border: 0;
	border-left: 1px solid #EEEEEE !important;
	border-top: 1px solid #EEEEEE !important;
	padding: 4px 10px 10px 4px !important;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content p.description {
	text-align: justify;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content .categories-description {
	text-align: justify;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content .categories-description-title {
	font-weight: bold;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .back-link{
	text-align: justify;
	padding: 0 0 15px 0;
}


/* SEARCH */
#side-photo-gallery-search .search-wrapper {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 5px;
	position: relative;
	width: 140px;
	padding: 0px;
	height: 16px;
	padding-top: 2px;
	border: 1px solid black;
}

#side-photo-gallery-search input.g-prettysearch {
	height: 16px;
	width: 115px;
	border: 1px solid #ffffff;
}

#side-photo-gallery-search .search-wrapper input.g-prettysearch {
	border:0px none;
	font-family:"Lucida Grande",Geneva,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0px;
	padding:3px 0 0;
}

#side-photo-gallery-search .search-wrapper .reset {
	background:transparent url(../img/nav/close.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:4px;
	width:11px;
	z-index:1;
}

#side-photo-gallery-search .search-wrapper input.g-prettysearch {
	position: absolute;
	width: 280px
	top: 0;
	left: 5px;
	border: 0px;
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
}

/* SEARCH RESULTS */
#side-photo-gallery-search #globalsearch {
	position:absolute;
	width:328px;
	display: none;
	text-align: left;
	z-index: 1;
}

#side-photo-gallery-search #globalsearch .inside {
	width:328px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	line-height:1px;
	font-size:1px;
}

#side-photo-gallery-search #globalsearch .resultCat {
	position:relative;
	color:#F6F6F6;
	background:#919191;
	width:308px;
	height:8px;
	margin:0;
	padding-bottom: 12px;
	width: 302px;
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	border:1px none #FB6BFF;
}

#side-photo-gallery-search ul.sp-results {
	background: #E4E4E4;
	color:#333333;
	padding:0;
	margin:0;
	width:321px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

#side-photo-gallery-search ul.sp-results li {
	margin: 0;
	margin: 0 0 -3px 0;
	padding: 5px 10px 15px 10px;
	list-style-type:none;
	height:5.6em;
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	
	width:300px;
	clear: both;
	
	overflow: hidden;
}

#side-photo-gallery-search ul.sp-results li.viewall {
	width:302px;
	height:18px;
	text-align:right;
	color:#000000;
	background:#a7a7a7;
	border-style:none;
}

#side-photo-gallery-search ul.sp-results li.viewall a {
	color:#FFFFFF;
	padding-right:23px;
	background:transparent url(../img/nav/shortcuts_arrow.gif) no-repeat scroll 99% 50%;
	padding-top:3px;
	padding-bottom:3px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

#side-photo-gallery-search ul.sp-results li.finish {
	width:300px;
	height:20px;
	text-align:right;
	color:#000000;
	position:absolute;
	left:0px;
	border-style:none;
}

#side-photo-gallery-search ul.sp-results li.hoverli {
	background:#b7b7b7 none repeat-x;
	color:#FFFFFF;
	cursor:pointer;
}

#side-photo-gallery-search ul.sp-results li.hoverli h4 a {
	color:#FFFFFF;
}

#side-photo-gallery-search ul.sp-results li.hoverli p {
	color:#F1F1F1;
}

#side-photo-gallery-search ul.sp-results img{
	margin-right:4px;
}

#side-photo-gallery-search ul.sp-results li span {
	display:block;
	width:220px;
}

#side-photo-gallery-search ul.sp-results li h4 {
	margin:0;
	font-size:11px;
	font-weight:bold;
}

#side-photo-gallery-search ul.sp-results li p {
	margin:0pt;
	font-size:10px;
	overflow:hidden;
	height:2.7em;
	color:#555555;
}

#side-photo-gallery-search ul.sp-results li a {
	color:#606060;
	text-decoration:none;
}

#side-photo-gallery-search ul.sp-results li a:hover {
	text-decoration:none;
}

#side-photo-gallery-search ul.sp-results li div.sp-result-img {
	float: left;
	overflow: hidden;
	height: 6.5em;
}

#side-photo-gallery-search ul.sp-results li img, ul.sp-results li .replacementimg {
	float: left;
	width:46px;
}

#side-photo-gallery-search ul.sp-results li h4 a {
	color:#191919;
	text-transform:uppercase;
}

#side-photo-gallery-search ul.sp-results li.viewall.hover {
}

#side-photo-gallery-search #sp-search-spinner {
	position:absolute;
	top:13px;
	right:16px;
	z-index:10;
	display:none;
}

#side-photo-gallery-search #sp-search-cancel img {
	cursor:pointer;
}

#side-photo-gallery-search #sp-result-none.viewall {
	bottom: -27px;
}
#side-photo-gallery-search #sp-result-none.viewall a {
	font-size:10px;
}

/* Gallereffic styles (jquery gallery) */
div#module-photo-gallery-panel div.galleriffic-box {
	font-size: 11px !important;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
}

div#module-photo-gallery-panel div.galleriffic-box div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:450px;
}

div#module-photo-gallery-panel div.galleriffic-box div.controls {
	margin-top: 3px;
	height: 23px;
}

div#module-photo-gallery-panel div.galleriffic-box div.ss-controls {
	float: left;
}

div#module-photo-gallery-panel div.galleriffic-box div.ss-controls span {
	color: #666666;
	cursor: pointer;
}

div#module-photo-gallery-panel div.galleriffic-box div.nav-controls {
	float: right;
}

div#module-photo-gallery-panel div.galleriffic-box div.nav-controls a {
	padding: 5px;
}

div#module-photo-gallery-panel div.galleriffic-box div.slideshow-container {
}

div#module-photo-gallery-panel div.galleriffic-box div.loader {
	/*
	background: url('../img/galleriffic-loader.gif') no-repeat center center;
	width: 550px;
	height: 100%
	*/
	background: url('../img/galleriffic-loader.gif') no-repeat left center;
	height:200px;
	margin:auto;
	padding-left:20px;
	padding-top:190px;
	width:130px;
}

div#module-photo-gallery-panel div.galleriffic-box div.slideshow {
	clear: both;
	/*display: none;*/
}

div#module-photo-gallery-panel div.galleriffic-box div.slideshow span.image-wrapper {
	text-align: center;
	padding-bottom: 12px;
	display: block;
	margin: auto;
}

div#module-photo-gallery-panel div.galleriffic-box div.download {
	float: right;
	margin-top: 4px;
}

div#module-photo-gallery-panel div.galleriffic-box div.embox {
	display: none;/**/
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}

div#module-photo-gallery-panel div.galleriffic-box div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div#module-photo-gallery-panel div.galleriffic-box div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div#module-photo-gallery-panel div.galleriffic-box div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	width: 150px;
	float: left;
	display: block;
}

div#module-photo-gallery-panel div.galleriffic-box ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

div#module-photo-gallery-panel div.galleriffic-box ul.thumbs li {
	float: left;
	width: 65px;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

div#module-photo-gallery-panel div.galleriffic-box ul.thumbs a:focus {
	outline: none;
}

div#module-photo-gallery-panel div.galleriffic-box a img {
	border-color:#EEEEEE -moz-use-text-color -moz-use-text-color #EEEEEE !important;
	border-style:solid none none solid !important;
	border-width:1px medium medium 1px !important;
	padding:4px 10px 10px 4px !important;
	margin: 0 !important;
}

div#module-photo-gallery-panel div.galleriffic-box img {
	background:transparent url(../img/shadow.gif) no-repeat scroll right bottom !important;
	border: 0;
	border-left: 1px solid #EEEEEE !important;
	border-top: 1px solid #EEEEEE !important;
	padding: 4px 10px 10px 4px !important;
	margin: 0 !important;
}

div#module-photo-gallery-panel div.galleriffic-box .folders ul.thumbs {
	text-align: center;
}

div#module-photo-gallery-panel div.galleriffic-box .folders ul.thumbs li {
	display:block;
	height:120px;
	margin:10px;
	width:105px;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination {
	clear: both;
}

div#module-photo-gallery-panel div.galleriffic-box div.navigation div.top {
	margin-bottom: 12px;
	height: 10px;
}

div#module-photo-gallery-panel div.galleriffic-box div.navigation div.bottom {
	margin-top: 12px;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination a,
div#module-photo-gallery-panel div.galleriffic-box div.pagination span.current {
	border: 0;
	display: block;
	float: left;
	margin-right: 0 !important;
	padding: 3px 3px;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination a:hover {
	background-color: #ffc;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination span.current {
	font-weight: bold;
}

div#module-photo-gallery-panel div.galleriffic-box p {
	margin: 0;
	padding: 0;
}

div#module-photo-gallery-panel div.galleriffic-box a {
	color:#af2639 !important;
	text-decoration:none !important;
}

div#module-photo-gallery-panel div.galleriffic-box a:hover{
	text-decoration:underline !important;
}

/* SimpleViewer styles (flash gallery) */
div#module-photo-gallery-panel #flashcontent {
	width: 100%;
	height: 820px;
}/* Report styles */
#module-report-panel {
	font-family: arial;
	font-size: 12px;
}
#module-report-panel form {
	padding: 0;
	margin: 0;
}

#module-report-panel .required {
	color:#FF0000;
}

#module-report-panel .title {
	color: #313131;
	font-weight: bold;
	padding: 0 0 5px 2px;
}

#module-report-panel .description {
	padding: 15px 0 20px 2px;
}

#module-report-panel ul.report-list {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	list-style: none;
}

#module-report-panel ul.report-list li {
	padding: 0;
	padding: 0px 0px 10px 2px;
	margin: 0;
}

#module-report-panel .editable-table {
}

#module-report-panel .editable-table tr.error-line td {
	padding-bottom: 5px;
}

#module-report-panel .editable-table tr.buttons-line td {
	padding-top: 10px;
}

/* Paging */
div.report-paging {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	clear: both;
	color: #606060;
	text-align: right;
	line-height:24px;
}

div.report-paging .report-paging-result {
	padding-right: 0px !important;
}

div.report-paging .report-paging-pages {
	padding-left: 30px !important;
}

div.report-paging a , div.report-paging b {
	padding:2px 5px 2px 5px;
	border:1px solid #aaaaaa;
	text-decoration: none !important;
	margin: 0 2px 0 2px;
	background-color: #ffffff;
	height:16px;
}

div.report-paging a {
}

div.report-paging .next {
	display:inline;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}

div.report-paging .previous {
	display:inline;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}/* Water data styles */
#side-waterdata-current-data {
/*	background-color: #EDEAE3;*/
	margin: 0;
	padding:10px;
	padding-right:2px;
	clear: both;
	text-align: left !important;
}

#side-waterdata-current-data-title {
color:#2F1901;
	font-family:"Arial Narrow", Arial;
	letter-spacing: .02em;
	font-size:28px;
	text-transform: uppercase;
}

ul#side-waterdata-current-data-list {
	font-family: arial;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	clear: both;
}

ul#side-waterdata-current-data-list li.site-title {
	font-size: 11px;
	font-weight: bold;
color: #825B0F;
}

ul#side-waterdata-current-data-list li.site-desc {
	font-size: 10px;
	margin-bottom: 10px;
	color: #555555;
}

#module-waterdata-panel {
	font-family: arial;
	font-size: 12px;
}

#module-waterdata-panel a {
}

#module-waterdata-panel .float-left {
	float: left;
}

#module-waterdata-panel .float-right {
	float: right;
}

div#module-waterdata-panel table.current-data {
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

div#module-waterdata-panel table.current-data tr td{
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	padding: 3px;
}

div#module-waterdata-panel table.current-data tr.tb_caption{
	background-color: #761305;
	color: #ffffff;
	height: 16px;
}

div#module-waterdata-panel table.current-data tr{
	background-color: #eeeeee;
}

/* Dropdown navigation for waters of Fishing Reports - Start */
div#waterdata-sites-dd {
	margin: 0 0 20px 0;
	padding: 0;
	position:relative;
	width:150px;
	height: 35px;
	z-index: 999;
}

.waterdata-sites-dd-menu, .waterdata-sites-dd-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px !important;
}

.waterdata-sites-dd-menu {
	text-transform:uppercase;
	font-family: helvetica;
	line-height:20px;
}

.waterdata-sites-dd-menu ul {
	position: absolute;
	top: -999em;
	width: 25em; /* left offset of submenus need to match (see below) */
}

.waterdata-sites-dd-menu ul li {
	width: 100%;
}

.waterdata-sites-dd-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.waterdata-sites-dd-menu li {
	float: left;
	position: relative;
}
.waterdata-sites-dd-menu a {
	display: block;
	position: relative;
}
.waterdata-sites-dd-menu li:hover ul,
.waterdata-sites-dd-menu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	/*top: 31px;*/
	z-index: 99;
}
ul.waterdata-sites-dd-menu li:hover li ul,
ul.waterdata-sites-dd-menu li.sfHover li ul {
	top: -999em;
}
ul.waterdata-sites-dd-menu li li:hover ul,
ul.waterdata-sites-dd-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.waterdata-sites-dd-menu li li:hover li ul,
ul.waterdata-sites-dd-menu li li.sfHover li ul {
	top: -999em;
}
ul.waterdata-sites-dd-menu li li li:hover ul,
ul.waterdata-sites-dd-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** SKIN ***/
.waterdata-sites-dd-menu {
	float: left;

}
.waterdata-sites-dd-menu a {
}

.waterdata-sites-dd-menu a, .waterdata-sites-dd-menu a:visited  {
}

.waterdata-sites-dd-menu li {
	font-size: 14px;
	background: #342D27;
	cursor: pointer;
}

.waterdata-sites-dd-menu li li ,
.waterdata-sites-dd-menu li li li {
	background: #342D27;
	opacity: .90;
	filter: alpha(opacity = 90);
}

.waterdata-sites-dd-menu li a {
	color: #ffffff !important;
	margin: 4px 0;
	/*margin: .35em 0;*/
	/*margin: .44em 0;*/
	padding: 0 10px;
	text-decoration: none !important;
}

.waterdata-sites-dd-menu li li a,
.waterdata-sites-dd-menu li li li a {
	color: #cccccc !important;
	border: 0;
	margin: .35em 0;
	padding: 0 10px;
	text-decoration:none  !important;
}

.waterdata-sites-dd-menu li.main-item a {
	height: 21px;
}

.waterdata-sites-dd-menu li:hover, .waterdata-sites-dd-menu li.sfHover,
.waterdata-sites-dd-menu a:focus, .waterdata-sites-dd-menu a:hover, .waterdata-sites-dd-menu a:active {
	outline: 0;
	text-decoration: none  !important;
	color: #ffffff !important;
}

/*** arrows **/
.waterdata-sites-dd-menu a.sf-with-ul {
	padding-right: 2.5em;
	min-width: 1px;
}

.waterdata-sites-dd-menu .sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 15px;
	height: 15px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/img/dd-open.gif') no-repeat 0 3px;
}

.waterdata-sites-dd-menu a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 3px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
.waterdata-sites-dd-menu a:focus > .sf-sub-indicator,
.waterdata-sites-dd-menu a:hover > .sf-sub-indicator,
.waterdata-sites-dd-menu a:active > .sf-sub-indicator,
.waterdata-sites-dd-menu li:hover > a > .sf-sub-indicator,
.waterdata-sites-dd-menu li.sfHover > a > .sf-sub-indicator {
	background-position: 0 3px; /* arrow hovers for modern browsers*/
}

.waterdata-sites-dd-menu > li > a > .sf-sub-indicator {
	top: 4px;
	right:5px;
}

.waterdata-sites-dd-menu li a .sf-sub-indicator {
	top: 4px;
	right:5px;
}

.waterdata-sites-dd-menu li li a .sf-sub-indicator {
	top: .8em;
}

/* point right for anchors in subs */
.waterdata-sites-dd-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.waterdata-sites-dd-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.waterdata-sites-dd-menu ul a:focus > .sf-sub-indicator,
.waterdata-sites-dd-menu ul a:hover > .sf-sub-indicator,
.waterdata-sites-dd-menu ul a:active > .sf-sub-indicator,
.waterdata-sites-dd-menu ul li:hover > a > .sf-sub-indicator,
.waterdata-sites-dd-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* Dropdown navigation for waters of Fishing Reports - End *//* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
	display: none;
	
	position: fixed;
	top: 20%;
	left: 50%;
	
	margin-left: -250px;
	width: 400px;
	height:360px;
	
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 0px;
	/*z-index: 1000;*/
	
	/*
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	
	margin-left: -250px;
	width: 400px;
	height:340px;
	
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 0px;
	z-index: 1000;
	*/
}

.jqmOverlay {
	background-color: #000;
	/*display:none;*/
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
	top: expression(this.parentNode.offsetWidth+'px');
	left: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
   Star selector used to hide definition from browsers other than IE6
   For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}