html, body {
	border: 0 none;
	margin:0;
	padding:0;
	height: 100%;
}

body 
{
	/*background-image:url(../img/bg.jpg);*/
	/*background-color:#FFFFFF;*/
        background:url(/app/webroot/userfiles/64/Image/859646_57209020_SDrgb.jpg) bottom left repeat-x;
	background-attachment:fixed;
}

/*Start PullDown Menu Styles*/

––––––––––––––––  /* Main menu */ ––––––––––––––––  

div#main_menu, .nav {
	width:900px;
	height:24px;
        background-image:url(/app/webroot/userfiles/64/Image/navbar.gif);
/*	background-color:#000000;*/
}

div#main_menu {
	border-bottom:0px solid #888888;
}

.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:1.25;
}
 
.nav li {
	float:left;
	list-style:none;
	position:relative;
	z-index:999;
	white-space:nowrap;
}

.nav a {
	display:block;
	float:left;
}

/* Main menu - Main items */
.nav li.main_item {
/*	background:#000000;*/
	border-right:1px #777777 solid;
	font-size:12px;
        font-weight:bold;
        letter-spacing: .3px;
	font-family:Arial, Helvetica, sans-serif;
}

.nav li.finish {
	border: 0px;
}

.nav a.main_item_link {
	height:19px;
	padding-top:5px;
	color: #cccccc;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
}

.nav li:hover,
.nav li.sfHover,
.nav a.main_item_link:focus, .nav a.main_item_link:hover, .nav a.main_item_link:active {
	background:#555555;
}

/* Main menu - Sub items */
.nav ul, .nav li li {
	background:#cccccc;
	border:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:16.45em;
}

.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
}

.nav li li a {
	color: #398135;
	text-align: left;
	text-decoration:none;
	text-transform:uppercase;
	padding: .40em 0em .40em 1em;
	border-top: 1px solid #CFDEFF;
	float:none;
	padding-right:0;
	width:15.45em;
white-space: normal;
}

.nav li li:hover,
.nav li li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#a2a2a2;
}

.nav li:hover ul, ul.nav li.sfHover ul {/* pure CSS hover is removed below */
	left:-1px;
	top:24px;
	/*top:2.2em;*/
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}

.nav li li:hover ul, ul.nav li li.sfHover ul { /* pure CSS hover is removed below */
	width:15.45em;
	left:16.45em;
	/*top:-1px;*/
	top:0px;
}

.superfish li:hover ul, .superfish li li:hover ul { /* following rule negates pure CSS hovers so submenu remains hidden and JS controls when and how it appears */
	top: -999em;
}


/*Sub menu items (horizontal style) */
div#main_submenu, .navbar {
	width: 830px;
	background: #cccccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.navbar {
	padding: 0;
	margin: 0;
}

.navbar li {
	float:left;
	list-style:none;
	line-height: 20px;
}

.navbar li a {
	color: #dd0055;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.navbar li a:focus,
.navbar li a:hover,
.navbar li a:active {
	text-decoration: underline;
}

.navbar li a.selected {
	font-weight: bold;
	color:#555555;
}

#main_submenu .cleared {
	font-size: 1px;
	height: 1px;
	clear:both;
}

/*Finish PullDown Menu Styles*/


/* Defines the black semi-transparent glow over the content */
div#glow
{
	margin-left:auto;
	margin-right:auto;
	width:930px;
}
div#top-glow
{
	padding-top:20px;
	width:930px;
	background-image:url(/app/webroot/userfiles/64/Image/top-glowSD.png);
	background-repeat:no-repeat;
}

div#bottom-glow
{
	height:65px;
	width:930px;
	background-image:url(/app/webroot/userfiles/64/Image/bottom-glowSD.png);
	background-repeat:no-repeat;
}

div#middle-glow
{
	width:930px;
	background-image:url(/app/webroot/userfiles/64/Image/middle-glowSD.png);
	background-repeat:repeat-y;
}

/* end */




/* middle content excluding header & footer */
div#content
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;	
}

/* Top image - 800x94px */
div#top-glow div#top-image
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:166px;
	background-image: url(/app/webroot/userfiles/64/Image/header-wood.jpg);
/*	height:94px;*/
/*	background-image: url(/app/webroot/userfiles/64/Image/homegrown_meats_logo.jpg);*/


}


