/* <?php
*/

/* Shop Styles here please
*/
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
/*
General Formatting
*/
.formLabel {
	float:right;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: right;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
		
}
/**
* Administration Styles
*/
.adminListHeader {
	float:right; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold; background-position: right;
	padding-right: 100px; line-height:48px;
}

.labelcell {
	margin-left: auto;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	font-size: 120%;
  	margin-top: 0.8em;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70% !important;
  	clear: both;
  	text-align: justify;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 15px 20px 15px 80px;
  	background-position: 20px 50%;
  	background-repeat: no-repeat;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	border-radius: 20px;

}
.shop_error {
  	background-color: #fdd;
	background-image: url( ../shop_image/ps_image/log_error.png );
	
}
.shop_warning {
  	background-color: #ffc;
	background-image: url( ../shop_image/ps_image/log_warning.png );
}
.shop_info {

  	background-color: #eef;
  	background-image: url( ../shop_image/ps_image/log_info.png );
}
.shop_tip {
	background-image: url( ../shop_image/ps_image/info.png );
  	background-color: #dfd;
}
.shop_debug {
	background-color: #F0F8FF;
	background-image: url( ../shop_image/ps_image/log_debug.png );

}
.shop_critical {
	background-color: salmon;
	font-weight: bold;
	background-image: url( ../shop_image/ps_image/log_critical.png );
}

/* Checkout pages */
.tab-wrapper {
	overflow: hidden;
	background: url(images/tab_wrapper_bg.gif) repeat-x bottom;

}
.tab_div a:active {
	white-space: nowrap;
	color: #ff6410;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	background-color: #ffffff;
	border-top: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 4px 10px 6px 10px;
}
.tab_div{
	font: bold 11px tahoma, verdana, arial, sans-serif;
	color: #2b2b2b;
	white-space: nowrap;
	background: #d6e8f2 url('images/tab_bg_active.gif');
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 4px 10px;
	margin-bottom: 1px;
}

ul#tabs {
	float:right;
	text-align:center;
	width:auto;
	padding-right: 2px;

}
ul#tabs a {
float: left;
    height: 22px;
    width: auto;
	font-size: 10px;
	font-family: Tahoma;
	padding-left: 4px;
	padding-right:4px;
	padding-top: 4px;
	margin-left: 1px;
	position: relative;
	z-index:1;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	
}

ul#tabs a:hover {
float: left;
    height: 22px;
    width: auto;
	font-size: 10px;
	font-family: Tahoma;
	padding-left: 4px;
	padding-right:4px;
	padding-top: 4px;
	margin-left: 1px;
	position: relative;
	z-index:1;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;

}
ul#tabs span {
	text-align:center;
}
.content{
padding-left: 8px;
padding-top: 5px;
padding-right:8px;
padding-bottom: 10px;
direction: rtl;
}
.tdimg{
padding: 5px 5px 5px 5px;
padding-right: 20px;
width: 33%;
}
.detail_border{
background:url(../shop_image/product_details_options_bg.gif) repeat-x;
background-position: bottom;
background-color: #fffdd7;
border:1px  #999999 solid;
padding-right:10px;
font-size:11px;
color: #666666;

}
