/**
* 
* @Enterprise: Yagendoo Media GmbH
* @author: Yagendoo Team
* @url: http://www.yagendoo.com
* @copyright: Copyright (C) Yagendoo Media GmbH
* @license: Commercial, see LICENSE.php
* @product: Virtuemart Theme
*
*/


/*  RESET   */



div#yagEcWrapSearchForm div.jshop strong    {
    font-weight: bold;
}


div#yagEcWrapSearchForm div.jshop div.yagVmClear,
div#yagEcWrapSearchForm div.jshop div.clear {
    clear: both;
    height: 0;
    *height: 1px;
    height: 1px\9;
}

div#yagEcWrapSearchForm div.jshop .line-through {
    text-decoration: line-through;
}


/*	INPUT-FIELDS	*/

div#yagEcWrapSearchForm div.jshop input[type="text"],
div#yagEcWrapSearchForm div.jshop input[type="password"]	{
	min-width:220px;
	min-height:23px;
    padding: 0 4px;
}

div#yagEcWrapSearchForm div.jshop select	{
	padding: 4px;
	font-size:12px;
}

div#yagEcWrapSearchForm div.jshop textarea	{
	padding: 5px 10px;
}

/* Headline */


/* Content */
div#yagEcWrapSearchForm div.jshop table.jshop {
	width:100%;
	margin:10px;
	}
div#yagEcWrapSearchForm div.jshop table.jshop td {
	padding:0 0 10px 0;
	}
div#yagEcWrapSearchForm div.jshop div {
	text-align: right;
	}
div#yagVmOverWrap h1,
div#yagVmOverWrap h1:hover    {
	font-size: 1.5em;
    font-weight: bold;
    line-height: 24px;
    padding: 0 15px 5px 0;    
    font-family: Arial,Helvetica,sans-serif;
	}
div#yagVmOverWrap h1,
div#yagVmOverWrap h1:hover,
div#yagVmOverWrap div.jshop h1	{
	font-size: 1.2em;
	margin: 0 1px -5px 0;
    min-height: 36px;
    padding: 5px 15px 0 15px;
    position: relative;
    z-index:1;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight:bold;
}