html, body {
    background: #ffffff;
}

body {
    margin: 0;
    padding: 0;
}

#ft {
    padding-top: 10px;
}

.yui-b {
    padding-left: 10px;
}

#CentralSpace {
    margin: 10px 0 0 0;
    color: #000000;
}

#CentralSpace p a {
    color: ;
}

#CentralSpace p a:hover {
    color: ;
}

#pageheader {
	overflow:visible;
	margin:0;
	padding-left:400px;
}

* html #pageheader {
	height:1%;
}

#headerspace {
	width:100%;
	margin-left:-400px;
	float:right;
	text-align: right;
}

#storelogo {
	float:left;
	margin-left:-400px;
	text-align: left;
	display:inline; /* So IE plays nice */
}

#searchbox a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 93%;
}

#searchbox a:hover {
    color: #00456B;
    text-decoration: underline;
    cursor: pointer;
}

/*  Header */
#headbar {
        background: #00456B url('/skin_storefront/images/headbar_left.gif') no-repeat left top;
        height: 20px;
    position:relative;
    clear: both;
}

#headbar img {
    float: right;
    padding-left: 1px;
}

/* Footer */
#footer {
        background: #00456B url('/skin_storefront/images/footer_left.gif') no-repeat left top;
        height: 20px;
    position:relative;
    clear: both;
}

#footer img {
    float: right;
    padding-left: 1px;
}

#footer p {
    text-align: right;
    padding:5px 15px 2px 0;
    margin:0;
    color:#A3B4C4;
    font-size:80%;
    font-weight:bold;
    position:relative;
    top:-1px;
}

h1 {
    color: #000;
    font-size: 129%;
}

h1#categoryHeader {
    color: #000;
    font-size: 129%;
}

.cssbutton {
    background:url(/skin_storefront/images/buttonbg.gif) repeat-x left top;
    border: outset 1px #ccc;
    padding: 2px 4px;
    color: #333;
    text-decoration: none;
    font-weight:bold;
    font-size: 85%;
    cursor:pointer;
    vertical-align: bottom;
}

.cssbutton:visited {
    color: #333;
}

.cssbutton:hover {
    color: #333;
}

.cssbutton:active {
    border-style: inset;
    padding: 2px 3px 0 5px;
}

.cssbutton img {
    padding: 0 5px 0 0;
    border: 0;
}

.cssbuttonsmall {
    background:url(/skin_storefront/images/buttonbg.gif) repeat-x left top;
    border: outset 1px #ccc;
    padding: 1px 4px;
    color: #333;
    text-decoration: none;
    font-weight:bold;
    font-size: 77%;
    cursor:pointer;
    vertical-align: bottom;
}

.cssbuttonsmall:visited {
    color: #333;
}

.cssbuttonsmall:hover {
    color: #333;
}

.cssbuttonsmall:active {
    border-style: inset;
    padding: 2px 3px 0 5px;
}

.cssbuttonsmall img {
    margin: 0 5px 0 0;
    border: 0;
}

div#speedbar {
    border: 0;
    background-color: #ffffff;
}

#speedbar ul {
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;    
    display: inline;
}

#speedbar ul li {
    margin-left: 0;
    padding: 2px 5px;
    border-left: 1px solid #00456B;
    border-top: 1px solid #00456B;
    border-right: 1px solid #00456B;
    font-size: 85%;
    list-style: none;
    display: inline;
}

#speedbar a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}
#speedbar a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Bar separated speedbar

div#speedbar {
    border: 0;
    background-color: inherit;
}

#speedbar ul {
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
    display: inline;
}
#speedbar ul li {
    margin-left: 0;
    padding: 2px 5px;
    border-left: 1px solid #000;
    font-size: 100%;
    list-style: none;
    display: inline;
}
#speedbar ul li#first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}
#speedbar a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
#speedbar a:hover {
    text-decoration: underline;
    cursor: pointer;
}
*/

/* Header Menu */

div#headermenu {
    margin-left: 200px;
    border:0;
    padding:0;
    height: 20px;
    overflow:hidden;
    display:inline;
    visibility: visible;
}

div#headermenu.yuimenubar li.yuimenubaritem em.submenuindicator {
    height:0px;
    width:0px;
    margin:0;
}

div#headermenu.yuimenubar {
    background-color: #00456B;
}

