/* Reset Defaults */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* Site Wise */

input { border-width: 2px; }

a {
	color: rgb(70, 71, 73);
	text-decoration: none;
}

a:hover {
	color: rgb(51, 187, 236);
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 12px;
}
/* Layout */

body {
	width: 1079px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 80px;
	background-image: url('../images/template/kaddozWood.jpg');
	font-family: "Lucida Grande";
	font-size: 13px;
}

ul#mainNav {
	width: 534px;
	height: 49px;
	margin-left: 245px;
	margin-bottom: 10px;
}

#mainNav li {
	display: block;
	float: left;
	margin-right: 16px;
	width: 162px;
	height: 49px;
}

#mainNav li a {
	display: block;
	float: left;
	margin-right: 16px;
	width: 162px;
	height: 49px;
}

#mainNav li a#navFindItem  { width: 171px; }

#mainNav li a#navHome 		{	background-image: url('../images/template/navHome.png');		}
#mainNav li a#navFindItem 	{	background-image: url('../images/template/navFindItem.png');	}
#mainNav li a#navStores 	{	background-image: url('../images/template/navStores.png');		}

#mainFrame {
	width: 1079px;
}

#mainContent {
	position: relative;
	float: left;
	width: 664px;
	padding: 0 25px 60px 25px;
	background-image: url('../images/template/mainContentBg.png');
}

#mainContentTop {
	position: absolute;
	top: -12px;
	margin-left: -25px;
	width: 714px;
	height: 12px;
	background-image: url('../images/template/mainContentTop.png');
}

#mainContentBottom {
	position: absolute;
	bottom: -14px;
	margin-left: -25px;
	width: 714px;
	height: 14px;
	background-image: url('../images/template/mainContentBottom.png');
}



.sideBarBox {
	position: relative;
	padding: 2px 0 1px 0;
	width: 333px;
	/*height: 333px;*/
	margin-bottom: 20px;
	background-image: url('../images/template/sideBarBg.png');
}

.sideBarT {
	position: absolute;
	top: -6px;
	width: 333px;
	height: 6px;
	background-image: url('../images/template/sideBarT.png');
}

.sideBarB {
	position: absolute;
	bottom: -6px;
	width: 333px;
	height: 6px;
	background-image: url('../images/template/sideBarB.png');
}

#footer {
	clear: both;
}

#kaddozLogo {
	display: block;
	width: 275px;
	height: 114px;
	margin: 15px 0 0 20px;
	background-image: url('../images/template/kaddozLogo.png');
}

#subNav {
	height: 23px;
	margin-top: 10px;
	margin-bottom: 20px;
}

a.greenButton {
  display: inline-block;
  height: 23px;
	text-decoration: none;
}

.greenButtonName {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0 4px 0;
  height: 16px;
  background-image: url('../images/template/greenButtonBg.png');
}

.greenButtonL {
  display: inline-block;
	width: 9px;
	height: 23px;
	background-image: url('../images/template/greenButtonL.png');
}

.greenButtonR {
  display: inline-block;
	width: 9px;
	height: 23px;
	background-image: url('../images/template/greenButtonR.png');
}

#subNav .greenButton {
	margin-right: 40px;
}

/* Tag Cloud */


.tagCloud {
  line-height: 30px;
  padding: 10px;
  overflow: hidden;
}

.tagCloud a {
  text-decoration: none;
}

.tagCloud a span {
  /*display: block;*/
  /*float: left;*/
  margin-left: 8px;
  margin-bottom: 3px;
	padding: 2px 4px;
	text-decoration: none;
	color: white;
	/*background-color: rgb(144,149,158);*/
	/*background-color: rgb(232,240,255);*/
	/*background-color: rgb(111,115,122);*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.tagCloud a:hover span {
	background-color: rgb(100,103,109);
}

.tagCloud span.selected {
	background-color: rgb(51, 187, 236);
}

/* Store Details Header */

#storeDetailsHeader {

}

#storeDetailsHeader .storeLogo {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 100px;
}

#storeDetailsHeader .storeName {
	font-family: "Century Gothic";
	font-size: 30px;
	color: rgb(195,255,26);
}

