/* 
    This is the CSS Reset file.
    It's HIGHLY recommended that this file is included in every CSS template.
*/
@import url("reset.css");
/**/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	background-image: url(../images/generic-bg.gif);
	background-repeat: repeat-x;
}
a {
	color: #D08234;
}
a:hover {
    color: #000;
}
strong {
    font-weight: bold;
}
em {
    font-style:italic;
}

#wrapper {
    width: 940px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 0;
}

#header {
    /* Set this to the background image you want to use for the header */
    background-image: url('../images/layouts/default/ups-header.gif');
    background-repeat: repeat-x;
    background-color: #fff;
    
    height: 100px;
    padding: 15px 30px;
    
    color: #fff;
   	font-family: Arial, Helvetica, sans-serif;
}
/* Modify this for the H1 tag within the #header tag */
#company-header {
    float: left;
    font-size: 2em;
}
#company-header a {
    text-decoration: none;
    color: #000;
}
#cart-nav {
    float: right;
    text-align: right;
    padding-top: 25px;
    color: #000;
    font-size: 11px;
}
#cart-nav p {
    margin-bottom: 5px;
}
#cart-nav a {
    color: #000;
}

/* Modify this for the adress DIV tag within the #header tag */
#company-address {
    padding: 10px 0 0 0;
}


#menu {
    padding: 5px 15px;
}

#menu #nav {
    font-size: 1em;
    color: #333;
    padding: 10px;
}
#menu #breadcrumb {
    font-family: Tahoma, "Trebuchet MS";
    font-size: 11px;
    color: #666;
}
#menu .quick-search {
    float: right;
    padding: 0;
    margin: 0 0 5px 0;
}
#menu .quick-search strong {
    color: #ce751b;
    font: 1.3em Arial, Helvetica, sans-serif;
}
    
    

#main {
    /* Set this to the background image you want to use for the header */
    background-image: url('../images/layouts/default/top-border.gif');
    background-repeat: no-repeat;
    padding-top: 40px;
    height: 100%;
}


#main #main-content {
    float: left;
    width: 660px;
    padding: 0;
    padding-left: 30px;
}
#main #main-content h2 {
    /*position: relative;
    margin-top: -67px;*/
    color: #fff;
    font: normal 15px"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
}

#main #main-content h3 {
    color: #ce751b;
    font: normal 17px"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main .text-content {
    margin-top: 20px;
    background-color: #fff;
    color: #666;
    line-height: 1.5em;
    padding: 20px 10px;
    text-align: justify;
}

#main #side-content {
    float: left;
    padding: 10px;
    margin-top: -17px;
    width: 200px;
    background-color: #EBEBEB;
}
#category-nav {
    background-color: #fff;
    padding: 5px 8px 50px 8px;
    min-height: 300px;
}


#page-area {
    background-image: url('../images/layouts/default/page-header.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px 30px;
}
#page-area h2 {
    float: left;
}
#page-header-end {
    background-image: url('../images/layouts/default/page-header-end.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    height: 73px;
    width: 94px;
    margin-top: -5px;
    margin-right: -30px;
    padding: 0;
    float: right;
}
#page-work {
    position: relative;
    top: -45px;
    padding: 0;
    padding-top: 15px;
    margin: 0;
    clear: both;
}
.home-content {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}


#footer {
    /* Set this to the background image you want to use for the header */
	background-image: url('../images/layouts/default/footer_border.gif');
    background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
	clear: both;
}



/**************************************/
/* Sidebar Styles                     */
/**************************************/
.side-categories ul, .side-categories li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-categories h3 {
    color: #ce751b;
    font: bold 1.3em Arial, Helvetica, sans-serif;
    margin: 10px 0;
}
.side-categories a {
    font-size: 1.2em;
    line-height: 1.2em;
}



