html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contentContainer {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentContainer 
{
    /*position: absolute;*/
	background-color: transparent;
	width: 100%; /* See note below */
	padding: 0px 0px 0px 0px;
	/*text-align: center;*/
	min-height: 100%;
	height: 100%;	
 
    /* See note below */
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}
/* Stupid hack lets IE see 100%, others see 70%. 
 */
#contentContainer {
    \width: 100%;
    w\idth: 100%;
}

#mainSpacer
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 5em;
	height:30px;
	clear: both;
}

 #mainTable
 {
    background-color:transparent;
    width:955px;
 }


#footer {
	/*position: absolute;*/
	/*bottom: 0px;*/
	background-color: transparent;
	width: 100%; /* See note below */ 
	left:0px;
}

/* Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 100%;
}
 
 #footerTable
 {
    margin-bottom:20px;
    background-color:#E2E2E3;
    width:955px;
    height: 15px; 
 }

.footerLink
{
    color: #5B626C; 
	font-weight: bold;
	font-size: 10px;
	text-decoration: none; 
	white-space:nowrap;
	margin-left:10px;
	margin-right:25px;
	margin-top: 8px;
	margin-bottom: 5px;
	border:solid 0px black;
}
.footerLink a:link { color: #5B626C; text-decoration: none; }
.footerLink a:visited {color: #5B626C; text-decoration: none;}
.footerLink a:hover { color: #5B626C; text-decoration: underline;}

#footer .sitemap
{
	width: 950px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#footer .sitemap div.section
{
	display: block;
	float: left;
	width: 225px;
	border-right: dotted 1px #ccc;
	margin-right: 5px;
	padding-right: 5px;
}

#footer .sitemap div.last
{
	border-right: none;
}

#footer .sitemap div.section div.header
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border-bottom: dotted 1px #ccc;
	padding-left: 3px;
}
#footer .sitemap div.section div.header a
{
	color: #666;
	text-decoration: none;
}
#footer .sitemap div.section div.header a:hover
{
	color: #666;
	text-decoration: underline;
}

#footer .sitemap div.section div.header2
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	border-bottom: dotted 1px #eee;
	padding-left: 6px;
}
#footer .sitemap div.section div.header2 a
{
	color: #666;
	text-decoration: none;
}
#footer .sitemap div.section div.header2 a:hover
{
	color: #666;
	text-decoration: underline;
}

#footer .sitemap div.section div.item
{
	font-size: 11px;
	font-weight: normal;
	padding-left: 9px;
}

#footer .sitemap div.section div.item a
{
	color: #666;
	text-decoration: none;
}
#footer .sitemap div.section div.item a:hover
{
	color: #666;
	text-decoration: underline;
}

/* basic selectors */
a:link, a:visited { 
    color:#003399;  
    text-decoration: none;
}


a:active, a:hover { 
    color: #CC6600;  
    text-decoration: underline;
}

th {
    vertical-align:top;
}

td {
    vertical-align:top;
}

h1 {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	color:#5B626C;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color:#5B626C;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color:#5B626C;
	margin-top:10px;
	margin-bottom:10px;
}

h4 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color:#5B626C;
	margin-top:10px;
	margin-bottom:10px;
}

img { 
    border: 0px; 
}

hr { 
    color: #CCCCCC; 
    height: 1px; 
}

hr.light { 
    color: #CCCCCC; 
    height: 1px; 
    border-style:dashed;   
}

form { 
    margin: 0px; 
    padding: 0px; 
}

input, textarea, select { 
    font: 100% Verdana, Arial, Helvetica, sans-serif; 
}

table.mainContent
{

}

table.centerContent
{
    width:100%;
    padding-left:10px;
    padding-right:10px;
}

table.aboveHeader {
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align:middle
}

table.header {
    width:100%;
    border: solid 1px #BBBBBB;
}

td.sideColumn {
    padding-top:10px;
}

.logincell {
    vertical-align:middle;
    text-align:center;
    width:50%;
}
 
div.uppermenu {
    text-align:right;
    margin-top:4px;
	z-index:100;
}

div.uppermenu ul {
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
}