#storeDetailsHeader .storeAddress {
	margin-top: 5px;
	font-size: 16px;
	color: rgb(40,182,233);
}

#storeDetailsHeader .storeAddress .storeCrossStreets {

}

#storeDetailsHeader .storePhoneNumber {
	font-size: 16px;
	/*color: rgb(195,255,26);*/
	color: rgb(253, 151, 31);
}

#storeDetailsHeader .storeProductsSold {
	margin-bottom: 5px;
	color: white;
}

#storeDetailsHeader .storeProductsSold .storeProductsSoldHeader {
	color: rgb(254,0,120);
}

#storeDetailsHeader .storeDescription{
	display: none;
}

.whiteDottedLine {
	width: 649px;
	margin-left: -8px;
	height: 1px;
	background-image: url('../images/template/whiteDottedLine.png');
}

.lightBlackBox {
	padding: 7px 10px;
	width: 633px;
	background-image: url('../images/template/lightBlackBoxBg.png');
	color: white;
}

.lightBlackBoxT {
	margin-top: -7px;
	margin-left: -10px;
	width: 653px;
	height: 7px;
	background-image: url('../images/template/lightBlackBoxT.png');
}

.lightBlackBoxB {
	clear: both;
	margin-bottom: -7px;
	margin-left: -10px;
	width: 653px;
	height: 7px;
	background-image: url('../images/template/lightBlackBoxB.png');
}

/* Stores Page */

#storeGrid .storeGridRow {
  overflow: hidden;
  width: 660px;
  margin-top: 20px;
}

#storeGrid .storeGridCell {
  float: left;
  margin-right: 16px;
  width: 204px;
}

#storeGrid .storeGridCell .storeIcon {
  display: block;
  margin-left: 8px;
  width: 153px;
	height: 87px;
	background-image: url('../images/template/storeIcon.png');
}

#storeGrid .storeGridCell:hover .storeIcon {
	background-image: url('../images/template/storeIconOrangeEnter.png');
}

#storeGrid .storeGridCell .storeCellLabel {
  display: block;
  margin-top: 10px;
	background-color: white;
}

#storeGrid .storeGridCell .smallWhiteBoxT {
  display: block;
  width: 204px;
	height: 7px;
	background-image: url('../images/template/smallWhiteBoxT.png');
}

#storeGrid .storeGridCell .smallWhiteBoxDivider {
  display: block;
  width: 204px;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 2px;
	background-image: url('../images/template/smallWhiteBoxDivider.png');
}

#storeGrid .storeGridCell .smallWhiteBoxB {
  display: block;
  width: 204px;
	height: 7px;
	background-image: url('../images/template/smallWhiteBoxB.png');
}

#storeGrid .storeGridCell .storeName {
  margin-left: 6px;
  color: rgb(40,182,233);
}

#storeGrid .storeGridCell:hover .storeName {
  color: rgb(255,123,0);
}

#storeGrid .storeGridCell .storeProductsSold {
  margin-left: 6px;
  font-size: 11px;
  font-family: Verdana;
  color: rgb(129,141,164);
}

/* Gift Detail */

#itemDetails {
	margin-top: 15px;
}

.itemDetailInfo {
	float: none;
	width: 420px;
	display: block;
	position: relative;
	margin-right: 18px;
	margin-bottom: 18px;
}

#itemImage {
	width: 200px;
	float: none;
	margin-right: 18px;
	margin-bottom: 18px;
	border: 1px solid rgb(234,234,234);
}

#itemTitle {
	margin-top: -4px;
	font-size: 22pt;
	font-weight: bold;
	color: rgb(58,49,5);
}

#itemAddedBy {
	font-size: 12pt;
	color: rgb(40,182,233);
}

#itemTimeAdded {
	font-size: 9pt;
	color: black;
}

#itemTextDescription {
	font-size: 11pt;
	color: rgb(100,101,103);
}

/* Reviews */

