@charset "UTF-8";

html{
	background: #fff url('images/bg-slice.jpg') repeat-x left top;	
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url('images/rainbow.gif') no-repeat right top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width: 900px;
	height: 170px;
	text-align:right;
	margin-top: 51px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-bottom: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	text-align: center;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #077cb1;
	text-decoration: none;
}
a:visited {
	color: #077cb1;
	text-decoration: none;
}
a:hover {
	color: #077cb1;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


h1 {
	font-size: 14px;
	color: #077cb1;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	margin: 0px;
}

#red-line {
	width: 900px;
	height: 5px;
	background-color: #077cb1;
	margin-bottom: 2px;
	margin-top: 5px;
}

#black-support {
	width: 900px;
	height: 10px;
	background-color:#000000;
	margin-bottom: 3px;
}

#red-line-bottom {
	width: 900px;
	height: 5px;
	background-color: #077cb1;
	margin-bottom: 5px;
	margin-top: 3px;
}

#black-support-bottom {
	width: 900px;
	height: 10px;
	background-color:#000000;
	margin-bottom: 3px;
}

#main-content {
	width: 900px;
}

/* menu  */

/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

.bubplastic.vertical {
	width: 185px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}




.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* end of menu */

#search {
	width: 400px;
	height: 20px;
	float: right;
	margin-top: 15px;
	text-align:right;
	margin-bottom: 10px;
	margin-left: 300px;
}

.search {
	border: 1px solid #999999;
	height: 12px;
	width: 300px;
	padding: 4px;
	color: #666666;
}

#header-menu {
	width: 570px;
	float: right;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
	font-size: 9px;
}

#featured-head {
	background-image:url(images/featured-head.jpg);
	background-repeat:repeat-x;
	width: 323px;
	height: 15px;
	padding: 6px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#featured-box {
	width: 313px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 180px;
	padding: 10px;
	padding-top: 5px;
}

#feature-box-left {
	float: left;
	width: 335px;
	margin-bottom: 10px;
	margin-right: 5px;
}

#feature-box-right {
	float: right;
	width: 335px;
	margin-bottom: 10px;
}

#featured-head2 {
	background-image:url(images/featured-head.jpg);
	background-repeat:repeat-x;
	width: 323px;
	height: 15px;
	padding: 6px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#featured-box2 {
	width: 313px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 180px;
	padding: 10px;
	padding-top: 5px;
}

.featured-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #077cb1;
}

#featured-product1 {
	width: 150px;
	height: 150px;
	margin-right: 5px;
	float: left;
}


#featured-product {
	width: 150px;
	height: 150px;
	margin-right: 5px;
	float: left;
}
#featured-blurb {
	width: 155px;
	text-align: left;
	margin-top: 5px;
	float: right;
} 

#featured-blurb2 {
	width: 155px;
	text-align: left;
	margin-top: 5px;
	float: right;
} 

#home-icon {
	height: 45px;
	float: left;
	width: 51px;
	text-align: center;
	margin-top: 32px;
}

#home-text {
	width: 80px;
	text-align:center;
	float: left;
}

#search-icon {
	height: 45px;
	float: left;
	width: 183px;
	text-align: center;
	margin-top: 32px;
}

#search-text {
	width: 80px;
	text-align:center;
	float: left;
}

#basket-icon {
	height: 45px;
	float: left;
	width: 183px;
	text-align: center;
	margin-top: 32px;
	margin-left: 4px;
}

#basket-text {
	width: 80px;
	text-align:center;
	float: left;
}

#terms-icon {
	height: 45px;
	float: left;
	width: 157px;
	text-align: center;
	margin-top: 32px;
	margin-left: 5px;
}

#terms-text {
	width: 80px;
	text-align:center;
	float: left;
}

#contact-icon {
	height: 45px;
	float: left;
	width: 156px;
	text-align: center;
	margin-top: 32px;
	margin-left: 5px;
}

#contact-text {
	width: 80px;
	text-align:center;
	float: left;
}



.arrowlistmenu{
	width: 195px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 95%;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu .menuheader a:hover {
	background-image: url(images/titlebar-active.png);
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #077cb1;
background: url(images/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%;
}

.arrowlistmenu ul li a:visited{
color: #077cb1;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #077cb1;
background-color: #F3F3F3;
}

#clr {
	clear: both;
}

#sidebar2 {
	float: right;
	width: 180px;
	margin-top: 10px;
}

#product-box {
	width: 500px;
}

#product-contain {
	width: 470px;
	padding: 10px;
	padding-top: 5px;
	
}

#product-image {
	width: 200px;
	/*height: 200px;*/
	margin-right: 5px;
	float: left;
	}
	
#product-sell {
	width: 470px;
	text-align: left;
	margin-top: 5px;
	float: left;
} 

#new-form {
	width: 200px;
	float: right;
	text-align:right;
}

#remove {	
	display: none;
}

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}

#spacer-productpage {
	height: 10px;
	width: 100px;
}

.addtobasket {
	width: 110px;
	padding: 3px;
	background-color:#077cb1;
	color:#FFFFFF;
	font-weight: bold;
	border: 1px solid black;
	margin-top: 5px;
}

.continue {
	
	padding: 3px;
	background-color: #CCCCCC;
	color:#FFFFFF;
	font-weight: bold;
	border: 1px solid black;
	margin-top: 5px;
}

.checkout {
	
	padding: 3px;
	background-color:#077cb1;
	color:#FFFFFF;
	font-weight: bold;
	border: 1px solid black;
	margin-top: 5px;
}

.outofstock {
	width: 90px;
	padding: 3px;
	background-color: #CCCCCC;
	color:#FFFFFF;
	font-weight: bold;
	border: 1px solid #999999;
	margin-top: 5px;
}

