/* CSS Document */
.qty { font-size: 8pt; }
.outOfStock {
	color: red;
	font-size: 7pt;
	font-family: arial;
	text-align: center;
}
input,button { font-size: 10pt; }

.checkOutTable {
	font-size: medium;
	border: 1px solid #666666;
	background-color: #FFFFCC;
}
.checkOutRow {
	border: 1px;
}
.error {
	color: #CC0000;
}
th {
	background-color: #6633CC;
	color: #FFFFFF;
	font-weight: normal;
}
.category {
	text-decoration: none;
	margin-left: 40px;
}
#required {
	font-size: small;
	position: relative;
	left: 20px;
}
#pageTitle {
	position:relative;
	left:180px;
	top:-40px;
	border: 1px solid #333333;
	width: 250px;
	margin: 5px;
	padding: 5px;
}
#billing {
	border: 1px solid #333333;
	background-color: #FFFFCC;
}
#shipping {
	border: 1px solid #333333;
	background-color: #FFFFCC;
}
.spacer {
	clear: both;
	margin-top: 10px;
}
.specialMessage {
	font-size: small;
	color: #006600;
}
img.border {
	border: 1px solid #333333;
	margin-bottom: 5px;
}
.headline {
	font-weight: bold;
	color: #006600;
}
.headline a {
	font-weight: bold;
	color: #006600;
}
.floatLeft {
	float: left;
}
.attention {
	padding: .5em;
	text-align: left;
	color:rgb(25, 20, 20);
	background: rgba(255, 204, 204, 0.2);	
	border: 1px solid rgba(255, 0, 51, 0.1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.attention:hover {
	background: rgb(255, 180, 180);	
}
.caption {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	margin-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.borderedPhotoLeft img {
	border: 1px solid rgba(45, 45, 51, 0.5);
}
.borderedPhotoLeft {
	float:left;
	padding: 7px;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	background-color: #E5EFFE;
	border: 1px solid rgba(255, 0, 51, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:5px;
	margin-bottom: 5px;
}
/* navigation menu rules */
#nav {
	float: left;
	display: block;
}
a.navWidget {
	font-size: 9pt;
	font-weight: normal;
	font-family: "Lucida Sans", Verdana, sans-serif;
	color: #000000;
	text-decoration:none;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 170px;
}
#dropDownBGLeft {
	background: url(../images/backgrounds/select_list_bg_left.png) no-repeat;
	float:left;
	height:23px;
	width: 6px;
}
#dropDownBGCenter {
	background: url(../images/backgrounds/select_list_bg_content.png) repeat-x;
	width: 130px;
	float:left;
	height:23px;
	padding-left:5px;
	padding-top:3px;
}
#dropDownBGRight {
	background: url(../images/backgrounds/select_list_bg_right.png) no-repeat;
	float:left;
	width: 2em;
	height:23px
}
#pageTitle {
}
.small {
	font-size: small;
}
