/* This CSS file is used to override styles in the style.css and .....*/
/* a place to add additional styles */
/* try to add comments when you use this file */
/*--------------------------------------------------------------------*/

/* this is used only on the homepage to make room for the SHARE-IT toolbar */
.top-nav-container-home {
	width:500px;
	float:left;
	padding-top:10px;
	padding-left:25px
}
/* this is to center the JOIN US ON FACEBOOK image in the left column */
.left-col-pad {
	padding:0px 0px 6px 63px
}
#t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tbl_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2e5900;
	padding: 0px 0px 2px 0px;
}
.inner-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.CourseDetails_BOXLEFT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E7E7CF;
	border: 1px solid #009933;
}
.CourseDetails_BOXLEFT_TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
}
/************** # imaging floating styles **************/
.floatright
{
float: right;
margin: 5px 0 5px 5px;
border: 1px solid #666;
padding: 2px;
}
.floatleft
{
float: left;
margin: 5px 5px 5px 0px;
border: 1px solid #666;
padding: 2px;
}
.main_course_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.hvg_discount_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size: 11px;
	color: #000000;
}
.TOB_RegularPrice_LineThrough {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: line-through;
}
.TOB_Special_Price_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0px 180px 0px 245px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.main-container-store {
	padding:20px 10px 20px 10px;
	background-color: #ffffff;
		padding-bottom:20px; width:959px
}
.main-container-home {
	padding:5px 10px 20px 10px;
	background:url(../images/img_bot.jpg) no-repeat bottom;
	padding-bottom:20px; width:959px
}
#pinelli_link a {
	color:#990000;
	text-decoration:none;
}
#pinelli_link a:hover {
	color:#990000;
	text-decoration:underline;
}	