html, body, div, 
h1, h2, h3, h4, h5, h6, p, 
table, tbody, tr, th, td {
    margin: 0;
    padding: 0;
}
body{
    font-family:  Helvetica, Arial, Tahoma, Verdana, Times New Roman;
    font-size: 78.5%;
}
img{
    border: 0 none transparent;
}
h1,
h2,
h3,
h4,
h5,
h6{
    color: #3c597d;
	font-weight: normal;
	margin: 0 0 0.25em 0;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1.3em;
}
h6{
	font-size: 1.2em;
	margin: 0 0 0.25em 0;
}
a,
a:link,
a:active,
a:visited{
    color: #3c597d;
    text-decoration: none;
}
a:hover{
    color: #3c597d;
    text-decoration: underline;
}
.clearer {
    clear:both;
    display:block;
    font-size:1px;
    height:1px;
    line-height:1px;
    margin-bottom:-1px;
}
.hidden{
	left: -10000px;
	position: absolute;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.fRight{
    float: right;
}
.fLeft{
    float: left;
}
.hList li{
    float: left;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 0.5em;
    list-style: none;
}
.noBullets li{
    list-style: none;
}
p.alert,
p.info,
p.error{
	padding-left: 1.7em;
	line-height: 1.2em;
}
div.alert,
div.info,
div.error{
	margin-bottom: 1em;
	padding: 1em 1em 0 1em;
}
span.alert{
	color: #FFCC00;
}
span.info{
	color: #83A8CC;
}
span.error{
	color: #FF0033;
}
div.alert p,
div.info p,
div.error p{
	margin: 0 0 1em 1.75em;
}
div.alert h6,
div.info h6,
div.error h6{
	margin: 0 0 1em 1.5em;
}
/* Alerts */
p.alert{
	background: url(../img/iAlert.png) no-repeat;
}
div.alert{
	border: 1px solid #FFCC00;
	background: #FFFFCC url(../img/iAlert.png) 1em 1em no-repeat;
}
/* Inforomation */
p.info{
	background: url(../img/iInfo.png) no-repeat;
}
div.info{
/*
	border: 1px solid #3D64FF;
	background: #CCE6FF url(../img/iInfo.png) 1em 1em no-repeat;
*/
	border: 1px solid #83A8CC;
	background: #F5F9FE url(../img/iInfo.png) 1em 1em no-repeat;
}
/* Errors */
p.error{
	background: url(../img/iError.png) no-repeat;
}
div.error{
	border: 1px solid #FF0033;
	background: #FFCCCD url(../img/iError.png) 1em 1em no-repeat;
}
#mnu{
    background-color: #DAE1EB;
}
#mnu div.subMenu{
    background-color: #E6EBF1;
}
#mnu div.subMenu ul li a{
    background-color: #A3A5BF;
}
#mnu ul li.selected{
    background: url(../img/liTop.gif) no-repeat top center;
}
#mnu ul li.selected a{
    background: url(../img/liBottom.gif) no-repeat bottom center;
}
#breadcrumbs{
    border-top: 1px solid #A3A5BF;
}
#container{

}
#header{
    padding-top: 2.25em;
}
#hdrMnu{
    width: 72em;
    margin: 0 auto;
}
#hdrMnu h2{
    text-indent: -1000em; 
    overflow: hidden; 
    background: url(../img/logo.gif) no-repeat;
}
#hdrMnu h2 a,
#hdrMnu h2 a:link,
#hdrMnu h2 a:active,
#hdrMnu h2 a:visited{
	display: block;
    width: 386px; 
    height: 53px; 
}
#hTel{
    text-align: right;
}
#hTel ul{
    margin: 0;
    padding: 0;
}
#hTel ul li{
    border-left: 1px solid #666;    
    color: #000099;
}
#hTel ul li.first{
    border: none;
    padding: 0;
}
#hTel ul a,
#hTel ul a:link,
#hTel ul a:visited,
#hTel ul a:active{
    color: #666;
    text-decoration: underline;
}
#hTel ul a:hover{
    color: #666;
    text-decoration: none;
}
#hTel p{
    text-transform: uppercase;
    padding-right: 0.5em;
    clear:both;
}
#mnu{
    background-color: #DAE1EB;
    margin-top: 1.75em;
}
#mnu div.subMenu{
    background-color: #E6EBF1;
	clear: both;
}
#mnu ul{
    margin: 0;
    width: 72em;
    margin: 0 auto;
	clear:both;
}
#mnu ul li{
    margin: 0;
    padding: 0;
}
#mnu ul li.first{
    margin: 0;
    padding: 0;
}
#mnu ul li a{
    display: block;
    padding: 1em 0.5em;
    margin: 0 0.5em;
}
#mnu div.subMenu ul li a{
	color: #fff;
    background-color: #A3A5BF;
    padding: 0.5em;
}
#mnu ul li.first a{
    padding: 1em 0.5em 1em 0;
}
#mnu ul li.selected{
    background: url(../img/liTop.gif) no-repeat top center;
}
#mnu ul li.selected a{
	color: #000;
    background: url(../img/liBottom.gif) no-repeat bottom center;
}
#breadcrumbs{
    background-color: #F7F6FB;
    border-top: 1px solid #A3A5BF;
}
* html #breadcrumbs{
	height: 0.5em;
}
#breadcrumbs div.banner{
    width: 72em;
    padding: 0.75em 0 0.5em 0;
    margin: 0 auto .5em auto;
}
#breadcrumbs p{
    font-size: 0.9em;
    margin: 0 1em 0 0;
    padding: 0;
}
#breadcrumbs ul{
    clear: none;
    margin: 0;
    padding: 0;
}
#breadcrumbs ul li{
    font-size: 0.9em;
    background: url(../img/arw.gif) no-repeat 0 0.4em;
    padding: 0 0 0 1.5em;
}
#breadcrumbs ul li.first{
    background: none;
    padding: 0;
}
#breadcrumbs ul li a,
#breadcrumbs ul li a:link,
#breadcrumbs ul li a:active,
#breadcrumbs ul li a:visited{
    color: #ACACAC;
}
#breadcrumbs ul li.done{
	text-decoration: line-through;
    color: #ACACAC;
}
#breadcrumbs ul li a:hover{
    color: #3c597d;
	text-decoration: none;
}
#breadcrumbs ul li.todo{
    color: #ACACAC;
}
#search{
    margin: 0 0 1.5em 0;
    padding: 0;
}
.searchfield{
    width: 13em;
    padding: 0.25em 0.5em;
    border: 1px solid #ACACAC;
    background-color: #EEEEEE;
}
#features li{
    margin: 0 0 1em 0;
    min-height: 5em;
    padding-left: 4.5em;
}
#features li#secur{
    padding-top: 1em;
    min-height: 2.5em;
    background: url(../img/iKey.gif) no-repeat;
}
#features li#deliv{
    background: url(../img/iCar.gif) no-repeat;
}
#features li#final{
    background: url(../img/iRibbon.gif) no-repeat;
}
#content{
    width: 72em;
    margin: 0 auto;
    min-height: 15em;
}
* html #content{
    width: 73em;
}
#contentMain,
#contentMainFull{
    width: 54em;
    padding: 0 1.5em 0 0;
    margin: 0 0 1.5em 16.5em;
}
#contentMain p.delivery,
#contentMainFull p.delivery{
	background: url(../img/iLorry.png) no-repeat;
	padding-left: 1.5em;
}
#contentMainFull{
    width: 72em;
}
* html #contentMain,
* html #contentMainFull{
    padding: 0 1em;
}
#contentMain p,
#contentMainFull p{
	margin-top: 0;
	margin-bottom: 1em;
}
#footer{
    width: 72em;
    margin: 0 auto;
    font-size: 1em;
    verticle-align: bottom;
    height: 5.5em;
    border-top: 1px solid #9FA9CC;
    padding-top: 1em;
}
#footer p{
    margin-bottom: 1.5em;
}
#footer ul{
    width: 52em;
    margin: 0 0 0.5em 0;
    padding: 0;
}
* html #footer ul{
    width: 50em;
}
#footer ul li{
    border-left: 1px solid #000099;
}
#footer ul li.first{
    border-left: 0 none #fff;
    padding: 0;
}
#footer ul li a,
#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited{
    color: #000099;
}
#footer ul li a:hover{
    color: #000;
}
#fTel{
    text-align: right;
    width: 20em;
}
#footer #tsdTag{
	text-align: center;
	font-size: 0.9em;
	color: #9FA9CC;
	padding-top: 0.5em;
}
#footer #tsdTag a,
#footer #tsdTag a:link,
#footer #tsdTag a:active,
#footer #tsdTag a:visited{
	color: #9FA9CC;
}
/*---------------------------------------------------
Product Items
---------------------------------------------------*/
#prodList li{
    padding: 0 1.75em;
	width: 160px;
	height: 200px;
