/*
----------------------------------------------------

	CSS Reset

----------------------------------------------------
*/
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: "" "";
}
/*
----------------------------------------------------

	960 Grid System

----------------------------------------------------
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*
----------------------------------------------------

	Fancybox CSS

----------------------------------------------------
*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancybox/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancybox/fancy_title_right.png') repeat-x;
}

/*
----------------------------------------------------

	Site CSS

----------------------------------------------------
*/
body {
	background-color: #ffffff;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
}
a {
	color: #1f3c64;
	text-decoration: underline;
}
a:hover {
	color: #7ab1ea;
}
#header {
	background-image: url(../inc/images/biglogo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#header a {
	display: block;
	height: 222px;
	text-indent: -999em;
	overflow: hidden;
	width: 230px;
}
#menu {
	float: right;
	margin: 118px 0 20px;
}
#nav {
	border-bottom: 2px solid #1f3c64;
	padding: 25px 0px;
	min-width: 500px;
}
#nav li {
	position: relative;
}
#nav li ul {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	background-color: #ffffff;
	border: 2px solid #1f3c64;
	display: none;
	left: 0px;
	margin: 0px;
	position: absolute;
	top: 25px;
	width: 169px;
	z-index: 999;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	margin: 0px;
}
#nav li ul li a {
	display: block;
	padding: 3px;
	width: 140px;
}
#breadcrumbs {
	padding: 7px 0px;
	text-align: right;
}
#menu ul li {
	display: block;
	float: left;
	margin-right: 15px;
}
#menu ul li:last-child {
	margin-right: 0px;
}
#menu ul li a {
	font-size: 18px;
	padding: 10px 0px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #7ab1ea;
}
#accountandsearchbox input {
	font-size: 18px;
	margin: 5px 0px 5px 5px;
}
#accountandsearchbox input[type="text"] {
	width: 200px;
}
#accountandsearchbox {
	float: right;
}
#accountandsearchbox form {
	display: inline;
}
#footer {
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
}
#footer p {
	clear: both;
	padding: 20px 0px;
}
#footer strong {
	font-weight: bold;
}
#footer span {
	color: #999999;
	display: block;
	padding: 10px;
}
#newproducts a, #specialprice a {
	color: #000000;
	display: block;
	float: left;
	margin: 5px;
	text-decoration: none;
	width: 223px;
	margin-bottom: 25px;
}
#newproducts a span, #specialprice a span {
	color: #1f3c64;
	display: block;
	font-size: 18px;
	padding: 3px 0;
	text-decoration: underline;
}
#newproducts a:hover span, #specialprice a:hover span {
	color: #7ab1ea;
}
#newproducts a img, #specialprice a img {
	padding: 5px;
}
#loginbox {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #b5d5ff;
}
#loginbox a {
	font-size: 18px;
}
#loginbox img {
	padding: 2px 0px 0px;
}
#loginbox p {
	margin: 2px 0px 15px;
}
#loginbox p:last-child {
	margin: 2px 0px 0px;
}
#contactinfo span {
	display: block;
	float: left;
	width: 120px;
}
#contactinfo p {
	margin: 2px 0px;
}
#content h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	margin: 3px 0px;
}
#sidebar ul li a {
	display: block;
}
#sidebar div {
	margin-bottom: 25px;
}
#hr {
	margin: 15px 0px;
}
#cart {	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #b5d5ff;
	padding: 15px;
}
#cart ul {
	margin: 10px 0px;
	text-align: right;
}
#cart ul li {
	margin: 0px 0px 5px;
}
#cart ul li:first-child {
	margin-top: 0px;
}
#cart ul li:last-child {
	font-weight: bold;
}
#cart ul li span {
	display: block;
	float: left;
	margin: 0px 0px 5px;
	text-align: left;
}
#cart p {
	text-align: center;
}
#cart hr {
	margin-top: 9px;
}
#bottomlinks {
	border-top: 2px solid #1f3c64;
	margin: 10px 0;
	padding: 10px 0px;
}
#bottomlinks h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px;
}
#bottomlinks ul li {
	padding: 2px 0px;
}
#bottomlinks div {
	float: left;
	padding: 25px;
	width: 263px;
}
strike {
	color: #999999;
	text-decoration: line-through;
}
#browserwarning {
	border: 5px solid #ff0000;
	background-color: #ff6666;
}
#browserwarning p {
	padding: 25px;
}
#browserwarning img {
	float: left;
	padding: 0px 7px;
}
#productcategories .selected, #brands .selected {
	font-weight: bold;
}
#productcategories li ul {
	font-weight: normal;
	padding-left: 15px;
}
#products {
	padding: 20px 0px;
}
#products #productdescription {
	clear: both;
	margin-bottom: 10px;
}
#products .price {
	font-size: 18px;
}
.selectbox {
	float: left;
	margin: 5px;
}
#products form {
	display: block;
	float: left;
}
#products input[type="submit"] {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #b5d5ff;
	border: 1px solid #b5d5ff;
	font-size: 18px;
	margin: 24px 7px;
}
#products input[type="submit"].disabled {
	background-color: #cccccc;
	border: 1px solid #f0f0f0;
}
table {
	width: 100%;
}
table thead tr {
	font-size: 12px;
}
table thead tr th {
	border-bottom: 2px solid #999999;
}
table .totalsum td {
	border-top: 2px solid #999999;
}
table img {
	padding: 10px;
}
table td {
	padding: 5px;
	vertical-align: middle;
}
table .totalsum {
	font-size: 18px;
}
table input[type="submit"] {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background-color:#B5D5FF;
	border:1px solid #B5D5FF;
	font-size:18px;
	margin:24px 7px;
}
label {
	display: block;
	margin: 10px 0px 3px;
}
#login_form label {
	display: inline;
}
#login_form p {
	margin: 20px;
	font-weight: bold;
}
#login_form h3 {
	color: #1f3c64;
}
#login_form input[type="submit"], #register_form input[type="submit"] {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #b5d5ff;
	border: 1px solid #b5d5ff;
	font-size: 18px;
	margin: 10px 7px;
}
#login_form input[type="text"], #register_form input[type="text"], #register_form input[type="password"], #register_form textarea, #register_form select {
	font-size: 18px;
	width: 250px;
	margin: 2px;
}
#register_form table span {
	color: #000000;
	margin: 0px;
}
#login_form input[type="password"] {
	font-size: 18px;
	width: 100px;
}
#register_form label {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 12px;
	width: 190px;
}
#register_form span {
	color: #FF0000;
	display: block;
	margin: 10px;
}
#register_form p span {
	display: inline;
	margin: 0px;
}
#register_form p {
	clear: both;
}
.notice {
	color: #FF0000;
	padding: 5px 0px;
	font-weight: bold;
}
.notice span {
	color: #999999;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
.message {
	background-color: #99FF99;
	background-image: url(/inc/images/ok.png);
	background-position: 10px 17px;
	background-repeat: no-repeat;
	border: 5px solid #00FF00;
	margin: 10px;
	padding: 25px 53px;
	position:relative;
}
.message_error {
	background-color: #ff9999;
	background-image: url(/inc/images/cancel.png);
	background-position: 10px 17px;
	background-repeat: no-repeat;
	border: 5px solid #ff0000;
	margin: 10px;
	padding: 25px 53px;
	position:relative;
}
#path {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#path a {
	width: 45%;
	text-decoration: none;
}
#path img {
	padding: 20px;
	vertical-align: middle;
}
