/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
	height: 22px;
	vertical-align: middle;	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formtextfield {
	color: #FFFFFF;
	height: 18px;
	margin: 1;
    padding: 0;
	border: 1px solid;
	background: #F2B646;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;	
}

input.formtextfield2 {
	color: #FFFFFF;
	height:100px;
	margin: 1;
    padding: 0;
	border: 1px solid;
	background: #F2B646;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;	
}

input.formtextfield3 {
	color: #000000;
	height:18px;
	margin: 1;
    padding: 2px 1px 1px 1px;
	border: 1px solid;
	background: #ffffff;
	font-size: 12px;
	vertical-align:text-middle;
}

select.form3 {
	color: #000000;
	height:18px;
	margin: 1;
	padding: 1px 4px 1px 1px;
	border: 1px solid;
	background: #ffffff;
	font-size: 12px;
	vertical-align:text-middle;

}

input.chalknews {
	color: #FFFFFF;
	height: 25px;
	margin: 0;
    padding: 0;
	border: 0;
    font-family: chalky; 
	background: #3E3D43;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;	
}

input.formcontact {
	color: #000000;
	height: 20px;
	margin: 2;
    padding: 0;
	border: 1px solid;
	background: #ffffff;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;	
}


input.formButton {
  width: 31px;
  height: 23px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(http://www.wowthankyou.co.uk/images/go.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
vertical-align: middle;	
}

input.newsButton {
  width: 79px;
  height: 85px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(http://www.wowthankyou.co.uk/images/signup.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
vertical-align: middle;	
}


input.addcart {
  width: 175px;
  height: 39px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(http://www.wowthankyou.co.uk/images/add.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

input.formButtonBlue {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

input.formButtonRed {
	background: #FF0000;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

input.formButtonBlueBig {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin: 2px 2px 0px 2px;
	height: 22px;
	
}




/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #696969;
	border-collapse: collapse;
}

table.tabularDataBord, table.tabularDataBord td, table.tabularDataBord th {
	border: 1px solid #696969;
	border-collapse: collapse;
}

table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.boxlightblue {
	background-color: #CBE6EE;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: 6BB6CF;
	border-right-color: 6BB6CF;
	border-bottom-color: 6BB6CF;
	border-left-color: 6BB6CF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #6699CC;
	border-collapse: separate;
	background-color: white;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ffffff;
}
.altRowOdd{
	background-color: #ffffff;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
