/*
K-Tech Store Style Sheet

1: Standard styles
2: Positional styles
3: Navigation styles
4: Typography styles
5: Other Styles
*/

* {
border: 0;
padding: 0;
margin: 0;
}

body {
background-image: url(/images_new/background.jpg);
background-repeat: no-repeat;
background-color: #fff104;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

input {
border: 1px solid #8e8e8e;
border-right: 1px solid #d6d7d8;
border-bottom: 1px solid #d6d7d8;
padding: 1px 2px;
vertical-align: middle;
}

/* 1: Positional styles */
#wrapper {
background-color: #ffffff;
border: #807e7f solid 15px;
margin: 0 auto;
padding: 15px;
width: 925px;
}

#header {
background-image: url(/images_new/header.gif);
height: 182px;
background-repeat: no-repeat;
position: relative;
}

#navigation {
}

#products {
float: left;
margin: 15px 5px 0px 20px;
width: 600px;
display: inline;
}

#main_content_wrap {
float: left;
margin: 15px 5px 0px 20px;
width: 875px;
display: inline;
border: solid #999999 1px;
font-size: 90%;
}

	.top1 {
background-color: #333333;
padding: 15px 15px 15px 30px;
border-bottom: 1px solid #999999;
}
	
	.top2 {
background-color: #252525;
padding: 15px 15px 15px 30px;
margin-bottom: 25px;
}
	
#right_content_main {
float: right;
margin: 5px 20px 0 0;
width: 598px;
border-top: solid #000000 1px;
border-bottom: solid #000000 1px;
}

#online_store {
float: right;
margin: 5px 20px 0 0;
width: 600px;
}

	#online_store form {
padding: 5px 10px;
}
		
		#online_store form select {
margin: 5px 0 5px 5px;
width: 150px;
}

#store_navigation {
float: left;
margin: 5px 0px 0px 15px;
width: 285px;
display: inline;
}

	#store_navigation form {
padding: 0 5px;
}
	
#news {
float: right;
margin: 15px 15px 0px 0px;
width: 285px;
}

#product_detail {
float: right;
margin: 5px 20px 0 0;
width: 230px;
}

#product_image {
text-align: center;
line-height: 345px;
	/* vertical-align: 50%; */
	border:5px solid #666666;
float: left;
	/* margin:5px 5px 0 0; */
	margin: 5px 10px 0px 5px;
	/* padding: 10px 0px 10px 0px; */
	width:345px;
height: 345px;
}

#news_page_container {
width: 600px;
margin: 5px 20px 0px 0px;
float: right;
font-size: 70%;
}
#news_page_container h1 {
background-color: #000;
color: #fff001;
font-size: 110%;
padding: 5px;
}
#news_articles h2 {
background-color: #FFFF66;
font-size: 100%;
padding: 5px;
margin-bottom: 10px;
}
#news_articles {
padding: 5px;
}

#contact-form label {
display: block;
padding: 10px 0 2px;
}

	#contact-form .width-long {
width: 225px;
}
	
	#contact-form .width-medium {
width: 185px;
}
	
	#contact-form .width-short {
width: 125px;
}

	#contact-form .left {
float: left;
width: 250px;
}
	
	#contact-form .right {
float: right;
width: 235px;
padding: 20px 0;
}
.galleryitem {
padding: 3px;
float: left;
border: solid #666666 1px;
margin-right: 5px;
margin-top: 5px;
}
.breadcrumb_gal {
color: #666666;
padding: 3px;
}

/* 2: Navigation styles */
#navigation a {
background-image: url(/images_new/nav.gif);
background-repeat: no-repeat;
background-position: right;
color: #5d666a;
display: block;
font-size: 70%;
font-weight: bold;
height: 23px;
padding: 12px 0 1px;
text-align: center;
text-decoration: none;
width: 85px;
}

	#navigation .shrink {
width: 40px;
}

	#navigation a img {
margin: -2px 0 0 0;
}
	
	#navigation a:hover {
background-image: url(/images_new/nav_o.gif);
}
	
	#navigation li .active {
background-image: url(/images_new/nav_o.gif);
}

#news a, .news-more {
color: #cc0001;
text-decoration: none;
}

.news-copy, .news-copy p{
    padding-bottom:10px;
    line-height:15px;
}

.news-copy a{
    color:#000000;
}

.store_breadcrumb a {
color: #000000;
padding: 2px;
text-decoration: none;
}

	.store_breadcrumb a:hover {
background-color: #000000;
color: #FFF001;
}
	
.store_breadcrumb span a {
color: #807E7F;
padding: 2px;
text-decoration: none;
}

	.store_breadcrumb span a:hover {
background-color: #807E7F;
color: #FFF001;
}

#store_navigation a {
display: block;
color: #000000;
font-size: 70%;
padding: 2px 0px 2px 5px;
text-decoration: none;
}

	#store_navigation a:hover {
background-color: #D6D7D9;
}

