html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #999;
	font-weight: lighter;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

.side_images {
	padding-left: 12px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* /RESETS */

/* * * * * * Fixed Width * * * * * * */

/* */
/* The above is a modified Holly hack for #expander, with zero substituted for the 
   usual 1% height value. Any % value on this element causes a horrendous IE bug! */
/* helps IE get the child percentages right. */
    
/* this positioning may be needed for IEwin if page is to contain positioned elements */

/*******************************
 util
 *******************************/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/****************** Main Content Area (columns)Structure *****************/
/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */
.outer,
.col3 .outer {
	/* WARNING: borders affect the critical values below, so use them with that in mind.*/ 
    /* border-left: 1px solid #f90;  */
    /* border-right: 1px solid #f90; */
	/*** Critical left divider dimension value ***/
    /*** Critical right divider dimension value ***/
    margin-left: 170px; /*** Critical left col width value ***/
    margin-right: 170px; /*** Critical right col width value ***/
}
/* values for 1 and 2 column layouts */
.col1 .outer {
	margin-left: 0;
	margin-right:0;
}
.col2left .outer {
	margin-right: 0;
}
.col2right .outer {
    margin-left: 0;
}

.float-wrap {
	float: left;
	width: 100%;
}

.center {
	float: right;
	width: 100%;
}

.left {
    float: left;
    position: relative; /* Needed for IE/win */
    width: 165px; /*** Critical left col width value ***/
    margin-left: -170px; /*** Critical left col width value ***/
    /*** Critical left divider dimension value ***/
}

.col1 .left { display:none; }
.col2right .left { display:none; }

.right {
    float: right;
    position: relative; /* Needed for IE/win */
    width: 165px; /*** Critical right col width value ***/
    margin-right: -170px; /*** Critical right col width value ***/
    /*** Critical right divider dimension value ***/
    margin-left: 3px; /*** Critical right divider dimension value ***/
}

.col1 .right {
	display:none;
}
.col2left .right { display:none; }

.centerbox {
    font-weight: normal;
    text-align: left;
    overflow: visible;
    width: 100%;
    /* padding-bottom: 250px; */
}

.container-right {
    padding-bottom: 80px;
}

/************** Spacing Controls for various column contents ***************/
.sf_sidebar,
.content {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.container-left:after,
.container-right:after {
    content: "."; 
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

img { /* Prevents large images from blowing out */
    max-width: 100%;
}

/* prevents oversize images from breaking layout in browsers that support max-width */
/* \*/
* html .outer a,
* html .container-left,
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a {
    height: 1%;
}

/* Holly hack */ /*** Variance fixes for IEwin ***/ /*\*/
* html .outer p {
    margin-right: -6px;
}

/* */ /**************** Utility Rules *******************/ /*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */
.brclear { /* Use a break with this class to clear float containers */
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0em;
}

/************** Sidebars *************/

.main-content {
    display: block;
}

.left .sidebar {
    padding: 0;
    text-align: left;
	padding-bottom: 40px;
}

.right .sidebar {
    padding: 0 0 80px 0;
    text-align: left;
	padding-bottom: 40px;
}

/********* Separator between Categories and Products *********/
.separator {
	border: 0 solid #CCC;
	border-bottom-width: 1px;
	height: 1px;
	margin: 20px 0 30px;
}

/********* Featured Products *********/

.options {
    text-align: right;
}

.price {
    margin: 3px 0;
}

/*********** Categories *************/

.category .shortdescription {
    margin: 5px 0;
}

/*********** Page Blocks ************/
dt, dd {
    text-align: left;
}

dd.options,
dd.prices {
	text-align:right;
}

.category-page {
	clear:left;
}

.content-block:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
/* now, for IE */
* html .content-block {
    height: 1%;
}

.content-category .description,
.content-product .description {
    text-align: left;
}

/************************************
 Home
 ************************************/
.welcome:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
/* now, for IE */
* html .welcome {
    height: 1%;
}

.welcome {
    font-weight: normal;
    margin-bottom: 20px;
}

.welcome img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

/************************************
 Form Presentation
 
 based on guide here:
 http://gdstyleguide.intranet.gdg/style/index.php?id=41
 
 ************************************/


.categories .form-item {
	/*width: 32% !important; width: 30%;
	float: left;
	margin-right: 1%;*/
}

.categories .form-item label {
	padding-left: 1.5em;
	padding-right: 1em;
}

.form-row-start {
	clear: left;
}

fieldset {
	padding: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

fieldset .no-form-list {
	margin-bottom: 10px;
}

.required { color: #cc0000; }

div.required { margin-bottom: 5px; }

.state { float: left; padding-right: 10px; }
.zip { float: left; }

.buttons { text-align:right;}

/************************************
 Products Search Results Presentation
 ************************************/

/**advanced search**/
div.form-section fieldset ol li {
  margin: 10px 0;
  padding-left: 10px;
}
div.form-section fieldset ol li li {
  margin: 0;
  padding: 0;
}
/******/



.hidden {
	display: none;
}

/* categories lists */
ol#categories li {
	line-height: 1.2;
}

#siteseal {
	text-align: center;
	margin-top: 10px;
}

#breadcrumbs {
  margin:.5em 0em 1em;
}


/* Member-Checkout CSS */

/************************************
 MEMBERS
 ************************************/
 
fieldset {
	padding: 10px;
	margin: 10px 10px 10px 0;
	border-width:1px;
	border-style:solid;
}

legend {
	padding: 0 3px;
}

input[type="text"], textarea {
	border-width:1px;
	border-style:solid;
	padding: 1px 3px;
}



.no-ship-table .country-list td {
	text-align: left;
}

#specialinstructions {
	width: 90%;
}

.formwrap {
	margin: 10px 190px 0 0;
	padding: 0;
}

* html .formwrap {
	margin-right: 170px;
}

* html .formwrap fieldset {
	float: left;
}

.formfield {
	/* float: left; */
	clear: left;
}

.hint-text {
	color: #969696;
	font-style: italic;
	font-size: 85%;
}

.address-line {
	/*width: 100%;*/
	width: auto;
}
.address-line label {
	display: block;
	clear: right;
}
.address-line input {
	width: 15em;
}

.fcomponent {
	padding: 2px;
	float: left;
	margin:3px;
}

.cleft {
	clear: left;
}

.disabled {
	color: #999999;
}

#checkout-right-column {
	float: right;
	width: 170px;
	padding: 0 2px 10px;
	margin: 15px 0 10px; /* 6/24/08 */
	overflow: visible;
	font-size:85%; /* 6/24/08 */
}


