* { 
    -moz-box-sizing: border-box; 
}

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color:#000000;

	margin-top:;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}

/* global styles */
a { /*color:#1981B7*/color:#09F; text-decoration:none; }
a:hover { text-decoration:underline; color:#0CF; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
 
#container {
	width: 960px;
	background:#000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:auto;
	background-color:#242424;
} 

#container a:link {
	color: #09F;
}
#container a:visited {
	color: #09F;
}
a:hover {
	color: #0CF ;
}
#container a:active {
	color: #09F;
}
#header { 
	height: 145px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  background-color:#000;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	width:100%;
	height:40px;
	padding-left:0px;
	padding-bottom:3px;
	margin-top:6px;

}

#rightbot{
	padding-right:20px;
	color:#ffffff;
	font-weight:bolder;
}
#rightbot a:link {
	color:#fff;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#rightbot a:active {
	color:#fff;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#rightbot a:visited {
	color:#fff;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#rightbot a:hover {
	color:#fff;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:0px;
	border:0px solid #7C8587;
	width:950px;
}

/* Horizontal navigation */



/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {/* FEATURE BANNER HERE */
	text-align:center;
	height: 280px;
	width: 950px;
	margin-left:5px;

}

#utilbar table {
	width:100%;
	text-align:center;


}

#utilbar td {
	vertical-align:middle;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	height:280px;
	width:100%;

}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:0px;
	padding-bottom:0px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:0px;	/* Change to alter width of left column */
}

#left input.pink {background-color: #ffffff;}
#input {font-size: 9px;}
#textarea.white {background-color: #ffffff;}

#left h2 {
	background:;
	color:#ccc;
	margin:0px;
	padding:3px 15px;
	font-size:115%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:0px;
	margin-left:3px;
	background:#000;
}

#left .box {		/* General style of each box in left column */
	padding:0px;
	font-size:100%;
	border-right:1px solid #7C8587;
	border-left:1px solid #7C8587;
	border-top:1px solid #7C8587;
	border-bottom:1px solid #7C8587;
	margin-bottom:2px;
	margin-right:5px;
	margin-left:5px;
	background:#333;
	
}

#left .box p {
	margin-left:0px;
	padding-bottom:7px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	margin:0px 0px 0px 0px;
	line-height:25px;
	font-size:110%;
	font-weight:bold;
	border:0px solid #eee;
	margin-left:10px;

}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat -1px 5px;
	padding-left:8px;
	margin-left:5px;
	margin-right:0px;
	padding-right:0px;
	color:#09F;
}
#left ul a:link {
    color:#09f; 
	text-decoration:;
}
#left ul a:hover {
    color:#0CF; 
	text-decoration:underline;
}
/* Extra styles for category navigation */
#catnav ul { margin:0px 0px; }

/* Main content area */
#main{
margin-bottom: 0;
margin-left:0px;
padding-top:10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: none;
	height: auto;
	color:#333;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
	text-align: left;
	background:#ECEFF2;
	

}

/* Top content box on home page */
#homecontent {
	border:;
	padding-top:10px;
	color:#333;
	margin-bottom:5px;
	text-align:left;
	margin-top:25px;
	margin-left:0px;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:10px; }
#homecontent img { margin-right:10px; padding-left:15px; }

/* content area styles */
#content {
	padding:10px 0px 0px 0px;
	text-align:left;
	margin-left:0px;
	padding-left:0px;
}

/* Footer */

#footer {
	height:100px;
	/*background:url(http://www.allstarplastics.com.au/images/bg-footer.jpg);*/
	background-color:#202020;
	background-repeat:no-repeat;
	background-position:bottom;
	width: 950px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10px;
	margin:auto;
	text-align:right;

} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Alphabet listing */
#footer .alphabet {
	background:#333;
	margin-bottom:10px;
	padding: none;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#900;


}

#copy {
	vertical-align:bottom;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #ECEFF2;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #fff;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #333;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
	font-size : small;
	font-weight : bold;
	padding : 10px 10px;
	text-align : left;

}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: color:#1981B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #353A3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;

}

.hdrproduct{
	color:;
	background-color:;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	margin-bottom:0px;

}

/* Styles to be use in 6.50 */
#main {
	font-size:100%;
	line-height:18px;
	width:75%;
	margin-left:0px;
	color:#333;
	font-size:12px;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;

}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight : bold;
	margin:5px 0px 0px 15px 0px;
	color: #000;
	text-align:left;
	text-transform:capitalize;

}

#main h2 {
	text-align:left;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	text-transform:capitalize;

}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
	padding-left:10px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; vertical-align:bottom;}

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #FFA401;
	background:#F9F9F9;
	text-align:center;
	width:100px;
	float:left;
	
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {}
