@import url('reset.css');
@import url('colorbox.css');
@import url('baseform.css');

/********************************************
*
*				8==8==8==8==88==8==8==8==8==8
*
*					EXTREEEEM_CHEDDAR_STYLEZ
*						!BY BRENDAN TIMMONS!
*
*				8==8==8==8==88==8==8==8==8==8
*
********************************************/




/********************************************
				MAIN STYLES
********************************************/

body{
	background: url(../images/core/body-bg.jpg) no-repeat center top #121316;
	color: #c5c5c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}
h1, h2, h3, h4, h5{
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1{font-size: 16px;}
h2{font-size: 14px;}
p{margin-bottom: 15px;}
a{color: #ff0000; text-decoration: none;}
a:hover{text-decoration: underline;}


/********************************************
				CONTAINERS
********************************************/


#container{
	background: url(../images/core/container-bg.png) repeat;
	_background: #232323;
	margin: 0 auto;
	padding: 10px;
	width: 960px;	
}
#header{
	border-bottom: 3px solid #4a4a4a;
	display: block;
	height: 103px;
	margin-bottom: 10px;
}
#secondary{
	display: inline;
	float: left;
	margin-bottom: 20px;
	padding-right: 10px;
	width: 180px;
}
#primary{
	display: inline;
	float: left;
	margin-bottom: 20px;
	width: 770px;
}


/********************************************
				LOGO
********************************************/


#logo{
	display: inline;
	float: left;
	height: 103px;
	margin-right: 300px;
	width: 190px;
}


/********************************************
				TOOLBOX
********************************************/


#toolbox{
	display: inline;
	float: right;
	height: 18px;
	margin-top: 30px;
	padding: 10px;
}
#toolbox ul li{
	display: inline;
	float: left;
}
#toolbox ul li.toolbox{
	background: url(../images/core/icon-toolbox-s.gif) no-repeat center left;
	margin-left: 25px; 
	padding-left: 30px;
}


/********************************************
				NAVIGATION
********************************************/


#navigation{
	border-top: 1px solid #4a4a4a;
	display: inline;
	float: right;
	height: 13px;
	padding: 10px;
}
#navigation ul li{display: inline;}
#navigation ul li a{
	color: #c4c4c4;
	display: block;
	float: left;
	margin-left: 15px;
}
#navigation ul li a:hover{
	color: #fff;
}
#navigation ul li a.active{color: #fff;}


/********************************************
				SEARCH
********************************************/


#search{
	background: url(../images/core/search-bg.gif) no-repeat;
	display: block;
	height: 58px;
	margin-top: 10px;
	padding: 13px 6px 6px 6px;
	width: 168px;
}
#search input#search-text{
	background: url(../images/core/icon-magnifyingglass.gif) no-repeat 7px 5px #fff;
	border: 0;
	display: inline;
	float: left;
	margin-right: 3px;
	padding: 5px 5px 5px 28px;
	width: 105px;
	-moz-border-radius: 4px;
}
#search input#search-button{
	background: url(../images/core/button-search.gif) no-repeat;
	border: 0;
	display: inline;
	float: left;
	height: 25px;
	line-height: 0;
	text-indent: -9999px;
	width: 26px;
}


/********************************************
				PRODUCT-NAV
********************************************/


#product-nav {
	border-bottom: 1px solid #3e3e3e;
	margin-top: 20px;
}
#product-nav ul li{
	position: relative;
}
#product-nav ul li a{
	border-top: 1px solid #3e3e3e;
	color: #c4c4c4;
	display: block;
	font-size: 11px;
	height: 14px;
	padding: 6px 5px;
	text-decoration: none;
}
#product-nav ul li a:hover{
	color: #fff;
}
#product-nav ul li img.category-picture{
	display: none;
	height: 0;
	left: 180px;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 9999;
}
#product-nav ul li img.hover{
	border: 2px solid #101012;
	height: auto;
	width: auto;
}


/********************************************
				DETAILS
********************************************/


#details{
	background: #242528;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	color: #8c8c8c;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 25px 10px 0 10px;
}
#details ul{
	margin-bottom: 25px;
}
#details a{color: #8c8c8c;}
#details a:hover{color: #fff !important;}


/********************************************
				BANNER
********************************************/


#banner{
	display: block;
	height: 200px;
	margin-bottom: 17px;
	position: relative;
	width: 770px;
}
#p-home #banner{
	height: 429px;
}
#banner img{
	left: 0;
	position: absolute;
	top: 0;
}


/********************************************
				BUTTONS
********************************************/

input.buy{
	background: url(../images/core/buttons.gif) no-repeat;
	background-position: -38px 0;
	border: 0px!important;
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	line-height: 0;
	margin-right: 5px;
	width: 34px;
	cursor: pointer;
}
input.buy:hover{background-position: -38px -18px;}