#cart-table td {
	vertical-align: top;
	padding:2px; /* 6/24/08 */
}


.member-row, .member-row-alt {
	border-width: 0px 0px 1px;
    border-style:solid;
}

.member-row-alt {

}

textarea#notes {
	width: 90%;
}


/** Site Map Lists **/
.sitemap ul {
    margin-left: 25px;

}.orangelist_ul {
	list-style-image: url(../images/list_orange_arrow.png);
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px; color:#000;
}
.orangelist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	list-style-image: url(../images/list_orange_arrow.png);
	text-indent: 2px;
	margin-left: 25px;
	line-height: 14pt;
}
.orangelist_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	font-weight: bold;
}
.orangelist_copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	font-weight: normal;
}
.orangelist_image {
	float: none;
	margin-left: 30px;
}
.product_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
	line-height: 14pt;
	font-weight: lighter;
	padding: 20px;
	margin: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.product_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
	line-height: 14pt;
	font-weight: lighter;
}
.product_box_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 14pt;
	font-weight: bold;
}
.product_box_price {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F90;
	font-weight: bold;
}
.product_photo_sm {
	margin-right: 0px;
	float: right;
	margin-left: 85px;
}
/*--------------------new css added on 17 aug 2011-------------------------*/
.product_box_peg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
	line-height: 14pt;
	font-weight: lighter;
	padding: 20px;
	margin: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999; background:#f8f8f8;
}

.table-heading{ background:#f59202; color:#fff; height:35px;}
.table-heading td{ padding:5px;}
.row_one{ background:#eff1f0; color:#000;}
.row_one td{ padding:5px;}
.row_two{ background:#d3d3d3; color:#000;}
.row_two td{ padding:5px;}
.state{ font-weight:bold; font-size:13px; color:#767676;}

.paddding-T{ padding-top:5px;}

/*------- new css added on 2 sep 2011-------*/
.product_box_peg_new {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 14px;
	font-weight: lighter;
	background: #fcfcfc;
	border: 1px solid #ecebeb;
	width: 779px;
}
.product_box_peg_new p {
	padding: 10px 45px 0 40px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 18px;
	font-weight: lighter;
}
.product_heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffaf00;
	line-height:29px;
	font-weight: lighter;
	background: #fcfcfc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ecebeb;
	background: #fff; padding-left:17px;
}
.product_heading img {
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.container_tab {
	width: 769px;
	background: #fff;
}
.container_tab_left {
	background:url(../images/container-left.gif) no-repeat left top;
	width:20px;
	float:left;
	height:101px;
}
.container_tab_bg {
	background:url(../images/container-bg.gif) repeat-x left top;
	width:729px;
	float:left;
}

.container_tab_right {
	background:url(../images/container-right.gif) no-repeat left top;
	width:20px;
	float:right; height:101px;
}
.tabcontent{ width:729px; float:left;}
