/* Basic Element Formatting ------------------------------------------------------------- */

body {
	background-color: #e5e5e5;
}

a {
	color:#036;
}

a:hover {
	color:#ff8d29;
}

h1 {
	color: #ffffff; 
	background-color: #3586ef; 
	border-bottom: 2px solid #8dbfff;
}

#jssMainContent input, #jssLeftMenu input { 
	background-color: #FFFFFF; 
	color: #000000; 
}

select { 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

ul {
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

/* BORDERS */

.borderAll {
	border: 1px solid #7a7a7a;
	webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.borderTop {
	border-top: 1px solid #7a7a7a;
	border-left: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a;
	webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	border-top-right-radius: 10px;
	webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 10px; 
	border-top-left-radius: 10px;
}

.borderBottom {
	border-left: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 
	border-bottom-right-radius: 10px;
	webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	border-bottom-left-radius: 10px;
}

.borderLeft {
	border-left: 1px solid #7a7a7a;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	border-bottom-left-radius: 10px;
	webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 10px; 
	border-top-left-radius: 10px;
}

.borderRight {
	border-right: 1px solid #7a7a7a;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 
	border-bottom-right-radius: 10px;
	webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	border-top-right-radius: 10px;
}

.white {
	border-color: #ffffff;
}

.grey {
	border-color: #404040;
}

.black {
	border-color: #000000;
}

.searchBox {
	width: 923px;
	height: 26px;
	line-height: 26px;
	background: #ffffff url(../images/bg_search.png) 10px 5px no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 30px;
}

/* Contomised Additional Elements --------------------------------------------------- */

#container {
	width: 955px;
	color: inherit;
	background-color: #ffffff;
	margin: auto;
	padding: 10px 10px 10px 10px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.newButton {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.newButton span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.newButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.newButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#navcontainer2 {
	width: 175px;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

#navcontainer2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer2 a {
	display: block;
	padding: 3px;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

#navcontainer2 a:link, #navlist2 a:visited {
	text-decoration: none;
}

#navcontainer2 a:hover {
	background-color: #369;
	color: #fff;
}

#navlist2 ul.jssSubSectionList a {
	font-weight: normal;
	padding-left: 10px;
	font-size: 0.9em;
}

#navlist2 ul.jssSubSectionList a.selected {
	font-weight: bold;
	background-color: #369;
	color: #fff;
}

.tagIcon {
	float: left;
	margin-right: 5px;
}

.tagIcon img {
	border: 0;
}

.formField {
	clear: both;
	margin-bottom: 5px;
}

.formFieldTitle {
	width: 150px;
	float: left;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px 5px 0 0;
}

.formFieldType {

}

.formInput {
	font-size: 0.8em;
	padding: 2px;
	font-family: arial, verdana, sans-serif;
}

.formFieldButton {
	margin-left: 155px;
}

.formTitle {
	margin-left: 155px;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 7px;	
}

.formFieldComment {
	float: right;
	width: 350px;
	font-size: 0.7em;
	padding: 5px;
	border-left: 1px solid #c0c0c0;
}

.formFieldError {
	float: right;
	width: 350px;
	color: red;
	background-color: inherit;
	font-size: 0.7em;
	padding: 5px;
	border-left: 1px solid red;
}

.accountOption {
	background: url('../images/ic_tool.png');
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding: 3px 0 0 30px;
	margin-bottom: 3px;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.button {
	background-color: #8dbfff;
	border: 1px solid #000;
	color: #fff;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssBoldLinks { 
	color:#036;
}

.jssBoldLinks:hover { 
	color:#ff8d29; 
}

.jssProductTitle {
	color:#fff; 
}

.jssProductTitle:hover {
	color:#ff8d29; 
}

.jssPrice {

}

.jssProductLinks, .jssProductLinks:link
{
	color: #f08100;
}

.jssProductAdd, .jssProductAdd:link
{
	color: #f08100;
}

/* Header Styles ------------------------------------------------------------- */

div#jssHeader {
	color: inherit;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}

div#jssSubHeader {

}

.jssHeaderBlock
{
	border: 1px solid #ffffff;
	background-color: #539dfb;
}

