/* main style sheet */


/* header */
#header {
	padding: 0px;
	width: 900px;
	height: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* end of header 
**********************/





/* nav */
#nav {
	padding: 0px;
	margin: 0px;

}
#nav a {
	padding: 0px;
	margin: 0px;
	display: block;

}




/* end of nav 
**********************/




/* content */

#content {
	padding: 0px;
	margin: 0px;
	width: 900px;
	background-image: url(../img/back_content.gif);
	background-repeat: repeat-y;
}
#nav-content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}
#main-content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 670px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#cart-link-box {
  padding:4px 10px 4px 10px;
  margin: 4px; 
  font-size:18px;
  text-transform:lowercase;
  color: #ffffff;
  background-color: #bb0000;
}

#cart-link-box a {
	color: #ffffff;
}

#cart-link-box:hover {
  background-color: #dd0000;
}

.button-blank {
	width: 212px;
	height: 22px;
  background-image: url(../img/btn_blank.gif);
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
}

.button-blank-red {
  width: 212px;
  height: 22px;
  background-image: url(../img/btn_blank_red.gif);
  color: #ffffff;
  padding: 4px;
  font-size: 16px;
}

#search {
	margin: 0px;
	padding: 0px;
	width: 230px;
}
#search-bar {
	margin: 0px;
	float: left;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url(../img/back_white.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
#search-btn {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 50px;
	background-image: url(../img/btn_gif.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#search-btn:hover {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 50px;
	background-image: url(../img/btn_gif1.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#footer-content {
	background-image: url(../img/footer_content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 900px;
}
#login-box {
  background-image: url(../img/login_back.gif);
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}
#login-box-gap {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 10px;
  width: 220px;
}



.box1 {
	padding: 0px;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box1-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 410px;
}
.box1-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}

.box1-leftb {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.box1-rightb {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 410px;
}

.hairline {
	color: #9ec536;
	margin-top: 10px;
	margin-bottom: 10px;
}
.products {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

.product-item {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #9ec536;
	border-left-color: #CCCCCC;
	width: 200px;
}

.product-title {
	background-color: #264186;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
.product-infotitle {
	background-color: #264186;
	margin: 0px;
  padding: 0px 0px 5px 0px;
	/*height: 30px;*/
	width: 410px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9ec536;
}
.product-viewdetails {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 410px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9ec536;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-left-color: #9ec536;
}
.product-viewdetails:hover {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 410px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9ec536;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-left-color: #9ec536;
}
.qty-cart {
	padding: 0px;
	width: 410px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.qty {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 205px;
}
.cart {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 205px;
}
.cart-box {
	height: 20px;
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-bottom-color: #9ec536;
	border-left-color: #9ec536;
	background-color: #FFFFFF;
}
.cart-box:hover {
	height: 20px;
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-bottom-color: #9ec536;
	border-left-color: #9ec536;
	background-color: #CCCCCC;
}
.update-qty {
	background-color: #FFFFFF;
	padding: 0px;
	height: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-bottom-color: #9ec536;
	border-left-color: #9ec536;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.update-qty:hover {
	background-color: #CCCCCC;
	padding: 0px;
	height: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-bottom-color: #9ec536;
	border-left-color: #9ec536;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.proceed-btn {
	background-color: #FFFFFF;
	padding: 0px;
	height: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-bottom-color: #9ec536;
	border-left-color: #9ec536;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.proceed-btn:hover {
	background-color: #cccccc;
	padding: 0px;
	height: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-bottom-color: #9ec536;
	border-left-color: #9ec536;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.total-price {
	background-color: #FFFFFF;
	padding: 0px;
	height: 30px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #9ec536;
	border-right-color: #9ec536;
	border-bottom-color: #9ec536;
	border-left-color: #9ec536;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
}
.sub-title {
	background-color: #264186;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 630px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9ec536;
}


.list1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}


/* end of content 
**********************/





/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* end of footer 
**********************/





/*  General style */
html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 85%;
	margin:0;
	border:none;
	padding:0;
	color:#333333;
	background-color: #FFFFFF;
}
*html body  {
	/*font-size:85%;*/
}
*:first-child+html body {
	/*font-size:85%;*/
}




#container{
	width:900px;
	margin:0 auto;
	padding: 0;
}


/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
	margin:0;
	padding:0;
	display: block;
	border-width: 0;
	border:none;
}




