html {
    -webkit-text-size-adjust: none;
}

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
/* 	font-weight:normal; */
}

body {
	background:white url('../img/bg.gif') center top repeat-x;
	font:normal 12px/14px Arial, Verdana, Sans-Serif;
	color:#136898;
	margin-top:5px;
}

p { margin-bottom:1em; }
a { color:#136898; text-decoration:none; }
a:hover { color:#b83a8c; }
.zapp { clear:both; }

ul { list-style: none; }

h2, h3 {
	font-size:18px;
	margin-bottom:15px;
}

table {
	border-collapse:collapse;
}

#debug {
	position:fixed;
	left:10px;
	top:10px;
	border:1px solid black;
	background:white;
	padding:10px 20px;
	display:none;
}

.error {
	color:red;
}

strong, b {
	font-weight:bold;
}

/* -------------------------------------------------------- STRUCTURE */

#bg {
	background:url('../img/header_bg.png') center top no-repeat;
	width:938px;
	margin:0 auto;
}

#bg2 {
	background:url('../img/footer_bg.png') center bottom no-repeat;
	width:938px;
	margin:0 auto;
	padding-bottom:70px;
}

#wrapper {
	width:920px;
	margin:0 auto;
	position:relative;
	border:1px solid transparent;
}

#wrapper .pad {
	padding:0 10px;
}

#filler {
	height:172px;
}

#main {
	background:white;
}

/* -------------------------------------------------------- HEADER */

ul#n_top { position:absolute; right:0; width:750px; text-align:right; }
ul#n_top li { display:inline; margin-left:10px; }
ul#n_top a { color:#156898; text-decoration:none; text-transform:lowercase; }
ul#n_top a:hover { text-decoration:underline; }

ul#n_btns { position:absolute; left:810px; top:35px; width:112px; }
ul#n_btns a { background:url('../img/n_btns2.png') left top no-repeat; display:block; float:left; height:30px; width:35px; text-indent:-9999px; }
ul#n_btns a#b2 { background-position:-35px 0; }
ul#n_btns a#b3 { background-position:-70px 0; width:40px;}
ul#n_btns a#b1:hover { background-position:0 -30px; }
ul#n_btns a#b2:hover { background-position:-35px -30px; }
ul#n_btns a#b3:hover { background-position:-70px -30px; }

h1 a#logo {
	position:absolute;
	left:88px;
	top:18px;
	display:block;
	width:139px;
	height:97px;
	background:url('../img/logo.gif') left top no-repeat;
	text-indent:-9999px;
}

form#search_form {
	position:absolute;
	left:732px;
	top:129px;
}

form#search_form input#search_q {
	position:absolute;
	left:5px;
	top:1px;
	color:#777;
	width:130px;
}

form#search_form input#search_submit {
	position:absolute;
	left:143px;
	top:0;
	display:block;
	width:16px;
	height:16px;
	background:url('../img/search_submit.gif') left top no-repeat;
	cursor:pointer;
	text-indent:-9999px;
}

/* -------------------------------------------------------- NAV */

ul#n_main {
	height:30px;
	border:1px solid #96c1e4;
	margin-bottom:10px;
	display:flex;
}

ul#n_main li {
}

ul#n_main a {
	display:block;
	height:30px;
	width:auto;
	border-right:1px solid #96c1e4;
	text-align:center;
	line-height:30px;
	font-size:15px;
	color:#136898;
	padding:0 10px;

}

ul#n_main a:hover {
	color:#b83a8c;
}

ul#n_main a.last {
	border:none;
}

ul#n_main a.special {
	color:white;
	background:#b83a8c;
}


div#breadcrumbs {
	font-size:15px;
	border-bottom:1px solid #96c1e4;
	margin-bottom:10px;
	padding:2px 0 12px 17px;
}

div#breadcrumbs .current {
	font-weight:bold;
	color:#b83a8c;
}

div#breadcrumbs a:hover {
	color:#b83a8c;
}

/* -------------------------------------------------------- COLUMNS */

div.column {
	float:left;
	width:170px;
	margin-right:10px;
}

div.column#c1 {
	width:180px;
}

div.column#c2 {
	width:710px;
	margin-right:0;
}

div.column.c3w {
	width:530px;
}

div.column.c4w {
	width:710px;
	margin-right:0;
}

div.column.c5w {
	width:900px;
	margin-right:0;
	margin-bottom:10px;
}

div.column.last {
	margin-right:0;
}

/* -------------------------------------------------------- C1 / SUBNAV */

div.column#c1 h3 a {
	font:normal 22px Georgia, Serif;
	color:#b83a8c;
}

