/*
****************************
GENERAL/BODY TAGS
****************************
*/
body{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px; 
	margin: 0px; 
	padding: 0px; 
	background: #C1D1FE; 
	text-align: center; 
}

b, p, .text  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

H4 { 
	font-size: 12px; 
	color: #CC0000; 
	font-weight: bold 
}

a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
}

.wholepage {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	background: #b6b6b6;
	border-bottom: 5px solid #82a5b4;
} 

.formbox {
	background: #dcdbdc;
} 

.storecredits {
	text-align: center;
	background:#fff;
	padding: 0px;
	height: 0px;
	background-color:transparent;
	margin: 0px 0px 0px -8000px;
	left: -1000px;
}

#sitefooter {
	font-size: 10px;
	text-align:center;
	margin-top: 20px;
}

/*
***************************
GENERAL TEXT TAGS
***************************
*/
/* text types */
.text-search {
	font-size: 10px;
} 

.text-productdesc { }

.text-productsubdesc { }

.text-pricingdetails{
	font-size: 10x;
	color: Black;
}

.text-price {
	font-weight: bold;
	font-size: 10px;
	color: Black;
}

.text-pricestrike {
	text-decoration: line-through;
	font-weight: bold;
}

.text-shipping {
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px
}

.text-pricesave {
	color: red;
	font-weight: bold;
}

.text-small {
	font-size: 9px;
} 

.text-availabilitytext {
	font-size: 10px;
	color: Gray;
}

.text-availabilitytitle {
	font-size: 10px;
	font-weight: bold;
}


/* the "you may also be interested in text" */
.text-related { }

/* theme UL tag */
.list-theme {
	padding: 0px;
}


/* theme LI tag  (child of list-theme class)*/
.list-theme-item {
	padding: 0px;
}


/* TIps (including basket quick tips) */
.tiptable {
	width: 100%;
}

.tipheader {
	width: 100%;
	color: Black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-variant: small-caps;
	text-align: left;
}

.tipbody {
	width: 100%;
	background-color: #f0f0f0;
	font-size: 10px
}

.a_stdLink:link, .a_stdLink:visited {
	text-decoration: underline;
	color:#000066;
}

.a_stdLink:hover, .a_stdLink:active {
	text-decoration: none;
	color:#0000FF;
}


/*
******************************
SHOPPING CART / BASKET STYLES
******************************
*/
.baskettable {
	width: 100%;
} 

.basketheader {
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-variant: small-caps;
	text-align: left;
	color: Black 
}

.basketlist-row1 {
	background: #ffffff;
	color: Black;
} 

.basketlist-row2 {
	background: #f9f7e6;
} 

.basketlist-hilight {
	background: #999966;
	font-weight: bold;
}

.basketlist-lolight {
	background: #dbdcdb;
	font-weight: bold;
}

.basketcol {
	background: #f9f7e6;
	font-size: 10px;
	font-weight: bold;
	background:white;
}

.basketcol {
	background: #efefef;
	font-size: 10px;
	font-weight: bold; 
}

.basketlist-col1, .basketlist-col2, .basketlist-col3, .basketlist-col4, .basketlist-col5  {
	background: #efefef;
	font-size: 10px;
	font-weight: bold;
}

.tender-header, .tender-description, .tender-text  {
	font-size: 11px;
}


/*
***************************
SITE HEADER
***************************
*/
.headertable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.headercenter {
	width: 100%;
	border-width: 0px 0px 0px 0px;
} 

.headerleft {
	border-width: 0px 0px 0px 0px;
}

.headerleft img{
	border:none;
}

.headerright {
	border-width: 0px 0px 0px 0px;
}

/*
***************************
GENERAL HEADINGS
***************************
*/
.heading-subcategory {
	font-size: 14px;
	color: #4083a1;
	font-weight: bold;
}

.heading-main {
	padding-top:5px;
	font-size: 14px;
	color: #4083a1;
	font-weight: bold;
	text-align:left;
}

.heading-small {
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: Gray;
	font-weight: normal;
}


/*
**************************
ADVANCED SEARCH (Top of Page)
**************************
*/
.search-table {
	width: 100%;
	min-width: 714;
	width:expression( documentElement.clientWidth < 716 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 716 ? "715" : "100%") : "715px") : "100%" );
	color: #0066cc;
	background-color: #fff;
}