.image-border {
	border: 1px solid #666666;
}
#title-search {
	background-image: url(../img/back_title.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 60px;
	width: 900px;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#search {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}


h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #FFFFFF;
}
#title {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 670px;
	float: right;
}

h3 {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: bold;
	color: #264186;
	text-align: justify;
}
h4 {
	margin:0;
	padding:0;
}

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.clear-both {
 clear:both;
}

.margin5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}

.margin10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #666666;
	font-size: 15px;
}
.margin20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: justify;
}

.nomargin {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #666666;
}
.page-top {
	padding: 0px;
	width: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	border:1px solid #333333;
	background-color:#ffffff;
}

/* Link */
a {
	border: none;
}  

a:link {
	color:#666666;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}


a:hover {
	color:#000000;
	text-decoration:none;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
	border:0;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#666666;
	text-decoration:none;
}  


a.linkcopy:hover {
	color:#000000;
	text-decoration:underline;
}
a:focus { 
	-moz-outline-style: none; 
}


/* end of general style */

#side-bar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

.arrowlistmenu{
	width: 218px;
	margin: 0px;
	padding: 0px;
}
#container #content #side-bar .arrowlistmenu .menuheader a {
	text-decoration: none;
	color: #666666;
}
#container #content #side-bar .arrowlistmenu .menuheader a.menu-item:hover {
	color: #FFFFFF;
}


.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #666666;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-image: url(titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial;
	font-size: 14px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85ac39;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}

.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #FFFFFF;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #85ac39;
	background-image: url(titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial;
	font-size: 14px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 4px;
	font-weight: lighter;
}

.arrowlistmenu ul li a{
	color: #333333;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 30px; /*link text is indented 19px*/
  text-indent:-11px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
	color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
  color: #264186;
  background-color: #F3F3F3;
}


.arrowlistmenu ul li a.selected{ /*hover state CSS*/
  color: #264186;
  background-color: #F3F3F3;
}






.products-button {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 315px;
}
.products-button-full {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 630px;
}
.products-description2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 530px;
}
.products-description {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 360px;
}
.product-item-description {
  margin: 0px;
  padding: 0px;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #9ec536;
  width: 360px;
}
.product-title-description {
  background-color: #264186;
  margin: 0px;
  padding: 0px;
  height: 30px;
  width: 360px;
}

.products-qty {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 70px;
}
.product-item-qty {
  margin: 0px;
  padding: 0px;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #9ec536;
  width: 70px;
}
.product-title-qty {
  background-color: #264186;
  margin: 0px;
  padding: 0px;
  height: 30px;
  width: 70px;
}

.products-price {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100px;
}
.product-item-price {
  margin: 0px;
  padding: 0px;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #9ec536;
  width: 100px;
}
.product-title-price {
  background-color: #264186;
  margin: 0px;
  padding: 0px;
  height: 30px;
  width: 100px;
}



.box3 {
  padding: 0px;
  width: 300px;
  margin-top: 0px;
  margin-right: 10;
  margin-bottom: 0px;
  margin-left: 0px;
}
.product-infotitle3 {
  background-color: #264186;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  width: 300px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #9ec536;
}
.qty-cart3 {
  padding: 0px;
  width: 290px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
.qty3 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 140px;
}
.cart3 {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 140px;
}
.box3-input {
	padding: 3px 0px;
  width: 35px;
}
.cart-box3 {
  height: 20px;
  width: 140px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #9ec536;
  border-right-color: #9ec536;
  border-bottom-color: #9ec536;
  border-left-color: #9ec536;
  background-color: #FFFFFF;
}
