@media screen {

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; margin-bottom:1px; }

/* styling for the page body */
body { 
	padding:0 10px; margin: 0; background:#2888BF; font-family: Arial, Verdana, Helvetica, sans-serif;   font-size: 12px;
	color:#000; }

/* default styling for block elements */
td, p, form {text-decoration:none; margin:0; }

ul { margin: 2px 0 2px 20px; }

/* special styling for validation summary lists */
.validationSummary ul { padding-left:0; }

/* default styling for links */
a{ text-decoration: none; color: #4D148C; }
a:hover { color:#62778d; text-decoration:none; }

/* link styling for links that are highlighted on a page */
a.highlight { font-weight:bold; color:#003718; padding-top:5px; padding-bottom:5px; margin-top:5px; text-decoration:none; }

/* default styling for input elements */
input { vertical-align:middle; }
input.textBox { background:#fff; border:1px solid #b3b3b3; padding: 2px; width:190px; height:16px; margin:0 3px 0 15px; }
input.button, a.button {
    background:#fff url(images/button_bg.gif) repeat-x top; font-size: 12px; text-transform:uppercase;
    color: #3269ac; cursor:pointer; margin: 1px 0; font-weight: bold; border: 1px solid #bfbfbf; white-space: nowrap; }
input.button:hover, a.button:hover { background:#eef3f9 url(images/button_bg_hover.gif) repeat-x top; }
a.button { padding: 4px 5px; display:-moz-inline-box; display:inline-block;}
a.button:hover { padding: 4px 5px; display:-moz-inline-box; display:inline-block; }
input.button { height:21px; }
input.button:hover { height:21px; }
p.highlight { color:#DB0B0B; padding-top:5px; margin-top:5px; text-decoration:none;}

/* Text styles used to provide status information */
.goodCondition{font-weight: bold; color: #008000; padding-bottom: 3px;}
.warnCondition{font-weight: bold; color: #FFA500; padding-bottom: 3px;}
.errorCondition{font-weight: bold; color: #FF0000; padding-bottom: 3px;}

.contentArea { padding:5px 10px; }
.borderedArea { border:0px;}
.noTopPadding { padding-top:0; }
.noBottomPadding { padding-bottom:0;}
.noRightPadding { padding-right:0;}
.noLeftPadding { padding-left:0;}
.noTopBottomPadding {padding-top:0; padding-bottom:0;}
.noLeftRightPadding {padding-left:0; padding-right:0;}

/* style for element that acts as a spacer between other elements */
.spacer { clear:both; font-size: 1px; line-height: 1px; height: 1px; padding: 0; margin: 0; }

/* container for the breadcrumbs trail */
.breadCrumbPanel { padding: 2px; color:#663300; font-size:11px; font-weight:lighter; text-indent:16px;}
.breadCrumbPanel a { color:#663300; font-size:11px; font-weight:lighter; text-transform: lowercase; }
.breadCrumbPanel a:hover{ color:#003366; }
.breadCrumbPanel a:visited{ color:#663300; font-weight:bold; }
.CategoryBreadCrumbs{ background-color:#ffffff; border:0px; 
    padding: 4px; color:#C2D2DC; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; margin: 0 0 8px 0;}
.CategoryBreadCrumbs a{ color:#663300; font-size:12px; }
.CategoryBreadCrumbs a:hover{ color:#003366; }
.CategoryBreadCrumbs a:visited{ color:#663300; font-weight:bold; }
.breadCrumbLink{text-decoration: underline; text-indent: 0; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; border:1px solid #FF0000;}

/* generic styling for a suggested retail price */
.msrp { text-decoration:line-through; }

/* applied to ajax progress update */
#centeredProgress{ width: 300px;
    height: 200px; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -200px; z-index: 99;
    color: #fff; border: 5px solid #C1C1C1; background: #fff url(images/processing.gif) no-repeat 50%; }

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg {
    border: 0; padding: 0; margin: 0; width: 100%; position: absolute; background: #666; opacity: 0.3;
    filter: Alpha(opacity:30); z-index: 0; }
#ajaxProgress{
    padding: 0; position: absolute; background: #fff; background: #fff url(images/processing.gif) no-repeat 50%;
    z-index: 1; left:50%; margin-left:-100px; width:200px; height:200px; border: solid 2px #666; }

hr { width:100%; }
h2 { font-size:12px; }
h2.sectionHeader {
    background: url(images/section_header_bg.gif) repeat-x; padding: 0 0 0 10px; border:1px solid #4F616D; margin:0 0 12px 0;
    height:27px; line-height:27px; font-size:14px; color:#fff; font-weight:bold; }

/* styles to support the page layout                                                      */
#leftSidebarPanel {
    width: 166px; margin: 0; padding: 4px 0 0 0; background: #d0c9bf url(images/LeftSdebar_Bg.gif) no-repeat left top; }
#leftSidebarPanel br{display:none;}
#leftSidebarPanel .section { margin:0; padding:0; background:#f9f9f9 url(images/leftSide_sectionBg.gif) repeat-y right;}
#leftSidebarPanel a{ text-decoration: none; color: #4D148C; }
#leftSidebarPanel .section .header{ height: 35px; margin: 0; padding: 0; background: #f9f9f9 url(images/section_header_bg1.gif) no-repeat right top;}
#leftSidebarPanel .section .header h2 {
    color: #3368ae; font-size: 12px; line-height: 35px; font-weight: bold; padding: 6px 0 0 23px; margin: 0;
    background: url(images/header_icons.gif) no-repeat  left top; text-transform:uppercase; }
#leftSidebarPanel .section .content { background:url(images/leftSide_conentEdgeBottom.gif) no-repeat left bottom; padding:0 0 14px 0;}
#leftSidebarPanel .section .content .inputForm{margin: 0; }
#leftSidebarPanel .section .labelheading {padding:5px 10px 0 12px; font-weight:lighter; }
#leftSidebarPanel .H2 {font-weight:lighter; color: #3368ae; font-size:11px;}
#leftSidebarPanel .section .content table{ width: 100%;  margin: 0; border-collapse:inherit;}
#leftSidebarPanel .searchFilterHeader { margin: 4px 0 0 0;}

/*- styles for featured -*/
#featured {
    margin: 0;  padding: 0 9px 0 0; 
	background:url(images/rightSideEdge.gif) no-repeat right bottom; }
#featured br{ display:none;}
#featured .VisiblePanel{width:100%; height:100%; overflow:hidden;}
#featured .section { margin: 0; padding: 0; }
#featured .section .header {
    height: 32px; border: solid 1px #d6d5d3; border-bottom:0; margin: 9px 0 0 0; padding: 0;
	background:#fff; padding:0 10px; }
#featured .section .header h2 {
    float:left; width: auto; font-size: 12px; line-height: 32px; padding: 0; text-transform:uppercase;
    margin: 0; color: #3469af; height: 32px;  }
#featured .section .header a { float:right; text-decoration:underline; color:#666; padding:0; margin:0; }
#featured .section .header a:hover { color:#984700; }
#featured .section .content { padding:9px; margin: 0;  border:solid 1px #d6d5d3; border-top:0; background:#fff;}
#featured .section .labelheading { font-weight:lighter;   }
#featured .H2 { font-weight:lighter; color: #3368ae; font-size:11px; }
#featured .section .content .category {  }
#featured .section .content table{ width: 100%;  margin: 0; border-collapse:inherit;}
#featured .section .content table .thumbnail { border: solid 3px #fef2dc; }
#featured .section .footer { height:24px; line-height:24px; margin:0; color:#8C0901; margin-top:8px; padding: 0 2px; }
#featured .section .relatedProducts{ border:solid 1px #d6d5d3;}
#featured .searchFilterHeader { margin: 4px 0 0 0; }
#featured .searchFilterHeader h2{ color:#3469af; font-size:11px; font-weight:bold; text-transform:uppercase;}



/*- styles for right sidebar            -*/
#rightSidebarPanel {
    width: 182px; margin: 0;  padding: 0 9px 0 0; 
	background:url(images/rightSideEdge.gif) no-repeat right bottom; }
#rightSidebarPanel br{ display:none;}
#rightSidebarPanel .VisiblePanel{width:100%; height:100%; overflow:hidden;}
#rightSidebarPanel .section { margin: 0; padding: 0; }
#rightSidebarPanel .section .header {
    height: 32px; border: solid 1px #d6d5d3; border-bottom:0; margin: 9px 0 0 0; padding: 0;
	background:#fff; padding:0 10px; }
#rightSidebarPanel .section .header h2 {
    float:left; width: auto; font-size: 12px; line-height: 32px; padding: 0; text-transform:uppercase;
    margin: 0; color: #3469af; height: 32px;  }
#rightSidebarPanel .section .header a { float:right; text-decoration:underline; color:#666; padding:0; margin:0; }
#rightSidebarPanel .section .header a:hover { color:#984700; }
#rightSidebarPanel .section .content { padding:9px; margin: 0;  border:solid 1px #d6d5d3; border-top:0; background:#fff;}
#rightSidebarPanel .section .labelheading { font-weight:lighter;   }
#rightSidebarPanel .H2 { font-weight:lighter; color: #3368ae; font-size:11px; }
#rightSidebarPanel .section .content .category {  }
#rightSidebarPanel .section .content table{ width: 100%;  margin: 0; border-collapse:inherit;}
#rightSidebarPanel .section .content table .thumbnail { border: solid 3px #fef2dc; }
#rightSidebarPanel .section .footer { height:24px; line-height:24px; margin:0; color:#8C0901; margin-top:8px; padding: 0 2px; }
#rightSidebarPanel .section .relatedProducts{ border:solid 1px #d6d5d3;}
#rightSidebarPanel .searchFilterHeader { margin: 4px 0 0 0; }
#rightSidebarPanel .searchFilterHeader h2{ color:#3469af; font-size:11px; font-weight:bold; text-transform:uppercase;}

.Cell { padding: 5px 10px; border: solid 1px #d6d5d3; border-top:0; background:#fff; }
.expressCheckoutCell{ border: solid 1px #d6d5d3; border-top:0; background:#fff;}
.ourDepartmentsCell{border:solid 1px #d6d5d3; padding:5px; line-height:18px; border-top:0; background:#fff;}
.ourDepartmentsCell b{ font-weight:lighter; color:#3368ae;} 
.onePageCheckoutCell { padding: 5px 10px; border: solid 1px #d6d5d3; border-top:0; border-top:0; background:#fff;}
.shippingEstimateCell { border:solid 1px #d6d5d3; padding: 3px; border-top:0; background:#fff;}
.myRecentOrdersCell { border:solid 1px #d6d5d3; padding: 5px 10px; line-height: 25px; border-top:0; background:#fff;}
.myRecentOrdersCell .bullet{ background:url(images/bullet1.gif) no-repeat left; padding-left:18px; }

#leftSidebarPanel .Cell { 
	padding: 5px 10px 5px 5px; border:0; background: url(images/leftSide_conentEdgeBottom2.gif) no-repeat left bottom; }
#leftSidebarPanel .expressCheckoutCell{ padding: 5px 10px 5px 5px; border:0; background: url(images/leftSide_conentEdgeBottom2.gif) no-repeat left bottom;}
#leftSidebarPanel .ourDepartmentsCell{ 
	padding: 5px 10px 5px 5px; border:0; background: url(images/leftSide_conentEdgeBottom2.gif) no-repeat left bottom;
	font-size:9px;}
#leftSidebarPanel .ourDepartmentsCell b{ font-size:11px;}
#leftSidebarPanel .ourDepartmentsCell hr{ display:none; }
#leftSidebarPanel .onePageCheckoutCell { padding: 5px 10px 5px 5px; border:0; background: url(images/leftSide_conentEdgeBottom2.gif) no-repeat left bottom;}
#leftSidebarPanel .shippingEstimateCell { padding: 5px 10px 5px 5px; border:0; background: url(images/leftSide_conentEdgeBottom2.gif) no-repeat left bottom;}
#leftSidebarPanel .shippingEstimateCell input{ width:50px;}
#leftSidebarPanel .shippingEstimateCell select{width:50px;}
#leftSidebarPanel .myRecentOrdersCell { padding: 5px 10px 5px 5px; border:0; background: url(images/leftSide_conentEdgeBottom2.gif) no-repeat left bottom;}

/*- styles for main panel               -*/
/*mainPanel { padding: 9px; background:url(images/mianPaneEdge.gif) no-repeat left bottom;}        -*/
#mainPanel { padding: 9px; background:#fff;}
#mainPanel table{ background:#fff; border:0px; border-top:0; }
#mainPanel table:last-child{ width:100%; border:0; }
#mainPanel .section { margin-bottom:5px; }
#mainPanel .section .header {
	margin:9px 0 0 0; height: 32px; line-height:32px; background: #fff url(images/pageHeaderBg.gif) repeat-x bottom; padding:0 20px;}
#mainPanel .section .header H2 {  font-size: 12px; color: #3367b0; padding: 0; margin: 0; width:auto; text-transform:uppercase; 
    font-weight:bold; line-height:19px; padding:14px 0 0 0; text-indent:10px; background:#fff; text-align:left;}
#mainPanel .section .content {border:solid 1px #d6d5d0; border-top:0; background:#fff; padding:9px; }
#mainPanel .section .content table.inputForm { background: #fff; border: solid 1px #CFDFDF; padding: 5px;}
#mainPanel div .iner_frame .itemList tr td{ border:solid 1px #8FA0AB; padding-top: 5px; padding-bottom: 5px; }
#mainPanel div .iner_frame .itemList tr td a{ color:#666; font-size: 11px; }
#mainPanel div .iner_frame .itemList tr td a:hover{ color:#416573; }
#mainPanel div .iner_frame .itemList tr th{ border:solid 1px #8FA0AB; }
#mainPanel div .iner_frame .itemList{ border:solid 1px #8FA0AB; }
.iner_frame{ background: #fff; border: solid 1px #d6d5d1; padding: 8px; border-top:0; }
#mainPanel div .itemList tr.even td{ border:solid 1px #b3b3b3; line-height: 15px; background: #fff; }
#mainPanel div .itemList tr.altodd td{ border:solid 1px #ccc; line-height: 15px; background: #fff; }
H2.preference {
    background: url(images/section_header_bg.gif) repeat-x; height:29px; line-height:24px; padding: 0 5px 0 4px;
    margin:0; color:#fff; margin-left:4px; margin-right:4px; }
#mainPanel .form .inputForm { background: #fff; }
#mainPanel .form .inputForm textarea { border:solid 1px #afa9b3; }
#mainPanel .dialogSection  .inputForm {  padding: 10px; color: #3f2a4d; }
#mainPanel .dialogSection .header {
	margin:9px 0 0 0px; background: #fff url(images/pageHeaderBg.gif) repeat-x bottom; height: 32px; line-height:32px;
	border:solid 1px #d5d4d2; border-bottom:0; padding:0 20px;}
#mainPanel .dialogSection .header h2 {
	font-size: 12px; color: #3367b0; padding: 0; margin: 0; width:165px; text-transform:uppercase; 
    font-weight:bold; line-height:19px; padding:14px 0 0 0; text-indent:10px; background:#fff; text-align:left;}
#mainPanel .dialogSection .header a { float:right; text-decoration:underline; color:#666; }
#mainPanel .dialogSection .header a:hover { float:right; text-decoration:underline; color:#8C0901; }
#mainPanel .dialogSection .content { margin-top:0;   background: #fff; min-height: 200px; padding:9px; border:solid 1px #d6d5d0; border-top:0;}
#mainPanel .dialogSection .content table th.rowheader{background:White;}
#mainPanel .dialogSection .content table td.txt{}
#mainPanel .dialogSection .nofooter { margin-right:0;}
#mainPanel .dialogSection .footer {
    background: #DCDCDC url(images/sectionFooterBackground.gif) repeat-x left top; height:24px; line-height:24px;
    margin:0; color:#8C0901; margin-top:8px; }

/* styling for validation summaries that appear in the main panel */
#mainPanel .validationSummary { margin-bottom:6px; }

/* outer wrapper for the main page content */
#outerContentWrapper { text-align: center; width: 100%; margin:0 auto;}
#innerContentWrapper { text-align: left;  background: url(images/header_bg.gif);}
table#contentLayout .form tr { background: #fff; border: 1px solid #d6d5d3;}
table#contentLayout { width:100%; }

#outerFrame{}
/* style for the outer store header container */
#storeHeader { width:100%; margin:  8px auto 0 auto; background: #fff; }
#storeHeader .logo { padding: 0 0 0 0px; }
#storeHeader .headerContent {
    height: 13px; background: url(images/Header_Edge.gif) no-repeat left top; padding: 9px; margin: 0 10px 0 10px;}
#storeHeader .shortcuts { height:28px; }
#storeHeader .accountLinks2 {background: url(images/Header_Edge.gif) no-repeat left top; margin: 0 10px 0px 10px; margin-top:2px; padding: 0px 0px 0px 0px;}
#storeHeader .accountLinks {margin: 0 10px 0px 10px; margin-top:2px; padding: 0px 0px 0px 0px;}
#storeHeader .accountLinks li {display: inline; list-style-type: none; padding-right: 20px; }


#storeHeader .shortcuts  a {
    font-family: Verdana, Arial, Helvetica, sans-serif; display: block; background:#798fa6 url(images/button_topBg.gif) no-repeat left top; 
    width: 110px; float: left; height: 20px; padding: 9px 0 0 0px; margin: 0 0 0 2px; border-bottom:solid 3px #214b7b;
    font-size: 11px; text-transform: capitalize; color: #fff; text-decoration: none; text-align: center; }
#storeHeader .shortcuts a:hover { border-bottom: solid 3px #627a94; background:#2888BFurl(images/button_topBg.gif) no-repeat left top;}

/* style for specific shortcuts */

#storeHeader .search { 
	height:auto; padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align:center; background: url(images/searchPhrase.png) left no-repeat; }
#storeHeader .catList {
height:40px; padding:3px 10px 3px 10px;  border: 0px; background:#28A8D3; } 
#storeHeader .custServ {background: #28A8D3; url(images/custserv.gif) left no-repeat; }
#storeHeader .search input.searchPhrase { 
	border:0; width:121px; margin: 7px 2px 0px 0px;
	height:12px; font-size:14px; color:#000000; float:left;margin-left:10px;}
.searchButton {
    font-family: Verdana, Arial, Helvetica, sans-serif; background: url(images/search-button05.png) no-repeat 0; font-size: 14px;
    color: #fff; border:none; padding: 0px 0px 5px 10px;; font-weight: bold; cursor:pointer; margin:0px; width:94px; height:26px; text-align:center; }
.searchButton:hover { text-decoration:underline; }
.allButton {
    background: #fff url(images/button_bg.gif) repeat-x; font-size: 12px;
    text-transform: capitalize; color: #3269ac; border: solid 1px #bfbfbf; padding: 0 2px; font-weight: bold; cursor:pointer;
    margin:0; position: absolute; left: 172px;  width:56px; height:19px; text-align:center; line-height:22px; }
.allButton:hover { background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top;  }
#storeHeader .navigation { 
	width:auto; text-align:left; height:44px; padding:0 11px 0 175px; background:url(images/navigation_leftSide.gif) no-repeat left top; }
#storeHeader .navigation .content { border:solid 1px #798fa6; height:42px; width:auto; background:#f9f9f9; }
#storeHeader .navigation a {
    background: url(images/navigation_button_rightSide.gif) no-repeat right top; font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 14px; color: #617b94; text-transform: capitalize; width: auto; padding: 12px 18px 13px 18px;
    text-decoration: none; text-align: center; line-height:41px; font-weight:bold; }
#storeHeader .navigation a:hover { background: #e6f0fa url(images/navigation_button_rSide2.gif) no-repeat right top; }

/* styles for the store footer section                                                    */
#footer { 
	height: 54px; color: #3368ae; line-height: 18px; margin:0 auto; padding:10px 0 0 165px; text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
#footer p { padding: 8px 0 0 6px; width:auto; }
#footer p a {
	color:#000; font-size: 12px; text-decoration:none; font-weight: lighter;
    padding: 0 14px; border-left: 1px solid #000; }
#footer p a:first-child { border-left: none; }

/* container for the store navigation links */
#storeNav { margin: 2px 1px; width: 198px; }
#storeNav a {  background: #666;  color:#666;  font-weight:bold;  text-decoration:none;  display:block;  padding: 8px 3px 8px 40px; border-bottom: 1px solid #fff; }
#storeNav a:hover {  color:#F99034; text-decoration:underline; }
#storeNav a.basket { background: #000 url(images/storeNav_basket.jpg) no-repeat 5px 3px; }
#storeNav a.wishlist { background: #000 url(images/storeNav_wishlist.jpg) no-repeat 5px 3px; }
#storeNav a.account { background: #000 url(images/storeNav_account.jpg) no-repeat 5px 3px; }
#storeNav a.login { background: #000 url(images/storeNav_login.jpg) no-repeat 5px 3px; }
#storeNav a.logout { background: #000 url(images/storeNav_logout.gif) no-repeat 5px 3px; }
#storeNav a.admin { background: #000 url(images/storeNav_admin.gif) no-repeat 5px 3px; }

/* styling for the search dialog container */
#storeSearch { width: 100%; padding: 0; margin: 0 20px; display: block; }
#storeSearch input.keywords { border:1px solid #EE8122; width:131px; height:15px; padding:2px 0 0 4px; }
#storeSearch input.searchButton { margin:0; vertical-align: middle; }
#storeSearch .tagline { font-size:24px; color:#4A4A48; width:250px; margin-right:45px; }
/* container for form */

table.inputForm input { border:solid 1px #d6d5d3; padding: 2px; }
table.inputForm select { border:solid 1px #d6d5d3; width: 330px; padding: 2px; }

table.inputForm .rowHeader { padding:10px 5px 10px 10px; text-align:left; width: 130px; }
table.inputForm .rowHeader a {  border:1px solid #650101; width:100%; color: #666; font-size: 10px; font-weight:bold; text-align:left; padding: 6px; }
table.inputForm .rowHeader * {  font-weight: bold; font-size: 12px;  }

/* style for paging container */
.paging { text-align: right; padding: 15px 0 5px 1px; margin: 15px 0 5px 0;}
.paging span , .paging .current {
	padding:6px 10px;  font-weight: lighter; font-size: 16px; 
	margin: 3px 0 3px 1px; background: #fff; border:solid 1px #d6d5d1; color: #bfbfbf; }
.paging a { 
	padding: 5px 10px; font-weight: bold; font-size: 16px; margin: 3px 0 3px 1px; background: #fff url(images/button_bg.gif) repeat-x top; color: #3269ac; 
	text-decoration:none;  border:solid 1px #d6d5d1;}
.paging a:hover { background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; border:solid 1px #bfbfbf; }


ul.category { margin: 0; padding: 0; list-style-type: none; }
ul.category li{ margin:0; padding:0; border-bottom: 1px solid #f9f9f9; }
ul.category li a { 
	display: block; padding: 8px 8px 8px 24px; color: #495e6f; line-height:12px; font-size:11px; 
	background:url(images/categoryLine.gif) no-repeat right bottom;}
ul.category li a:hover { color:#3368ae; }

/* container for the buy product form */
table.buyProductForm { background: #d6d5d3 url(images/buyProductFormEdge.gif) no-repeat left top; padding:5px 5px 5px 5px;  width: 100%; }
table.buyProductForm td, table.buyProductForm th {  padding:3px; }
table.buyProductForm .rowHeader { color: #666; font-weight: bold; font-size: 11px; border-width: 0; padding:10px 5px 5px 5px;
    border-right: dotted 1px #E1EAEF; text-align: right; }

.optionPicker td { border: outset 2px #999; }
.optionPicker td.selected { border: inset 2px #999; }

/* wrapper for the catalog container */
.catalogWrapper { margin:0 0 0 1px;}
.catalogWrapper .Thumbnail{
    padding: 10px; margin-right: 10px; background:#fff url(images/thumbnailTdBg.gif) no-repeat top left;}    
.catalogWrapper td{ color: #000; }
.catalogWrapper .tableNode{height: 270px;}

#Price { border:solid 1px red; }

/* node in the catalog display - used in flow layouts */
.catalog .flowNode {
    text-align:center; margin:0; padding:5px; float:left; width:238px; height:180px; border:1px solid #C4C4C4; }
.catalog .tableNode { 
	text-align: center;  padding: 10px; }
.catalog .tableNode div { margin-top:10px;}
.catalog .tableNode img { margin-top:6px;}   
.catalog .tableNode a { color:#6b4500; font-weight:normal; }
.catalog .tableNode a:hover { color:#3368ae; }
.catalog .tableNode .Thumbnail { background: #fff; padding: 5px; line-height: 25px;}
.catalog .thumbnail { display: block; width: auto; margin: 0 auto 5px; color:#01076C; background: #003333; }
.catalog .separator { display:none; }
table.productsGrid td { margin: 0; }
td.thumbnail{ 
	text-align:top; height:151px; padding:6px 6px; width: 35%; vertical-align:top;
	border:0;}
table.productsGrid .thumbnail{ width: 120px; }

/* cell that displays the product details */
td.details{ padding: 0 5px 5px 10px; text-align: left; vertical-align:text-top; border:solid 1px #fff;}
td.details div{ padding: 10px 3px 3px 0;}
td.details .highlight{ height:20px;}
td.details p {height:0;}
td.details .detailsInnerPara { height:60px; color:#495e6f; font-size:11px; background:url(images/dottedLine.gif) repeat-x bottom; }
td.details .detailsInnerPara a{color:#003399; font-weight:normal; font-size:12px;}
td.details .detailsInnerPara a:hover {color:#666; }

td.details p a{color:#8a5d0a;}
td.details p a:hover{color:#666;}

/* style for separators in the grid */
.rowSeparator{ padding:10px 5px 5px 20px; }
.itemSeparator{background: url(images/v_dot.gif) repeat-y left top; padding-right:5px;}

/* styles for product display pages                                                       */
div.productHeader { margin: 0 0 9px 0; padding: 0; background: #546FC8 url(images/section_header_bg1.gif) repeat-x 0 0;}
div.productTabDetail H2{
    background:#fff; border:solid 1px black; font-size:12px; font-weight:bold; padding:4px; margin:2px 0 4px 0; }
div.productTabDetail{ min-height:200px; border:1px solid black; padding:4px; }

/* styles for page header                                                       */	
div.pageHeader div.content { padding:3px; }
div.pageHeader { 
	margin:9px 0 0 0; background: #fff url(images/pageHeaderBg.gif) repeat-x bottom; height: 32px; line-height:normal;
	border:solid 1px #d5d4d2; border-bottom:0; padding:0 20px;}
div.pageHeader H1{ font-size: 12px; color: #3367b0; padding: 0; margin: 0; width:auto; text-transform:uppercase; 
    font-weight:bold; line-height:19px; padding:14px 0 0 0; text-indent:10px; background:#fff; text-align:left; }
	
/* styles for search page                                                                 */
.searchFilterPanel { margin:0; }
.productGridBorder{ width: 100%; margin: 0; padding:3px 0 0 0; background: #f9f9f9 url(images/leftSide_sectionBg.gif) repeat-y right;  }
#rightSidebarPanel .productGridBorder { background:#fff; border:solid 1px #d6d5d1; margin-bottom:5px;  }
#rightSidebarPanel .productGridBorder div { background:none;}

.productGridBorder div { background: url(images/leftSide_conentEdgeBottom2.gif) no-repeat left bottom;}
.productGridBorder input{ border:solid 1px #d6d5d3; }

/* header for the search filter panel */
#rightSidebarPanel.searchFilterHeader {
    background: #fff url(images/section_header_bg2.gif) repeat-x left top; height:33px; line-height:33px; color:#3368ae;
    font-size:14px; font-weight:bold; text-align:left; margin: 0; 
	border-bottom:1px solid #d6d5d3;}
#rightSidebarPanel.searchFilterHeader h2 {
    background: url(images/header_icons2.gif) no-repeat 0 0;
     margin:0; border-right:1px solid #d6d5d3; font-weight:bold; font-size:12px; text-indent: 12px; }

#leftSidebarPanel .searchFilterHeader{ height: 35px; margin: 0; padding: 0; background: #f9f9f9 url(images/section_header_bg1.gif) no-repeat right top;}
#leftSidebarPanel .searchFilterHeader h2 {
    color: #3368ae; font-size: 12px; line-height: 12px; font-weight: bold; padding: 16px 0 0 23px; margin: 0;
    background: url(images/header_icons.gif) no-repeat  left top; text-transform:uppercase; } 
	 
/* used for the show all link in the search filter panel */
.showAll { 
    color:#3368ae; font-weight: bold; text-align: right; width: auto; display: block; padding: 2px 10px 2px 2px;
    margin: 5px 5px 2px 5px; font-size: 12px; text-transform: uppercase; }

.showAll:hover { color:#8A5D0A; }

/* links used to apply a different search criteria */
a.searchCriteria { 
    text-decoration: none; background: url(images/categoryLine.gif) no-repeat right bottom; display: block;
    line-height: 13px; font-size: 11px; padding: 5px 3px 8px 20px; color:#495e6f; border-bottom:solid 1px #f9f9f9; }
a.searchCriteria:hover { color:#3368ae; }
h3.searchCriteria {
	height:32px; margin-top: 0; line-height:40px; text-indent: 20px; font-size:12px;
	color:#3368ae; font-weight:lighter; }
.summarySection h3 { font-size:100%; }
.summarySection .summarySectionContent a{
    color: #3269ac; background: #fff url(images/button_bg.gif) repeat-x; float: left; padding:1px 5px; 
    border: solid 1px #bfbfbf; }
.summarySection .summarySectionContent a:hover{ background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; }
.searchSortHeader { 
	background:#fff; height:29px; line-height:29px; padding: 0 5px; 
	margin:0; color:#3368ae; border:solid 1px #d6d5d3; border-bottom:0;  }

/* styling for span tag (text) within the search sort header */
.searchSortHeader span{font-weight:bold; }
.searchSortHeader .sorting{ border:  solid 1px #d6d5d1; padding: 1px; font-size: 12px; font-family:verdana; }

/* styles for the mini basket                                                             */
#miniBasketMainBox { padding : 0; font-size : 11px; position:relative;}
#leftSidebarPanel #miniBasketSubTotalBox { background:url(images/leftSide_conentEdgeBottom.gif) no-repeat left bottom; padding-bottom:10px;}
.miniBasketItemBox { padding:5px 0; background:url(images/dottedLine.gif) repeat-x bottom; }
#leftSidebarPanel .miniBasketItemBox { 
	padding:5px 5px 5px 10px; background:url(images/categoryLine.gif) no-repeat right bottom;
	border-bottom:solid 1px #f9f9f9; }

.miniBasketIconBox { width:50px; height:50px; float:left; position:relative; border: solid 1px #d6d5d3; background:#fff;
    vertical-align:baseline; overflow:hidden; }
.miniBasketItemTitleBox { margin-left: 60px; }
.miniBasketItemTitleNoIconBox {padding-left:5px;}
.miniBasketItemTitle { color:#3f2a4b; font-weight: normal; float:left; position:relative; text-align:left;}
.miniBasketItemTitle a { color:#666;}
.miniBasketItemTitle a:hover { color:#8A5D0A;}  
.miniBasketSubItemTitle { font-size: 10px; padding: 0; text-indent:0; margin: 0; clear:both;}
.miniBasketSubItemTitle li {
	font-size:10px; color:#788A95; list-style-type:none; list-style-image:url('images/miniBasketBullet.gif'); margin:4px 0 0 10px;}
.miniBasketQtyDeleteLine { padding : 5px 5px 10px 0; background : transparent; clear: both; text-align:center;}
.miniBasketQtyDeleteLine span{ font-weight: bold; color: #3f2a4b; text-transform: capitalize;}
.miniBasketQtyDeleteLine a{ background:#fff url(images/button_bg.gif) repeat-x; width: 48px; height: 14px; color: #3269ac;
    border: solid 1px #bfbfbf; padding: 2px 3px;}
.miniBasketQtyDeleteLine a:hover{ background:#eef3f9 url(images/button_bg_hover.gif) repeat-x top;} 
.miniBasketQtyInput{
    padding : 1px; margin-right : 3px; margin-top: 1px; width : 20px; Height : 13px; border :1px #d6d5d3 solid; font-size:9px;}
.miniBasketPriceLabel, .miniBasketPrice{ padding: 2px; color: #003616; font-weight : bold; position:relative;}
.miniBasketPrice { color : #DB0B0B; }
#miniBasketSubTotalBox div .content .nofooter{ border: 0; }
#miniBasketSubTotalBox #tax_label,#ship_label {font-weight:bold; font-size:11px; width :45%; float : left; text-align : right;}
#miniBasketSubTotalBox #sub_label { float : left; font-weight : bold; font-size : 12px; width : 45%; text-align : right; position:relative;}
#miniBasketSubTotalBox #tax_num,#ship_num { font-weight : normal; font-size :11px; padding-left:3px; width:49%; float : left;}
#miniBasketSubTotalBox #sub_num {
    font-weight : bold; font-size : 14px; color : #DB0B0B; padding-left : 3px; padding-bottom: 5px; width : 49%; float : left; position:relative;}
#miniBasketCheckoutButtonBox {
  margin : 2px 0 0 0; padding : 8px 2px; text-align:center; background:url(images/dottedLine.gif) repeat-x top; }
  
/* styles for the basket                                                                  */
.emptyBasketPanel{
    background:url(images/empty_shop.gif) no-repeat 15%; padding-top: 20px; padding-left: 60px; margin: 20px 35px 35px 35px;
    height: 50px; text-align:center; }
.emptyBasketPanel span.message { font-size: 18px; font-weight: normal; }

/* links to products that are displayed in the basket contents */
a.basketProductLink {text-decoration: none; color:Red; font-weight:bolder;}
a.basketProductLink:hover {color:#666;}
.basketDialogPrice { font-weight:bold; }
div.emptyBasketDialogPanel { }
div.emptyBasketDialogPanel span.message { text-align:center; font-style:italic; padding:5px; }

/* styles for the wishlist                                                                  */
div.emptyWishlistPanel{
    background:url(images/wish_list.gif) no-repeat 15%; padding-top: 20px; padding-left: 60px; margin: 20px 35px 35px 35px;
    height: 50px; text-align:center;}
.emptyWishlistPanel { border:solid 1px #c6ac7d; background:#fff; text-indent: 5px; }
div.emptyWishlistPanel span.message{ font-size: 18px; font-weight: normal; color: #666; }
a.wishlistProductLink {text-decoration: none; color:#636363; font-weight:bolder;}
a.wishlistProductLink:hover {color:#666;}
.wishlistDialogPrice { font-weight:bold; }
div.emptyWishlistDialogPanel span.message{text-align:center; font-style:italic; padding:5px; }
    
/* styles common to all checkout pages                                                    */
div.checkoutPageHeader{ background:#fff; border:solid 1px #d6d5d1; border-bottom:0; }
div.checkoutPageHeader .content a{ padding: 1px 10px; color: #3468b1; font-weight:bold; text-transform:uppercase; }
div.checkoutPageHeader .content a:hover{ }
div.checkoutPageHeader H1 { 
	font-size: 18px; color:#3368ae; padding: 4px 0; margin: 3px 0 6px 0; text-indent: 5px;  }

#mainPanel .section .header {
	margin:9px 0 0 0; background: #fff url(images/pageHeaderBg.gif) repeat-x bottom; height: 32px; line-height:32px;
	border:solid 1px #d5d4d2; border-bottom:0; padding:0 20px;}
#mainPanel .section .header H2 {  font-size: 12px; color: #3367b0; padding: 0; margin: 0; text-transform:uppercase; 
    font-weight:bold; line-height:19px; padding:14px 0 0 0; text-indent:10px; background:#fff; text-align:left; width:200px;}

div.checkoutPageHeader div.checkoutSteps{
    background:#E5DECA; border:1px solid #BEB49D; padding:0; margin:4px 5px 4px 4px; float:right; }
div.checkoutPageHeader div.content{
    padding:10px 0; width: 930px; margin:0 auto; font-size:12px;}
.checkoutAlert{
    padding:10px; width: 780px; margin:0pt auto; border:solid 1px #d6d5d3; font-size:13px; text-align:justify;
    background: #fff;}

.LoginMessage { 
    background:#fff url(images/CategoryBreadCrumbsEdge.gif) no-repeat left top; padding: 5px 0; text-indent: 10px;
    width: 800px; margin:0pt auto; color:red; }
.LoginMessage a { 
    background:#f0ddbb url(images/checkoutPageHeaderEdgeHover.gif) no-repeat left top; color: #3368ae; font-weight: bold;
    padding: 1px 15px; }
.LoginMessage a:hover { 
    background:#d6d5d3 url(images/checkoutPageHeaderEdge.gif) no-repeat left top; color: #fff; font-weight: bold;}

/* used to contain the details for an individual shipment, used wherever information is organized by shipment */
div.shipmentSection{ margin-bottom:5px; border: solid 1px black; border-collapse:collapse; }
div.shipmentSection div.header{ border: solid 1px black; }
div.shipmentSection H2{ margin:0; padding: 0 2px; height:25px; line-height:25px; font-size:12px; }
div.shipmentSection .content{ padding:2px; }

/* used wherever a list of order items is displayed */
table.itemList { width:100%; border-collapse:collapse;  border:0;}
th.columnHeader{
	margin:0; background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; max-height: 29px; padding:7px 10px;
	border:solid 1px #a9a9a9; }
table.itemList td { padding:2px 10px; background: #fff; border:solid 1px #b3b3b3;} 
table.itemList td a{color: #416573;}
table.itemList td a:hover{color: #788F03;}
table.itemList th.items { 
    background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; padding-top: 6px; padding-bottom: 6px; 
    border: solid 1px #d6d5d3; max-height:29px; color:#3269ac;}
table.itemList td.items { background: #f6f5f1; padding:10px 10px 10px 15px; border: solid 1px #b3b3b3; text-align:left; line-height: 18px;}
table.itemList th.price {  background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top;  padding-top: 6px; padding-bottom: 6px; border: solid 1px #d6d5d3; max-height:29px; color:#3269ac;}
table.itemList td.price { background: #f6f5f1; padding:10px; border: solid 1px #b3b3b3; }
table.itemList th.address { background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; padding-top: 6px; padding-bottom: 6px; border: solid 1px #d6d5d3; max-height:29px; color:#3269ac;}
table.itemList td.address { background: #f6f5f1; padding:10px; border: solid 1px #b3b3b3; }
table.itemList td.address select{ border: solid 1px #b3b3b3; padding: 2px;}

/*checkout Navigation */
.checkoutNavigation { margin-top:4px; margin-bottom:8px; }
.checkoutNavigation span.validation { display:block;margin-bottom:12px; }

/* styles for table that lays out a form of data (such as an invoice)                     */
table.form {
   border-collapse: collapse; padding: 10px; page-break-inside:avoid; border: solid 1px #d6d5d3; width:100%;}
table.form td, table.form th{ padding:4px 8px; border-bottom: solid 1px #d6d5d3; }
table.form th { font-weight:bold; font-size:14px; border-bottom:solid 1px #d6d5d3; }
table.form th.verticalText{
    width:10px; text-align:center; color: #6f4600; font-size: 11px; letter-spacing: 25px; font-weight:bold;
    border-right: solid 1px #d6d5d3; background: #f1f0ec; vertical-align:middle; }
table.form th.header { text-align:left; }
table.form th.header span.caption { font-size:20px; }
table.form td.address { width:180px; border-right: solid 1px #d6d5d3; font-size: 12px;}
table.form td.address a{ 
    color: #3269ac; background: #fff url(images/button_bg.gif) repeat-x; float: right; padding: 1px 5px; 
    border: solid 1px #bfbfbf;}
table.form td.address a:hover{ background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; }
table.form td.expand { width:504px; line-height: 25px;}
table.form td.dataSheet { padding:0; background: #fff; }
table.form td.dataSheet * { font-size:12px; }
table.form table.dataSheet { margin-bottom:-1px; }

/* styling for the total row */
table.dataSheet tr.totalRow td, table.dataSheet tr.totalRow th{
    border-top: double 3px gray; border-bottom: double 3px gray; background:#656565; color:White; }

/* this is the container for the order summary on the view order page */
table.form td.orderSummary { width:202px;padding:15px; border-right: solid 1px #d6d5d3; }
table.form td.orderSummary h3 { margin: 0 0 2px 0; }

/* style for the invoice caption */
h1.invoice { margin: 0 0 6px 0; font-size:24px; font-weight:bold; }
h1.storeName{ margin: 0 0 6px 0; font-size:18px; font-weight:bold; }

/* styles for checkout progress indicator                                                 */
.checkoutProgress{
    background: #c3cdd9 url(images/checkoutProgressBackground.gif) repeat-x top; border:1px solid #62768e; height: 25px; font-size:11px;
    font-weight:bold; padding: 1px 1px 3px 1px; text-transform:uppercase; border-top:0;
    color:#fff; margin:0 18px; display:block; float:right; }
.checkoutProgress span{ display: block; float: left; width: auto; }
.checkoutProgress span.on{ padding: 3px 2px; margin: 1px; }
.checkoutProgress span.off{ padding: 2px; margin: 1px; }
.checkoutProgress span.on span{
    padding: 2px 6px; background:#fff; color:#3368ae; }
.checkoutProgress span.off span{ padding: 3px 6px 2px 6px; }

/* styles for checkout steps                                                              */
#storeHeader div.checkoutSteps{ background:#E5DECA; border:1px solid #BEB49D; padding:0; width:100%;}

/* styles for select shipping address                                                     */
table.addressBook{ width:97%; border:solid 1px #d6d5d3; border-top:0; }
table.addressBook th.caption{ 
	color: #3368ae; text-indent: 10px; padding: 2px 3px 2px 2px; background:url(images/dottedLine.gif) repeat-x bottom; }
table.addressBook th.caption .text{ float:left; display:block;  line-height:24px; }
table.addressBook th.caption .buttons{ float: right; display: block; }
table.addressBook td.entries {text-align: left; padding: 5px; }
table.addressBook .entry{
    background:#f1f0ec; vertical-align:middle; text-align:left; margin:0; border:solid 1px #d6d5d1;
    padding:5px 0 0 0; display: block; width: 350px; height:195px; float: left; }
.addressBook .address{
    text-align:left; padding:60px 0 0 50px; font-weight: bold; line-height: 15px; width:200px; float: left;}
.addressBook td .buttons{
    margin-top:5px; text-align:left; padding:60px 0 0 0; width: 100px; float: right; }
.addressBook td .buttons a{display:block; margin-bottom: 5px; width: 40px; text-align:center;}
table.addressBook td .buttons .button {margin-right: 5px;}

/* styles for select shipping method (checkout/shipmethod.aspx)                           */
table.selectShippingMethod td.dataSheet { padding:6px;  border:1px solid #d6d5d3;}
table.selectShippingMethod td.dataSheet th { 
	padding: 5px 2px;  background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; max-height:29px; border: solid 1px #d6d5d3;
	color:#3269ac;}
table.selectShippingMethod th.shipto { 
	background: #fff; color:#3368ae; height: 29px; line-height: 30px; border-bottom:0; margin:0 0 0 1px;}
table.selectShippingMethod td.items{background:#DEDEDE;}
table.selectShippingMethod th.items{background:#DEDEDE;}
table.selectShippingMethod td.methods{padding: 4px; text-align:left;  border-left:1px solid #8698B2; width:200px;}
table.selectShippingMethod td.methods h3{
    padding: 5px 2px; display:block; font-weight:bold; font-size:100%; color: #3368ae; margin: 3px 3px 6px 3px; }
table.selectShippingMethod td.methods .caption{display:block; font-weight:bold; margin-bottom:6px; text-align:center;}
table.selectShippingMethod td.methods textarea{ border:solid 1px #afa9b3;}

/* section to ask the customer whether to set gift options for an order */
.addGiftOptions{
    background:url(images/giftbox3.gif) no-repeat left top; margin: 0 auto; width:440px; height:98px; border:0;
    float:right; text-align:right;}
.addGiftOptions h3 { margin: 10px 10px 5px 300px; font-size:100%; }
.addGiftOptions .content { margin-right:10px; margin-top:5px; }
.addGiftOptions .buttons { margin-right:10px; margin-top:5px; }
.VisiblePanel { display:block; }
.ProductItemList{border-collapse:inherit;}
.PIVimage_desc{ min-height:60px; font-weight:lighter; color:#495e6f; font-size:11px;}
.PIVimage_desc a{ color:#3368ae; font-size:12px; font-weight:lighter;}
.HiddenPanel { display:none; }

/* styles for select gift options (checkout/giftoptions.aspx)                             */
.giftOptions { width:200px; }
.giftOptions textarea{ border:solid 1px #afa9b3;}
.giftOptions div.giftWrap { margin-top:2px; color: green;}
.giftOptions div.giftWrap div.noGiftWrap { font-style:italic; }
.giftOptions div.giftWrap div.oneGiftWrap span.name { font-weight:bold }
.giftOptions div.giftWrap div.multiGiftWrap span.title { font-weight:bold }
.giftOptions div.giftMessage span.title { font-weight:bold; border:solid 1px #b3b3b3; background:#f3f3f3; padding: 2px 10px; line-height:25px; color: #3368ae;}
.giftOptions div.giftMessage textarea { width:98%;height:40px; }

/*- styles for layout of payment page -- */
.paymentMethodSummary { width:170px;padding: 10px; padding-right: 30px;}
div.paymentMethodSummary { float:left; }
.paymentMethodList { background: #fff; width:70%;}
.paymentMethodSummary .section { margin-bottom:20px; }
.paymentMethodSummary .section .header { 
    background: url(images/section_header_bg.gif) repeat-x; margin-top: 10px; margin-bottom: 10px; }
.paymentMethodSummary .section .header h2 { color:#8a0000; }

/*- styles for order summary ----------- */
table.orderSummary { width:100%; }
table.orderSummary th { text-align:right;font-weight:normal; white-space:nowrap; border-bottom:0;}
table.orderSummary td { text-align:right; width:80px; border-bottom:0;}
table.orderSummary tr.totalDivider td { width:100%; }

/*- styles for payment forms ----------- */
table.paymentForm { width:100%; margin-bottom:20px; margin-left:5px;}
table.paymentForm td { padding: 2px; }
table.paymentForm th.caption { padding-top:8px; border-bottom:dotted 1px #d6d5d3; color: #3368ae; font-size: 14px; line-height: 30px; }
table.paymentForm th.rowHeader { text-align:left;  padding-right: 10px; }
table.paymentForm input{ border:solid 1px #d6d5d3;}
table.paymentForm select{ border:solid 1px #d6d5d3; width: 145px;}
table.paymentForm td.submit { text-indent:10px; }

/* styles for your account (Members/MyAccount.aspx)                                       */
ul.columns { margin: 0 0 0 30px; padding: 0; list-style: none; }
ul.columns li {
  margin: 2px; background-image: url(images/bullet1.gif); background-position: 0 3px; background-repeat: no-repeat;
  text-indent:20px; height: 20px; }

/* styles for view order page (Members/MyOrder.aspx)                                    */
div.orderSummaryPanel{ background: #c7ad7e url(images/orderSummaryPanelBg.gif) repeat-x; border: solid 1px #d6d5d3; margin:0; }
table.orderSummaryTable{
    width:100%; padding-left: 10px; text-indent: 10px; text-align:left; }
table.orderSummaryTable th.rowHeader{ width:16%; text-align:right; }
table.orderSummaryTable td a{ 
    color:#3068b2; font-size: 12px; font-weight: bold; padding: 0 10px 2px 10px; margin: 0; text-transform:uppercase;  }

/* styles for view row-style of my account page (Members/My Account.aspx)                 */
.odd{background: #fbfaf8;padding: 6px 2px 6px 6px;}
.even{background: #f6f5f1; padding: 6px 2px 6px 6px;}
.altodd{background: #fff; padding: 6px 2px 6px 6px;}
.altodd a {color: #6B4500;}
.altodd a:hover{color: #3368ae;}
a.altoddButton{ border: solid 1px #bfbfbf; padding: 1px 5px; background:#fff url(images/button_bg.gif) repeat-x; color: #3269ac; line-height: 22px;}
a:hover.altoddButton{ background:#eef3f9 url(images/button_bg_hover.gif) repeat-x top; }
.altodd td{color: #000; padding: 5px 10px;  line-height: 18px;}
.altodd input { border:solid 1px #d6d5d1; padding:2px;}
.altodd select { border:solid 1px #d6d5d1; padding:2px;}
.alteven{background: #f6f5f1; padding: 20px 2px 6px 6px;}
.alteven a {color: #3368ae;}
.alteven a:hover{color: #3368ae; }
.alteven td{ color: #000; padding: 10px; line-height: 18px;}
.alteven  input { border:solid 1px #d6d5d1; padding:2px;}
.alteven  select { border:solid 1px #d6d5d1; padding:2px;}

/* styles for view 'ship to' in ViewOrder page (Members/MyOrder.aspx)                   */
.ship_to{writing-mode: tb-rl; filter: flipv fliph;}

/*----- Common to all ----------*/
.small_cell{width: 300px;}
.small_cell .header{margin-top: 0;}
.lebeling{width: 100px;}

/* styles for paged list of data                                                          */
table.pagedList td{ padding:2px 4px; }
table.pagedList th { 
    padding: 7px 0; font-weight:bold; text-align:center; font-weight:lighter;
    background: url(images/dottedLine.gif) repeat-x bottom; }
table.pagedList th a { padding-left: 2px; color: #666; text-decoration:none; }
table.pagedList th a:hover { color: #3368ae; text-decoration:underline; }
table.pagedList tr.oddRow { background:#fbfaf8; height:42px; }
table.pagedList tr.evenRow { background: #f6f5f1; height:42px;}
table.pagedList tr.empty td{ width:300px; text-align:center;  padding: 10px; font-style:italic; border: solid 1px black; }

/************** Style for the Conactpage List ****************/
ul.contact li { list-style-image: url(images/bullet1.gif); }

/************** Style for the Product Image ******************/
.productimg{
    vertical-align:top; text-align:center; height: auto; max-width: 400px; padding: 6px;
    background: #fff url(images/thumbnailTdBg.gif) no-repeat left top;}

/* begin styles for modal popup dialogs                                                   */
.modalBackground { background:Gray; filter:alpha(opacity=70); opacity:0.7; }

.modalPopup {
    background:#E3EFFF; border-width:3px; border-style:solid; border-color:Gray; padding:3px; width:450px; }
.modalPopupHeader {
    cursor:move; background:#ddd; border:solid 1px Gray; color:Black; margin:-3px; padding:6px; font-weight:bold;}
.modalPopupText { padding:10px; }


/* style for the click to view price popup */
.pricePopup{
    background:#E3EFFF; border-width:3px; border-style:solid; border-color:Gray; padding:3px; width:300px;
    position:absolute; left:50%;  margin-left:-150px; z-index:99;}
.pricePopupHeader{ background:#ddd; border:solid 1px Gray; color:Black; margin:-3px; padding:6px; font-weight:bold; }
.pricePopup span.fieldHeader { display:block;float:left;width:135px;text-align:right;margin-right:6px; }
.pricePopup span.fieldValue { display:block;float:left; }

/* begin styles for one page checkout                                                     */
.opcFrame { margin:0 auto; width:900px; padding:9px; }
.opcFrame .content { border: solid 1px #d6d5d3; background: #f3f3f3; }
.opcMainPanel{
    width:600px;  padding-right:10px; vertical-align:baseline; }
.opcMainPanel select { border:solid 1px #d6d5d3; padding: 2px; }
.opcMainPanel input { border:solid 1px #d6d5d3; padding: 2px; margin: 5px 0 0 0;}
.opcMainPanel h2 { background: #eef3f9 url(images/button_bg_hover.gif) repeat-x top; border: solid 1px #d6d5d3; color:#3269ac; }
.opcMainPanel .inputForm { background: #fff; border: solid 1px #d6d5d3; }
.opcSidebar{
    width:300px; background:#fff; border-bottom: solid 13px #fff; padding: 5px 0 0 5px; }
.opcPaymentFrame { }
.opcPaymentMethods { background:#fff ; width:130px; padding: 5px; }
.opcPaymentForm { }

/*********** img-description *******/
p.image_desc { margin-left:3px; margin-right:3px; }

.ProductItemView { 
	width:194px; padding: 5px; height:215px; vertical-align:bottom; 
	background: url(images/dottedLine.gif) repeat-x bottom; border-bottom:0;}
#leftSidebarPanel .ProductItemView { background: url(images/categoryLine.gif) no-repeat right bottom; border-bottom:solid 1px #f9f9f9;}
#leftSidebarPanel .ProductItemViewOdd {background: url(images/categoryLine.gif) no-repeat right bottom; border-bottom:solid 1px #f9f9f9;}
.ProductItemViewOdd { 
	padding: 5px; width:194px; height:215px; vertical-align:bottom;
	background: url(images/dottedLine.gif) repeat-x bottom; border-bottom:0;}
	
#mainPanel .ProductItemView { background: url(images/dottedLine2.gif) repeat-y left; }
#mainPanel .ProductItemView:first-child { background:none;}
#mainPanel .ProductItemViewOdd { background: url(images/dottedLine2.gif) repeat-y left; }	

.ProductItemView .productsGrid .thumbnail{ border:solid 3px #f1eff4;  height: 120px;}
.ProductItemView .productsGrid { padding: 0;}
.ProductItemView .productsGrid .image_desc{ border:solid 1px #fef2dc; border-top:0; } 
.featuredProductContainer { padding-bottom: 0; }

.AgreementView{ background: #fff; margin: 5px; padding: 10px; border:solid 1px #92A7EC; }

div.welcomeImage { display:none;  }
.welcomeText{
    background:#f1f0ec; font-size:11px; font: Verdana; margin: 0; }
.welcomeText td { border-top: 1px solid #d8d7d3; text-align:justify; padding:12px; }
.itemSeperator { width: 2px; }

.inputFormText {
    border: 1px solid #8ed4af; padding:5px 0 0 9px; border-bottom: 0; border-top:0; font-weight: lighter;
    font-size:12px; background:#fff; margin: 0; }
.inputFormBodyText { font-size:11px; font-weight:bold; }
.orderItemsList { margin-left:12px; padding:0; }
}