.search-table table , .search-table table  td { 
	text-align: left; 
	width: 100%; 
	background-color: #fff; 
}

.search-table select { 
	width: 218px; 
	margin-left: 2px; 
	font-family: arial; 
	font-size: 10px; 
	font-weight: bold; 
}

.search-table input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*
***************************
LEFT COLUMN NAVIGATION
***************************
*/
.navlink {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: Black;
}

.navlink a:link, .navlink a:visited {
	text-decoration:none;
}

.navlink a:hover, .navlink a:active {
	text-decoration:underline;
}

.navpanelheader { }

.navpanelleft {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 0 0 0;
	padding: 0px;
	width: 230px;
	margin-left: -1px;
} 

.navpanelleftbody,.navpanelrightbody,.navpanelbodybody { 
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
	width: 100%;
}

.navpanelleftbody {
	background-image:url(images/menuleft_bg_repeat.jpg);
	background-repeat:repeat-y;
}

.navpanelbodybody {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 10px;
	width: 100%;
}

.navpanelleftcontent {
	padding: 10px 10px 20px 10px;
	color:#0531B2;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background-image:url(images/menuleft_bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.navpanelbodycontent {
	padding: 10px;
	color:#0531B2;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

.navpanelleftheaderright {
	padding: 0px;
	margin: 0px;
	border: 0;
}

.navpanelleftheader, .navpanelrightheader {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 21px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #336666;
}

.navpanelleftheader {
	width:230px;
	background-repeat: no-repeat;
	background-image: url(images/menuleft_bg.jpg);
}

.navpanelbodyheader {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.navpanelbody{
	width:100%
}

.navpanelbodycell {
	width: 100%;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 15px;
}

.navpanelleftcell,.navpanelrightcell {
	width: 100%;
	padding-bottom: 18px;
}

.navpanelleftheaderleft {
	padding: 0px;
	width: 9px;
}

/* Taken from above
	background-image: url(images/bgnav.gif);
 */

.navpanelleftheadercenter {
	color: #FDF113;
}

/*
taken from above:
	background:#0531B2;
*/

/*
old color:
	color: #0531B2; // darker
	background:#C1D1FE; // lighter
*/

.link-department-select {
	font-weight: bold;
	font-size: 13px;
	color:#000;
} 

.link-department {
	font-weight: bold;
	font-size: 13px;
	color:#000;
}

.link-category-select {
	font-weight:normal;
}

.link-category {
	font-weight: normal;
}

.link-subcategory-select {
	font-weight: bold;
}

.link-subcategory {
	font-weight: bold;
}


/*
*******************************
RIGHT SIDE STYLES
*******************************
*/
.navpanelright {
	border-collapse: collapse;
	border-spacing: 0;
	width: 210px;
	margin-bottom:14px;
} 

.navpanelrightheaderleft {
	padding: 0px;
	background:#dcdbdc;
}

.navpanelrightcontent {
	padding: 10px;
	color:#0531B2;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background:#83A2FE;
}

.navpanelrightheaderright {
	padding: 0px;
	background:#5c4d1d;
}

.navpanelleftheadercenter, .navpanelrightheadercenter {
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.navpanelrightheadercenter {
	color: #FDF113;
	padding: 0px 10px 5px 0px;
}

.navpanelrightheadercenter img {
	margin-top: -5px;
}

#panel-account p{
	padding: 5px 0px 0px 0px;
	text-align:center;
}

/*
******************************
BODY / CENTER / MIDDLE STYLES
******************************
*/
.navpanelbodyheadercenter {
	color: #4083a1;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.navpanelbodyheaderleft {
	width: 12px;
}

.navpanelbodyheadercenter {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #336666;
	font-size: 10px
}

.navpanelbodyheaderright { }

.mainbody {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.mainbodycenter {
	vertical-align: top;
	padding: 0px 10px 10px 10px;
	background: #fff;
}

.mainbodyleft   {
	width: 160px;
	vertical-align: top;
	padding: 8px 2px 5px 0px;
	background: #fff;
	height:463px;
}

.mainbodyright  {
	width: 210px;
	vertical-align: top;
	background: #fff;
	padding-top:5px;
	padding-left:10px;
}

/* Tab Bits */
.tab-table { 
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	height: 35px; 
}

.tab-left {
	background-repeat: no-repeat;
	width: 12px;
	height: 35px;
	padding: 0px; 
}

.tab-parenttable  {
	background-image: url(images/bg_tabs.gif);
	border: 0px; 
	border-collapse: collapse;
	padding: 0px; 
	width:950px;
}

.tab-text {
	vertical-align: top;
	border: 0px;
	border-collapse: collapse;
	padding: 5px 0px 0px 0px;
}

.tab-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FDF113;
	text-align: center;
	text-decoration: none;
}

.tab-table a:link, .tab-table a:visited {
	text-decoration: none;
}

.tab-table a:hover, .tab-table a:active {
	text-decoration: underline;
}

.tab-middle {
	width: 15px;
	height: 35px;
	padding: 0px;
} 

.tab-right {
	width: 12px;
	height: 35px;
} 


/* Added automatically */
.text-bold {
	font-weight: bold;
} 

.text-shipping-row1 { } 
.text-shipping-row2 { }

.basketlist-blank {
	background: white;
}

.productlist-hcol1 { }
.productlist-hcol2 { }
.productlist-hcol3 { }
.productlist-hcol4 { }
.productlist-col4 { }
.productlist-col3 { }
.productlist-col2 { }
.productlist-col1 { }

.table-error {
	background: #B22222;
}

.table-error-td {
	background: Red;
}

.error-text {
	background: White;
	font-weight: bold;
}

.error-heading {
	color: White;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.text-pricespecial {
	color: red;
}

.registerform .text {
	width: 140px;
	font-size: 12px;
	text-align: right;
}

.registerform .textbox, .registerform .select   {
	width: 180px;
} 

.boxText {
	text-align:center;
}

.text-shopping {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.inputRequirement { 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color:#ff0000;
}

.parent-cart  .navpanelright {
	background-repeat: no-repeat;
	background-image: url(images/menuright_bg.gif);
}

.navpanelright table {
	margin-left: 16px;
}

.parent-cart  .navpanelright .navpanelrightheader TD {
	padding-top: 5px;
}

.navpanelright table table {
	margin-left: 0px;
}

.navpanelright table {
	width: 163px;
}

.text-search tr td  {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.mainbodyright {
	background-repeat: repeat-y;
	background-image: url(images/menuright_bg_repeat.gif);
	background-position: 0px 0px;
	background-color: #fff;
	padding: 0px;
}

.search-label {
	font-size: 12px;
	font-weight: bold;
}

#advanced-search-button {
	font-size: 12px; 
}

#page-search #form-advsearch select  { 
	width:90%; 
}

#keyword { 
	width: 250px; 
}

#keyword-search-box {
	width: 175px;
}

#product_code { 
	width: 150px; 
}

