/**
* LAST MOD: FEB 21 2010: DREW @ WWW.DREAMDESIGNSWEB.COM
*/

.imageSetDiv {
	position: relative;
	width: 650px;
	height: auto;
}
.imgBlock {
	float: left;
	width: 140px;
	height: 182px;
	padding: 3px 3px 3px 3px;
	border: solid 1px #c0c0c0;
	margin: 3px 4px 3px 5px;
}
.imgCaption {
	position: relative;
	font-size: 11px;
	margin-top: 3px;
}

.imgSetBox {
	position: relative;
	width: 658px;
	height: auto;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}
.boxTab {
	position: absolute;
	width: auto;
	height: 20px;
	top: -28px;
	padding: 3px 6px 3px 6px;
	font-size: 16px;
	color: #909090;
	font-weight: bold;
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
	border-bottom: none;
	-moz-border-radius-topleft: 5pt;
	-moz-border-radius-topright: 5pt;
	-webkit-border-top-left-radius: 5pt;
	-webkit-border-top-right-radius: 5pt;
}
.boxTab:hover {
	cursor: pointer;
	color: #777777;
}
#boxTabSherryTammy {
	left: 159px;
	border-bottom: solid 1px #c0c0c0;
}
#boxTabTammy {
	left: 81px;
	border-bottom: solid 1px #c0c0c0;
}
#boxTabSherry {
	left: 10px;
	border-bottom: solid 1px #ffffff;
	color: #000000;
}
.imgCatSet {
	position: relative;
	width: 630px;
	height: auto;
	border: solid 1px #c0c0c0;
	margin: 0px auto;
	margin-top: 15px;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}
.imgCatTitle {
	position: relative;
	padding: 5px;
	color: #000000;
	background-color: #efefef;
	margin: 0px 0px 3px 0px;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}
#set_1, #set_3 {
	display: none;
}

/**
* BOX MODEL (CONTAINER)
*/
.boxContainer {
	position: relative;
	min-width: 200px;
	height: auto;
	text-align: center;
}
.boxInner {
	position: relative;
	min-height: 50px;
	margin: 0px 10px 0px 10px;
	text-align: left;
	background-color: #ffffff;
}
.bcContainerRight {
	position: relative;
	background: url('../images/box/strip_v_r.png') right repeat-y;
}
.bcContainerLeft {
	position: relative;
	background: url('../images/box/strip_v_l.png') left repeat-y;
}
.bcTL {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 14px;
	height: 14px;
	background: url('../images/box/corner_tl.png') bottom left no-repeat;
}
.bcUpperStrip {
	position: relative;
	top: 0px;
	min-width: 172px;
	height: 14px;
	margin: 0px auto;
	background: url('../images/box/strip_h_top.png') bottom repeat-x;
}
.bcTR {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 14px;
	height: 14px;
	background: url('../images/box/corner_tr.png') bottom right no-repeat;
}
.bcBL {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 14px;
	height: 14px;
	background: url('../images/box/corner_bl.png') top right no-repeat;
}
.bcBR {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 14px;
	height: 14px;
	background: url('../images/box/corner_br.png') top left no-repeat;
}
.bcLowerStrip {
	position: relative;
	top: 0px;
	width: 372px;
	height: 14px;
	margin: 0px auto;
	background: url('../images/box/strip_h_bot.png') top repeat-x;
}