/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
hr {
	color: #900;
	height: 1px;
	width: 90%;
}

/************************************/
/* prodimage: specific settings for */
/************************************/
#tableProductDetails #prodwrapper #prodimage {
	padding: 25px 10px 15px 10px;
}

/*************************************/
/* bkrndimage: specific settings for */  
/*************************************/
#bkrndimage {
	background: url(../../../images/dress_03.jpg) no-repeat;
}

/************************************/
/* The following is text formatting */
/************************************/
/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}
.pagingLinks {
	text-align: center;
}
.errorMessage {
	color: #900;
	font-weight: bold;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Form Elements*/
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px inset #979797;
}

/*  SEE INDV FILES AS WELL  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: Bold;
	background: #688b91;
	border-bottom: 2px solid #666;
	border-left: 2px solid #999;
	border-right: 2px solid #666;
	border-top: 2px solid #999;
	color: #FFFFFF;
	margin: 3px 3px 3px 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: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: bold;
	color: #FFF;
	background: #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* My adjustments to CW css file */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.tabularData th strong {
	color: #900;
}
table.tabularData td strong {
	font-size: 12px;
	color: #333;
}
table.tabularData td {
	font-size: 11px;
	color: #666666;
}
body {
	color: #900;
}
strong {
	color: #333;
}

table.outertblemdata {
	border-collapse: collapse;
	border: 6px solid #C00;
	background: #0CF;
	margin: 10px;
}
table.tblemdata, table.tblemdata td, table.tblemdata th {
	border-collapse: collapse;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
table.tblemdata th{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
	color: #FFF;
	background: #979797;
}
table.emtabularData {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.emtabularData td, table.emtabularData th{
	padding: 3px;
}