/* Top horizontal menu styles - fixed 5 menu items , 20% width each */
div#content div#menu
{
	width:100%;
	background-color:#000000;
	height:24px;
	border-bottom:2px solid #888888;
	overflow:hidden;
}


/* important ! pre-calculated width - TODO JS recalculation  */
div#content div#menu div.nav-button
{
	float:left;
	width:158px;
	height:22px;
	padding-top:3px;
	text-align:center;
	border-right:1px #888888 dotted;
	white-space:nowrap;
}

div#content div#menu div.nav-button a
{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	
}


div#content div#menu div.nav-button a:hover
{
	text-decoration:underline;
}
/* last cell hass no right border */
.no-border
{
	border:0px none !important;
}

/* end */



/* Logo */
div#page-logo {
	display: none;
}

div#page-logo img {
	border: 0;
}

/* Header */
div#page-header {
	width:100%;
	height:166px;
	background-image:url(../img/page-header.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #888888;
}

/*
div#page-header div#header-title
{
	width:40%;
	padding-top:1em;
	float:right;
	text-align:left;
	
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	
}
*/

/* 2 or 3 column CSS layout */

div#content div#body 
{
	width:100%;
	background-color:#bdb9b1;
}

div#content div#body div#main-column
{
	width:71%;
	float:left;
	background-color:#FFFFFF;
/*	background-color:#DFDCD2*/
	min-height:400px;
	overflow:hidden;
	height:auto;
}

div#content div#body div#left-column
{
	width:29%;
	float:left;
	background-color:#bdb9b1;
	overflow:hidden;
	
}

div#content div#body div#right-column
{
	width:29%;
	float:right;
	background-color:#bdb9b1;
	overflow:hidden;
	
}

div#content div#body div#main-column div#main-column-header
{
	background-image:url(/app/webroot/userfiles/64/Image/main-column-headerSD.gif);
	background-repeat: repeat-x;
	background-color:#6DBF2D;
	height:40px;
	width:100%;
	border-bottom:1px solid #888888;
	padding-top:0px;
	font-family:Georgia;
}

/*
Main Column header
This header Text is substituted with Flash font (sIFR).

Note : font-family is Used in Flash (sIFR) text replacemnt. It is not a regular font, but one of special flash fonts in /fonts/ directory
Currently supported those fonts :
 - Brush
 - sans-bold
 - georgia
 - kozuka
 - stencil
 - hobo
 - minion-pro-cond
 - trajan-pro

*/
div#content div#body div#main-column div#main-column-header h1
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	font-size:20px;
	height:40px;
	

        /* Customize font */
	font-family:trajan-pro;
	
	font-weight:bold;
	color:#000000;
}

/* Main Column Content */
div#content div#body div#main-column div#main-column-content
{
	margin-right:20px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
}
/* End */

div#content div#body div#main-column div#main-column-content a
{
color: #64AB49;
}

/* 
Left Column Header 
see Notes for Main Column header

 */
div#content div#body div#left-column div#left-column-header
{
	background-image:url(../img/left-column-header.gif);
	background-repeat: repeat-x;
	background-color:#6DBF2D;
	height:40px;
	border-bottom:1px solid #888888;
	font-family:Georgia;

}

div#content div#body div#left-column div#left-column-header div#left-column-header-title h1
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	font-size:20px;
	height:35px;

	/* Customize font */
	font-family:trajan-pro;
	
	font-weight:bold;
	color:#ffffff;	

}

div#content div#body div#left-column div#left-column-header div#left-column-header-title
{
	padding-left:20px;
	color:#FFFFFF;
	font-size:20px;
	font-family:Georgia;
	margin-top:auto;
	margin-bottom:auto;	
	height:35px;
}

/* 
Right Column Header 
see Notes for Main Column header

 */
div#content div#body div#right-column div#right-column-header
{
	background-image:url(../img/right-column-header.gif);
	background-repeat: repeat-x;
	background-color:#6DBF2D;
	height:40px;
	border-bottom:1px solid #888888;
	font-family:Georgia;

}

div#content div#body div#right-column div#right-column-header div#right-column-header-title h1
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	font-size:20px;
	height:35px;

	/* Customize font */	
	font-family:trajan-pro;
	
	font-weight:bold;
	color:#ffffff;	

}

div#content div#body div#right-column div#right-column-header div#right-column-header-title
{
	padding-left:20px;
	color:#FFFFFF;
	font-size:20px;
	font-family:Georgia;
	margin-top:auto;
	margin-bottom:auto;	
	height:35px;
}
/* End */

