* html body {
/*\*/
	text-align: center;
/* */
}

body {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#fff;
	background-color:#017AC3;
	padding:0; margin:0;
	padding-top:5px;
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.2em;
}

th {
    text-align:left;
    }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight:bold;
	color:#EB184A;
	margin-top:0;
	margin-bottom:0.75em;
	text-transform:capitalize;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#EB184A;
	margin-top:1.5em;
	margin-bottom:0.0em;
	text-transform:capitalize;
}

h2.first {
	margin-top:0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#EB184A;
	margin-top:1.5em;
	margin-bottom:0.0em;
	text-transform:capitalize;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0.0em;
	margin-bottom:1.0em;
}

ol ul,
ul ul {
	margin-bottom:0;
}

ul{
	list-style:disc;
}

li {
	margin-top:0.25em;
	margin-bottom:0.25em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0.0em;
	margin-bottom:1.0em;
}

a {
	color:#00c;
}

a:visited {
	color:#4C65DB;
}

a:hover {
	text-decoration:none;
	color:#EB184A;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}

/* Horizontal rule */

div.hr {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	margin-bottom:1.0em;
	background-color:#92C6E5;
}

div.hr hr {
	display:none;
}


/* Page
============================================================ 
--------------------------------------------------------- */

#page {
	width:760px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:90px;
	margin-bottom:22px;
	border-bottom:1px solid #017AC3;
}

#body-left {
	width:200px;
	float:left;
	position:relative;
}

#body-right {
	width:560px;
	float:right;
	position:relative;
}

#footer{
	clear:both;
	position:relative;
	padding-top:5px;
	border-top:1px solid #017AC3;
	text-align:center;
}

#header-print,
#footer-print {
	display:none;
}


/* Logo
============================================================ 
--------------------------------------------------------- */

#logo a {
	background-image:url("../images/logo.gif");
	background-repeat:no-repeat;
	width:174px;
	height:80px;
	display:block;
}

#logo span {
	display:none;
}


#crumbs {
	font-size:85%;
	padding-bottom:6px;
	margin-bottom:15px;
	border-bottom:1px solid #E0EAEF;
}

#crumbs a {
	color:#666;
}

/* Main nav
============================================================ 
--------------------------------------------------------- */

#main-nav-wrap {
	background-color:#017AC3;
	background-image:url(../images/main-nav-cap-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0;
	padding:0;
	position:relative;
}

#main-nav {
	padding:10px 0; padding-bottom:12px;
	margin:0;
	list-style:none;
	background-image:url(../images/main-nav-cap-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#main-nav li {
	margin:0;
	padding:0;
	border:none;
}

#main-nav li a {
	width:190px;
	font-weight:bold;
	font-size:85%;
	color:#fff;
	padding:0;
	margin:0;
	text-decoration:none;
	display:block;
}

#main-nav li a span {
	padding:1px 10px;
	display:block;
}

#main-nav li a span.new {
	color:yellow;
	font-size:10px;
	padding:0;
	display:inline;
}

#main-nav ul {
	list-style:none;
	margin:3px 0; margin-bottom:3px;
	padding:0;
	background-color:#016EAF;
	border-top:1px solid #01588C;
}

#main-nav ul li a {
	font-weight:normal;
	padding:2px 0 4px 0;
	border-bottom:1px solid #01588C;
}

#main-nav ul li a {
	width:190px;
}

#main-nav ul li a span {
	padding:1px 10px; padding-left:15px;
	display:block;
}

#main-nav li a:hover {
	color:#FFD425;
}

#main-nav li a.active,
#main-nav li a.active:hover {
	color:#FFD425;
}


/* Top nav
============================================================ 
--------------------------------------------------------- */

#top-nav {
	height:89px;
	width:380px;
	float:right;
	border-bottom:1px solid #017AC3;
	text-align:right;
}

#need-help {
	margin:0;
	padding:0;
	width:380px;
	height:65px;
	background-image:url(../images/need-help-bg.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#need-help span {
	display:none;
}

#top-nav ul {
	font-size:85%;
	color:#017AC3;
	list-style:none;
	margin:0; margin-top:5px; margin-right:5px;
	padding:0;
}

#top-nav li {
	display:inline;
}


/* Footer nav
============================================================ 
--------------------------------------------------------- */

#footer-nav {
	list-style:none;
	margin-top:0.5em;
	padding:0;
	font-size:85%;
	text-align:center;
	color:#80BCE1;
}

