/**
* LAST MOD: NOV 09 2009: DREW @ WWW.DREAMDESIGNSWEB.COM
* ------------------------------------------------------
*/
/*== PRODUCT BLOCK ==*/
.m3 {
	margin: 3px;
}
.noBold {
	font-weight: normal;
}
.noUnder {
	text-decoration: none;
}
#shopTitleDiv {
	position: relative;
	text-align: left;
	margin: 16px 0px 0px 0px;
}
.shopHomeText {
	position: relative;
	width: 550px;
	font-size: 15px;
	text-align: left;
	margin: 0px 0px 0px 2px;
}
.shopHomeProdTitle {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	border-bottom: solid 1px #000000;
}
#cartItemDiv {
	position: absolute;
	width: 94px;
	height: 80px;
	right: 4px;
	top: -15px;
	padding: 3px;
	overflow: hidden;
}
#feedingAmericaDiv {
	position: relative;
	float: right;
	width: 240px;
	margin: 0px 0px 0px 10px;
}
#feedingAmericaDiv img {
	margin: 0px 0px 5px 0px;
}
#feedingAmericaDiv a:visited {
	color: #0000ff;
	background-color: transparent;
}
.fadTxt {
	position: relative;
	width: 110px;
	font-size: 12px;
	float: right;
}
#showcaseDiv {
	position: relative;
	width: 650px;
	margin: 0px 0px 10px 0px;
}
.showcaseText {
	position: relative;
	float: right;
	width: 280px;
	margin: 15px 20px 0px 0px;
	text-align: left;
}
.availSize {
	font-size: 14px;
	font-weight: bold;
}
.showcaseImgDiv {
	position: relative;
	width: 308px;
	height: 394px;
	margin: 0px 10px 0px 10px;
	/*border: solid 1px #6c1c13;
	color: inherit;*/
}
.showcaseSizes {
	position: relative;
	width: 250px;
	height: 35px;
}
.showcasePriceBlock {
	position: relative;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
.showcaseBuyNowButton {
	position: relative;
	margin: 30px 0px 0px 0px;
	text-align: center;
}
.mainProductDisplay {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 5px;
	text-align: left;
}
#cartIframe {
	width: 100%;
	height: 100%;
}
.checkoutDiv {
	position: relative;
	margin: 0px 0px 0px 40px;
}
.checkoutDiv a {
	text-decoration: none;
}
.checkoutDiv a:hover {
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.checkoutDiv a:visited {
	color: #0000ff;
	background-color: transparent;
}
#prodTB {
	width: auto;
	/*margin: 0px auto;*/
	text-align: left;
}
#prodTB a:visited {
	color: #0000ff;
	background-color: transparent;
}
.cell {
	height: 270px;
	text-align: center;
}
.prodCell {
	position: relative;
	width: 174px;
	height: auto;
	margin: 0px auto;
}
.prodThumb {
	position: relative;
	float: left;
	width: 148px;
	height: 188px;
	margin: 0px 10px 0px 10px;
	/*border: solid 1px #6c1c13;*//*c0c0c0;*/
	color: inherit;
	/*background-color: #c0c0c0;*/
}
.prodThumbInner {
	position: relative;
	width: 140px;
	height: 180px;
	margin: 4px;
	background-color: #c0c0c0;
}
.prodThumb:hover  {
	cursor: pointer;
	background-color: #b0b0b0;
}
.prodImg {
	position: absolute;
	width: 140px;
	height: 180px;
	top: 0px;
	left: 0px;
	border: none;
}
.priceBlock {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	font-family: tahoma;
	color: #ffffff;
	background-color: #000000;
	z-index: 99;
}
.sizeText {
	position: relative;
	width: 148px;
	margin: 0px auto;
	font-size: 11px;
	text-align: left;
}
.sizeBlock {
	width: 148px;
	height: 28px;
	margin: 0px auto;
	text-align: left;
	font-size: 12px;
	padding-top: 2px;
}
.sizes {
	position: relative;
	float: left;
	padding: 2px 3px 2px 3px;
	margin: 0px 4px 0px 0px;
	border: solid 1px #c0c0c0;
	color: #808080;
	font-size: 15px;
	background-color: #ffffff;
}
.sizes:hover {
	cursor: pointer;
	background-color: #efefef;
}
.buyNowBlock {
	position: relative;
	width: 148px;
	margin: 0px auto;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}
