/* Views Module by Mike-N-Tosh(TM) css $Revision: 003 $ */

/* Gallery view */
#gallery
{
	display: inline-block;
	/* added */
	width: 100%;
}
.gallery_box
{
	width: 150px;
	float: left;
	height: 185px;
	display: block;
	padding: 5px;
	border-color: #ccc;
	border-width: thin;
	border-style: solid;
	text-align: center;
	margin-top: 8px;
	margin-left: 8px;
	background-color: #F1F1F1;
}
.gallery_title
{
	clear: both;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	margin: 0 auto;
	height: 28px;
	overflow: hidden;
}
.gallery_title a
{
	text-decoration: none;
	clear: both;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	margin: 0 auto;
	height: 28px;
	overflow: hidden;
}
.gallery_img
{
	text-align: center;
	margin: 0 auto;
	padding: 6px 5px 0px 5px;
	display:block;
	overflow:hidden;
}

.gallery_img a img
{
	border:3px double #999999;
	overflow:hidden;
}
.gallery_price
{
	width: 100%;
	text-align: center;
	overflow: hidden;
	color:#6D8F35;
	padding:0px 2px 2px 2px;
	padding-top: 0px;
	margin-top: 0px;
}

/* views panel and tabs */

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/

.ui-helper-hidden
{
	display: none;
}

.ui-helper-hidden-accessible
{
	position: absolute;
	left: -99999999px;
}