#footer a {
color: #343434;
text-decoration: none;
}
#footer ul {
padding-top: 5px;
}
.store td dt a {
color: #ffffff;
text-decoration: none;
}
.store td dt a:hover {
color: #000000;
}

/* 3: Typography styles */
#navigation ul {
}

	#navigation li {
float: left;
list-style-type: none;
}
	
.store_breadcrumb p {
display: inline;
font-size: 70%;
padding: 0 20px 0 15px;
}
	
#online_store fieldset {
font-size: 80%;
}

#contact-form .right p {
padding: 5px;
}

.top1 h1 {
color: #7f7d7e;
font-size: 100%;
}

.top1 p {
color: #ffffff;
font-size: 70%;
}

.top2 h1 {
color: #4f4f4f;
font-size: 100%;
}

.top2 p {
color: #ffffff;
font-size: 70%;
}

.store form {
background-color: #D6D7D9;
}

.store table {
background-color: #ffffff;
width: 100%;
}

	.store th {
background-color: #000000;
color: #fff001;
font-size: 70%;
padding: 5px;
text-align: left;
}

	.store td {
border: 1px solid #d6d7d9;
font-size: 60%;
		
		/* new */
		vertical-align: bottom;
width: 25%;
height: 140px;
}
	
	/* new */
	.store .prod-tbl-image {
vertical-align: top;
width: auto;
height: auto;
}
	
		.store td dl {
background-color: #d6d7d9;
}
		
			.store td dt {
background-color: #807E7F;
color: #ffffff;
font-size: 110%;
font-weight: bold;
padding: 2px 4px;
				
				/* new */
				height:25px;
}
			
			.store td dd {
color: #323232;
font-weight: lighter;
padding: 2px 4px;
}
			
				.store .price {
font-size: 110%;
}
			
				.store td dd span {
color: #cc0001;
font-weight: bold;
}
				/* new */
				.store .store_tmb {
vertical-align: middle;
}
/* new */
.store .td_empty {
border: none;
}
				
.main_content_left table {
background-color: #DFDFDF;
width: 100%;
}

	.main_content_left th {
background-color: #000000;
color: #fff001;
font-size: 70%;
padding: 5px;
text-align: left;
}

	.main_content_left td {
font-size: 95%;
color: #333333;
}
	
		.main_content_left td dl {
background-color: #d6d7d9;
}
		
			.main_content_left td dt {
background-color: #807E7F;
color: #ffffff;
font-size: 110%;
font-weight: bold;
padding: 2px 4px;
}
			
			.main_content_left td dd {
color: #323232;
font-weight: lighter;
padding: 2px 4px;
}
.product_sections {
padding: 3px;
}
.product_sections a {
text-decoration: none;
font-weight: bold;
color: #000000;
}
.product_sections a:hover {
color: #CC0000;
}
.section_text {
padding: 15px;
line-height: 150%;
}
#section_intro {
font-size: 70%;
line-height: 130%;
padding-left: 10px;
}
#news h1, #store_navigation h1, .store h1, #product_detail h1 {
background-color: #000;
color: #fff001;
font-size: 70%;
padding: 5px;
}

.store h1, #product_detail h1 {
    margin-right:5px;
}

#news dl {
padding: 5px;
}

	#news dt {
color: #343434;
font-size: 70%;
font-weight: bold;
padding: 2px 0;
}
	
	#news dd {
color: #333333;
font-size: 70%;
padding: 2px 0 10px;
}

#news p, #store_navigation p {
font-size: 70%;
font-weight: bold;
padding: 5px;
}

#store_navigation ul {
}

	#store_navigation li {
list-style-type: none;
}
	
#product_detail p {
font-size: 80%;
padding: 2px 0px 2px 5px;
}

#footer form {
float: left;
}

#footer ul {
float: right;
}

	#footer li {
display: inline;
font-size: 60%;
}
.body_whtbld {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 12px;
color: #FFFFFF;
font-weight: bold;
}
.entry_error {
color: red;
font-weight: bold;
}
/* 5: Other styles */
.clear {
clear: both;
}

.store td img {
display: block;
margin: 5px auto;
}

#navigation .navstore {
color: #ffffff;
background-image: url(/images_new/nav_s.gif);
}

.bordertop {
border-top: 1px solid #333335;
}

/*
.detail_img {
margin-top: auto;
margin-bottom: auto;
border: 5px solid #666666;
margin: 0 5px;
width: 350px;
height: 350px;
}
*/

.prod_descrip_header {
background-color: #FFF104;
text-align: center;
}

.section_hdr {
padding: 3px;
background-color: #FFF104;
}

.prod_descrip_header a {
color: #000000;
text-decoration: none;
}
.prod_descrip_header a:hover {
color: #CC0000;
}

.left {
float: left;
}

.right {
float: right;
}
.leftpic {
float: left;
margin-right: 10px;
}
.rightpic {
float: right;
margin-left: 10px;
}
#refine_search_btn {
margin: 0px 0px 4px 0px;
}