#blue3DRibbon {
	clear: both;
	margin-top: 20px;
	margin-left: -50px;
	padding: 6px 0 0 47px;
	width: 168px;
	height: 43px;
	background-image: url('../images/template/blue3DRibbon.png');
	font-size: 14pt;
	color: white;
}

.lightGrayBox {
	padding: 7px 0;
	width: 653px;
	background-image: url('../images/template/lightGrayBoxBg.png');
}

.lightGrayBoxT {
	margin-top: -7px;
	width: 653px;
	height: 7px;
	background-image: url('../images/template/lightGrayBoxT.png');
}

.lightGrayBoxB {
	clear: both;
	margin-bottom: -7px;
	width: 653px;
	height: 7px;
	background-image: url('../images/template/lightGrayBoxB.png');
}

#commentInputBox .commentRow {
	margin-top: 0;
}

.commentRow {
	position: relative;
	margin-top: 10px;
	height: 50px;
	clear: both;
}

.commentInfo {
	float: left;
	width: 119px;
	height: 50px;
	text-align: right;
}

img.commentPicture {
	float: left;
	margin-left: 15px;
	width: 51px;
	height: 50px;
}

#commentInputField {
	float: left;
	margin-left: 26px;
	width: 306px;
	height: 47px;
}

a#btnAddComment {
	position: absolute;
	top: 28px;
	right: -8px;
}

a.btnSmallBlack {
	display: block;
	text-decoration: none;
}

a.btnSmallBlack p {
	float: left;
	height: 19px;
	padding-top: 2px;
	background-image: url('../images/template/btnSmallBlackBg.png');
	color: white;
}

a.btnSmallBlack p:hover {
	color: rgb(51, 187, 236);
}

.btnSmallBlackL {
	float: left;
	width: 7px;
	height: 21px;
	background-image: url('../images/template/btnSmallBlackL.png');
}

.btnSmallBlackR {
	float: left;
	width: 7px;
	height: 21px;
	margin-right: 20px;
	background-image: url('../images/template/btnSmallBlackR.png');
}

.commentInfo p.commentAddedBy {
	margin-top: 10px;
	font-size: 14px;
	color: rgb(254,0,120);
}

.commentInfo p.commentTimeAdded {
	font-family: Verdana;
	font-size: 11px;
}

.commentBubble {
	float: left;
	position: relative;
	margin-left: 26px;
	margin-bottom: 10px;
	width: 432px;
	background-image: url('../images/template/commentBubbleBg.png');
}

.commentBubble p {
	margin-left: 30px;
	color: white;
}

.commentBubbleT {
	width: 432px;
	height: 14px;
	background-image: url('../images/template/commentBubbleT.png');
}

.commentBubbleB {
	width: 432px;
	height: 14px;
	background-image: url('../images/template/commentBubbleB.png');
}

.commentBubbleArrow {
	position: absolute;
	left: -16px;
	width: 16px;
	height: 18px;
	background-image: url('../images/template/commentBubbleArrow.png');
}

/* Find Gift */

#findGiftControls {
	margin-top: 10px;
}

#findGiftControls h1 {
	margin-bottom: 10px;
}

#findGiftControls .whiteDottedLine {
	margin-top: 5px;
	margin-bottom: 5px;
}

#findGiftControls #byGenderLabel{
	width: 80px;
	display: inline-block;
	color: rgb(195,255,26);
}

#findGiftControls #byAgeLabel{
	width: 80px;
	display: inline-block;
	color: rgb(195,255,26);
}

#findGiftControls #byPriceLabel{
	width: 80px;
	display: inline-block;
	color: rgb(195,255,26);
}

#findGiftControls #zipCodeLabel{
	width: 80px;
	display: inline-block;
	color: rgb(195,255,26);
}

#findGiftControls .smallButtonsControls a {
	text-decoration: none;
	color: white;
	background-color: rgb(144,149,158);
	/*background-color: rgb(232,240,255);*/
	/*background-color: rgb(111,115,122);*/
	padding: 1px 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#findGiftControls .smallButtonsControls a:hover {
	background-color: rgb(100,103,109);
}

#findGiftControls .smallButtonsControls .selected {
	background-color: rgb(51, 187, 236);
}