div.column#c1 h3 {
	margin-bottom:10px;
}

ul#n_sub {
	border-bottom:1px solid #96c1e4;
}

ul#n_sub a {
	display:block;
	height:39px;
	line-height:39px;
	border-top:1px solid #96c1e4;
	font-size:13px;
	overflow:hidden;
}

ul#n_sub a:hover {
	color:#b83a8c;
}

ul#n_sub a.is_parent {
	background:url('../img/n_sub_folder.gif') 172px 16px no-repeat;
}

ul#n_sub a.is_parent.open {
	background:url('../img/n_sub_folder_open.gif') 170px 18px no-repeat;
	font-weight:bold;
	color:#b83a8c;
}

ul#n_sub a.on {
	font-weight:bold;
	color:#b83a8c;
}

ul#n_sub ul a {
	background:#f9ebf2;
	color:#e09ac0;
	text-indent:10px;
}

/* -------------------------------------------------------- HOME */

#welcome {
	font: normal 15px Georgia, Serif;
}

#main #welcome h3 {
	margin:10px 0 15px 0;
	color:#136898;
}

#slideshow {
	position:relative;
	line-height:0;
	width:710px;
	height:250px;
	overflow:hidden;
}

#slideshow ul.slides {
	position:absolute;
	left:0;
	top:0;
	width:7100px;
	height:250px;
	display:block;
	z-index:10;
}

#slideshow ul.slides li {
	width:710px;
	height:250px;
	float:left;
}

#slideshow ul.pager {
	position:absolute;
	z-index:30;
	left:190px;
	top:215px;
	width:500px;
}

#slideshow ul.pager li {
	display:inline;
}

#slideshow ul.pager li a {
	display:block;
	width:12px;
	float:right;
	padding:2px 4px;
	background:white;
	text-align:center;
	margin:0 0 0 5px;
	font-weight:bold;
	line-height:14px;
}

#slideshow ul.pager li a.on {
	background:#136898;
	color:white;
}

div.column.popular {
	border-top:1px solid #96c1e4;
	height:210px;
	position:relative;
}

div.column.popular h3 {
	padding-top:12px;
}

div.column.popular ul {
	position:absolute;
	width:180px;
	bottom:0;
}
/* -------------------------------------------------------- ITEM DETAILS */

#item_details {
	position:relative;
	height:306px;
	margin-bottom:17px;
}

#item_details #images {
	border:1px solid #96c1e4;
	width:258px;
	height:303px;
	position:relative;
}

#item_details #images #thumb {
	position:absolute;
	left:18px;
	top:21px;
	display:block;
	width:223px;
	height:200px;
	text-align:center;
}

#item_details #images ul {
	position:absolute;
	left:10px;
	top:240px;
	width:248px;
}

#item_details #images ul li {
	border:1px solid #96c1e4;
	width:50px;
	height:50px;
	display:block;
	float:left;
	margin-right:10px;
}

#item_details #images ul li img {
	width:36px;
	height:36px;
	margin:7px 0 0 7px;
}

#item_details #magnify {
	position:absolute;
	left:273px;
	top:0;
	width:257px;
	height:305px;
	z-index:100;
	overflow:hidden;
}

#item_details #magnify img {
	position:absolute;
	left:0;
	top:0;
}

#item_details #details {
	position:absolute;
	left:283px;
	top:0;
	width:247px;
	height:305px;
	line-height:20px;
}

#item_details #details h2 {
	font-size:18px;
	margin:12px 0 25px 0;
}

#item_details #specs {
	position:absolute;
	bottom:0;
}

#item_details #specs p.price {
	font-size:18px;
	font-weight:bold;
}

#item_details #specs ul#buttons {
	height:72px;
}

#item_details #specs ul#buttons li a {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	height:24px;
	line-height:24px;
	text-align:center;
}

#item_details #specs ul#buttons li a#addtocart {
	left:0;
	bottom:33px;
	width:116px;
	background:url('../img/gradient_blue.gif') left top repeat-x;
}

#item_details #specs ul#buttons li a#contactme {
	left:0;
	bottom:33px;
	width:247px;
	background:url('../img/gradient_blue.gif') left top repeat-x;
}

#item_details #specs ul#buttons li a#addtowishlist {
	left:124px;
	bottom:33px;
	width:123px;
	background:url('../img/gradient_pink.gif') left top repeat-x;
}

#item_details #specs ul#buttons li a#moreinfo {
	width:101px;
	border:1px solid #96c1e4;
}

#item_details #specs ul#buttons li a#sendafriend {
	left:102px;
	width:74px;
	border:1px solid #96c1e4;
}

