@charset "iso-8859-1";

/***********************************************************************************************
*  Digital Forest Interactive Messagepac Style.css : Copyright Digital Forest Interactive Ltd.
************************************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}



/* Core page layout. this includes positioning and
 * gutter space. colors and fonts should not be included at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	margin: 0px;	/* or 25px 4%; to create a margin to the site layout. 
					Margin instead of padding for the gutterspace around 
	 			   the layout because IE breaks the layout when 
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. */
}
#pageWrapper
{

	border-width: 0 1px;
	/* IE doesn't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: 990px; /* Set pixel width ( '775px;' to create a FIXED LAYOUT set 'auto;' to create FLUID LAYOUT */
	margin: auto;     /* set as 'auto;' to allow CENTRE ALIGNED or nothing for LEFT ALIGNED site */

}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	border-width: 0px 0;
	padding: 0.5em;
	background-image: url(/images/default/banner_products.jpg);
	background-repeat: no-repeat;
	height: 68px;
}
#masthead_products
{
	border-width: 0px 0;
	padding: 0.5em;
	background-image: url(/images/default/banner_products.jpg);
	background-repeat: no-repeat;
	height: 68px;
}

/* My Comment */

#masthead h1, masthead_products h1
{
	padding: 0;
	margin: 0;
}

#toplinks
{
	padding-top: 0px;
	padding-left: 26px;
	padding-bottom: 3px;
	background-image: url(/images/default/topbar.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

#search_form
{
	float: right;
	margin-top: 44px;
	margin-right: 18px;
	text-align: right;
}

#search_form a
{
	font-size: 11px;
	padding-left: 45px;
}




#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	padding-left: 180px;/* 'border-left: solid 14em #fff;' creates LEFT COLUMN or nothing to remove, use padding instead of border for underlying background images ( IE and NN don't support transparency in borders!*/
	padding-right:  190px; /* 'solid 14em #fff;' creates RIGHT COLUMN or nothing to remove, use padding instead of border for underlying background images ( IE and NN don't support transparency in borders!*/

}
#innerColumnContainer
{
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	_width: 500px;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 20px 0px 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -14em;
	_margin: 0 1px 0 -190px;
	width: 14em;
	z-index: 4;
	margin-top: 20px;
	_left: 20px;
}
#rightColumn
{
	float: right;
	width: 14em;
	margin: 20px -14em 0 1px;
	_margin: 10px -16em 0 1px;
	z-index: 2;
}
#footer
{
	padding: 0.5em;
	padding-left:27px;
	padding-top:32px;
	background-image: url(/images/default/footer_bg.jpg);
	background-repeat: no-repeat;
	
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* Vertical Navigation Formatting.
 */
.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: none;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: none;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}


/* everything below this point is related to the page's colour etc.	
***********************************************************************
 */
#pageWrapper, #masthead, #footer, .hnav, .hnav ul li a
{
	border-color: ;
}

#innerColumnContainer
{
	/*background-image: url(/images/default/inner_container_bg.jpg);*/
	margin-left: 5px;  
	
}

.vnav ul li
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #1D5AAD;
	border-left-color: #FFFFFF;
	padding-top: 5px;
}
html, body
{
	color: #000;
	font-family: arial, helvetica, sans-serif;
	background: #505050 none repeat-y;
}
#pageWrapper
{
	font-size: 12px;

}
#masthead, masthead_products
{
	background-color: #ffffff;
	color: #000000;
}
#toplinks, #toplinks a:link, #toplinks a:visited
{
	color: #C56500;
	font-size: .9em;
}


#outerColumnContainer
{
	border-left-color: ;	/* left column background color */
	border-right-color:;	/* right column background color */
	background-image: url(/images/default/container_bg.jpg);
	background-repeat: repeat-y;
	
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	color: #949285;
}
#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: ;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	color: #666666;
}

#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}



#footer, #footer a:link, #footer a:visited, #footer p
{
	color: #151515;
	text-align: left;
	font-size: 10px;
}


.copyright{
	text-align: center;
	float: center;
	margin-top: 0px;
	padding-right: 0px;
	}

/* individual item styles */

#searchcontentgroupbar {
	border: 1px dotted #CCCCCC;
	padding: 10px 0px;
	color: #999999;
}
#searchcontentgroupbar label
{
	width: 24em;
	float: left;
	text-align: right;
	margin-right: 0.1em;
	display: block;
	padding-top: 2px;
}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-transform: capitalize;	
	padding-top: 0px;
	padding-left: 24px;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: capitalize;
}
.breadcrumbs a:hover {
	color: #cccccc;
	text-decoration: underline;
	text-transform: capitalize;
}
.item_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #666666;
}
.item_stats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #666666;
}
a.read_more_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #EA6017;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5;
}
a.read_more_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #EA6017;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5;
}
a.read_more_link:hover {
	color: #cccccc;
}
a.item_actions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	margin-right: 5px;
}
a.item_actions:link {
	color: #666666;
	text-decoration: none;
}
a.item_actions:hover {
	color: #cccccc;
	text-decoration: none;
}
.site_map_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
}
.site_map_link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
.site_map_link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #cccccc;
	font-style: italic;
	text-decoration: none;
}
.form_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #999999;
	margin-left: 24px;
	padding-right: 25px;	
}
.form_introduction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: bold;
	margin-left: 24px;
	padding-right: 25px;	
}
.rss_item {
	border-top-color: #E1E1E1;
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 5px;

}
.rss_description, .rss_description a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-bottom: 2px;

}
.rss_date {
	color: #999999;
	font-size: 0.8em;
	padding-bottom: 7px;
	font-style: italic;
}
.news_block {
	margin-left: 00px;
	padding: 0px 5px 5px 0px;
}