div#content div#body div#left-column div#left-column-content
{
	margin:0px;
}

div#content div#body div#right-column div#right-column-content
{
	margin:0px;
	margin-top:13px;
	margin-left:13px;
	margin-bottom:13px;

}

/* End */


/* Side Column Main Navigation */
div#content div#body div#side-column-main-menu
{
	background-color: #EDEAE3;/*#A99D90;*/
	padding:10px;
	/*border-bottom:1px #A99D90 solid;*/
	font-family:Georgia;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

/* Side Column Main Navigation Lists */
div#content div#body div#side-column-main-menu ul
{
	color: #555555;
	margin:0;
	padding: 0;
	list-style:none;
	display:block;
}

div#content div#body div#side-column-main-menu li
{
	text-transform:capitalize;
}

/* Main list */
div#content div#body div#side-column-main-menu ul.nav-side-list
{
}

/* Main list items */
div#content div#body div#side-column-main-menu ul.nav-side-list li
{
}

/* Main list links */
div#content div#body div#side-column-main-menu ul.nav-side-list li a
{
}

/* Main names links */
div#content div#body div#side-column-main-menu .nav-side-list-item-name
{
}

div#content div#body div#side-column-main-menu .nav-side-list-item-name a
{
	color:#000000;
	text-decoration:none;
	color:#000000;
}

/* Sublist */
div#content div#body div#side-column-main-menu ul.nav-side-sublist
{
	margin: 0;
	padding: 5px 0 5px 15px;
	/*list-style:disc;*/
	list-style:none;
	display:block;
}

/* Sublist items */
div#content div#body div#side-column-main-menu ul.nav-side-sublist li
{
	margin:0;
	padding: 0;
}

/* Sublist links */
div#content div#body div#side-column-main-menu ul.nav-side-sublist li a
{
	margin:0;
	padding: 0;
	color:#555555;
	text-decoration:none;
}

div#content div#body div#side-column-main-menu ul.nav-side-sublist li.selected a
{
	color:#333333;
	text-decoration:underline;
}


/* Top Menu for subcategory at top of page content - Start */
div#main-column-content .top-subnav {
	display: none;
	/*display: block;*/
	padding: 3px 0 15px 0;
}

div#main-column-content .top-subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#main-column-content .top-subnav li {
	display: inline;
	color: #669933 !important;
}

div#main-column-content .top-subnav li span {
	padding: 0 10px;
}

div#main-column-content .top-subnav li a {
	color: #669933 !important;
	text-transform:uppercase;
	font-weight: bold  !important;
	font-size: 11px !important;
	text-decoration: none !important;
}

div#main-column-content .top-subnav li a:hover {
	text-decoration: underline !important;
}

/* Top Menu for subcategory at top of page content - End */

/* Horizontal Ruler */
div#content div#body div#side-column-main-menu div.hr
{
	height:1px;
	border-top:1px solid #45403d;
	font-size:1px;
	margin-top:5px;
	margin-bottom:5px;
}
/* End Side Column Main Navigation */

/* Side Column Navigation */
div#content div#body div#side-column-menu
{
	background-color:#ababab;
	padding:10px;
	border-bottom:1px #ffffff solid;
	font-family:Georgia;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	display:none;
}

/* Sub-categories list */
div#content div#body div#side-column-menu ul
{
	color:#555555;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-left:25px;
	list-style:disc;
	display:none;
	
}

div#content div#body div#side-column-menu li
{
	text-transform:capitalize;
}

div#content div#body div#side-column-menu li.current-page a
{
	color:#333333;
	/* text-transform:uppercase; */
	text-decoration:underline;
}

div#content div#body div#side-column-menu a.category-name
{
	color:#000000;
}

div#content div#body div#side-column-menu a.subcategory-name
{
	color:#000000;
}


/* Top Menu for subcategory at top of page content - Start */
div#main-column-content .top-subnav {
	display: none;
	/*display: block;*/
	padding: 3px 0 15px 0;
}

div#main-column-content .top-subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#main-column-content .top-subnav li {
	display: inline;
	color: #669933 !important;
}

div#main-column-content .top-subnav li span {
	padding: 0 10px;
}

div#main-column-content .top-subnav li a {
	color: #669933 !important;
	text-transform:uppercase;
	font-weight: bold  !important;
	font-size: 11px !important;
	text-decoration: none !important;
}

