/** SHOP **/
div.#shop
{}

div#shop h2
{
	font-size:14px;
}

div#shop h2.h18px
{
	font-size:18px;
}

div#shop div.object
{
	margin-bottom:10px;
	padding:0;
	background-color:#FFF;
	border:1px solid #039;
}

div#shop div.object div.content
{
	padding:10px;
	margin-left:93px;
}

div#shop div.object img.big
{
	padding:10px 0 10px 10px;
}

div#shop div.object h2
{
	border-bottom: 1px solid #039;
	border-top: 1px solid #039;
	padding: 10px 5px;
	margin:0;
	background-color:#E6E9F2;
	color:#000;
}

div#shop div.object div.selectLabel
{
	float:left;padding:3px 5px 0 0;
}

div#shop div.object div.selectBox
{
	float:left;
}

div#shop div.object div.selectClear
{
	clear:both;
	/*padding-bottom:15px;*/
}

div#shop div.object div.content div.ptComments
{
	padding: 0 0 10px 0;
}

div#shop div.object div.content div.ptComments div
{
	padding: 10px 10px 0px 10px;
	background-color: #F8F8F8;
}

div#shop div.object div.content div.ptComments div.clear
{
	clear: both;
	padding: 0;
	margin: 0;
}

div#shop div.object div.content div.ptComments div.periodComment
{
	padding-bottom: 10px;
}

div#shop table 
{
	background-color:#FFF;
}

div#shop #step2 div.shop_order_type_select div.image
{
	float:left;
	padding:0 0 0 0;
	margin:0;
	margin-right:0;
}

div#shop #step2 div.shop_order_type_select div.radio_active
{
	float:left;
	height:23px;
	padding:10px;
	margin:5px 5px 0 0;
	cursor:pointer;
	background-color:#ddd
}

div#shop #step2 div.shop_order_type_select div.radio_passive
{
	float:left;
	height:23px;
	padding:10px;
	margin:5px 0px 0 0;
	cursor:pointer;
}

div#shop #step2 div.shop_order_type_select div.radio_passive span
{
	text-decoration:underline;
}

div#shop #step2 div.shop_order_type_select div.radio_clear
{
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#aaa;
	clear:both;
	margin-bottom:10px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line
{
	padding:8px 0 8px 15px;
	margin-bottom: 2px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line .comment
{
	font-size:11px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(icons/warning.gif);
	padding-left:18px;
	margin:0 5px;
	cursor:pointer;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line .comment .text
{
	border-bottom:1px dashed black;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line .example
{
	font-size:11px;
	color:#9DA6BD;
	padding:3px 0 0 0;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line label
{
	display:block;
	padding-bottom:5px;
	font-weight:bold;
	color:#000;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line label .required
{
	color:#900;
	font-size:17px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line textarea
{
	width:80%;
	height:90px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line input
{
	width:320px;
	font-size:14px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line div.error
{
	padding:0 0 0 20px;
	margin:5px 0;
	font-size:11px;
	color:#000;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(icons/error.gif);
	display:none;
}

#tooltip_phone
{
	position:absolute;
	width:400px;
	padding:10px;
	background-color:#FFC;
	border:1px solid #F90;
	font-size:10px;
	display:none;
}

#tooltip_phone p
{
	font-size:11px;
}