#customer-reviews-heading { 
	padding-top: 10px;
	margin-bottom: 5px; 
}

#write-review-heading { 
	margin-bottom: 5px; 
}

.review-useful-button { 
	font-size: 10px; 
}

#product-review-title { 
	width: 250px; 
}

.productlisttable td { 
	border-bottom: 2px SOLID #82a5b4; 
}

.productlisttable .productlistheader td { 
	border-bottom: 0px; 
}

table.specialtable { 
	border: 1px solid #c0c0c0;  
}

table.specialtable TD { 
	padding: 7px 7px 7px 7px 
}

table.specialtable TH { 
	font-size: 12px; 
	color: #fff; 
	font-weight: bold; 
	background:#83A2FE;  
}

/*
old color:
	background:#4083A1;  
*/

/*******************************************
PRODUCT LIST STYLES
*******************************************/
/* Product List */
.product-info {
	color: Black;
}

.product-link {
	color:#0000FF;
}


.productlistheader {
	background-color:  #f0f0f0;
	color: Black;
	font-weight: bold;
	font-size: 10px;
	padding: 0;
}

.productlisttable {
	margin-top:10px;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10px;
	width: 480px;
}

/**************************************************************
PRODUCT DETAIL PAGE STYLES
***************************************************************/
#image-product {
	/*OLD*/
	/*border:1px solid #000; */
	/*border:1px solid #0000FF;*/
	padding: 10px;
}

