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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}


body {
	font: 12px/1.5 "Helvetica Neue","Lucida Sans Unicode","Tahoma",sans-serif;
	background: url(images/grayNoise.gif) top center repeat;
	color: #555;
	padding: 0px 0; 
	margin: 0px auto;
	background-color: rgb(241, 241, 241);
	position: relative;
}

.store-decorate-silk input[type="text"] {
	height: 24px;
	font-size: 14px;
}
body a {
	color: rgb(58, 136, 222);
	display: inline;
	clear: both;
	font-family: "Helvetica Neue","Lucida Sans Unicode","Tahoma",sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	text-decoration: none;
}

body a:hover { color: rgb(0, 169, 255); }

body #pageWrap {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
}

body #pageWrap #header {
	height: 100px;
	display: block;
}

/*
Nodhead Software logo
*/
#logo {
	display: block;
	float: left;
	min-height: 50px;
	min-width: 214px;
	background: url(images/logo.png) top center no-repeat;
}


nav {
	display: block;
	float: right;
	margin: 17px 0px auto auto;
	letter-spacing: 0.2em;
}
nav a {
	color: #7f7f7f;
	text-decoration: none;
	padding: 20px 20px;
}


body #pageWrap header  {
	height:70px;
	margin-bottom: 50px;
	font-family: "Lucida Grande";
	letter-spacing: 0.3em;
}

body #pageWrap header #logo {
	background-image: url(images/logo.png);
}


body #pageWrap header nav a {
	font-family: "Lucida Grande";
	font-size: 13px;
	letter-spacing: 0.03em;
	-webkit-transition: all .25s ease;
	-moz-transition: all .3s ease;
}
body #pageWrap header nav a:hover {
/* 	color: rgb(116, 74, 3); */
}
body #pageWrap header nav {
	font-size: 14px;
}
body #pageWrap header nav section {
	margin: 0px 50px;
}

body #pageWrap header nav section a {
	padding-left: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}
body #pageWrap header nav section a:hover {
/* 	-webkit-transform: scale(1.1,1.1); */
/* 	-moz-transform: scale(1.1,1); */
}
body #pageWrap header nav a.current {
	color: rgb(211, 221, 230);

/* 	text-shadow: 0px 0px 2px rgba(0,0,0,0.55); */
}

body #pageWrap header nav label {
	opacity: 0.15;
	font-weight: bold;
}
body #pageWrap header nav section {
	float: left;
	padding-top: 0px;
}

body #pageWrap #content {
	width: 600px;
	margin: 0px auto auto auto;
	clear:both;
/* 	padding: 18px; */
	background-color: rgb(246, 246, 249);
	background-color: white;
	
	box-shadow: 0px 1px 3px rgb(108, 108, 108);
	-webkit-box-shadow: 0px 1px 3px rgb(108, 108, 108);
	-moz-box-shadow: 0px 1px 3px rgb(108, 108, 108);
	-o-box-shadow: 0px 1px 3px rgb(108, 108, 108);
	
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	text-shadow: 0px 2px 1px rgba(255,255,255,1.0);
}

.listitem {
	display: block;
}
.leftCol {
	display: inline-table;
	width: 128px;
}
body #pageWrap #content img {
/* 	display:inline-block; */
/* 	vertical-align:text-top; */
	
}
.middleCol {
	clear: none;
	display:inline-table;
	width: 300px;
	margin: 30px 0px auto 18px;
	vertical-align: top;
}

/* body #pageWrap #content .listitem .middleCol  */
h2 {
/* 	float: left; */
/* 	clear: none; */
/* 	display: inline-block; */
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	color: rgb(24, 24, 24);
	color: black;
	font-family: "Lucida Grande";

}


/* body #pageWrap #content .listitem .middleCol  */
p {
/* 	clear: none; */
/* 	display: inline-block; */
/* 	width: 100px; */
/* 	float: left; */
}


.store-tools {
	margin: 12px 12px 18px 12px;
	padding-top: 12px;
}


.productList {
	width: 100%;
}