div#headermenu li a {
    color: #dfdfdf;
    text-decoration: none;
}

div#headermenu li a.selected {
    background-color: #00456B;
    text-decoration: none;
}

div#headermenu.yuimenubar .yuimenu {
    background-color: #00456B;
    color: #dfdfdf;
}

div#headermenu.yuimenubar .yuimenu li a.selected {
    background-color: #dfdfdf;
    color: #00456B;
}

/* Side Menu */
.sidemenubar {
    clear: both;
        background: #00456B url('/skin_storefront/images/sidemenubar_tl.gif') no-repeat left top;
        margin: 10px 0 0 0;
    width: 100%;
    font-weight: bold;
    height: 20px;
}

.sidemenubar img {
    float: right;
    padding-left: 1px;
}

.sidemenuboxnopad {
    padding: 0;
    background: #ffffff;
    }

.sidemenubar h2 {
    float: left;
    margin: 0;
    padding: 3px 0 0 12px;
    color: #dfdfdf;
    font-size: 100%;
}

.sidemenutext {
    padding: 2px 3px 2px 10px;
    color: #00456B;
    text-decoration: none;
}
.sidemenutext a {
    color: #00456B;
    text-decoration: none;
}
.sidemenutext a:hover {
    color: #D42027;
    text-decoration: underline;
}
 
.sidemenutext ol {
    padding-left: 12px;
    margin-left: 12px:
    padding-top:0;
    margin-top:0;
    padding-bottom: 3px;
    margin-bottom: 3px;
}


/* Categories Side Menu */

.categories a {
    border-bottom: 1px #00456B solid;
    padding: 2px 3px 2px 10px;
    display: block;
    color: #00456B;
    text-decoration: none;
 }
 
.categories a:hover {
    background: #A3B4C4;
    color: #D42027;
    text-decoration: none;
 }
 
 /* Minicart Side Menu */
 
 .minicartitems {
    color: #33527B;
    text-decoration: none;
}

.minicartitems a {
    color: #33527B;
    text-decoration: none;
}

.minicartitems a:hover {
    color: #E80000;
    text-decoration: underline;
}

.minicarthr {
    width: 100%;
    color: #999999;
    height: 1px;
}

.minicartoptions a {
    margin: 2px;
    padding: 3px 4px 3px 10px;
    display: block;
    background: #ffffff;
    color: #00456B;
}

.minicartoptions a:hover {
    background: #A3B4C4;
    color: #D42027;
    text-decoration: none;
}

.containertitle_print {
    width: 100%;
    border-bottom: 1px solid #000;
    font-weight: bold;
 }

.containertitle_print h1 {
    margin: 0;
    padding: 3px 0 0 12px;
    color: #000;
    font-size: 107%;
}

/* Container Box */

TABLE.containerbox {
    width: 100%;
    height: 100%;
    vertical-align: top;
 }
 
.containerbox {
    padding: 5px 5px 20px 5px;
    background: #ffffff;
    text-align: left;
     }

.containertitle {
    clear: both;
    margin: 5px 0 0 0;
    width: 100%;
        background: #00456B url('/skin_storefront/images/containerbox_tl.gif') no-repeat left top;
        font-weight: bold;
    height: 20px;
 }

.containertitle img {
    float: right;
    padding-left: 1px;
 }

.containertitle h1 {
    float: left;
    margin: 0;
    padding: 3px 0 0 12px;
    color: #dfdfdf;
    font-size: 100%;
}


/* Navigation Path */

#navpath {
	color: #000;
	font-size: 85%;
	padding: 3px;
	margin-bottom: 25px;
}

#navpath ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#navpath li {
	margin-left: 0;
	padding-left: 4px;
	border: none;
	list-style: none;
	display: inline;
}

#navpath li.first {
	padding-left: 0;
}

#navpath a {
	color: #000;
    text-decoration: underline;
    cursor: pointer;
}

#navpath a:hover {
    color: #f00;
    text-decoration: none;
    cursor: pointer;
}

#progress {
	color: #000;
	font-size: 100%;
	padding: 3px 3px 3px 10px;
}

#progress ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#progress li {
	margin-left: 0;
	padding-left: 4px;
	border: none;
	list-style: none;
	display: inline;
}

#progress li.first {
	padding-left: 0;
}

#progress li span.selected {
    color: #FF0000;
}


/* Multi Column Product List */

