﻿/* SELECTOR CHANGES */

html,body{
	/* background: url(../images/header_shim.gif) repeat-x; */
	color:#585858;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
	line-height:16px;
}
a:link,a:visited, a:active{
	color:#015AFF;
	text-decoration: underline;
}
a:hover, a:focus{
	color:#DE0000;
	text-decoration: none;
}
label {font-weight: bold}

/* SOURCE ORDERED COLUMN STRUCTURE */

#pagewidth{
	font-size:11px;
}
#outercolcont{
	border-left:solid 199px #fff;
	border-right:solid 210px #fff;
	margin:10px 5px;
}
#innercolcont{
	width:100%;
}
*:lang(en) #leftcol, *:lang(en) #middlecol, *:lang(en) #rightcol{ /* These styles will be applied to all browsers except for IE and Safari */
	overflow: visible;position: relative;
}
#middlecolwidth{
	float:left;
	width:100%;
	margin:0 0 0 0;
}
#middlecol{
	float:right;
	margin:0;
	width:100%;
}
#leftcol{
	float:left;
	margin:0 8px 0 -199px;
	width:191px;
}
#rightcol{
	float:right;
	width:191px;
	margin:0 -205px 0 8px;
}

/* MIN WIDTH SETTINGS AND HACKS FOR MIDDLE COL */
/* handles everything other than IE */
#outercolcont{min-width:480px;}
/* hack IE to reproduce min-width effect */
* html #middlecolminwidth{border-left:480px solid #FFF;}
* html #sowrap {margin-left:-480px; position:relative;}
/*\*/* html #sowrap, * html #middlecolminwidth {height: 1px;}/**/

  
/* Company Nav */
#topnav ul{
	margin:0;
	padding:0 10px;
	list-style:none;
}
#topnav li{
	float:left;
	margin:0;
	padding:0 0 0 9px;
	border-right:1px solid #015AFF;
}
#topnav li.last{
	border-right:none;
}
#topnav a{
	padding:3px 10px 2px 3px;
	text-decoration:none;
	font-weight:bold;
	color:#015AFF;
}
#topnav a:hover{
	text-decoration:underline;
}

/* header */

#headerwidth{
	width:100%;
	min-width:760px;
}
/* min-width hack for IE */
* html #headerminwidth {
	border-left:760px solid #fff;
	position:relative;
	float:left;
	z-index:1;
}
* html #header {
	margin-left:-760px;
	position:relative;
	float:left;
	z-index:2;
	text-align:left;
	background: url(../images/header_shim.gif) repeat-x;
}
#header1,#header2{
	margin:0;padding:0;
}
#header1{
	margin-top:auto;	
}
#header2{
	clear:both;
	text-align:center;
	background:url(../images/nav_bg.jpg) repeat-x bottom;
	height:23px;
	padding-top:7px;
}
#header3 {
	height: 29px;
	padding: 3px 0 0 5px;
	margin: 0 0 0 0;
	background: url(../images/loginbar_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* 2 column split */
.logo{
	float:left;
	left:0;
	margin:0;
	padding-left:10px;
	width:200px;
}

#frontpage h1 {
font-size:14px;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}

.helpnav{
	float:right;
	padding-top:5px;
	padding-right:10px;
	position:static;
	text-align:right;
	width:60%;
	white-space:nowrap;
	font-size:11px;
}
.helpnav ul{
	float:right;
	list-style:none;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
}
.helpnav li{
	display:block;
	float:left;
	padding:3px 9px 6px 9px;
	background: url(../images/bulletbordertop.gif) no-repeat;
}
.helpnav li.last{
	background:none;
}
.helpnav a, .helpnav a:visited{
	font-weight:bold;
	color:#015AFF;
	text-decoration:none;
}
.helpnav a:hover{
	text-decoration:underline;
	color:#015AFF;
}

