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

a:link {
	color: #000099;
		text-decoration:none;
}

a:visited {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #000099;
	text-decoration:none;
}

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

h1 {
	color:#333333;
	font-size: 14px;
	margin: 0px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	padding-right:8px;
	font-weight: normal;
	font-stretch:extra-expanded;
	background-image: url(../../images/h1background.jpg);
	background-repeat: no-repeat;
	background-color:#3ECC9C;
	width:400px;
}

h2 {
	color: #696969;
	font-size: 9px;
	text-align:center;
}

h2 a {
	color: #696969;
	font-size: 9px;	
	text-align:center;
	}

h3 {
	color:#36648B;
	font-size: 16px;
	margin: 0px;
	border-bottom:3px double #868686;
	font-weight: bold;	
	font-stretch:extra-expanded;
}

h4 {
	color: #000000;
	height:20px;
	font-size: 13px;
	margin: 0px;
	/*padding-bottom:1px;*/
	padding-top:4px;
	padding-left:5px;
	padding-right:8px;
	font-weight: bold;
	font-stretch:extra-expanded;
	background-image: url(../../../background/header4background.jpg);
	/*background-color:#CCCCCC;
	border-right:solid #666666 2px;
	border-left:solid #666666 2px;
	border-top:solid #666666 2px;*/
	
}

h5 {
	color:#333333;
	font-size: 14px;
	margin: 0px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	padding-right:8px;
	font-weight: normal;
	font-stretch:extra-expanded;
	background-image: url(../../images/h1background.jpg);
	background-repeat: no-repeat;
	background-color:#3ECC9C;
	width:600px;
}


h6 {
	color: #ffffff;
	font-size: 11px;
	text-align:center;
}

img {
	border:none;
	}

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

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

#keyFeatures {
padding-top:7px;
padding-bottom:7px;
	width:600px;
	float:left;
	}
	
#specifications {
	width:600px;
	float:left;
	background-color:#DCDCDC;
	padding-left:7px;
	padding-bottom:7px;
	padding-top:7px;
	}
	
#specTitle {

	font-size:13px;
	font-weight: normal;
	color:#FF0000;
	font-stretch:expanded;
	text-transform:capitalize;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#detailFullWrapper {
	border:#CCCCCC thin solid;
	background-color:#f5f5f5;
	width:625px;
	}
	
#detailInfo {
	width:270px;
	padding-left:5px;
	float:right;
	background-color:#EEE9E9;
	height:220px;
	border-top:#cccccc solid 15px;
	border-left: #cccccc solid 1px;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	}
	
#detailInfo a {
	color:#FF0000;
	}
	
#detailTitle {
	padding-left:7px;
	font-size:15px;
	font-stretch:extra-expanded;
	text-transform:capitalize;
	color:#FF0000;
	font-weight:bold;
	text-align:left;
	}

#details {
	padding-top:3px;
	font-size:10px;
	font-style:normal;
	text-align:right;
	}

#msrp {
	font-size:10px;
	font-weight:normal;
	text-align:center;
	}
	

#wrapperInfo {
	border:#FF0000 solid thin;
	}
	
#productname {
	padding-bottom:3px;
	}
	
#productimage {
padding-top:25px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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.formButton {
	background: #CCCCCC;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #000000;
	font-weight: normal;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border:solid #cccccc 1px;
	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  {
	background: url(cw3/images/whiteBlue.jpg);
	color: #000000;
	font-weight:normal;
}

/* 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;
}