@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:82.5%;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	text-align:center; /* for IE5 */
	background:#0099CC url('blue_bg_tile2.png') repeat-x scroll;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3, h4, h5 {
	color: #008D00;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4, h5, h6 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color:#008D00;
}
a:hover, a:active {
	text-decoration: none;
	color:#0033CC;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#container {
	width: 982px;
	min-height: 700px;
	margin: 0px auto;	
	text-align:left;
	padding: 0;
	position:relative;
}
/* banner areas */
#header {
	height: 134px;	/**/
	position:relative;
	margin:0;
	padding:0;
	background: url('top_bg2.png') no-repeat scroll;
	font-family:"Segoe UI",Frutiger,Tahoma,Helvetica,"Helvetica Neue",Arial,sans-serif;
}
#topleft {
	width:420px;
	height:134px;
	float:left;
}
#logo {
	width: 295px;
	height:60px;
	position:absolute;
	left:126px;
	top:45px;
	background:#FFF;
}
#slogan {
	width: 450px;
	height:25px;
	position:absolute;
	overflow:hidden;
	left:126px;
	top:0px;
	z-index:10;
}
#slogan div {
	line-height:25px;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
}
#topright {
	width:555px;
	height:134px;
	float:right;
}
#cartsum {
	height:25px;
	line-height:25px;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	padding-right:8px;
	text-align:right;
}
#cartsum a {
	color:#FFF !important;
}
#cartsum a:hover {
	text-decoration:underline;
	color:#FFF !important;
}
#movie {
	width: 520px;
	height:90px;
	margin:10px 10px 0 0;
	float:right;
	text-align:center;
	background:#FFF;
}
#movie div {
	padding-top:20px;
}
#checkout-movie {
	width: 520px;
	height:90px;
	margin:10px 10px 0 0;
	float:right;
	text-align:center;
	background:#FFF url('checkout-header-img.gif') no-repeat scroll;
}
#navBar {
	height:55px;
	background: #FFF url('copy-bg.png') repeat-y scroll;
}
#navBar #inner {
	width:975px;
	height:55px;
	margin:0 auto;
	background: #FFF url('navbar.png') no-repeat scroll;
}
#navBar #inner div {
	margin-left:7px;
}
#navBar a {
	line-height:51px;
	height:55px;
	color:#333;
	background: url('navlink.png') no-repeat right scroll;
	padding-left: 18px;
	padding-right:18px;
	display:inline-block;
	outline:none;
	border:none;
}
#navBar a:hover {
	color:#FFF;
	background: url('navlink-hover.png') no-repeat right scroll;
}
#copy {
	padding: 0 5px 20px;
	margin: 0px;
	min-height:600px;
	background: #FFF url('copy-bg.png') repeat-y scroll;
}
#copy p {
	line-height: 120%;
	padding: 5px 0px 5px;
	margin: 0px;
}
#copy h3 {
	padding: 3px 0px 10px;
}
/* columns */
#col1 {
	width: 235px;
	min-height:600px;
	background: #FFF;
	float: left;
	background: #FFF;
	padding: 0 0 20px;
	margin: 0 0 15px 5px;
}
#col2 {
	width: 710px;
	float: right;
	text-align: left;
	padding: 0 0 20px;
	margin: 0 5px 0 0;
	color: #333;
	height: auto;
	background: #FFF;
}
#col2 ul {
	list-style:circle;
	padding-left:20px;
	line-height:140%;
}
#col3 {
	width: 800px;
	text-align: left;
	padding: 0 20px 20px;
	margin:0 auto;
	color: #333;
	height: auto;
	background: #FFF;
}
#pagetop {
	height:30px;
	background:#FFF;
	margin-bottom:5px;
}
#mainheading {
	width:475px;
	height:30px;
	float:left;
	background:#FFF;
	overflow:hidden;
}
#mainheading h1 { 
	font-size: 1.4em;
	line-height:30px;
	font-weight: bold;
	color: #008D00;
	padding: 0px;
	margin: 0px;
}
#searchbox {
	width:225px;
	height:30px;
	float:right;
	background:#FFF;
}
#searchbox form {
	padding:0;
	margin:0;
}
#searchtable, #searchtable td {
	padding:0;
	margin:0;
	border:0;
}
#searchbox .searchinput {
	width:165px;
	padding:3px 0 4px 6px;
	margin:0;
	border:1px solid #CCC;
	background:#FFF;
}
#searchbox .searchbutton {
	padding:0;
	margin:0 0 0 2px;
	height:26px;
	width:40px;
}
.CheckoutProgress {
	width:700px;
	background:#FBFBFB;
	border-collapse:collapse;
	margin-bottom:10px;
}
.CheckoutProgress td, .CheckoutProgress th {
	border-collapse:collapse;
	padding:5px;
	margin:0;
}
.checkout-buttons {
	border-top: 2px solid #008D00;
	margin:10px 0;
	padding:5px;
}
.cpi-start {background:#008D00; color:#CCC;}
.cpi-spacer {background:#008D00; color:#CCC;}
.cpi-active {background:#008D00; color:#CCC;}
.cpi-inactive {background:#CCC; color:#666;}

div.green-bar {
	background:#008D00; 
	color:#CCC;
	height:2px;
	margin: 5px 0;
}

#shoppingCartSummary {
	width: 400px;
	height: 35px;	
	float:right;	
	margin-top:3px;
	overflow:hidden;
	padding-right: 5px;
}
#ShoppingCart {
	background:#FFF;
}
#ShoppingCart #CartGrid {
	border-collapse:collapse;
	border-color:#DDDDDD !important; /*#F6F5F0;*/
	margin-bottom:10px;
}
#CartGrid th {
	background:#F6F5F0;
}
#CheckoutForms {
	width:700px;
	margin:5px auto;
}
#CheckoutForms #CartGrid {
	width:100%;
	padding:5px 0 10px;
	border-collapse:collapse;
	border-color:#DDDDDD !important;
}
/* Footer Area  */
#footer {
	background: #FFF url('copy-bg.png') repeat-y scroll;
	margin:0 0 25px;
	padding:0 0 10px;
	text-align: left;
	font-family:"Segoe UI",Frutiger,Tahoma,Helvetica,"Helvetica Neue",Arial,sans-serif;
}
#footerInner {
	min-height:175px;
	margin:0px 1px;
	padding-top:8px;
	background:#FFF url('footer-top.png') repeat-x scroll;
}
#footer .left {
	width:235px;
	min-height:100px;
	margin:0 0 10px 10px;
	float:left;
	background: url('footer-left-bg.png') no-repeat top left scroll;
}
#footer .left #sslseal {
	width:150px;
	height:56px;
	float:right;
	margin:42px 0 0 0;
}
#footer .right {
	width:730px;
	min-height:100px;
	float:left;
}
#footer #address {
	width:300px;
	margin:13px 0 0 0;
	float:left;
}
#footer #address h4 {
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:0.8em;
	color:#777;	
}
#footer #cardsAccepted {
	width:400px;
	float:left;
	margin:18px 0 0 0;
}
ul#footerMenu {
	padding:0;
	margin:5px 0 0;
	list-style:none;
}
ul#footerMenu li {
	display:inline-block;
	margin-right:10px !important;
	float:left;
}
ul#footerMenu li a {
	display:block;
	font-weight:bold;
	padding:5px 15px 5px 5px;
	color:#008D00;
}
ul#footerMenu li a:hover {
	color:#03C;
}
#credits {
	text-align:center;
	margin:20px 0;
	font-size:0.8em;
	color:#666;
}
#credits p {
	margin:0;
	padding:0 0 5px;
}
#credits a {
	color:#666;
}
/**/
a.external {
	background:transparent url('external-link.png') no-repeat scroll right center;
	padding-right:13px;
}
a.pdf {
	background:transparent url('pdf-link.png') no-repeat scroll right center;
	padding-right:20px;
}
.clrline {
	clear:both;
	height:1px;
	padding:0;
	margin:5px;
	background:#CCC;
}
.clr {
	clear: both;
	font-size:1px;
	height:1px;
	margin:-1px 0px 0px;
	overflow:hidden;
}
.first {
	padding-top:0 !important;
}
.last {
	padding-bottom:10px !important;
}
.hr {
	height: 5px;
	border-bottom: 1px solid #AFD4DB;
	margin-bottom:5px;
}
.hline	{
	height: 1px;
	border-top:1px solid #BFCEE0;
	margin:0 10px;
	clear:both;
}
.centered {
	text-align: center;
	vertical-align: middle;
}
.border {
	border: 1px solid #CCCCCC;
}
.inline {
	display: inline;
}
.alert {
	color: #FF0000;
}
.red {
	color:#F00;
}
.imgRightAlign {
	margin: 5px 5px 10px 10px;
	float: right;
	clear:right;
}
.imgLeftAlign {
	margin: 5px 10px 10px 0;
	float: left;
	clear: left;
}
.padTop5 {
	padding-top:5px;
}
.padBottom5 {
	padding-bottom:5px;
}
/* Checkout Forms */
.checkoutForms {}
.checkoutForms select {
	border:1px solid #BFCEE0;
	padding: 5px 2px !important;
	font-size:110%;
}
.checkoutFormsInput {
	background:#FFFFFF;
	border:1px solid #BFCEE0;
	padding: 5px;
	margin:0px;
	font-size:10pt;
}
.fieldBlur {	
	border: 1px #BFCEE0 solid;
	background:#FFFFFF;
}
.fieldFocus {
	border:1px solid #018F00 !important;
	background:#FFFFCC;
}