/* Basket page form */
#basket_form td {
padding: 5px;
}

#basket_form input {
border: none;
}

/*new css for range pages*/
.range-head {
background-color: #000000;
color: #FFF001;
font-size: 12px;
padding: 5px;
}

.top-copy {
font-size: 12px;
width: 650px;
margin: 10px 0 30px;
line-height: 16px;
}

.detail-range-cont {
width: 857px;
background-image: url(images/range-grad.png);
margin-bottom: 10px;
}

.detail-range-img {
float: left;
width: 160px;
margin-right: 20px;
}

.detail-range-img img {
padding-bottom: 5px;
}

.detail-range-img p {
background-color: #FFF104;
color: #000;
margin: 5px;
padding: 0 0 5px 0;
text-align: center;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}

.detail-range-copy {
float: left;
width: 520px;
padding-right: 30px;
}

.detail-range-copy h2 {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #393939;
padding: 10px 0;
}

.detail-range-copy p {
font-size: 11px;
font-color: #393939;
}

.detail-range-links {
float: left;
width: 100px;
}

.detail-range-links ul {
margin-top: 20px;
}

.detail-range-links li {
list-style-type: none;
}

.detail-range-links li a {
font-size: 11px;
color: #fff;
}

.detail-range-cont {
width: 857px;
background-image: url(/images/range-grad.png);
margin-bottom: 10px;
position: relative;
}

.details-cont {
float: left;
width: 610px;
margin-left: 10px;
}

.details-cont h1 {
border-top: 1px solid #000;
margin-top: 4px;
padding: 24px 0;
}

.details-left {
float: left;
width: 300px;
}

.details-left p {
font-size: 11px;
}

.details-right {
float: left;
width: 300px;
margin-left: 10px;
}

.detail-range-cont .arrow {
background-image: url(../images/rangeArrow.gif);
width: 19px;
height: 153px;
position: absolute;
right: -25px;
top: 7px;
}

.language {
position: absolute;
top: 5px;
right: 130px;
}

#languages li {
display: inline;
}

#store_navigation a.active {
background: #d6d7d9;
}

#dealerDownloads {
float: left;
width: 590px;
padding: 5px 0 0 10px;
}

#dealerDownloads .list {
padding: 10px 0 0 0;
}

#dealerDownloads .item {
float: left;
list-style-type: none;
padding: 0 10px 10px 0;
}

#dealerDownloads ul .noPadding {
padding: 0 0 10px 0;
}

#dealerDownloads .downloadImage {
width: 188px;
height: 216px;
border: 1px solid #353535;
position: relative;
}

#dealerDownloads .imageLink {
display: block;
height: 180px;
width: 188px;
overflow: hidden;
}

#dealerDownloads table {
border-collapse: collapse;
}

#dealerDownloads table td {
border: 0;
text-align: left;
vertical-align: middle;
padding: 5px;
font-size: 12px;
}

#dealerDownloads table .row1 {
background: #D6D7D9;
}

#dealerDownloads table img {
display: inline;
margin: 0;
padding: 0;
}

#dealerDownloads .downloadTitle {
font-size: 10px;
padding: 2px 5px 5px;
background: #807e7f;
color: #fff;
position: absolute;
width: 178px;
bottom: 0;
left: 0;
}

.dealer_press_body{
font-size:12px;
}

.dealer_press_body p{
    padding-bottom:8px;
}

#dealerPress h2{
    padding:5px 0 10px;
}

.bold{
    font-weight:bold;
}

.underline{
    text-decoration:underline;
}

.pressItem {
display: block;
list-style-type: none;
border-bottom: 1px solid #000000;
padding: 0 0 15px 0;
margin: 0 0 10px 0;
}

.pressItem h2 {
font-size: 14px;
}

.pressItem .dealer_press_body {
font-size: 12px;
}

#resultsnav a, #resultsnav {
font-size: 12px;
color: #000000;
text-decoration: none;
}

.dealer-downloads-list li {
border: 1px solid #353535;
list-style-type: none;
float: left;
width: 185px;
margin:0 5px 5px 0;
text-align: center;
}
.dealer-downloads-list li p{
background: none repeat scroll 0 0 #807E7F;
bottom: 0;
padding:3px 0 3px 0;
color: #FFFFFF;
font-size: 12px;
}

.dealer-downloads-list li a{
    color:#fff;
}

.download-image-cont {
width: 185px;
height: 185px;
display: block;
overflow: hidden;
}

.dealer-downloads-list a {
color: #000;
}

.dealer-downloads-list {
clear: both;
}

#downloadGallery {
padding-top: 10px;
}

#dealerPress  table td, #downloadGallery table td {
height: auto;
}

#downloadGallery table td a, #dealerPress  table td a {
color: #000;
text-decoration: none;
}

#downloadGallery table td a.download-link, #dealerPress  table td a.download-link {
background: #FFF104;
border: 1px solid #000;
color: #000;
padding: 5px 10px;
font-weight: bold;
text-decoration: none;
}