.title_home{
	background:#EFF7FF;
	border-bottom:1px solid #015AFF;
	padding:6px 0 5px 10px;
}
.title_home h1{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.title{
	background:#EFF7FF;
	padding:6px 10px 5px 10px;
}
.title h1{
	font-size:16px;
	font-weight:bold;
	color:#015AFF;
	text-transform:uppercase;
}
.subtitle{
	background:#FFFFFF;
	border:1px solid #EC6E6E;
	padding:5px 0 5px 10px;
	margin-bottom:10px;
}
.subtitle h2{
	font-size:12px;
	font-weight:bold;
	color:#DE0000;
	text-transform:uppercase;
}
.content{
	float:left;
	width:100%;
}
.content1{
	border-right:1px solid #CEE7FF;
	border-left:1px solid #CEE7FF;
	border-bottom:5px solid #CEE7FF;
	border-top:1px solid #CEE7FF;
	padding:10px 10px 0 10px;
}

.content1 h2 {font-size:20px; margin:12px 0px 12px 0px;}
.content1 p {line-height:20px;}

/* Sides */
.sidetitle{
	background:#CEE7FF;
	width:100%;
}
.sidetitle h3{
	color:#015AFF !important;
	padding:7px 0 7px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sidetitledark{
	background:#015aff;
	width:100%;
}
.sidetitledark h3{
	color:#FFFFFF !important;
	padding:7px 0 7px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sidetitlecart{
	background: url(../images/cart_bg.gif) no-repeat;
	width:100%;
}
.sidetitlecart h3{
	color:#FFFFFF !important;
	padding:7px 0 8px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sidetitlesearch{
	background: url(../images/title_bg_round.gif) no-repeat;
	width:100%;
}
.sidetitlesearch h3{
	color:#FFFFFF;
	padding:7px 0 9px 14px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.rb{
	clear:both;
	margin-bottom:15px;
	width:100%;
}
.sideli ul {
	padding: 5px 0 0 0;
}
.sideli ul li {
	list-style: none;
	text-align: left;
	display: block;
	padding: 3px 0 10px 25px;
	font-size: 11px;
}
.graphicside{
	clear:both;
	margin-bottom:10px;
	width:100%;
}
.colbord{
	border:1px solid #CEE7FF;
	float:left;
	width:169px;
	padding:10px;
	border-bottom:5px solid #CEE7FF;
}
.rightcontainer{
	border-bottom:1px solid #A4A5CA;
	float:left;
	padding-bottom:8px;
	margin-bottom:10px;
}
.rightimage{
	margin-right:8px;
	width:62px;
	float:left;
}
.rightcontent{
	width:99px;
	float:left;
}

.offermessage {
background-color:#6699CC;
color:#FFFFFF;
padding:5px;
border-color:#FF0000;
border-width:5px;
}

/* mainnav - left navigation */
#nav a {
	color:#015AFF;
}
#nav{
	border:1px solid #CEE7FF;
	border-bottom:5px solid #CEE7FF;
}
#nav li{
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}
#nav li a{
	background:url("../images/menu_bg.gif") no-repeat left;
	border-top:1px solid #A4A5CA;
	display:block;
	margin:0;
	padding:7px 0 6px 25px;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	width:164px;
	
}
#nav li a:hover,#nav li a:active{
	background: url("../images/menu_bg_over.gif") no-repeat left;
}
#nav ul{
	margin:0;
	padding:0;
}

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	border:1px solid #CEE7FF;
	padding:6px 0 6px 10px;
	margin-bottom:8px;
	font-size:11px;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	padding-right: 4px;
	padding-left: 8px;	
	background: url(../images/bullet.gif)  0 4px no-repeat;
}

#breadcrumb ul li.first {
	display: inline;
	padding-right: 4px;
	padding-left: 0;
	font-weight: bold;	
	background: none;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: underline;
	color: #585858;
	font-weight: bold;	
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #DE0000;
}

/* End Breadcrumb Styles =============================================== */

/* home products */

.productlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.productlistleft {
	width: 49%;
	float: left;
	margin: 0 0 10px 0;
}

.productlistright {
	width: 49%;
	float: right;
	margin: 0 0 10px 0;
}

.productlistbox {
	background: url(../images/homeprod_shimleft.gif) repeat-y;
	margin: 0;
	height: 1%;
}

.productlistlatest {
	height: 110px;
	padding: 8px 8px 3px 8px;
	overflow: hidden;
}

.productlistlatest a:link, .productlistlatest a:active, .productlistlatest a:visited {
	color: #DE0000;
	text-decoration: underline;
}

.productlistlatest a:hover {
	color: #015AFF;
	text-decoration: underline;
}

.productlistimage {
	height: 110px;
	padding: 8px 8px 3px 8px;
	overflow: hidden;
}

/*.productlistimage * {
	color: #015AFF !important;
	font-weight: normal;
}*/

.productlistimage a:link, .productlistimage a:active, .productlistimage a:visited {
	color: #DE0000;
	text-decoration: underline;
}

.productlistimage a:hover {
	color: #015AFF;
	text-decoration: underline;
}

.productlistimage p {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
}

.productlistcontent {
	display: block;
	padding: 0;
	min-height: 12.6em;
	background: url(../images/homeprod_shimright.gif) repeat-y right;
}

.productlistcontent img {
	float: left;
	margin: 0 5px;
}

.productlisttitle {
	margin: 0 0 3px 0;
	padding: 3px 10px 4px 15px;
	background: #EFF7FF;
	height: 32px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4C83EB;
	border-bottom: 1px solid #4C83EB;
}

.productlisttitle a:link, .productlisttitle a:active, .productlisttitle a:visited {
	color: #015AFF !important;
	text-decoration: none;
}

.productlisttitle a:hover {
	color: #015AFF;
	text-decoration: underline;
}

.productlisttitle .productlisttitlecrop {
	width: 95%;
	overflow: hidden;
	height: 32px;
	margin: 10px 0 -18px 0;
}

