﻿div.productDetail
{
    background-color: White;
}

.productDetail .picture
{
	display: block;
	float: left;
	height: 260px;
	margin-right: 8px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 260px;
}
.productDetail .price *
{
	font-weight: bold;
	font-size: 1.1em;
}
.productDetail .price .new_price
{
	color: #CC0000;
}
.productDetail .price em
{
	color: #696969;
	text-decoration: line-through;
	font-weight: normal;
}
.productDetail .recept
{
	color:#ff0000;
}
.productDetail .packages
{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px 0;
	float: left;
}
.productDetail .packages select
{
    margin-top: 7px;
	width: 270px;
	margin-right: 10px;
}
.productDetail .text
{
	clear: both;
	padding-top: 1em;	
}
.productDetail .quantity select
{
	margin-top: 7px;
	width: 40px;
}

.productDetail .quantity .spinner_up
{
	float: right;
	margin-top: 10px;
	margin-left:-11px;
	cursor: pointer;
}

.productDetail .quantity .spinner_down
{
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.productDetail .orderblock
{
    height: 100px;
    float:left;
}

.productDetail .quantity
{
	float: left;
    font-size:1.1em;
    font-weight:bold;
}

.productDetail .inputrow
{
    display: block;
    height: 50px;
}
.productDetail .submit
{
	float: right;
	margin-top: 1em;
	text-align: right;
	padding: 2px 0;
}

.productDetail .submit input
{
	cursor: pointer;
}

/* TABS */
.productDetail .tabberlive
{
    padding-top: 20px;
}

.productDetail .tabbertab
{
	background: #F5F5F5;
	border: #CBCED4 1px solid;
	border-top: #FCAF6B solid 2px;
	border-bottom: #2C3F68 solid 2px;
	margin-bottom: 1em;
	padding: 20px 10px;
}

.productDetail .tabberlive .tabbertabhide
{
	display:none;
}

.productDetail ul.tabbernav
{
	margin-left: -25px;
}

.productDetail ul.tabbernav li
{
	display: inline;
	margin-right: 2px;
}

.productDetail ul.tabbernav li a 
{
background-color:#2C3F68;
border-bottom:1px solid #FCAF6B;
color:#FFFFFF;
font-weight:bold;
padding:2px 5px;
text-decoration:none;
}

.productDetail ul.tabbernav li a:hover,
.productDetail ul.tabbernav li.tabberactive a,
.productDetail ul.tabbernav li.tabberactive a:hover
{
	background: #FCAF6B;
	color: #2C3F68;
}

#related_product_list
{
	margin-top: 30px;
}
#send_friend_panel span
{
	display: block;
}
#send_friend_panel label input,#send_friend_panel label textarea, #send_friend_panel .button
{
	width: 200px;
}
#send_friend_panel label textarea
{
	height: 100px;
}
#send_friend_panel .button
{
	margin-left: 0;
	margin-top: 10px;
}
#send_friend_panel .error
{
	border: solid 1px #000000;
	border-color: #b9242e;
}