#item_details #specs ul#buttons li a#print {
	left:177px;
	width:68px;
	border:1px solid #96c1e4;
}

/* -------------------------------------------------------- ITEMS */

.item {
	width:168px;
	height:210px;
	border:1px solid #96c1e4;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}

.item.right {
	margin-right:0;
}

.item .specs {
	position:absolute;
	left:0;
	bottom:0;
	width:168px;
	height:58px;
}

.item a.imglink {
	display:block;
	width:140px;
	height:140px;
	margin:14px 14px 10px 14px;
	text-align:center;
}

.item h4 {
	margin:10px 5px 3px 15px;
	font-size:12px;
}

.item .price {
	margin-left:15px;
	font-weight:bold;
}

.item.special {
	border-color:#b83a8c;
}

.item.special .specs{
	background:#b83a8c;
	color:white;
}

.item.special a {
	color:white;
}

/* -------------------------------------------------------- LOGIN BLOCKS */

div.loginblock {
	border:1px solid #e09ac0;
	background:url(../img/gradient_pink_big.gif) left top repeat-x;
}

div#lb_account.loginblock {
	border:1px solid #96c1e4;
	background:url(../img/gradient_blue_big.gif) left top repeat-x;
}

div.loginblock form {
	padding:28px 10px 0 14px;
}

div.loginblock h3 {
	font:normal 16px Georgia, Serif;
	margin:0;
}

div.loginblock label {
	display:block;
	font-size:11px;
	margin-top:8px;
}

div.loginblock form input.text {
	width:136px;
	height:18px;
	background:transparent url(../img/textfield_bg.png) left top repeat-x;
	text-indent:10px;
	color:#136898;
}

div.loginblock input.submit {
	display:block;
	margin-top:6px;
	float:right;
	margin-right:10px;
	cursor:pointer;
	color:#136898;
	padding:0 4px;
	background:transparent;
	font:normal 11px Arial, Verdana, Sans-Serif;
}

div.loginblock input.submit:hover {
	color:#b83a8c;
}

div.loginblock a {
	font:normal 11px Georgia, Serif;
}

/* -------------------------------------------------------- CART */

.cart {
	border:1px solid #96c1e4;
	background:#96c1e4 url('../img/gradient_blue_med.gif') left top repeat-x;
	margin-bottom:10px;
	position:relative;
	padding-bottom:10px;
}

.cart h4 {
	font-weight:bold;
	font-size:20px;
	margin:20px 0 25px 10px;
}

.cart a.icon {
	position:absolute; right:10px; top:10px;
	background:url('../img/n_btns2.png') left top no-repeat; display:block; float:left; height:30px; width:35px; text-indent:-9999px;
	display:none;
}
.cart a.icon:hover { background-position:0 -30px; }

.cart table { width:100%; }

.cart th { font-weight:bold; text-align:left; }

.cart td { background:#96c1e4 url('../img/gradient_blue_small.gif') left top repeat-x; }
.cart .t_image { width:70px; line-height:0; }
.cart .t_price,
.cart .t_price_row { text-align:right; }
.cart .t_remove { width:20px; }
.cart .t_remove a.remove {
	display:block;
	width:12px;
	height:12px;
	background:url('../img/remove.png') left top no-repeat;
	text-indent:-9999px;
	margin-left:4px;
}
.cart .t_add { display:none; }
.cart tr.totals td {
	padding-top:10px;
	font-weight:bold;
	font-size:13px;
	background:none;
}

.cart div.go { padding:15px 15px 0 15px; height:1em; }
.cart div.go a { font-weight:bold; }
.cart div.go a#go_payment { float:right; }

/* small cart */
.cart.small h4 { font-size:13px; }
.cart.small a.icon { display:block; }
.cart.small td { background:#96c1e4 url('../img/gradient_blue.gif') left top repeat-x; font-size:10px; }
.cart.small tr.ths,
.cart.small td.t_quantity,
.cart.small td.t_price { display:none; }
.cart.small td.t_image { width:25px; }
.cart.small td.t_image img { width:24px; height:24px; }
.cart.small td.t_name span {
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:67px;
	text-indent:3px;
}
.cart.small div.go a#go_continue { display:none; }

/* wishlist */
.cart.wishlist { border:1px solid #e09ac0; background:#e09ac0 url('../img/gradient_pink_big.gif') left top repeat-x; }
.cart.wishlist td { background:#e09ac0 url('../img/gradient_pink_small.gif') left top repeat-x; }
.cart.wishlist tr.totals { display:none; }
.cart.wishlist a.icon { background:url('../img/n_btns2.png') -35px top no-repeat; }
.cart.wishlist a.icon:hover { background-position:-35px -30px; }
.cart.wishlist tr.ths,
.cart.wishlist td.t_quantity,
.cart.wishlist td.t_price { display:none; }
.cart.wishlist .t_add { display:table-cell; }
.cart.small.wishlist .t_add { display:none; }

/* -------------------------------------------------------- FOOTER */

div#footer {
	border-top:1px solid #96c1e4;
	clear:both;
	padding-top:30px;
	margin-top:13px;
	line-height:17px;
}

div#footer .column.first {
	width:180px;
}

div#footer .ideal {
	float:right;
	margin:10px;
}

div#footer h5 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

div#footer .hi {
	font-size:16px;
	font-weight:bold;
}