.productlisttitlecrop h3 {
font-size:14px;
font-weight:bold;
}

.productlistbottom {
	margin: 0;
	width: auto;
	padding: 0 10px;
}

.prod_detail_content_1 {
	width: 210px;
	float:left;
}

.prod_detail_content_2 {
	position:relative;
	float:left;
}

.content1 ul {
	padding: 0 0 10px 10px;
}

.content1 ul li {
	list-style: none;
	text-align: left;
	display: block;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 1px 0 1px 15px;
}

.content1 ul.product_offers li {
	list-style: none;
	background: url(../images/tick.gif) no-repeat 0 4px;
	padding: 2px 0 2px 15px;
	font-size: 11px;
}

/* Footer */
#footer1{
	text-align:center;
	clear:both;
	background:#015AFF;
	padding:5px 0 2px 0;
	width:100%;
	font-size:12px;
	color:#FFFFFF !important;
	min-width:760px;
	position:relative;
	height:34px;
}
/* min-width hack for IE */
* html #footer1 {
	text-align:center; 
	width:100%;
}
#footer1 a{
	color:#FFFFFF !important;
}
#footer1 a:hover {
	text-decoration:none;
}
#footer2{
	text-align:center;
	clear:both;
	padding:5px 0 2px 0;
	width:100%;
	font-size:11px;
	min-width:760px;
	position:relative;
	height:40px;
	color:#015AFF !important;
}
/* min-width hack for IE */
* html #footer2 {
	text-align:center;
	width:100%;
}

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #666666;
}

.fontdarkgrey {
	color: #3a3331;	
}

.fontyellow {
	color: #F4D836;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #DE0000;	
}

.fontblue {
	color: #015AFF;	
}

.backgroundlight {
	background-color: #F1F7FD;
}
.backgroundmedium {
	background-color: #CEE7FF;
}
.backgrounddark {
	background-color: #015AFF;
}
.backgroundred {
	background-color: #DE0000;
}
.backgroundorange {
	background-color: #FF9900;
}
a.linkwhite:link, a.linkwhite:visited, a.linkwhite:active {
	color: #FFFFFF;
}
a.linkwhite:hover {
	color: #FFFFFF;
}
a.linkborder:link, a.linkborder:visited, a.linkborder:active {
	border: 1px solid #BDB8B7;
	display: block;
}
a.linkborder:hover {
	border: 1px solid #DE0000;
}
.border {
	border: 1px solid #BDB8B7;
}
.borderlight {
	border: 1px solid #EFF7FF;
}
.borderdashedmedium {
	border: 1px solid #CEE7FF;
}
.borderdashedred {
	border-bottom: 1px dashed #DE0000;
}
.bordertopmedium {
	border-top: 1px solid #CEE7FF;
}
.borderdashedbottom {
	border-bottom: 1px dashed #CEE7FF;
}

/* Begin Basket Styles =============================================== */

.baskettop {
	font-weight: bold;
	color: #015AFF;
	background: #CEE7FF;
	padding: 5px;
}
.basketmiddle {
	padding: 3px;	
}
.basketbottom {
	color: #015AFF;
	padding: 3px;
	background: #CEE7FF;
}

/* End Basket Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #015AFF;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #DE0000;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 120px; 
	font-weight: bold; 
}

.input {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #015AFF solid;
	color: #015AFF;
	height: 16px;
	padding-left: 2px;
}

.inputsmall {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #015AFF solid;
	color: #015AFF;
}

.select {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #015AFF solid;
	color: #015AFF;
}

.selectsmall {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #015AFF solid;
	color: #015AFF;
}

.textarea {
	font: 11px Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF !important;
	border: 1px #015AFF solid;
	color: #015AFF;
}

/* End Form Styles =============================================== */

#promowrapper {width:100%;text-align:center;}	
#promoimage {width:354px;height:182px;position:relative;margin:0 auto;}
#promoimage img.rotimg{position:absolute;left:0;top:0;margin:0;padding:0;}
#promowrapper #firstimg{z-index:2;}


*
{
	/*border: solid 5px black;*/
}

#logo h2 {
	top: 0px;
	width: 312px;
	height: 90px;
	position: absolute;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url(../images/logo.gif) top left no-repeat;
	margin-left:5px;
	}
	
#logo h2 a {
	display: block;
	text-decoration:none;
	width: 320px;
	height: 90px;
	}
	

#philips h2 {
	float:right;
	top: 0px;
	width: 400px;
	height: 40px;
	text-align:right;
	position:static;
	padding-right:5px;
	text-indent: -20000em;
	font-size: 0%;
	line-height: 0%;
	background: url(../images/graphictop.gif) top left no-repeat;
	
	}
	
#philips h2 a {
	display: block;
	text-decoration:none;
	width: 400px;
	height: 40px;
	}
	
.smalltitle {
font-size:14px;
}