/* resets */
body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	
	font-family: verdana;
}

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	
	z-index: -1;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { 
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}




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





/* normal */

#nav {
	width: 980px; 
	height: 39px;
	
	background-color: #f7551d; 
	background: url("../images/nav-bg.png") repeat-x;
	
	position: relative;
}

#nav-inner {
	padding-top: 12px; 
	padding-left: 20px;
	
	font-size: 12px;
	font-weight: bold;
	
	color: #cf7200;	
	
	float: left;	
		
}					

#nav-inner a {
	color: #ffffff;
	text-decoration: none;
		
}

#chat {	
	width: 220px;
	
	margin-top: 3px;
	padding-right: 3px;		
	
	float: right;		
}





#categories-content {
}

#categories-content ul {
}

#categories-content ul li {
	border-bottom: 1px solid #ececec;
	color: #373737;		
}

#categories-content ul li a {
	text-decoration: none;
	color: #373737;
}



#info-content {
}

#info-content ul {
}

#info-content ul li {
	border-bottom: 1px solid #ececec;
	color: #373737;
}

#info-content ul li a {
	text-decoration: none;
	color: #373737;
}


body {
	background-color: #f5f5f5; 
	
	/* ie centering fix */
	text-align: center;		
}

#container {
	width: 980px; 
	height: 100%;
	margin-left: auto; 
	margin-right: auto; 
	
	/* undo the IE centering fix */
	text-align: left;
		
	z-index: 1;
}

#header {
	height: 108px; 	
}

#header-extras {
	width: 275px;
	
	float: right;	
}

#header-logo {
	height: 69px; 
	width: 515px; 
	
	padding-left: 10px; 	
	
	float: left;
}

#logo img {
	margin-top: 4px;
}

#cart {
	height: 35px; 
	width: 220px; 
	
	float: right; 
	
	font-size: 10px;				
}

#cart-info-box {	
	width: 220px; 
	
	background: url("../images/cart-bg.png") repeat-x;
	
	border-left: 1px solid #88bdeb; 
	border-bottom: 1px solid #88bdeb; 
	border-right: 1px solid #88bdeb; 
	
	background-color: #bfe1ff; 
	
	font-size: 11px;
	color: #ffffff;
	
	margin-left: auto; 
	margin-right: auto;		
	
	padding-top: 1px;
	
	-moz-box-shadow:#999 2px 2px 10px;
	-webkit-box-shadow:#999 2px 2px 10px;
}

#cart-info-box a {
	color: #ffffff;
	font-weight: bold;
}

#cart-info {
	margin-top: 10px; 
	margin-bottom: 10px; 	
	
	margin-left: 5px;
	margin-right: 5px;
}

#sidebar {
	width: 212px; 
	padding-top: 5px; 
	float: left;			
}

.cat {
	margin-left: 7px; 
	margin-top: 5px;
}

.cat-spacer {
	height: 5px;	
}

.cat-inner {	
	padding-top: 6px; 
	padding-left: 10px;
}


.cat-header-img {	 
	margin-top: -2px; 
	padding-right: 3px;
	
	vertical-align: middle;
}

.cat-roundie {	
	height: 26px; 
	width: 205px; 	
	
	font-weight: bold;
	font-size: 13px;
	
	color: #ffffff;		
	
	background-color: #70afe6; 
	background: url("../images/cat-bg.png") repeat-x;
}

.cat-content-roundie {
	font-size: 13px;
	
	color: #3d3d3d;								
}




.ser {
	margin-left: 7px; 
	margin-top: 5px;
}


.ser-spacer {
	height: 5px;	
}


.ser-inner {	
	padding-top: 6px; 
	padding-left: 10px;
}



.ser-header-img {	 
	margin-top: -2px; 
	padding-right: 3px;
	
	vertical-align: middle;
}


.ser-roundie {	
	height: 26px; 
	width: 205px; 	
	
	font-weight: bold;
	font-size: 13px;
	
	color: #ffffff;		
	
	background-color: #70afe6; 
	background: url("../images/cat-bg.png") repeat-x;			
}


.ser-content-roundie {
	font-size: 13px;
	
	color: #3d3d3d;								
}

#ser {
	font-size: 11px;
	width: 183px;
	height: 22px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px; 
	padding-bottom: 5px;
	
	border: 1px solid #e6e6e6; 
	
	z-index: 0 !important; z-index: -1;
}




/* search */
#navSearch {
	width: 182px;
	
	position: absolute;
	font-size:11px;
	color: 333333;
	
	margin: 0px;
		
}

#navSearch form {
	margin:0;
	padding:0;
}

.searchBox {
	display: inline-block;				
}

.searchInput {
	inline-block;
	position: relative;			
}

.searchInput button span {
	display: none;
}

#navSearch .inputtext {
	width: 175px;
	
	border: 0 none;
	outline: 0 none;
	
	height: 15px;
	
	margin-top: 3px;
	margin-left: 5px;
}

#navSearch .pretext {
	color:#aaaaaa;
}

#navSearch .borderme {
	border-color:#3B5998;
	
	background-color: #ffffff;
	height: 20px;
	
	border: 1px solid #E5E5E5;	
}	

.searchInput button {
	background: url("../images/icon-searchbutton.png") no-repeat;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 0 0 0 1px;
	cursor: pointer;
	display: block;
	height: 16px;
	padding:0;
	position: absolute;
	right: 1px;
	top: 3px;
	width: 21px;
	z-index: 2;
}	


























