/* ----- end float fix ----- */
body{
	background:#e9ecf4;
	color:#555;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#275f81;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0 0 2em;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	margin-top:10px;
	width:780px;
	text-align:left;
	background:#fff;
	padding-top:10px;
	position:relative;
}

/* ----- header area ----- */
#header{
	background:#fff;
	height:60px;	
	position:relative;
	margin:0 10px;
	padding:0;
}

/* ----- company logo & strapline ----- */
#logo{
	background:url(../graphics/plain/header.gif) no-repeat 0 0;
	height:60px;
	margin:0;
	padding:0;
}
#logo a{
	display:block;
	height:60px;
	text-indent:-9999px;
	overflow:none;
}

#tagline{
	background:url(../graphics/plain/tagline.gif) no-repeat 0 0;
	position:absolute;
	margin:0;
	padding:0;
	height:60px;
	width:94px;
	top:0;
	right:140px;
	text-indent:-9999px;
	overflow:hidden;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;
	display:block;
	width:100px;	
	margin:0;
	padding:0;
	top:12px;
	right:0;
	z-index:10;
	text-align:right;
	color:#2c458f;
}
#info a{color:#2c458f;}
#info a:hover{color:#486fe1;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	display:none;
}

/* ----- search box ----- */
#search{
	position:absolute;
	background:url(../graphics/plain/mag.gif) no-repeat 38px 0;
	z-index:1000;
	top:82px;
	right:15px;
	width:230px;
	margin:0;
	margin-bottom:1em;

}
#search label{}

#searchKeyword{
	margin-left:20px;
	border:solid 1px #666;
	padding-left:5px;
}

#searchSubmit{
	background:#e1cbae;
	color:#000;
	font-weight:bold;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
}
#searchSubmit:hover{cursor:pointer;}

/* ----- top navigation ----- */

#navTop, #navTop li{
	margin:0;
	padding:0;
	list-style:none;
}

#navTop{
	position:absolute;
	width:760px;
	background:url(../graphics/plain/navtop_bg.gif) repeat-x 0 0;
	height:26px;
	top:78px;
	left:10px;
}

#navTop li{
	float:left;
	display:inline;
	border-left:solid 1px #333;
	padding:0 10px 0 10px;
	margin-top:5px;
}
#navTop li.first{border:none;}

#navTop li a{
	font:90% "Verdana", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#333;
}

#navTop li a:hover{text-decoration:underline;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	margin-bottom:0;
	padding-bottom:.5em;
	border:solid 1px #d4d0bd;
	border-right:none;
	background:#ebe4d6;
	height:227px;
}

#navDept li{margin-bottom:1px;}

#navDept li a{
	font:85% "Verdana", Helvetica, Arial, sans-serif;
	display:block;
	width:100%;
	color:#333;
}
#leftmenu li a:hover, #leftmenu li a.selected{background:#BDB59B;color:#fff;}
#navDept li a:hover, #navDept li a.selected{background:#BDB59B;color:#fff;font-weight:bold;}
#navDept li a span{
	display:block;
	padding:3px 10px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0 0 1em;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	top:55px;
	right:-10px;
}
* html #navTools{right:-32px;}

#navTools li{}

#navTools li a{
	text-decoration:underline;
	display:block;
	width:100%;
	color:#2c458f;
}
#navTools li a:hover, #navTools li a.selected{color:#486fe1;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */

.navStatic{display:none;}

#navToolsTitle, #navDeptTitle, .navStaticTitle{display:none;}

/* ----- let side contact details ----- */

.detailsHeader{color:#666699;font-size:120%;margin-bottom:.3em;}

#detailsAddress, #detailsAddress li{
	padding:0;
	margin:0;
	list-style:none;
}

#detailsAddress{margin-top:.5em;}

#detailsAddress li{
	font-size:80%;
	color:#666699;
	line-height:12px;
}

#detailsContact, detailsContact li{
	list-style:none;
	margin:0;
	padding:0;
}

#detailsContact{margin-top:.5em;}

#detailsContact li{font-size:80%;color:#666699;line-height:12px;}

#detailsContact a{color:#666699;}
#detailsContact a:hover{color:#486fe1;}

#detailsMap{
	margin-top:2px;
	margin-bottom:2em;
	font-size:80%;
}
#detailsMap a:hover{color:#666699;}
#detailsMap a{color:#486fe1;}