a.button{
	background: url(../images/core/buttons.gif) no-repeat;
	display: inline;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
}
a.view{
	display: block;
	float: left;
	margin-left: 10px;
	width: 38px;
}
a.enquire{
	background-position: -72px 0;
	float: left;
	width: 58px;
}
a.click{
	background-position: -130px 0;
	display: block;
	width: 75px;
}
a.more-info{
	background-position: -205px 0;
	display: block;
	width: 75px;
}
a.button.block{display: block; float: none; margin-top: 30px;}
a.view:hover{background-position: 0 -18px;}
a.buy:hover{background-position: -38px -18px;}
a.enquire:hover{background-position: -72px -18px;}
a.click:hover{background-position: -130px -18px;}
a.more-info:hover{background-position: -205px -18px;}


/********************************************
				FEATURED
********************************************/


#featured{
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	margin-bottom: 20px;
	padding: 10px;
}
#featured ul li.product{
	display: block;
	float: left;
	height: 135px;
	margin-right: 5px;
	width: 245px;
}
#featured .product .picture{
	border: 5px solid #415166;
	display: inline;
	float: left;
	height: 125px;
	margin-right: 10px;
	width: 125px;
}
#featured .product .picture:hover{
	border: 5px solid #4d76a9;
}
#featured .product .name{
	display: block;
	margin-bottom: 10px;
}
#featured .product .price{
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

body#p-search #featured, body#p-search #featured {
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
	padding: 0px!important;
	width: 750px;
	padding-top: 20px!important;
}
body#p-search #featured ul li.product, body#p-checkout #featured ul li.product{
	display: block;
	float: left;
	height: 135px;
	width: 245px;
	margin-bottom: 20px;
}
body#p-search #featured .product .picture, body#p-checkout #featured .product .picture{
	border: 5px solid #415166;
	display: inline;
	float: left;
	height: 125px;
	margin-right: 10px;
	width: 125px;
}
body#p-search #featured .product .picture:hover, body#p-checkout #featured .product .picture:hover{
	border: 5px solid #4d76a9;
}
body#p-search #featured .product .name, body#p-checkout #featured .product .name{
	display: block;
	margin-bottom: 10px;
}
body#p-search #featured .product .price, body#p-checkout #featured .product .price{
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

/********************************************
				CONTENT
********************************************/


#content{
	display: block;
	padding: 20px;
}
#text{
	display: inline;
	float: left;
	width: 475px;
}

#text ol {
  list-style:decimal;
  margin:10px 20px;
}

#tertiary{
	display: inline;
	float: left;
	padding: 20px 0 0 20px;
	width: 215px;
}
#tertiary ul li{
	display: inline;
	float: left;
	padding-left: 65px;
	margin-bottom: 40px;
}
#tertiary ul li.mailing-list{background: url(../images/core/icon-email.gif) no-repeat top left;}
#tertiary ul li.assistance{background: url(../images/core/icon-assistance.gif) no-repeat top left;}
#image{
	display: inline;
	float: left;
	padding: 20px 0 0 20px;
	width: 215px;
}
#image a img{
	display: block;
	border: 5px solid #415166;
}
#image a:hover img{
	border: 5px solid #4d76a9;
}


/********************************************
				BREADCRUMBS
********************************************/


#breadcrumbs{
	background: #242528;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}


/********************************************
				CATEGORIES AND ASSOCIATED
********************************************/
.associated_products{padding-left:20px}

#categories .product,
#associated .product{
	background: #242528;
	border: 1px solid #4a4a4a;
	display: block;
	float: left;
	margin: 4px;
	padding: 5px;
	width: 125px;
}
#categories .picture,
#associated .product{
	border: 1px solid #4a4a4a;
	display: block;
	height: 125px;
	margin-bottom: 10px;
	width: 125px;
}
#categories .name,
#associated .name{
	display: block;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}
#categories .more-info,
#associated .more-info{
	margin: 0 auto;
}


/********************************************
				LISTING
********************************************/


#listing .product{
	background: #242528;
	border: 1px solid #4a4a4a;
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 340px;
}
#listing .picture{
	border: 1px solid #4a4a4a;
	display: inline;
	float: left;
	height: 125px;
	margin-right: 10px;
	width: 125px;
}
#listing .description{
	display: inline;
	float: left;
	height: 170px;
	position: relative;
	width: 200px;
}
#listing a.name{
	display: block;
	margin-bottom: 10px;
}
#listing .short-description{
	display: block;
	height: 60px;
	margin-bottom: 4px;
}
#listing .price{
	color: #fff;
	font-weight: bold;
	display: block;
}
#listing .more-info{
	bottom: 0;
	left: 0;
	position: absolute;
}
#listing .buy{
	bottom: 0;
	left: 80px;
	position: absolute;
}