#findGiftControls #zipCodeControls {

}

#findGiftControls #zipCodeButton {
  margin-left: 10px;
  margin-right: 30px;
  vertical-align: top;
}



#findGiftControls input:focus {
	background-color: rgb(238,238,255);
	outline: none;
}

#findGiftControls .lightBlackBoxB {
	margin-top: 5px;
}

/* Categories */

#categoriesBox a {
  display: block;
  float: left;
  white-space:nowrap;
  margin-right: 3px;
  margin-bottom: 3px;
	text-decoration: none;
	color: white;
	background-color: rgb(144,149,158);
	/*background-color: rgb(232,240,255);*/
	/*background-color: rgb(111,115,122);*/
	padding: 1px 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#categoriesBox a:hover {
	background-color: rgb(100,103,109);
}

#categoriesBox .selected {
	background-color: rgb(255,123,0);
}

/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:630px;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}

/* FAQ Grid */

.faqGrid {
	margin-top: 10px;
	width: 664px;
	font-family: Verdana;
	font-size: 11px;
}

.faqGridCell {
	float: left;
	margin-left: 20px;
	width: 300px;
	height: 230px;
	text-align: left;
}

.quote {
	padding :5px 0px 0px 20px;
	font-style:italic;
}

.faqTOCHeader {
	font-size:24px;
	color: rgb(255,123,0);
}

.faqTOC{
	padding :5px;
	font-size:12px;
}

.faqQuestion {
	padding :5px;
	font-size:18px;
	color: rgb(255,123,0);
}

.faqAnswer {
	padding :10px;
	font-size:14px;
}

/* Gift Grid */

#itemGrid {
	margin-top: 10px;
	width: 664px;
	font-family: Verdana;
	font-size: 11px;
}

.itemGridRow {
	width: 664px;
	height: 180px;
	margin-bottom: 20px;
}

.itemGridCell {
	float: left;
	margin-left: 5px;
	width: 161px;
	height: 180px;
	text-align: center;
}

.itemGridCell img {
	height: 120px;
  max-width: 161px;
	border: 1px solid rgb(195,255,26);
}

.itemGridCell .itemName {
	font-size: 13px;
}

.itemGridCell .itemPrice {
	font-size: 12px;
	color: rgb(40,182,233);
}

.itemGridCell .itemFoundAt {
	color: rgb(255,123,0);
}

.itemGridCell .itemDistanceToStore {}

/* Page Nav */

.centerWrapper {
	text-align: center;
	margin-top: 30px;
}

#pageNav{
	height: 23px;
}

#previousButton {
	vertical-align: bottom;
  margin-right: 30px;
}

#nextButton {
	vertical-align: bottom;
  margin-left: 30px;
}

#pageNumbers a {
	display: inline-block;
	vertical-align: bottom;
	text-decoration: none;
	color: white;
	background-color: rgb(144,149,158);
	padding: 1px 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#pageNumbers a:hover {
	text-decoration: none;
	background-color: rgb(100,103,109);
}

#pageNumbers .selected {
	text-decoration: none;
	font-size: 18px;
	background-color: rgb(51, 187, 236);
}


/* iPhone App Banner */

#iPhoneAppBanner {
  position: relative;
  color: white;
  padding: 10px 20px;
  height: 325px;
  z-index: 1;
}

#iPhoneAppBanner h1 { color: rgb(159, 188, 191); }

#iPhoneAppBanner h3 { color: rgb(195,255,26); }

#iPhoneAppBanner ul {
  list-style: disc;
  margin-top: 6px;
  margin-left: 20px;
}

#iPhoneAppBanner .greenButton {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 2;
}

#iPhoneAppBanner #iPhoneHold {
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 128px;
	height: 158px;
	background-image: url('../images/template/iPhoneHold.png');
}

/* iPhone App Info */

#iPhoneAppInfo {
  position: relative;
  color: black;
  padding: 10px 20px;
  height: 325px;
  z-index: 1;
}

#iPhoneAppInfo h1 { color: rgb(159, 188, 191); }

#iPhoneAppInfo h3 { color: rgb(195,255,26); }