#img-product div {
}

#image-product img {
	text-align: center;
}

.heading-product {
	font-size: 14px;
	color: #0531B2;
	font-weight: bold;
}

#productbody {
}

#product-image-table {
}

#layer_field1 {
	clear:both;
}

.productsection {
	width: 480px;
	font-size: 10px;
}

.productsection td table td{
	background-repeat: repeat-x;
}

#productphoto {
}

#productbuyinfo {
	width: 65%;
	padding: 10px;
	
	/* OLD
	border: 1px solid #000;
	background-color: #FEFCC4;
	*/
	border: 1px solid #0000FF;
	background-color: #C1D1FE;
	text-align: left;
}

#tell-a-friend-link {
	font-size: 9px;
	font-style: italic;
}

#tell-a-friend-link:link, #tell-a-friend:visited {
	text-decoration: underline;
}

#tell-a-friend-link:hover, #tell-a-friend-link:active {
	text-decoration: none;
}

#relatedproducts {
	padding: 5px;
	border: 1px solid #000;
}

/***************************************************************
PURCHASE ORDER HISTORY STYLES
**************************************************************/
.history-page, .history-search-page {
    padding:7px 0px 10px 0px;
}
.history-search-page TABLE, .history-page TABLE {
    font-size:11px;
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
.history-page #payandship-details td , .history-page #history-details td { 
    margin:0px;
    padding-left:5px;
    font-size:11px;
}
.history-page #history-details .history-details-label b, .history-page #payandship-details .history-details-label b {
    font-weight:bold;
    width:120px;
    font-size:11px;
}
.history-page #track-shipment-link {
    display:inline;
    padding:0px 0px 3px 25px;
    clear:none;
    background: url(images/icon-tracking.gif) no-repeat transparent top left;
}
.history-page A {
    font-weight:bold;
}
.history-page #itemsordered-details .items-reorder-link
{
    font-size:10px;
    color: #EA672A;
    cursor:pointer;
}
.history-page #itemsordered-details {
    font-size:12px;
}
.history-search-page .product-link
{
    font-weight:normal;
}
.history-search-page #history-search.formbox {
    margin-top:7px;
    padding:5px 5px 5px 8px;
}
.history-search-page #history-search.formbox P {
    margin: 3px 0px 3px 0px;
}
.history-search-page #history-search {       
    font-size:12px;
}
.history-search-page #history-search.formbox #history-searchselect {
    width:300px;
    margin-right:10px;
}
.history-search-page #history-search.formbox LABEL {
    margin-right:7px;
    display:block;
}
.history-search-page #history-search.formbox .history-input {
    width:207px;
    margin-right:8px;
}
.history-search-page #history-results td { 
    margin:0px;
    padding:5px;
}
.history-search-page .pagination {
    width:auto;
}
.history-page .heading-subcategory {
    padding:6px 0px 6px 5px;
    margin:0px 0px 0px 0px;
}
#table-navigation .heading-small {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}/* CSS Buttons */
.button-big, .button-small { display: block; cursor: hand; cursor: pointer; text-decoration: none; }
.button-big .button-text { width:90px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -51px; padding:0; line-height:21px; height: 23px; }
.button-big .button-left { width: 12px; height: 23px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px 0px; }
.button-big .button-right { width: 12px; height: 23px; background: transparent url(store_images/buttons.gif) no-repeat scroll -12px 0px; }
.button-small .button-text { width:40px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -37px; padding:0; height: 14px; line-height: 12px; }
.button-small .button-left { width: 9px; height: 14px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px -23px; }
 .button-small .button-right { width: 9px; height: 14px; background: transparent url(store_images/buttons.gif) no-repeat scroll -9px -23px; }
.button-right,.button-left { float: left; display: block; font-size:0px; }
.button-text { text-transform:lowercase; font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; float: left; display: block; color: #0732B1; text-decoration: none; text-align:center; }
.button-small .button-text { font-size: 10px; }
 .pagination .button-text { width:auto; }
 .pagination .button-right { margin-right: 1px; }
.pagination .button-small span { filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55; }
.pagination .button-small:HOVER span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.pagination .button-on span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.button-rightaligned   { float: right; }
