/* Titles */
h2 {
	font-size: 14px;	
}
h3.red {
	font-size: 12px;
	color: #7e2206;
	font-weight: normal;
	padding: 0 0 10px 0;
}
h2.product_infoLayer_title {
	width: 300px;
	float: left;
	padding: 5px 0px 5px 0px;
	color: black;
}
h3.title {
	color: white;
	font-size: 12px;	
}

/* Links */
a {
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #7e2206;
}
a:hover {
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
a.white {
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: white;
}
a.white:hover {
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
a.nav {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #7e2206	;
	text-decoration: none;
}

a.bottom_links {
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.bottom_links:hover {
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff	;
	text-decoration: underline;
}
a.subnav {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.subnav:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.subnav_active {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #7e2206;
	text-decoration: none;
}
a.subnav_active:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.product {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	color: #7e2206;
	text-decoration: underline;
}
a.product:hover {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.infoLayerlink {
	font-family: verdana;
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	z-index: 10000;
}
a.item_quantity_change {
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* Colors */
.red {
	font-size: 12px;
	color: #7e2206;
}
.error {
	color: #7e2206;
}

/* User */
.user_login_label {
	width: 200px;
	border: 1px solid black;
}
.required {
	width: 200px;
	margin: 1px;
	border: 1px solid #cccccc;
	font-family: verdana;
	font-size: 10px;
}
.required_area {
	width: 200px;
	margin: 1px;
	border: 1px solid #cccccc;
	font-family: verdana;
	font-size: 10px;
}
.required_second {
	width: 200px;
	margin: 1px;
	border: 1px solid #cccccc;
	font-family: verdana;
	font-size: 10px;
}
.field_regular {
	width: 200px;
	margin: 1px;
	border: 1px solid #cccccc;
	font-family: verdana;
	font-size: 10px;
}

/* Buttons */
.submit {
	border: 1px solid #000000;
	color: #000000;
	background-color: #CCCCCC;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
}
