@charset "UTF-8";

/* CSS resets */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end resets */

/* misc */
.clearboth {
	clear: both;
}

/* layout */
* {
			margin: 0;
			padding: 0;
			}
body {
			font: lighter 0.8em/1.5 "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
			text-align: center;
			color: #333;
			margin: 0;
			padding: 0;
			background: #00A9CB;
			background-image: url(/media_assets/body_bg.gif);
			background-repeat: repeat-x;
}

.hide, #copyright {
			display: none;
}

#wrapper {
			width: 950px;
			margin: 0 auto;
			text-align: left;
			position: relative;
			}

#infobar-wrapper {
			width: 950px;
			margin: 0 auto;
			text-align: left;
			}

#infobar {
			background: #FFF;
			}

#infobar-wrapper {
			background: url(/media_assets/wdcs_infobar_text.gif) no-repeat;
			height: 3em;
			text-align: right;
			}

#shopper-alerts {
	margin: 1em 0;
	border: solid 1px #FF9900;
	background-color: #FFFFCC;
	width: 650px;
}
#shopper-alerts-inner {
	padding: 0.5em 0.5em 0.5em 70px;
	background-image: url(/media_assets/holly.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}
#shopper-alerts p {
	margin: 0;
}
#masthead-wrapper {
			width: 650px;
			}

#masthead a {
			background: url(/media_assets/wdcs_banner_01.gif) no-repeat;
			display: block;
			height: 115px;
			}

#basket {
			background-color: #FFF; 
			/*background-image: url(/media_assets/basket_bg.gif); 
			width: 195px;*/
			width: 18em;
			position: absolute;
			top: 0;
			right: 0;
			}

#basket-wrapper {
			background-color: #D2009A;
			padding: 40px 1.5em 0.5em 1.5em;
			color: #FFF;
			background-image: url(/media_assets/your_basket_txt.gif);
			background-repeat: no-repeat;
			background-position: 1.5em 15px;
			}

#basket-wrapper ul {
	margin: 0.5em 0;
}

#basket-wrapper ul li {
			display: inline;
}

#basket-wrapper ul li a {
	display: inline;
	background-color: #9E0066;
	padding: 0.25em 0.75em 0.25em 25px;
	margin-right: 0.5em;
	color: #FFF;
	text-decoration: none;
	background-image: url(/media_assets/basket-white-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}



#basket-wrapper a#currency {
			color: #333;
			font-weight: bold;
			text-decoration: none;
			margin: 0.5em 0 0 0.25em;
			display: block;
}

#basket-wrapper a#show {
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E776C9;
	border-bottom-color: #E776C9;
	padding: 0.25em;
	padding-bottom: 0.35em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
div#cur-hide {
	padding: 0.5em;
	background: #EEE;
}

select#postage-options {
	margin: 0.5em 0;
}

strong {
	font-weight: bold;
}

#main-content {
	float: left;
	width: 71%;
	background-color: #FFF;
	margin: 1em 0 2em 0;
	min-height: 30em;
	text-align: left;
}

#container {
	padding: 1em;
	text-align: left;
}

#sidebar {
	float: right;
	width: 19em;
	margin-top: 1em;
	text-align: left;
}

.left-box {
	width: 46%;
	float: left;
	margin-right: 3%;
}

.right-box {
	width: 46%;
	float: left;
}

fieldset.member-box {
	background-color: #EEE;
	padding:0.5em;
	margin-bottom: 1em;
	border-bottom: solid 1px #CCC;
}

#categories {
	background-color: #053368;
	background-image: url(/media_assets/shop-by-category.gif);
	background-repeat: no-repeat;
	background-position: 1em 1em;
	padding-top: 45px;
}

#category-holder {
	background-color: #FFFFFF;
}
#category-wrapper {
	padding: 1em;
}

#filters {
	background-color: #053368;
	background-image: url(/media_assets/shop-by-price.gif);
	background-repeat: no-repeat;
	background-position: 1em 1em;
	padding-top: 45px;
	margin: 1.5em 0 0 0;
}

