body {
	font-size:11px;
	font-family:Arial, Verdana, Tahoma;
	color:#333;
	background:#A01201;
	text-align:center;
	margin:0 auto;
}
input, select, textarea, td {
	font-size:11px;
	font-family:Arial,Verdana,Tahoma;
	color:#333;
}
h1 {
	font-size:16px;
	font-family:Arial, Verdana, Tahoma;
	color:#A01201;
	margin-bottom:5px;
}
h2 {
	font-size:14px;
	font-family:Arial, Verdana, Tahoma;
	color:#A01201;
	margin-bottom:5px;
}
h3 {
	font-size:12px;
	font-family:Arial, Verdana, Tahoma;
	color:#A01201;
	margin-bottom:5px;
}
input[type=submit] {
	background:#A01201;
	color:#FFF;
	-moz-border-radius:5px;
	border:none;
	padding:3px;
	cursor:pointer;
}
input[type=submit]:hover {
	filter:alpha(opacity=90);
	opacity:0.9;
}
a {
	text-decoration:none;
	color:#A01201;
}
a:hover {
	text-decoration:underline;
}
div.alert-text {
    background: url("../img/alert.gif") no-repeat scroll 20px 15px transparent;
    border: 2px solid #A01201;
    clear: both;
    overflow: auto;
    padding: 10px 95px;
}
div#pagecopy ul {
	list-style:none;
	list-style-type:none;
	padding:5px 0px 5px 10px;
	margin:0px;
}
div#pagecopy ul li {
	background:url('../img/smallredarrow.gif') no-repeat 0 0;
	padding:0px 0px 0px 10px;
	margin:0px;
}
div#maincontent {
	background-color:#FFF;
	text-align:left;
	border: 1px solid #333;
	padding:20px;
	margin:0 auto;
	width:950px;
	min-width:950px;
}
div#logo {
	width:275px;
	min-width:275px;
	min-height:100px;
	height:100px;
	padding:0px;
	margin:0px;
	float:left;
	clear:left;
}
div#logo span a {
	width:250px;
	min-width:250px;
	min-height:100px;
	height:100px;
	display:block;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	background: url(../img/cravatmanlogo.jpg) no-repeat 0 0;
}
div#cart-checkout {
	text-align:right;
	width:600px;
	min-width:600px;
	min-height:100px;
	height:100px;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
}
div#cart-checkout span {
	padding:0px;
	margin:0px;
}
div#menu {
	width:200px;
	min-width:200px;
	padding:0px;
	margin:0px;
	float:left;
	clear:left;
}
ul.menulink {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px;
}
ul.menulink li {
	width:100px;
	min-width:100px;
	font-size:11px;
	font-family:Arial, Verdana, Tahoma;
	color:#CC3300;
	padding:2px 15px 5px 10px;
	border-bottom:1px solid #d8d8d8;
	margin:0px;		
}
div#pagecopy {
	padding:0px;
	margin:0px;
	float:left;
	width:700px;
	min-width:700px;
}
div#maincravat {
	width:300px;
	height:250px;
	border:3px #A01201 solid;
	-moz-border-radius:5px;
	float:left;
	background: url(../img/loader.gif) center no-repeat;
	
}
div#cravatinfo {
	width:300px;
	height:250px;
	border:3px #A01201 solid;
	-moz-border-radius:5px;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
	clear:right;
}
div.cravat-visible {
	display:block;
}
.clear {
	display:block;
	height:1px;
	clear:both;
}
a.cravat-link {
	display:block;
	float:left;	
}
.cravatimg {
	padding:5px;
	margin:10px 10px 10px 0px;
	border:3px solid #A01201;
	-moz-border-radius:5px;
	cursor:pointer;
}
.cravat-list {
	clear:both;
	width:700px;
	overflow:auto;
	border-bottom:1px solid #d3d3d3;
	padding:10px 0px 10px 0px;
}
.cravat-list img {
	float:left;
	padding:5px;
	border:3px solid #A01201;
	-moz-border-radius:5px;
}
.cravat-list form {
	float:left;
	width:600px;
	padding:0px;
	margin:0px;
}
.cravat-list table {
	float:left;
	padding:5px 10px 5px 10px;
}
.cravat-list .price {
	float:left;
	width:100px;
	clear:right;
	padding:10px;
}
img#mainimg {
	padding:5px;
	margin:0px;
	width:290px;
	height:240px;	
}
table.cravat-detail {
	width:80%;
	padding:10px;
}
#cravat-title {
	padding:10px;
}
.checkoutSummary {
	border:1px solid #EEE;
	border-collapse:collapse;
}
.checkoutSummary tr td {
	border:1px solid #EEE;
	border-collapse:collapse;
	padding:5px;
}
.checkoutHeader td {
	background-color:#A01201;
	color:#FFFFFF;
}
.checkoutSubTotals td {
	background-color: #E8E8E8;
}
.checkoutTotals td {
	background-color: #E8E8E8;
}
.sale-icon {
	background: url(../img/sale-icon.gif) 90px 3px no-repeat;
}
div#footer {
	color:#fff;
	padding:10px 0px 10px 0px;
}
div#footer a:link, div#footer a:active, div#footer a:visited {
	color:#fff;
}

