@charset "utf-8";
/* THISIO CSS Document */
/*
Theme Name: WEI2 master
Theme URI: westendimaging.com
Description: Base template for WEI2 Store.
Version: 2.0
Author: Thisio
Tags: wei, wei store

Defaul template for WEI2 store and cms system.
*/

/* ------------A--------- */
a {
	color: #675;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color: #9a8;
}


/* ------------H--------- */
h1 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h2 {
	border-bottom: 1px dotted #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

h3 {
	
}


/* -----------LIST---------- */

ul {
padding-left:20px;
}

ul li {
	padding-left: 5px;
	line-height: 20px;
}


/* ----------FORM----------- */

form {
	margin: 0;
	padding: 0;
}

input, textarea, .inputbox {

}

.button {
	padding: 1px;
	background-color:#3C117F;
	border:#000 1px solid;
	color: #F3FACF;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.button:hover, .button:focus {

	background-color: #FFCE00;

}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}


*+html .button {
	padding: 2px 0 !important; /*IE 7*/

}

.inputbox {
	padding: 1px;
	border: #696B5F 1px solid;
	background: #FFF;
	font-size: 14px;
	color:#696B5F;
	font-weight:bold;
	height:20px;
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

.inputbox2:hover, .inputbox2:focus {
	background: #FFFFCC;

}
.form-search{
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;

}

.input-search{
	padding: 3px;
	border: #696B5F 2px solid;
	background: #FFF;
	font-size: 18px;
	color:#696B5F;
	font-weight:Normal;
	height:30px;
}

.button-search{
  background-color:#3C117F;
  border:1px solid #FFF;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  height:40px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.add-to-cart{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(/templates/base/images/add.gif);
	background-repeat:repeat-x;
  border:1px solid #CF6F37;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  height:28px;
  text-align:center;
  width:150px;
}
.add-to-cart:hover, .add-to-cart:focus {
	color:#000;
}




/* ----------MISC----------- */

hr {
	border-top: 1px dotted #B9E30F;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 3px;
}