#filters-holder {
	background-color: #FFFFFF;
	margin: 0 0 1.5em 0;
}
#filters-wrapper {
	padding: 1em;
}

#cat-download {
	background-color: #FFF;
	background-image: url(/media_assets/pdf-cat.gif);
	background-repeat: no-repeat;
	background-position: 1em 1em;
	margin: 0.5em 0 2em 0;
	border: none;
}

#cat-download a {
	height: 55px;
	border: none;
	display: block;
}



#footer {
	border-top: solid 1px #FFF;
	background-image: url(/media_assets/wdcs-footer-logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 8em;
	clear: both;
	color: #FFF:
	text-align: left;
}

#footer h3 {
	margin-top: 0.5em;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
}

#footer div#f-info {
	text-align: right;
	color: #FFF;
	font-size: 0.7em;
	margin-top: 0.25em;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: solid 1px #FFF;
}

div.f-box {
	width: 19%;
	float: left;
	margin-right: 1%;
	text-align: left;	
}

div.f-box-end {
	width: 20%;
	float: left;
	text-align: left;	
}

/* headings */
h1 {
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: normal;
	color: #0099CC;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-image: url(/media_assets/dolphin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 0.2em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.6;
	font-weight: bold;
	color: #D8009B;
	margin-top: 0;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: normal;
	color: #666;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h2 a, h3 a {
	color: #D8009B;
	text-decoration: none;
}

div.feature-right h2 a, div.storeright h2 {
	line-height: 1.2;
}

h3.related {
	border-top: solid 1px #CCC;
	padding-top: 0.5em;
}

p {
	margin: 0 0 1em 0;
}


p.summary {
	font-size: 1.2em;
	color: #00A2D1;
	margin-top: 0.25em;
	margin-bottom: 1em;
}

/* product styles */
div.product-meta h3 {
	margin-top: 0;
	margin-bottom: 0.25em;
}
div.product-meta p {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
}

div.product-meta  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0.3em;
	margin-bottom: 0.75em;
}

div.product-meta p.code {
	color: #666;
	padding-top: 0.2em;
}

div.product-meta .add-button {
	vertical-align: bottom;
}

div.product-meta .in-stock {
	background-image: url(/media_assets/in-stock.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 25px;
	color: #8BAE00;
}

div.product-meta .low-stock {
	background-image: url(/media_assets/low-stock.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 23px;
	color: #FF0000;
}

#container .carousel div.desc {
	margin-top: 1em;
	padding-left: 0;
}

ul.tags {
	background-image: url(/media_assets/tags.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left center;
}

ul.tags li {
	display: inline;
}

ul.tags li a {
	margin-right: 0.75em;
	text-decoration: none;
	color: #0099CC;
}

ul.tags li a:hover {
	margin-right: 0.75em;
	text-decoration: none;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}



/* lists */
#infobar-wrapper li {
			display: inline;
			list-style: none;
			}

#infobar-wrapper li a {
			float: right;
			margin: 0.5em 0 0 1.25em;
			text-decoration: none;
			color: #000;
			}

#infobar-wrapper li a:hover {
			color: #666;
			border-bottom: solid 1px #CCC;
			}

#sidebar li {
}
#sidebar li.sub ul  {
	margin-top: 0.1em;
}
#sidebar li.sub ul li  {
	font-size: 100%;
	padding-left: 0;
	padding-bottom: 0;
}

#sidebar li.sub ul li a {
	font-size: 0.9em;
	line-height: 1.8;
	padding-left: 3em;
	background-image: url(/media_assets/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 2em center;
}

#sidebar li a {
	color: #1084AA;
	border-bottom:  solid 1px #FFF;
	padding: 0.2em 0em 0.2em 23px;
	font-size: 1.2em;
	line-height: 1.2;
	text-decoration: none;
	margin-bottom: 0.1em;
	display: block;
	background-image: url(/media_assets/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#sidebar li a:hover, #sidebar li.on a {
	color: #003369;
	border-bottom:  solid 1px #63BDD3;
}

/* forms */