#main {
	width: 760px; 
	padding-top: 5px; 
	float: left;		
}

#main-inner {
	margin-left: 10px;
	margin-top: 5px;
}

#promo {
	height: 340px;
	border: 1px solid #E6E6E6;
}


#promo-image {	
	width: 260px;
	height: 270px;
	
	margin-top: 6px;
	margin-left: 6px;
	
	float: left;
	
	border: 1px solid #f2f2f2;
}



#promo-text {
	width: 445px;
	height: 340px;
	
	float: right;
	
	padding: 5px;
	
	font-size: 11px;
	color: #282828;
	
	position: relative;
}

#promo-text ul {
	list-style-type: square;	
	
	margin-left: 18px;
}

#promo-text a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	
	color: #ff730d;
}

.promo-title {
	font-size: 16px;
	font-weight: bold;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	display: block;
}

.promo-subtitle {
	font-size: 13px;
	font-weight: bold;
	
	margin-top: 10px;
	margin-bottom: 6px;
	
	display: block;
}

#promo-buy {
	width: 445px;
	height: 60px;
	
	position: absolute;
	bottom: 0px;		
}

#promo-price {	
	width: 260px;
	height: 45px;
	
	float: left;
	
	/* padding-top: 14px; */
	
	font-size: 17px;
	font-weight: bold;
	
	
}

#promo-buy-price {		
	line-height: 20px;
	height: 45px;
}

#promo-was-price {	
	font-size: 15px;	
	font-weight: normal;
	
	color: #878787;
	text-decoration: line-through;
}


#promo-buy-button {		
	width: 155px;
	height: 45px;
	
	text-align: right;
	float: right;
}





#subpromo {
	height: 122px;	
	margin-top: 10px;
	
	text-align: center;
}

.subpromo-item {
	width: 244px;		
	height: 160px;

	border: 1px solid #E6E6E6;	
	
	float: left;
	
	margin-left: auto;
	margin-right: auto;
	
	background: url("../images/bg-subpromo.png") repeat-x;
}

.subpromo-item-pad {
	margin-left: 5px;
}


.subpromo-text {
	font-size: 10px;
	
	padding-left: 6px;
	padding-right: 6px;
	
	padding-top: 4px;
	
	color: #373737;
}

.subpromo-image {
	width: 120px;
	
	float: left;
	
	margin-top: 3px;
	margin-left: 3px;
	
	border:1px solid #f2f2f2
}
	
.subpromo-percentage {
	
	width: 118px;
	height: 55px;
	
	float: right;
	
	text-align: center;
	color: #ffffff;		
		
	padding-top: 55px;
	
	text-shadow:#660033 1px 1px 1px;
	
	font-size: 15px;
	font-weight: bold;
	font-family: verdana;
	
	background: url("../images/bg-subpromo-percentage.png") no-repeat;
	
	line-height: 15px;
	
}




#content {	
	padding-bottom: 10px;
}

#footer {		
}

#footer-inner {
	height: 180px;		
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
	background-color: #cacaca;
	
	border-top: 1px solid #bcbcbc;		
}

#footer-seo {	
	height: 25px;
	line-height: 25px;
	
	background-color: #aaaaaa;
	
	margin-bottom: 10px;
}

#footer-seo a {
	color: #ffffff;
}

#footer-seo span {	
	font-family: verdana;			
	color: #ffffff;
	
	margin-left: 15px;
	
}

.footer-info {
	color: #434343;
	
	clear: left;
	float: left;
	
	font-size: 11px;
}

.footer-gst {	
	font-size: 11px;
	font-weight: bold;
}




#footer-menu {	
	height: 30px;
	line-height: 30px;
	
	background-color: #aaaaaa;
	
	text-align: right;		
}

#footer-menu a {
	color: #ffffff;
}

#footer-menu .right {	
	font-family: verdana;			
	color: #ffffff;
	
	font-weight: bold;	
	
	margin-right: 15px;
	
	float: right;
}

#footer-menu .left {	
	font-family: verdana;			
	color: #ffffff;
	
	font-weight: bold;	
	
	margin-left: 8px;
	margin-top: 4px;
	
	float: left;
}



.footer-phone {
	font-size: 12px;
	font-weight: bold;
	
	margin-top: 4px;
	margin-bottom: 4px;
}

.footer-preaddress {
	font-size: 9px;
}
.footer-address {
	
	font-size: 12px;
	font-weight: bold;
		
	margin-bottom: 6px;
	
}

.footer-copyright{
	
	width: 100%;	
	
	text-align: center;
	
	margin-top: 10px;	
}


#payments {
	padding: 5px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	background-color: #bcbcbc;
	border: 1px solid #aaaaaa;
	
	margin-top: 12px;
	
	font-size: 10px;
	
	color: #434343;		
}

#payments img {
	-moz-box-shadow:#999 2px 2px 10px;
	-webkit-box-shadow:#999 2px 2px 10px;
}










/* misc */

#pageNote {
	padding-top: 10px;
}

#productGrid h2 {
	font-weight: bold;
	font-size: 16px;
	
	margin-bottom: 10px;
}

#price {
	font-size: 14px !important;
}

#productGrid #topOptions .sort {
	width: 195px !important;
}

#productDetail h2 {
	font-size: 16px;
	font-weight: bold;
	
	color: #616161;
}

#prodCaption {
	font-size: 9px;
	color: #666666;
	
	padding-bottom: 10px;
}










/* pads */
.padme-bottom-5 {
	margin-bottom: 5px;
}




