/* <?php
*/

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

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

.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 );
}

/* Gift Wrap Styles */
#details .giftwrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
label[for=gift_wrap]{
	display:inline-block;
}
.stn-giftwrap-dlg input,
.stn-giftwrap-dlg textarea,
.stn-giftwrap-dlg .yui-u.first {
    width: 97%;
}
#stncart #newcart #cartwrap .gift-wrap-options .name-occasion {
    width:100% !important;
}

/* Get Beyond Styles */
#gb_error {
	color: red !important;
}

/* New Product Details buttons */
input.product-details-shop-button,
a.product-details-shop-button,
button.product-details-shop-button{
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-shadow:0px 1px 0px #154682;
}
input.product-details-shop-button:hover,
a.product-details-shop-button:hover,
button.product-detail-shop-button:hover{
	background-color:#0061a7;
}

#productdetailsaddtocartbutton{
	font-size:unset;
}
#productdetailsaddtocartbutton:hover{
	background-color:#0061a7;
}

.buy-button form .product-details-shop-button{
	padding:0px 10px;
}

.shop-category-div.sub {
    display: inline-block;
    width: 100%;
}

html.stn-vm-page a.category {
	height: 95px;
}



@media(max-width:952px){
	div.shop-category-div.sub a {
	    width: 100%;
	}
}

