/**
* @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 */

.child_ssmed_mainbody {
width:174px;/* 95%; /*220px; */
float:left;
/*border-color:#999999;
border-style:solid;
border-width:1px;*/
border-bottom:1px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #999999;
margin:10px 0px 0px 0px;
}

/* Product Image Style */

.child_ssmed_product_image {
width:174px;
height: 174px; /* 170px; */
float:left;
text-align:center;
padding: 0px; /* 5px 5px 5px 5px;*/
}

.child_ssmed_product_image img {
max-width:174px;
height:174px;
/*max-width:100%;*/
/* height:auto; */
}

div.child_ssmed_product_image, div.child_ssmed_product_image a, div.child_ssmed_product_image a:hover{
}

/* Product Title Style */

.child_ssmed_product_title  {
width:100%;
float:left;
text-align:center;
font-size:12px;
color:#FFFFFF;
/*line-height:24px;*/
border-bottom:1px solid #999999;
border-top:1px solid #999999;

background-color: #005596;
/*background-image:url(images/ssmed_product_title.png);*/
background-position:bottom;
background-repeat:repeat-x;
padding:0px 0px 0px 0px;
height:38px;
/* background-image:url(images/ssmed_product_title.png); */
/* height:34px; */

}

.child_ssmed_product_title a, .child_ssmed_product_title a:active, .child_ssmed_product_title a:focus {
text-decoration:none;
color:#FFF;
font-weight:bold;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.child_ssmed_product_title a:visited{
color:#FFF;
}

.child_ssmed_product_title a:hover {
color:#000000;
font-weight:bold;
text-decoration:none;
font-size:12x;
}

/* Product Information Style */

.child_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;
}

.child_ssmed_information_bar_left {
float:left;
width:40%;
height:39px;
text-align:center;
border-right-color:#999999;
border-right-style:solid;
border-right-width:1px;
}

/* Product price Style */

.child_ssmed_product_price {
font-size:14px;
font-weight:bold;
padding-top:12px;
color:#CC0000;
}

/* Customer Review Style */

.child_ssmed_customer_review {
width:59%;
float:right;
text-align:center;
height:39px;
}

.child_ssmed_customer_review img {
	margin-top: -9px;
}

/* Product Details information Style */

.child_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 */

.child_ssmed_product_description {
padding:5px 8px 5px 8px;
}

/* Product Description SKU */

.child_ssmed_product_sku {
padding:0px 4px 0px 4px;
font-size:10px;
text-align:right;
}

/* Product Details Style */

.child_ssmed_product_details {
width:100%;
float:left;
padding:5px 8px 5px 8px;
}

.child_ssmed_product_details a, .child_ssmed_product_details a:active, .child_ssmed_product_details a:focus {
text-decoration:none;
color:#333333;
font-weight:bold;
font-size:12px;
}

.child_ssmed_product_details a:hover {
color:#CCC;
font-weight:bold;
text-decoration:none;
font-size:12px;
}