div#disclaimer {
	margin:0 auto;
	width:900px;
	color:#96c1e4;
	margin-bottom:20px;
}

div#disclaimer a {
	color:#96c1e4;
}

div#disclaimer #credits {
	width:400px;
	float:right;
	text-align:right;
}

/* -------------------------------------------------------- CONTENT */

div.content {
	padding-bottom:50px;
}

div.content a {
	text-decoration:underline;
}

div.content b {
	font-weight:bold;
}

div.content h2,
div.content h3 {
	margin-top:8px;
	border-top:1px solid white;
}

div.content a.btn {
	color:#136898;
	padding:4px 10px;
	background:#96c1e3;
	cursor:pointer;
	text-decoration:none;
	font:bold 11px/14px Arial, Verdana, Sans-Serif;
}

div.content a.btn:hover {
	color:white;
}

/* -------------------------------------------------------- FORMS */

form#login_form {
	margin-bottom:20px;
}

.basic_form {
	line-height:20px;
	width:300px;
}

.basic_form label {
}

.basic_form input.text {
	border:1px solid #96c1e3;
	font-size:12px;
	text-indent:4px;
	padding:4px 0;
	width:100%;
	color:#136898;
}

.basic_form .submit {
	color:#136898;
	padding:4px 10px;
	background:#96c1e3;
	cursor:pointer;
	float:right;
	font:bold 11px/14px Arial, Verdana, Sans-Serif;
}

.basic_form input.submit:hover {
	color:white;
}

.basic_form textarea {
	border:1px solid #96c1e3;
	padding:4px;
	width:100%;
	height:80px;
}

.basic_form h4 {
	font-weight:bold;
	margin:10px 0 0 0;
}

input#ideal_submit {
	display:block;
	height:24px;
	line-height:24px;
	text-align:center;
	width:130px;
	background:url('../img/gradient_blue.gif') left top repeat-x;
	cursor:pointer;
	color:#136898;
}

/* -------------------------------------------------------- USER SPECS */

table.user_specs {
	margin-bottom:1em;
}

table.user_specs td {
	padding:4px 10px;
}

table.user_specs td.label {
	text-align:right;
}

table.user_specs td.spec {
	font-weight:bold;
}

/* -------------------------------------------------------- POPUP */

body.body_popup {
	background:none;
}

div.popup {
	width:550px;
	padding:10px;
	line-height:20px;
}

div.popup h2 {
	margin-bottom:4px;
	font-weight:bold;
}

div.popup h3 {
	font-size:14px;
}

div#sendafriend {
	width:300px;
}

/* -------------------------------------------------------- REVIEWS */

div.review {
	margin-bottom:30px;
}
div.review .credits {
	font-weight:bold;
	margin-top:10px;
}
div#reviews form {
	width:600px;
}
div#reviews textarea {
	height:150px;
}

/* -------------------------------------------------------- CUSTOM EXTEND */

div#custom_extend_form {
	width:535px;
	background-color:white;
}

#custom_extend_form table td {
	padding:2px 10px;
	vertical-align: top;
}

#custom_extend_form table td input.text {
	width:250px;
}

/* -------------------------------------------------------- PULLDOWNS */

select {
	background:#eee;
	padding:2px;
}

select option {
	padding-right:10px;
	background:#eee;
}

/* -------------------------------------------------------- YOUWRITEBABY */

.ywb_message {
	border-top:1px solid #95c1e4;
	padding-top:10px;
}

.comment {
	padding-bottom:10px;
	border-bottom:1px solid #95c1e4;
	margin-bottom:10px;
	min-height:190px;
}

.comment img {
	float:left;
	border:1px solid #95c1e4;
}

.comment .comment_c2 {
	margin-left:190px;
	line-height:18px;
}

.comment h3 {
	color:#b93b8d;
	font-size:15px;
	margin:0 0 2px 0;
}