.moviebox {
	width:740px;
	height:220px;
	overflow:hidden;
	padding:5px 0;
	margin:5px 0;
	border:1px solid #BFCEE0;
	text-align:center;
}

/* Breadcrumbs */
#breadcrumbs {
	font-weight:bold;
	color:#FE6A08;
	padding-bottom:10px;
	line-height:20px;
}
#breadcrumbs a { 
	font-weight: bold;
}
/* Best Sellers in Scrolling Sidebar */
#bssHeading {
	font-size:1.1em;
	font-weight:bold;
	width:235px;
	height:32px;
	line-height:34px;
	text-align:center;
	color:#FFF;
	background: #FFF url('green-pill.png') no-repeat scroll;
	margin-top:10px;
}
/* Overall size of module */
#bestSellersSidebar {
	position:relative;
	width:235px;
	height:200px;	
	margin: 0;
	background: #F3F3F3;
}
/* Inner viewport surrounding items to scroll */
#bestSellersSidebar #bssViewport {
	overflow:hidden;
	width:200px;
	height:190px;
	margin:0 auto;
	background:#FFF;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
#bestSellersSidebar ul, #bestSellersSidebar li {
	padding:0;
	margin:0;
	list-style:none;
}
/* Next and Prev buttons */
#bestSellersSidebar .prev{
	width:10px;
	height:20px;
	position:absolute;
	left:2px;
	top:80px;
	cursor:pointer;
	background:url('l-button.png') no-repeat scroll;
}
#bestSellersSidebar .next{
	width:10px;
	height:20px;
	position:absolute;
	right:2px;
	top:80px;
	cursor:pointer;
	background:url('r-button.png') no-repeat scroll;
}
#bestSellersSidebar #bssViewport img {
	border:0;
	display:block;
	margin:0 auto;
}
#bestSellersSidebar #bssViewport ul{
	width:3660px;
}
#bestSellersSidebar #bssViewport li{
	width:200px;
	float:left;
	padding:0px 2px;
}
#bestSellersSidebar #bssViewport li.fallen{
	margin-top:369px;
}
#bssViewport ul li .img {
	margin:5px auto 5px;
	text-align:center;
}
#bssViewport ul li .desc {
	width:180px;
	font-size:10px;
	color:#666;
	margin:0 auto;
	text-align:center;
}
#bssViewport .desc a {
	color:#666 !important;
	text-decoration:none;
	outline:none;
}
#bssViewport .desc a:hover {
	color:blue !important;
}