/*	border: 1px solid #fff;*/
}
#prodList li.cat{
/*	border: 1px solid #A3A5BF;*/
	font-weight: bold;
}
/*---------------------------------------------------
Cart Page 
---------------------------------------------------*/
.cart{
	padding: 0;
	margin: 0;
	width: 55em;
}
* html .cart{
	width: 52em;
}
.cart th{
    text-align: left;
    padding: 0.5em 0.75em 0.5em 0;
    background-color: #F7F6FB;
    border-bottom: 1px solid #C1D1E0;
    font-weight: normal;
}
.cart td{
    text-align: left;
    padding: 0 0.75em 0 0;
}
.cart .row td{
    padding: 1em 0.75em 1em 0;
    border-bottom: 1px solid #DAE1EB;
}
.cart .row td .saving{
    color:#AE4242;
}
.cart .qty{
	width: 3em;
}
.cart .qty input{
	width: 2em;
}
.cart td small{
    font-size: 0.75em;
}
.cart .check{
    width: 1em;
}
.cart .total{
    font-weight: bold;
	font-size: 1.2em;
}
.cart .remove{
    padding-left: 3.5em;
}
td.left{
    text-align: left;
}
td.center{
    text-align: center;
}
td.right{
    text-align: right;
}
span.red{
	color: #FF0000;
}
.cart .footer,
.cart .footer th{
    background-color: #fff;
}
.cart .footer,
.cart .footer td{
    border-bottom: 1px solid #C1D1E0;
}
/*---------------------------------------------------
Login page
---------------------------------------------------*/
#frmLogin{
    border: 1px solid #A3A5BF;
    background: #F7F6FB;
    width: 24em;
    margin: 0 0 1em 0;
    padding: 1em;   
}
#navon_checkout #frmLogin{
    width: 28em;
    padding: 10px 1em 0 1em;
}
#frmLogin p{
    margin-right: 3em;
}
.AspNet-Login{
	width: 26em;
}
.AspNet-Login div{
	margin-bottom: 0.25em;
}
.AspNet-Login .AspNet-Login-TitlePanel{
    color: #3c597d;
	font-size: 1.2em;
	text-align: center;
}
.AspNet-Login .AspNet-Login-UserPanel label,
.AspNet-Login .AspNet-Login-PasswordPanel label{
	width: 5em;
	display: block;
	float: left;
	text-align: right;
	padding-right: 0.5em;
	font-weight: bold;
}
.AspNet-Login .AspNet-Login-UserPanel input,
.AspNet-Login .AspNet-Login-PasswordPanel input{
	width: 15em;
}
.AspNet-Login .AspNet-Login-RememberMePanel input{
	margin-left: 5.2em;
}
.AspNet-Login em,
.AspNet-Login em{
	font-style: normal;
	text-decoration: underline;
}
.AspNet-Login .AspNet-Login-SubmitPanel{
	margin: 1em 0 0 5.25em;
}
/*---------------------------------------------------
Site map page
---------------------------------------------------*/
.sitemap ul{
	margin-bottom: 0.75em;
}
.sitemap li{
	margin-bottom: 0.25em;
}
/*---------------------------------------------------
Left Column
---------------------------------------------------*/
#lCol{
	width: 15em;
}
#lCol ul{
	margin: 5px 0 20px 0;
	padding: 0;
}
#lCol li{
	margin: 0 0 0.75em 0;
	list-style: none;
	line-height: 1.3em;
}
#lCol li a,
#lCol li a:link,
#lCol li a:visited
#lCol li a:active{
	color: #333;
}
#lCol li.selected a,
#lCol li a:hover{
	font-weight: bold;
	text-decoration: none;
}
#lCol h2{
	font-size: 1.2em;
	font-weight: bold;
}
#lCol .sideBox{
    margin: 1em 0;
    padding: 1em 0.5em;
    background-color: #F3F8FB;
    border-top: 1px solid #C1D1E0;
    border-bottom: 1px solid #C1D1E0;
}
#lCol .sideBox p{
    margin: 0 0 0.5em 0;
    position: relative;
    color: #3c597d;
}
#lCol .sideBox select{
    margin: 0 0 0.5em 0;
	width: 13em;
}
#search{
	margin: 0 0 1.5em 0;
}
#search label{
	width: 16em;
	display: block;
	clear: both;
}
#search input.txt{
	width: 8em;
	border: 1px solid #DAE1EB;
	color: #331d01;
	height: 20px;
	line-height: 20px;
	background: url(/img/TextBox.gif) repeat-x;
}
#search .btnStyled{
	background: url(/img/TextBox.gif) repeat-x;
	border: 1px solid #DAE1EB;
	font-size: 12px;
	padding: 2px;
	width: 5em;
} 
#mainItems{
    width: 38em;
} 
#mainItems .banner{
    border-bottom: 1px solid #DAE1EB;
}
#rCol{
    width: 14em;
    margin-left: 1em;
}
#rCol h2{
    color: #333;
    background-color: #ffdbde;
    border-top: 1px solid #ffb2b7;
    font-size: 1.2em;
    text-align: center;
    padding: 0.25em 0;
}
#rCol ul{
    margin: 0 0 1em 0;
    padding: 0;
}
#rCol li{
    border-bottom: 1px solid #DAE1EB;
    margin: 0 0 0.25em 0;
}
#rCol li a,
#rCol li a:link,
#rCol li a:active,
#rCol li a:visited{
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
#rCol li a:hover{
    font-weight: normal;
    color: #333;
    text-decoration: underline;
}
/*---------------------------------------------------
Product/Category Listings
---------------------------------------------------*/
.horiListing{
    margin: 0;
    padding: 0;
    list-style: none;
}
.horiListing li{
    margin: 0 0.5em 1em;
    padding: 0;
    width: 12em;
    min-height: 196px;
	text-align: center;
}
* html .horiListing li{
	height: 196px;
}
.horiListing h2{
	font-size: 1.0em;
}
.horiListing h2 a{
	color: #333;
}
.vertListing{
}
#mainItems .horiListing li{	
    margin: 0 0.2em 1em;
}
/*---------------------------------------------------
Product details
---------------------------------------------------*/
.addToCart{
	background: #F4F5F9;
    border-top: 1px solid #A3A5BF;
    border-bottom: 1px solid #A3A5BF;
}
.addToCart th{
	color: #425E82;
	text-align: left;
	padding: 0.25em;
}
.addToCart td{
	padding: 0.25em;
}
.addToCart span.price{
	font-size: 1.2em;
}
input.qty{
	width: 20px;
	text-align: center;
	color: #8D8D8D;
}
.addToCart td.tenpc{
	background: #fff url(/img/RedStar.gif) 0 0.25em no-repeat;
	padding: 0.25em 0.25em 0.25em 2.5em;
	color: #AE4242;
}
/* Checkout page
---------------*/
#navon_checkout div.info{
    padding-top: 10px;
}
#navon_checkout div.info h1{
	margin: 0 0 0.5em 1.25em;
	color: #314A8B;
}
#minicart{
    border: 3px solid #e8f2fe;
    background: #fff;
    width: 15em;
    margin: 0 0 1em 1em;
    padding: 1em;
}
#minicart .footer{
    width: 14em;
    line-height: 1.4em;
}
#minicart .footer th{
    font-weight: bold;
}
#minicart .footer a,
#minicart .footer a:link,
#minicart .footer a:active,
#minicart .footer a:visited
{
    display: block;
    padding: 0.5em 0 0 0;
}
#navon_checkout .cart{
	background: none;
	width: 720px;
	margin: 0 auto;
}
* html #navon_checkout .cart{
	width: 715px;
}
#navon_checkout .cart td{
    padding: 0.5em 0;
}
#navon_checkout .cart th{
	font-weight: bold;
	vertical-align: middle;
	text-align:center;
	text-transform:uppercase;
	font-size: 0.9em;
}
#navon_checkout .cart th.top{
	height: 43px;
}
#navon_checkout .cart td{
	vertical-align: middle;
	text-align:center;
}
#navon_checkout .cart td.qty{
	width: 53px;
}
#navon_checkout .cart .cod{
	width: 53px;
}
#navon_checkout .cart .des{
	width: 250px;
	text-align: left;
	padding-left: 10px;
}
#navon_checkout .cart .des td{
	font-size: 0.9em;
}
#navon_checkout .cart .rem{
	width: 70px;
}
#navon_checkout .cart .pri{
	width: 85px;
	text-align: right;
}
#navon_checkout .cart .tot{
    width: 85px;
    text-align: right;
}

#navon_checkout .cHide{
    padding: 20px 0 0 0;
}
#navon_checkout .cHideB{
    padding: 0 0 40px 0;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#prodDetails h2{
    margin: 1em 0 0.5em 0;
}
.js .jsHide{
    display: none;
}
.frmVert .row{
	width: 14em;
}
.frmVert .txt{
	width: 12.5em;
}
.sideBox h5{
    font-size: 1em;
    font-weight: bold;
}
#allimages{
    width: 260px;
    text-align: center;
}
#allimages li{
    padding: 0;
    margin: 0 5px 5px 0;
}
.rssFeed li{
    margin: 0 0 0 0;
}