.news_block h1 {
	line-height:8px;
}
.news_block h2 {
	margin-bottom: -5px;
}



.fp_leftblock {
	width: 160px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px 5px 20px 0px;
   

	
}

.fp_leftblock a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;	
	
	
}
.fp_leftblock td {

	vertical-align: middle;	
}

.categorylist_left a {
	background-image: url(/images/default/left_nav_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;	
	display: block;
	width: 135px;
	margin-bottom: 5px;
}

.categorylist_left a:hover {
	background-image: url(/images/default/left_nav_hover_bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.subcategorylist_left a
{
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 5px;	
	display: block;
	width: 129px;
	margin-bottom: 3px;
	background: url(/images/default/subcat_bg.jpg) no-repeat right;
}
.subcategorylist_left a:hover {
	text-decoration: none;
	background: url(/images/default/subcat_bg_hover.jpg) no-repeat right;
}
.fp_flash {
	padding-left: 20px;
	padding-top: 10px;
}

.images {
	padding: 4px;
}
.quicklinks {
	
}


#partnersimg {
	margin-left: 4px;
		margin-top: -7px;
}

.content_block {
	border: 1px solid #cccccc;
	margin-left: 0px;
	margin-right: 18px;
	margin-top: 15px;
	padding: 0 10px 5px 15px;
	background-image: url(/images/default/CG_icon.jpg);
	background-repeat: no-repeat;

}

.cgstatictext
{
	/*border: 1px solid #cccccc;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0 25px 5px 25px;

}

.articlelist {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0 25px 5px 25px;
	

}

.articletext {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0 25px 5px 25px;

}

.categorytext {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0 25px 5px 25px;
	
}
.servertime {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(/images/default/container_bg.png);
	_background-image: none;
	background-repeat: repeat-y;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/default/container_bg.png');

}


.index_intro {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	
}

.searchbar {
	margin-top: 0px;	
	padding-top: 38px;
	padding-right: 32px;
	height: 27px;
	padding-left: 192px;
	text-align: right;
	color: #F57B30;
	background: url(/images/default/search_bg.jpg) no-repeat 0 bottom;
}

.sitesearch {
	float: left;
	margin-top: -4px;

}

.pricingcalculator {
	background-color: #f2a176;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
}
.pricingcalculator input, .pricingcalculator select {
	font-size: 10px;
}
.pricingcalculator_top {
	background: url(/images/default/calc_top.gif);
	height: 17px;
}
.pricingcalculator_bottom {
	background-image: url(/images/default/calc_bottom.gif);
		height: 17px;
}

.product_varients {
		background-color: #fde6da;
		padding-left: 10px;
		padding-right: 10px;
			font-size: 10px;
}

.product_varients input, .product_varients select {
	font-size: 10px;
	}
.product_varients_top {
	background-image: url(/images/default/varients_top.gif);
		height: 17px;
}
.product_varients_bottom {
	background-image: url(/images/default/varients_bottom.gif);
		height: 17px;
}

.divider {
	color: #EA6017;
}
.calc_result {
	background-color: #ea6017;
	color: #fff;
	font-weight: bold;
	height: 20px;
	font-size: 14px;
	margin-top: 30px;
	padding-left: 5px;
}
.cart {
	margin: 10px 10px 100px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
#cart_total {
	color: #d1503a;
	font: 24px Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}
.viewcart {
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(/images/default/viewcart_block.jpg);
	font-family: Arial, Helvetica, Geneva, sans-serif;
font: 14px Helvetica, Geneva, sans-serif;
font-weight: bold;
height: 158px;
	background-repeat: no-repeat;
}

.bestseller {
	margin-top: 10px;
	padding-top: 35px;
	padding-left: 10px;
	background-image: url(/images/default/best_sellers.jpg);
	background-repeat: no-repeat;
	height: 431px;
	
}


.articlebox {

width: 160px;
margin-left: 40px;
padding-top: 10px;

}

.articlebox img {

border: none;

}

.articlebox_text {
padding-left:5px;
padding-right:5px;
text-align: center;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.login_links  a:hover{
	color: #000000;
	
}
.login_links  a{
	color: #000000;
	font-size: 11px;
	font-weight: bold;

}

.login_links {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top:3px;
	margin-bottom:3px;

	
}