.back {
    display: block;
    font-size: 16px;
    margin-left: 24px;
    margin-top: -24px;

    background: url(images/back.png) no-repeat left center;
    font-weight: bold;
    padding-left: 24px;

    position: absolute;
}

#imgThumbs {
    float: right;
    margin-top: 72px;
    margin-right: 14px;
    ~margin-right: 0;
    ~margin-left: 14px;
    height: 445px;
    ~height: 460px;
    width: 80px;
    overflow-x: hidden;
    overflow-y: auto;
}

#imgThumbs a {
    background: url(images/product_frame_small.png) no-repeat;
    display: block;
    margin-bottom: 8px;
}

.sidebarMargin {
	margin-top: 32px;
}

.picture {
	position: relative;
	left: 16px;
}

.options {
	float: right;
}

.options,
.buttons {
    width: 361px;
}

.options .heading {
	color: #89768A;
	font-weight: bold;
}

.options .heading .top {
    padding-bottom: 8px;
    line-height: 24px;
}

.options .heading .bottom .brand {
	height: 18px;
	visibility: hidden;
}

.options .title {
    font-size: 24px;
}

.options .price {
	float: right;
}

.options .price .old {
	color: #666;
    font-size: 16px;
	text-decoration: line-through;
}

.options .price .current {
	font-size: 20px;
}

.options .raise {
	float: right;
    font-size: 16px;
}

.options .contents {
    margin-top: 24px;
    position: relative;
}

#optionsHeading {
	~margin-bottom: -49px;
}

#optionsHeading .tab {
    background: url(images/tabClosed.png);
    width: 90px;
    height: 25px;
    line-height: 25px;

    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    
    float: left;
    margin-top: 1px;
}

#optionsHeading .tab a {
    color: white;
}

#optionsHeading .selected {
    background: none !important;
}

#optionsHeading .selected a {
	color: #8B758B;
}

.main {
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.options .contents .viewport {
    border: 1px solid #969696;
    padding-top: 25px;
}

.options .contents #details {
	overflow: hidden;
}

.options .contents #details .tab {
    display: none;
    overflow: auto;
}

.options .contents #details .tab,
.admin .description,
#spyCam {
    height: 318px;
}

.options .contents #details .tab .content {
    margin: 24px 16px 16px;
}

.options .contents #details .tab .content .plain {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.options .contents #details .tab .content .plain a, .options .contents #details .tab .content .plain a:visited {
	text-decoration: underline;
}

.options .contents #details .tab iframe.content {
	margin: 0;
	width: 100%;
	height: 100%;
}

#spyCam {
    background-repeat: no-repeat;
    display: none;
}

.buttons {
    display: block;
    padding: 16px 0;
}

.buttons .buy {
    float: right;
    margin-top: -12px;
}

.buttons select {
    border: 1px solid #A2A2A2;
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top: 4px;
    width: 140px;
}

#send {
	background: url(images/e-mail.png) no-repeat right center;
	float: right;
	padding-right: 24px;
	margin-top: 8px;
}

.other {
	clear: right;
	margin: 0 24px;
}

.other .title {
	color: #A592A6;
	font-size: 24px;
	line-height: 48px;
}

.other #products .product {
	margin: 16px 0 0 130px;
}

.other #products .first {
	margin-left: 0;
}

.other #products .product .title,
.other #products .product .price {
	display: none;
}

.other #products .product .image {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.fullPicture {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.admin {
	position: relative;
}

.admin.small {
    display: inline-block;
}

.admin #description .content {
	margin-right: 0;
}

.admin .description {
	border: none;
	margin: 0;
	padding: 24px 0 16px;
	width: 343px;
    margin: -26px 0 -18px;
}

.admin .upload {
    position: absolute;
    left: 132px;
}