div.uppermenu li {
    padding: 0px; 
    margin: 0px; 
    display: inline; 
    border-left: solid 1px #000000; 
}

div.uppermenu li.first { 
    border-left: none; 
}

div.uppermenu li a:link, div.uppermenu li a:visited { 
	padding: 0px 2px 0px 5px; 
	text-decoration: none; 
}

div.uppermenu li a:active, div.uppermenu li a:hover {
    text-decoration: underline;
}



td.searchBar {
	background: url('dyimage.axd?type=boxHeader&gtype=Triangular&width=1&height=30&cornersize=0') repeat;
    vertical-align: middle; 
    padding-left:10px;
    border-right: solid 1px #BBBBBB;
}

div.bar {
	height: 37px;
	font-size: 110%;
}

div.bar div {
	padding:  7px 20px 3px 20px;
}

div.sectionbar {
    padding:  3px 20px 3px 20px;
	background: #E5E5E5;
	font-size: 110%;
}

div.sectionheader {
    font-weight:bold;
	background: #E5E5E5;
	font-size: 110%;
	margin-top:10px;
	padding: 4px 2px 4px 2px;
}

div.giftwrap
{
	padding-left: 50px; 
	background-image: url(../../Images/giftwrapicon.gif); 
	background-position: left center; 
	background-repeat: no-repeat; 
}


div.notice {
    font-weight:bold;
}

td.FormSectionText {
    width:150px;
    text-align:right;
    padding-right:2px;
}

td.FormSectionValue {
    text-align:left;
    padding-left:2px;
}

.ourprice {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: verdana;
}

.retailprice {
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	text-decoration: line-through;
}

.newproduct {
    font-weight:bold; 
    color:Red;
}

.error {
    color:Red;
    font-weight:bold;
}

.success {
    color:#003399;
    font-weight:bold;
}

.negative {
    color:Red;
}

.highlightHeader
{
    color: #E97D0A !important;
    font-weight: bold;
    text-decoration: none !important;
}

.currentHeader
{
	font-weight: bold;
	color: Black !important;
}

table.CategoryProductTable td
{
	border-bottom: dashed 1px #ccc;
}

.productContent
{
	padding: 0px;
	text-align: center;
}

.ProductBox
{
     width:210px;
     margin: 0px;
     padding: 10px;
     text-align: left;
}

.ProductSummaryImageHolder
{
    text-align:right;
    min-height: 100px;
    vertical-align: bottom;
    float: left;
    margin-right: 5px;
}

.ProductSummaryText
{
    padding-top:4px;
    text-align:left;
    font-size:9px;
    color: #7F7E82;
    text-decoration: none
}

.ProductSummaryTitle
{
    padding-top:4px;
    text-align:left;
    font-size:11px;
    font-weight: bold;
    color: #5C5B5E;
    text-decoration: none
}

a.ProductSummaryTitle{
    text-decoration: none;
    color: #5C5B5E;
}

.productsection {
	padding:10px;
	border-top:1px dashed #CCCCCC;
}

.HookLine {
    font-size: larger;
    font-style: italic;
}

.loadingbox{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px;
    background-color: White;
}

.loadingbox_product
{
	background-color: White;
	border: outset 3px #bbb;
	position: absolute;
	top:50px;
	margin: 0pt auto;
	padding: 30px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
    border:1px solid #BBBBBB;
    padding-bottom:10px;
}

div.title {
    color: #000000;
    background-color:#C5C5C5;
    border-bottom:1px solid #BBBBBB;
    font-weight:bold;
    padding: 4px 10px;
    text-align:center;
}

div.body {
    margin:10px;
    color:#000000;
}

div.buttons {
    margin-right:10px;
    margin-top:4px;
    text-align:right;
}

.Hidden {
    display:none;
}

.ProductEditOverflow {
    height:500px;
    width:850px;
    overflow:scroll;
}

.sectionoutline {
    border:1px solid #CCCCCC;
    padding:10px;
}

.sectionHeader {
    font-weight:bold;
    color: #000000;
    background-color:#C5C5C5;
    text-align:center;
}


