@charset "UTF-8";
/* Iconica CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CEC4B8;
	margin-top: 25px;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
	color: #333333;
}
a:link {
	color: #D32E12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D32E12;
}
a:hover {
	text-decoration: none;
	color: #D32E12;
}
a:active {
	text-decoration: none;
	color: #D32E12;
}
.whiteLinks {
	color: #ffffff;

}
.whiteLinks a {
	color: #FFFFFF;
}
.whiteLinks a:hover {
	color: #FFFFCC
}

.leftTopBg {
	background-image: url(../images/header_bottom_left.png); 
	background-repeat:no-repeat;
}
.rightTopBg {
	background-image: url(../images/header_bottom_right.png); 
	background-repeat:no-repeat;
}
.itemName
{
	float: left;
	width: 78px;
	padding: 5px;
	border-top: 1px solid #666666;
	color: #666666;
	height: 20px;
	line-height: 16px; 
}
.itemLink
{
	float: left;
	padding: 5px;
	width: 58px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	height: 20px;
}
#cart td {
	padding-left: 0;
	padding-right: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#cart .bottomLine {
	background:url(../images/rowsep.png) no-repeat bottom left;

}
#cart .itemOptions input, select { 
	border: 2px solid #666666;
	font-size: 11px;
}
#cart .border2Green { 
	border: 2px solid #666666;
	font-size: 11px;
}
#cart .itemOptions input {
	text-align: center;
	width: 120px;
	background-color: #666666;
}
#cart label.itemOptionsLabel {
	border: 2px solid #666666;
	border-right: 1px;
	padding-left: 13px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-top: 1px;
}
.bold11Text {
	font-weight: bold;
	font-size: 11px;

}
.bold12Text {
	font-weight: bold;
	font-size: 12px;
}
.bold13Text {
	font-weight: bold;
	font-size: 13px;

}
.bold14Text {
	font-weight: bold;
	font-size: 14px;
}
.margin15Left {
	margin-left: 15px;
}