.pListMultiCell {
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

TABLE.pListBox {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pListBox {
    padding: 5px 10px;
    background: #ffffff;
    text-align: center;
    vertical-align: top;
    border: 1px solid #A3B4C4;
}

.pListBox img {
    padding: 5px 5px 0 5px;
    border: 0;
}

.pListBox a {
    color: #000;
}

/* Single column Product List */

* html .pListRow{
	height:1%;
}

.pListRow {
    border-bottom: 1px solid #A3B4C4;
    padding-left:150px;
    overflow:hidden;
    padding-bottom: 10px;
    margin-top: 10px;
}

.pListThumbCell {
	width:150px;
	float:left;
	margin-left:-150px;
	text-align: center;
	display:inline;
}

.pListThumbCell a {
    color: #000000;
}

.pListThumbCell a:hover {
    color: #ff0000;
    text-decoration: none;
}

.pListProductCell {
	width:100%;
	margin-left:-150px;
	float:right;
	text-align: left
}

.pListProductCell h2 {
    color: #000000;
    font-weight: bold;
    font-size: 100%;
    padding-top: 0;
    margin-top: 0;
}

.pListProductCell h2 a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.pListProductCell h2 a:hover {
    color: #ff0000;
}

/* Product Details */

.ProductTitle {
    color: #000000;
    font-weight: bold;
    font-size: 100%;
    padding-top: 0;
    margin-top: 0;
}

.ProductTitle a {
    text-decoration: none;
    cursor: pointer;
}

.ProductTitle a:hover {
    color: #ff0000;
}

.ProductPrice {
    color: #D42027;
    font-weight: bold;
    font-size: 100%;
}

.RetailPrice {
    color: #000000;
    font-weight: normal;
    font-size: 100%;
}

.Savings {
    color: #000000;
    font-weight: normal;
    font-size: 85%;
}

/* Misc */

div.clear {
    clear: both;
}

a img {
    border: none;
}

.AreaBox {
    padding: 0 0 10px 0;
}

div.navsortbar {
    width: 100%;
    text-align:right;
    border-bottom: 1px solid #A3B4C4;
    padding-bottom: 5px;
    margin-bottom: 10px;
    clear:both;
}

div.navbarbottom {
    width: 100%;
    text-align:right;
    border-bottom: 2px solid #A3B4C4;
    padding: 2px 0 5px 0;
    margin: 5px 0 10px 0;
    clear:both;
}

select.sortselect {
    font-size: 85%;
}

/* Multi Column Category List */

.cListMultiCell {
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

TABLE.cListBox {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.cListBox {
    padding: 5px 10px;
    background: #ffffff;
    text-align: center;
    vertical-align: top;
    border: 1px solid #A3B4C4;
}

.cListBox img {
    padding: 5px 5px 0 5px;
    border: 0;
}

.cListBox a {
    color: #000000;
}

.CategoryTitle {
    color: #000000;
    font-weight: bold;
    font-size: 100%;
    padding-top: 0;
    margin-top: 0;
}

.CategoryTitle a {
    text-decoration: none;
    cursor: pointer;
}

.CategoryTitle a:hover {
    color: #ff0000;
}

.CategoryBoxText {
    color: #000000;
    font-weight: normal;
    font-size: 85%;
    padding-top: 0;
    margin-top: 0;
}

.CategoryBoxText a {
    text-decoration: none;
    cursor: pointer;
}

.CategoryBoxText a:hover {
    color: #ff0000;
}

/* Product Page */

#ProductImage {
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 85%;
    color: #000000;
}

#ProductImage img {
    padding: 5px 5px 0 5px;
    border: 0;
}
#ProductImage a {
    color: #000000;
}

h1#ProductDetailTitle {
    color: #000000;
    font-size: 129%;
}

.ProductDetailPrice {
    color: #D42027;
    font-weight: bold;
    font-size: 100%;
}

