@import url("alerts.css");
@import url("boxes.css");
@import url("buttons.css");
@import url("tables.css");

body {
	background-color:#FFF;
}

body, p, td, div {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

a{color: #000; text-decoration:none;}
a:hover{color: #c1272d; text-decoration:underline;}
a img{border: none;}

.left {float: left;}
.leftMargin {float: left; margin: 0 15px 0 0;}
.right {float: right;}
.noBold {font-weight: normal;}
.clear{clear: both; margin: 0; padding: 0; height: 0; line-height: 0;}

ul {margin: 0 0 20px 0; padding: 0;}
li {margin: 0 0 0 20px; padding: 0;}

h1 {font-size: 18px; margin: 0; padding: 0;}

h2 {font-size: 16px; margin: 0 0 25px 0; padding: 0; color: #BF126D;}

h3.pink {
	font-size: 130%;
	color: #bf126d;
	padding: 0;
	margin: 0;
}


/* ----------------------------------------------
	PRODUCT SIZES
---------------------------------------------- */

#productsizes {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	border-top: 2px solid #ccc;
}

#productsizes th, #productsizes td {
	padding: 2px;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

#productsizes th {
	background-color: #eee;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

#productsizes tr.odd td {
	background-color: #FFC;
}

#productsizes td ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

#productsizes .title {
	background-color: #C9145B;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.outfitNumber {
	background: #555;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 0 15px 0 0;
	text-align: center;
}