.tableRow > td {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tableCellImage {
	vertical-align: middle;
	text-align: center;
	padding-left: 18px;
}
.tableCellDescription {
	width: 300px;
	padding-left: 18px;
	vertical-align: middle;	
}
.tableCellBuy {
	vertical-align: middle;
	text-align: center;
}

/* body #pageWrap #content .listitem .rightCol  */
span.store-product-price {
	font-size: 18px;
	font-weight: 200;
	text-shadow: none;
}

.tableLine {
	border-top: 1px dotted #DDD;
}






/* BLUE BUTTON STYLE */ 
/* body #pageWrap #content  */
span input { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
/*     width: 100%; */
	float: right;
	z-index: 9999;
	position: relative;
	
}

.store-decorate-silk .store-product-list-item-action-order .store-action-title, .store-decorate-silk .store-product-detail-action-order .store-action-title {
	background: none;
	padding-left: 0px;
}







/* Left side */
/* .store-action-command, */
/* .store-action-command:hover */
/* .store-action-command .store-action-title */
.store-decorate-silk .store-product-list-item-action-order .store-action-title,
.store-decorate-silk .store-product-detail-action-order .store-action-title
{
/*    background: transparent url('images/blueButton-Sprite.png') no-repeat top left;*/
    display: block;
    line-height: 17px;
    padding: 0px 0 5px 10px;
	height:22px;
    color: rgb(255, 255, 255);
    border: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    font-weight: 600;
/*     padding-right: 11px; /* sliding doors padding */ 
	padding-left: 11px;
}

/* Right Side */
/* .store-product-detail-action-order, */
/* .store-product-detail-action-order:hover */
/*
.store-action-next a,
.store-action-complete a,
.store-order-action-order a
{
	border: none;
	background: black url('images/blueButton-Sprite.png') no-repeat scroll right -28px transparent;
    color: #444;
    float: right;
    clear: none;
    font: normal 14px arial, sans-serif;
    height: 28px;
    margin-right: 6px;
    padding-top: 0px;
	padding-bottom 5px;
   	padding-right: 11px;  sliding doors padding
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);

}
*/


/* Right hover */
/* .store-action-command:hover, */
.store-action-command:hover .store-product-detail-action-order:hover,
.store-product-detail-action-order:hover
 {
	background: transparent url('images/blueButton-Sprite.png') no-repeat scroll right -84px ;
	outline: none;
}
/*

.store-decorate-silk .store-product-list-item-action-order .store-action-title:hover,
.store-decorate-silk .store-product-detail-action-order .store-action-title:hover,
.store-action-command:hover .store-action-title {
    background: transparent url('images/blueButton-Sprite.png') no-repeat left -56px;
}
*/



body #pageWrap #content span.core-js-disabled-inline.store-product-detail-action-order:active {
	background-position-y: -140px;
	}
body #pageWrap #content input.store-action-button.store-product-detail-action-order:active {
	background-position-y: -112px;
	padding-top: 6px;
}
/* END BLUE BUTTON STYLE */




body #pageWrap #content hr {
	border: none;
	border-top: 1px dotted #DDD;
	clear: both;
	margin-bottom: 2em;
	margin-top: 2em;
	padding-top: 1em;
	text-align: right;
	background-color: transparent;
}


/* ########### Country selection list ############ */
#store-variation-selection-body > div {
	-webkit-box-shadow: 0px 10px 62px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 62px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 10px 62px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 62px rgba(0,0,0,0.5);
}
.store-variation-select-item a {
	text-decoration: none;
}
.store-variation-select-item a:hover {
	background-color: rgb(65, 140, 217);
	text-shadow: 0px 1px 1px rgb(73, 80, 84);
	
	background: #7abcff; /* old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* opera */
}

.store-variation-select-item-list {
	margin: 0px;
	padding: 0px;
}
.store-variation-select-item-title  {
	padding: 0px 0px 0px 20px;
	padding-left: 20px;
}

/* Payment sections */
#product .core-section {
	margin-left: 20px;
	width: 560px;
}

#product .core-form-field-area-left {
	margin-left: 30px;
}
#product .core-form-field-area-right {
	margin-left: 270px;
}

#product .core-form-field-group {
	margin-top: 30px;
}

.core-label-optional {
	font-weight: 600;
	opacity: 0.5;
}


/* Payment information */
.store-section-payment {

}

/* Cross selling */
.store-payment-method-list {
	margin-left: 30px;
}
.store-payment-method-list-selection input {
	float: none;
	overflow: visible;
}

.store-decorate-button .store-page-navigation .store-action-command, .store-decorate-button .store-product-list-item-action-list .store-action-command {
	color: #3A88DE;
	border: none;
}


.store-action-list.store-product-list-item-action-list {
	clear: none;
	
}

.store-footer { color: #999;}


/* Cross sell button */
.store-decorate-button .store-product-list-item-action-list .store-action-command {
	background-color: transparent;
}
.store-decorate-button .store-page-navigation .store-action-command:hover,
.store-decorate-button .store-product-list-item-action-list .store-action-command:hover {
	border: none;
	background-color: transparent;
	color: #1e99d7;
}
.store-decorate-button .store-page-navigation .store-action-command:active,
.store-decorate-button .store-product-list-item-action-list .store-action-command:active {
	border: none;
	background-color: transparent;
}
/* End Cross sell button */


/*
################################ Confirmation Page #################################
*/


#confirm .core-section-header {
	padding: 2px auto 2px 19px;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #f7fbfe; /* blue-white */
	
background: rgb(73,155,234); /* old browsers */
background: -moz-linear-gradient(top, rgb(73,155,234) 0%, rgb(32,124,229) 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(73,155,234)), color-stop(100%,rgb(32,124,229))); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* ie */
background: -o-linear-gradient(top, rgb(73,155,234) 0%,rgb(32,124,229) 100%); /* opera */

text-shadow: 0px 1px 1px black;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);

/* border: 1px solid #348BE8;  */
padding-left: 19px;
}

#confirm .core-section-body {
	width: 300px;
	margin: 19px 150px 0px 150px;
}

