div.webshop_product {
	display: block;
	font-weight: bold;
	height:186px;
	width: 126px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

div.webshop_product img {
    background-image: url(../cms/pics/kep_bg.jpg);
	width: 120px;
	height: 134px;
	padding: 3px 3px 3px 3px;
}

div.webshop_product .details_link {
    background-image: url(../cms/pics/info.gif);
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-decoration: none;
	margin-right: 5px;
}

div.webshop_product .details_link:hover {
    background-image: url(../cms/pics/info_akt.gif);
	text-decoration: none;
}

div.webshop_product .prod_name {
    margin: 0px;
	padding: 0px;
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
    width: 80px;
	display: block;
	float: left;
	padding-top: 3px;
}


/* ----------------------------------------------------------------- */


.webshop_product_details {
    display: block;
	float: left;
	width: 100%;
}

.webshop_product_keret {
    border: 1px solid #392E51;
	display: block;
	float: left;
	width: 530px;
	padding: 10px 10px 10px 10px;
}

.webshop_product_details .prod_name {
    font-size: 24px;
	color: #645979;
	padding-top: 10px;
	padding-bottom: 10px;
}

.webshop_product_details .webshop_left_side {
    display: block;
	float: left;
	width: 215px;
	padding-left: 5px;
}


.webshop_product_details .product_info {
	display: block;
	float: left;
	width: 215px;
	height: 345px;
}

.webshop_product_details .product_images {
	display: block;
	float: left;
	width: 305px;
	padding-left: 5px;
}

.webshop_product_details .back_button {
	display: block;
	width: 550px;
	text-align: center;
}

.webshop_product_details img {
    border: 1px solid #392E51;
}


div.webshop_product p.product_image {
	width: 110px;
	height: 100%;
	float: left;
	display: inline;
}

div.webshop_product div.product_image a .product_image_img {
    border: none;
}

.webshop_product_details .product_info p.info_text {
	display: block;
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.webshop_product_details .product_info p.info_header {
    font-weight: bold;
	color: #35294D;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.webshop_product_details .product_info p.info_text span {
    font-weight: bold;
	color: #649EB5;
	color: #645979;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.webshop_product_details .product_info p.info_text span select {
    font-size: 11px;
	font-weight: bold;
	color: #645979;
	text-transform: uppercase;
}

.webshop_product_details .product_info p.info_text span select#color {
    width: 150px;
}

.webshop_product_details .product_info p.info_text span.info {
	color: #35294D;
	text-transform: none;
	width: 70px;
	font-size: 15px;
}

.webshop_product_details .product_info p.info_text span.info_value {
    width: 150px;
}

.webshop_product_details .product_info p.info_text span.price_value {
	color: #FF0000;
	font-size: 16px;
}

.webshop_product_details .product_info p.info_text span.old_value {
    text-decoration: line-through;
	color: #000000;
}


.product_back {
    margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
}


.back_button {
	text-decoration: underline;
	color: #35294D;
}

.back_button:hover {
	color: #35294D;
}

/* --------------------------------------------------- */

.webshop_product_details .webshop_incart {
    display: block;
	float: left;
	width: 205px;
	height: 100px;
	padding-top: 10px;
}

.webshop_product_details .webshop_incart div {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	color: #35294D;
 	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	height: 22px;
}

.webshop_product_details .webshop_incart div input.webstore_product_number {
    width: 40px;
	height: 17px;
	background-color: #DEE3E9;
	border: 1px solid;
	font-size: 14px;
	margin-right: 10px;
	display: block;
	float: left;
	padding-top: 3px;
}

.webshop_product_details .webshop_incart div input.webstore_product_number_submit {
	display: block;
	float: left;
	margin-right: 10px;
}


.webshop_product_details .webshop_incart div.add_remove {
	display: block;
	float: left;
	padding-left: 0px;
}

.webshop_product_details .webshop_incart div.add_remove a {
	text-decoration: none;
	margin-right: 8px;
	height: 20px;
}

.addOneProduct, .removeOneProduct {
	width: 15px;
	border: 1px solid;
	text-align: center;
	margin-right: 10px;
	float: left;
	display: block;
}

.removeOneProduct, .removeAllProduct {
    position: relative;
	top: -18px;
}

.removeAllProduct {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
    background-image: url(../cms/pics/trash.gif);
	background-repeat: no-repeat;
}

.removeAllProduct:hover {
    text-decoration: none;
}
