#left_column{
	/*width:400px;*/
	float:left;
	/*height: auto;*/
}
#image-block{
    border:#d0d1d5 solid 1px;	
	overflow:hidden;
}
#image-block img#bigpic{ 
	cursor:pointer; 
	/*height:400px;*/
	/*width:400px;*/
	
	
}
/*
#main ul#usefull_link_block{
	list-style-type:none;
	margin-top:10x;
	padding-left: 9px;
}
#main ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
#main ul#usefull_link_block li a, #main ul#usefull_link_block span.span_link, #main ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#000;
	font-size:0.9em;
	height:15px;
}
#main #left_column{
	float:left;
	margin-left:1.1em;
	width:230px;
}
#main #short_description_block{
	font-size: 11px;
	line-height: 13px;
	margin-bottom:1.5em;
	padding-left: 9px;
}
#main #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#main #color_picker {
	padding: 0.7em;
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	margin-bottom: 1.5em;
}
#main #color_to_pick_list {

}
#main #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0;
}
#main a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer;
}
#main a.color_pick:hover {
	border: 1px solid #000;
}
*/
#image-block img#bigpic.jqzoom{
cursor:crosshair;
position:relative;
}

/* views block */
#views_block{
	margin:0 auto;
	/*width: 274px;*/
	width: 404px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	/*width: 240px;*/
	/*width: 370px;*/
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	display:list-item;
	cursor:pointer;
	position: relative;
	min-height: 80px;
	max-height: 150px;
	margin: 0;
	padding:0;
}
#view_scroll_left, #view_scroll_right{
	background: url('images/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
	padding-right: 4px;
	padding-left: 4px;
}
#view_scroll_right{
	background-image: url('images/thumbs_right.gif');
}
span.view_scroll_spacer{
	float: left;
	width: 17px;
	height: 80px;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.align_left { text-align:left; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}