/* New Products in Scrolling Sidebar */
#npSidebarHeading {
	font-size:1.1em;
	font-weight:bold;
	width:235px;
	height:32px;
	line-height:34px;
	text-align:center;
	color:#FFF;
	background: #FFF url('green-pill.png') no-repeat scroll;
	margin-top:10px;
}
/* Overall size of module */
#npSidebar {
	position:relative;
	width:235px;
	height:205px;	
	margin: 0px;
	background:#F3F3F3;
}
/* Inner viewport surrounding items to scroll */
#npSidebar #npViewport {
	overflow:hidden;
	width:200px;
	height:190px;
	margin:0 auto;
	background:#FFF;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
#npSidebar ul, #npSidebar li {
	padding:0;
	margin:0;
	list-style:none;
}
/* Next and Prev buttons */
#npSidebar  .prev{
	width:10px;
	height:20px;
	position:absolute;
	left:2px;
	top:80px;
	cursor:pointer;
	background:url('l-button.png') no-repeat scroll;
}
#npSidebar .next{
	width:10px;
	height:20px;
	position:absolute;
	right:2px;
	top:80px;
	cursor:pointer;
	background:url('r-button.png') no-repeat scroll;
}
#npSidebar #npViewport img {
	border:0;
	display:block;
	margin:0 auto;
}
#npSidebar #npViewport ul{
	width:3660px;
}
#npSidebar #npViewport li{
	width:200px;
	float:left;
	padding:0px 2px;
}
#npSidebar #npViewport li.fallen{
	margin-top:369px;
}
#npViewport ul li .img {
	margin:5px auto 5px;
	text-align:center;
}
#npViewport ul li .desc {
	width:180px;
	font-size:10px;
	color:#666;
	margin:0 auto;
	text-align:center;
}
#npViewport .desc a {
	color:#666 !important;
	text-decoration:none;
	outline:none;
}
#npViewport .desc a:hover {
	color:blue !important;
}
/* Special Offers Sidebar */
#specialOffers {
	margin-top:10px;
}
#specialOffers h3 {
	font-size:1.1em;
	font-weight:bold;
	width:235px;
	height:32px;
	line-height:34px;
	text-align:center;
	margin:0;
	padding:0;
	color:#FFF;
	background: #FFF url('green-pill.png') no-repeat scroll;	
}
#specialOffers a {
	text-decoration:none;
}
#specialOffers img {
	border:none;
	outline:none;
}
/* Other Pages Nav in Sidebar */
#otherPages {
	margin-top:10px;
}
#otherPages h3 {
	font-size:1.1em;
	font-weight:bold;
	width:235px;
	height:32px;
	line-height:34px;
	text-align:center;
	margin:0 0 1px;
	padding:0;
	color:#FFF;
	background: #FFF url('green-pill.png') no-repeat scroll;	
}
#otherPages ul, #otherPages li {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
#otherPages a:link, #otherPages a:visited {
	border-bottom:	1px solid #DEDEDE;
	background:#F3F3F3;
	padding:0;
	text-decoration:none;
	text-indent:15px;
	display:block;
	width:235px;
	line-height:25px;
	color:#333;
	font-size:14px;
	font-weight:normal;
}
#otherPages li a:hover, #otherPages li a:active {
	background:#018F00;
	color:#FFF;
}

