BODY {
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: left;
}

A, Visited, Active {
    color: #003399;
    text-decoration: underline;
}
A:Hover {
    color: #990000;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#showOnPrint {
    display: none;
}
#printSendFunctions {
    float: right;
}

/*---------------------------------------------------------------------------------------------*/
/* Text Formatting */
.title {
    font-size: 14px;
    font-weight: bold;
}
.subTitle {
    font-size: 10px;
    font-weight: bold;
}
.caption {
    font-size: 9px;
    color: #666666;
}
.error {
    color: #990000;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}
.blueBold {
    color: #3770bf;
    font-weight: bold;
}
.strike-through {
    text-decoration: line-through;
}
/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #666;
    padding: 4px;
}
.dataBoxBody {
}
.dataBoxHeader {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #666;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.dataBoxRowValue {
    vertical-align: middle;
    text-align: left;
    width: 99%;
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */
.formButton_small {
    background-color: Transparent;
    background-image: url(images/buttonBG_Small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #666;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(images/buttonBG_Medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #666;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #666;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

.formControl {
    border: solid 1px #aaa;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
}
.formControl2 {
    border: solid 1px #aaa;
    color: #000;
    font-family: Tahoma;
    font-size: 10px;
    padding: 4px 5px 4px 5px;
}
/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
    color: #9a9898;
}
#breadcrumbs a, #breadcrumbs a:aisited, #breadcrumbs a:active {
    color: #9a9898;
    text-decoration: underline;
}
#breadcrumbs a:hover {
    color: #75b0ff;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Repeater Pagination (not related to grid pagination) */
#pageLinks {
    text-align: right;
}
.pageCurrent {
    font-weight: bold;
}
A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #990000;
    text-decoration: underline;
}
A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #990000;
    text-decoration: underline;
}
/*---------------------------------------------------------------------------------------------*/
#containter {
    width: 950px;
    margin: 0 auto;
}
#topNav {
    height: 28px;
    background-image: url(/images/topNav-background.jpg);
}
#topNav ul {
    margin: 0;
    padding: 6px 0 0 0;
    text-align: center;
}
#topNav ul li {
    display: inline;
    padding: 0 20px 0 0;
    font-weight: bold;
}
#topNav ul li img {
    position: relative;
    top: -2px;
}
#topNav ul li a, #topNav ul li a:visited, #topNav ul li a:active {
    color: #fff;
    text-decoration: none;
}
#topNav ul li a:hover {
    text-decoration: underline;
}
* html #middleSection {
    height: 1%;
}
#middleSection {
    margin: 0;
    padding: 0;
    background: #ffffff url(/images/content-background.jpg) repeat-y;
}
* html #middleSection .lftCol {
    height: 682px;
}
#middleSection .lftCol {
    width: 187px;
    background: url(/images/leftCol-background.jpg) bottom no-repeat;
    min-height: 682px;
    float: left;
}
.lftCol .searchBox {
    margin: 8px 0 0 8px;
    width: 171px;
    height: 32px;
    padding: 14px 0 0 0;
    background-image: url(/images/search-background.jpg);
    background-repeat: no-repeat;
}
.lftCol .searchBox img, .lftCol .loginBox img {
    position: relative;
    top: 4px;
}
* html .lftCol .loginBox {
    width: 171px;
    padding: 24px 0 0 0px;
}
.lftCol .loginBox {
    margin: 8px 0 0 8px;
    width: 171px;
    height: 56px;
    padding: 24px 0 0 0px;
    background-image: url(/images/login-background.jpg);
    background-repeat: no-repeat;
}
.miniCart {
    margin: 0;
    padding: 0;
    width: 171px;
    margin: 8px 0 0 8px;
    font-size: 9px;
}
.miniCart-body {
    background: url(/images/miniCart-Body.jpg) repeat-y;
    padding: 4px 10px;
}
.lftCol .leftNav {
    margin: 26px 0 0 8px;
    width: 171px;
}
.leftNav ul {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style: none;
}
.leftNav ul li {
    padding: 0 0 13px 8px;
    font-size: 11px;
    font-weight: bold;
    background: url(/images/leftNav-divider.gif) 2px 16px no-repeat;
}
.leftNav ul li a, .leftNav ul li a:active, .leftNav ul li a:visited {
    text-decoration: none;
    color: #555353;
}
.leftNav ul li a:hover {
    color: #3770bf;
}
#middleSection .rtCol {
    width: 740px;
    margin-left: 20px;
    padding-top: 15px;
    float: left;
}
#footer {
    min-height: 60px;
	background-color: #B7B7B7;
    background-image: url(/images/design-04-FINAL-sliced_22.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 10px 0 10px 0;
    color: #666666;
}
input {
    margin: 0;
}