div#main-column-content .top-subnav li a:hover {
	text-decoration: underline !important;
}

/* Top Menu for subcategory at top of page content - End */

/* Horizontal Ruler */
div#content div#body div#side-column-menu div.hr
{
	height:1px;
	border-top:1px solid #45403d;
	font-size:1px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Category Link */
div#content div#body div#side-column-menu a
{
	color:#000000;
	text-decoration:none;
}

/* Subcategory element - Link */
div#content div#body div#side-column-menu li a
{
	color:#555555;
	text-decoration:none;
}


/* End Side Column Navigation */

div#footer
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:13px;
        letter-spacing: .5px;
        font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	padding-top:8px;
	padding-bottom:9px;
	background-image:url(/app/webroot/userfiles/64/Image/footer_background.gif);
/*	background-color:#000000;*/
}

div#footer a
{
color: #64AB49;
}


/* Supplemental styles */
table.form-fields tr td {
	padding: 2px 2px 2px 0;
}

.required {
	color: #ff0000;
}


.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.clear-all
{
	clear: both;
}

/* Left & Right Column Headings are replaced by flash , this style is applied to hidden content */
.flash-replaced div
{
	display:none;
}

/* Start Text styles */

.text-common
{
	font-family:Georgia;
	font-size:14px;
	text-align:justify;
}

.text-header
{
	font-size:22px;
	/*font-weight:bold;*/
letter-spacing: 0px;
line-height: 22px;
color: #000000;
	display:block;
	/*
	clear:both;	
	*/
}

.text-subheader
{
	font-size:14px;
	font-weight:bold;
	line-height: 16px;
	display:block;
	/*
	clear:both;	
	*/
}

img.text-image
{
	padding:8px;
	border:1px solid #000000;
	background-color:#ffffff;
	margin:10px;
}

.text-highlight
{
	background-color:#aaaaaa;
}

.text-bold
{
	font-weight:bold;
}

.text-underline
{
	text-decoration:underline;
}

.text-underline-dotted
{
	border-bottom:1px #000000 dotted;
}

.text-line-through
{
	text-decoration:line-through;;
}

.text-color-dark
{
	color:#222222;
}

.text-color-light
{
	color:#aaaaaa;
}

.text-color-light
{
	color:#999999;
}

.cakeSqlLog
{
	background-color:white;
}

/* End Text styles */

/* End */

.textfield {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}

.checkbox {
	border: 0px;
}

.button {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
	background-color: #eeeeee;
	cursor: pointer;
}

div#content div#body div#main-column div#main-column-content .error,
div#content div#body div#main-column div#main-column-content .error_message {
	color:#ff0000;
}

div.clear-both-line{
	clear:both;
	font-size: 1px;
}

img.transparent{
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Start Side Member Login styles */
div#side-member-login {
	background-color: #EDEAE3;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

div#side-member-login form {
	margin: 0 !important;
	padding: 0 !important;
}

ul.side-member-login-panel {
	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-member-login-panel li {
	margin: 0;
	list-style:none;
	padding: 2px 5px 8px 5px;
	clear: both;
	border: 0px solid black;
}

ul.side-member-login-panel li.header-line,
ul.side-member-login-panel li.footer-line {
	color:#ffffff;
	background:#a7a7a7;
	border-style:none;
	font-size: 11px;
	font-weight: bold;
}

ul.side-member-login-panel li.header-line {
	height:20px;
	padding:0;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	margin-bottom: 10px;
}

ul.side-member-login-panel li.footer-line {
	padding:0;
	margin-top: 5px;
	height:2px;
	line-height: 0px;
	font-size: 0px;
}

ul.side-member-login-panel li.title-line {
	padding:0;
	padding: 0px 5px 0px 5px;
}

ul.side-member-login-panel li.empty-line {
	padding:0;
	margin:0;
	height: 0px;
}

ul.side-member-login-panel input:disabled, ul.side-member-login-panel select:disabled {
	background-color: #D4D0C8;
	color: #808080;
	border-color: #808080;
}
/* End Side Member Login styles */

/* Start Member styles */
div#module-member-panel .title {
	font-weight: bold;
	margin: 0 0 5px 0;
}
/* End Member styles */



/* Flashes boxes styles - Start */
.flashBox {
	color:#000000;
	font-weight: bold;
	padding: 12px 15px;
	margin:5px 0 15px 0;
	border: 1px solid rgb(255, 209, 41);
	background-color: rgb(255, 244, 166);
}

