﻿/*---------------------- Start of General CSS -----------------*/
html, body, form
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
}
body, td, th, select, input, textarea
{
	font-size: 12px;
	font-family: Verdana;
	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: #2D6A9D;
}
a:hover
{
	color: #F00;
	text-decoration: underline;
}
dl dt
{
	float: left;
	width: 80px;
}
h1
{
	background: url(../Images/Layout/breadcrumb.png) no-repeat left;
	padding-left: 40px;
	margin: 0px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	color: #333;
	border-bottom: solid 1px #CCC;
}
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 11px 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
{
	margin: 0 auto;
}
/*-------------------- Header ------------------*/
#header
{
	width: 800px;
	padding: 0px 0 10px 0;
	font-size: 12px;
}
#header .logo
{
	float: left;
}
#header .right
{
	padding-top: 10px;
}
#header .right form
{
	padding: 10px 0;
}
#header .right a
{
	margin: 0 5px;
}
#header .help
{
	background: url(../Images/Layout/icon_help.jpg) no-repeat left;
	padding-left: 30px;
}
#header .cart
{
	background: url(../Images/Layout/icon_cart.jpg) no-repeat left;
	padding-left: 30px;
}
#header .account
{
	background: url(../Images/Layout/icon_account.jpg) no-repeat left;
	padding-left: 30px;
}
/*-------------------- Topnav ------------------*/
#topnav 
{
}
#topnav td
{
	background-image: url(../Images/Layout/tn-navleft.png);
	background-repeat: no-repeat;
	background-position: 0 24px;
	vertical-align: bottom;
	white-space: nowrap;
}
#topnav td.selected
{
	background-position: 0 -22px;
}
#topnav td a
{
	background-image: url(../Images/Layout/tn-navright.png);
	background-repeat: no-repeat;
	background-position: right 24px;
	height: 16px;
	padding: 30px 20px 0 20px;
	display: block;
}
#topnav td.selected a
{
	background-position: right -22px;
	color: #FFF;
	height: 31px;
	padding-top: 15px;
}
#tn-bottom
{
	width: 100%;
	background-image: url(../Images/Layout/tn-bottom.png);
	height: 31px;
	background-repeat: repeat-x;
	background-position: center -62px;
}
#tn-left
{
	width: 50%;
	background-image: url(../Images/Layout/tn-bottom.png);
	background-repeat: no-repeat;
	background-position: left -31px;
}
#tn-right
{
	width: 50%;
	background-image: url(../Images/Layout/tn-bottom.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#tn-bottom td.sublinks
{
	padding: 0 10px;
	white-space: nowrap;
}
#tn-bottom td.sublinks a
{
	color: #FFF;
}
/*-------------------- Leftnav ------------------*/

/*-------------------- Rightnav ------------------*/
#rightnav
{
	padding-left: 9px;
	float: left;
	width: 208px;
}
#rightnav fieldset
{
	margin-bottom: 8px;
	padding: 5px 10px;
}
#cartPanel
{
	
}
#helpPanel
{
	
}
/*-------------------- Main ------------------*/
#mainContainer
{
	width: 768px;
}
#main
{
	width: 549px;
	float: left;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border: solid 1px #CCC;
}
/*-------------------- 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 -------------------*/
.price
{
	color: #F00;
}
.productlist td
{
	padding: 5px !important;
}
.itemList .alter
{
	background-color: #EEE;
}
.homeFeatured
{
	width: 100%;
	height: 450px;
}
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;
}
.productImages
{
	margin: 0 0 20px 20px;
	vertical-align: middle;
}
.productImages th
{
	width: 180px;
	height: 158px;
	text-align: center;
	border: solid 1px #CCC;	
}
.productImages td
{
	text-align: center;
}
.productWrapper
{
	padding: 5px 0;
}
.productWrapper dt
{
	
}
.productWrapper dd
{
	color: #F66;
}
.productListGallery
{
	width: 514px;
	margin: 0 auto;
	background: url(../Images/Layout/ProductList/productlist-bg.gif) repeat-y;
}
.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 ---------------------*/

