/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	background-color: #EBE5D7;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4D4D4D; 
	text-align: center;
}

#mainall {
	margin: 0px auto;
	padding: 0;
	width: 880px;
	border: none;
    text-align: center;
	background: transparent url(/skin_storefront/images/bg_main.gif) repeat-y;
	
}

#content {
    margin: 0px auto;
	padding: 0;
	width: 870px;
	border: none;
    text-align: left;
}


#logoarea {
	margin: 0px auto;
	padding: 0;
	width: 870px;
	height: 116px;
	border: none;
    text-align: left;
	background: transparent url(/skin_storefront/images/bg_top.gif) repeat-x;
	
}

#submenu {
	font-size: .7em;
	color:  #7C7C7C;
	position: relative;
	top: -10px;
	left: 380px;
	
}

/*LEFT COLUMN////////////////////////////////////*/

#leftcolumn {
	padding: 15px;
	width: 170px;
	vertical-align: top;
	float: left;
}



/*RIGHT COLUMN////////////////////////////////////*/

#rightcolumn {
	padding: 30px;
	width: 610px;
	vertical-align: top;
	float: right;
	font-size: 85%;
	line-height: 1.2em;
}

.container {
	margin: 0px auto;
	padding: 7px 0px 10px 0px;
	width: 610px;
	height: 120px;
	border: none;
	vertical-align: top;
	
}

.containeraboutus {
	margin: 0px auto;
	padding: 0px;
	width: 610px;
	border: none;
	vertical-align: top;
	
}

.container p {
	padding: 0px 0px 15px 0px;
	vertical-align: top;
/*	font-size: .77em; */
	line-height: 1.2em;
	
}

.container h3 {
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height:1.2em;
	letter-spacing: .05em;
	color: #00A650;
}
.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

#rightcolumn p {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font-size: 100.01%;
	line-height: 1.2em;
}

/*RIGHT COLUMN END//////////////////////////////*/

/*FOOTER////////////////////////////////////*/

#footer {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 870px;
	height: 25px;
	border: none;
	background-color: #92825F;
	font-size: .7em;
	color: #D8CDB5; 
	text-align: center;
	clear:both;
	
}

#footer a, a:visited{ 
	color: #D8CDB5;
	text-decoration: none;
}


#footer a:hover{ 
	color: #ffffff;
	text-decoration: underline;
}

/*FOOTER END////////////////////////////////////*/

#bottom {
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	width: 880px;
	height: 8px;
	border: none;
	background: transparent url(/skin_storefront/images/bg_shadow_bttm.gif) no-repeat;
	
}

h1 {
	margin: 0px auto;
	padding: 30px 0px 0px 230px;
	width: 640px;
	height: 64px;
	border: none;
    text-align: left;
	background: transparent url(/skin_storefront/images/bg_h1.gif) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height:1.2em;
	letter-spacing: .08em;
	color: #ffffff;	
	
}

h2 {
	padding: 0px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height:1.2em;
	letter-spacing: .03em;
	color: #00A650;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height:1.2em;
	color: #00A650;
}


p {
	padding: 0px 0px 15px 0px;
	font-size: .77em;
	line-height: 1.8em;
	margin-bottom: 15px;
}

/*GLOBAL LINKS////////////////////////////////////*/
	
a, a:visited {
	color: #1188E3;
	text-decoration: none;
}

a:hover {
	color: #0092FF;
	text-decoration: underline;
}


/*top nav code//////////////////////////////   */

#mainnav {
	margin: 0px auto;
	padding: 0;
	width: 870px;
	height: 42px;
	border: none;
    text-align: left;
	background-color: #05A853;
	
}

#mainnav ul { 
	list-style:none; 
	margin:0; 
	padding: 0px 0px 0px 10px;  
	
}

#mainnav li { 
	float:left; 
	display:block;
	height:42px; 
	width:118px; 
	font-size: .65em;
	font-weight: bold;
	line-height:1.5em;
	letter-spacing: .1em;
	color: #E9B242;
	text-align: center;
	background-image:url(/skin_storefront/images/menu.gif);
	background-position:0px 42px;

}


#mainnav li span { 
	position: relative;
	top: 20px

}


#mainnav li div { 
	position: relative;
	top: 20px

}

#mainnav li a { 
	display:block;
	height:42px; 
	width:118px; 
	background-image:url(/skin_storefront/images/menu.gif);
	background-position: 0px 0px;
	color: #fff;
	text-decoration: none;
	
	
}

#mainnav li a:hover { 
	display:block;
	height:42px; 
	width:118px; 
	background-image:url(/skin_storefront/images/menu.gif); 
	background-position:0px 84px;
	color: #fff;
	text-decoration: none;
	
	
}

/*main nav code end//////////////////////////////   */

/* BuzzCart CSS */

#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 #00A650;
    margin-top: 20px;
    padding-top: 5px;
    color: #000000;
    font-size: 85%;
}

.sidemenu {
	margin-bottom: 20px;
}

.sidemenu h3 {
	padding: 0px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.sidemenu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.sidemenu ul li a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #fff;
	border-bottom: 1px solid #00A650;
	font-size: .85em;
}

.sidemenu ul li#first a {
	border-top: 1px solid #00A650;
}
.sidemenu ul li a:link, .sidemenunavlist a:visited
{
	color: #00A650;
	text-decoration: none;
}

.sidemenu ul li a:hover
{
	background-color: #cae6d8;
	color: #00A650;
}

.sidemenutext {
	font-size: .85em;
}

#minicart {
	color:  #7C7C7C;
	position: relative;
	top: -90px;
	left: 185px;
	display: inline-block;
	border-bottom: 1px solid #7C7C7C;
}

.minicart-title {
    color: #33527B;
	font-size: .85em;
    text-decoration: none;
}

.minicartitems {
	font-size: .85em;
    text-decoration: none;
}

.minicartitems a {
    text-decoration: none;
}

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

.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;
}

TABLE.containerbox {
    width: 100%;
    height: 100%;
    vertical-align: top;
 }
 
.containerbox {
    padding: 15px 0 5px 0;
    background: #FFFFFF;
    text-align: left;
/*	font-size: 85%; */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4D4D4D; 
}

.containertitle {
    clear: both;
    margin: 0 0 5px 0;
    width: 100%;
    font-weight: bold;
    height: 20px;
 }

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

#navpath {
	color: #000;
	font-size: 85%;
	position: relative;
	top: -30px;
}

#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: 85%;
	position: relative;
	top: -30px;
}

#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;
}

.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:#00A650;
    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:#00A650;
    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:#00A650;
    width:400px;
}

#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:#00A650;
    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:#00A650;
    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:#00A650;
    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;
}

div#rightcolumn ul.yui-nav {
	margin-left: 0;
}

div#rightcolumn ul {
	margin-left: 20px;
}