.flashBox .flashNotice {
	color:#000000;
}

.flashBox .flashError {
	color:#ff0000;
}

.flashBox .flashWarning {
	color:#ff0000;
}/* Flashes boxes styles - End  */

/*----------------------Start Common DatePicker Styles------------------------*/
table.jCalendar {
	font-size: 11px;
	background: #eee;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th {
	background: #888;
	color: #fff;
	font-weight: normal;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td {
	background: #aaa;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

table.jCalendar td.other-month {
}
table.jCalendar td.today {
	background: #aaa;
	color: #000;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

table.jCalendar td.not_online, table.jCalendar td.not_online:hover {
	background: #666;
	color: #000;
}

/* For the popup */
div.dp-popup {
	position: relative;
	background: #eee;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 170px;
	line-height: 1.2em;
	border: 1px solid #aaa;
}
div#dp-popup {
	position: absolute;
	z-index: 299;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 1px;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the 
cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled, div.dp-popup td.not_online {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/cms/calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


/* makes the input field shorter once the date picker code has run (to allow space for the calendar icon) */
input.dp-applied {
	float: left;
	margin-top: 0px;
}
/*----------------------Finish Common DatePicker Styles-----------------------*/


/* Social Networks Nav Styles - Start */
.social-nav {
	margin: 20px 0;
}

.social-nav ul {
	list-style: none;
	height: 20px;
	margin: 0;
	padding: 0;
}

.social-nav ul li {
}

.social-nav ul li a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
}

.social-nav ul li.facebook a{
	background: transparent url("/app/webroot/img/social/facebook.jpg") no-repeat top left;
}

.social-nav ul li.twitter a{
	background: transparent url("/app/webroot/img/social/twitter.jpg") no-repeat top left;
}

/* Social Networks Nav Styles - Finish *//* E-store Side search */
#side-estore-search-form {
	margin: 0 !important;
	padding: 0 !important;
}

div#side-estore-search {
	background-color: #BDB9B1;
	padding: 10px;
}

div#side-estore-search div#side-estore-search-title {
	color: #398135;
	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: #BDB9B1;
	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;
}

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: #F8F7F4;
}

li.estore-nav-cat div.opened a {
	color: #000000 !important;
	font-weight: bold;
}

ul.estore-nav-sub {
	padding-left: 30px !important;
}

ul.estore-nav-sub li a {
	color: #64AB49 !important;
	line-height: 18px;
}

/* E-store Side related products */
div#side-estore-related-products {
	background-color: #BDB9B1;
	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: #313131;
	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;
        text-align:left;
}

#module-estore-panel a {
	color: #64AB49;
	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:#6DBF2D;
}

#module-estore-panel .title {
	color: #313131;
	font-weight: bold;
	padding-bottom: 5px;
}

#module-estore-panel .required {
	color: #ff0000;
}

#module-estore-panel a:hover {
	color: #64AB49;
	text-decoration: underline;
}

#module-estore-panel form, #module-estore-panel img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !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: #6DBF2D;
	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: #6DBF2D;
	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;
}

#module-estore-panel .thumbnail-container {
	display: block;
	text-align: center;
	height: 155px;
}

#module-estore-panel .category-container {
	text-align: center;
}

#module-estore-panel .product-container a {
	color: #183319;
	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: 5px;
	font-size: 11px;
	color: #183319;
}

#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: #606060;
	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 #403E3E;
	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: 300px;
}

#module-estore-panel #product-detail-image-box {
	text-align: center;
}

#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: #398135;
	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: #398135;
	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:310px;
	width: 260px;
}

#module-estore-panel #product-detail-title {
	color: #398135;
	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;
        text-align:left;
}


/* 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: #398135;
	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: #6DBF2D;
	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 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: 200%;
        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 {
	padding: 10px 0;
	clear:both;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_content {
	clear:both;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_attached_image {
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel .i_link {
	float:right;
	padding-top: 10px;
}

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 {
	clear:both
}

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;
}

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 left 4px;
	padding-bottom: 20px;
}

div#content div#body div#main-column div#main-column-content div#module-blog-panel div#module-blog-panel-rss a {
	padding: 5px 0px 5px 20px;
	font-size: 90%;
}

/* 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 {
}/* 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.section-line td {
	padding: 10px 0 5px 0;
	font-weight: bold;
}

#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;
}/* 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');
}