/**
* @Enterprise:	S&S Media Solutions
* @author:	 Eugen Stranz
* @url:	 http://www.joomla-virtuemart-designs.com
* @copyright:	Copyright (C) 2008 - 2009 S&S Media Solutions
* @license: Commercial, see LICENSE.php
* @product:	Noble Mall
* @version:	1.0
*/

@charset "UTF-8";
/* CSS Document */

/* Mainbody Style */

.ssmed_mainbody {
width:100%;
float:left;
border-color:#999999;
border-style:solid;
border-width:1px;
margin:10px 0px 0px 0px;
}

/* Product Image Style */

.ssmed_product_image {
width:100%;
float:left;
text-align:center;
padding:5px 5px 5px 5px;
}

.ssmed_product_image img {
max-width:99%;
height:225px;
}

/* Product Title Style */

.ssmed_product_title {
width:100%;
float:left;
text-align:center;
font-size:16px;
line-height:30px;
background-image:url(images/ssmed_product_title.png);
background-position:bottom;
background-repeat:repeat-x;
padding:3px 0px 0px 0px;
}

.ssmed_product_title a, .ssmed_product_title a:active, .ssmed_product_title a:focus {
text-decoration:none;
color:#333333;
font-weight:bold;
font-size:16px;
}

.ssmed_product_title a:hover {
color:#CCC;
font-weight:bold;
text-decoration:none;
font-size:16px;
}

/* Product Information Style */

.ssmed_information_bar {
width:100%;
float:left;
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#999999;
border-top-style:solid;
border-top-width:1px;
}

.ssmed_information_bar_left {
float:left;
width:29%;
height:65px;
text-align:center;
border-right-color:#999999;
border-right-style:solid;
border-right-width:1px;
}

/* Product price Style */

.ssmed_product_price {
font-size:14px;
font-weight:bold;
padding-top:2px;
color:#009900;
}

/* Customer Review Style */

.ssmed_customer_review {
width:70%;
float:right;
text-align:center;
height:65px;
}

.ssmed_customer_review img {
	margin-top: -9px;
}

/* Product Details information Style */

.ssmed_product_bar{
background-position:top;
background-repeat:repeat-x;
width:100%;
float:left;
background-image:url(images/ssmed_product_description.png);
min-height:30px;
}

/* Product Description Style */

.ssmed_product_description {
padding:5px 8px 5px 8px;
}

/* Product Details Style */

.ssmed_product_details {
width:100%;
float:left;
padding:5px 8px 5px 8px;
}

.ssmed_product_details a, .ssmed_product_details a:active, .ssmed_product_details a:focus {
text-decoration:none;
color:#333333;
font-weight:bold;
font-size:12px;
}

.ssmed_product_details a:hover {
color:#CCC;
font-weight:bold;
text-decoration:none;
font-size:12px;
}