/********************************************
				PRODUCT DETAIL
********************************************/


#product_detail{
	background: #242528;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	padding: 10px;
}
#product_detail #product_picture{
	display: inline;
	float: left;
	margin-right: 20px;
	width: 202px;
}
#product_detail #picture{
	border: 1px solid #4a4a4a;
	display: block;
	height: 200px;
	margin-bottom: 6px;
	width: 200px;
}
#product_detail .picture-small{
	display: block;
	float: left;
	height: 95px;
	margin: 0 3px 10px 3px;
	width: 95px;
}
#product_detail .picture-small img{
	height: 95px;
	width: 95px;
}
#product_detail #description{
	display: inline;
	float: left;
	width: 450px;
}
#product_detail #description ul{
	margin-bottom: 15px;
}
#product_detail #description ul li{
	margin-left: 10px;
}
#product_detail #price, #product_detail #model, #product_detail #pdf{color: #fff;}


/********************************************
				SHOPPING CART PAGE
********************************************/

tr{background: #28292D;}
tr.odd{background: #202125;}
#shopping-cart{
	border: 1px solid #000;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}
#shopping-cart th{
	background: #17181C;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#shopping-cart tr td, #shopping-cart tr th{
	padding: 4px 0 4px 10px;
}
#shopping-cart .product_name{
	width: 350px;
}
.totalprice{
	background: #17181C;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: right;
}

a.delete {
	background: url(../images/core/delete.gif) no-repeat;
	display: block;
	height: 16px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 16px;
}
.qty{
	width: 130px;
}
.qty input {
	width: 55px;
}
#steps{
	margin-bottom: 20px;
}
#steps ol li{
	display: inline;
}

.update_cart {
	cursor: pointer;
}

.button_checkout, .button_continue_shopping, .button_delete_cart {
	padding: 5px;
	margin: 5px;

}

/********************************************
				SEARCH RESULTS
********************************************/


#search-results li{
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: 20px;
	width: 740px;
}


/********************************************
				SEARCH RESULTS
********************************************/


.news-item{
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: 30px;
}


/********************************************
				ARTICLES HIDE/SHOW
********************************************/


.hideshow{
	margin: 10px 0;
}
.hideshow h3{
	background: url(/images/core/arrow.gif) no-repeat #1B1C1F 3px 10px;
	border-top: 1px solid #4a4a4a;
	margin-bottom: 0;
	padding: 7px 5px 7px 20px;
	text-transform: none;
}
.hideshow h3.active{
	background-position: 3px -10px;
}
.hideshow .wrap{
	background: #242528;
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: 20px;
	padding: 0 10px;
}
.hideshow .left{
	display: inline;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	width: 440px;
}
.hideshow .right{
	display: inline;
	float: left;
	padding-top: 10px;
	width: 255px;
}


/********************************************
				CTA
********************************************/


#cta{
	background: #242528;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	clear: both;
	display: block;
	margin-bottom: 30px;
	padding: 30px 20px;
}
#cta ul li{
	display: inline;
	float: left;
	height: 160px;
	margin-right: 20px;
	padding: 10px 18px 10px 65px;
	position: relative;
	width: 125px;
}
#cta ul li.news{
	background: url(../images/core/icon-news.gif) no-repeat 0 10px;
	border-right: 1px solid #4a4a4a;
}
#cta ul li.store{
	background: url(../images/core/icon-toolbox.gif) no-repeat 0 10px;
	border-right: 1px solid #4a4a4a;
}
#cta ul li.hire{
	background: url(../images/core/icon-tripod.gif) no-repeat 0 10px;
	border-right: 1px solid #4a4a4a;
}
#cta ul li.trimble-team{background: url(../images/core/icon-trimble.gif) no-repeat 0 10px;}
#cta ul li .button{
	bottom: 10px;
	position: absolute;
}


/********************************************
				FOOTER
********************************************/


#footer{color: #73767b; margin-bottom: 20px;}
#footer ul li{display: inline;}
#footer a{color: #73767b;}
#wflogo{
	float: right;
	margin: 10px;
}

/********************************************
				ERRORS
********************************************/
div#notice {
	background: none!important;
	border: none!important;
	width: auto!important;
	margin-bottom: 10px;
	color: #FFF;
	padding: 5px;
}

div#error {
	width: auto!important;
	border: 1px solid red!important;
	margin-bottom: 10px;
}
div#error li {
	color: red;
	margin: 2px;
}


/********************************************
				POPUP STYLES
********************************************/


#p-popup #container, #p-popup #primary, #p-popup #content{
	padding: 0;
	width: 440px;
}
#p-popup #text{padding: 10px 5px; width: 430px;}

a.pdf {
	background: url(../images/icon-pdf.gif) no-repeat;
	display:block;
	padding-left: 20px;
	height: 20px;
	}

