body
{
	font-family:Tahoma;
	font-size:100%;
	text-align:center;
	/*background:url('../../images/bg-body2.gif') repeat top left;*/
}
img { border:none; }
p { margin:10px 0; }
a { color:#000; }
.fullWidth { width:100%; }
.floatLeft { float:left; }
.floatRight { float:right; }
.noborder { border:1px solid #fff; }
.borderTop { border-top:1px solid #ccc; }
.hide { display:none; }
.borderBottom { border-bottom:1px solid #ccc; }
.clear {
	clear:both;
	line-height:1px;
}
.tm10 { margin-top:10px; } 
.bm10 { margin-bottom:10px; }
.lm10 { margin-left:10px; }
.rm10 { margin-right:10px; }
.defaultText
{
	font-family:Tahoma;
	font-size:0.8em;
}
.txtCenter { text-align:center; }
.debug { border:1px solid #f00; }
.notice
{
	float:left;
	font-size:1em;
	font-weight:bold;
	padding:10px 0px;
	text-transform:uppercase;
	vertical-align:middle;
}
.notice2
{
	float:left;
	font-size:1em;
	font-weight:bold;
	padding:0px 0px;
	text-transform:uppercase;
	vertical-align:middle;
}
.notice a
{
	text-decoration:underline;
	color:#999;
}
.searchContainer
{
	position:relative;
	border:1px solid #999;
	height:24px;
	display:inline-block;
}
/**:first-child+html .searchContainer
{
	height:26px;
}*/
.searchContainer input[type=text]
{
	font-size:1em;
	height:22px;
	line-height:22px;
	padding:0;
}
.smallText
{
	font-family:Tahoma;
	font-size:0.7em;
}
#main {
    background:#fff;
    width:955px;
    margin:0 auto;
    min-height:100%;
    text-align:center;
}
#footerContainer {
    background:#ccc;
    width:935px;
    margin:0 auto;
    margin-top:5px;
    min-height:185px;
    text-align:left;
    font-size:0.8em;
}
#header {
    background:#fff;
    width:935px;
    margin:0 auto;
    margin-top:5px;
    min-height:145px;
    text-align:left;
    font-size:0.7em;
}
#header #logo { float:left; }
#header div
{
	float:left;
	text-align:right;
}
#header .links 
{
	margin:10px 0;
	float:right;
}
#header .links li
{
	float:left;
	list-style:none;
	margin-left:10px;
}
#header .links li a:active,#header .links li a:visited,#header .links li a:link
{
	color:#888;
	text-decoration:none;
}
#header .links li a:hover
{
	color:#888;
	text-decoration:underline;
}
.headerContent
{
	float:right;
	width:600px;
	text-align:right;
}
#header form
{
	margin-top:10px;
	clear:both;
}
*:first-child+html #header form { margin-top:0; }
#header #searchtxt
{
	width:140px;
	height:22px;
}
#header #shoppingBag
{
	cursor:pointer;
	border:1px solid #ccc;
	margin:10px 0 10px 10px;
	position:relative;
	float:right;
}
#header #shoppingBag img
{
	float:left;
	margin:5px;
}
#header #shoppingBag div
{
	float:left;
	text-align:left;
	margin:5px 5px 5px 0;
}
/** start navigation **/
#navigationContainer
{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
}
#navigation
{
	background:#666666 url(/images/top_nav/bg-nav.gif) repeat-x;
	height:29px;
	width:935px;
	z-index:9998;
	margin:2px 0;
	padding:0;
}
#navigation #nav
{
	height:23px;
	width:935px;
	padding:0;
	margin:0;
	text-align:left;
}
html>body #navigation #nav { height:27px; }
.parent {
	position: relative;
	float: left;
	list-style: none;
	height:23px;
	padding: 0 10px;
	margin: 0;
	/*text-transform:uppercase;*/
	color:#fff;
	font-weight:bold;
	font-size:12px;
	border-right:1px solid #fff;
	padding-top:7px;
	z-index:9999;
}
html>body .parent { height:27px; }
/*\*/ * html .parent { height:29px; } /**/
.parent a:link,.parent a:active,.parent a:visited
{
	color:#fff;
	font-size:11px;
	font-family:Tahoma;
	text-decoration:none;
}
.child {
	position: absolute;
	left: 0;
	top: 29px;
	clear: left;
	display: none;
	padding: 0;
	margin: 0;
	text-transform:none;
	background:#BBB url(/images/top_nav/nav-bg.jpg) repeat-x;
	text-align:left;
	z-index:9998;
}
/*\*/ * html .child { z-index:99999; } /**/
#Summer_Sale a { color:#f00; }
#Summer_Sale ul li a { color:#fff; }
.child-item {
	border-left: 1px solid #636665!important;
	border-right: 1px solid #636665!important;
	border-bottom: 1px solid #636665!important;
	border-left: 1px solid #636665;
	border-right: 1px solid #636665;
	border-bottom: 1px solid #636665;
	width: 155px;
	/*background: #8A8A8A;*/
	padding: 3px 3px 3px 10px;
	z-index:9997;
}
.child-item a {
	text-decoration: none;
	color: #FFF;
	font-family:arial;
	font-size: 11px;
	font-weight:bold;
	display:block;
	width:100%;
}
.child-item a:hover { color:#fff; }
/** end navigation **/
#newsletterContainer
{
	width:935px;
	height:35px;
	text-align:left;
	background:#1D1D1D;
	margin:0 auto;
	margin-top:10px;
}
#newsletterContainer div
{
	margin:10px;
	color:#fff;
	font-size:0.9em;
}
#newsletterContainer form
{
	height:25px;
	margin:0;
	padding:0;
	padding-top:5px;
}
*:first-child+html #newsletterContainer form
{
	height:25px;
	margin:0;
	padding:0;
}
*:first-child+html #newsletterContainer form input[type=image]
{
	position:absolute;
	top:-4;
}
.nlIcons { vertical-align:bottom; }
*:first-child+html .nlIcons
{
	position:relative;
	top:-3px;
}
#footer
{
	margin:0 10px;
	font-size:0.92em;
}
.footerLinks1
{
	width:137px;
	margin-right:10px;
}
.footerLinks2 { width:280px; }
.payType { width:430px; }
#footer .leftPanel
{
	width:380px;
	margin-right:70px;
}
#footer h4
{
	margin:10px 0 0 0;
	font-size:1.1em;
	display:block;
	border-bottom:1px solid #888;
}
#footer ul
{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	width:137px;
}
#footer ul li
{
	margin:0;
	padding:0;
	list-style:none;
}
#footer a:visited,#footer a:active, #footer a:link
{
	color:#111;
	text-decoration:none;
}
#footer a:hover
{
	color:#111;
	text-decoration:underline;
}
#footer td { font-size:10px; }
/*\*/ * html #footer td { font-size:10px; } /**/
/** main **/
#breadCrumb
{
	font-size:0.7em;
	margin:5px 0 10px 0;
}
#breadCrumb a:link, #breadCrumb a:visited, #breadCrumb a:active
{
	color:#000;
	text-decoration:none;
}
#breadCrumb a:hover
{
	color:#000;
	text-decoration:underline;
}
#container
{
	text-align:left;
	margin-left:10px;
}
#leftContainer
{
	width:755px;
	float:left;
}
.dottedHoriLine
{
	width:100%;
	border-bottom:dashed 1px #aaa;
}
#sideBar
{
	float:left;
	width:178px;
	height:100%;
}
.bannerImage
{
	width:745px;
	height:75px;
	margin-bottom:20px;
}
#sideBar h3
{
	display:block;
	background:#aaa;
	color:#fff;
	font-size:0.8em;
	padding:5px;
	margin-top:0;
}
.sideItem
{
	font-size:0.7em;
	margin-bottom:10px;
}
.sideItem img
{
	width:54px;
	min-height:54px;
	float:left;
	margin-right:5px;
}
.sideitem .sideInfo
{
	float:left;
	width:110px;
	display:block;
}
.sideInfo a
{
	text-decoration:underline;
	color:#111;
}
.cursorPointer { cursor:pointer; }

/*** search *****************/
         
#searchAC {
    position:absolute;
    background:#fff;
    border:1px solid #000;
    padding:0 5px;
    width:250px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    
    -moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	z-index:999;
}
*:first-child+html #searchAC { top:27px; left:0; }
/*\*/ * html #searchAC { top:22px;left:-1; } /**/
#searchAC ul {
    margin:0;
    padding:0;
    list-style:none;
    text-align:left;
}
#searchAC ul li {
    margin:0;
    padding:0;
    display:block;
    clear:left;
	text-shadow: 2px 2px 3px #ccc;
}
#searchAC ul li a 
{
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
#searchAC ul li a:hover
{
	font-weight:bold;
	text-decoration:underline;
	background:#eee;
}
#searchAC ul li a:focus
{
	font-weight:bold;
	text-decoration:underline;
	background:#eee;
}
#adPanel img
{
	display:block;
	margin:0;
	padding:0;
	margin-bottom:3px;
}
#basketMsg
{
	font-size:0.8em;
	text-align:center;
}
#basketMsg a 
{
	display:block;
	width:170px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#333;
	margin:10px;
	float:left;
	padding:5px 10px;
}
#leftBanner
{
	background:#000;
	height:100%;
}
.altCurrency { color:#777; }
.currencyPanel
{
	display:block;
	float:right;
	margin:0 20px 0 0;
	padding:0;
	height:20px;
}
.currencyPanel img
{
	margin:0 3px;
	height:20px;
}
.flag
{
	background:url(/images/icons/flags.png) no-repeat;
	display:block;
	float:left;
	width:21px;
	height:13px;
	margin-right:3px;
}
.flagGBP { background-position:-42px 0; }
.flagAUD { background-position:-63px 0; }
.flagCNY { background-position:-147px 0; }
.flagUSD { background-position:0 0; }
.flagCAD { background-position:-84px 0; }
.flagEUR { background-position:-21px 0; }
/*\*/ * html #btn-newsletter { position:relative;top:-5px; } /**/
.currencyHighlight
{
	border-left:1px solid #111;
	border-right:1px solid #111;
}
#article
{
	width:650px;
	height:400px;
	font-size:11px;
	text-align:left;
}
#banner { position:relative; }
.bannerOverlay
{
	position:absolute;
	top:0;
	left:0;
	display:none;
}