#searchbar {
			background: url(/media_assets/searchbar_bg.gif) repeat;
			padding: 0.5em;
}

#searchbar #q {
			font-size: 1.3em;
			color: #666;
			width: 78%;
			float: left;
			background-color: #FFF;
			border: solid 1px #FFF;
			height: 30px;
}

#search-button-holder {
			width: 19%;
			float: right;
			background-color: #FFF;
			text-align: center;
			height: 32px;
}

#search-button {
	margin-top:0.5em;
	height: 20px;
}

fieldset {
	border: none;
				}
label {
	font-weight: bold;
	color: #B22578;
	margin-top: 0.5em;
	margin-bottom: 0.15em;
	display: block;
}
input.longField, textarea.summary {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 98%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}

input.medField {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 49%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}

textarea.textA {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 98%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}

input.shortField {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 20%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}
input.shorterField {
	width: 3em;
	display: inline;
	text-align: right;
}
input.shortLeftField {
	width: 15%;
	margin-right: 0.5em;
	float: right;
}

.optional {
	font-size: 80%;
	text-transform: uppercase;
	color: #FF99CC;
	letter-spacing: 0.1em;
}

.form_sender {
	text-align: right;
	padding: 0.5em;
	clear: both;
	margin-top: 0.75em;
	border-top: solid 1px #CCC;

}

/* ERRORS */
#main-content div#error {
	background: #FFFFCC;
	padding: 1em;
	border: 1px solid #FF9900;
	color: #000000;
	margin: 1em 0 1em 0;
	font-size: 100%;
}

#main-content div#error p {
	background: url(/media_assets/system_images/error.gif) no-repeat;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 0.75em;
	color: #000000;

}

#main-content div#error ul {
	margin: 0px;
	padding: 0px;

}

#main-content div#error li {
	list-style: none;
	padding-left: 15px;
	margin-left: 25px;
	background: url(/media_assets/system_images/red-bullet.gif) no-repeat left center;
	margin-bottom: 0.25em;
	font-size: 100%;

}

.red {
	font-weight: bold;
	color: #CC0000;
	
}

/* search form errors */
#searchForm input.error {
	border: solid 1px #CC0000;
	background-color: #FFCACD;
}

label.error {
	color: #CC0000;
	background-color: #FFCACD;
	padding: 0.25em;
	display: block;
	clear: both;
}


div.feature-left {
	float: left;
	width: 270px;
}
div.feature-right {
	float: right;
	width: 45%;
}

/* STORE */

h2#home-selection {
	font-weight: normal;
	color: #053369;
	text-decoration: none;
	margin-top: 1em;
	margin-bottom: 0.75em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #57BED6;
	font-size: 1.3em;
}

a.more {
	font-weight: normal;
	text-decoration: none;
	color: #77A61A;
}

a.more:hover {
	border-bottom: solid 1px #77A61A;
}

a.small-blue, span.small-blue {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #129AC1;
}

span.blue {
	font-weight: normal;
	text-decoration: none;
	color: #129AC1;
}


div.storeitem {
	padding: 0.5em;
	height: 100%;
}

div.storeleft {
	float: left;
	width: 290px;

}

div.storeright {
	float: right;
	width: 49%;

}

div.store_box_three {
	width: 30%;
	float: left;
	margin-right: 4%;
	margin-bottom: 1em;
}
div.store_box_three_end {
	width: 30%;
	float: left;
	margin-bottom: 1em;
}

div.store_box_three .price, div.store_box_three_end .price, div.feature-right span.price {
	font-weight: bold;
	color: #0099CC;

}
div.storeitem .price {
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	color: #0099CC;

}

div.store_box_three img, div.store_box_three_end img, div.feature-left img {
	border: solid 1px #0099CC;
}

table#cartSummary {
	background: #FFFFFF;
	padding: 0;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

table#cartSummary th {
	color: #000033;
	padding: 0.25em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #E2B3D6;
}

table#cartSummary tr {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	border: 0;
}
table#cartSummary td {
	padding: 0.5em;
}

