/**
* @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 */

/* Main-Div Style */

#ssmed_mainbody {
margin:2px 0px 4px 0px;
float:left;
width:100%;
}

/* Main-Div-Left Style */

#ssmed_mainbody_left {
float:left;
width:30%;
}

/* Main-Div-Right Style */

#ssmed_mainbody_right {
float:right;
width:68%;

}

/* Product Image Style */

#ssmed_product_image {
padding:5px 0px 5px 5px;
}

#ssmed_product_image img {
width:90px;
height:auto;
}

/* Product Title Style */
#product_title_align {
padding-right:5px;
}

#ssmed_product_title {
border-bottom-color:#404d6c;
border-bottom-width:1px;
border-bottom-style:solid;
padding:5px 5px 0px 0px;
}

#ssmed_product_title a, #ssmed_product_title a:active, #ssmed_product_title a:focus {
text-decoration:none;
color:#404d6c;
font-weight:bold;
font-size:12px;
}

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


/* Product Price Style */

#ssmed_product_price {
color:#009900;
font-size:11px;
padding-top:3px;
padding-right:5px;
}

/* Product Description Style */
#ssmed_product_description {
font-size:12px;
padding-right:5px;
}

/* Product Details Link Style */

#ssmed_product_details_align {
float:right;
margin-top:10px;
padding:0px 5px 5px 0px;
}

#ssmed_product_details {
text-align:right;
border-color:#404d6c;
border-width:1px;
border-style:solid;
background-image:url(images/ssmed_product_details.png);
background-position:bottom;
background-repeat:repeat-x;
background-color:#606c88;
padding: 0px 4px 0px 4px;
line-height:18px;
}

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

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

/* CSS End */
