/* Tripple Xtract CSS Document */
/* 
Production : luibh.com
Author :dan@sunyata.info
Date : 27/7/07
*/



body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", verdana, arial;
	top: 0px;
	background-color: #000000;
	color:#D8EEB7;
}

.clearboth{
clear:both;
}

#header .site_title {
	font-size: 1px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


/*----- CONTENT BOXES DEFAULTS -----*/

.content0 {
	text-align: left;
	margin-bottom: 10px;
}
.content1 {
	float: left;
	width: 534px;
	text-align: left;
}
.content2 {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/*----- CONTENT BOXES HOME -----*/

#home .content0 {
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
#home .content1 {
	float: left;
	width: 470px;
	text-align: left;
}
#home .content2 {
	float: right;
	width: 255px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}



/*----- CC CONTENT BOXES DEPTH 1 -----*/

#depth1 .content0 {
	float: left;
	width: 534px;
	text-align: left;
	margin-bottom: 10px;
}
#depth1 .content1 {
	float: left;
	width: 534px;
	text-align: left;
}
#depth2 .content2 {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/*----- SUBNAV ------*/

#subnav {
	float: right;
	width: 200px;
	text-align: left;
	margin: 0px 0px 20px;
	padding: 0px;
	list-style-type:none;
	font-size: 0.9em;
}
#subnav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border-right: none;
	width: 100%;
	font-size: 1em;
}
#subnav ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
	clear: none;
	float: none;
}
#subnav #subnavtop {
	font-weight: bold;
	font-size: 1.2em;
}
#subnav li a {
	color: #333399;
	padding: 4px;
}
#subnav li a:hover {
	color: #000000;
	text-decoration: none;
	padding: 4px;
}
/* ----- HEADER ----- */

#headerwrapper {/* neccesary - provides a flexible background strip */
	background-color: #000000;
	width: 100%;
	text-align: center;
	border-bottom:3px solid #95C600;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
}

#header {
	width:750px;
	height:157px;
	margin:auto;
	background-repeat: no-repeat;
	background-image: url(images/logo.jpg);
	background-position: center;

}

#header p {
	margin: 0px;
	padding: 0px;
}
#header_links {
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
	color: #FFFFFF;
}
#header_links a {
	color: #FFFFFF;
	font-weight: bold;
}
#header_links a:hover {
	text-decoration: none;
	color: #FFCC33;
}

/* ----- 2 ----- */

#navwrapper {
	background-color: #000000;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #95C600;
}

#navigation {
	font-size: 12px;
	width:790px;
	margin:auto;
	text-align: left;
	
}

#navigation ul {
	list-style: none;
	padding:10px 0px 20px 0px;
	list-style-type:none;
	padding-left:20px;
	margin:0;
}
	
#navigation li { 
display:block;
padding-right:40px;
float:left;
font-size:13px;
}

#navigation ul .here .depth0 {
	color: #98C918;
}

#navigation ul li a {
}

#navigation ul li a, 
#navigation ul li a:visited {
	text-decoration: none;
	text-transform: capitalize;
	color: #CBE49A;
}
	
#navigation ul li a:hover { 
	color: #FFCC66; 
	text-decoration: underline; 
}
		
#navigation ul li.here { 
	background: url(images/pip.jpg) no-repeat bottom; 
	text-decoration: none; 
	color: #98C918;
}
#navigation ul li.expandhere { 
	background: url(images/pip.jpg) no-repeat bottom; 
	text-decoration: none; 
	color: #98C918;
}
#navigation ul li.ancestor { 
	background: url(images/pip.jpg) no-repeat bottom; 
	text-decoration: none; 
	color: #98C918;
}



/* ----- MAIN CONTENT ----- */

#contentwrapper {
	width: 100%;
	background-color: #141414;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	color:#FFFFFF;
}

#content {
	width:750px;
	margin:auto;
	padding-top: 20px;
	padding-bottom: 8px;
	
}

p {
color:#D8EEB7;
}


/* ----- FOOTER ----- */

#footerwrapper {
	background-color: #CAC0E5;
	width: 100%;
	text-align: center;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer {
	width:750px;
	height:auto;
	margin:auto;
	min-height:32px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:32px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 0.6em;
	color: #FFFFFF;
}
#footer_links {
	font-size: 0.8em;
	text-align: left;
}

/* products */