#detailsCards{margin-bottom:1em;}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:125px;
	margin-left:10px;
	margin-top:40px;
}

/* ----- Homepage only main styles ----- */

#homeFlower{
	float:left;
	padding-right:10px;
	margin:0;
}
#mainHome h2{
	color:#666699;
	font-size:120%;
	padding:0;
	margin:0 0 1em 10px;
}
#mainHome h2#pageTitle{
	font-weight:bold;
	padding:0;
	margin:0 0 1em 10px;
	color:#666699;
	font-size:120%;
}

/* ----- main content area ----- */

#main, #mainHome{
	float:left;
	width:633px;
	display:inline;
	padding:0;
	margin:0;
	color:#666699;
	margin-top:40px;
}

#main h2{
	color:#666699;
	font-size:120%;
	padding:0;
	margin:0 0 1em 10px;
	clear:both;
}

#main h2#pageTitle{display:none;}

#content{margin-left:10px;}
#content li{color:#666;}

#homeLinks, homeLinks li{
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}

#homeLinks{
	margin-top:4.6em;
	text-align:center;
	font-size:90%;
	height:185px;
}

#homeLinks img{display:block;}

#homeLinks li{
	float:left;
	padding:0;
	height:180px;
	width:125px;
	border-top:solid 1px #e0e4ef;
	border-right:solid 1px #e0e4ef;
	border-bottom:solid 1px #e0e4ef;
}

#homeLinks li.homeFirst{border-left:solid 1px #e0e4ef;}

#homeLinks a{color:#999;}
#homeLinks a:hover{color:#777;}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */

#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}

#footer{
	clear:both;
	background:#fff;
	font-size:80%;
	float:left;
	margin-bottom:5px;
}

#footer p{margin:0;}

#footer li{
	display:inline;
	padding:0 3px 0 5px;
	color:#666;
	border-left:solid 1px #666;
}
#footer li.first{border-left:none;}

#footer a{color:#666;}
#footer a:hover{color:#999;}

#footer #credits{display:none;}

/* ----- footer links / text ----- */

#footerText, #footerText li{
	padding:0;
	margin:0;
	list-style:none;
}

#footerText{
	margin:0 0 10px 2px;
	float:left;
	line-height:12px;
}
* html #footerText{margin:0 0 10px 0;}

#footerText li{
	font-size:80%;
	display:inline;
}
#footerText li.last a{border-right:none;}

#footerText li a{
	color:#999;
	padding:0 5px 0 3px;
	border-right:solid 1px #999;
}
#footerText li a:hover{color:#555;}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 1em;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(/graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	border-bottom:1px dotted #bbbec8;
	color:#666699;
}
.products li:hover{}

.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:none;
}
.products li h3 a{color:#666699;}
.products li h3 a:hover{color:#275f81;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{}

.products .image a:hover img{}

.products .price{
	color:#666699;
	margin-left:10px;
}
.products .price span{margin-left:85px;}

.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

.products .formButton{
	background:url(../graphics/plain/addtobasket.gif) no-repeat 0 0;
	margin:0 0 0 10px;
	padding:0;
	width:115px;
	height:21px;
	cursor:pointer;
}
.products #infoBox{
	float:left;
	margin:0 0 5px 0;
	padding:0;
	width:220px;
	border:solid 1px #d9ddeb;
}
#infoBox h3{display:none;}

.products .code{
	background:#eff1f8;
	padding:5px;
	margin:0;
	border-bottom:1px solid #d9ddeb;
}
.products .code span{margin-left:50px;}

.products label{margin:0 0 0 10px;padding:0;}
.products .formFieldProduct{width:115px;margin:0 0 0 15px;padding:0;}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image{min-width:220px;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:270px;
	margin-right:50px;
}
#product .price{
	color:#13689d;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0 0 1em;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(/graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0 1em 1em;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#6c91cd;
	padding:5px;
	color:#fff;
}
td{
	background:#f9f9f9;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}

#addBasket .formButton{
	background:url(../graphics/plain/addtobasket.gif) no-repeat 0 0;
	width:115px;
	height:21px;
	cursor:pointer;
}
#addBasket .formButton{padding-left:10px;}

#frmContact{width:400px;margin-left:2em;}

.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#296fa4;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:20px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */

p.vendorarea{
	 border:2px solid #ffeb99;
	 padding:7px 10px 7px 34px;
	 float:right width:200px;
	 color: #555;
	 background:#fff8db no-repeat 10px 50%;
}