/* Qtip Styles */
.qtip-title {
	background:#FFF !important;
}

/* page areas */
div.stdFragment {
	/*border-bottom:1px solid #CCC;*/
	padding-bottom:5px;
	margin-bottom:5px;
}
div.fragmentDesc {
	margin-bottom:10px;
}
.stdFragmentImageOnly {
	text-align:center;
}
table.stdFragmentTable {
	background:#FFF;	
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
table.stdFragmentTable td {
	vertical-align:top;	
	text-align:left;
	margin:0;
	padding:0;
}
.newProductsList a:link, .newProductsList a:visited {
	color:#008D00 !important;
}
/* Products & Product Lists */
.productList {
	background:#FFF;
	padding-top:10px;
	border-top:1px solid #CCC;
}
.productList h3 a:link, .productList h3 a:visited {
	color:#008D00 !important;
}
.stdProduct {
	background:#FFF;
	text-align:left;
	vertical-align:top;
	margin:0 0 10px;
	padding:0;
	border-bottom:1px solid #CCC;
}
.stdProductImg {
	width:200px;
	margin-right:10px;
	min-height:200px;
	float:left;
	background:#FFF;
	padding-bottom:5px;
}
.stdProductDesc {
	width:480px;
	min-height:200px;
	float:left;
	background:#FFF;
}
.stdProductDesc h3 {
	font-size:1.1em;
	margin:0 !important;
	padding:0 !important;
}
.productCode {
	font-size:0.8em;
	color:#333;
}
.productDesc {
	line-height:110%;
	padding-bottom:5px;
}
.productImage	{
	float: left;
	width:250px !important;
	margin: 0px 0px 20px 0px;
}
.prod_buttons_table {
	margin:5px 0;
}
/*extended info table */
.extInfoTable {
	width:670px;
	margin:10px 0;
	padding:0 0 10px 0;
	background:#FFF;
}
.specialOfferIcon {
	color:red;
	font-weight:bold;
	padding:0 0 5px;
}
.freeDeliveryIcon {
	padding:5px;
}
.prodChoice {}
.prices {
	color:#008D00;
	font-weight:bold;
}
.vat {
	font-size:10px;
	font-weight:normal;
	color:#333;
}
/* Sections */
.standardSection {
	padding:0 0 20px;
	margin:0px;
	background:#FFF;
}
.sectionHeading {
	font-size:1.1em;
	color:#666;
}
.sectionHeading a {
	color:#666 !important;
}
.sectionHeading a:hover {
	color:#008D00 !important;
}
/* section description */
.sectionDesc {
	padding:0 0 5px;
}
.sectionDesc a {
	color:#333;
}
.sectionDesc p {
	line-height:140%;
	margin:0;
	padding: 0px 0px 5px;
}
.sectionDesc h4 {
	margin:0;
	padding: 0px 0px 4px;
}
/* section links */
#mainSections {
	margin:0 0 5px;
}
#mainSections a:link, #mainSections a:visited, #subSections a:link, #subSections a:visited {
	color:#003366; /*#005395 #0099CC #008D00*/
}
#mainSections a:hover, #mainSections a:active, #subSections a:hover, #subSections a:active {
	color:#008D00; /*#666*/
}
#mainSections h2 {
	margin-bottom:5px;
}
#mainSections table.grid td {
	border:1px solid #BFCEE0;
	border-collapse:collapse;
}
#mainSections table.grid td td {
	border:none;
}
.sectionLinkDesc {
	font-size:0.9em;
}
/* Sub sections */
#subSections {
	margin-bottom:10px;
}
#subSections table.grid {
	/*width:98%;*/
}
#subSections table.grid td {
	border:1px solid #BFCEE0;
	border-collapse:collapse;
	/*width:25%;*/
}
#subSections table.grid td td {
	width:auto !important;
	border:none;
}
/* Breadcrumbs */
.breadcrumbs {
	color:#666666;
	line-height:1.2em;
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 1em !important;
	background:#FFF;
}
span.divider {
	color:#666;
	padding: 0 5px;
	line-height:1.2em;
	font-size:1.2em;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#008D00 !important;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
	color:#666 !important;
}