.ui-helper-reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-helper-clearfix
{
	display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix
{
	height: 1%;
}

.ui-helper-clearfix
{
	display: block;
}

/* end clearfix */
.ui-helper-zfix
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled
{
	cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon
{
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/

/* Component containers
----------------------------------*/

.ui-widget
{
	/*{ffDefault}*/
	font-family: Verdana,Arial,sans-serif;
	/*{fsDefault}*/
	font-size: 1.1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
	/*{ffDefault}*/
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}

.ui-widget-content
{
	/*{borderColorContent}*/
	border: 1px solid #aaaaaa;
	/*{bgColorContent}*/
	/*{bgImgUrlContent}*/
	/*{bgContentXPos}*/
	/*{bgContentYPos}*/
	/*{bgContentRepeat}*/
	background: #ffffff;
	/*{fcContent}*/
	color: #222222;
}

.ui-widget-content a
{
	/*{fcContent}*/
}

.ui-widget-header
{
	/*{borderColorHeader}*/
	border: 1px solid #aaaaaa;
	/*{bgColorHeader}*/
	/*{bgImgUrlHeader}*/
	/*{bgHeaderXPos}*/
	/*{bgHeaderYPos}*/
	/*{bgHeaderRepeat}*/
	background: #f4f4f4;
	/*{fcHeader}*/
	color: #222222;
	font-weight: bold;
}

.ui-widget-header a
{
	/*{fcHeader}*/
	color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default
{
	/*{borderColorDefault}*/
	border: 1px solid #d3d3d3;
	/*{bgColorDefault}*/
	/*{bgImgUrlDefault}*/
	/*{bgDefaultXPos}*/
	/*{bgDefaultYPos}*/
	/*{bgDefaultRepeat}*/
	background: #e6e6e6;
	/*{fwDefault}*/
	font-weight: normal;
	/*{fcDefault}*/
	color: #555555;
	outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
	/*{fcDefault}*/
	color: #555555;
	text-decoration: none;
	outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus
{
	/*{borderColorHover}*/
	border: 1px solid #999999;
	/*{bgColorHover}*/
	/*{bgImgUrlHover}*/
	/*{bgHoverXPos}*/
	/*{bgHoverYPos}*/
	/*{bgHoverRepeat}*/
	background: #dadada;
	/*{fwDefault}*/
	font-weight: normal;
	/*{fcHover}*/
	color: #212121;
	outline: none;
}

.ui-state-hover a, .ui-state-hover a:hover
{
	/*{fcHover}*/
	color: #212121;
	text-decoration: none;
	outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active
{
	/*{borderColorActive}*/
	border: 1px solid #aaaaaa;
	/*{bgColorActive}*/
	/*{bgImgUrlActive}*/
	/*{bgActiveXPos}*/
	/*{bgActiveYPos}*/
	/*{bgActiveRepeat}*/
	background: #ffffff;
	/*{fwDefault}*/
	font-weight: normal;
	/*{fcActive}*/
	color: #212121;
	outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
	/*{fcActive}*/
	color: #212121;
	outline: none;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight, .ui-widget-content .ui-state-highlight
{
	/*{borderColorHighlight}*/
	border: 1px solid #fcefa1;
	/*{bgColorHighlight}*/
	/*{bgImgUrlHighlight}*/
	/*{bgHighlightXPos}*/
	/*{bgHighlightYPos}*/
	/*{bgHighlightRepeat}*/
	background: #fbf9ee;
	/*{fcHighlight}*/
	color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a
{
	/*{fcHighlight}*/
	color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error
{
	/*{borderColorError}*/
	border: 1px solid #cd0a0a;
	/*{bgColorError}*/
	/*{bgImgUrlError}*/
	/*{bgErrorXPos}*/
	/*{bgErrorYPos}*/
	/*{bgErrorRepeat}*/
	background: #fef1ec;
	/*{fcError}*/
	color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a
{
	/*{fcError}*/
	color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text
{
	/*{fcError}*/
	color: #cd0a0a;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled
{
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary
{
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary
{
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl
{
	/*{cornerRadius}*/
	-moz-border-radius-topleft: 4px;
	/*{cornerRadius}*/
	-webkit-border-top-left-radius: 4px;
}

.ui-corner-tr
{
	/*{cornerRadius}*/
	-moz-border-radius-topright: 4px;
	/*{cornerRadius}*/
	-webkit-border-top-right-radius: 4px;
}

.ui-corner-bl
{
	/*{cornerRadius}*/
	-moz-border-radius-bottomleft: 4px;
	/*{cornerRadius}*/
	-webkit-border-bottom-left-radius: 4px;
}

.ui-corner-br
{
	/*{cornerRadius}*/
	-moz-border-radius-bottomright: 4px;
	/*{cornerRadius}*/
	-webkit-border-bottom-right-radius: 4px;
}

.ui-corner-top
{
	/*{cornerRadius}*/
	-moz-border-radius-topleft: 4px;
	/*{cornerRadius}*/
	-webkit-border-top-left-radius: 4px;
	/*{cornerRadius}*/
	-moz-border-radius-topright: 4px;
	/*{cornerRadius}*/
	-webkit-border-top-right-radius: 4px;
}

.ui-corner-bottom
{
	/*{cornerRadius}*/
	-moz-border-radius-bottomleft: 4px;
	/*{cornerRadius}*/
	-webkit-border-bottom-left-radius: 4px;
	/*{cornerRadius}*/
	-moz-border-radius-bottomright: 4px;
	/*{cornerRadius}*/
	-webkit-border-bottom-right-radius: 4px;
}

.ui-corner-right
{
	/*{cornerRadius}*/
	-moz-border-radius-topright: 4px;
	/*{cornerRadius}*/
	-webkit-border-top-right-radius: 4px;
	/*{cornerRadius}*/
	-moz-border-radius-bottomright: 4px;
	/*{cornerRadius}*/
	-webkit-border-bottom-right-radius: 4px;
}

.ui-corner-left
{
	/*{cornerRadius}*/
	-moz-border-radius-topleft: 4px;
	/*{cornerRadius}*/
	-webkit-border-top-left-radius: 4px;
	/*{cornerRadius}*/
	-moz-border-radius-bottomleft: 4px;
	/*{cornerRadius}*/
	-webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all
{
	/*{cornerRadius}*/
	-moz-border-radius: 4px;
	/*{cornerRadius}*/
	-webkit-border-radius: 4px;
}

/* Overlays */
.ui-widget-overlay
{
	/*{bgColorOverlay}*/
	/*{bgImgUrlOverlay}*/
	/*{bgOverlayXPos}*/
	/*{bgOverlayYPos}*/
	/*{bgOverlayRepeat}*/
	background: #aaaaaa;
	opacity: .3;
	/*{opacityOverlay}*/
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow
{
	/*{offsetTopShadow}*/
	/*{offsetLeftShadow}*/
	margin: -8px 0 0 -8px;
	/*{thicknessShadow}*/
	padding: 8px;
	/*{bgColorShadow}*/
	/*{bgImgUrlShadow}*/
	/*{bgShadowXPos}*/
	/*{bgShadowYPos}*/
	/*{bgShadowRepeat}*/
	background: #aaaaaa;
	opacity: .3;
	/*{opacityShadow}*/
	filter: Alpha(Opacity=30);
	/*{cornerRadiusShadow}*/
	-moz-border-radius: 8px;
	/*{cornerRadiusShadow}*/
	-webkit-border-radius: 8px;
}

/* Tabs
----------------------------------*/

.ui-tabs
{
	padding: .2em;
	zoom: 1;
}

.ui-tabs .ui-tabs-nav
{
	list-style: none;
	position: relative;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li
{
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li a
{
	float: left;
	text-decoration: none;
	padding: .5em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	padding-bottom: 1px;
	border-bottom-width: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
	cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel
{
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background: none;
}

.ui-tabs .ui-tabs-hide
{
	display: none !important;
}

/* for the upgrades */
div.gallery_box.featured, div.featured
{
	background-color: #F1F1F1;
}

div.gallery_box.bold, div.bold
{
	font-weight: bold;
}

div.gallery_box.highlighted, div.highlighted
{
	background-color: #FFF7D2;
}

h1 {
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
h2 {
    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
#header h2 {
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
h3 {
    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
h4 {
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.styleprice a {
	font-weight: normal;
	font-family: Arial,Verdana,sans-serif;
	font-size: 15px;
	color:#6D8F35;
	text-decoration: none;
}

.styledate a {
	font-weight: normal;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}

.stylestate a {
	font-weight: normal;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
}

.titlelink{
	font-family: Arial,Verdana,sans-serif;
	font-size: 15px;
	text-indent: 5px;
	padding: 5px;
	text-decoration: none;
}
a.titlelink:link { color:#0033CC; font-size: 15px; }
a.titlelink:visited{ color:#0033CC; }
a.titlelink:hover { color: #0085CF; text-decoration: underline;}

.shortdescribe{
	font-size: 10px;
	text-indent: 15px;
	padding: 3px;
	color:#666
}