﻿/* VIEW DETAILS
----------------------------------------------------------*/
#___plusone_0{width:70px !important} #___follow_0{width:100px !important} .fb-like > span, .fb-follow > span{height:22px !important; vertical-align:baseline !important} #twitter-widget-0{height:22px !important; margin-left:5px;}
.pd_details
{
	position: relative;
	display: block;
	width: 1000px;
	min-height: 420px;
	height: auto;
	margin: 0 auto 0 auto;
}

.pd_details_main_left
{
	position: relative;
	float: left;
	display: block;
	width: 500px;
	height: auto;
	padding: 0 20px 0 20px;
}

.pd_details_main_left table
{
	height: auto;
	width: 100%;
}

tr.pd_details_price td
{
	height: 25px;
	padding: 5px 5px 5px 0;
	text-align: left;
}

tr.pd_details_price td.pd_details_price_type
{
	width: 120px;
	font-weight: bold;
}

tr.pd_details_price td.pd_details_price_total
{
	width: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300; /* red */
}

tr.pd_details_price td input.btnAddToCart
{
	vertical-align: -10px;
}

.pd_details_title
{
	display: block;
}

.pd_details_divider
{
	display: block;
	height: 2px;
	width: 100%;
	margin: 10px 0 10px 0;
	background-image: url('../img/horizontal_top.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
}

.pd_details_descriptions
{
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}

.pd_details_descriptions .pd_details_features
{
	display: block;
	padding-left: 22px;
	margin-bottom: 5px;
	background-image: url('../img/tick_mark.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.pd_details_left
{
	position: relative;
	float: left;
	display: block;
	max-width: 500px;
	height: auto;
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
}

.pd_details_photo_nowrapper
{
	display: block;
	width: auto;
	float: left;
	padding: 20px 0 20px 0;
}

.pd_details_photo_wrapper
{
	display: block;
	width: 100%;
	padding: 20px;
	-moz-box-shadow: 1px 1px 4px #C0C0C0; /* silver */
	-webkit-box-shadow: 1px 1px 4px #C0C0C0; /* silver */
	box-shadow: 1px 1px 4px #C0C0C0; /* silver */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C0C0C0')"; 	/* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C0C0C0');	/* For IE 5.5 - 7 */
}

img.pd_details_photo
{
	display: block;
	width: 100%;
	margin: 0 auto 0 auto;
}

a.pd_details_pdf_link,a.pd_details_option_link,a.pd_details_tutorial_link{
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 23px;
	margin: 5px 0 5px 0;
	color:#337AB7;
	text-decoration:none;
	font-weight:600;
}
a.pd_details_pdf_link:hover,a.pd_details_option_link:hover,a.pd_details_tutorial_link:hover{
	color:#D9534F;
	text-decoration:underline;
}

a.pd_details_pdf_link
{
	background-image: url('../img/pdf.png');
}
a.pd_details_option_link
{
	background-image:url('../img/help.png');
}
a.pd_details_tutorial_link
{
	background-image:url('../img/movie.png');
}