/* LINKS & GENERAL STUFF*/

td.header a:link {
	font-weight:bold;
	background:#013269;
	color:#F7F2DE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td.header a:hover {
	font-weight:bold;
	background:#013269;
	color:#882927;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td.header a:active {
	font-weight:bogld;
	background:#882927;
	color:#F7F2DE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td.header a:visited {
	font-weight:bold;
	background:#013269;
	color:#F7F2DE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}


/* CONTAINER DIVS */
div.navigation {
	float:left;
	margin:0px;
	padding:2px;
	width:200px;
	background:#F7F2DE;
	border:none;
}

div.content {
	float:left;
	padding-left: 12px;
	width:618px;
	border:none;
}

div.contentcenter {
	float:right;
	padding-left: 12px;
	width:618px;
	border:none;
}

div.myaccountnav {
	float:left;
	margin:4px;
	padding:2px;
	width:155px;
	background:#F7F2DE;
	background:black;
	border:none;
}

div.myaccountcontent {
	float:left;
	margin:4px;
	padding:2px;
	width:530px;
	border:none;
	background:#F7F2DE;
}

div.viewOrder {
	margin:4px;
	padding:2px;
	width:98%;
	border:none;
	background:#F7F2DE;
}

/* TABLES */
td.tablecontainer {
	background:#F7F2DE;
}

td.title {
	text-align:center;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td.right {
	text-align:right;
}
	
table {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

table.box {
	width:100%;
	border-collapse:collapse;
}

table.box td {
	padding:2px;
	border-collapse:collapse;
}

table.box td.border {
	border:1px solid #013269;
	border:none;
}

table.itemList {
	width:100%;
	margin:0px;
	padding:0px;
}

table.itemList td {
	text-align:center;
	margin:0px;
	border:none;
}

table.itemdescription {
	width:100%;
	border:none;
}

table.itemdescription td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}

table.shoppingcart {
	width:100%;
	border-collapse:collapse;
	border:none;
}

table.shoppingcart td {
	border-collapse:collapse;
	border:none;
}
table.sizingchart {
	margin:0px;
	background:#F7F2DE;
	color:#000000;
	width:650px;
	border:2px solid #F7F2DE;
	border-collapse:collapse;
}
table.sizingchart table {
	border-collapse:collapse;
}
table.sizingchart table td {
	border:1px solid #013269;
	border-collapse:collapse;
	padding:3px;
	margin:0px;
}
table.sizingchart table td#blank {
	border:none;
}


/* GENERAL CLASSES */
.text_bold {
	font-weight:bold;
}

.header {
	text-align:center;
	font-weight:bold;
	background:#013269;
	color:#F7F2DE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
}

.title {
    text-align:center;
    font-weight:bold;
    font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.red {
	color:#F00;
}

li {
	/*list-style-image:url(../images/rscript.gif);*/
}

#select50 {
	width:50%;
}

table.tableinfo #option {
	width:300px;
	margin:5px 5px 5px 5px;
}

.small {
	font-size:10px;
}

#odd {
	background:#EBDFB3;
}
.clear
{
	clear:both;
}