#footer-nav li {
	margin:0;
	display:inline;
}


/* Content
============================================================ 
--------------------------------------------------------- */

#body-left div.content {
	margin:0;
	padding:0; padding-right:10px;
}

#body-right div.content {
	margin:0;
	padding:0; padding-left:5px; padding-bottom:10px;
}

#body-right div.content p {
	margin-top:0;
}


/* Side
============================================================ 
--------------------------------------------------------- */

h2.side {
	margin-left:0.2em;
	margin-right:0.2em;
}

.side-box {
	font-size:85%;
	padding:0 0.5em;
}



/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	font-size:85%;
	text-align:center;
}

#footer img {
	margin:0 5px;
}

#newline-signature {
	width:700px;
	margin:5px auto;
}

#newline-signature a {
	display:block;
	margin:0 180px; margin-bottom:5px;
	width:320px;
	height:36px;
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url("../images/newline-signature.gif");
}

#newline-signature a span {
	display:none;
}


/* Tables
============================================================ 
--------------------------------------------------------- */




/* Forms
============================================================ 
--------------------------------------------------------- */

form {
	margin:0;
	padding:0;
}

fieldset {
	padding:15px; padding-bottom:15px;
	margin-bottom:1.0em;
	border:1px solid #ddd;
	border-right-color:#eee;
	border-bottom-color:#eee;
	background-color:#f9f9f9;
}

fieldset div.hr {
	background-color:#ddd;
}

fieldset table {
	margin-bottom:0;
}

form h2 {
	margin-bottom:0.2em;
}

form div.row {
	margin-bottom:0.75em;
	padding:0;
}

form div.controls {
	text-align:center;
	padding:0px 10px 4px 10px;
}


label {
	display:block;
	margin-bottom:0.1em;
	color:#017AC3;
	padding-right:5px;
}


form .required {
	font-weight:bold;
	color:#017AC3;
}

form tr {
    vertical-align:top;

}

form th {
    font-weight:normal;
}

form .required span {
	font-weight:normal;
	color:#f90;
	font-size:75%;
}

form .error span {
	color:#c00;
}

form .error {
	color:#c00;
	font-weight:bold;
}


form .field-error, form .ValidateErrorMessage {
    color:#EB1D4E;
}

form div.input-static {
	padding-top:4px;
}

/* checkbox */

label.checkbox {
	display:inline;
	color:#666;
	font-size:85%;
}

input.checkbox {
	display:block;
	float:left;
	margin:0 4px 10px 0;
	border:none;
}

form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:1px solid #aaa;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	padding:0.25em;
}

input.image-button {
	border:none;
}

input.btn {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	color: #fff;
	background-color:#D81345;
	border: 1px solid #DF6F8E;
	border-right: 1px solid #9F0932;
	border-bottom: 1px solid #9F0932;
	cursor:pointer;
}

form .field-hint {
	color: #888;
	margin:0; padding-top:0.1em;
	font-size:75%;
}

p.btn-hint {
	font-size:75%;
	color:#666;
}

form p.hint {
	font-size:75%;
	color:#777;
}

form select {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	border:1px solid #aaa;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
}

form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.3em;
	border:1px solid #aaa;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	padding:0.25em;
}


div.form-error {
	background-color:#fff;
	border:1px solid #c00;
	margin-bottom:1.0em;
	/*background-color:#FAE5E5;*/
	background-color:#FFEBEB;
	/*color:#c00;*/
	color:#444;
	padding:1.0em;
	padding-bottom:0;
}

div.form-error li strong {
	color:#c00;
}

div.form-error p.intro {
	/*background-color:#c00;*/
	/*padding:0.25em 0.5em;*/
	color:#c00;
	font-weight:bold;
}

div.form-error ul {
	padding-left:0;
	margin-left:1.5em;
}

/* Product Table
============================================================ 
--------------------------------------------------------- */

.product {
	border:1px solid #92C6E5;
	width:240px;
	height:220px;
	padding:10px 10px 0 10px;
	margin-right:10px;
	position:relative;
	vertical-align:top;
}

.product img{
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:10px;
}

.product .text {
	margin-left:110px;
}

