/* Designed by François PLANQUE - http://fplanque.net/ */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */


.grayimage { 
opacity: .75; 
filter: alpha(opacity=75); 
} 

div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     position: relative;
     width: 100%;
}
div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
div.box_background {
     background-color: #FFFFFF;
     height: 100%;
     filter:alpha(opacity=75); /* IE's opacity*/
     left: 0px;
     opacity: 0.75;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}

div.box_background2 {
     background-color: #E8E8E3;
     height: 100%;
     filter:alpha(opacity=75); /* IE's opacity*/
     left: 0px;
     opacity: 0.75;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}


/* Hyperlink Styles */
a.standard
{color:#0033CC; text-decoration:underline;}
a.standard:hover  
{color:#800000; text-decoration:underline;}
a.vtextwhite
{font-size:11px; font-family:Verdana,arial; color:#ffffff; text-decoration:none;}
a.vtextwhite:hover
{font-size:11px; font-family:Verdana,arial; color:#FFCC00; text-decoration:none;}
a.vtext10white
{font-size:10px; font-family:Verdana,arial; color:#ffffff; text-decoration:none;}
a.vtext10white:hover
{font-size:10px; font-family:Verdana,arial; color:#FFCC00; text-decoration:none;}
a.vtext
{font-size:11px; font-family:Verdana,arial; color:#000000; text-decoration:none;}
a.vtextgrey
{font-size:11px; font-family:Verdana,arial; color:#333333; text-decoration:none;}
a.atextwhite:link
{font-size:12px; font-family:Arial; color:#ffffff; text-decoration:none;font-weight:bold;}
a.atextwhite:hover
{font-size:12px; font-family:Arial; color:#FF0000; text-decoration:none;font-weight:bold;}
a.vtextblue
{font-size:10px; font-family:Verdana,arial; color:#0000FF; text-decoration:none;}
a.vtextblue:hover
{font-size:10px; font-family:Verdana,arial; color:#800000; text-decoration:none;}
a.product_title
{font-size:10px; font-family:Verdana,arial; color:#04049B; text-decoration:none;font-weight:bold;}
a.product_title:hover
{font-size:10px; font-family:Verdana,arial; color:#800000; text-decoration:none;font-weight:bold;}

/* Table Styles */
.table_row_0
{background: #E8E8E3;}
.table_row_1
{background: #FFFFFF;}
.display_box
{border-left:1px solid #526108;border-right:1px solid #526108;border-bottom:0px solid #526108;border-top:1px solid #526108;}
.product_image
{border-left:1px solid #526108;border-right:1px solid #526108;border-bottom:1px solid #526108;border-top:1px solid #526108;}

/* Text Styles */

.vtextwhite
{font-size:11px; font-family:Verdana,arial; color:#ffffff; text-decoration:none;}
.vtextblue
{font-size:11px; font-family:Verdana,arial; color:#0000FF; text-decoration:none;}
.vtext
{font-size:11px; font-family:Verdana,arial; color:#000000; text-decoration:none;}
.vtext10
{font-size:10px; font-family:Verdana,arial; color:#000000; text-decoration:none;}
.vtext10white
{font-size:10px; font-family:Verdana,arial; color:#ffffff; text-decoration:none;}
.subcat_listing
{font-size:10px; font-family:Verdana,arial; color:#000000; text-decoration:none;margin-left:6px;}
.vtext10red
{font-size:10px; font-family:Verdana,arial; color:#FF0000; text-decoration:none;}
.boxheader
{font-size:12px; font-family:Arial; color:#ffffff; text-decoration:none;font-weight:bold;margin-top:2px;}
.boxfooter
{font-size:12px; font-family:Arial; color:#000000; text-decoration:none;font-weight:bold;margin-top:2px;}
.product_title
{font-size:10px; font-family:Verdana,arial; color:#04049B; text-decoration:none;font-weight:bold;margin-left:0px;margin-top:5px;margin-bottom:5px;}
.product_copy
{font-size:10px; font-family:Verdana,arial; color:#000000; text-decoration:none;margin-right:13px;margin-left:10px;margin-top:7px;margin-bottom:7px;}
.product_price
{font-size:12px; font-family:Verdana,arial; color:#FF0000; text-decoration:none;margin-right:13px;}
.product_price_cents
{font-size:10px; font-family:Verdana,arial; color:#FF0000; text-decoration:none;vertical-align: 20%;}
.product_status
{font-size:9px; font-family:Verdana,arial; color:#000000; text-decoration:none;margin-left:0px;}
.catalog_header
{font-size:16px; font-family:Verdana,arial; color:#000000; text-decoration:none;font-weight:bold;}

a {
	color:#0033CC; text-decoration:underline;
}

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

div.pageHeader h1 a,
div.pageHeader h1 a:visited {  /* IE6 */
	color: #526308;	
	text-decoration: none;
}
div.pageHeader h1 a:hover {
	text-decoration: underline;
}

h2 {
	color: #526308;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #526308;
	font-size: 120%;
}
h4 {
	color: #526308;
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color: #fff;
	width: 738px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid #C6CEA2;
	text-align: center;
	font-size: 74%;
	color: #888;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	color: #526308;
}

div#wrapper {

	width: 740px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	padding: 1ex;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #000;
	text-align: center;

}

div.pageHeader h1 {
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #526308;	
}

div.PageTop ul {

	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

div.top_menu ul {
	background-color: #C6CEA2;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.top_menu li {
	display: inline;
	padding: .5ex 0 .5ex 1em;
}
div.top_menu a {
	text-decoration: none;
	color: #000;
}
div.top_menu a:hover {
	text-decoration: underline;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #000;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: #9ae;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #9ae;
}

.widget_core_coll_tagline {
	color: #526308;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}

/* Styles for main area (left) */
h2 {
	margin: 1ex;
		color: #526308;
}


/* Styles for posts */
.bPosts {
	float: left;
	width: 480px;
	overflow: hidden;
	/* background: #090;*/
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #C6CEA2;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #526308;	
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


input.submit,
input.preview,
input.reset {
	background-color: #ffffff;

	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 259px;
	float: right;
	overflow: hidden;
	/* background: #900; */
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #C6CEA2;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #FFFFFF;
	border: 1px solid #eee;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,

.widget_core_coll_longdesc {
	/* background-color: #fee; */
	padding: 0;
	border-bottom: 0;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #526308;	
}


/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #C6CEA2;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #C6CEA2;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}