#iPhoneAppInfo ul {
  list-style: disc;
  margin-top: 6px;
  margin-left: 20px;
}

#iPhoneAppInfo .greenButton {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 2;
}

#iPhoneAppInfo #iPhoneHold {
  position: absolute;
  bottom: -6px;
  left: 20px;
  width: 128px;
	height: 158px;
	background-image: url('../images/template/iPhoneHold.png');
}

/* jb added stuff temp modif are at next comment */


.KaddozForm label {
  float:left;
  margin-right:0.5em;
  padding-top:0.8em;
  text-align:right;
  color:#473F34;
  width: 30%;
}

.KaddozForm input {
  width:210px;
  font-size:100%;
  font-weight:bold;
}

.KaddozForm input, .KaddozForm textarea {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border:2px solid #CCCCCC;
  color:#777777;
  font-size:100%;
  font-weight:bold;
  margin-top:0.25em;
  padding:2px 15px 2px 5px;
  width:13em;
    }


.KaddozForm input.disabled {
  background: #EEEEEE none repeat scroll 0 0;
}



.KaddozForm select {
  font-size: 100%;
  padding: 3px;
  width: 222px;
  font-weight:bold;
  margin-top:0.25em;
  padding:2px 15px 2px 5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border:2px solid #CCCCCC;
  color:#777777;
}


.KaddozForm textarea {
  width: 300px;
}



.KaddozForm p input, .KaddozForm p button {
  background: #99CC33;
  border: 1px solid #473F34;
  color: #473F34;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  background:#99CC33 url(../images/template/green_button.png) repeat-x scroll center top;
  border-color:#DDDDDD #689300 #689300 #DDDDDD;
  border-style:solid;
  border-width:0 1px 1px 0;
  color:#FFFFFF;
  cursor:pointer;
  font-size:100%;
  padding: 1px 0.5em;
  margin: 1em 0;
  text-shadow: 1px 1px #719E03;
}

.KaddozForm p input:hover {
    /*rounded corners*/
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  color: #ECF5DE;
  background: #87B500 none repeat scroll 0 0;
}

.errorExplanation {
  margin: 0;
  background:#ffd5d5 none repeat scroll 0 0;
  padding: 0.5em;
  color:#f00;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-color: #f00;
}

.KaddozForm .fieldWithErrors input {
border-color: #f00;
color: #f00;
background: #ffd5d5;
}

.indentedTextDescription{
				 	 padding :15px;
				 	 font-size:16px;
}

.paddedBulletPoint{
				 	 padding :0px 0px 0px 40px;
}

.questionText{
				 	 font-size:14px;
}

h1 {
	font-size: 24px;
}

.gradient1 h2 {
	font-size:14px;
	text-align: right;
}


#mainContentFooter {
	position:absolute;
	bottom:5px;
	margin:0 40px;
	font-size:14px;
}

#mainContentFooter a {
	/*text-decoration:underline;*/
}

.linkSeparator {
	margin:0px 140px;
}

#storeDetailsHeader a  {
	color: rgb(195,255,26);
}

#itemPrice {
	color: rgb(40,182,233);
}

#itemTag {
  line-height: 30px;
}

#itemTag a {
  text-decoration: none;
  font-size:14px;
  margin-right: 4px;
}

#itemTag a span {
  margin-left: 5px;
  margin-bottom: 3px;
  text-decoration: none;
  color: rgb(100,101,103);
  padding: 2px 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#itemTag a:hover span {
	color: black;
	background-color: rgb(100,103,109);
}

.googlemap {
	width: 333px;
	height: 260px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.itemGridCell .itemPrice {
	font-size: 12px;
	color: rgb(40,182,233);
}

/* jb temp fix */

#login a {
	text-decoration:underline;
}

#findGiftControls input {
	font-size: 14px;
	height: 18px;
	border-width: 2px;
	padding: 0;
}

#sideBar {
	float: left;
	width: 333px;
	height: 1000px;
	margin-left: 32px;
}

#findGiftControls #byOccasionLabel{
	width: 80px;
	display: inline-block;
	color: rgb(195,255,26);
}