.relatedListMultiCell {
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

TABLE.relatedListBox {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.relatedListBox {
    padding: 5px 10px;
    background: #ffffff;
    text-align: center;
    vertical-align: top;
    border: 1px solid #A3B4C4;
}

.relatedListBox img {
    padding: 5px 5px 0 5px;
    border: 0;
}

.relatedListBox a {
    color: #000000;
}

.relatedBoxText {
    color: #000000;
    font-weight: normal;
    font-size: 85%;
    padding-top: 0;
    margin-top: 0;
}

.relatedBoxText a {
    text-decoration: none;
    cursor: pointer;
}

.relatedBoxText a:hover {
    color: #ff0000;
}

.addImagesMultiCell {
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

TABLE.addImagesBox {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.addImagesBox {
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
}

.addImagesBox img {
    padding: 5px 5px 0 5px;
    border: 0;
}
.addImagesBox a {
    color: #000000;
}

.recommendedText {
    color: #000000;
    font-weight: normal;
    padding-top: 0;
    margin-top: 0;
}

.recommendedText a {
    text-decoration: none;
    cursor: pointer;
}

.recommendedText a:hover {
    color: ;
}

/* Product Data Tab Viewer */

.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #A3B4C4;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    background-color: #ffffff;
}

.yui-content {
    padding-left: 10px;
    padding-right: 10px;
}

.yui-nav li a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.CartRow {
	overflow:hidden;
	margin:0;
	padding-left:100px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

* html .CartRow {
	height:1%;
}

.CartRow#CartButtons {
	overflow:hidden;
	margin:0;
	padding-left:100px;
	padding-bottom: 10px;
	padding-top: 10px;
	border:0;
}

.CartItem {
	width:100%;
	margin-left:-100px;
	padding-bottom: 10px;
	float:right;
}

.CartThumb {
	width:100px;
	float:left;
	margin-left:-100px;
	text-align: left;
	display:inline;
}

.CartItem h2 {
    color: #000000;
    font-weight: bold;
    font-size: 100%;
    padding-top: 0;
    margin-top: 0;
}

.CartItem h2 a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.CartItem h2 a:hover {
    color: #ff0000;
}

.CartRow h3 {
    color: #000000;
    font-weight: bold;
    font-size: 122%;
    padding-top: 0;
    margin-top: 0;
}

div.row {
    clear: both;
    padding-top: 5px;
}

div.row#totals {
    border-top: 1px solid #000;
    font-weight: bold;
}

div.row span.label {
    float: left;
    white-space: nowrap;
    text-align: left;
}

div.row span.value {
    float: right;
    white-space: nowrap;
    text-align: right;
} 

div.row span.left {
    float:left;
    text-align: left;
}
div.row span.right {
    float:right;
    text-align:right;
}

#CartTable {
    font-size: 100%;
    border: 1px solid #666666;
}

#CartTable TH {
    background-color: #ADADAD;
    color: #000;
}

.textspacer {
    padding: 0 10px;
}

div.ProductOptionsForm fieldset {
    border: 1px dotted #A3B4C4;
    margin: 0 0 10px 0;
    padding: 10px 0;
}

div.ProductOptionsForm legend {
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 100%;
    margin-left: 10px;
}
	
div.ProductOptionsForm label,h4 { 
    display: block;
    clear: left;
    margin: 0 10px 10px 10px;
}

div.ProductOptionsForm label span {
    display: block;
    float: left;
    width: 8em;
    line-height: 1.4em;
    margin-bottom: .5em;
}

div.ProductOptionsForm em {
    text-indent: -9999em;
    display: block;
    float: left;
    width: .5em;
    margin-left: -.5em;
    background: transparent url("required.png") 0 .2em no-repeat;
}

div.ProductOptionsForm p em {
    margin: 0 1em;
}

div.ProductOptionsForm textarea {
	width: 18em;
	border: 1px solid #999;
}

div.ProductOptionsForm input[type="text"] {
    width: 18em;
    border: 1px solid #999;
}

div.ProductOptionsForm input.submit {
	clear: left;
	display: block;
	margin: 1em;
}

div#productdata div.yui-content div {
    padding-top:10px;
    padding-bottom:10px;
}

#printer {
    padding-top: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 85%;
}

#printer a {
    color:#000;
    text-decoration: none;
}

#printer a:hover {
    color:#000;
    text-decoration: underline;
}

#printer img {
    border:0;
    float:left;
    padding-right:4px;
}

#leftExtra {
    border-top: 1px solid #00456B;
    margin-top: 20px;
    padding-top: 5px;
    color: #000000;
    font-size: 85%;
}

#rightExtra {
    border-top: 1px solid #00456B;
    margin-top: 20px;
    padding-top: 5px;
    color: #000000;
    font-size: 85%;
}

.WarningText {
    color:#D42027;
}

