#productSelector {
	z-index: 15}

.selectorContainer {
    margin-bottom: 4px;
    position: relative;
    z-index: 3}


.selectorTitle {
    font-size: 1.2em;
	white-space: nowrap;
    font-style: normal;
    font-weight: bold;
    color: #333}


.subSelectorTitle {
    font-size: 1em;
    font-style: normal;
    color: #333;
	margin: 10px 0 0 24px}


.selectorText {
	background-color: #fff;
	white-space: nowrap;
	padding: 2px;
    font-size: .8em;
    font-style: normal;
    font-weight: bold;
    color: #696969}


.selectorElements {
    margin-left: 24px}

.cropSwatch {
    background-position: -10px -10px;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px}


.selectItem {
    font-size: 8pt;
    float: left;
    text-align: center;
    margin: 2px 4px 4px 2px;
    padding: 3px 3px 3px 3px;
    border: 1px solid #AAA;
    cursor: pointer;
    background-color: white;
    font-family: Verdana, Arial, sans-serif}


.selectedItem {
    font-size: 8pt;
    float: left;
    text-align: center;
    margin: 2px 4px 4px 2px;
    background-color: #DDD;
    padding: 2px 2px 2px 2px;
    border: 2px solid #900;
	color: black;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif}


.selectItemImage {
    font-size: 8pt;
    float: left;
    text-align: center;
    margin: 2px 4px 4px 2px;
    padding: 2px;
    border: 1px solid #AAA;
    cursor: pointer;
    background-color: white;
    font-family: Verdana, Arial, sans-serif}


.selectedItemImage {
    font-size: 8pt;
    float: left;
    margin: 2px 4px 4px 2px;
    padding: 1px;
    border: 2px solid #900;
	color: white;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif}

#swatchImage{
	z-index: 5}
	
.productImgOOS {
    position: absolute;
    top: 50%;
	width: 280px;
	margin-left: -149px;
    margin-top: -20px;
    display: none;
    left: 50%;
    background-color: white;
    padding: 5px 8px 5px 8px;
    font-size: 12pt;
    text-align: center;
    color: #900;
    font-weight: bold;
	z-index:10;
    font-size: 1em;
    border: solid 1px black}


.selectRtArrow {
    position: absolute;
    top: 2px;
	right: 110px;
    z-index: 10000;
    width: 60px;
    background-color: #900;
    color: white;
    text-align: center;
    background-position: left center;
    background-image: url(http://mirror.altrec.com/new_includes/images/leftArrow.gif);
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 12px}

.buyContainer {
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px}


.buyNowMessageContainer {
    position: absolute;
    top: 24px;
    z-index: 3;
    display: none;
    left: 0px}


.buyNowMessageTopArrow {
    background-position: left bottom;
    margin-left: 30px;
    background-image: url(http://mirror.altrec.com/new_includes/images/upArrow.gif);
    background-repeat: no-repeat}


.buyNowMessage {
    background-color: #900;
    color: white;
    text-align: center;
    padding: 2px 3px 2px 3px;
    font-weight: normal;
    font-size: 12px}

.buyNowBtn {
    left: 0px;
    top: 0px;
    position: absolute;
	background-image: url(http://mirror.altrec.com/images/shop/detail/AddtoCartbuttons.gif);
    background-repeat: no-repeat;
	background-position: 0px -30px;
    width: 124px;
	height:30px;
    cursor: pointer;
    margin-bottom: 0px}


.selectedItemContainer {
    left: 132px;
    top: -10px;
    position: absolute}

.selectedItemLbl {
    font-size: 8pt;
    font-weight: normal;
    color: #333}

.selectedSkuLbl{
    font-size: 7pt;
    font-weight: normal;
	font-style: italic;
    color: #333}

.selectedPriceLbl {
    font-size: 12pt;
    font-weight: bold}


.shippingInfo {
    position: absolute;
    display: none;
    font-size: 8pt;
    font-weight: normal;
    margin-left: 24px}


.shippingList {
    margin-top: 0px;
    padding-left: 0px}


.saleFont {
    color: #900;
	font-weight: bolder}

#zoomText {
	display: none}