.product ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.product li {
	display: inline;
	
}
.product a {
	color: #66CC99;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}
.product li a {
	display: inline;
	padding-right: 10px;
	text-decoration:none;
	font-weight: bold;
	padding-left: 10px;
}
.product li a:hover {
background-color:#000000;
color:#666666;
padding-bottom:7px;
padding-top:7px;
text-decoration:none;
}
.product ul .no_divider a {
	background-image: none;
	padding-left: 18px;
	padding-right: 0px;
}
.product .here {
background-color:#000000;
color:#666666;
padding-bottom:7px;
padding-top:12px;
}







.sc {
	font-variant: small-caps;
}

q {
	margin: 1em 2em;
}

p.SIGNATURE {
	text-align: right;
}

span.FRACTION {
	font-size: 75%;
}


#logo h1 {
	color: #99CC00;
}
#logo h1 a {
	color: #919191;
	font-weight: normal;
	font-size: 120%;
}
#content p {
	color: #D8EEB7;
}
#more_search a:hover {
	text-decoration: none;
}
#content .BODY .HW {
	font-size: 2.5em;
}
.breadcrumbs {
	color: #FFFFFF;
}
.prev_next a {
	display: block;
	float: left;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	background-image: url(/images/masthead.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFFFFF;
	text-decoration: none;
	width: 40%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 8px;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #9D9EA2;
	border-bottom: 1px solid #9D9EA2;
	border-left: 1px solid #d7d7d7;
}
.prev_next {
	text-align: center;
}
.citation {
	margin-top: 4px;
	width: 180px;
	margin-right: 9px;
	padding: 5px;
}
.left_column {
	display: block;
	width: 100%;
}
.product {
	float: left;
}
.box_title {
	background-image: url(/images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #92CC68;
	border: 1px solid #666;	padding: 5px;
	margin: 0px;
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: 1.8em;
}
.box_title_var1 {
	background-image: url(/cart/images/masthead.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #92CC68;
	padding: 5px;
	margin: 0px;
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: 1.8em;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.box_title_var2 {
	background-image: url(/cart/images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #000000;
	border: 1px solid #666;
	padding: 5px;
	margin: 0px;
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: 1.7em;
}






/* Citation */
.citation #citation_title {
	font-weight: bold;
	color: #FFFFFF;
}
.citation #citation_authors {
	text-transform: uppercase;
}
/* */





/* Breadcrumbs */
.breadcrumbs a {
	color: #FFFFFF;
}
/* */


/* tabs */
.article .tabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabs li {
	display: inline;
	margin: 0px;
	padding: 7px 0px 0px 7px;
	font-size: 140%;
}
/*  */






.item {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 14px;
	text-align: left;
	font-size: 0.8em;
}

.article_functions {
	width: 200px;
	float: right;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 11px;
}
.print_box {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
}
.illustrations {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
.related_articles {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 5px;
	background-color: #000000;
}
.item p {
	font-family: "trebuchet MS", verdana;
}
.item h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E9E9E9;
	font-size: 2.2em;
	margin-top: 0px;
}
.prev_next a:hover {
	background-image: url(/cart/images/masthead.jpg);
	background-position: center center;
	text-decoration: underline;
}



.item #item img {
	height: 160px;
	width: 190px;
	border: 1px solid #333333;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: right;
}

.item .images img {
	height: 130px;
	width: 150px;
	border: 1px solid #333333;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}
.shopping_cart {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.shopping_cart .button {
	float: none;
}
.shopping_cart input {
	float: none;
}
.shopping_cart .product_form {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.illustrations img {
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 196px;
}
.thumb_gallery_product {
	float: left;
	margin: 8px 8px 8px 0px;
	padding: 8px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: "trebuchet MS", verdana;
}
.item .thumb_gallery_product img {
	clear: left;
	float: none;
}
.item a {
	font-weight: bold;
	color: #FFCC99;
	font-family: "trebuchet MS", verdana;
}
.item  a:hover {
	color: #D8EEB7;
	text-decoration: none;
}
.shopping_cart select {
	margin-top: 3px;
}

a {
	font-weight: bold;
	color: #FFCC99;
	font-family: "trebuchet MS", verdana;
}
a:hover {
	color: #D8EEB7;
	text-decoration: none;
}





/* footer */

.footer {
	text-align: left;
margin:10px auto auto;
text-align:left;
width:93.9%;
	border: 1px solid #333333;
	font-size: 1em;

}
.footer a {
        color: #E9EF9C;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
		padding: 4px;
}
.footer p {
        color: #000000;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
		padding: 4px;
		margin: 0px;
}
.footer a:hover {
	text-decoration: underline;
}
.header {
	font-weight: bold;
	color: #FFCC66;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

.productName {
	font-weight: bold;
	color: #FFCC66;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

.productDescription {
	color: #D8EEB7;
	font-family: "trebuchet MS", verdana;
	font-size: 0.9em;
	text-align: left;
}

.productQuantity {
	color: #ffffff;
	text-align: left;
	font-size: 0.9em;
}

.sectionheader {
	font-weight: bold;
	color: #CBE49A;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
	text-decoration: none;
}


#footer a {
	color: #FFCC99;
}
.related_links {
	font-weight: bold;
}
.item form {
	margin-bottom: 10px;
}
#productImage {
	border: 1px solid #D8EEB7;
}

.cart_header {
	color: #D8EEB7;
	font-weight: bold;
}

.cart_row {
	color: #D8EEB7;
}

.cart_footer {
	color: #D8EEB7;
}

.cart_text {
	color: #D8EEB7;
	text-align: left;
}


.pageHeading, .main {
color:#D8EEB7;
}

.main {
font-size:10px;
}

.content {
font-size:15px;
line-height:1.5em;
text-align:center;
}

.productListing-odd {

}

.productListing-data {
padding:10px;
border-bottom:1px solid #323D0D;
font-size:14px;
}


.productListing-even {
padding:10px;
}

.smallText {
font-size:11px;
padding-top:20px;
}