.buyNow {
	background-color: #6c1c13;
	color: #ffffff;
	border: solid 1px #000000;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
.buyNow:hover {
	cursor: pointer;
	background-color: #787451;;
}
.prodTitleBlock {
	width: 148px;
	text-align: center;
	font-size: 14px;
	margin: 0px auto;
	padding-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}
.prodCaption {
	width: 148px;
	text-align: center;
	font-size: 12px;
	margin: 0px auto;
	margin-top: 2px;
	margin-bottom: 10px;
}
/*== VIEWING SINGLE PRODUCT PAGE ==*/
#shopTitleDiv2 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 0px;
}
.imgSetDiv {
	position: relative;
	width: 640px;
	height: 250px;
}
.imgsetLeftBlock {
	position: relative;
	float: left;
	width: 165px;
	height: 250px;
}
.productImgBlock {
	position: relative;
	float: left;
	width: 300px;
	height: 250px;
	margin-left: 8px;
	/*border: solid 1px #c0c0c0;*/
}
#imgNaviDiv {
	position: absolute;
	width: 80px;
	height: 20px;
	bottom: 0px;
	right: 8px;
	color: #000000;
	background-color: #ffffff;
}
#imgNaviDiv img {
	vertical-align: middle;
	margin-bottom: 5px;
}
#imgNaviDiv a:hover {
	cursor: pointer;
}
.sizesDiv {
	position: relative;
	width: 650px;
	height: auto;
	margin: 20px 0px 0px 0px;
	text-align: left;
}
.prodTitle1 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.prodSizeList1 {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px 6px 0px;
}
.prodSizeList2 {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px 6px 0px;
}
.prodSize {
	display: inline;
	padding: 1px 5px 1px 5px;
	margin-right: 20px;
	border: solid 1px #c0c0c0;
}
.prodSize:hover {
	background-color: #efefef;
}
.clickSize:hover {
	cursor: pointer;
	color: #787451;
}
.prodSizeList2 {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin: 6px 0px 6px 0px;
}
.prodTitle2 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
}
#descriptionDiv {
	position: relative;
	width: 600px;
	height: auto;
	margin: 30px 0px 0px 0px;
}
.descriptTB {
	width: 100%;
}
.alterEgoPic {
	position: relative;
	width: 92px;
	height: 125px;
}
.alterEgoText {
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
	margin-left: 10px;
}
.checkoutDiv {
	position: absolute;
	right: 0px;
	width: 180px;
	height: 20px;
	text-align: right;
	margin: 20px 0px 0px 0px;
}
.sizeChartDiv {
	position: relative;
	width: 100px;
	height: auto;
	float: right;
	margin: 5px 15px 0px 0px;
}
.sizeChartDiv img:hover {
	cursor: pointer;
}
/*
.prodThumbBig {
	position: relative;
	width: 308px;
	height: 394px;
	margin: 0px 10px 0px 10px;
	border: solid 1px #6c1c13;
	color: inherit;
}
.prodImgBig {
	padding-top: 4px;
}
.prodThumb2 {
	position: relative;
	float: left;
	width: 148px;
	height: 188px;
	margin: 0px 2px 0px 2px;
	border: solid 1px #6c1c13;
	color: inherit;
}
.prodImg2 {
	position: absolute;
	width: 140px;
	height: 180px;
	top: 0px;
	left: 0px;
	border: none;
}
.lowerBigThumbBlock {
	position: relative;
	width: 310px;
	height: 50px;
	margin: 0px 0px 0px 10px;
}
.priceBlock2 {
	position: relative;
	float: left;
	margin: 5px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}
.sizeBlock2 {
	position: relative;
	float: right;
	width: 148px;
	height: 20px;
	margin: 0px auto;
	text-align: left;
	font-size: 12px;
	padding-top: 2px;
}
.sizeText2 {
	position: relative;
	float: right;
	width: 148px;
	margin: 0px auto;
	font-size: 11px;
	text-align: right;
	padding: 3px 5px 0px 0px;
}
.prodTitleBlock2 {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
.fullDescriptDiv {
	position: relative;
	width: 350px;
	margin: 10px 0px 0px 0px;
	text-align: left;
}
.buyNow2 {
	background-color: #6c1c13;
	color: #ffffff;
	border: solid 1px #000000;
	font-size: 20px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.buyNow2:hover {
	cursor: pointer;
	background-color: #787451;
}
.prodImg:hover {
	cursor: pointer;
}
.prodImg2:hover {
	cursor: pointer;
}
.backButton {
	margin: 0px 0px 10px 0px;
}
*/
.backButton {
	text-align: left;
	margin: 0px 0px 10px 20px;
}
/*== BEGIN VIEW CART DIV ==*/
#viewCartOverviewDiv {
	position: absolute;
	display: none;
	width: 450px;
	height: 200px;
	top: 0px;
	right: 30px;
	background-color: #ffffff;
	border: solid 2px #000000;
	z-index: 9999;
}
#viewCartIframe {
	width: 450px;
	height: 200px;
}

#shopFooterDiv {
	position: relative;
	float: left;
	width: 600px;
	margin: 0px 0px 0px 185px;
	font-size: 11px;
	text-align: left;
}
/*== BEGIN ITEM ADDED TO CART POPUP DIV ==*/
#itemAddedDiv {
	position: absolute;
	display: none;
	width: 250px;
	height: auto;
	top: 60px;
	color: #000000;
	background-color: #ffffff;
	border: solid 2px #000000;
	z-index: 9999;
}
#iaHead {
	position: relative;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	background-color: #6c1c13;
	padding: 4px;
}
#iaHead a {
	color: #ffffff;
}
#iaBodyInner {
	padding: 5px;
}
/*== BEGIN SIZING CHART POPUP DIV ==*/
#sizeChartHiddenDiv {
	position: absolute;
	display: none;
	width: 555px;
	height: auto;
	top: 260px;
	right: 90px;
	color: #000000;
	background-color: #ffffff;
	border: solid 2px #000000;
	z-index: 9999;
}
#schHead {
	position: relative;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	background-color: #6c1c13;
	padding: 4px;
}
#schHead a {
	color: #ffffff;
}
#schBody {
	position: relative;
	width: 555px;
	height: 300px;
	overflow: auto;
}
#schBodyInner {
	padding: 5px;
}
.szhTB td {
	padding: 2px 4px 2px 4px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
fieldset {
	clear: left;
}
legend {
	font-size: 24px;
	font-weight: bold;
}
.pr5 {
	padding-right: 5px;
}
.sizeInfoDiv, .guyDiv, .girlDiv {
	position: relative;
	width: 400px;
	height: auto;
}