#basket-title {
	background-image:url(images/titlebar.png);
	background-repeat:repeat-x;
	height: 15px;
	padding: 6px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}

#basket-box {
	border: 1px solid black;
	border-top: 0px;
	padding: 10px;
	padding-top: 5px;
}

.inyourbasket {
	font-weight: bold;
	font-size: 10px;
	color: 077cb1;
}

.basketsub {
	font-weight: bold;
	font-size: 10px;
	color: #000;
}


.style1 a:visited {color: #FFFFFF}
.style1 a {color: #FFFFFF}


/* BASKET PAGE */

#basket #content #shopping-basket {
	margin-top: 10px;
	text-align: center;
}
#basket #content #shopping-basket .product-cell {
	text-align: left;
}
#basket #content #shopping-basket .product-cell img {
	height: 60px;
	width: 60px;
	margin: 5px;
}
#basket #content #shopping-basket .product-cell span {

}
#basket #content #shopping-basket .add-remove-cell input {
	padding-left: 2px;
	padding-right: 2px;
}
#basket #content #shopping-basket .totals-cell {
	text-align: center;
	font-weight: bold;
}
#basket #content #shopping-basket .total-label {
	text-align: right;
}
#basket #content #shopping-basket .user-options {
	padding-top: 5px;
}
#basket #content #shopping-basket .user-options input {
	margin-bottom: 5px;
}

/* PRODUCT PAGE */

#product #content, #basket #content {
	text-align: left;
	padding-top: 10px;
}
#product #content #product-description {
	float: left;
	width: 320px;
	padding: 5px;
	display: block;
	margin: 0;
	height: 320px;
}
#product #content #product-image {
	height: 320px;
	width: 320px;
	margin-top: 6px;
	margin-left: 20px;
	float: left;
	background-color: #CCCCCC;
	display: block;
}
#product #content #product-form {
	margin-right: 20px;
	display: inline;
	float: right;
	width: 500px;
	margin-top: 2px;
	text-align: right;
	margin-bottom: 4px;
}
#product #content #product-form label {
	font-size: 12px;
	font-weight: bold;
}
#product #content #product-links {
	float: right;
	clear: right;
	margin-right: 20px;
	width: 220px;
	text-align: right;
	font-weight: bold;
}

#small-desc {
	width: 100%;
	height: 80px;
	margin-bottom: 5px;
}

#add-desc {
	width: 100px;
	height: 60px;
}




#checkout {
	margin-bottom:20px
}

#checkout fieldset {
	border:solid 1px #077cb1;
	margin-top:5px;
	padding: 4px;
}

#checkout .fieldset-legend {
	display: block;
	background-color: #077cb1;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	padding: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
}

#checkout ol {
	list-style:none;
}

.fieldset {
	border:solid 1px #077cb1;
	padding: 4px;
	width: 400px;
	
}

#checkout #checkout-summary-price { color: #FF0000; }

#checkout #billing input, #checkout #shipping input {
	border: 1px solid #000000;
	padding: 2px;
}

#checkout #billing-shipping-form label {
	font-weight: bold;
	display: block;
	width: 90px;
	text-align: right;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#checkout #billing-shipping-form .form-title {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	background-color: #077cb1;
	text-indent: -20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

#checkout #billing, #checkout #shipping {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #077cb1;
}

#checkout #billing li, #checkout #shipping li {
	margin-bottom: 5px;
	padding-left: 30px;
}

#checkout #shipping-billing-same input {
	float: left;
	margin-right: 5px;
	border: none;
}

#checkout #billing-shipping-form #required-caption {
	display: block;
	font-style: italic;
	margin-top: 5px;
	clear: left;
}

#checkout #billing-shipping-form .billing-shipping-same input {
	border: none;
	padding: 0px;
}

#checkout #billing-shipping-form #user-payment-options { border: 1px solid #077cb1; }

#checkout #billing-shipping-form #ways-to-pay-title {
	font-weight: bold;
	color: #FFF;
	background-color: #077cb1;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#checkout #billing-shipping-form #user-payment-options .ways-to-pay {
	text-align: center;
	width: 180px;
	float: left;
}

#checkout #billing-shipping-form #user-payment-options #ways-to-pay-left { margin-left: 64px; }

#checkout #billing-shipping-form #user-payment-options .ways-to-pay img { display: inline; }

#checkout #billing-shipping-form #user-payment-options .ways-to-pay label {
	float: none;
	display: block;
	width: 180px;
	text-align: center;
	padding-bottom: 5px;
}

#checkout #billing-shipping-form #form-submit {
	clear: left;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-right: 10px;
}


.clear-float { clear: both; }

.bold-text { font-weight: bold; }

#newsletter-sign {
	border: 1px solid black;
	padding: 6px;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/******** BASKET STYLING ***********/

.bask-prod-name {
	font-weight: bold;
}

.postage-title {
	font-weight: bold;
	text-transform: uppercase;
	color: green;
}

.remove {
	width: 30px;
	background-color: #077cb1;
	color: white;
	font-weight: bold;
	border: 1px solid #077cb1;
	text-align: center;
	font-size: 9px;
}

.discount-code {
	width: 100px;
	padding: 3px;
	color: black;
	text-transform: uppercase;
	border: 1px solid #828282;
	background-color: white;
}

.recalculate-basket {
	width: 120px;
	background-color: #077cb1;
	color: white;
	font-weight: bold;
	border: 1px solid #077cb1;
}

.total-price-basket {
	font-weight: bold;
	color: red;
	font-size: 12px;
}

th {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.split1 {
	background-color: #e5e5e5;
}

