/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	padding:0px;
	color:#393939;
	line-height:12px;
}
p {
	margin-left:15px;
}

p.desc {
	line-height:16px;
	margin-left:0px;
}

/* Listing page */
div.redbox {
	width:25px;
	height:25px;
	background-color:#de0000;
	text-align:center;
	margin:0px;
}
div.redbox div.number {
	padding-top:5px;
	color:white;
	font-weight:bold;
}
a.product_link {
	display:block;
	margin-top:5px;
	font-size:10px;
	font-weight:bold;
	color:#393939;
	text-decoration:none;
}

span.price {
	font-weight:bold;
	font-size:10px;
	color:#281082;
}

table.music_listing tr td {
	line-height:10px;
}

a {
	color: #de0000;
}


hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #de0000;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

h2 {
	color: #de0000;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	color: #1f1e19;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #270F81;
	border:none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	padding:2px;
}


/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: none;
	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  {
	font-size:14px;
	font-weight:normal;
	color: #de0000;
	text-align:left;
}

tr.grid td {
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
}
tr.grid-top td {
	border-bottom:1px solid #CDCDCD;
}


/* MY ACCOUNT PAGE */
table.orderPreview {
	margin-left:0px;
	margin-right:0px;

}
table.orderPreview td {
	line-height:16px;
	font-size:11px;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	
}
.altRowOdd{
	
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.bigErrorMessage {
	color: #fff;
	background-color:#de0000;
	font-weight: bold;
	margin-left:0px;
	padding:10px;
	border:1px solid #de0000;
}
.errorMessage {
	color: #fff;
	background-color:#de0000;
	font-weight: bold;
	margin-left:0px;
	border:1px solid #de0000;
	padding:3px;
}

div.product_name {
	font-size:10px;
	font-weight:bold;
	color:#393939;
}

/* mdx coupon code addition */
.priceold {text-decoration:line-through;}
.pricediscounted {font-weight:bold;}