/*css reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
html{height:100%;margin-bottom:1px;}/*Force a scrollbar*/

/*
 *.body{font-size:62.5%} //alows conversion from px to em. 12px = 1.2em;
 */
body{
	font-family:Helvetica,Arial,sans-serif;
	font-size:62.5%;
}
 /* used to bring up colour options in ekmPowershop back end */
.dummy { color:[ekm:colour_1][/ekm:colour_1]; } 	

/*
 * default list styles.
 */
.type-style ul, .site-webpage ol, .site-webpage dd{padding-left:20px;}
.type-style ul li{list-style:outside disc;display:list-item;}
.type-style ol li{list-style:inside decimal;display:list-item;}
.type-style p{margin:1em 0;}
b, strong{font-weight:bold;}
u{text-decoration:underline;}
i{font-style:italic;}
/*
 * Default link styles.
 */
a{
	color:#9CAAB3;
}
a:hover{
	color:#F25C21;
} 
hr{
	border-width:1px 0 0;
	border-style:solid;
	border-color:#9CAAB3;
}
body{
	color:#333;
}

.site-webpage{
	font-size:1.2em;
}

.checkout-page,
.cart-page{
	position:relative;
	width:720px;
	padding-right:10px;
}
/*
 * Template Styles
 */

/*
 * Generic: Column Box
 */
.site-colBox{
	border:2px solid #9CAAB3;
	margin:12px 0;
}
.site-colBoxTitle{
	background:url(../Design/HorizGrad.png) left top repeat scroll;
	color:#fff;
	line-height:22px;
	height:24px;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}
.site-colBoxContent{
	padding:4px;
	color:#9CAAB3;
	font-size:1.4em;
}

/*
 * Generic: Editable area with minimal styling
 */
.siteClearEditable{
	font-size:1.2em;
	padding:0 10px;
}

/*
 * Site Wrapper
 */
#siteWrapper{
	/*width:800px;*/
	/*width:1006px;*/
	width:946px;
	padding:10px 0;
	margin:0 auto;
}
#siteContainer{
	background:url(../Design/siteMid.png) left top repeat-y scroll;
}
#siteContainerTop{
	background:url(../Design/siteTop.png) left top no-repeat scroll;
}
#siteContainerBot{
	padding:5px 2px 18px 2px;
	background:url(../Design/siteBot.png) left bottom no-repeat scroll;
}

/*
 * Header
 */
#siteHeader{
	/*width:796px;*/
	/*width:1002px;*/
	width:942px;
	overflow:hidden;
}
#siteHeaderLeft,
#siteHeaderRight{
	width:380px;
	float:left;
	text-align:center;
}
#siteHeaderRight{
	width:560px;
	float:right;
}

/*
 * Web Pages
 */
.site-webpages{
	/*width:796px;*/
	/*width:1002px;*/
	width:942px;
	overflow:hidden;
	background:url(../Design/HorizGrad.png) left top repeat scroll;
	text-align:center;
}
.site-webpages ul{
	display:block;
}
.site-webpages li{
	display:inline;
	height:24px;
	padding-left:18px;
	background:url(../Design/webpageBullit.png) 6px center no-repeat scroll;
	line-height:22px;
	vertical-align:middle;
}
.site-webpages li.first{
	padding-left:0;
	background-image:none;
}
.site-webpages li a{
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
}
.site-webpages li a:hover{
	color:#9CAAB3;
}


.site-webpages2{
	/*width:796px;*/
	/*width:1002px;*/
	width:942px;
	overflow:hidden;
	background:url(../Design/HorizGrad.png) left top repeat scroll;
}
.site-webpages2 ul{
	display:block;
}
.site-webpages2 li{
	display:block;
	height:24px;
	padding-left:18px;
	background:url(../Design/webpageBullit.png) 6px center no-repeat scroll;
	line-height:22px;
	vertical-align:middle;
}
.site-webpages2 li.first{
	padding-left:0;
	background-image:none;
}
.site-webpages2 li a{
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
}
.site-webpages2 li a:hover{
	color:#9CAAB3;
}



/*
 * Site Body
 */
#siteBody{
	/*width:796px;*/
	/*width:1002px;*/
	width:942px;
	overflow:hidden;
}
#siteBodyColumnLeft,
#siteBodyColumnRight{
	float:left;
	/*width:173px;*/
	width:183px;
	padding-left:7px;
}
#siteBodyColumnRight{
	float:right;
	padding-left:0;
	padding-right:7px;
}
.hide-right-col #siteBodyColumnRight{
	display:none;
}
#siteBodyColumnCenter{
	margin:12px 201px;
}

/*
 * Footer
 */
#siteFooter{}

/*
 * Search
 */
#siteSearchTxt{
	width:137px;
	height:19px;
	padding:2px 2px 0;
	border:1px solid #9CAAB3;
	vertical-align:middle;
	color:#9CAAB3;
}
#siteSearchBtn{
	width:22px;
	height:22px;
	border:none;
	background:url(../Design/searchBtn.png) left top no-repeat scroll;
	vertical-align:middle;
	margin-left:4px;
	cursor:pointer;
}
#siteSearchBtn:hover{
	background-position:left -22px;
}

/*
 * Categories
 */
#siteCategories{
	padding-left:9px;
	margin:12px 0;
}
#siteCategories .column-title{
	font-size:1.8em;
	color:#D81013;
	text-decoration:none;
	font-weight:bold;
}
#siteCategories ul{
	display:block;
}
#siteCategories ul li{
	display:block;
	margin:0.3em 0;
}
#siteCategories ul li a{
	color:#9CAAB3;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2em;
}
#siteCategories ul li a:hover{
	color:#F25C21;
}

/*
 * Minicart
 */
#minicart-buttons{
	width:161px;
	padding-top:10px;
	margin:0 auto;
	overflow:hidden;
}
#minicart-buttons .viewcart{
	width:86px;
	float:left;
}
#minicart-buttons .checkout{
	width:67px;
	float:right;
}
#minicart-buttons a{
	display:block;
	height:20px;
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	line-height:20px;
	text-indent:100px;
	overflow:hidden;
}
#minicart-buttons a:hover{
	background-position:left -20px;
}
#minicart-buttons .viewcart a{
	width:86px;
	background-image:url(../Design/viewbasket.jpg);
}
#minicart-buttons .checkout a{
	width:67px;
	background-image:url(../Design/checkout.jpg);
}
.col-item{
	width:80px;
}
.col-qty{
	width:30px;
}
.col-price{}
#miniCartItems,
#miniCartTotals{
	width:100%;
	font-size:0.9em;
}
#miniCartItems{
}
#miniCartTotals th{
	text-align:right;
	padding-right:3px;
}
.col-total{
	width:51px;
	text-align:left;
}

/*
 * Customer Care
 */
.customer-care li{
	margin:0.5em 0;
}
.customer-care a{
	text-decoration:none
}

/*
 * Select Currency
 */
#selectCurrency{
	padding-top:5px;
	text-align:center;
}
#selectCurrency>table{
	width:100%;
}
#selectCurrency img{
	margin:0 2px
}
