/* general element style */
img { border: 0; }
label { font-weight: bold; }
p { margin: 8px 0; }

/* container elements */

table.page-container td { vertical-align: top; }
  
/* category listing */
table.category-list td { text-align:center; } 
  div.category-list-item { margin: 0 10px 10px 0; }
    div.category-list-item-head { padding: 4px; }
      div.category-list-item-head h5 { margin: 0; }
    div.category-list-item-body { padding: 5px; text-align: center; }
      div.category-list-item-body img { display:block; margin: 0 auto 5px auto; }	  
	  
	  
	  div.custom-search { margin: auto; 0 0 0; }
	    td.custom-search-field input { position:relative; top: 5px; height: 17px; border: 1px solid #000066; padding-left:3px; }	
		  * html td.custom-search-field input { top: 1px }
	  
/* product listing */
table.product-list { margin: 5px 0; }
  td.product-list-item-container, td.product-list-item-container-alt { padding:4px; }
	
div.product-list-item { text-align:center; margin:5px; }
  img.product-list-img { margin-bottom: 10px; }
  div.product-list-text { font-weight: normal; margin-top: 10px; }
	div.product-list-promo { margin-top:10px; }
	  div.product-list-promo img { margin-top: 1px; }

  div.product-list-options {}
    div.product-list-price { margin-bottom: 10px; }
    div.product-list-qty label, span.product-list-msrp-label, span.product-list-cost-label, span.product-list-sale-label, span.product-list-save-label { font-weight: bold; }
    div.product-list-qty { margin: 8px 0; }	
table.product-list-results-header { margin-bottom: 5px; }
  td.product-list-results { font-weight:bold; }
  td.product-list-size { width:100px; text-align:right; white-space:nowrap }
  td.product-list-sort { width:100px; text-align:right; white-space:nowrap }
  
table.product-pager {}
  td.product-pager-page { font-weight: bold; }
  td.product-pager-list { text-align:right; white-space:nowrap; }
    td.product-pager-list span, td.product-pager-list a { font-weight: bold; margin: 0 3px; }
    a.pager-item-first { margin-right: 6px; }
        span.pager-item-current { text-decoration:underline;}
        span.pager-item-separator { letter-spacing: 2px; }

/* product detail */
table.prod-detail {}

  /* layout */
  td.prod-detail-tp { padding-bottom: 10px; }
  td.prod-detail-lt { width:50%; padding-right:10px; }
  td.prod-detail-rt { width:50%; padding-left: 10px; }
  td.prod-detail-bt { padding-top: 20px; } 
  
  /* information */
  div.prod-detail-rating, div.prod-detail-price { margin-bottom: 10px; }
  span.prod-detail-msrp-label, span.prod-detail-cost-label, span.prod-detail-sale-label, span.prod-detail-save-label { font-weight: bold; }
  span.prod-detail-part-label { font-weight: bold; }
  
    div.prod-detail-rating-add, div.prod-detail-rating-stat { margin-bottom:5px; font-weight:bold }
  	table.rating-container { display:inline }
  td.prod-detail-review-item { border-top: 2px solid #ccc; padding-top: 10px }
  td.prod-detail-review-item div { margin-bottom: 10px }
    div.prod-detail-review-item-rater span { font-style: italic }
      span.prod-detail-review-item-person { font-weight: bold }

  div.prod-detail-shopping-list, div.prod-detail-email-friend, div.prod-detail-promo { margin-top: 10px }

  div.prod-detail-man { margin-top: 10px; }
    span.prod-detail-man-name-label, span.prod-detail-man-part-label { font-weight: bold; }
    input.prod-detail-add { position: relative; top: 9px; left: 3px; }

  table.prod-detail-qty-disc th, table.prod-detail-qty-disc td { padding: 3px; border: 1px solid #ccc }

  div.personalization{}
    div.personalization-question { margin-bottom: 15px }
	  span.personalization-question-label { font-weight:bold }
      
      div.personalization-answers {  margin: 5px 0 0 15px  }
        div.personalization-answer {  margin-bottom: 5px  }
		  div.radio-answer, div.check-answer, div.select-answer, div.text-answer {}
			
		  span.personalization-answer-image {}
		  span.personalization-answer-label { display:block; margin: 3px; vertical-align:top }

/* form elements */
input.textbox { border: 1px solid #000; font: 12px Arial, "sans serif"; voice-family: "\"}\""; voice-family:inherit; padding-left: 3px; }
* html input.textbox { margin-bottom: 2px; }

input.textbox-center { border: 1px solid #000; font: 12px Arial, "sans serif"; text-align:center; width: 40px; }
* html input.textbox-center { margin-bottom: 2px; }

.textarea-small,.textarea-med,.textarea-large,.textarea-exlarge { border: 1px solid #808080; font: 12px Courier New, Times New Roman, serif; padding: 3px; margin: 0; }
.textarea-small { height: 50px; width: 200px; }
.textarea-med {	height: 100px; width: 350px; }
.textarea-large { height: 150px; width: 400px; }
.textarea-exlarge {	height: 250px; width: 500px; }

* html .textarea {margin: -1px; }

.select { font: 12px Arial, "sans serif"; border: 1px solid #808080; padding: 1px 0; }
.button { height: 18px; padding: 0 7px; line-height: 18px; background-color: #ccc;  border: 1px solid #808080; font: bold 12px Arial, "sans serif";	}