.jssHeaderBlockTitle
{
	background-color: #3586ef;
	color: #ffffff;
}

.jssHeaderBlockContent
{
	background-color: #539dfb;
	color: #ffffff;
}

.jssHeaderBlockContent a {
	border: 1px solid #8dbfff;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	color: #fff;
	background-color: #369;
	border: 1px solid #8dbfff;
}

.jssHeaderBlockContent a:hover {
	color: #fff;
	background-color: #036;
	border: 1px solid #FFFFFF;
}

#navlist a { 
	border: 0px solid #0b51ab; 
	border-left: 2px solid #d2e6fe;
}

#navlist a:link, #navlist a:visited {
	color: #000000;
	background-color: #8dbfff;
}

#navlist a:hover {
	color: #fff;
	background-color: #036;
}

/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	color: #000000;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	color: #000000;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {

}

.jssMenuBoxTitle {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #404040;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 5px;
}

.jssMenuBoxContent, .jssMenuBoxContentCent {
	padding: 5px;
	color: inherit;
	background-color: #e5e5e5;
	font-size: 0.8em;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	color: #000000;
}

.jssPageHeading {
	color: #ffffff;
	background-color: #404040;
	padding: 0 5px;
	height: 25px;
	font-size: 0.8em;
	line-height: 25px;
	font-weight: bold;
}

.jssPageSubHeading {
	font-size: 0.7em;
}

.jssBreadcrumb {
	font-size: 0.7em;
	color: #808080;
	background-color: inherit;
}

.jssBreadcrumbTitle {
	font-weight: bold;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {

}

/* General Form Styling ------------------------------------------------------------- */

.jssFormTable caption {
	border-bottom: 1px dotted #000;
}

.jssFormTable td.jssFormSubmit {
	border-top: 1px dotted #000;
}

.jssFormTable input {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable select {
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable td.jssFormSubmit input {
	background-color: #8dbfff;
	border: 1px dotted #000;
	color: #fff;
}

.jssFormError {
	color: #f00;
}

.jssError {

}

/* Cart Styling ------------------------------------------------------------- */



/* general table styling ------------------------------------------------------------- */


/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTable th {
	background-color: #aaaaaa;
}

.jssProductTable td {
	background-color: #dddddd;
}

/* Index-specific Styles ------------------------------------------------------------- */

/* Section And Listing Styles ------------------------------------------------------------- */

#pageslist li {
	border: 1px dotted #000000; 
	background-color: #8dbfff; 
	color: #000000;
}

#pageslist a { 
	background-color: #8dbfff;
}

#pageslist a:link, #npageslist a:visited {
	color: #000000;
	background-color: #8dbfff;
}

#pageslist a:hover {
	color: #fff;
	background-color: #036;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductFlag {
	background-color: #f08100; 
	color: #ffffff; 
	border: 1px dotted #f00; 
	border-left: 3px solid #f00; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff;
}

.jssSendFriendDiv a { 
	color:#ff8d29; 
}

.jssSendFriendDiv a:hover { 
	color:#ff8d29; 
}

.jssProductSep {
	border-bottom: 1px dotted #bbbbbb; background: #fff; color: #fff;
}

.previous {
	background-image: url(../images/ic_back.png);
	background-repeat: no-repeat;
	background-position: -2px -1px;
	padding: 0 3px 0 15px;
}

.next {
	background-image: url(../images/ic_next.png);
	background-repeat: no-repeat;
	background-position: right -1px;
	padding-right: 17px;
}

#whatsNew {
	position: relative;
	overflow: hidden;
	width: 770px;
	height: 100px;
	margin-bottom: 10px;
}

#whatsNew .items {
	width:20000em;
	position:absolute;
}

#whatsNew .items div {
	display: block;
	width: 259px;
	height: 100px;
	float: left;
}

#whatsNew div.active {

}

.loginEmail, .loginPassword {
	padding: 3px 7px;
}

.loginEmail {
	width: 147px;
}

.loginPassword {
	width: 120px;
}

#jssLeftMenu input.prompt {
	color: #c0c0c0;
}