/**************************************/
/* Table Layout Styles                */
/**************************************/
.detail-table, .submit-table { width: 100%; margin-top: 5px; margin-right: 10px; }
.detail-table { border-left: solid 1px #E0E0E0; }
.detail-table th { 
    font-weight: bold;
    background-color: #E0E0E0;
    white-space: nowrap;
}
.detail-table th, .detail-table td, .submit-table td
{
    padding: 8px 4px;
    text-align: left;
    width: 33%;
}
.detail-table th, .detail-table td { border-right: solid 1px #E0E0E0; }
.two-column th+th, .two-column td+td { width: 67%; }
.five-column th, .five-column td { width: 20%; }
.six-column th, .six-column td { width: 16%; }
.detail-table th
{
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
}
.detail-table td { border-bottom: solid 1px #E0E0E0; }
.row-highlight { background-color: #F9F9F9; }
.item-row 
{
    border-bottom: solid 2px #E1E1E1;
    border-top: solid 2px #E1E1E1;
}
.detail-topper td { border-top: solid 1px #E0E0E0; }
.detail-footer td { background-color: #E0E0E0; }
.detail-table input, .detail-table select 
{
    font-size: 11px;
    color: #666;
}



/**************************************/
/* Common Styles                      */
/**************************************/
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

/*
.product-image {
	background-image: url('../images/layouts/default/related-product-border.gif');
	width: 142px;
	height: 142px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-caption {
    text-align: center;
	font-size: 16px;
	color: #333333;
}
*/
.product-bug {
    text-align: center;
    vertical-align: top;
}
.product-bug h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}
.product-bug p {
    font-size: 18px;
    margin-bottom: 2px;
}
.product-bug small {
    font-size: 10px;
}
.product-bug .product-bug-image {
	background-image: url('../images/layouts/default/product-bug-border.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 144px;
    padding-top: 15px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.product-bug .product-bug-image-bottom {
    background-image: url('../images/layouts/default/product-bug-bottom.jpg');
    background-repeat: no-repeat;
    width: 144px;
    height: 14px;
    margin-right: auto;
    margin-left: auto;
}



.express-order {
	background-image: url('../images/layouts/default/express-order.gif');
    width: 111px;
    height: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.express-order span {
    display: none;
}

/* CSS Class for the main product categories 
    Applied to a <p> tag
*/
.main-categories {
    line-height: 1.2em;
    font-weight: bold;
}

/* CSS Class for the sub product categories 
    Applied to a <p> tag
*/
.sub-categories {
}


/**************************************/
/* Quick Cart Styles                  */
/**************************************/
.quickcart {
    background-color: #D7D7D7;
}
.quickcart table {
    border: solid 1px #ccc;
    border-bottom-width: 0;
    width: 100%;
    margin-top: 20px;
}
.quickcart p {
    margin-bottom: 5px;
}
.quickcart table td {
    padding: 7px;
    text-align: center;
    border-bottom: solid 1px #ccc;
}
.quickcart .price-container {
    background-image: url('../images/layouts/default/checkout-bottom-blue.gif');
	background-repeat: repeat-x;
	padding: 15px;
	background-color: #e3edf7;
	text-align: center;
	font-size: 18px;
	color: #DC862A;
}
.quickcart .price-large {
    font-size: 2em;
	color: #dc862a;
	display:block;
	margin-top: 10px;
}
.quickcart p.view-cart {
	font-size: 18px;
	color: #DC862A;
	text-align: center;
}

/**************************************/
/* Sandbox Message                    */
/**************************************/
.SandboxMessage
{
    background-image: url('../images/layouts/default/underconstruction-alert.jpg');
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px;
    border: solid 1px #ECCE86;
    background-color: #FFFB9F;
}


/**************************************/
/* QuickAdd                           */
/**************************************/
div.quickAdd
{
    /* Here's where you change the overall background color of the quickAdd box, and other stuff. */
	background-color: #e3e3e3;
	text-align: left;
	padding: 15px 15px;
	border: solid 1px #333;
	z-index:99;
	
	/* don't touch this stuff here */
	position: absolute;
	top:1;
	left:1;
	opacity: 0.95; /* Safari/CSS3 */
    -moz-opacity: 0.95; /* Mozilla */
    filter: alpha(opacity=95); /* IE */
}

/* Change the style of the divider tag */
div.quickAdd hr
{
    color:#b4b4b4;
}
/* change the style of the b tag. */
div.quickAdd b
{}

/* change the style of the italic tag */
div.quickAdd i
{
    font-size:1px
   
}

/* change the style of the paragraph tag if needed */
div.quickAdd p
{
    
}

/* change the style of the a tag */
div.quickAdd a
{
}

/* change the style of the a hover */
div.quickAdd a:hover
{}


/* quickAdd LINK  */
/* this is the link for the ? icon */
.quickAdd
{
    padding-left:5px;
}



/**************************************/
/* Product Detail Styles              */
/**************************************/

.variation-item {
	background-color: #ccc;
	margin-bottom: 5px;
}
.variation-item td {
	width: 50%;
	padding: 8px;
}
.variation-item td strong {
	color: #dc862a;
	font-size: 14px;
}
.text-content {
	margin-top: 0;
}
.product-details {
	margin-top: 10px;
}
.product-details td {
	border-bottom: solid 1px #ccc;
	padding: 5px;
}
.quantity-form {
	width: 100%;
	margin-bottom: 0;
}
.quantity-form td {
	padding: 5px;
	vertical-align: center;
}
.product-photos .main-product-image {
	background-image: url('../images/layouts/default/large-photo-border.gif');
    background-repeat: no-repeat;
    background-position: center top;
    width: 481px;
    padding-top: 20px;
    text-align: center;
}
.product-photos .main-product-image-bottom {
    background-image: url('../images/layouts/default/large-photo-border-bottom.gif');
    background-repeat: no-repeat;
    width: 481px;
    height: 20px;
    margin-bottom: 10px;
}
.product-photos .all-photos {
    background-image: url('../images/layouts/default/all-photos.gif');
    background-repeat: no-repeat;
    height: 50px;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 5px 30px;
}
.product-photos .photos-list {
    padding: 0 35px;
}
.product-photos .photos-list td {
    padding-right: 10px;
}

.related-products-header {
    background-image: url('../images/layouts/default/related-products.gif');
    background-repeat: no-repeat;
    
    height: 50px;
    margin-top: 20px;
    margin-bottom: 0;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 5px 30px
}
.related-products-list {
    padding: 0 30px;
}

.product-overview {
	background-image: url('../images/layouts/default/overview.gif');
    background-repeat: no-repeat;
	
	margin: 0;
	color: #fff;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 0 0 20px;
	height: 35px;
	width: 372px;
}

.product-information {
    background-image: url('../images/layouts/default/product-details-bottom.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
	background-color: #eee;
	width: 372px;
}

.product-info-inside {
    padding: 15px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 1em;
}

.product-info-inside h4 {
    font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dc862a;
}
.product-info-inside p {
    font-size: 1em;
    line-height: 1.1em;
    padding-bottom: 1em;
}
.product-info-inside .price {
    font-style: normal;
	font-size: 2em;
	color: #dc862a;
}

.product-info-inside .detail-table 
{
    border-left-color: #4b4748;
    background-color: #eee;
}
.product-info-inside .detail-table th, .product-info-inside .detail-table td {
    border-right-color: #4b4748;
} 
.product-info-inside .detail-table th { 
    background-color: #4b4748;
    border-top-color: #4b4748;
    border-bottom-color: #4b4748;
    color: #fff;
}
.product-info-inside .detail-table td {
    border-bottom-color: #4b4748;
}
.product-info-inside .detail-topper td { border-top: solid 1px #4b4748; }



/**************************************/
/* Review Detail Styles               */
/**************************************/
#review-table {
    width: 98%;
}
#review-table th {
    font-weight: bold;
    color: #fff;
    background-color: #666;
    padding: 10px 5px;
}
#review-table td {
    padding: 5px;
    vertical-align: top;
}
#review-table a, #review-table strong {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #D08234;
}
#review-table small {
    font-size: .8em;
}

.review-description {
}
.review-description td {
    background-color: #F5F5F5;
    font-size: .9em;
    color: #333;
}
.review-description p {
    padding: 8px;
}