/*Hover Menu*/
.popupMenu
{
	visibility:hidden;
	border: black;
	padding: 2px;
	background-image: url('../../images/checkerbg.gif');
	background-color: White;
}

.popupHover
{
    background-image: url('../../images/checkerbg.gif');
}

.coreboxtop {
   background-image:url('dyimage.axd?type=boxHeader&width=180&height=20&cornersize=20&bordercolor=%23E5E5E5');
   height:20px;
   width:180px;

}

.coreboxbottom {
    background-image:url('dyimage.axd?type=reverseBoxHeader&width=180&height=20&cornersize=20&bordercolor=%23E5E5E5');
    width:180px;
    height:20px;
}

.coreboxbody {
    background-image:url('dyimage.axd?type=boxHeader&width=180&color=%23E5E5E5&backcolor=%23E5E5E5&height=10&cornersize=0');
    width:160px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

div.sidebox {
    color: #CC6600; 
    /*border: solid 1px #BBBBBB;*/
    margin-bottom:15px;
}

div.sideboxHeaderLeft { 
    text-align:center;
	font-weight: bold;
	background: url('dyimage.axd?type=boxHeader&gtype=Triangular&width=150&height=30&cornersize=0');
	height:30px;
}

div.sideboxHeaderLeft a { 
	text-decoration: none; 
}

div.sideboxHeaderRight { 
    text-align:center;
	font-weight: bold;
	background: url('dyimage.axd?type=boxHeader&gtype=Triangular&width=150&height=30&cornersize=0');
	height:30px;
}

div.sideboxHeaderRight a { 
	text-decoration: none; 
}

div.sideboxContent
{ 
    color: #000000;
    padding: 2px 2px 2px 2px;
    text-align: left;
}

div.browsebox {
    font-size:12px;
    color: #5B626C; 
    border-bottom:1px dashed #CCCCCC;
}

div.browseboxHeader {
    color: #E97D0A;
    font-weight:bold;
    padding: 8px 2px 8px 2px;
}

a.bar {
    text-decoration: none;
}

a.bar:hover {
    text-decoration: underline;
}

a.bar span {
    display:block; 
    font-weight:bold;
    padding: 8px 2px 8px 4px; 
}

a.bar:hover span {
    text-decoration: underline;  
    color:#000000; 
    background-color:#F0F0F0;  
}

a.bar span.ProductCount {
    font-size:10px;
    color:#E97D0A;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}

a.selectedBar span {
    text-decoration: underline;  
    color:#000000; 
    background-color:#C5C5C5;  
}

a.lastBar span {
    border-bottom:0px;
}

div.subcategory {
    margin-left:10px;
}

div.subcategory a.bar span {
    display:block; 
    font-weight:normal;
    padding: 4px 2px 4px 4px; 
    border-bottom:0px;
}

div.subcategory a.bar span.ProductCount {
    font-size:10px;
    color:#E97D0A;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}




div.copyright {
    text-align:center; 
    padding:4px;
    margin-bottom:10px;
    background-color:#C5C5C5;
    color: #000000;
}

div.ProductResultBar {
    margin-top: 4px;
    padding: 4px 4px 4px 4px;
    border-bottom: dashed 1px #BBBBBB;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url('dbfile.axd?name=FilledStar.png');

}

.emptyRatingStar {
    background-image: url('dbfile.axd?name=EmptyStar.png');
}

.savedRatingStar {
    background-image: url('dbfile.axd?name=SavedStar.png');
}

.sign {
    display:inline-block;
    width:10px;
}


.alternatingrowstyle{
    background-color:#F0F0F0;
}

.headerstyle{
    background-color:#E5E5E5;
    height:23px;
}

.headerstyle th {
    border:0px solid #BBBBBB;
    padding-left:5px;
    text-align:center;
    vertical-align:middle;
}

.heaserstyle th.left
{
    text-align:left !Important;
}

.headerstyle a {
    color:#000000;
}

.sortalternatingrowstyle{
    background-color:#E5E5E5
}
.sortrowstyle{
    background-color:#F0F0F0
}
.sortascheaderstyle{
    background:#C5C5C5 url(../../Images/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background:#C5C5C5 url(../../Images/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   

.pagerstyle{
    color:#5B626C;
    background-color:#E5E5E5;
    font-size:x-small;
    text-align:right;
} 

.pagerstyle select{
    font-size:x-small;
}  

.previous{
    background:transparent url(../../Images/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url(../../Images/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  

.gotopage{
    font-size:x-small;
    width:20px;
}

table.gridViewTable {
    border: outset 1px #BBBBBB;
    border-collapse:collapse;
    margin: 10px auto;
}

table.gridViewTable th {
    background-color:#E5E5E5;
    border:solid 1px #BBBBBB;
    height:23px;
    text-align:center;
    vertical-align:middle;
}

.wizardSideBarItem {
    padding-left:16px;
    height:16px;
}

.wizardSideBarSelectedItem {
    background-image:url('dbfile.axd?name=wizardSideBarSelected.png');
    padding-left:16px;
    font-weight:bold;
    height:16px;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header {
    color: #000000;
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(../../Images/tab_themes/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
    padding-right:4px;
    background:url(../../Images/tab_themes/xp/tab-right.gif) no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner {
    padding-left:3px;
    background:url(../../Images/tab_themes/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    background:url(../../Images/tab_themes/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
    background:url(../../Images/tab_themes/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner {
    background:url(../../Images/tab_themes/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab {
    background:url(../../Images/tab_themes/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
    background:url(../../Images/tab_themes/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner {
    background:url(../../Images/tab_themes/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab {
    background:url(../../Images/tab_themes/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #BBBBBB;
    border-top:0;
    padding:8px;
    background-color:#FFFFFF;
}

/* ajax__tab_yuitabview-theme theme (../../Images/tab_themes/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer {
    margin:0px 0.16em -1px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab {
    background:url(../../Images/tab_themes/yui/sprite.png) #d8d8d8 repeat-x;
    border: solid 1px #a3a3a3;
    border-bottom-width:0px;
    color:#000;
    display:block;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_tab {
    background: url(../../Images/tab_themes/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab {
    background:url(../../Images/tab_themes/yui/sprite.png) #2647a0 repeat-x left -1400px;
    border-color:#243356;
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#FFFFFF;    
    border:solid 1px #808080;
    border-top:solid 5px #2647a0;
}



.Header_Table
{
    background-image: url(/Images/site_themes/BeetleBung/WATER/Header_BG.jpg);
    height:95px;
    width:100%;
}
.Homepage_Header_Table_Lower
{
    background-image: url(/Images/site_themes/BeetleBung/WATER/Homepage_Lower_BG.jpg);
    height:500px;
    width:100%;
    border:solid 0px black;
}

.SubPage_Header_Table_Lower_Custom1
{
  background-image: url(/Images/site_themes/BeetleBung/WATER/Custom_Lower_BG1.jpg);
  background-repeat:no-repeat;
  background-position:top;
  text-align:left; 
  padding-left:20px; 
  padding-right:15px;
  padding-bottom:20px;
  min-height: 538px;
  border:solid 0px black;
}

.SubPage_Header_Table_Lower
{
  background-image: url(/Images/site_themes/BeetleBung/WATER/Subpage_Lower_BG.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  text-align:left; 
  padding-left:20px; 
  padding-right:15px;
  padding-bottom:20px;
}



.SubPage_Header_Table_Lower_Image
{
 float:right;
 position:relative;
 top:0px;
 padding-right:25px;
 padding-top:0px;
 vertical-align:top;
 margin-left:25px;
 border:solid 0px RED;
}



.lightGray1
{
   background-color: #E2E2E3;
   color: #707073;    
}


.medGray1{
   background-color: #A9A9AB;
   color: #FFFFFF;
   font-size: 10px;
   font-weight: bold; 
}
.medGray1 a:link { color: #FFFFFF; text-decoration: none; }
.medGray1 a:visited {color: #FFFFFF; text-decoration: none;}
.medGray1 a:hover { color: #FFFFFF; text-decoration: underline;}

.headerNavDiv
{
    position:relative;
    top:9px;
    left:-15px;
    
}



.homePageTopNav { 
	font-size:14px; 
	margin-left:45px; 
	margin-right:0px; 
	color:#5B626C; 
	background-color:Transparent; 
	font-weight: bold;
	border: solid 0px black;
	white-space:nowrap;
}
.homePageTopNav a { font-size: 13px; }
.homePageTopNav a:link { color: #5B626C; text-decoration: none; }
.homePageTopNav a:visited {color: #5B626C; text-decoration: none;}
.homePageTopNav a:hover { color: #5B626C; text-decoration: none;}

.homePageMenuNav1{ 
	font-size:12px; 
	color:#5B626C; 
	background-color:Transparent; 
	font-weight: bold;
	border: solid 0px black;
	white-space:nowrap;
	padding-top:3px;
	padding-bottom: 3px;
}
.homePageMenuNav1 a:link { color: #5B626C; text-decoration: none; }
.homePageMenuNav1 a:visited {color: #5B626C; text-decoration: none;}
.homePageMenuNav1 a:hover { color: #5B626C; text-decoration: none;}

.homePageMenuNav2{ 
	font-size:11px;  
	color:#5B626C; 
	background-color:Transparent; 
	font-weight: normal;
	border: solid 0px black;
	white-space:nowrap;
	padding-top:3px;
	padding-bottom: 3px;
}
.homePageMenuNav2 a:link { color: #5B626C; text-decoration: none; }
.homePageMenuNav2 a:visited {color: #5B626C; text-decoration: none;}
.homePageMenuNav2 a:hover { color: #5B626C; text-decoration: none;}

div.SplashLinks
{
	margin-left: 180px;
}
div.SplashLinks a.homePageMenuNav1
{
	font-size: 8pt;
	font-weight: bold;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
}
div.SplashLinks a.homePageMenuNav2
{
	font-size: 8pt;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
}

.navMenuColumn
{
    border:solid 0px black;
    position:relative;
    /*display:inline; */
    text-align:left;
    padding-left:10px;
	padding-right: 10px;
 }
 
 .navMenuFrame
{

       display:none;
}

 .navMenuFramebottom
{
       border:solid 0px #E2E2E3;
       position:absolute;
       height:35px;
       width:100%;
}
.navMenuFramebottom a:link { color: #5B626C; text-decoration: none; }
.navMenuFramebottom a:visited {color: #5B626C; text-decoration: none;}
.navMenuFramebottom a:hover { color: #5B626C; text-decoration: underline;}


.homepageLinks{
    color: #5B626C; 
	font-weight: bold;
	font-size: 13px;
	text-decoration: none; 
	white-space:nowrap;
	border:solid 0px black;
	display:inline;
}
.homepageLinks a:link { color: #5B626C; text-decoration: none; }
.homepageLinks a:visited {color: #5B626C; text-decoration: none;}
.homepageLinks a:hover { color: #5B626C; text-decoration: underline;}


#divSearch
{
    height:80px; 
    white-space:nowrap;
    vertical-align:bottom; 
    position:relative;  
    width:250px; 
    float:right;
}

#divSearch .divSearchBarTop
{
   background-color: #E2E2E3;
   color: #7f7f7f;
   font-size: 11px;
   font-weight: bold;
   padding-top:6px;
   width:375px;
   height:15px;
   text-align:left;
   padding-left:20px;
}
#divSearch .divSearchBarMiddle
{
   background-color: #E2E2E3;
   white-space:nowrap;
   height:1px;
   text-align:right;
   vertical-align:bottom;
   bottom:0px;
   border-bottom:solid 1px #FFFFFF;
}

#divSearch .divSearchBarBottom, 
.divSearchBarBottom a:link, 
.divSearchBarBottom a:visited
{
   background-color: #A9A9AB;
   color: #FFFFFF;
   font-size: 9px;
   font-weight: bold; 
   width:100%;
   height:22px;
   text-align:center;
   padding-top:2px;
   padding-left:4px;
   padding-right:4px;
   text-decoration:none;
   white-space:nowrap;
}
#divSearch .divSearchBarBottom a:hover
{
text-decoration:underline;
}

#divSearch .divSearchButton
{
   background-color: #A9A9AB;
   color: #FFFFFF;
   font-size: 10px;
   font-weight: bold;
   width:60px;
   height:10px;
   cursor:pointer;
   text-align:left;
   padding-left: 15px;
   vertical-align:middle;
   border-bottom:solid 1px white;
   border-top:solid 1px #E2E2E3;
}

#divSearch .divSearchTextBox
{
    height:13px;
    width:150px;
 
    font-size: 10px;
    color:#A9A9AB;
    border:solid 1px white;
    padding-top:2px;
    border-top:solid 2px #A9A9AB;
    border-left:solid 1px #A9A9AB;
    border-right:solid 1px #A9A9AB;
}



div.mainmenu div.tab a:active, div.mainmenu div.tab a:hover, div.mainmenu div.tab a.selected
{
	color: #000000; 
}



.breadCrumbs
{
   color: Blue;
   font-size: 10px;
   font-weight: bold; 
   text-align:left;
   padding-top:4px;
   text-decoration:none;
   float:left;
   display:inline;
   padding-top:15px;

}

.breadCrumbs a:link, 
.breadCrumbs a:visited
{
   color: #5B626C;
   text-decoration:none;
}
.breadCrumbs a:hover
{
   text-decoration:underline;
}


.ProductInfo
{
    color: #5B626C; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
}
.ProductInfo a:link { color: #5B626C; text-decoration: none; }
.ProductInfo a:visited {color: #5B626C; text-decoration: none;}
.ProductInfo a:hover { color: #5B626C; text-decoration: underline;}

.ProductInfoBold
{
	color: #5B626C; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; 
	text-align:left;
}
.ProductInfoBold a:link { color: #5B626C; text-decoration: none; }
.ProductInfoBold a:visited {color: #5B626C; text-decoration: none;}
.ProductInfoBold a:hover { color: #5B626C; text-decoration: underline;}

.ProductHeaderTitle
{
    color: #5B626C !important; 
	font-weight: bold;
	font-size: 18px;
	text-decoration: none; 
	text-align:left;
	padding-left:11px;
	padding-top: 8px;
	white-space:nowrap;
}
.ProductHeaderTitle a:link { color: #5B626C; text-decoration: none; }
.ProductHeaderTitle a:visited {color: #5B626C; text-decoration: none;}
.ProductHeaderTitle a:hover { color: #5B626C; text-decoration: underline;}

.ProductHeaderAttribute
{
    color: #707073; 
	font-weight: normal;
	font-size: 13px;
	text-decoration: none; 
	text-align:left;
	line-height:20px;
	padding-left:90px;
	padding-bottom:15px;
	white-space:nowrap;
}
.ProductHeaderDescription
{
    color: #707073; 
	font-weight: normal;
	font-size: 13px;
	text-decoration: none; 
	text-align:left;
	line-height:20px;
	padding-top: 11px;
	padding-left:50px;
	padding-bottom:15px;
}


.ProductActionElement
{
	font-size: 11px;
	text-decoration: none; 
	white-space:nowrap;
	width: 125px;
	margin:0px 15px 0px 10px;
}

.ProductActionLabel
{
	font-size: 11px;
	text-decoration: none; 
	white-space:nowrap;
	margin:0px 3px 0px 5px;
	font-weight:bold;
}


.SubPageHeaderTitle
{
    color: #707073; 
	font-weight: bold;
	font-size: 18px;
	text-decoration: none; 
	text-align:left;
	padding-left:5px;
	padding-top: 8px;
	padding-bottom: 5px;
	white-space:nowrap;
}
.SubPageHeaderTitle a:link { color: #5B626C; text-decoration: none; }
.SubPageHeaderTitle a:visited {color: #5B626C; text-decoration: none;}
.SubPageHeaderTitle a:hover { color: #5B626C; text-decoration: underline;}


.SubPageHeaderText
{
    color: #5B626C; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
	padding-left:5px;
}
.SubPageHeaderText a:link { color: #5B626C; text-decoration: none; }
.SubPageHeaderText a:visited {color: #5B626C; text-decoration: none;}
.SubPageHeaderText a:hover { color: #5B626C; text-decoration: underline;}

.CartItem
{
 	font-size: 9px;
	text-decoration: none; 
	white-space:nowrap;
	margin-right:10px;
	padding-top:5px;  
}

.AddressManagerBox
{
	display: block;
    color: #5B626C; 
    background-color:#f8f8f8;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none; 
	white-space:nowrap;
	margin:8px 0px;
	border:solid 1px #888;
	padding: 5px;
}

.ButtonDkGray1
{
    color: #FFFFFF; 
    background-color:#5B626C;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none; 
	white-space:nowrap;
	padding-bottom: 4px;
	padding-top: 3px;
	border-bottom: solid 1px #555;
	border-top: solid 1px #ddd;
	border-right: solid 1px #555;
	border-left: solid 1px #ddd;
}

.ButtonDkGray2
{
    color: #FFFFFF; 
    background-color:#A9A9AB;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none; 
	white-space:nowrap;
	padding:2px;
	height:20px;
	border:solid 0px black;
	text-align:center;
}


.ProductCatalogItemDetails
{
margin-bottom:4px; 
float:left; 
clear:both;
padding-left:0px; 
color: #5B626C; 
font-weight: bold;
font-size: 11px;  
text-align:left; 
}

.ProductCatalogItemLeftSeperator
{  
  padding-top: 12px; 
  border-Right: solid 2px #E2E2E3;   
}

 .ProductCatalogItemRightSeperator
{
  padding-top: 12px; 
  border-left: solid 2px #E2E2E3;   
}
.ProductCatalogItemLeftRowSeperator
{
  padding-top: 12px; 
  border-Right: solid 2px #E2E2E3; 
  border-Top : solid 2px #E2E2E3;  
}
 .ProductCatalogItemRightRowSeperator
{
  padding-top: 12px; 
  border-left: solid 2px #E2E2E3;  
  border-Top : solid 2px #E2E2E3;   
}


.MainContentCell
{
	text-align: left;
	padding: 5px;
}


.ColorChipAdmin
{
    width:35px; 
    height:20px; 
    border:solid 1px gray;
}

.imageFileInformation
{
	border: solid 0px black;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.imageDescriptionContent
{
	border: solid 0px black;
	color: #5B626C;
	padding-right:30px;
	padding-top:5px;
	padding-left:10px;
	vertical-align:middle;
	text-align: left;
}

.imageDescriptionContent p
{
	margin: 2px 0px;
}

.imageDescriptionContent h1
{
	margin: 2px 0px;
}

.imageDescriptionContent h2
{
	margin: 2px 0px;
}

.imageDescriptionContent h3
{
	margin: 2px 0px;
	
}

.imageDescriptionContent h4
{
	margin: 2px 0px;
}

.imageDescriptionContent h5
{
	margin: 2px 0px;
}

.imageFileInformationIcon
{
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 15px;
	right: 12px;
	cursor: pointer;
}

.colorSwatchText
{
    color: #5B626C; 
	font-weight: bold;
	display: block;
	text-align: left;
	margin: 5px 0px;
}

.sb_product_title
{
	display: block;
	font-weight: bold;
	margin: 10px 0px;
}
.sb_product_description
{
	display: block;
	margin: 10px 0px;
}
.sb_product_image
{
	display:block;
	text-align: center;
}
a.sb_product_addToCart
{
	margin: 10px 0px;
	display: block;
}


table.productAttributes td
{
	text-align: left !important;
	padding: 3px;
}

div.breadCrumbs
{
	display: block;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

div.breadCrumbs > div.crumb
{
	color: Black;
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	background-image: url('../../Images/breadCrumbBullet.png');
	background-position: left center;
	background-repeat: no-repeat;
}

div.breadCrumbs > div.first
{
	display: inline !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	background-image: none;
}

div.breadCrumbs a
{
	color: #555657;
}

.Poem h4
{
	text-align: center;
}

.Poem .image
{
	text-align: center;
}

.sidebarItem
{
	border: dashed 1px #eee;
	margin: 5px 0px;
	padding: 3px;
}