.homepageTxt p {
	line-height:140%;
	margin:0;
	padding:0 0 5px !important;
}
.homepageTxt h2 {
	font: bold 12pt;
	margin: 0px;
	padding: 0px;
}
.homepageTxt h3 {
	font: bold 12pt;
	margin: 0px;
	padding: 0px;
}
.homepageTxt a:link, .homepageTxt a:visited {
	color:#333 !important;
}
.homepageTxt a:hover {
	color:#14A5FF !important;
}
#sitemap {
	font-family:Arial, Helvetica, sans-serif !important;
}
#sitemap h2 {
	padding:5px 0 !important;
}
#sitemap ul {
	list-style:none;
	padding:5px 0px 0px 5px !important;
}
#sitemap li {
	margin:0;
	padding:0;
}
#sitemap a:link, #sitemap a:visited {
	color:#333;
}
#sitemap a:hover, #sitemap a:active {
	color:#666;
}
.attrList {
	margin:5px;
}
.alsoBought {
	margin:5px;
}
/* Fragments */
.stdFragmentImageOnly {
	margin-bottom:5px;
}
.stdFragmentImageTitle {
	margin-bottom:5px;
}
#alexaCode {
	margin:10px auto;
	width:234px;
}
.innerSectionTable {
	width:165px;
	margin:0;
	padding:0;	
}
ul.alsoBoughtList {
	height:100px;
	padding:0;
	margin:0 0 5px;
	font-size:10px !important;
}
ul.alsoBoughtList li {
	display:inline-block;
	width:125px;
	padding:0px 5px 0px 0px;	
	text-align:center;
}
ul.relatedProductsList {
	height:100px;
	padding:0;
	margin:0 0 5px;
	font-size:10px !important;
}
ul.relatedProductsList li {
	display:inline-block;
	width:125px;
	padding:0px 5px 0px 0px;
	text-align:center;
}
#ship-opt {
	padding: 0px 2px;
	height:18px;
	width:18px;
	display:inline-block;
	cursor:pointer;
}
#ship-opt img {
	display:inline-block;
}
.ImgAlignL {
	padding: 0 10px 10px 0;
}
.stdFragmentImageOnly {
	margin-top:5px;
}