.product h3 {
	margin-top:0px;
	padding-top:0px;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.product h3 a {
	text-decoration:none;
	color:#EA083E;
}

.product h3 a:hover {
	text-decoration:underline;
}

td.view-details {
	background-color:#F2F8FC;
	border:1px solid #92C6E5;
	border-top:none;
	text-align:center;
	padding-top:5px;
}

td.view-details a {
	text-decoration:none;
	font-weight:bold;
	color:#F6B036;
}


/* Store
============================================================ 
--------------------------------------------------------- */

div.picture {
	width:154px;
	padding:2px 0;
	float:left;
	text-align:center;	
}

img.product-thumbnail {
	
}

#product-contents {
	width:330px;
	padding:10px 20px 0px 10px;
	background-image:url(../images/product-contents.png);
	background-position:top;
	background-repeat:no-repeat;
}

#product-contents .bottom {
	width:360px;
	height:13px;
	margin-left:-10px;
	margin-right:-20px;
	background-image:url(../images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#product-contents ul {
	list-style:none;
	margin:0;
	padding-left:20px;
}

#product-contents li {
	list-style:url(../images/product-contents-bullet.png);
	font-weight:bold;
	margin-left:0;
	padding-left:0;
}

/* CART */

table.items {
	width:555px;
	background-image:url(../images/cart-header-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

table.items th {
	height:30px;
	padding:0 1.0em;
	padding-top:1px;
	text-align:center;
}

table.items th.items-to-buy {
	text-align:left;
}

table.items td {
	padding:1.0em 1.0em;
	text-align:center;
	border-bottom:1px solid #92C6E5;
}

table.items td.picture {
	width:100px;
}

table.items td.details {
	text-align:left;
}

table.items p.title {
	font-weight:bold;
	margin-bottom:0.5em;
}

table.items td.total {
	font-weight:bold;
	color:#ea0b41;
}

table.items a.remove {
	font-size:85%;
	color:#ea0b41;
}

table.items input {
	text-align:center;
	width:2.0em;
	font-weight:bold;
}

table.items ul.build-a-kit-components {
	padding-left:0.8em;
	margin-left:0.8em;
}

.items p.code strong {
	color:#016EAF;
	font-weight:normal;
}

.items span.code {
	color:#016EAF;
}


#cart div.update {
	text-align:right;
	margin-bottom:1.0em;
}

#cart ul.assurance {
	float:left;
	width:170px;
	font-size:85%;
	list-style:none;
	text-align:center;
	margin-left:0; margin-right:10px;
	padding:0.6em 0.8em;
}

#cart ul.assurance li {
	padding-left:0;
}

#cart .delivery {
	text-align:right;
	margin-bottom:10px;
}

#order-summary {
	text-align:right;
}

#costs {
	display:inline;
	margin-bottom:0;
}

#costs th {
	font-weight:bold;
	text-align:right;
	padding:0;
	padding-bottom:0.4em;
	padding-right:10px;
	color:#666;
}

#costs td {
	text-align:right;
	color:#017AC3;
	font-weight:bold;
	padding-bottom:0.4em;
}

#costs .order-total th {
	font-size:130%;
	color:#666;
	border-top:1px solid #92C6E5;
	padding-top:0.2em;
}

#costs .order-total td {
	font-weight:bold;
	font-size:130%;
	color:#ea0b41;
	border-top:1px solid #92C6E5;
	padding-top:0.15em;
}

#costs .discount td {
	color:#080;
}

#cart p.shipping-hint {
	font-weight:normal;
	font-size:75%;
	color:#666;
	text-align:right;
	margin-bottom:1.5em;
}

#cart div.proceed {
	text-align:right;
	margin-top:1.25em;
}

#cart div.proceed p {
	padding-top:2px;
	padding-right:2px;
}

#cart div.proceed p.payment-options {
	font-size:85%;
}


/* Category Products Listing
============================================================ 
--------------------------------------------------------- */

#product-listing .picture {
		width:150px;
		/*background-color:#000;*/
		margin-right:10px;
		margin-bottom:1.0em;
		float:left;
		text-align:center
	}

	#product-listing .ready-to-buy {
		padding:8px;
		padding-bottom:0;
		margin-bottom:1.0em;
		margin-left:10px;
		text-align:right;
		float:right;
	}       

	#product-listing label {
		margin-bottom:0.5em;
		display:inline;
	}       

	#product-listing .row {
		margin:0;
		padding:0;
		margin-bottom:8px;
	}

	#product-listing .qty {
		width:1.5em;
		text-align:center;
		font-weight:bold;
	}

	#product-listing .description {
		margin-left:90px;
	}

	#product-listing ul {
		margin-left:1.0em;
		padding-left:1.0em;
	}
