/* 
    This is the CSS Reset file.
    It's HIGHLY recommended that this file is included in every CSS template.
*/
@import url("reset.css");
/**/


body
{
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    margin: 0px;
    background-color: #8c8c8c;
    background-image: url( '../Images/home/home_top_bg.gif' );
    background-repeat: repeat-x;
}
a {
	color: #4096d2;
	
}
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;
    /*background-position: left 291px;
    background-image: url(  '../Images/header/header_bluedivider_bg.gif' );
    background-repeat: repeat-x;*/
}

#header
{
    /* Set this to the background image you want to use for the header */
    background-color: #fff;
    height: 73px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background-position: left top;
    background-image: url(    '../Images/header/header_top_blue_background.gif' );
    background-repeat: repeat-x;
    width: 100%;
}

/* 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;
    color: #000;
    font-size: 11px;
    width: 100%;
}

#cart-nav p {
    margin-right: 13px;
}
#cart-nav a {
    color: #000;
}

/* Modify this for the adress DIV tag within the #header tag */
#company-address {
    padding: 10px 0 0 0;
}


#menu
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

#nav
{
    float: left;
    width: 100%;
    height: 50px;
}

#menu #nav {
    font-size: 1em;
    color: #333;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#menu #nav .store-links
{
    float: left;
    margin-left: 10px;
}

#menu .quick-search
{
    float: right;
    margin: 0px;
    padding: 0px;
    margin-right: 13px;
    margin-top: 5px;
}

#menu .quick-search strong {
    color: #4096d2;
    font: 1.3em Arial, Helvetica, sans-serif;
}

#breadcrumb
{
    float: left;
}

#menu #breadcrumb
{
    font-family: Tahoma, "Trebuchet MS";
    font-size: 11px;
    color: #666;
    width: 100%;
}


    
    

#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%;
    width: 100%;
    float: left;
}


#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: #4096d2;
    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: #4096d2;
    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                      */
/**************************************/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear { display: inline-block; }

/* Hides from IE/Mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End Hide from IE/Mac */

/*
.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: normal;
	font-size: 16px;
	font-family: "Trebuchet MS",;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

/* CSS Class for the sub product categories 
    Applied to a <p> tag
*/
.sub-categories {
}


/**************************************/
/* Quick Cart Styles                  */
/**************************************/
.product-detail-quickcart{
    width:372px;
    background-color:#fff;
 
}

.quickcart {
    background-color: #fff;
   width:100%;
  border: solid 1px #4096d2;
  
}

.quickcart-header{
 background-color:#4096d2;
 color: #fff;
 height:30px;
 font-size: 15px;
 font-weight:bold;
 text-align:center;
 padding-top: 15px;
 
    
}

.quickcart table {
    
    border-bottom-width: 0;
    width: 100%;
    margin-top: 20px;
}
.quickcart p {
    margin-bottom: 5px;
}
.quickcart table td {
    padding: 7px;
    
    
}
.quickcart .price-container {
  
	padding: 10px;
	color: #000;
 font-weight:bold;
}
.quickcart .price-large {
   

}
.quickcart p.view-cart {
	color: #4096d2;
    padding-left:10px;
    padding-bottom:20px;
	
}



.quickcart .quickcart-itemprice{
    font-weight:bold;
    display:block;
    margin-top:1px;
   
}

/**************************************/
/* 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-topper {
    background-image: url('../images/layouts/default/product-variation-topper.gif');
    background-repeat: no-repeat;
    height: 7px;
}
.variation-bottom {
    background-image: url('../images/layouts/default/product-variation-bottom.gif');
    background-repeat: no-repeat;
    height: 7px;
    margin-bottom: 5px;
}
.variation-item {
	background-color: #d7d7d7;
}
.variation-item td {
	width: 50%;
	padding: 2px 8px;
}
.variation-item td strong {
	color: #4096d2;
	font-size: 14px;
}
#side-content .text-content {
	margin-top: 0;
}
.product-details {
	margin-top: 10px;
}
.product-details td {
	border-bottom: solid 1px #ccc;
	padding: 5px;
}
.quantity-form {
	width: 97%;
	margin: 0 7px;
}
.quantity-form td {
	padding: 5px;
	vertical-align: middle;
}
.quantity-textfield {
}
.cart-button {
    width: 90px;
}
.wishlist-button {
    width: 110px;
}

.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: #ebebeb;
	width: 372px;
}

.product-info-inside {
    padding: 15px 7px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 1em;
}

.product-info-inside h4 {
    font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4096d2;
}
.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: #4096d2;
	padding-bottom: .5em;
	padding-left: 7px;
}
.product-info-inside .msrp-price {
    font-style: normal;
	font-size: .5em;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}

.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; }

.product-details-topper {
    background-image: url('../images/layouts/default/product-info-topper.gif');
    background-repeat: no-repeat;
    height: 4px;
    margin-top: 5px;
}
.product-details-bottom {
    background-image: url('../images/layouts/default/product-info-bottom.gif');
    background-repeat: no-repeat;
    height: 4px;
}

/**************************************/
/* 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: #4096d2;
}
#review-table small {
    font-size: .8em;
}

.review-description {
}
.review-description td {
    background-color: #F5F5F5;
    font-size: .9em;
    color: #333;
}
.review-description p {
    padding: 8px;
}

#header .headerright
{
    background-position: left top;
    width: 495px;
    height: 259px;
    margin-top: -1px;
    background-image: url( '../images/header/Header_BG.jpg' );
    background-repeat: repeat-x;
}

.buttons
{
    padding-top: 15px;
    padding-right:0px;
    padding-bottom:10px;
    border:none;
}

.headertable{
    background-image:url("../images/background.gif");
    background-repeat:no-repeat;
    width:940px;
    height:73px;
}

.FontFooter p {
 color:#000;
 padding-top: 5px;
}