﻿
#details_title {
	margin: 7px 0 2px 0;
}

#details_gallery {
	width: 360px;
	height: 310px;
	float: left;
}

#details_picture1 {
	width: 258px;
	height: 258px;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 10px;
	display: block;
}

#details_picture2 {
	width: 258px;
	height: 258px;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 10px;
	display: none;
}

#details_picture3 {
	width: 258px;
	height: 258px;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 10px;
	display: none;
}

#details_picture1 img, #details_picture2 img, #details_picture3 img {
	position: absolute;
}

.details_thumbs {
	width: 78px;
	height: 78px;
	border: 1px solid #eeeeee;
	margin-right: 10px;
	float: right;
}

.details_thumb1, .details_thumb2 {
	margin-bottom: 10px;
}

* html .details_thumbs {
	float: left !important;
	margin-right: 0 !important;
}

* html .details_thumb1, * html .details_thumb2 {
	margin-bottom: 8px !important;
}

.details_thumbs a img, .details_thumbs a:visited img {
	opacity: 0.5;
}

.details_thumbs a.selected img, .details_thumbs a.selected:visited img, .details_thumbs a:hover img {
	opacity: 1;
}

.details_block {
	margin-bottom: 20px;
}

#details_product {
}

#details_price {
}

#details_color {
}

#details_color select {
	border: 1px solid #eeeeee;
}

#details_quantity {
}

#details_buy {	
}

#details_quantity input {
	width: 30px;
	border: 1px solid #eeeeee;
}

#details_buy input {
	border: 1px solid #eeeeee;
}

#details_buttons {
	height: 30px;
	padding: 0 100px 0 0;
	float: right;
}

#details_buttons .info, #details_buttons .show3d, #details_buttons .zoom {
	float: left;
}

#details_buttons .info {
	width: 26px;
	height: 30px;
	background-image: url('/images/symbols/symb_info.png');
	background-repeat: no-repeat;
	background-position: 0 0;	
}

#details_buttons .info a {
	position: absolute;
	height: 30px;
	padding: 0 0 0 26px;
	overflow: hidden;
	width: 0 !important;
	width /**/:26px; /* IE5/Win */
	background-image: url('/images/symbols/symb_info.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

#details_buttons .info a:hover {
	background-position: -26px 0;
}

#details_buttons .show3d {
	width: 26px;
	height: 30px;
	background-image: url('/images/symbols/symb_3d.png');
	background-repeat: no-repeat;
	background-position: 0 0;	
}

#details_buttons .show3d a {
	position: absolute;
	height: 30px;
	padding: 0 0 0 26px;
	overflow: hidden;
	width: 0 !important;
	width /**/:26px; /* IE5/Win */
	background-image: url('/images/symbols/symb_3d.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

#details_buttons .show3d a:hover {
	background-position: -26px 0;
}

#details_buttons .zoom {
	width: 23px;
	height: 30px;
	background-image: url('/images/symbols/symb_zoom.png');
	background-repeat: no-repeat;
	background-position: 0 0;	
}

#details_buttons .zoom a {
	position: absolute;
	height: 30px;
	padding: 0 0 0 23px;
	overflow: hidden;
	width: 0 !important;
	width /**/:23px; /* IE5/Win */
	background-image: url('/images/symbols/symb_zoom.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

#details_buttons .zoom a:hover {
	background-position: -23px 0;
}



