﻿/*---------------------- Start of General CSS -----------------*/
html, body, form
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
}
body, td, th, select, input, textarea
{
	font-size: 13px;
	font-family: Arial;
	color: #666;
}
table
{
	border: solid 0px #F00;
	border-collapse: collapse;	
}
table td,
table th
{
	padding:0px;
}
table th
{
	font-weight: bold;
}
input[type=text],
input[type=password]
{
	border: solid 1px #7f9db9;
}
input[readonly=readonly]
{
	background-color: #DDD;
}
select,
textarea
{
	border: solid 1px #7f9db9;
}
img
{
	border: 0px;
}
ul
{
	margin: 15px 0;
	padding: 0 0 0 25px;
	list-style-image: url(../Images/list-image.gif);
	list-style-position: outside;
} 
ul li
{	
	padding: 3px 0;
}
ol
{
	margin: 15px 0;
	padding: 0 0 0 25px;
	list-style-type: decimal;
}
ol li
{	
	padding: 3px 0;
}
a:link,
a:visited
{
	color: #963;
	text-decoration: none;
}
a:hover
{
	color: #F00;
	text-decoration: underline;
}
dl dt
{
	float: left;
	width: 80px;
}
h1
{
	background: url(../Images/Layout/h1-bg.gif) no-repeat left;
	padding-left: 20px;
	margin: 0px 0 0 0px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
h2
{
	padding: 0px;
	margin: 15px 0;
	font: 18px Arial;
	color: #333;
}
h3
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
	margin: 0px;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
h6
{
	font: bold 13px Arial;
	margin: 0;
	padding: 0px 0 0 0;
}
hr
{
	border-bottom: dotted 1px #666;
	border-top: none 0px;
	height: 1px;
}
/*---------------------- End of General CSS -------------------*/
/*---------------------- Start of Buildin CSS -----------------*/
.hidden
{
	text-indent: -3000px;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.middle
{
	vertical-align: middle;
}
.red
{
	color: #F00;
}
.green
{
	color: #0F0;
}
.blue
{
	color: #00F;
}
.validator
{
	font-weight: bold;
	font-size: 20px;
}
input.smallSize
{
	width: 30px;
	text-align: center;
}
input.normalSize
{
	width: 150px;
}
input.bigSize
{
	width: 100%;
}
textarea.smallSize
{
	width: 125px;
	height: 100px;
}
textarea.normalSize
{
	width: 250px;
	height: 100px;
}
textarea.bigSize
{
	width: 500px;
	height: 400px;
}
.clear
{
	clear:both;
}
.link
{
	cursor: pointer;
}
.readMore
{
	padding-left: 17px;
	font-weight: bold;
	color: Lime;
}
img.dropshadow
{
	padding: 4px;
	background: #333;
	border-bottom: solid 2px #CCC;
	border-right: solid 2px #CCC;
}
/*------------ Message Box ------------*/
.msgWarning,
.msgSuccess,
.msgNotify
{
	border-width:1px;
	border-style: dotted;
	margin: 10px;
	padding: 15px;
}
.msgWarning
{
	background-color:#FFD9D9;
	border-color:#993333;
}
.msgSuccess
{
	background-color:#D4FFBF;
	border-color:#339900;
}
.msgNotify
{
	border-color: #996600;
	background-color: #FFEFBF;
}
.msgNotify h3,
.msgSuccess h3,
.msgWarning h3
{
	padding: 0 0 0 20px;
	margin: 0px;
	font: bold 14px Arial;
	background-repeat: no-repeat;
	text-transform: none;
}
.msgNotify h3
{
	background-image:url(../Images/Icons/msgNotify.gif);
	color:#996600;
}
.msgSuccess h3
{
	background-image:url(../Images/Icons/msgSuccess.gif);
	color:#336600;
}
.msgWarning h3
{
	background-image:url(../Images/Icons/msgWarning.gif);
	color:#993333;
}
.msgNotify p,
.msgSuccess p,
.msgWarning p
{
	padding: 0px;
	margin: 0px;
}
/*------------ DataForm ---------------*/
div.dataForm
{
	background-color: #EEE;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	margin-bottom: 8px;
}
div.dataForm table caption
{
	font-size: 14px;
	color: #F00;
	text-align: left;
	padding: 5px;
}
div.dataForm table th
{
	text-align: right;
	padding: 4px 10px 0 0;
	width: 100px;
	font-weight: bold;
	vertical-align: top;
}
div.dataForm table td
{
	padding: 2px;
	vertical-align: top;
}
/*------------ GridView ---------------*/
table.grid
{
}
table.grid th,
table.grid td
{
	height: 26px;
	padding: 0px 5px;
	border-bottom: solid 1px #e6e6e6;
	vertical-align: middle;
}
table.grid th
{
	background: url(../Images/bg-gridview.gif) repeat-x;
	border-right: solid 1px #FFF;
	color: #FFF;
	vertical-align: middle;
}
table.grid td
{
	color: #333;
	vertical-align: middle;
}
table.grid tr
{
	background-color: #FFF;
}
table.grid tr.alternative
{
	background-color: #f6f6f8;
}
/*------------ FAQ ---------------*/
.faq
{
	font: 11px Arial;
	background: url(../Images/Icons/bgacc.gif) repeat-y;
	border-bottom: solid 1px #1F2F46;
	width: 547px;
}
.faq div.header,
.faq div.headerSelected
{	
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 7px center;
	border-top: solid 1px #1F2F46;
	padding: 2px 2px 2px 30px;
}
.faq div.header
{
	background-image: url(../Images/Icons/bluearrow.gif);
}
.faq div.headerSelected
{
	background-image: url(../Images/Icons/redarrow.gif);
}
.faq div.content
{
	padding: 2px 2px 2px 30px;
	color: #3981CB;
	border-top: solid 1px #1F2F46;
}
/*----------- Drop Menu ----------*/
div.menu div.options {	
	margin: 0px;
	border-bottom:1px solid #C6C6C6;
	/*background-color: #FFF;*/	
}
div.options a
{
	
}
/*----------- Button ----------*/
.button
{
	width: 61px;
	background: url(../Images/Layout/bg-button.gif) no-repeat;
	font-size: 12px;
	text-align: center;
	color: #666 !important;
	display: inline-block;
	text-decoration: none !important;
	border-width: 0;
	vertical-align: middle;
}
input.button
{
	height: 22px;
}
a.button
{
	height: 22px;
	line-height:22px;
}
@media print
{
	.notprint
	{
		display:none;
	}
}
/*---------------------- End of Buildin CSS -------------------*/
/*---------------------- Start of Structure CSS ---------------*/
.overall
{
	width: 967px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
/*-------------------- Header ------------------*/
#header
{
	padding: 20px 0 10px 0;
	font-size: 12px;
}
#header div.left
{
	padding-left: 0px;
}
#header div.left a
{
	padding: 0 5px;
}
.logo
{
	margin: 10px 0px 10px 5px;
}
.slogan
{
	float: right;
	display: block;
}
/*-------------------- Topnav ------------------*/
#topnav
{
	width: 100%;
	height: 75px;
	margin-bottom: 10px;
	background: url(../Images/Layout/tn-bg.gif) no-repeat;
}
#topnav td
{
}
#tn-left
{
	width: 305px;
	vertical-align: middle;
	text-align: center;
}
#tn-left label
{
	font: bold 14px Arial;
	color: #FFF;
	padding: 0px 10px;
}
.tn-links
{
	vertical-align: middle;
	text-align: center;
	font: 17px Tahoma;
	height: 23px;
}
.tn-links a,
.tn-links a:link,
.tn-links a:visited
{
	padding: 0px 30px;
	color: #FFF;
	text-decoration: none !important;
}
.tn-links a:hover
{
	color: #f99b3f;
}
#tn-right
{
	width: 50px;
}
/*-------------------- Leftnav ------------------*/
.navPanel
{	
	background: url(../Images/Layout/catlink-bottom.gif) no-repeat bottom;
	padding-bottom: 9px;
	width: 208px;
	margin-bottom: 8px;
}
.navPanel div.wrapper
{
	border: solid 1px #CCC;
	border-bottom: solid 0px #CCC;
	padding: 5px 10px 5px 10px;
}
#leftnav
{
	float: left;
	width: 208px;
	padding-right: 9px;
}
#loginPanel
{
	font-size: 12px;
}
#loginPanel h3
{
	background: url(../Images/Layout/login-h3.gif) no-repeat;
}
#loginPanel ul li
{
	background: url(../Images/Layout/bullet2.gif) no-repeat left;
	padding: 2px 0 2px 15px;
}
#loginPanel strong
{
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: dotted 1px #999;
	padding: 5px;
	display: block;
	margin: 0px 0 10px 0;
}
#loginPanel label.loginLabel
{
	background: url(../Images/Layout/bullet1.gif) no-repeat left;
	font: bold 11px Arial;
	padding-left: 15px;
	letter-spacing: 1px;
}
#loginPanel input.textbox
{
	width: 100px;
	height: 13px;
	border: solid 1px #a8a8a8;
	font-size: 10px;
}
#leftnav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none none outside;
}
#browseCategories h3
{
	background: url(../Images/Layout/cat-h3.gif) no-repeat;
}
#browseCategories ul
{
	
}
#browseCategories ul li
{
}
#browseCategories ul li a.ln-link-std
{
	background: url(../Images/Layout/ln-bullet.gif) no-repeat 10px;
	border-bottom: dotted 1px #CCC;
	font-weight: bold;
	color: #666;
	display: block;
	padding: 10px 0px 10px 28px;
	text-decoration: none;
}
a.ln-link-std:hover
{
	color: #999;
}
a.ln-link-sub
{
	display:block;
	border: solid 1px #C6C6C6;
	border-bottom: solid 0px #C6C6C6;
	text-decoration:none;
	text-align: center;
	color: #333;
	font-weight: bold;
	padding: 5px 0px;
	background-color: #FFF;
	filter: alpha(opacity=80);
	zoom: 1;
	opacity: 0.80;
}
a.ln-link-sub:hover
{
	color: #666;
}
/*-------------------- Rightnav ------------------*/
#rightnav
{
	padding-left: 9px;
	float: left;
	width: 208px;
}
#cartPanel
{
	
}
#cartPanel h3
{
	background: url(../Images/Layout/cart-panel.gif) no-repeat;
}
#cartPanel div.wrapper img
{
	margin: 0px 5px;
}
#cartPanel div.wrapper strong
{
	padding-left: 10px;
	background: url(../Images/Layout/cart-bullet.gif) no-repeat left;
}
#cartPanel div.wrapper div a
{
	padding-left: 20px;
	background: url(../Images/Layout/orderitem-bullet.gif) no-repeat 8px;
}
#helpPanel
{
	width: 208px;
	margin-bottom: 8px;
}
#helpPanel h3
{
	text-align: left;
	padding-left: 52px;
	background: url(../Images/Layout/help-panel.gif) no-repeat;
}
#helpPanel div
{
	padding: 10px 15px;
	border: solid 3px #F93;
	border-top: none 0px;
}
#helpPanel table
{
}
#helpPanel table td
{
	padding: 0px 5px;
	font-size: 11px;
}
/*-------------------- Main ------------------*/
#mainContainer
{
}
#main
{
	width: 532px;
	float: left;
	background: url(../Images/Layout/frame-bottom.gif) no-repeat bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.frame
{
	border: solid 1px #CCC;
	border-bottom: none 1px;
	padding: 7px;
}
.frame a
{
	color: #633;
}
.frameBottom
{
	background: url(../Images/Layout/frame-bottom.gif) no-repeat;
	height: 8px;
	margin-bottom: 8px;
}
.imagenumber
{
	width: 15px;
	height: 20px;
	background: url(../Images/Layout/number.png) no-repeat;
}
.n0
{
	background-position: 0 0px;
}
.n1
{
	background-position: 0 -20px;
}
.n2
{
	background-position: 0 -40px;
}
.n3
{
	background-position: 0 -60px;
}
.n4
{
	background-position: 0 -80px;
}
.n5
{
	background-position: 0 -100px;
}
.n6
{
	background-position: 0 -120px;
}
.n7
{
	background-position: 0 -140px;
}
.n8
{
	background-position: 0 -160px;
}
.n9
{
	background-position: 0 -180px;
}
/*-------------------- Footer ------------------*/
#footer
{
	text-align: center;
	color: #666;
	padding-top: 15px;
}
#footer img
{
	margin: 0 auto;
}
#footer div
{
	padding: 5px 0;
}
#footer a
{
	font-size: 12px;
	padding: 0 5px;
}
/*---------------------- End of Structure CSS -----------------*/
/*---------------------- Start of Other CSS -------------------*/
.productlist td
{
	padding: 5px !important;
}
.itemList .alter
{
	background-color: #EEE;
}
.homeFeatured
{
	/*background:url(../Images/Home/bg1.gif) no-repeat center center;*/
	width: 100%;
}
table.homeFeatured td
{
	padding: 20px;
	width: 50%;
}
.homeFeatured h4
{
	font: 18px Arial;
	margin: 0px;
	padding: 5px 0;
}
.homeFeatured h4,
.homeFeatured h4 a
{
	color: #900;
}
.homeFeatured .price
{
	font: bold 14px Arial;
	color: #39C;
}
.frame .price
{
	font: bold 14px Arial;
	color: #393;
}
.categoryList
{
	width: 100%
}
.categoryList td
{
	width: 33%;
	text-align:left;
	padding: 5px 0;
}
.categoryList td a
{
	font-size: 12px;
	background: url(../Images/Layout/list-bullet.gif) no-repeat left;
	padding-left: 20px;
	margin-left: 10px;
}
.pager
{
	text-align:center;
	padding: 10px 0;
}
.pager a
{
	padding: 3px 6px;
	font-weight: bold;
}
.pager a.disabled,
.pager a.disabled:hover
{
	color: #666;
	cursor: default;
	text-decoration: none;
	border: 1px solid #DDD;
}
.special
{
	color: #F00;
}
div.productImages
{
	margin: 0 0 20px 20px;
	text-align: center;
	float: right;
	width: 180px;
}
div.productImages img
{
	border: solid 1px #CCC;
	display: block;
	vertical-align: middle;
	margin: 0 auto 5px auto;
}
.productWrapper
{
	padding: 5px 0;
}
.productWrapper dt
{
	
}
.productWrapper dd
{
	color: #F66;
}
.productListGallery
{
	width: 514px;
	margin: 0 auto;
}
.productListGallery tr
{
}
.productListGallery td
{
	height: 149px;
	width: 25%;
	padding-bottom: 8px;
	font-size: 10px;
	color: #393;
	vertical-align: top;
	text-align: center;
}
.productListGallery td div
{
	width: 118px;
	padding: 5px;
	overflow: auto;
}
.productListGallery img
{
	display: block;
	margin: 5px auto 5px auto;
}
.shopFrame
{
	border: solid 1px #FAA34F;
	padding: 5px 10px;
}
.shopFrame legend
{
	color: #FAA34F;
	font: bold 14px Arial;
}
.shopFrame th,
.shopFrame td
{
	padding: 2px 5px;
}
.shopFrame th
{
	width: 150px;
	text-align:right;
	color: #FAA34F;
	vertical-align: top;
}
.fullWidth
{
	width: 100%;
}
.pricebreak
{
	width: 100%;
}
/*---------------------- End of Other CSS ---------------------*/