/*****************Shopping Cart Mark up************************************/
#MenuHolder {
    width: 510px;
    margin: 0;
    padding: 0;
    float: left;
}
#MenuHolder .accHeader {
    background-color: #ddd;
    background-image: url(/images/gradient-background.jpg);
    background-repeat: repeat-x;
    color: #555353;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494;
}
#MenuHolder .accHeaderFirst {
    border: 1px solid #949494;
    background-color: #ddd;
    background-image: url(/images/gradient-background.jpg);
    background-repeat: repeat-x;
    font-size: 13px;
    color: #555353;
    padding: 6px 12px;
    font-weight: bold;
}
#MenuHolder .accHeaderFirst img, #MenuHolder .accHeader img {
    position: relative;
    top: 3px;
}
#MenuHolder .accHeader a, #MenuHolder .accHeader a:visited, #MenuHolder .accHeaderFirst a, #MenuHolder .accHeaderFirst a:visited {
    display: block;
    color: #555353;
}
#MenuHolder .accHeader a:hover, #MenuHolder .accHeaderFirst a:hover {
    color: #3770bf;
}
#MenuHolder .accContent {
    padding: 8px;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494;
}
.buttonHolder {
    text-align: right;
    padding: 10px 0;
}
#rtStats {
    width: 200px;
    float: left;
    margin: 0 0 0 12px;
}
#orderSum {
    border: 1px solid #949494;
    color: #555353;
}
#orderSum .topTitle {
    padding: 5px 2px;
    font-weight: bold;
    font-size: 13px;
    background-color: #555353;
    background-image: url(/images/gradient-background.jpg);
    background-repeat: repeat-x;
}
#orderSum .contentTotals {
    padding: 4px 2px;
}
#orderSum .sumFooter {
    padding: 5px 2px;
    background-color: #ddd;
    background-image: url(/images/gradient-background.jpg);
    background-repeat: repeat-x;
}
#gcHolder {
    margin: 8px 0 0 0;
    border: 1px solid #949494;
}
#gcHolder .topTitle {
    padding: 5px 2px;
    font-weight: bold;
    background-color: #ddd;
    background-image: url(/images/gradient-background.jpg);
    background-repeat: repeat-x;
}
#gcHolder .contentTotals {
    padding: 8px 4px;
}
#shipDetail {
    width: 473px;
    float: left;
    border: 1px solid #949494;
    min-height: 100px;
}
#orderSum2 {
    width: 225px;
    float: left;
    margin: 0 0 0 20px;
    border: 1px solid #949494;
}
#orderSum3 {
    width: 225px;
    float: left;
    margin: 0 0 0 20px;
    border: 1px solid #949494;
}
.titleHeaders {
    background-color: #ebeaea;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 3px;
    color: #555353;
}
.titleHeaders a, .titleHeaders a:visited {
    color: #3770bf;
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
}
.titleHeaders a:hover {
    color: #0099FF;
}
.dataDetails {
    padding: 8px 4px;
}
ul.prodList {
    margin: 10px 5px;
    padding: 0;
}
ul.prodList li {
    margin: 0 0 8px 0;
}
.priceHightlight {
    color: #757575;
    font-weight: bold;
}
.MainTitleHeader {
    font-size: 13px;
    font-weight: bold;
    padding: 4px 2px;
    background-color: #858585;
    color: #555353;
    background-image: url(/images/gradient-background.jpg);
    background-repeat: repeat-x;
}
#priceDetailBox {
    margin: 8px 0 0;
    border: 1px solid #949494;
}
.clear {
    clear: both;
}
#Wrapper {
    margin: 25px 0 0 0;
    color: #555353;
}


.cartItem_title {
    color: #000000;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.cartItem_value {
    color: #000000;
    font-size: 9px;
    font-weight: normal;
    text-align: left;
}

.salesOrder_box {
    background-color: #ffffff;
    border: solid 1px #949494;
    vertical-align: top;
}
.salesOrder_boxHighlighted {
    background-color: #fafafa;
    border: solid 1px #000000;
    vertical-align: top;
}
.salesOrder_header {
    color: #555353;
    background-color: #858585;
    background-image: url(/images/gradient-background.jpg);
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 2px;
}
.salesOrder_subHeader {
    background-color: #ebeaea;
    color: #555353;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 3px;
    margin: -5px -5px 5px -5px;
}
.salesOrder_totalTitle {
    background-color: #85b0e9;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
}
.salesOrder_totalValue {
    background-color: #85b0e9;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
}
.salesOrder_detail {
    padding: 5px;
}


.accountNav {
    font-size: 9px;
    margin: 8px 0 0 8px;
    padding: 0 0 0 0;
    width: 171px;
}
.accountNav-body {
    background: url(/images/miniCart-Body.jpg) repeat-y;
    padding: 1px;
}

.accountNav ul {
    list-style-type: square;
}
.accountNav ul li {
    padding: 0 0 3px 0;
}