.ErrorText {
    color:#D42027;
}

.ErrorMessage {
    color:#D42027;
}

.RequiredText {
    color:##D42027;
}

.Line {
    background-color: #ff3300;
}

.Highlight {
    background-color: #fb0000;
}

.SmallText {
    padding-top: 5px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 85%;
}

.SmallText a {
    color:#000000;
    text-decoration: underline;
}

.SmallText a:hover {
    color:#ff0000;
    text-decoration: underline;
}

#messagepanel_c.yui-panel-container.shadow .underlay {
    background-color:#999;
}

#messagepanel.yui-panel {
    border:2px solid #ccc;
    overflow:visible;
    background-color:#33527B;
    width:384px;
}

#messagepanel.yui-panel .container-close {
    top:3px;
    right:4px;
    bottom:2px;
    height:13px;
    width:13px;
    background-image:url(/skin_storefront/images/close.gif);

}

#messagepanel.yui-panel .hd {
    padding:2px 0 0 0;
    border:none;
    height:18px;
    margin-left:7px;
    margin-right:7px;
    text-align:center;
    overflow:visible;
    background-color:#33527B;
    color:#fff;
    font-size:85%;
}

#messagepanel.yui-panel .hd span {
    vertical-align:middle;
    line-height:18px;
}

#messagepanel.yui-panel .hd .tl { 
    width:7px;
    height:18px;
    top:0; 
    left:0;
    position:absolute;
}

#messagepanel.yui-panel .hd .tr {
    width:7px;
    height:18px;
    top:0;
    right:0;
    position:absolute;
}

#messagepanel.yui-panel .bd {
    overflow:hidden;
    padding:20px 4px;
    border-top:1px solid #ccc;
    background-color:#fff;
}

div#loading {
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 50px;
}

div#header_location {
    text-align:center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#s2fDialog.yui-panel-container.shadow .underlay {
    background-color:#000;
}

#s2fDialog.yui-panel {
    border:2px solid #ccc;
    overflow:visible;
    background-color:#33527B;
    width:384px;
}

#s2fDialog.yui-panel .container-close {
    top:3px;
    right:4px;
    bottom:2px;
    height:13px;
    width:13px;
    background-image:url(/skin_storefront/images/close.gif);
}

#s2fDialog.yui-panel .hd {
    padding:1px 0;
    border:none;
    height:18px;
    margin-left:7px;
    margin-right:7px;
    text-align:center;
    overflow:visible;
    background-color:#33527B;
    color:#fff;
    font-size:100%;
}

#s2fDialog.yui-panel .hd span {
    vertical-align:middle;
    line-height:18px;
}

#s2fDialog.yui-panel .hd .tl {
    width:7px;
    height:18px;
    top:0; left:0;
    position:absolute;
}

#s2fDialog.yui-panel .hd .tr {
    width:7px;
    height:18px;
    top:0;
    right:0;
    position:absolute; 
}

#s2fDialog.yui-panel .bd {
    overflow:hidden;
    padding:5px 10px;
    border-top:1px solid #ccc;
    background-color:#fff;
}

#poptionsDialog.yui-panel-container.shadow .underlay {
    background-color:#000;
}

#poptionsDialog.yui-panel {
    border:2px solid #ccc;
    overflow:visible;
    background-color:#33527B;
    width:340px;
}

#poptionsDialog.yui-panel .container-close {
    top:3px;
    right:4px;
    bottom:2px;
    height:13px;
    width:13px;
    background-image:url(/skin_storefront/images/close.gif);
}

#poptionsDialog.yui-panel .hd {
    padding:1px 0;
    border:none;
    height:18px;
    margin-left:7px;
    margin-right:7px;
    text-align:center;
    overflow:visible;
    background-color:#33527B;
    color:#fff;
    font-size:100%;
}

#poptionsDialog.yui-panel .hd span {
    vertical-align:middle;
    line-height:18px;
}

#poptionsDialog.yui-panel .hd .tl {
    width:7px;
    height:18px;
    top:0;
    left:0;
    position:absolute;
}

#poptionsDialog.yui-panel .hd .tr {
    width:7px;
    height:18px;
    top:0;
    right:0;
    position:absolute;
}

#poptionsDialog.yui-panel .bd {
    overflow:hidden;
    padding:5px 10px;
    border-top:1px solid #ccc;
    background-color:#fff;
}
