@charset "UTF-8";
/* CSS Document */

/* ----- General Style ----- */

.SPWS_breacrumb {

}

span.SPWS_strike {
	text-decoration:line-through;
	color:#999999;
}

.SPWS_red {
	color:red;
}

.SPWS_orange {
	color:orange;
}

.SPWS_grey {
	color:grey;
}

.SPWS_green {
	color:green;
}

span.SPWS_save {
	font-size:80%;
}

.SPWS_noproducts {

}

input#SPWS_updatebtn, input#SPWS_deletebtn {
	width:16px;
	height:16px;
	border:0px solid #000;
	text-indent:-9999px;
	background:transparent url(../images/cart_update.png) center center no-repeat;
	cursor:pointer;
}

input#SPWS_deletebtn {
	background:transparent url(../images/cart_delete.png) center center no-repeat;
}

.SPWS_error {
	color:#FFFFFF;
	background-color:#FF0000;
	padding:4px 8px 4px 8px;
	text-align:left;
	margin:0 0 -5px 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:8.5pt;
	font-weight:bold;
}

.SPWS_error:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: #FF0000 transparent transparent transparent;
  border-style: solid;
  border-width: 7px;
  height:0;
  width:0;
  position:absolute;
  bottom:-13px;
  left:1em;
}

/* ----- Category Style ----- */

table.SPWS_cs_table {

}

td.SPWS_cs_td {
	text-align:center;
}

div.SPWS_cs_img {

}

div.SPWS_cs_title {
	text-align:left;
	font-weight:bold;
}

div.SPWS_cs_price {
	text-align:left;
}

/* ----- List Style ----- */

table.SPWS_ls_table {

}

td.SPWS_ls_titletd {

}

td.SPWS_ls_td {

}

/* ----- Product Style ----- */

table.SPWS_pi_table {
	
}

.SPWS_pi_title {

}

.SPWS_pi_mainimgs {
	width:150px; 
	text-align:center; 
	margin:0 auto 0 auto;
	clear:both;
}

.SPWS_pi_subimgs {
	text-align:center; 
	margin:-5px auto 10px auto; 
	width:100px; 
	float:left;
	display:none;
}

.SPWS_discounts {
	padding:10px 0 10px 0;
}

.SPWS_discount_msg {
	color:#333333;
	font-size:90%;
}

.SPWS_product_price {
	font-weight:bold;
	font-size:125%;
	padding:100px 0 10px 0;
}

.SPWS_pi_thumbs {

}

.SPWS_pi_desc {
	padding:15px 50px 15px 15px; 
	text-align:left; 
	clear:both;
}

.SPWS_pi_summary {

}

.SPWS_pi_mustbemember {
	padding:15px 0 0 15px;
}

.SPWS_pi_options {
	padding:5px 0 5px 0;
}

.spws_groupoption {
	margin:10px 0 0px 0;
}

.SPWS_pi_quant {
	padding:10px 0 5px 0;
}

/* ----- Menu Products Style ----- */

table.SPWS_mcs_table {

}

td.SPWS_mcs_td {
	text-align:center;
}

div.SPWS_mcs_img {

}

div.SPWS_mcs_title {
	text-align:left;
	font-weight:bold;
}

div.SPWS_mcs_price {
	text-align:left;
}