html, body { height: 100%; }

body {
	/*background: #4DACCF url(images/back.jpg) 0 repeat;*/
	/*color: #444444;*/
	text-align: left;
	/*font-family: georgia, serif;
	font-size: 12px;*/
	padding:0px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	min-height:100%;
	height: 100%;
	scrollbar-arrow-color : #808080;
	scrollbar-base-color : #FFFFFF;
	scrollbar-dark-shadow-color : #808080;
	scrollbar-shadow-color : #808080;
	scrollbar-face-color : #FFFFFF;
	scrollbar-3d-light-color : #000000;
	scrollbar-highlight-color : #C0C0C0;
	
	background-color:#000000;
	/*background-image:url(images/back.jpg);
	background-position:center top;
	background-repeat:repeat-y;*/
	/*color:#E1A187;*/
	color:#D5AB98;
}

* {
	padding:0;
	margin:0;
}



/* fotos */
#foto_show {
	margin:0 auto;
	padding-bottom:5px;
	height:600px;
	width:600px;
	margin-bottom:5px;
	overflow:hidden;
}
#foto_show table {
	height:600px;
	width:600px;
	overflow:hidden;
}
#foto_show img {
	border:#000000 solid 1px;
}

#small_fotos {
	width:680px;
	/*margin:0 auto;*/
	margin-left:30px;
	height:110px;
	padding-top:10px;
}
#arrow_left {
	float:left;
	width:10px;
	height:20px;
	padding-top:30px;
	padding-right:5px;
}
#arrow_left a {
	display:block;
	width:10px;
	height:20px;
	background-image:url(images/arr_l.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
#arrow_left a:hover {
	background-image:url(images/arr_l_a.gif);
}

#arrow_right {
	float:left;
	width:10px;
	height:20px;
	padding-top:30px;
	padding-left:5px;
}
#arrow_right a {
	display:block;
	width:10px;
	height:20px;
	background-image:url(images/arr_r.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
#arrow_right a:hover {
	background-image:url(images/arr_r_a.gif);
}
#foto_fotos {
	float:left;
	width:600px;
	height:110px;
	overflow:hidden;
	text-align:left;
}
#foto_fotos table {
	height:85px;
}
#foto_fotos img {
	border:#000000 solid 1px;
	margin-right:2px;
}
#foto_fotos img.active {
	border:#b40000 solid 2px;
}

h2 {
	/*font-size:24px;*/
	/*font-size:26px;*/
	font-size:20px;
	font-weight:normal;
	padding-bottom:20px;
}

.entry {
	width:910px;
	margin:auto;
	/*background-image:url(images/back_2.jpg);
	background-position:left top;
	background-repeat:repeat-y;*/
	height:100%;
	overflow:hidden;
}
.logo {
	width:226px;
	height:83px;
	background-image:url(images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:-7px;
}

.left_part {
	width:190px;
	float:left;
	overflow:hidden;
	padding-left:37px;
	padding-top:13px;
	font-size:20px;
	color:#E1A187;
	position:relative;
	z-index:1;
}
.right_part {
	width:680px;
	float:left;
	overflow:hidden;
	padding-top:20px;
	position:relative;
	z-index:1;
}
.prod_tags_div {
	position:relative;
	z-index:1;
}
.prod_tags {
	float:left;
	width:100%;
	height:510px;
	overflow:hidden;

}

.clear {
	font-size:1px;
	height:1px;
	width:100%;
	clear:both;
}

.description, .single_additional_description {
	float:left;
	width:100%;
	font-size:15px;
	color:#956045;
}
.wpsc_product_price {
	color:#E1A187;
	float:left;
	width:100%;
	padding-top:25px;
}
.show_sku {
	float:left;
	width:100%;
	padding-bottom:20px;
}

.left_part .hide_text {
	height:730px;
	position:absolute;
	z-index:10;
	width:230px;
	background-image:url(images/blank.gif);
/*	border:#00CC99 solid 1px;*/
	top:0px;
	left:0px;
}
.right_part .hide_text {
	height:630px;
	position:absolute;
	z-index:2;
	width:680px;
	background-image:url(images/blank.gif);
	top:0px;
	left:0px;
}