table#cartSummary .btn {
	float: right;
}
table#cartSummary .items {
	border-bottom: 1px solid #E2B3D6;
}
table#cartSummary .pay {
	vertical-align: top;
}

table#cartSummary .right {
	text-align: right;
}


table#cartSummary td.total {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em 0;
	background: #F5DEF2;
	border-bottom: 1px solid #E2B3D6;
}

table#cartSummary td.del {
	padding: 0.5em 0 0.5em 0.5em;
	background: #F5DEF2;
	border-bottom: 1px solid #E2B3D6;
}

table#cartSummary span.ttl {
	font-weight: normal;
	padding-right: 0.5em;

}

table#cartSummary .sitem {
	width: 50%;
}

table#cartSummary .fitem {
	width: 65%;
}


/* PAGINATION LINKS */

#main-content a.paged:link, #main-content a.paged:visited {
	color: #FFF;
	text-decoration: none;
	background: #B92576;
	padding: 1px 5px;
	margin-right: 2px;
	margin-left: 0px;
	margin-top: 4px;
	border: 1px solid #C02574;
}

#main-content a.paged:hover {
	color: #B92576;
	text-decoration: none;
	border: none;
	background-color: #FFF;
	border: 1px solid #C02574;
}

#main-content .pagedOn {
	color: #B92576;
	text-decoration: none;
	background: #FFF;
	padding: 1px 5px;
	margin-right: 2px;
	margin-left: 0px;
	margin-top: 4px;
	border: none;
	border: 1px solid #C02574;
}

/* #container { overflow:hidden;margin:0 auto 20px;width:990px;} */
div.box-primary { display:inline;float:left;width:620px;}
div.box-secondary { display:inline;float:right;padding-left:15px;width:350px;}
div.box-inner { overflow:hidden;padding-bottom:15px;border-bottom:1px solid #2f2f2f;zoom:1;} 
#container .js { overflow:hidden;zoom:1;}
#container .carousel,
#container .carousel .carousel-wrap { margin:0;border:0;zoom:1;}
#container .js .carousel-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 540px;
}
.IE #container .js .carousel-wrap { display:inline;}
#container .carousel ul { margin:0;padding:0;zoom:1;}
#container .js ul li {
overflow:hidden;
display:inline;
float:left;
width:540px;
/* height:335px; 
text-align:center;*/
}
#container .carousel .carousel-control {
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:45px;
	height:258px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
}
#container .carousel .carousel-next {
	background: url(/media_assets/carousel_next.gif) 0 0 no-repeat;
	}
	
#container .carousel .carousel-previous {
	background: url(/media_assets/carousel_prev.gif) 0 0 no-repeat;
}
#container .carousel .carousel-control:hover {
	-moz-opacity:.7;
	opacity:0.70;
	filter:alpha(opacity=70);
}
#container .carousel .disabled,#container .carousel .disabled:hover {
	-moz-opacity:.1;
	opacity:0.10;
	filter:alpha(opacity=10);
	cursor:default
}
#container .carousel div {
	margin:0;
	padding-left: 5px;
	border:0;
}
#container .carousel ul {
	padding:0;
	list-style:none;
}
#container .carousel ul li {
	position:relative;
	width:540px;
	margin:0;
}
#container .carousel ul li cite {
	position:absolute;
	bottom:3px;
	right:10px;
	line-height:19px;
	font-size:11px;
}
#container .carousel ul li cite a img {
	vertical-align:middle;
	}
#container .carousel ul li cite a {
	color:#fff;
	text-decoration:none;
	}
#container div.center-wrap {
	overflow:hidden;
	clear:both;
	zoom:1;
}
#container div.center-wrap div {
	border:0;
	margin:15px 0;
}
#container div.center-wrap a {
	margin:0 2px;
	padding:2px 5px;
	border:1px solid #4f4f4f;
	background:#333;
	cursor:pointer;
	color:#fff;
	-moz-border-radius:12px;
	webkit-border-radius:12px;
	border-radius:12px;}
#container div.center-wrap a.active {
	font-weight:bold;
	color:#5db0e6;
}