/*.store-order-item-group + .store-order-item-group*/
#confirm .store-order-item-group  {
	margin-bottom: 0px;
	
}
#confirm .store-order-item-group + .store-order-item-group-base {
	margin-top: 0px;
	padding-top: 0px;
}

#confirm .store-order-pricing {
	margin-top: 5px;
	border-top: 1px solid #D0D0D0;
}

#confirm .store-action .store-order-action-edit {
	background: none;
}
#confirm .store-action-command {
	background: none;
	margin-right: 0px;
	padding-right: 0px;
	color: rgb(176, 176, 176);
	text-shadow: none;
}
#confirm .store-action-command:hover {
	background: none;
	color: black;
}

#confirm .store-action-title {
	background: none;
}


#confirm .store-surveys .store-survey .core-section-header {
	display: none;
}
#confirm .core-form-field-body-note {
	color:rgb(176, 176, 176);
}


#confirm .store-page-navigation {
	height: 45px;
	padding-top: 20px;
	border: none;
}

/* ---------------------------------------
				Confirm button - Left visible side
 ----------------------------------------- */
#confirm .store-page-navigation .store-action-title,
#product .store-page-navigation .store-action-title { /* span */
	background: transparent url('images/blueButton-Sprite.png') no-repeat top left;
    display: block;
    line-height: 17px;
    padding: 5px 0 5px 10px;
    color: rgb(255, 255, 255);
    border: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    font-weight: 600;
	padding-left: 11px;
	padding-bottom:; 0px;
}

#confirm .store-page-navigation .store-action-title:hover,
#confirm .store-page-navigation .store-action-command:hover .store-action-title,
#product .store-page-navigation .store-action-title:hover,
#product .store-page-navigation .store-action-command:hover .store-action-title {
    background: transparent url('images/blueButton-Sprite.png') no-repeat left -56px;
}


/* Right cap normal */
#confirm .store-page-navigation .store-action-command,
#confirm .store-page-navigation .store-action-command:hover,
#product .store-page-navigation .store-action-command { /* a tag */
	border: none;
	background: url('images/blueButton-Sprite.png') no-repeat scroll right -28px transparent;
    color: #444;
    float: right;
    clear: none;
    font: normal 14px arial, sans-serif;
    height: 28px;
    margin-right: 6px;
    
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    margin-right: 19px;
    padding-top:0px;
    padding: 0px inherit;
    padding-right: 11px;  /*sliding doors padding*/
}
/* Right cap hover */
/*
#confirm .store-page-navigation .store-action-command:hover,
#confirm .store-page-navigation .store-action-command:hover .store-product-detail-action-order:hover,
#confirm .store-page-navigation .store-product-detail-action-order:hover,
*/
#confirm .store-page-navigation .store-action-command:hover,
#product .store-page-navigation .store-action-command:hover
 {
	background: transparent url('images/blueButton-Sprite.png') no-repeat scroll right -84px ;
	outline: none;
}




/* Completed Order ---------------------------------------------------------------------------- */
.store-section-complete {
	padding-top: 24px;
	margin: 0px 40px;
}
.store-section-complete-notice {
	margin: 24px;
	padding: 0px 24px;
	
}


.store-section-complete .store-order-item-group  {
	margin-bottom: 0px;
	
}
.store-section-complete .store-order-item-group + .store-order-item-group-base {
	margin-top: 0px;
	padding-top: 0px;
}

.store-section-complete .store-order-pricing {
	margin-top: 5px;
	border-top: 1px solid #D0D0D0;
}


/* End Completed Order ---------------------------------------------------------------------------- */




.centerSec {
	text-align: center;
}

#footer {
	clear: both;
	margin: 30px auto 40px auto;
	padding-top: 20px;
	height: 30px;
	width: auto;
	min-width: 424px;
	text-align: center;
}
#footer a { color: #7f7f7f; text-decoration: none;}
#footer a:hover { color: rgb(0, 169, 255); }

#footer p {
	margin: 10px auto 0px auto;
	height: 20px;
	width: auto;
	text-align: center;
}

#footer h5 {
	margin: 0px 30px 15px 30px;
	font-size: 9px;
	color: rgb(201, 201, 201);
}

.store-notice-delivery-spam-folder {
	margin-bottom: 20px;
}

.store-footer {

}
.store-footer .store-notice-security {

}
.store-footer .store-notice-reseller {
	

}


.core-form-field-body {
	/* width: 200px; */
}
.core-form-field-group .core-clearfix .store-section-payment-details-cc .core-form-field-group-body .core-form-field-area-left {/*.core-form-field .core-form-field-required .store-field-cc-expire {*/
	width: 60%;
}
.core-form-field-area-left .store-field-cc-expire {
	margin-top: 3em;
	width: 300px;
}

/* Credit card holder */
form#confirm .store-section-payment-details .core-seciton-body {
	width: 400px;
}

.core-form-field-area-right .core-form-field-body {
	widows: 120px;
}

.core-form-field-body .core-form-field-body-note {
	float: right;
}
