@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.2em;
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background-color: #ffffff;
}

#maincontainer{
width:100%;
margin:auto;
background-color: #ffffff;

}
#header{

background: #ffffff;
height: 185px; /*Height of top section*/

}

#header h1{
margin: 0;
padding-top: 15px;
}
#vendorImage{
font-size:100%;
background: white url(img/header.jpg) repeat-x left;
margin:0;
padding:0;
height:127px;


}

#contentwrapper{
float: left;
width: 82%;
_width:82%;
}

#mainContent{
font-size:80%;
margin: 0 20% 0 1%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/*text-align:center;*/

}
#mainContent h1, h2 {
margin:auto;
width:90%;
text-align:center;
}
#mainContent h3 {
text-align:center;
}

.datefield {
	font: bold 80% Arial;
	color: #005bef;
	float : left;
	text-align: right;
	

}


#horzad{
text-align:center;
}
#leftMenu{
float: left;
width: 151px; /*Width of left column in percentage*/
/*margin-left: -100%;*/
background: #ffffff;
font-size:90%;
color: #000000;
border-right: 1px solid #33a457;
}
#leftMenu h3 {
color: #FFFFFF;
text-align:center;
margin:auto;
background-color: #33a457;
font-size:80%;
margin-top:0;
}
#rightMenu{
font: bold 60% Arial;
float: right;
width: 15%; /*Width of right column in pixels*/
margin-left: -15%; /*Set margin to that of -(RightColumnWidth)*/
background: #ffffff;
text-align:center;
border-left: 1px solid #33a457;
border-top: 1px solid #33a457;
padding-left: 8px;
}
#rightMenu h3 {
font: normal 70% Arial;
color: white;
background: black url(img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
}

#footer{
clear: left;
width: 100%;
height : 110px;
font-size:80%;
background: #33a457;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/*Top menu buttons*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#shopMenu{
margin: 0;
padding: 0;
float: left;
font: bold 60% Arial;
width: 100%;
border: 1px solid #33a457;
border-width: 1px 0;
background: black url(img/blockdefault.gif) center center repeat-x;
}
#shopMenu ul{
margin: 0;
padding: 0;

}

#shopMenu li{
display: inline;
}

#shopMenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

#shopMenu li a:visited{
color: white;
}

#shopMenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}

#newprodsfp{
font-size:80%;
width: 100%;
text-align:center;
background-image:url(img/fpback.jpg);
background-repeat:repeat-x;
float: bottom;
}
#newprodsfp .snapshot{
width: 32%;
height: 50%;
padding:0;
float : left;
background-image:url(img/fpback2.jpg);
background-repeat:repeat-x;

}
#tellfriend{
text-align:center;
width: 98%;
font: normal 80% Arial;




}
#miniCart{
padding:0;
margin-right:1%;
margin-left:auto;
margin-top:1%;
margin-bottom:1%;
text-align:right;
font: bold 70% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background-color: #ffffff;
}
#leftMenu .snapshot{
text-align:center;
}
#leftMenu p{
text-align:center;
}
/*left menu buttons*/


#leftMenu h3{
font: bold 70% Arial;
color: white;
background: black url(img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
}

#leftMenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#leftMenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#leftMenu ul li a{
color: #33a457;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

#leftMenu ul li a:visited{
color: #33a457;
}

#leftMenu ul li a:hover{ /*hover state CSS*/
color: #33a457;
background-color: #ccffcc;
}
/*Review Stars*/
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
background:transparent url(/ps_image/star.gif) repeat-x scroll left -1000px;
}
.star-rating {
background-position:left top;
height:25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
overflow:hidden;
padding:0pt;
position:relative;
width:125px;
}
.star-rating li {
display:inline;
}
.star-rating a, .star-rating .current-rating {
border:medium none;
height:25px;
left:0pt;
line-height:25px;
outline-color:invert;
outline-style:none;
outline-width:medium;
overflow:hidden;
position:absolute;
text-indent:-1000em;
top:0pt;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
background-position:left bottom;
}
.star-rating a.one-star {
width:20%;
z-index:6;
}
.star-rating a.two-stars {
width:40%;
z-index:5;
}
.star-rating a.three-stars {
width:60%;
z-index:4;
}
.star-rating a.four-stars {
width:80%;
z-index:3;
}
.star-rating a.five-stars {
width:100%;
z-index:2;
}
.star-rating .current-rating {
background-position:left center;
z-index:1;
}
.inline-rating {
display:-moz-inline-box;
vertical-align:middle;
}
/* misc Styling rules*/

a , a:visited, a:visited{
text-decoration: none;
color: #33a457;
}
a:hover{
text-decoration:underline;
color: #33a457;
}
a.button {
text-decoration:none;
}
.list_item{
margin-top:2%;
margin-bottom:1%;
text-align:left;
clear:left;
width:95%;

}
.list_item img{
float:left;
border:thin solid #33a457;
margin:1px;
}
/*breadcrumb navigation*/
.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align:left;
margin-left:0;
}

.breadcrumb a{
background: transparent url(img/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #33a457;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #33a457;
}

.breadcrumb a:hover{
text-decoration: underline;
}
/*pagination styles*/
.pagination{
clear:left;
padding: 2px;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

#productImage{
float:left;
}
#productDetail{
margin-left:300px;
text-align:left;
}
#crossProduct {
width:100%;
margin:auto;
float:bottom;
}

#ReviewBlock{
clear:left;
}
#cartTotals{
margin-left:300px;
text-align:right;
}
#shipto{
margin-top:-17em;
margin-left:300px;
text-align:left;
}
#shipto2{
margin-top:-20em;
margin-left:300px;
text-align:left;
}
#billto{
clear:left;
text-align:left;
width:40%;
}
#orderItems{
clear:left;
}
/*Style rules for forms*/
#mainContent form{
width:90%;
margin:auto;
}
#mainContent form br {
clear:left;
}
#productDetail label{
width:auto;
}
label {
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: inline-block;
font-weight:bold;
}
input,select,textarea {
border: #33a457 solid thin;
}
#mainContent #submit {
margin-left: 10em;
}
.button{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#ffffff;
font-weight:bold;
padding: 1px 2px;
background:url(img/button_bk.png) repeat-x left top;
text-decoration:none;
}


.requiredField{
background:#FF9999;
border:#FF3333 thin solid;
}
/*speech Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 11px 0px 0px 15px;
	top: 6px;
	background: transparent url(img/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
/*sub category list*/
ul#scl {
  width : 500px;
  height : 9em;
  text-align : center;
  list-style-type : none;
  margin-left:auto;
  margin-right:auto;
}
ul#scl li {
  margin : 0.3em;
  padding:0.1em;
  border : 1px solid #666;
  width : 150px;
  height : auto;
  float : left; 
  display : inline;
}
